/* @font-face {
    font-family: AcuminVariableConcept;
    src: url(../fonts/AcuminVariableConcept.otf);
    font-weight: 400 900;
    font-display: swap;
} */
 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: LexendGiga;
    src: url(../fonts/LexendGiga-VariableFont_wght.ttf);
    font-display: swap;
}
body{
    /* font-family: AcuminVariableConcept; */
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    background-color: #fff;
    color: #090909;
}
a{color: inherit;}
a,a:hover{
    text-decoration: none;
}
.giga{
    font-family: LexendGiga;
}
.br20{
    border-radius: 20px;
}
.custom-btn {
    background: #FF5050;
    color: #fff;
    display: inline-block;
    padding: 1rem 1.5rem;
    text-decoration: none;
    border-radius: .5rem;
    font-family: LexendGiga;
    /* box-shadow: inset -4px -4px 4px 0 rgba(0, 0, 0, .25); */
    border: none;
}
.custom-btn.light{
    background-color: #fff;
    color: #000;
}
.custom-btn.sm{
    padding: .5rem 1.5rem;
}
/* .custom-btn.btn2{
    padding: 1.25rem 1.5rem 1.125rem;
    font-size: 1.5rem;
    border-radius: 10px;
    box-shadow: inset 4px 4px 4px 0 rgba(0, 0, 0, .25);
} */
.main-banner{
    background-image: url(../images/banner.webp);
    background-size: cover;
    background-position: center;
}
.btit{
    font-size: 2.25rem;
    font-weight: 600;
}
.sub{
    font-size: 1.125rem;
    line-height: 1.4;
}
.sub.lg{
    font-size: 1.25rem;
    line-height: 1.2;
}
.sec-title{
    font-size: 3.5rem;
}
.sec-title.md{
    font-size: 2.5rem;
}
.sec-title.sm{
    font-size: 2rem;
}
.sec-title.xs{
    font-size: 1.75rem;
    line-height: 1.2;
}
.sec-title.xxs{
    font-size: 1.5rem;
    line-height: 1.2;
}
.desc{
    font-size: 1rem;
}
.desc.md{
    font-size: 1.125rem;
}


/*Header*/
header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1030;
}
.navbar-outer{
    /* background-color: rgba(181, 181, 181, 0.41); */
    /* backdrop-filter: blur(6px); */
    /* border-radius: 60px; */
    /* padding: 5px; */
    border-radius: .5rem;
    background-color: #fff;
    border: 1px solid #C8C8C8;
}
nav.navbar {
    background: #fff;
    padding-left: 2rem;
    padding-right: 1rem;
    border-radius: .5rem;
    /* border-radius: 60px; */
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #000;
}
.logotext{font-size: 1.25rem;}
/*Header End*/


