@media (max-width: 768px) {
    
    body{
        overflow-x: hidden;
    }

    .section-padding{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .main-logo{
        width: 60px;
    }

    .hero-section {
        height: 70vh;
    }

    .d-flex.align-items-center.d-lg-none {
        margin-left: auto;
    }

    .hero-section .hero-section-title{
        color: #FFF;
        text-align: center;
        font-family: "Roxborough CF";
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 4px;
    }

    .reserve-btn-mobile{
        position: fixed;
        bottom: 15px;
        left: 15px;
        width: calc(100% - 88px);
        padding: 12px 24px 12px 24px;
        font-size: 16px;
        font-weight: 500;
    }

    .lang-btn-mobile{
        width: 48px;
        height: 48px;
        position: fixed;
        bottom: 15px;
        right: 15px;
        border-radius: 100%;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }

    .lang-btn-mobile:after{
        display: none;
    }

    .lang-menu ul{
        position: fixed;
        bottom: 70px;
        top: unset!important;
        right: 15px;
        left: unset!important;
        border-radius: 0.375rem 0.375rem!important;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }

    .lang-menu .dropdown-menu li{
        border-bottom: 1px solid #f3f3f9;
    }
    
    .lang-menu .dropdown-menu li:last-child{
        border-bottom: 0px solid #f3f3f9;
    }

    .main-menu {
        gap: 15px;
        padding: 15px 0;
    }

    .main-menu .dropdown-menu{
        border-radius: 0px;
        background: transparent;
    }

    .hero-section .hero-section-img{
        background-position: center;
    }

    .home-intro p{
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        font-family: "Poppins", sans-serif;
    }

    .home-intro p br{
        display: block;
    }

    .home-experience-slides .home-experience-slides-title{
        font-size: 30px;
        line-height: 38px;
    }

    .home-experience-slides .owl-carousel .item{
        margin: 0px 1px 0px 15px;  
    }

    .custom-nav{
        display: none;
    }

    .flight-options-section .flight-options-section-title{
        font-size: 30px;
        line-height: 38px;
    }

    .flight-option-hero-image{
        margin-bottom: 16px;
    }

    .flight-options-tab .nav-link p{
        font-size: 14px;
        line-height: 20px;
    }

    .why-adventure-with-us-title{
        font-size: 30px;
        line-height: 38px;
    }

    .why-adventure-with-us-hero-img{
        margin-bottom: 16px;
    }

    .why-adventure-with-us-description h3{
        text-align: center;
        font-size: 20px;
        line-height: 28px;
    }

    .why-adventure-with-us-description p{
        text-align: center;
    }

    .why-adventure-with-us-logos{
        justify-content: center;
        margin-top: 30px;
    }

    .why-adventure-with-us-btn{
        width: 100%;
    }

    .what-guests-say-section .what-guests-say-title{
        font-size: 30px;
        line-height: 38px;
    }
    
    .what-guests-say-section .what-guests-say-desc{
        font-size: 16px;
        line-height: 20px;
    }

    .what-guests-say-section .what-guests-say-desc br{
        display: none;
    }

    #reviews-slider {
        margin-top: 30px;
    }

    #reviews-slider .owl-dots{
        margin-top: 30px;
    }

    #reviews-slider.owl-carousel .item {
        margin: 0px 10px 0px 5px;
    }

    .footer-logo img{
        height: 40px;
    }

    .footer-social img{
        width: 36px;
        height: 36px;
    }

    .footer-mid-card {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    
    .footer-bottom{
        padding: 20px 0 20px 0;
    }

    .footer-bottom .row{
        flex-flow: column-reverse;
    }

    .footer-bottom .footer-bottom-links {
        justify-content: space-evenly;
        margin-bottom: 20px;
    }

    .footer-bottom .footer-copyrights {
        text-align: center;
    }

    .experience-card .experience-card-title{
        font-size: 20px;
        line-height: 28px;
    }

    .experience-card .experience-card-desc{
        font-weight: 200;
    }

    .exp-menu .icons{
        position: absolute;
        right: 16px;
    }

    .exp-menu p.exp-menu-desc{
        margin-bottom: 0px !important;
    }

    .exclusive-benefits-title{
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 0px;
    }
    
    .exclusive-benefits-desc{
        font-size: 16px;
        line-height: 24px;
    }

    .benefit-block{
        border: 0px solid;
        padding: 0px;
    }

    .benefit-block img{
        width: 40px;
        height: 40px;
    }

    .benefit-block .benefit-block-title{
        font-size: 16px;
        line-height: 24px;
    }

    .benefit-block .benefit-block-desc {
        font-size: 13px;
        line-height: 18px;
    }

    .home-experience-slides .caption-area .caption-desc{
        display: none;
    }

    .home-experience-slides .caption-area .caption{
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
    }

    .why-us-facts-area nav .nav button{
        width: 47%;
        padding: 8px 8px;
    }

    .why-us-fact-card{
        display: flex;
        gap: 12px;
        flex-flow: column;
    }

    .why-us-fact-card img{
        width: 60px;
        height: 60px;
        margin: 0px;
    }

    .why-us-fact-card .why-us-fact-title{
        color: #FFF;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 2px;
        text-align: left;
    }

    .why-us-fact-card .why-us-fact-desc{
        color: #FFF;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .why-adventure-with-us-description p{
        text-align: left;
    }

    .hero-experiences-card{
        height: auto;
        background-image: none!important;
        border-radius: 0px;
    }

    .hero-experiences-card .hero-experiences-card-info .hero-experiences-card-title{
        color: #FFF;
        font-family: "Roxborough CF";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.4px;
    }
    
    .hero-experiences-card .hero-experiences-card-info .hero-experiences-card-desc{
        color: #FFF;
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        -webkit-line-clamp: 4;
    }
    
    .hero-experiences-card .hero-experiences-card-info .btn{
        padding: 10px 20px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .gift-cards{
        gap: 50px 0;
    }

    .gift-intro-section .gift-intro-desc{
        font-size: 20px;
        line-height: 28px;
        font-weight: 200;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .gift-cards-btn{
        margin-top: 0px;
    }

    .long-btn {
        padding: 12px 65px;
    }

    .contact-form{
        margin-top: 30px;
    }

    .hero-experiences-section .hero-experiences-title{
        color: #FFF;
        text-align: center;
        font-family: "Roxborough CF";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 2.4px;
        margin-bottom: 30px;
    }

    .why-us-facts .why-us-facts-title{
        color: #FFF;
        text-align: center;
        font-family: "Roxborough CF";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 2.4px;
        margin-bottom: 4px;
    }
    
    .why-us-facts .why-us-facts-desc{
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
        margin-bottom: 30px;
    }
    
    .why-us-facts .why-us-facts-desc b {
        font-weight: 600;
    }

    .hero-experiences-card .hero-experiences-card-info{
        position: relative;
        bottom: 0px;
        padding: 0px;
        height: auto;
        margin-top: 12px;
    }

    .hero-experiences-card .hero-experiences-card-info .hero-experiences-card-desc{
        opacity: 1;
    }

    .hero-experiences-card .hero-experiences-card-info .btn{
        opacity: 1;
    }

    .hero-experiences-card .hero-experiences-card-overlay{
        display: none;
    }

    .hero-experiences-card img{
        border-radius: 8px;
        display:block;
    }

   .hero-experiences-card .hero-experiences-card-info .btn{
        color: #27412B;
        text-align: center;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 19.5px; /* 150% */
        text-transform: uppercase;
        margin-top: 16px;
        padding: 13px 32px;
    }
    
    .why-us-fact-cards{
        gap: 24px 0;
    }
    
    .navbar-toggler-icon{
        width: 24px;
        height: 24px;
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    
    
    .top-navbar .navbar-collapse{
        position: absolute;
        top: 70px;
        background: #27412b;
        left: 0px;
        width: 100%;
        padding: 0px 12px;
    }
    
    .navbar-toggler.close .navbar-toggler-icon{
        background-image: url("../img/close.svg");
    }
    
    .footer-bottom .container .row .col-md-6:nth-child(1){
        border-top: 1px solid rgba(255,255,255,0.1);
        padding-top: 15px;
    }
    
    .pt-sm-30px{
        padding-top: 30px!important;
    }
    
    .row>* {
            padding-right: 16px;
            padding-left: 16px;
        }
        
        .by-title{
            height: 20px;
            margin: 34px auto 0 auto;
        }
        
        #myVideo {
        height: 76vh;
        left: 0px;
        right: 0px;
        object-fit: cover;
    }
    
}

@media only screen and (min-width:1024px) and (max-width:1400px) {
    .hero-experiences-card .hero-experiences-card-info{
        bottom: -160px;
    }
}