
body{
    font-family: "Kumbh Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:"YOPQ" 300;
    color: #005E83 !important;
    max-width: 1920px;
    margin: auto;
}
.btn-white{
    background-color: #fff;
    color: #000;
}
.btn-white:hover{
    background-color: #00bfff;
    color: #ffffff !important;
}
.btn-brand-white{
    color: #005E83 !important;
}
.btn-brand-white:hover{
    background-color: #005E83 !important;
}
.bg-brand-blue .btn-brand-white:hover{
    background-color: #005E83 !important;
    border: 1px solid #fff;
}
.btn-gradient{
    color: white;
    background: rgb(0,191,255);
    background: -moz-linear-gradient(90deg, rgba(0,191,255,1) 15%, rgba(86,219,70,1) 89%);
    background: -webkit-linear-gradient(90deg, rgba(0,191,255,1) 15%, rgba(86,219,70,1) 89%);
    background: linear-gradient(90deg, rgba(0,191,255,1) 15%, rgba(86,219,70,1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bfff",endColorstr="#56db46",GradientType=1);
}
.info-gradient-bg{
    position: relative;
    z-index: 0;
}
.info-gradient-bg::after{
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(0 62 83 / 71%) 17%, rgb(47 121 38 / 87%) 89%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.btn.btn-wide{
    padding-left: 30px;
    padding-right: 30px;
}
.text-brand{
    color: #005E83 !important;
}
.text-brand-green{
    color: #0C7100 !important;
}
.text-brand-yellow{
    color: #FFEB5A !important;
}
.text-brand-gold{
    color: #846B00 !important;
}
.bg-brand-blue{
    background-color: #005E83 !important;
}
.bg-brand-light-blue{
    background-color: #00BFFF !important;
}
/* .bg-brand-yellow{
    background-color: #FFE102 !important;
} */
.bg-brand-yellow{
    background-color: #FFEB5A !important;
}
.info-brand-dark{
    background-color: #000000 !important;
}
.bg-brand-gradient{background: rgb(0,191,255);
    background: -moz-linear-gradient(90deg, rgba(0,191,255,1) 15%, rgba(86,219,70,1) 89%);
    background: -webkit-linear-gradient(90deg, rgba(0,191,255,1) 15%, rgba(86,219,70,1) 89%);
    background: linear-gradient(90deg, rgba(0,191,255,1) 15%, rgba(86,219,70,1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00bfff",endColorstr="#56db46",GradientType=1);}
.hero-fullscreen{
    min-height: 100vh;
}
.hero-bg{
    background-color: #00BFFF !important;
}
#mainHeader {
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s;
    font-size: small;
  }
  #mainHeader.bg {
    background-color: #fff !important;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1) !important;
  }
  #mainHeader.bg .navbar-nav .nav-link {
    color: #005F83;
  }
  #mainHeader.bg .navbar-nav .nav-link.active, #mainHeader.bg .navbar-nav .nav-link.show {
    color: #56DB46 !important;
  }
  .info-btn-outline {
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    letter-spacing: 2.25px;
}
  .info-btn-outline:hover{
    background-color: #fff !important;
    border: 1px solid #ffffff !important;
    color: #00BFFF !important;
    letter-spacing: 2.25px;
}
  #mainHeader.bg .navbar-nav .info-btn-outline{
    background-color: transparent !important;
    border: 1px solid #005F83 !important;
    color: #005F83 !important;
  }
  #mainHeader.bg .navbar-nav .info-btn-outline:hover{
    background-color: #005F83 !important;
    border: 1px solid #005F83 !important;
    color: #fff !important;
  }
  .navbar-nav li{
    font-size: 0.9rem;
  }
  .navbar-nav li:not(:last-child){
    margin-right: 25px;
    margin-bottom: 0;
  }
  .navbar-nav li a{
    color: #fff;
    font-size: 0.8rem;
    position: relative;
    font-style: normal;
  }
  .info-navbar li a{
    color: #005F83;
    font-size: 0.8rem;
    position: relative;
    font-style: normal;
  }
  .navbar-nav li a:hover{
    color: #00BFFF !important;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #56DB46 !important;
  }
  .nav-link:focus, .nav-link:hover {
    color: #737373 !important;
  }
  .side-menu-bar {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(86deg) brightness(104%) contrast(101%);
}
#mainHeader.bg .side-menu-bar{
    filter: invert(17%) sepia(91%) saturate(2865%) hue-rotate(180deg) brightness(94%) contrast(101%);
}
.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .tv .screen.show.active {
    opacity: 1;
  }
  .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