.bhome{
    background-color: #000;
    background-image: url(../images/bannerhome.jpg);
    background-position: center;
    background-size: cover;
}
.bhome .card{
    backdrop-filter: blur(5px);
}
.theme{
    display: inline-block;
    position: relative;
    background-color: #FFF9EE;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}
.theme::before, .theme::after{
    content: '';
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url(../images/union.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.theme::before{left: -1rem;}
.theme::after{right: -1rem; transform: rotateY(180deg);}
.aboutsec{
    background-color: #000;
    background-image: url(../images/aboutbg.jpg);
    background-position: center;
    background-size: cover;
}
.about-slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.why{
    background-color: #00301F;
    background-image: url(../images/union2.svg), url(../images/union2.svg);
    background-position: 0 0, 0 100%;
    background-repeat: repeat-x;
}
.cirnum{
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    background-image: url(../images/grad-circle.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 2.25rem;
}
.speaker-slider .slick-track{
    display: flex;
}
.speaker-slider .slick-slide {
    float: none !important;
    height: auto;
}
.speaker-slider .slick-slide > div, .speaker-slider .slick-slide > div > div, .speaker-slider .slick-slide > div > div > div {
    height: 100%;
}
.speaker-single{
    background-color: #fcb402;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
}
.speaker-single.s2{
    background-color: #1e4c15;
    color: #fff;
}
.speaker-single.s2 a path{
    fill: #fff;
}
.speaker-single.s3{
    background-color: #ff4d4d;
}
/* .speaker-body{
    min-height: 130px;
} */
.ticket{
    background-color: #FFF9EE;
    background-image: url(../images/ticketbg.svg), url(../images/ticketbg.svg);
    background-repeat: repeat-x;
    background-position: 0 0, 0 100%;
    background-size: 30px;
}
.ticket.disabled {
    filter: grayscale(1);
}
/* .ticket.orange{
    background-image: url(../images/ticket-bg-orange.svg), url(../images/ticket-bg-orange.svg);;
} */
.cta{
    background-image: url(../images/ticketbg.svg), url(../images/ticketbg.svg);
    background-size: 1.5rem;
    background-repeat: repeat-x;
    background-position: 0 0, 0 100%;
}
.cta-inner{
    background-image: url(../images/ctabg.jpg);
    background-size: cover;
    background-position: center;
}
footer{
    background-color: #274407;
    border-radius: .5rem;
}
.footer-inner{
    background-color: rgba(181, 181, 181, 0.21);
    backdrop-filter: blur(8px);
}
.footer-card{
    background-color: #222222;
}
.foot-title{
    font-size: 2rem;
}

.form-tabs{
    /* border-bottom: 1px solid #C8C8C8; */
    position: relative;
}
.form-tabs::after{
    content: '';
    width: calc(100% - 1.5rem);
    position: absolute;
    bottom: 0;
    left: .75rem;
    border-bottom: 1px solid #C8C8C8;
}
.form-tabs > div > div {
    background: #FFFAEF;
    border: 1px solid #C8C8C8;
    border-bottom-width: 0px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    padding: 1rem;
}
.form-tabs .num{
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C8C8C8;
    border-radius: 50%;
    font-size: 1.25rem;
    margin-right: .5rem;
}
.form-tabs > div.active .num{
    background-color: #4EA600;
    color: #fff;
    border-color: #4EA600;
}
.form-tabs > div.filled > div{
    background-color: #4EA600;
    color: #fff;
}
.form-tabs > div.filled .num{
    background-color: transparent;
    border-color: #fff;
}
.form-details{
    background-color: #FFFAEF;
    border: 1px solid #C8C8C8;
    border-top-width: 0px;
}
input:focus-visible, select:focus-visible {
    outline: 0px;
}
.schedule{
    width: 100px;
    transition: 1s ease 1s;
}
.schedule.show{
    width: 100%;
    background-color: #FFE8B7;
}
.schedule > div{
    transform: scale(0);
    opacity: 0;
    transition: 1s ease 1s;
}
.schedule.show > div{
    transform: scale(1);
    opacity: 1;
}
.schedule::before, .schedule::after{
    content: '';
    width: 82px;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: url(../images/schedule.svg), url(../images/schedule.svg);
    background-position: 0 0, 100% 0;
    background-repeat: repeat-y;
    background-size: 100%;
}
.schedule::before{left: 1rem; transition: .3s ease 1s;}
.schedule::after{right: 1rem; transition: .3s ease 1s;}
.schedule.show::before{left: -2rem;}
.schedule.show::after{right: -2rem;}
.venue-slider .slick-list{
    overflow: visible;
}
.speaker-slider .slick-dots{
    margin-bottom: -2rem;
}
.venue-slider .slick-dots li, .speaker-slider .slick-dots li {
    margin: 0;
}
.venue-slider .slick-dots li button:before, .speaker-slider .slick-dots li button:before {
    font-size: 15px;
}
.venue-slider .slick-dots li.slick-active button:before, .speaker-slider .slick-dots li.slick-active button:before {
    color: #FF5050;
    opacity: 1;
}
.ticket-single{
    border-left: 10px solid #4EA600;
    padding-left: 1rem;
}
.ctabh {
    font-size: 2rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    padding-right: 3rem;
}
.ctabh::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s ease;
}
.ctabh.active::after {
    transform: translateY(-50%) rotate(180deg);
}


@media(min-width:768px){
    .speakernav{
        width: 130px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media(min-width:992px){
    header{
        position: fixed;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1.125rem;
        font-weight: 500;
    }
    .about-slider{
        position: absolute;
        left: calc(50% + .75rem);
        width: 50vw;
        height: 100%;
        border-radius: 40px 0 0 40px;
    }
    .aboutp{
        width: 250px;
        margin-top: -10px;
    }
    .footimg{
        margin-top: -3.5rem;
    }
    .ticketwrap{
        max-height: 580px;
        overflow: auto;
    }
}
@media(min-width:1400px){
    .aboutp{
        width: 350px;
        max-width: 100%;
    }
}
@media(min-width:992px) and (max-width:1199.98px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left: .5rem;
        padding-right: .5rem;
        font-size: 1rem;
    }
    .logotext{font-size: 1.125rem;}
    
}

@media (max-width:991px){
    .navbar-collapse {
        position: absolute;
        top: calc(100% + 1rem);
        left: 0;
        width: 100%;
        background: #fff;
        padding: 2rem;
        border-radius: 40px;
    }
}
@media (max-width:767px){
    .sec-title{font-size: 2rem;line-height: 1.1;}
    .sec-title.md{font-size: 2rem;}
    .sec-title.sm{font-size: 1.75rem;}
    .sec-title.xs{font-size: 1.5rem;}
    .aboutp{width: 200px;}
    .btit{font-size: 1.5rem;}
    .sub{font-size: 1rem;}
    .sub.lg{font-size: 1.125rem;}
    .custom-btn.btn2{font-size: 1.125rem;}
    .ticket{background-size: .75rem;}
    .logotext{font-size: 1rem;}
    .navbar-brand > img{max-width: 80px}
    .schedule{width: 50px;}
    .schedule::before, .schedule::after{width: 30px;background-size: 30px;}
    .schedule.show::before{left: -1rem;}
    .schedule.show::after{right: -1rem;}
    .partimg img{width: 150px;}
}
@media (max-width:480px){
    .navbar-brand > img{width: 65px;}
    .logotext{font-size: .875rem}
    .navbar-toggler{padding: .25rem}
}