@font-face {
    font-family: Dana;
    font-style: normal;
    src: url('../fonts/dana-regular.eot');
    src: url('../fonts/dana-regular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/dana-regular.woff2') format('woff2'), /* FF39+, Chrome36+, Opera24+*/
    url('../fonts/dana-regular.woff') format('woff')
}

@font-face {
    font-family: DanaBold;
    font-style: normal;
    src: url('../fonts/dana-bold.eot');
    src: url('../fonts/dana-bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/dana-bold.woff2') format('woff2'), /* FF39+, Chrome36+, Opera24+*/
    url('../fonts/dana-bold.woff') format('woff')
}

@font-face {
    font-family: DanaFD;
    font-style: normal;
    src: url('../fonts/dana-fanum-regular.eot');
    src: url('../fonts/dana-fanum-regular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/dana-fanum-regular.woff2') format('woff2'), /* FF39+, Chrome36+, Opera24+*/
    url('../fonts/dana-fanum-regular.woff') format('woff')
}

@font-face {
    font-family: DanaFDBold;
    font-style: normal;
    src: url('../fonts/dana-fanum-bold.eot');
    src: url('../fonts/dana-fanum-bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/dana-fanum-bold.woff2') format('woff2'), /* FF39+, Chrome36+, Opera24+*/
    url('../fonts/dana-fanum-bold.woff') format('woff')
}

body {
    font-family: Dana !important;
}

.farsi-digit {
    font-family: DanaFD !important;
}

.nav-title {
    font-family: DanaBold;
    color: #ffffff;
    margin: 0;
}
/* Header */
.navbar.navbar-expand-md.navbar-dark, .text-center, .navbar{
    background: #0d1541;
    color: #ffffff
}
.navbar.navbar-expand-md.navbar-dark{
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    position: relative;
    -webkit-box-shadow: rgb(0 0 0 / 4%) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 4%);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 234;
    display: block;
}
.navbar.navbar-expand-md.navbar-dark>.rtl.container{
    z-index: 100;
    position: relative;
}

.navbar-expand-lg.navbar-dark{
    -webkit-box-shadow: 0 2px 4px 0 hsl(0deg 0% 44% / 5%);
    box-shadow: 0 2px 4px 0 hsl(0deg 0% 44% / 5%);
    position: absolute;
    background: #282d54;
    -webkit-box-shadow: rgb(0 0 0 / 4%) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 4%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 99;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

.navbar-expand-lg.navbar-dark.noshow{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media (min-width: 1000px){

}

@media (max-width: 992px){
    
}

@media (max-width: 768px){
    .navbar-expand-lg.navbar-dark{
        padding-right: 15px;
    }
}

@media (max-width: 576px){

}

/* Header End */

/* Banner Start*/
.primary-btn {
    background-color: #FFB300;
    color: #3c1361;
    display: inline-block;
    padding: 15px 55px;
    font-size:18px;
    text-transform: capitalize;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    transition: .2s all;
    margin-top: 5px;
}

.primary-btn:hover{
    background: #3c1361;
    color : #FFB300;
    border: 2px solid #3c1361
}

.banner{
    position: relative;
    height: 90vh;
}

.banner::after{
    position: absolute;
    content: "";
    background-color: #3e3e3e;
    inset: 0;
    height:80%;
    width: 100%;
    opacity: 0.4;
}

.banner-content {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.banner-content h1{
    font-size: 6vw;
    color: #ffffff;
    text-transform: capitalize;
    line-height:73px;
}

.banner-content p {
    color : #ffffff;
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0px 33px;
    font-size: 1em;
}

@media (max-width:750px){
    .banner-content p {
        width: 90vw;
    }
    .banner-content h1{
        font-size: 9vw;
        line-height: 53px;
    }
}

/* Banner End */
a{
    font-family: Dana ,'poppins', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    text-decoration: none;
    font-weight: 400;
}
a:focus{
    outline: none !important;
}
a:hover{
    color: #57b846;
}
.ash-bg-body {
    background-color: #360b59;
    margin-top: 60px;

}
.ash-bg-body>.rtl.container{
    margin-top:60px;
    /* padding: 0 0 0 0; */
}
.ash-col {
    margin: 32px 0;
}

.ash-badge {
    margin-right: 4px;
    font-family: sans-serif;
}

.side-active {
    z-index: 2;
    color: #fff;
    background-color: #575d63;
    border-color: #575d63;
}

.side-active:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.force-lower {
    text-transform: lowercase;
}

.ticket-container {
    position: relative;
    text-align: center;
    color: #c4831c;
}

.ticket-container img {
    width: 80%;
}

.ticket-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    font-family: DanaFDBold;
}

.ticket-code {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
}

.ticket-description {
    margin-top: -16px;
    text-align: center;
}

.ticket-description p {
    margin-bottom: 0;
}

.pr-details-table {
    margin-top: 8px;
    margin-bottom: 16px;
    border: 1px solid #856404;
    width: 100%;
    background-color: #ffffff;
}

.pr-details-table th,
.pr-details-table td {
    border: 1px solid #856404;
    padding: 8px;
}

.pr-details-container {
    font-family: DanaFD;
}

.pr-tile {
    width: 245px;
    margin-left: 16px;
    margin-bottom: 16px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    border-radius: 8px;
    padding: 16px;
    transition: 0.4s;
}

.pr-tile:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3);
}

