


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html{
    overflow-x:clip;
}

body{
    overflow-x: clip;
    font-family:"Poppins",serif!important;
    max-width:100vw;
    /* font-family: "RavenaGothic", sans-serif!important;     */
}


h1,h3,h4,h5{
    font-weight: 600!important;
}

h2{
    font-weight:700;
}

strong{
    color : #40562d;
    font-size:18px;
}

.logo-img{
    width:200px;
}

.homepage-section1{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.homepage-section1 img{
    max-width: 60%;
    width: 100%;
}


.lg-container{
    max-width: 1280px;
}

.fl-row{
    display:flex;
    flex-direction: row;
}

.fl-column{
    display:flex;
    flex-direction: column;
}

.c-g-30{
    column-gap:30px;
}

.c-g-40{
    column-gap:40px;
}

.navbar{
    background-color: #40562D!important;
}

/*

.nav-link{
    font-weight: 600!important;
    text-shadow: 0 0 black!important;
    font-size: 1.45rem!important;
    color:white!important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 16 16'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M2 4h12M2 8h12M2 12h12'/%3E%3C/svg%3E")!important;
} */


.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide{
    max-height:900px;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

    .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: #eaf4ff6e;
        /* stroke: var(--swiper-theme-color); */
        fill: none;
        stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
    }

.swiper-button-prev, .swiper-button-next{
    color: white!important;
    top: var(--swiper-navigation-top-offset, 65%)!important;
}

.swiper-slide img{
    width:100%;
}


.main-swiper{

    padding:0;
}

.slider-img-header{
    color:white;
    text-align: center;
    font-size: 1.75rem;
    letter-spacing:0.5px;
}

.slider-img-text{
    color:white;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    text-shadow: 0 0 black;
    letter-spacing:1.5px;
    line-height:2em;
}

.slider-abs-overlay{
    position: absolute;
    top: 0;
    right:0;
    width:0;
    height: 100%;
}

.bg-overlay{
    /* background-color: #00000094; */
    /* background-color: #6d5e47bf; */
    background-color:#00000091;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 240px;
}

.custom-button1{
    width: 100%;
    max-width: 200px;
    line-height: 2.5em;
    border: 2px solid white;
    color: white;
    font-weight: 600;
    background: transparent;
    text-shadow: 0 0 black;
    border-radius: 5px;
}

.c-text-dark{
    font-weight: 400;
    text-shadow: 0 0 black;
    color: black;
}

.c-text-white{
    font-weight: 600;
    text-shadow: 0 0 white;
    color:white;
}

.hp-about-us-section{
    width: 100%;
}

.hp-about-us-bg{
    background-color: #40562D;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    align-content: center;
    flex-direction: column;
}

.clipped-image-container{
    background: #48525936;
    align-items:center;
}

.clipped-image{
    /* clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0); */
    /* clip-path: polygon(50% 0%, 100% 0, 89% 43%, 100% 80%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0); */
    clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 80%, 68% 100%, 32% 100%, 0 100%, 0% 43%, 0 0);
    max-width: 100%;
}

.text-align-center{
    text-align: center;
}

.abt-us-header{
    width:350px;
    text-align:center;
}

.abt-us-parag{
    width: 100%;
    max-width: 750px;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 600;
    text-shadow: 0 0 black;
}

.f-w-center{
    width: 100%;
    display: flex;
    justify-content: center;
}

.w-lg-50{
    width:50%;
}

.w-lg-60{
    width:60%;
}

.w-lg-40{
    width:40%;
}

.custom-card{
    background-color: transparent!important;
    color: white !important;
    border: unset !important;;
}

.custom-card .card-body {
    width: 100%;
    overflow: hidden;
    padding-top:0!important;
}

.custom-card .card-body img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 15px;
}

.custom-card-header{
    background-color: unset !important;
    border-bottom: unset !important;
    display: flex;
    height: 75px;
    align-items: center;
    justify-content: center;
}

.custom-card-header .card-title{
    color:black!important;
    font-size:18px!important;
}

.row-gap-25{
    row-gap:25px;
}

.text-darker{
    font-weight:600;
    text-shadow: 0 0 #00000057;
    color:black;
}

.text-whiter{
    font-weight: 600;
    text-shadow: 0 0 black;
    color: white;
}

.tours-bg{
    background: #f2f4f7c2;
    display: flex;
    justify-content: center;
    border-top: 1px solid #00000026;
    border-bottom: 1px solid #00000026;
}

.booking-bg{
    /* background-color:#333333; */
    background-color: #535f4a;
    color:white;
}

