@font-face {
  font-family: 'GilroyBold';
  src: url('/fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


  @font-face {
  font-family: 'GilroyHeavy';
  src: url('/fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GilroyMedium';
  src: url('/fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html, body, h1, h2, h3, h4, h5, h6 {
    /*font-family: Satoshi, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Arial, sans-serif!important;*/
    /* font-family: "Inter", sans-serif; */
    font-family: 'GilroyBold' !important;
}
a, p, span {
    /*font-family: Satoshi, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Arial, sans-serif!important;*/
    /* font-family: "Inter", sans-serif; */
    font-family: 'GilroyMedium' !important;
}
body{
    background: #1E1E27;

}
a, a:hover{
    text-decoration:none;
}
.text-decoration-line-through{
    text-decoration: line-through;
}
.nav-head{
    /* background: #fff; */
    background: #23232B;
    border-radius: 72px;
    border: 1px solid #423577;
}

.topbar-text {
    font-size: 14px;
    line-height: normal;
    font-family: Arboria-Book, sans-serif !important;
}

.custom-color {
    color: #7351ff;
    font-weight: bold;
    margin-left: 10px;
    transition: 0.3s;
}

.nav-image{
    width: 135px!important;
}

.homepage-center{
    position: relative;
    display: flex;
    min-height: 30vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgb(41 0 61)!important;
}

.purple-text{
    color: var(--highlight-color);
}

.homepage-center-text-heading{
    font-size: 63px;
    font-weight: 800;
    line-height: 1.0;
    /* color: rgb(41 0 61) !important; */
    color:white;
     font-family: 'GilroyBold' !important;
     /*font-family: 'GilroyHeavy' !important;*/
    /*letter-spacing: 2px !important;*/
}
.mainHeading{
       font-size: 120px !important;
}

.certification-img{
    margin-right: 100px;
    margin-left: 100px;
    margin-bottom: 100px;
}

.certification-img img{
    max-height: 20%;
    max-width: 20%;
}


.homepage-center h2{
    color: var(--highlight-color);
}

.homepage-center-img{
    width: 30%;
    height: auto;
    animation: jumpScale 5s infinite ease-in-out;
}

.homepage-center-text{
    /*margin-left: 10vw;*/
    /*margin-right: 10vw;*/
    margin-left: 5vw;
    margin-right: 5vw;
}

@keyframes jumpScale {
    0% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-5px) scale(1.05); }
    100% { transform: translateY(0) scale(1); }
}

.image-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.review-track {
    display: flex;
    gap: 20px;
    animation: scrollImages 30s linear infinite;
    white-space: nowrap;
}

.image-track img {
    height: 190px;
    width: 350px;
    border-radius: 20px;
}

.flag-img{
    max-height: 60px;
}

.review-track {
    display: flex;
    gap: 20px;
    animation: scroll_reviews 30s linear infinite;
    white-space: nowrap;
}

.image-track {
    display: flex;
    gap: 20px;
    animation: scroll-horizontal 30s linear infinite;
    white-space: nowrap;
}

.review-track img {
    height: 35px;
    width: 35px;
    border-radius: 20px;
}

@keyframes scroll-horizontal {
  0% {
   transform:  translateX(0%);
  }
  100% {
    transform: translatex(-100%);
  }
}

@keyframes scroll_reviews {
    100% {
        transform: translateX(calc(-100% - 20px));
    }
}

@keyframes scrollImagesMobile {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-400%)); /* Adjusted for duplicated set */
    }
}

.topbar {
    height: 40px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #23232B;
    border-bottom: 1px solid #423577;

}