.pr-tile h3 {
    font-family: DanaBold;
    color: #007BFF;
    margin-top: 12px;
    font-size: 1.5rem;
}

.pr-tile p {
    margin-bottom: 0;
}

.zarinpal-badge {
    margin-top: 16px;
}

footer {
    background-color: #d4d4d4;
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn.btn-primary{
    background-color: #FFB300;
    border-color: #FFB300;
    border-radius:30px;
}

.btn.btn-primary:hover{
    background-color: #4C9A2A;
    border-color: #4C9A2A;
}

.btn.btn-link{
    color: #ffffff;
}

.features-display{
    display: flex;
    -webkit-box-align: center;
    justify-content: space-around;
    padding: 28px 0;
    user-select: none;
    border-bottom: 1px solid #e0e0e2;
}
.me-4.text-reset{
    padding-right: 15px;
}
.features-item{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    vertical-align: center;
}

.features-img{
    width: 54px;
    height: 54px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #FFB300;
}

.features-label{
    font-size: 1.0rem;
    line-height: 21px;
    color: #FFD700;
}
.discription{
    margin-top: 55px;
}

.btn-ticket{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    vertical-align: center;
    margin-top: 25px;
}

@media (max-width: 992px) {
    .ticket-title {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.5rem;
        font-family: DanaFDBold;
    }
    .ticket-code {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1rem;
    }
}

@media (max-width: 485px) {
    .ticket-title {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.2rem;
        font-family: DanaFDBold;
    }
    .ticket-code {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.75rem;
    }
}

@media (max-width: 380px) {
    .ticket-title {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1rem;
        font-family: DanaFDBold;
    }
    .ticket-code {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 0.6rem;
    }
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    background:#3c1361;
    border-radius:50px;
}

::-webkit-scrollbar-thumb{
    background: #7505d6;
    border-radius:50px;
}

::-webkit-scrollbar-button{
    visibility: hidden;
}

.fa.fa-twitter:hover{
    color: #007BFF;
}
.fa.fa-instagram:hover{
    color: rgb(190, 20, 20);
}
.fa.fa-microphone:hover{
    color: #5cf381;
}
.btn.btn-link:hover{
    color: #FFB300;
}
/* Footer */

.c-new-footer__phone-number{
    margin-right: 9px;
    letter-spacing: 3px;
    color: #fdfdfd;
    text-decoration: none;
}
.c-new-footer__phone-number-separator{
    color: #dfdfdf;
    margin: 10px 19px 0 16px;
}

.id-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-new-footer__trust-symbol{
    width: 128.57px;
    height: 120px;
    border: 1px solid #100834;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    padding: 18px 24.87px 17.14px 24.86px;
    border-radius: 8px;
    margin-top: 21px;
}

/* Footer End */

/* Login Page css */

.Main-container{
    width: 100%;
    margin: 0 auto;
    margin-top:50px;
}
.container-login{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /* background: #9053c7; */
    /* background: linear-gradient(-135deg, #c850c0, #4158d0); */
}
.wrap-login{
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 150px 130px 33px 95px;
    border: 1px solid #dedede;
}
.login-pic{
    width: 316px;
}
.login-pic img{
    max-width: 100%;
}
.login-form{
    width: 290px;
}
.login-form-title{
    font-family: Dana ,'Poppins' , sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}
.wrap-input{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}
.input{
    font-family: Dana ,'Poppins' , sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #666666;
    outline: none;
    border: none;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 68px 0 30px;
}
.focus-input{
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87, 184,70, 0.8);
}
.input:focus + .focus-input{
    animation:  anim-shadow 0.5s ease-in-out forwards;
}
@-webkit-keyframes anim-shadow{
    to {
        box-shadow:  0px 0px 70px 25px ;
        opacity: 0;
    }
}
@keyframes anim-shadow{
    to {
        box-shadow:  0px 0px 70px 25px ;
        opacity: 0;
    }
}