.booking-section{
    max-width: 1280px;
    width: 100%;
    align-self: center;
}

.contact-us-container{
    gap:25px;
    width:100%;
    max-width: 50%;
    background: #bfb2b224;
}

.contact-us-container input{
    width:100%;
    line-height: 2em;

}

.bullet-container {
    width: 100%;

}
.bullet-container ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}
.bullet-container li {
    margin-bottom: 10px;
    font-size: 1rem;
    color: white;
    font-size:16px;
}

.c-button-style1{
    line-height: 2em;
    font-weight: 600;
    text-shadow: 0 0 black;
    width: 100%;
    font-size: 1.25rem;
    border: unset;
    color:black!important;
}

.text-icon-lg{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #40562d;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
    line-height: 1.4;
}

.text-icon-lg .k-font-icon{
    font-size:2rem!important;
}

 .text-icon-lg .fa{
    font-size: 1.2rem!important;
    margin-right: 8px;
    color: #40562d;
    margin-top: 2px;
    flex-shrink: 0;
}

.tour-information-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #8b868070;
    padding:15px;
}

.show-link-on-md{
    text-decoration: none;
    font-weight: 600;
    text-shadow: 0 0 black;
    text-align: end;
    margin-right: 2%;
    color: white;
    display:none;
}

.td-c-btn{
    font-size: 16px;
    line-height: 2.5em;
    border: unset;
    font-weight: 600;
    width: 100%;
    color: #40562d;
    background: #ffffff;
}


.detail-slide img{
    max-width:370px;
    height:100%;
}

.td-link{
    color: white;
    text-decoration: none !important;
}

.custom-links{
    width: 100%;
    justify-content: center;
}

.why-choose-us-container{
    justify-content: center;
    gap: 25px;
    padding:25px;
    background:#f2f4f7c2;
    align-items: center;
    min-height:650px;

}

.why-choose-us-container .text-dark{
    line-height: 2em;
    letter-spacing: 1px;
    min-height:210px;
    font-size: 14px;
    padding: 10px;
    font-weight:500;
}

.why-choose-us-container .mcontainer{
    max-width:415px;
    background:white;
}

.mcontainer strong{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-us-container img{
    width:100%;
}

.book-with-conf-container{
    justify-content: center;
    column-gap:50px;
    row-gap:25px;
    flex-wrap:wrap;
}

.book-with-conf-container img{
    max-width:64px;
    max-height:64px;
    width: 100%;
    height: 100%;
}

.book-with-conf-container .fl-column{
    max-width: 400px;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    background:#ecf3e6;
    border-radius:10px;
}

.book-with-conf-bg{
    background: #40562d;
    min-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: black;
    text-shadow: 0 0 black;
    padding:25px;
}

.bwc-parag-container{
    min-height:150px;
    padding:25px;
}

.bwc-parag-container .text-dark{
    line-height: 2em;
    letter-spacing: 0.5px;
}

.menu-container{
    background-color: rgb(64 86 45) !important;
}

.show-less{
    display:none;
}

#show-more-btn, #all-tours-btn{
    width: 100%;
    line-height: 3em;
    font-weight: 600;
    border: 1px solid #a3a3a375;
    color:black!important;
    /* font-family: "RavenaGothic", sans-serif; */
    font-family: "Noto Sans", sans-serif;
    position:relative;
    /* z-index:99; */
}

.main-screen-img{
    width: 100%;
    min-height: 400px;
}

.tour-container{
    max-width:370px;
}

.featuredSwiper{
    width: 100%;
    height: 370px;
}

.tours-parag-container{
    min-height:245px;
    justify-content:center;
    background: #5f754c1c;
}

.accordion-button{
    font-weight:600!important;
    color:#40562d!important;
}

.accordion-button:not(.collapsed) {
    background-color: unset!important;
}

.accordion-button:focus {

    box-shadow: unset!important;
}

.accordion-button:not(.collapsed) {
    color:#40562d!important;
}

