/* Stage- Bootstrap one page Event ticket booking theme 
Created by pixpalette.com - online design magazine */

@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'e4';
    src: url('../fonts/e4.ttf');

}
@font-face {
    font-family: 'Vazir-FD';
    src:url('../fonts/Vazir-FD.ttf.woff') format('woff'),
        url('../fonts/Vazir-FD.ttf.svg#Vazir-FD') format('svg'),
        url('../fonts/Vazir-FD.ttf.eot'),
        url('../fonts/Vazir-FD.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
html, body {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    direction: rtl;
}

/* common style's */
a {
  color: #7447ae;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 24px; 
}

/* button style */
.btn, .btn.disabled {
    background: #f44336;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 30px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}

.btn:hover {
    background: #f44336;
	color: #ffffff;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .5;
}

/* form style */
label {
    font-weight: 400;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    height: 40px;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 6px 0px;
    box-shadow: none;
	font-weight: 100;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.form-control:focus {
    border-color: #666666;
    outline: 0;
    box-shadow: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


/* loader */
.loader{
    position: fixed;
    color: white;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader > div {
    text-align: center;
    margin: 0px auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.left-wrapper, .right-wrapper{
    padding-right: 0px;
    padding-left: 0px;
}

/* event banner css */
.event-banner-wrapper {
	position: fixed;
    width: 41.66666667%;
    height: 100%;	
    padding: 20px;
	background: url(../images/banner/1.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    right: 0%;
}



.col-sm-7{
    left: 0%;
    position: absolute;
}



.logo {
    position: relative;
    margin: 0;
    right: 0%;
}

.event-banner-wrapper h1{
    letter-spacing: 2px;
    text-shadow: -2px 0 black,2px 0 black,0 -2px black, 0 2px black, 0 0 5px black;
}
.event-banner-wrapper h2 {
    position: absolute;
	font-family: 'e4', sans-serif;
	font-size: 4vw;
    font-weight: 900;
	line-height: 4.5vw;
	color: white;
    margin: 0;
    bottom: 30px;
    text-shadow: -2px 0 black,2px 0 black,0 -2px black, 0 2px black, 0 0 5px black;

}

.event-banner-wrapper h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 1.5vw;
    
}


.event-banner-wrapper p {
    position: absolute;
    font-family: 'e4', sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    bottom: 15px;
    text-shadow: -2px 0 black,2px 0 black,0 -2px black, 0 2px black, 0 0 5px black;
}

.event-banner-wrapper p a {
	color: #fff;
}

.event-banner-wrapper p a:hover {
	border-bottom: 1px solid #fff;
}

/* event ticket css */
.event-ticket-wrapper{	
    padding: 40px;
}

.event-tab .nav-tabs {
	position:fixed;
	top: 0%;
	background: #fff;
	width: 58.33333333%;
	border-bottom: dashed #f44336 2px;
    padding: 5px 45px;
	margin-bottom: 10%;
    z-index: 99;
    left: 0;
}


.event-tab .nav-tabs > li > a {
    font-family: e4, Helvetica, sans-serif;
    font-size: 18px;
	color: rgba(0, 0, 0, 0.28);
    margin-left: 30px;
    padding: 5px 0px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    right: 0%;
    
}

.event-tab .nav-tabs > li.active > a,
.event-tab .nav-tabs > li.active > a:hover, 
.event-tab .nav-tabs > li.active > a:focus,
.event-tab .nav-tabs > li > a:hover, 
.event-tab .nav-tabs > li > a:focus {
	background: transparent;
    color: #000000;
    border: 1px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    
}

.event-tab .tab-content {
    margin-top: 45px;
}

.event-tab .tab-content .tab-pane {
    margin-bottom: 30px;
}

/* map iframe */
iframe {
	width: 100%;
	border: 0;
}





/* side modal style */
.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

.modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    text-transform: uppercase;
}

.modal .close {
    opacity: 0.4;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.modal .close:hover {
    opacity: 0.4;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 350px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
		border: 0;
	}
	
	.modal.right .modal-body {
		padding: 30px;
	}
    
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

    .flags img {
      height:16px; 
      position: absolute;
      top: 10px;
      left: 10px;
    
    }
    .social {

        top: 4px;
        right: 10px;
        position:absolute;
    }
 
    .tab-content h3 {
        font-family: e4; 
        font-size: 18px;
        text-align:center;
        margin-bottom: 3%;
    }

    .tab-content h4 {
        
        font-family: Vazir-FD;
        font-size: 14px;
        text-align:justify;
      
    }

    .tab-content strong:hover {
        color: #f44336; 
    }

  
    

    .tab-content address {
    background-image: url(../images/zagros.stone_qr.svg);
    background-repeat: no-repeat;
    background-position: left;
    margin-right: 0%;
    background-position-x: 0%;
    background-position-y: 100%;
    background-size: 150px;
    }

    

    .tab-pane {
        position: relative;
        display: inline-flex;
        margin: 1%;
        right: 1%;
    }

    .tab-pane img {
        position: relative;
        display: inline-flex;
        width: 40%;
        margin: 1%;
        right: 5%;
        margin-left: 5%;
    }

  


/* media query for tab */
@media (max-width: 767px) {
.event-banner-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
	padding: 15px;
}

.event-banner-wrapper h2 {
    font-size: 38px;
    line-height: 38px;
}

.event-banner-wrapper h2 span {
    font-size: 16px;
}



.event-ticket-wrapper {
    padding: 20px;
}

.event-tab .nav-tabs {
    margin-bottom: 20px;
    position:sticky;
    top: 0;
    right: 0;
    margin-right: 0;
    padding: 0;
    width:100vw
    
}

.event-tab .nav-tabs > li > a {
margin-bottom: 10%;
}

.event-tab .tab-content {
    margin-top: 20px;
}


.tab-pane > a > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
   
}

.col-sm-7{
    right: 0%;
    position: absolute;
    margin-left: 2%;
}

.event-tab .nav-tabs > li  {
    margin-left: 5%;
    margin-right: 0; 
 }

}

/* media query for Mobile */
@media (max-width: 410px) {

.modal.left .modal-dialog, .modal.right .modal-dialog {
    width: 100%;
}



.event-tab .nav-tabs > li > a {
    font-size: 15px;
    margin-right: 0;
    padding: 2px 0px;
}

.event-tab .nav-tabs > li {
   margin-left: 5%;
}



}

/*-----------------------------------*/

#portfolio {  
    margin: 2rem 0; 
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}


.scale-anm {
  transform: scale(1);
}



.tile img {
    max-width: 100%;
    width: 95%;
    height: auto;
    margin-bottom: 1rem;
    transition: all 0.2s;
  
}

.tile img:hover { 
    filter: brightness(70%);
   } 


.btn {
    font-family: Vazir-FD;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
    
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
  color: #000000;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*-----------------------------------*/

::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #f44336; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