.hero-bg{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.hero-bg ul li:not(:last-child){
    margin-right: 20px;
    /* margin-bottom: 10px; */
}
.hero-bg-overlay{
    position: relative;
}
.hero-bg-overlay::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.hero-content, .footer-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-content-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-img-wrap{
    background: rgb(255 255 255);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    width: fit-content;
}

.list-unstyled li img {
    vertical-align: text-top;
}

.video-frame {
    position: relative;
    padding-bottom: 64.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .video-frame embed, .video-frame iframe, .video-frame object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.info{
    padding: 50px 0;
}
.info-countdown-box {
    border: 2px solid white;
    border-radius: 15px;
    padding: 10px;
    min-width: 100px;
    text-align: center;
}

.stat-countdown-box .stat-item{
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
}
.stat-countdown-box .stat-label{
    font-weight: 500;
}


.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    position: relative;
    /* transform: translateY(50px);  */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.marquee {
    font-weight: 800;
    display: flex;
    gap: 30px;
    white-space: nowrap;
    will-change: transform;
    transform: translateX(0);
}

/* Outlined effect for alternate spans */
.marquee span:nth-child(odd) {
    color: #BCBCBC;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #BCBCBC;
}

.marquee span:nth-child(even) {
    color: #BCBCBC;
}

/* Active class applied when it enters the viewport */
.marquee-container.active {
    opacity: 1;
    transform: translateY(0);
}

.info-header{
    position: relative;
    padding-left: 45px;
}
.info-header::before{
    position: absolute;
    content: '';
    background: url('../img/check-icon.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    top: 2px;
    left: 0;

}

.info-content-bg{
    background-color: #FFE101;
    overflow: hidden;
}
.info-card-content{
    padding: 10px 20px;
}


.info-sponsors-bg{
    background: url('../img/info-sponsors-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.info-sponsors-bg .marquee span:nth-child(odd) {
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.info-sponsors-bg .marquee span:nth-child(even) {
    color: #fff;
}

.info-ul-border li{
    position: relative;
    margin-bottom: 12px;
}
.info-ul-border li:not(:last-child)::after{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #007099;
    bottom: 0;
    left: 0;
}

.info-sponsorship-bg{
    position: relative;
    background: #FFFFFF;
}
.info-sponsorship-bg::before{
    position: absolute;
    content: '';
    background: #005E83;
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;

}

.info-grid-img{
    min-height: 300px;
    border-radius: 10px;
}

.accordion-item{
    border: 0;
}
.accordion-item:not(:last-child){
   margin-bottom: 10px;
}
.accordion-button{
    background-color: #F4F4F4 !important;
    color: #000 !important;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    font-weight: 700;
}
.accordion-body {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    margin-top: 10px;
}
.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed{
    border-radius: 10px !important;
}
.accordion-button:focus{
    border-color: #86b6fe00 !important;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion {
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0) !important;
}

.info-group-element{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}
.info-social-list li{
    position: relative;
}
.info-social-list li::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #ffffff40;
    top: 0;
    right: 0;
}
.info-quick-links li:not(:last-child) {
    margin-right: 25px;
}
.info-quick-links li a {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    transition: 3msease-in-out;
}
.info-brand-dark .small {
    font-size: 0.675em !important;
}

.info-left-element{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.info-right-element{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.social-icons{
    border-bottom: 1px solid #ffffff40;
}

.info-left-element-bottom{
    position: absolute;
    left: -10px;
    bottom: 0;
}
.info-right-element-top{
    position: absolute;
    right: -10px;
    top: 0;
}
.hero-left-element-top{
    position: absolute;
    left: -10px;
    top: 15%;
}
.hero-right-element-bottom{
    position: absolute;
    right: -10px;
    bottom: 5%;
}
.count-plus-text::after {
    content: '+';
}
.info-sponsor-modal .modal-content{
    background-color: transparent !important;
}
.info-sponsor-modal .btn-close{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(132deg) brightness(117%) contrast(119%);
}
.hs-form-booleancheckbox{
    margin-top: 10px;
}
.hbspt-form .hs-form-booleancheckbox .hs-input{
    margin: 0 !important;
    width: auto !important;
}
/* Form Color */
.hbspt-form input::placeholder, .hbspt-form textarea::placeholder {
    color: #005F83;
  }
.hbspt-form fieldset, .hbspt-form .hs-input{
    margin: 0 !important;
    width: 100% !important;
}
.hbspt-form input[type="text"], .hbspt-form input[type="email"],.hbspt-form input[type="tel"], .hbspt-form select{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #036083;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D3E6ED;
    width: 100% !important;
    height: 40px !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
/* .hbspt-form .input{
    margin: 0 !important;
} */
textarea {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #036083;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D3E6ED;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.hbspt-form .inputs-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hbspt-form .inputs-list label{
    color: #ff4444;
    font-size: 0.8rem;
}
.hbspt-form .inputs-list.multi-container{
    display: flex;
    margin-bottom: 30px;
}
.hbspt-form .hs_where_to_set_up label{
    color: #005f83 !important;
    margin-top: 20px;
    text-align: center;
}
.hbspt-form .hs-button{
    padding: 0.5rem 1.5rem;
    border-radius: 2.5rem;
    background: linear-gradient(290deg,#45db33,#00bfff) !important;
    border: 0;
    min-width: 175px;
    color: #fff;
}
.hs_submit{
    margin-top: 25px !important;
}
.img-hero{
    max-width: 280px;
}










@media (max-width: 991px) {
    .info-grid-img{
        margin-right: 15px;
    }
    .navbar-collapse {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 20px 15px;
        background: rgba( 255, 255, 255, 0.25 );
        backdrop-filter: blur( 9px );
        -webkit-backdrop-filter: blur( 9px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
    }
}
@media (max-width: 767px) {
    .info{
      padding: 30px 15px;
    }
    .hero{
      padding: 30px 15px;
    }
    .hero-list-btn a{
        min-width: 225px;
    }
    .hero-list-btn li{
        margin-bottom: 10px;
    }
    .navbar-brand {
      max-width: 180px;
    }
    .img-hero{
        max-width: 220px;
    }
    .hero-bg ul li:not(:last-child){
        margin-right: 0;
        /* margin-bottom: 10px; */
    }
    .info-content-bg{
        margin-right: 15px;
    }
    .info-quick-links {
        display: flex;
        flex-direction: column;
    }
    .info-group-element {
        top: 50%;
        width: 100%;
        opacity: 0.5;
    }
    .info-left-element, .info-right-element, .info-left-element-bottom, .info-right-element-top, .hero-left-element-top, .hero-right-element-bottom{
       opacity: 0.6;
    }
    .hero-left-element-top, .hero-right-element-bottom{
        opacity: 0.3;
     }
    .hero-right-element-bottom{
        width: 60%;
    }
    .info-quick-links li:not(:last-child){
        margin-right: 0;
    }
    .info-card{
        border: 1px solid #005E83;
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 20px;
    }
}

.list-unstyled li img {
    vertical-align: text-top;
}
.img-sponsorship {
    max-width: 300px;
    margin-bottom: 15px;
}


/* Panel Page css start here */

.hero-uae-element-bottom {
    position: absolute;
    width: 45%;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.info-hero .info-btn-outline {
    background-color: transparent !important;
    border: 1px solid #005E83 !important;
    color: #005E83 !important;
    letter-spacing: 2.25px;
}
.info-hero ul li:not(:last-child) {
    margin-right: 20px;
}
@media (max-width: 767px) {
    .hero-content-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .hero-uae-element-bottom {
        position: absolute;
        opacity: 0;
    }
    .info-hero ul li:not(:last-child) {
        margin-right: 0;
    }
    /* .info-panel {
        padding: 25px 30px !important;
    } */
}
/* .info-panel-list{
    border-radius: 18px;
    overflow: hidden;
}
.info-panel-list li:not(:last-child){
    margin-bottom: 30px;
}
.info-panel{
    padding: 25px 50px;
}
.info-panel ul li:not(:last-child){
    margin-bottom: 10px;
}

.info-panel-box{
    margin-bottom: 0;
}
.info-panel-box li:not(:last-child){
    margin-bottom: 5px;
}
.info-panel-box{
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.info-sponser-element{
    position: absolute;
    right: 0;
    bottom: 0;
}
.info-panel-img::before{
    position: absolute;
    content: '';
    height: 50%;
    width: 100%;
    background: linear-gradient(360deg, #090914 0%, rgba(9, 9, 20, 0) 100%);
    bottom: 0;
    left: 0;
} */
.info-nav .side-menu-bar{
    filter: invert(17%) sepia(91%) saturate(2865%) hue-rotate(180deg) brightness(94%) contrast(101%);
}
@media (max-width:991px) {
    .navbar-nav li:not(:last-child) {
        margin-right: 0;
    }
}



.info-panel-content{
    padding: 50px;
    border-radius: 40px;
    overflow: hidden;
}
.info-panel ul li:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .info-panel-content{
        padding: 25px 30px;
    }
}

/* Panel Page css end here */







/* SLICK CSS */
.slick-dots{
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
    list-style: none;
    text-align: center !important;
  }
  .slick-dots li{
    display: inline-block;
    margin-right: 10px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50rem;
    background-color: #c9c9c9;
    text-indent: -999999px;
  }
  .slick-dots li.slick-active button{
    background-color:  #02C0FA;
  }
  /* .slick-list{
    padding-right: 30px;
  } */