.accordion-body{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.tour-accordion-details{
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.ft-desc{
    color: #171616;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0 0 #171616;
    padding:15px;
    line-height:2em;
    letter-spacing:0.5px;
}


.tours-header {
    color: #40562d;
    font-weight: 600;
    text-shadow: 0 0 #40562d;
    letter-spacing:1px;
}

.tours-header-container{
    min-height: 75px;
    justify-content: center;
    border: 1px solid #10101024;
    border-top: unset;
}

.featuredSwiper .swiper-pagination-bullet{
    color: white !important;
    width: 28px !important;
    height: 28px !important;
    padding: 4px!important;
    padding-right: 5px!important;
}

.featuredSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffa800;
}

.request-itinerary-section{
    padding:10px 100px;
    display:flex;
    justify-content: center;
}

.request-itinerary-section p{
    text-align: start;
    min-width: 100%;
    color: #40562d;
    font-weight: 500;
    padding-top: 15px;
}

.ris-header{
    color: #40562d;
    font-size: 28px;
    font-weight: 700;
}

.contact-pref-header{
    font-size: 24px;
    font-weight: 700;
    color: #40562d;
}

.email-itinerary-btn{
    width: 250px;
    height: 60px;
    outline: 0;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    background: #40562d;
    color: white;
    text-shadow: 0 0 black;
    border-radius: 7px;
}

.pcontainer{
    min-height:250px;
    justify-content:center;
    align-items:center;
}

#email-itinerary-window{
    width:100%;
}

.cnav-link{
    font-size:1.1rem!important;
}

.booking-section-main-container{
    padding:25px;
}

.booking-highlights-main-wrapper{
    align-items: center;
    display: flex;
    justify-content: center;
}

.booking-highlights-wrapper{
    display:grid;
    grid-template-columns: 1fr;
    margin: 25px 0;
}

.booking-section-wrapper{
    background: white;
    color: #40562d;
    padding: 25px;
}

.booking-section-input-wrapper{
    gap:25px;
}

.booking-contact-btn{
    width: 250px;
    height: 60px;
    outline: 0;
    border: 0;
    font-size: 18px;
    font-weight: 600;
    background: #40562d;
    color: white;
    text-shadow: 0 0 black;
    border-radius: 7px;
}

.highlight-text{
    font-weight:500;
}

.tour-icons-container .fl-column{
    width: 100%;
    margin-bottom: 8px;
}

.tour-icons-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.section5-header-bg{
    background: #40562d;
    min-height: 100px;
    border-top: 1px solid #00000069;
    justify-content: center;
}

.section5-header-bg h3{
    color:white;
}

.booking-header-wrapper{
    height:75px;
    justify-content:center;
}

.no-bg-active{
    z-index: 0;
    opacity: 0.1;
    position: relative;
}

/* Video Gallery Section Styles */
.video-section-wrapper{
    width: 100%;
}

.video-section-header-bg{
    background: #40562d;
    min-height: 100px;
    border-top: 1px solid #00000069;
    justify-content: center;
}

.video-section-header-bg h3{
    color:white;
}

.video-gallery-bg{
    background: #40562d;
    min-height: 500px; /* increase section height */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px 50px 25px;
}

.video-slider-container{
    width: 100%;
    max-width: 1400px;
}

.videoSwiper{
    width: 100%;
    height: 100%;
    padding: 10px 30px;
}

.videoSwiper .swiper-button-next,
.videoSwiper .swiper-button-prev {
    color: white !important;
}

.videoSwiper .swiper-pagination-bullet {
    background: white !important;
    opacity: 0.5;
}

.videoSwiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.video-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-wrapper{
    position: relative;
    width: 100%;
    max-width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    aspect-ratio: 16 / 8; /* taller videos */
}

.video-wrapper iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 2px solid white;
    position: absolute;
    top: 0;
    left: 0;
}

.video-title-overlay{
    margin-top: 15px;
    text-align: center;
}