.symbol-input{
    font-size: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 35px;
    pointer-events: none;
    color: #666666;
    transition: all 0.4s
}
.input:focus + .focus-input + .symbol-input{
    color: #57b846;
    padding-right: 28px;
}

.login-form-btn-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login-form-btn{
    font-family: Dana ,'Poppins' , sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    background: #FFB300;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px ;
    transition: all 0.4s;
    border: none;

}
.login-form-btn:hover{
    background: #3c1361;
}
.text-center1{
    text-align: center;
}
.txt1{
    font-family: Dana ,'Poppins';
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}
.txt2{
    font-family: Dana ,'Poppins';
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}
.p-t-1{
    padding-top: 12px;
}
.p-t-2{
    padding-top: 0;
}


button{
    outline: none !important;
    border: none;
    background: transparent;
}
button:hover{
    cursor: pointer;
}

/* Responsive */
@media (min-width: 2000px){
    .img-fluid{
        margin-left:34%;
    }
}
@media (min-width: 1000px){
    .rtl.alert.alert-light.phone{
        display: none;
    }
    .d-flex.flex-column.flex-shrink-0{
        background: #ffffff;
        margin: 20px;
        border-radius: 8px;
        height: 320px;
        width:250px;
        position: sticky;
        transition: transform .3s,-webkit-transform .3s;
        position: -webkit-sticky;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
    }
}

@media (max-width: 992px){
    /* .d-flex.flex-column.flex-shrink-0{
        background: #ffffff;
        height: 370px;
        margin: 20px;
        border-radius: 8px;
    } */
    .wrap-login{
        padding: 177px 90px 33px 85px;
    }

    .login-pic{
        width: 35%;
    }
    .login-form{
        width: 50%;
    }
    .d-flex.flex-column.flex-shrink-0.p-3.text-black.border.shadow-sm{
        display: none;
    }
}

@media (max-width: 768px){
    /* .d-flex.flex-column.flex-shrink-0{
        background: #ffffff;
        height: 370px;
        margin: 20px;
        border-radius: 8px;
    } */
    .wrap-login{
        padding: 100px 80px 33px 80px;
    }
    .login-pic{
       display: none;
    }
    .login-form{
        width: 100%;
    }
}


@media (max-width: 576px){
    /* .d-flex.flex-column.flex-shrink-0{
        background: #ffffff;
        height: 370px;
        margin: 20px;
        border-radius: 8px;
    } */
    .wrap-login{
        padding: 100px 15px 33px 15px;
    }
}
/* Login page css End */

/* User Panel css */
    /* Side bar */

.checkout{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 6px 0;
    color: #777;
}

.team-blocks .item {
	width: 16.667%;
	margin: 80px -2px 0;
	padding: 0 20px;
	display: inline-table;
}

.avatar {
	width: 205px;
	padding: 35px 10px 32px;
	position: relative;
}

img {
	vertical-align: middle;
}

.avatar .img, .speakers .wp-block-image img {
	border-radius: 50%;
}

.team-blocks .item.avatar .name {
	font-size: 15px;
	margin-top: 20px;
	color: #fff;
}

.style-speakers {
	margin-bottom: 100px;
	margin-top: 100px;
}


/* User Panel css  End*/