@media screen and (max-width:991px){
    .cus_bottom_bar_btn{
        width: 100%;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        border-color: #ddd;
        padding: 10px 0;
        background: #eee;
    }
    .sticky-atc{
        display:none !important;
    }
    .subheading{
        padding: 0 30px;
    }
    footer .list-menu{
        text-align:center !important;
        margin-bottom: 20px !important;
    }
    footer .footer_logo {
        margin: 20px 0;
        text-align: center !important;
    }
    footer .p1{
        margin: 0px 0 20px !Important;
    }
    footer .footer_content {
        font-size: 0.7rem;
        line-height: 1.5;
        margin-top: 20px !important;
        text-align: center;
    }
    #mobileBundles{
        padding: 10px;
        background: #ddd;
    }
    .custom-switch {
        width: 50px !important;
        padding: 0 0 0 0px !important;
    }
    .cus_bottom_bar_btn, .cus_bottom_bar_btn:hover, .cus_bottom_bar_btn:active, .cus_bottom_bar_btn:focus {
        border-color: #ddd;
        padding: 5px 0;
        background: #fff;
        color:#000;
        outline:none;
        box-shadow: none;
    }
    .fixed-bottom{
        box-shadow: 0px 0px 11px 0px rgba(113,79,250,0.75) !important;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(113,79,250,0.75) !important;
        -moz-box-shadow: 0px 0px 11px 0px rgba(113,79,250,0.75) !important;
    }
    .fixed-bottom .d-flex .font-weight-bold{
        color: #7351ff;
        font-size: 20px;
    }
    .btm-fixed-btn{
        width: 100%;
        background: #714ffa;
        display: block;
        border-radius: 50px;
        text-align: center;
        padding: 6px;
        margin-top: 5px;
        color: #fff !important;
    }
    .mainCustombg {
        padding: 30px 15px !important;
    }
    .product__order-form .choose_variant-prices{
        display:inline-block !important;
    }
    .product__order-form .choose_variant-prices * {
        display: inline-block !important;
    }
    .choose_variant-add-item {
        min-height: auto !important;
    }
    .choose_variant-prices .customBg{
        margin-bottom:5px;
    } 
    .cus_departure{
        padding: 0 30px !important;
        width: 49%;
    }
    .cus_plane_product{
        position: absolute;
        left: 20px;
        top: 10px;
    }
    .cus_edit_product{
        position: absolute;
        top: 10px;        
        right: 50%;
        transform: translate(50%, 0%);
    }
    .cus_departure .date-input{
        width:130px;
    }
    .quantity-wrapper {
        margin-left: 20px !important;
    }
    .qty-btn {
        width: 18px !important;
        height: 18px !important;
        line-height: 18px;
    }
    .top-bar-text-indian{
        display: block !important;
        font-family: 'GilroyBold' !important;
        color: #fff;
        width: 100%;
        text-align: center;
        margin: 15px 0 -18px 0;
        font-size: 26px;
    }
}