.video-title-overlay h5{
    color: #40562d;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

img:not(.main-screen-img):not(.logo-img) {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
}

.swiper:not(.mySwiper), .booking-section-wrapper{
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
}

@media(max-width: 1200px){
    .detail-slide img{
        max-width:100%!important;
    }

    .tour-container{
        max-width:100%!important;
    }
}

@media (max-width: 991px){
    .hidden-on-mobile{
        display:none;
    }

    .dalMenuBtn{
        display:flex!important;
        margin-right: 5px;
    }

    .cnav-link{
        font-size:1rem!important;
    }

}

@media(max-width: 768px){
    .booking-section{
        flex-direction: column-reverse;
    }

    .contact-us-container{
        max-width: 100%;
    }

    .swiper-slide img {
        /* width: 100vh!important; */
        /* width: calc(100vh - 25px); */
    }

    .logo-img{
        width: 175px;
    }

    .hide-on-mobile{
        display: none;
    }

    .show-link-on-md{
        display: block;
    }

    .why-choose-us-container .fl-column{
        max-width:100%!important;
    }

    .why-choose-us-container{
        flex-direction: column;
    }

    .request-itinerary-section{
        padding:50px!important;
    }

    .featuredSwiper{
        max-width:100vw!important;
    }

    /* Video Section Tablet & Mobile */
    .videoSwiper{
        padding: 20px 10px;
    }

    .video-wrapper iframe{
        border-radius: 8px;
        border: 2px solid white;
    }

    .video-gallery-bg{
        padding: 30px 15px;
        min-height: auto;
    }

    .video-title-overlay h5{
        font-size: 16px;
    }

}


@media(max-width : 568px){
    .abt-us-parag{
        font-size: 0.9rem;
    }

    .abt-us-header{
        font-size:1.5rem;
    }

    .show-link-on-md{
        font-size:0.9rem!important;
        text-align:start!important;
    }

    .logo-img{
        width: 175px;
    }

    /* .nav-link{
        font-size: 1.05rem!important;
    } */

    .clipped-image-container{
        order:-1;
    }

    .card-body{
        padding: 0!important;
    }

    .tour-parag-container{
        display: flex;
        justify-content: center;
    }

    .tour-parag-container p{
        padding: 10px 25px;
        font-size: 0.9rem;
    }

    .slider-img-header{
        font-size:22px!important;
    }

    .slider-img-text{
        font-size: 14px!important;
    }

    .fr-125{
        font-size:1.25rem;
    }

    .section4 p{
        font-size:0.9rem;
    }

    .request-itinerary-section{
        padding:25px!important;
    }

    /* Video Section Small Mobile */
    .video-wrapper iframe{
        border-radius: 6px;
        border: 2px solid white;
    }
}

@media(max-width: 430px){
    .logo-img{
        width: 150px;
    }
}

@media(max-width: 400px){
    .logo-img{
        width: 150px;
    }
}

@media (max-width: 320px){
    .abt-us-parag{
        font-size: 0.8125rem;;
    }

    .abt-us-header{
        font-size:1.25rem;
    }

    .show-link-on-md{
        font-size:0.825rem!important;
    }
}

@media(max-width: 1023px){
    .homepage-section1 img{
        max-width: 100%;
        padding:25px;
    }

    .main-swiper{
        height:unset!important;
        width:100%!important;
        max-width: 100vw;
        position: relative;
        right:12px;
    }

    .sm-flex-column{
        flex-direction: column!important;
    }

    .sm-flex-column-reverse{
        flex-direction: column-reverse!important;
    }


    .slider-abs-overlay {
        position: relative;
        width: 100%;
        top:unset;
        right:unset;
        height:unset;
    }

    .swiper-slide img {
        width: 100%;
    }

    .slider-img-header{
        font-size:1.75rem;
    }

    .slider-img-text{
        font-size: 14px;
        font-weight: 400;
    }

    .swiper-button-prev, .swiper-button-next {
        top: var(--swiper-navigation-top-offset, 50%) !important;
    }

    .w-md-100{
        width: 100%!important;
    }

    .clipped-image{
        clip-path: unset;
    }

    .bg-overlay{
        /* background-color: #000000b3; */
        background-color: #40562d !important

    }

}

@media (min-width : 1024px) and (max-width : 1500px){
    .abt-us-parag{
        font-size:1rem;
    }
    .main-swiper{
        width:30%!important;
    }

    .request-itinerary-section{
        padding:50px!important;
    }
}

@media (min-width: 1500px) and (max-width: 1800px){
    .main-swiper{
        width:25%!important;
    }

    .request-itinerary-section{
        padding:50px!important;
    }
}

@media(min-width : 992px){
    .navbar-expand-lg .navbar-collapse {
        justify-content: space-around;
    }
}


@media(min-width:1024px){

    .main-swiper {
        padding: 0;
        height: 500px;
        position: absolute;
        right:0;
    }

    .slider-abs-overlay{
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .main-screen-img{
        aspect-ratio: 9/3;
        object-fit: cover;
    }

    #email-itinerary-window{
        width:50%!important;
    }

    /* Video Section Desktop */

}

@media(min-width:1200px){
    .swiper-slide img{
        aspect-ratio:9/3;
    }


    .booking-highlights-wrapper{
        grid-template-columns: 1fr 1fr !important;
    }

    .featured-main-container{
        max-width:1200px!important;
    }

    /* Video Section Large Desktop */
}


@media (min-width: 1500px){
    #email-itinerary-window{
        width:30%!important;
    }

    /* Video Section Extra Large Desktop */
}


@media (min-width : 1920px){
    .abt-us-header{
        font-size:2.5rem;
    }
}