@media screen and (max-width: 600px) {
    .arrow-down-mbl-cus{
        width: auto !important;
        height: 10px !important;
    }
    .pdp_media_el h1.my-2{
        font-size:30px !important;
    }
    .arrrow-image {
        height: 20px !important;
        margin-top: -5px !important;
    }
    .card-section{
        padding: 40px 0 !important;
    }
    .top-bar-text-indian{
        margin: 15px 0 -22px 0;
        font-size: 18px;
    }
    .cus-hide-m{
        display:none;
    }
    .wl_pdp_media_el h1{
        font-size: 26px !important;
        font-weight: 700;
        margin-bottom: 20px !important;
    }
    .wl_pdp_media_el div{
        display: block !important;
        line-height: 20px;
        text-align: center;
    }
    .wl_pdp_media_el div p{
        margin-bottom: 10px !important;
    }
    .btn-primary {
        padding: 15px 16px;
    }
    #info-list-template--24339854786935__3484e0ae-adcb-45e2-93dc-57bf4abdddb3{
        display: inline-block !important;
        width: 100%;
        text-align: center;
    }
    .info-list__wrapper{
        padding: 50px 0px !important;
    }
    .info-list__item {
        min-width: 100% !important;
        width: 100% !important;
    }
    .info-item__title {
        font-size: 30px !important;
    }
    .info-list {
        white-space: normal !important;
        text-align: left !important;
    }
    .info-item__title, .info-item__description {
        width: 100% !important;
        margin: 0;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: white;
        letter-spacing: 1px;
    }
    .info-list__title {
        margin: 0 0 20px 0 !important;
        max-width: none;
        font-size: 29px !important;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-width: 0.8px;
        -webkit-text-stroke-color: white;
        letter-spacing: 1px;
    }
    .info-list__heading {
        display: inline-block !important;
        width: 100%;
        padding: 0px;
    }
    .homepage-center-text-heading{
        font-size: 46px !important;
        text-align:left;
    }
    #sn_jRnJ .heading_part img{
        width:100px;
    }
    #sn_jRnJ .item_wrapper {
        font-size: 12px !important;
        line-height: 15px !important;
    }
    #sn_jRnJ .item_wrapper img {
        width: 16px !important;
        height: 16px !important;
    }
    #sec_spacer {
        min-height: auto; 
        height: auto;
        padding: 50px 0 20px !important;
        overflow-x: hidden !important;
    }
    .section-header__content {
        display: block !important;
        justify-content: space-between;
        align-items: center;
        max-width: 100% !important;
        padding: 0 !important;
        margin-bottom: 60px !important;
    }
    .video-heading {
        color: white;
        width: 100% !important;
        font-size: 26px !important;
        text-align: center;
        padding: 0 20px;
        line-height: 32px;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-width: 0.8px;
        -webkit-text-stroke-color: white;
        letter-spacing: 1px;
    }
    .section-header__description {
        width: 100% !important;
        color: white;
        padding: 0 30px;
        text-align: center;
        margin-top: 30px;
    }
    .video__box {
        height: auto !important;
        width: 100%;
        padding: 0px 30px !important;
        margin: 0px;
    }
    video {
        object-fit: cover;
        border-radius: 30px;
        height: auto !important;
        width: 100% !important;
    }
    #spacer{
        position: unset;
        width: 100%;
        padding: 0 30px;
        transform: none !important;
        text-align: center;
    }
    #spacer>h2 {
        color: var(--dark-blue);
        white-space: normal;
        font-size:50px !important;
    }
    .highlight-animation-word {
        font-size: 2.7em !important;
        margin-top: 15px;
        font-weight: 900 !important;
        font-family: 'GilroyBold';
        -webkit-text-fill-color: white; /* Will override color (regardless of order) */
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: white;
      letter-spacing: 1px;
    }
    .highlight-animation-bottom {
        font-size: 20px !important;
    }
    .nav-head .btn-primary{
        font-size: 14px;
    }
    .nav-image{
        margin-top: 30px;
        max-width: 100%;
    }
    .topbar {
        height: auto !important;
        padding: 10px 20px;
    }
    .topbar-text {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0px;
    }
    .home__logo{
        justify-content: center;
    }
    .nav-head .col-lg-3 {
        justify-content: end !important;
    }
    .homepage-center-text{
        margin: 0 !important;
    }
    .nav-head .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        justify-content: center;
    }
    
    .homepage-center-img{
        width: 80%;
        height: auto;
        animation: jumpScale 5s infinite ease-in-out;
    }

    .homepage-center h1{
        font-size: 60px;
        font-weight: 1000;
    }

    .image-track {
        animation: scrollImagesMobile 40s linear infinite;
    }

    .image-track img {
        height: 35px;
        width: auto;
        border-radius: 20px;
    }
    .homepage-center h2 {
        color: var(--highlight-color);
        font-size: 25px !important;
        text-align: left;
    }
    #sec_7 {
        padding: 0 20px;
    }
    #sec_7 .homepage-center-text-heading{
        text-align: center !important;
    }
    .hero-content .btn-tertiary{
        width: 100%;
        min-width: 100% !important;
        display: block;
        height: auto !important;
        text-align: center;
    }
    .product__order-form .choose_variant-prices .customBg.badge{
        margin-bottom:5px;
    }
    .cus_insurance_certificate{
        width:100%;
    }
    .cus_departure {
        width: 100%;
        margin-bottom:10px !important;
    }
    .cus_edit_product {
        position: absolute;
        top: unset;
        left: 20px;
        transform: unset;
        margin-top: 12px !important;
    }
    .cus_departure .date-input {
        width: 150px;
    }
    .cus-pay-in-small-instalments{
        display:block !important;
    }
    .cus-pay-in-small-instalments p, .cus-pay-in-small-instalments h5{
        margin:5px 0 !important;
        text-align:center;
    }
    .cus-3-steps{
        display:inline-block !important;
        padding:0 !important;
    }
    .cus-3-steps .col-4{
        max-width: 100%;
        flex: 0 0 100%;
        margin: 0;
        padding: 0;
    }
    .cus-3-steps .col-4 .abcd {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    #shopify-section-template--24339855343991__64faca8e-bdf2-466f-b7c4-05d26becfd64 #sn_fd64{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}
.top-bar-text-indian{
    display:none;
}
.cus-pay-in-small-instalments{
    display:flex;
}
.home__logo {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}