html {
    scroll-behavior: smooth;
}
[data-aos] {
    overflow: hidden;
}
/*==================  Common Style ==============*/

.left-block p del {
    font-size: 16px
}

.accordion-item, .theme-btn, .theme-btn2 {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%)
}

:root {
    --color-white: #fff;
    --web-color2: #2f4e93;
    --font-color: #5D5D5B;
    --title-color: #152A38;
    --color-black: #000;
    --color-blue: #1e09d8;
    --theme-color: #6D5234;
    --theme-color2: #ffc861
}

.theme-btn, .theme-btn:hover {
    color: var(--color-white)
}

.theme-btn2, .theme-btn2:hover {
    color: #152a38
}

    .theme-btn2:hover {
        color: var(--color-white)
    }


.google-sans-flex-<uniquifier > {
    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "slnt" 0, "wdth" 100, "GRAD" 0, "ROND" 0;
}

/*============fixed-whatsapp=============*/
.fixed-whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #06da03;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    z-index: 99
}

    .fixed-whatsapp i {
        color: #fff;
        font-size: 22px;
    }


/*-----------------------*/

body {
    letter-spacing: normal;
    transition: .5s ease-in-out;
    
    font-family: "Google Sans Flex", sans-serif;
}

p {
    /*line-height: 1.9;*/
    color: var(--font-color);
    font-weight: 400;
}

.bg-1 {
    background: #ffe9c0
}

.commonpadding {
    padding: 70px 0;
    position: relative
}

.commonpadding1 {
    padding: 100px 0;
}

.common-block {
    padding: 25px 0
}

.div-hr {
    height: 1px;
    width: 100%;
    display: block;
    background: #eaeef3
}

a, a:active, a:focus, a:hover {
    outline: 0;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
    text-decoration: none
}

.theme-btn, .theme-btn2 {
    font-size: 14px;
    padding: 12px 25px;
    display: inline-block;
    transition: .5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 8px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    z-index: 1
}

    .theme-btn2::before, .theme-btn::before {
        content: '';
        height: 300px;
        width: 300px;
        background: var(--color-black);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0);
        transition: .5s cubic-bezier(.25, .46, .45, .94);
        z-index: -1;
    }

    .theme-btn2:hover::before, .theme-btn:hover::before {
        transform: translateY(-50%) translateX(-50%) scale(1)
    }

.theme-btn2 {
    background: var(--theme-color2)
}

    .theme-btn2::before {
        background: var(--color-black)
    }

.title-section {
    margin-bottom: 25px
}

    .title-section .title-text {
        font-family: "Marcellus", serif;
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 400;
        color: var(--theme-color)
    }

    .title-section .main-title {
        font-family: "Marcellus", serif;
        font-size: 60px;
        font-weight: 400;
        color: var(--title-color);
        line-height: 1.2;
    }

    .title-section .sub-title {
        font-family: "Marcellus", serif;
        font-size: 22px;
        font-weight: 600;
        color: var(--color-black);
        line-height: 1.2
    }

.style-ul li {
    margin-bottom: 10px
}

.fa-square-facebook:before {
    --fa: "\f082"
}

.newlist-style li {
    padding: 12px 25px;
    background: #fff;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 25px;
}

    .newlist-style li i {
        color: var(--theme-color2);
        margin-right: 5px;
        font-size: 16px;
    }
.svg-mandala1 {
    position: absolute;
    right: -250px;
    top: -100px;
    opacity:0.4;
}


.svg-mandala {
    position: absolute;
    left: -250px;
    bottom: -100px;
    opacity: 0.4;
}
    .svg-mandala img, .svg-mandala1 img {
        height: 500px;
        width: auto;
        animation: spin 40s linear infinite;
    }
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
    /*======================== header design ==============*/
    .main-header.sticky {
        position: fixed;
        top: 0;
        background: #fff;
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
        animation: slideDown 0.7s ease;
        width: 100%;
        z-index: 999
    }

/* slide animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* logo shrink effect */

.main-header.sticky .navbar-brand img {
    height: 60px;
    width: auto;
    filter:brightness(1)
}

.main-header.sticky .header-nav-list .nav-link {
    color: var(--color-black);
}


.main-header {
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), hsla(0, 0%, 63%, 0));
}

    .main-header.navbar-expand-lg {
        flex-direction: column
    }

.top-navbar {
    width: 100%;
    padding: 10px 0;
    background: var(--theme-color)
}

    .top-navbar .headerline {
        display: flex;
    }

.header-nav {
    gap: 25px;
    justify-content: end;
    align-items: end
}


.navbar-brand img {
    filter: brightness(100)
}

.header-nav-list {
    display: flex;
    align-items: center;
    gap: 20px
}

.navbar-toggler {
    position: absolute;
    top: 40px;
    right: 20px;
}

ul {
    padding: 0;
    list-style: none
}

.header-quicklink {
    display: flex;
    gap: 15px;
}

    .header-quicklink a {
        color: var(--color-white);
    }

    .header-quicklink a {
        font-size: 14px
    }

        .header-quicklink a i {
            color: var(--color-white);
            margin-right: 2px;
        }

.header-nav-list .nav-link {
    font-size: 14px;
    font-weight: 400;
    transition: .3s ease-in-out;
    color: var(--color-white);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

    .header-nav-list .nav-link:hover, .header-nav-list .nav-link.active {
        color: var(--theme-color2)
    }

.navbar-nav .nav-link.active {
    font-weight: 600
}

.enquirebtn {
    padding: 10px 30px;
    background: #010101;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    border-radius: 30px;
    transition: .5s ease-in-out
}

.explore-btn:hover {
    background: #000;
    color: #fff
}

.list-style li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: var(--font-color)
}

    .list-style li i {
        position: absolute;
        left: 0;
        top: 2px;
        color: var(--theme-color2)
    }
/*========================== Slider =================================*/
.searchbar-box {
    background: var(--color-white);
    border-radius: 40px;
    overflow: hidden;
    width: 60%;
    margin: auto;
}

    .searchbar-box form {
        display: flex;
        padding: 10px;
        align-items: center;
        gap: 10px;
        justify-content: space-between
    }

    .searchbar-box .form-group {
        width: 100%;
        margin: 0;
        position: relative;
    }

        .searchbar-box .form-group:last-child {
            width: auto
        }

.searchbtn {
    height: 45px;
    width: 45px;
    background: var(--theme-color);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .searchbtn i {
        color: var(--color-white) !important;
    }

.searchbar-box .form-group .form-control {
    position: relative;
    padding-left: 40px;
    margin: 0;
    border: 0;
    color: var(--font-color)
}

.searchbar-box .form-group .set-icon {
    position: absolute;
    top: 14px;
    left: 12px;
    color: var(--theme-color);
    z-index: 9
}

.searchbar-box .form-group .theme-btn {
    width: 100%
}


/*---- scroll Line---*/

.single-scroll-down-animation {
    z-index: 999;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, -10%);
    left: 50%;
}

    .single-scroll-down-animation h4 {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        margin-bottom: 15px;
        letter-spacing: 1px;
        color: var(--color-white)
    }

.scroll-down5 {
    width: 2px;
    height: 80px;
    position: relative;
    background: transparent;
    animation: scrollDown5 1.5s ease infinite;
    border-radius: 100%;
    margin: 0 auto;
}

    .scroll-down5:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(transparent, #fff, transparent);
    }

@keyframes scrollDown5 {
    0% {
        transform-origin: top;
        transform: scaleY(0);
    }

    45% {
        transform-origin: top;
        transform: scaleY(1);
    }

    55% {
        transform-origin: bottom;
        transform: scaleY(1);
    }

    100% {
        transform-origin: bottom;
        transform: scaleY(0);
    }
}


.explore-line {
    height: 50px;
    width: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 99;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-10);
        -ms-transform: translateY(-10);
        -webkit-transform: translateY(-10);
        transform: translateY(-10);
    }
}


.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

/*------*/


/*============Banner Section =================*/

.bannersection {
    position: relative;
    overflow: hidden
}


.bannersection-carousel {
    overflow: hidden;
    position: relative
}

    .bannersection-carousel .carousel-item img {
        height: 100vh;
        object-fit: cover
    }

.bannersection-text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(0,0,0,.3);
    padding: 35px
}



.banner-text {
    width: 70%;
    text-align: center;
    margin: auto;
}

.backbtn, .icon-flag img {
    width: 50px;
    height: 50px
}

.banner-text h1 {
    font-family: "Marcellus", serif;
    color: var(--color-white);
    font-size: 68px;
    font-weight: 400;
    margin-bottom: 25px;
}

.banner-text p {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-white)
}

.button-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
}
/*=============== */
.feature-section-flex {
    display: flex;
    justify-content: space-between;
    gap: 15px
}

    .feature-section-flex .feature-section {
        display: flex;
        align-items: center;
        display: inline-flex;
        justify-content: center;
        align-items: center
    }

        .feature-section-flex .feature-section .icon {
            height: 50px;
            width: 50px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px
        }

            .feature-section-flex .feature-section .icon i {
                font-size: 28px;
                color: var(--theme-color)
            }

.feature-content .feature-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1,1)
    }

    to {
        -webkit-transform: scale(1.5,1.5)
    }
}

@keyframes zoom {
    from {
        transform: scale(1,1)
    }

    to {
        transform: scale(1.5,1.5)
    }
}

.state-block {
}

.state-info {
    padding-top: 10px;
}

    .state-info .state-name {
        font-weight: 600;
        color: var(--color-black);
        text-transform: uppercase
    }




.carousel-inner .carousel-item > img {
    -webkit-animation: 20s linear infinite zoom;
    animation: 20s linear infinite zoom;
    height: auto
}
.aboutsection-bg {
   opacity:0.08;
   position:absolute;
   height:100%;
   width:100%;
   
}

.about-img {
    display: inline-block
}

    .about-img .trip-award {
        position: absolute;
        height: 165px;
        border-radius: 50%;
        padding: 7px;
        background: #fff;
        width: auto;
        top: 50%;
        right: 22%;
        transform: translate(-50%,-50%);
        animation: 4s linear infinite bounce
    }

@keyframes bounce {
    0%,100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.flex-package-section {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center
}

.package-section-block {
    background: #fff;
    padding: 15px
}

.package-content {
    padding-top: 15px
}

    .package-content .package-name {
        font-size: 16px;
        font-weight: 600;
        color: var(--color-black)
    }

.ratings-block {
    display: flex;
    margin: 10px 0;
    gap: 10px;
    align-items: baseline
}

    .ratings-block p {
        margin: 0
    }

    .ratings-block ul {
        display: flex;
        gap: 1px;
        margin: 0
    }

    .ratings-block i {
        font-size: 12px;
        color: #FDCC0D
    }

.price-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-block p {
    margin: 0;
    font-weight: 600;
    color: var(--color-black);
    font-size: 18px
}

    .left-block p del {
        color: var(--font-color);
        font-weight: 400
    }

.enquire-btn-flex {
    display: flex;
    gap: 7px;
}

    .enquire-btn-flex .enquiry-btn {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

.right-block .enquiry-btn:first-child {
    background: #25d366;
    font-size: 20px;
}



.activities-section {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 2rem;
    justify-content: center;
    align-items: center
}

.activities-block .activities-block-img {
    overflow: hidden;
    border-radius: 130px;
    transition: .3s ease-in-out
}

    .activities-block .activities-block-img img {
        transition: .3s ease-in-out;
        width: 100%
    }

.activities-block:hover .activities-block-img img {
    transform: scale(1.2);
    transition: .3s ease-in-out
}

.visa-country-block, .visa-img, .visa-img img {
    transition: .5s ease-in-out
}

.activities-section .activities-block h4 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
    margin: 0
}

.accordion-item {
    border: 0;
    border-radius: 16px;
    margin-bottom: 15px
}

.accordion-button {
    font-size: 18px;
    font-weight: 600;
    border-radius: 16px
}

    .accordion-button:not(.collapsed) {
        color: var(--color-black);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none
    }


        .accordion-button:not(.collapsed)::after {
            background-image: var(--bs-accordion-btn-icon)
        }

/*   .accordion-button:not(.collapsed) {
        background-color:var()
    }*/
.accordion-item:first-of-type .accordion-button {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 16px
}

.accordion-button:focus {
    box-shadow: none
}

.faq-accordion {
}

.visa-country-block {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--color-white)
}

    .visa-country-block:hover .visa-img > img {
        transform: scale(1.2);
        transition: .5s ease-in-out
    }

.visa-img {
    overflow: hidden
}

.icon-flag {
    background: var(--color-white);
    display: inline-flex;
    position: absolute;
    top: -30px;
    left: 39%;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,.2)
}

.visa-img img {
    object-fit: cover;
    object-position: 0 0;
    height: 150px
}

.visa-country-info {
    padding: 40px 15px 15px;
    text-align: center;
    position: relative
}

.visa-country-name {
    color: var(--color-black);
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500
}

.visa-country-info p {
    margin: 0;
    font-size: 14px
}

.testimonial-bg {
    background: url('../images/testimonial-bg.png');
    background-size: cover;
    background-repeat: no-repeat
}

.testimonial-block {
    padding: 15px;
    border-radius: 16px;
    /*background: var(--color-white)*/
}

.testimonial-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.testimonial-profile {
    display: flex;
    gap: 10px;
    align-items: center
}

.testimonial-img img {
    height: 65px;
    width: 65px !important;
    overflow: hidden;
    border-radius: 50%
}

.testimonial-bio p {
    margin: 0;
    color: var(--color-black);
    padding-bottom: 5px;
    font-weight: 600
}

.testimonial-content .testi-title {
    font-size: 18px;
    font-weight: 600;
}

.backbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-color);
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

    .backbtn i {
        font-size: 20px
    }

    .backbtn:hover {
        cursor: pointer;
        background-color: #333
    }

    .backbtn:active {
        background-color: #555
    }

    .backbtn.show {
        opacity: 1;
        visibility: visible
    }

.contactform-block {
    margin-bottom: 50px
}

.form-control {
    font-size: 16px;
    border: 1px solid rgb(247 247 238);
    background: 0 0;
    border-radius: 0;
    min-height: 50px;
    margin-bottom: 20px
}

    .form-control:focus {
        outline: 0;
        box-shadow: none;
        border-color: #000
    }

.btn.submit-btn {
    height: 45px;
    background: #000;
    color: #fff;
    padding: 0 25px;
    border-radius: 0;
    border: 0
}

.quickcontact {
    margin-left: 25px;
    padding: 25px;
    border-left: 1px solid #757575
}

.blocksection {
    padding-left: 20px
}

    .blocksection p {
        margin-top: 20px;
        margin-bottom: 5px;
        font-weight: 500;
        color: #000
    }

    .blocksection a {
        color: var(--font-color);
        font-size: 17px;
        text-decoration: none
    }

.button-carousel.owl-carousel .owl-nav button {
    position: absolute;
    top: 45%;
    border-radius: 50%;
    color: #fff !important;
    margin: 0;
    transition: .3s ease-in-out;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-color) !important
}

    .button-carousel.owl-carousel .owl-nav button:hover {
        background: var(--theme-color2) !important
    }

.button-carousel .owl-nav button.owl-prev {
    left: -20px
}

.button-carousel .owl-nav button.owl-next {
    right: -20px
}

.button-carousel.owl-carousel .owl-nav button span {
    font-size: 24px
}
/*==========background banner ==================*/
.bg-banner-home {
    border-radius: 80px;
    overflow: hidden;
    padding: 80px;
    background: url('../images/boat-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    position: relative;
}

    .bg-banner-home:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgb(26 26 26 / 67%) 0%, rgb(22 22 22 / 39%) 53.06%, rgba(0, 0, 0, 0) 100%)
    }

    .bg-banner-home .text-center {
        position: relative;
        z-index: 9
    }
/*----- tour detail page --------*/
.breadcrumb-bar {
    background: var(--theme-color);
    padding: 15px 0;
}

    .breadcrumb-bar .breadcrumb {
        margin: 0;
    }

        .breadcrumb-bar .breadcrumb .breadcrumb-item {
            font-weight: 500;
            font-size: 16px;
        }

            .breadcrumb-bar .breadcrumb .breadcrumb-item a {
                color: var(--color-white)
            }

            .breadcrumb-bar .breadcrumb .breadcrumb-item.active {
                color: #fdcc0d
            }

.tourinfo-section {
    padding: 30px 0;
}

.tour-info-block {
    padding-block: 50px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between
}

    .tour-info-block .tourname-title {
        font-size: 48px;
        font-family: "Marcellus", serif;
        margin-bottom: 10px;
    }

.tour-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

    .tour-price .price-p {
        margin: 0;
        font-weight: 600;
        font-size: 24px;
        color: var(--color-black)
    }

.tour-enq-block {
    padding-top: 10px;
}

.ratings-block.tourrating ul {
    gap: 4px
}

.ratings-block.tourrating i {
    font-size: 16px;
}

.featured-gallery-section {
    display: flex;
    gap: 10px;
    position: relative;
}

    .featured-gallery-section .flex-img-section:first-child {
        width: 60%
    }

    .featured-gallery-section .flex-img-section:last-child {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        width: 40%;
        justify-content: space-between
    }

        .featured-gallery-section .flex-img-section:last-child .flex-img-block {
            width: calc(50% - 5px);
            height: calc(50% - 5px);
        }

    .featured-gallery-section .flex-img-section:first-child .flex-img-block img {
        height: 450px;
        object-fit: cover;
        width: 100%;
    }

    .featured-gallery-section .flex-img-section:last-child .flex-img-block img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .featured-gallery-section .flex-img-section .flex-img-block {
        width: 100%;
        border-radius: 8px;
        overflow: hidden
    }

.gallerybar {
    position: relative
}

.gallery-btn {
    padding: 10px 15px;
    border-radius: 10px;
    background: var(--color-white);
    color: Var(--color-black);
    font-weight: 500;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.detailblock {
    padding: 15px 0;
}

    .detailblock .titleblock {
        font-family: "Marcellus", serif;
        font-size: 24px;
        font-weight: 500;
        color: var(--color-black);
        line-height: 1.2;
        padding-bottom: 10px;
    }


    .detailblock p {
        text-align: justify;
        line-height:1.7;
    }

.feature-ul {
    padding: 0;
    list-style: none;
}

    .feature-ul li {
        margin-block: 18px;
        position: relative;
        padding-left: 30px;
        color: var(--font-color)
    }

        .feature-ul li i {
            position: absolute;
            left: 0;
            top: 3px;
            font-size: 20px;
            color: var(--theme-color2);
        }


.gallery-carousel.owl-carousel .owl-item img {
    max-height: 400px;
    width: auto;
}

.gallery-carousel.owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
}

.gallery-model-box .modal-header .btn-close {
    background: none;
    opacity: 1;
}

    .gallery-model-box .modal-header .btn-close i {
        font-size: 24px;
        color: var(--color-white)
    }

.gallery-model-box .modal-content {
    background: none
}

    .gallery-model-box .modal-content, .gallery-model-box .modal-content .modal-header {
        border: 0;
    }


.Enquiry-contact-form {
    padding: 30px;
    background: #fff;
    border-radius: 18px;
    margin-top: 25px;
}

.inquiry-form {
    margin-top: 15px;
}

.Enquiry-contact-form .form-control {
    border-radius: 8px;
    font-size: 14px;
}

.detail-featureblock {
    padding: 30px;
    background: #fff;
    border-radius: 18px;
    margin-top: 25px;
}

    .detail-featureblock .featurebox-ul {
        padding-top: 15px;
    }

        .detail-featureblock .featurebox-ul li {
            margin-bottom: 15px;
            position: relative;
            font-size: 14px;
        }

            .detail-featureblock .featurebox-ul li i {
                color: var(--theme-color);
                position: absolute;
                left: 0;
                top: 3px;
            }
/*
    .searchbar-box .form-group:first-child:after {
        content: '';
        position: absolute;
        right: -5px;
        top: 20%;
        width: 0.5px;
        background: #6d5234;
        bottom: 20%;
    }
*/
.filter-tour-tab.nav-tabs {
    border-bottom: 0;
    gap: 15px;
    margin-bottom: 20px;
    justify-content: center;
}

    .filter-tour-tab.nav-tabs .nav-link {
        border: 1px solid #a2a2a2;
        border-radius: 0;
        color: var(--color-black)
    }

        .filter-tour-tab.nav-tabs .nav-link.active {
            border-color: var(--theme-color);
            background: var(--theme-color);
            color: var(--color-white)
        }




/*-------- category-block  ----------*/.category-tours {
       display: grid; 
        justify-content: center;
    padding-top: 20px;
}
.feeling-row:nth-child(even) .feeling-img {
    order: 2;
}
.category-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    transition: .5s ease-in-out;
    align-items: center;
    background: #fff;
}

    /* .category-block::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        transition: .5s ease-in-out;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
    } */
    .category-block:nth-child(even) .img-info{
    order: 2;
}

.category-block:nth-child(even) .category-info{
    order: 1;
}

    .category-block img {
        max-height: 450px;
        transition: .5s ease-in-out;
        object-fit: cover;
    }

    .category-block:hover img {
        transform: scale(1.2)
    }  

 .category-block .img-info{overflow: hidden;}
    .category-block .category-info {
        width: 100%;
            padding: 60px 64px;
        z-index: 3;
        transition: .5s ease-in-out;
    }

    .category-block .category-info {
        
        z-index: 9;
        transition: .5s ease-in-out;
    }

        .category-block .category-info p {
                font-family: "Marcellus", serif;
                color: #795548;
                font-size: 28px;
                font-weight: 500;
                margin: 0;        
                border-radius: 30px;                
                display: inline-block;
                margin-bottom: 10px;
                transition: .5s ease-in-out;
        }
       .explore-link{
            display: inline-block;
            /* font-family: "Marcellus", serif; */
            color: var(--theme-color);
            border-radius: 30px;
            font-size: 14px;
            transition: .5s ease-in-out;
            margin-top: 20px;
            text-transform: uppercase;
        }

.category-info span {
    transition: .5s ease-in-out;
    display: block;
    font-size: 16px;
}


/*======== tour Guide ==============*/
.travelguide-section {
    background-color: #2a4030;
    background-image: url('../images/crop-hand-with-compass.jpg');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

.flex-guide-section {
    justify-content: center;
    align-items: center
}

.new-flex-guide-section {
    margin-top: 50px;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

    .new-flex-guide-section .guide-section-block {
        width: 49%;
    }

.flex-guide-section .guide-profile {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.flex-guide-section .guide-section-block {
    background: #fff;
    /*    gap: 15px;
    display: flex;
    flex-direction: column;*/
    padding: 25px;
    position: relative;
}

    .flex-guide-section .guide-section-block .guide-image {
        height: 200px;
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }

        .flex-guide-section .guide-section-block .guide-image img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

.flex-guide-section .guide-content {
    width: 100%;
    padding-left: 15px;
}

    .flex-guide-section .guide-content .guide-name {
        font-size: 24px;
        font-family: "Marcellus", serif;
        color: var(--color-black);
        margin: 0;
    }

.guide-image-name-info {
    display: flex;
    justify-content: space-between
}

.flex-guide-section .ratings-block {
    display: flex;
    margin: 5px 0;
    gap: 10px
}

    .flex-guide-section .ratings-block p {
        margin: 0
    }

    .flex-guide-section .ratings-block ul {
        display: flex;
        gap: 2px;
        margin: 0
    }

    .flex-guide-section .ratings-block i {
        font-size: 14px;
        color: #FDCC0D
    }

.flex-guide-section .price-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-guide-section .left-block p {
    margin: 0;
    font-weight: 600;
    color: var(--color-black);
    font-size: 18px
}

    .flex-guide-section .left-block p del {
        color: var(--font-color);
        font-weight: 400
    }

.flex-guide-section .enquire-btn-flex {
    display: flex;
    gap: 5px;
}

    .flex-guide-section .enquire-btn-flex .enquiry-btn {
        height: 40px;
        width: 40px;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

.flex-guide-section .right-block .enquiry-btn:first-child {
    background: #25d366;
    font-size: 20px;
}

.flex-guide-section .right-block .enquiry-btn:last-child {
    background: #f36911
}

.guide-info {
    display: flex;
    padding-bottom: 10px;
    gap: 15px;
    align-items: center;
}

    .guide-info p b {
        color: var(--color-black)
    }

    .guide-info p {
        margin: 0;
        font-size: 14px;
    }

    .guide-info .guide-skills {
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        margin: 0;
    }

        .guide-info .guide-skills li {
            font-size: 13px;
            padding: 4px 10px;
            background: #ffebeb;
            border-radius: 15px;
        }

.guide-profile-content p {
    font-size: 14px;
    margin: 0;
}
 /*newcss*/
.expert-guide-block{
    background:#fff;
    
}
.expert-guide-block .image{
    position:relative;
}
    .expert-guide-block .image label {
        position: absolute;
        top: 10px;
        left: 10px;
        background: #673AB7;
        color: #fff;
        font-size: 14px;
        padding: 5px 12px;
        border-radius: 8px;
        animation: blink 5s infinite;
    }

@keyframes blink {
    0% {
        background: #f36911;
    }

    20% {
        background: #FF0000;
    }

    40% {
        background: #bc2a8d;
    }

    60% {
        background: blue;
    }

    80% {
        background: orange;
    }

    100% {
        background: red;
    }
}

@-webkit-keyframes blink {
    0% {
        background: red;
    }

    20% {
        background: #eee;
    }

    40% {
        background: #0512ff;
    }

    60% {
        background: blue;
    }

    80% {
        background: orange;
    }

    100% {
        background: red;
    }
}
    .expert-guide-block .contentblock {
        padding: 20px;
    }
        .expert-guide-block .contentblock .contentblock-title{
            font-size:18px;
            font-weight:600;
            color:var(--color-black);
            
        }
        .expert-guide-block .contentblock .tagblock {
            display:inline-block;
            padding:5px 15px;
            font-size:14px;
            background:rgb(0 0 0 / 5%);
            border-radius:8px;
            margin-top:15px;
        }



/* Grid Layout for Cards */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 40px 30px; /* Verticle gap 40px, Horizontal gap 30px */
    padding: 40px 20px 80px;
    max-width: 1440px;
    margin: 0 auto;
}

.expert-grid-section{
        display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
/* Main Card Container */
.expert-card {
    position: relative;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    transition: .5s ease-in-out;
}
    .expert-card:hover .card-title {
        color: var(--theme-color);
        outline: 0;
        transition: .5s ease-in-out;
    }
    .expert-card .card-image img {
        transition: .5s ease-in-out;
    }
.expert-card:hover .card-image img {
    transform: scale(1.5);
    outline: 0;
    transition: .5s ease-in-out;
}
    /* Header & Meta Tags */
    .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
    }

.meta-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    color: #6b7280;
}

.tag {
    background-color: #f3f4f6;
    color: #1f2937;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
}

.separator {
    color: #9ca3af;
}

.duration {
    font-weight: 500;
}

/* Bookmark Button */
.bookmark-btn {
    background: transparent;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #9ca3af;
    transition: all 0.2s ease;
}

    .bookmark-btn:hover {
        color: #4b5563;
        border-color: #d1d5db;
    }

    .bookmark-btn svg {
        width: 16px;
        height: 16px;
    }

/* Title */
.card-title {
    font-size: 20px;
    font-family: "Marcellus", serif;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #111827;
    min-height: 52px; /* Keeps titles aligned across grid */
}

/* Image */
.card-image {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Description Text */
.card-body {
    flex-grow: 1; /* Pushes footer to the bottom */
}

    .card-body p {
        font-size: 14.5px;
        color: #4b5563;
        line-height: 1.6;
        margin-bottom: 16px;
    }

/* Bullet Points (Item 8) */
.highlights {
    list-style: none;
    margin-bottom: 16px;
}

    .highlights li {
        font-size: 13.5px;
        color: #4b5563;
        margin-bottom: 6px;
        display: flex;
        align-items: center;
    }

.check {
    color: #16a34a; /* Green checkmark */
    margin-right: 8px;
    font-size: 12px;
}

/* Footer & Host Info */
.card-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #6b7280;
    padding-top: 10px;
    border-top: 1px solid #f3f4f6;
    padding-right: 40px; /* Room for floating button */
}
    .card-footer img{width:auto}
.card-footer-icon{
    height:35px;
    width:35px;
    border-radius:35px;
    padding:5px;
    background:var(--theme-color2);

}
    .card-footer-icon svg{
        fill:#fff;
    }
    .host-avatar {
        width: 32px !important;
        height: 32px;
        border-radius: 50%;
        object-fit: cover;
        filter: grayscale(100%);
    }

.host-name {
    font-weight: 500;
    color: #1f2937;
}

/* Floating Action Button */
.action-btn {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 52px;
    height: 52px;
    background-color: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    color: #1f2937;
    transition: all 0.2s ease;
    z-index: 10;
}

    .action-btn:hover {
        background-color: #f9fafb;
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    }

    .action-btn svg {
        width: 22px;
        height: 22px;
    }


.expert-guide-slider.owl-carousel .owl-stage {
    display: flex;
}

/* 2. Ensure the individual items stretch to fill that height */
.expert-guide-slider.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}

    /* 3. If you have an inner wrapper (e.g., .item), make it take 100% height */
    .owl-carousel .owl-item .item {
        height: 100%;
        width: 100%; /* Ensures it fills width too */
    }
/*=============flex-why-section=============*/
.flex-why-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px
}

.flex-why-block {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

    .flex-why-block .flex-why-icon {
        height: 70px;
        width: 70px;
        min-width: 70px;
        max-width: 70px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-color: var(--theme-color2);
        border-radius: 50%;
        overflow: hidden;
    }

        .flex-why-block .flex-why-icon img {
            /*filter: invert(1);*/
            height: 50px;
            width: auto;
        }


    .flex-why-block p {
        font-size: 14px;
        color: var(--font-color)
    }

.flex-why-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
/*============ Owl carousel ============*/
.dot-carousel.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.dot-carousel.owl-carousel button.owl-dot {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--theme-color);
    opacity: 0.6
}

    .dot-carousel.owl-carousel button.owl-dot.active {
        background: var(--theme-color);
        opacity: 1;
    }
/*-=============== Page Banner =================*/
.banner-page-section {
    position: relative;
    padding: 50px 0;
    background: url('../images/experience.webp');
    /*background: url('../images/page-banner.jpg');*/
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .banner-page-section:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5)
    }

.banner-page-text-block {
    z-index: 9;
    padding-block: 170px 50px
}

    .banner-page-text-block .banner-page-heading {
        font-size: 48px;
        font-family: "Marcellus", serif;
        color: #fff;
    }

.breadcumb-content ul {
    display: flex;
    padding: 0;
    list-style: none;
    color: var(--color-white);
    gap: 5px;
    justify-content: center;
    align-items: center;
}

    .breadcumb-content ul li {
        font-size: 16px;
    }

        .breadcumb-content ul li a {
            color: var(--color-white);
        }


.tour-choice-list-section {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
}

.tour-choice-block {
    display: flex;
}

    .tour-choice-block .image {
        width: 50%;
        height: 400px;
    }

        .tour-choice-block .image img {
            height: 100%;
            object-fit: cover;
            width: 100%;
        }

    .tour-choice-block .content {
        padding: 50px;
        width: 50%;
    }

.tour-choice-title {
    font-size: 24px;
    font-weight: 500;
    font-family: "Marcellus", serif;
    color: var(--color-black);
    margin-bottom: 10px;
    display: block;
}

.tour-choice-category {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .tour-choice-category p {
        position: relative;
        padding: 5px 8px;
        border-radius: 6px;
        margin: 0;
        background: rgb(0 0 0 / 5%)
    }

.tour-choice-block .content p {
    font-size: 14px;
    text-align: justify
}

.flex-order .image {
    order: 2
}
/*.tour-choice-list-section .tour-choice-block:nth-child(even) .tour-choice-block .image {
    order: 2
}*/
/*=============== FOOTER DESIGN ================*/
.footerpadding {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url('../images/footerbackground.jpg');
}

    .footerpadding::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgb(2 16 37 / 76%) 0%, rgb(6 0 0 / 68%) 100%)
    }

.main-footer-grid-blocks {
    position: relative;
    z-index: 99;
    color: var(--color-white)
}

    .main-footer-grid-blocks .top-footer-blocks {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }

        .main-footer-grid-blocks .top-footer-blocks p {
            font-size: 38px;
            font-family: "Marcellus", serif;
            margin: 0;
            color: var(--white-color)
        }

.footer-enq-btn {
    padding: 15px 30px;
    background: var(--theme-color2);
    color: var(--title-color);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

.footer-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

    .footer-section .footer-block:first-child {
        width: 35%;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        justify-content: center;
        display: flex;
        align-items: center;
    }

.footer-block {
    padding: 50px 0;
}

    .footer-block .footer-title, .testimonial-content .testi-title {
        font-size: 22px;
        margin-bottom: 15px;
        font-family: "Marcellus", serif;
    }


footer-block p {
    font-size: 16px
}

.footer-links ul li a {
    font-size: 16px;
}

.footer-links .socialicons {
    display: flex;
    gap: 20px;
    margin: 0
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links .socialicons li a i {
    margin-right: 5px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.footer-links ul li a.text-facebook {
    color: #5d82d1
}

.footer-contact-links .top-header-a, .footer-links ul li a {
    color: var(--color-white);
    opacity: .7
}

.copyrightblock {
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .copyrightblock p {
        color: var(--color-white)
    }

.footer-contact-links {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    flex-wrap: wrap
}

.footer-sociallink {
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}

    .footer-sociallink a {
        border-radius: 45px;
        height: 45px;
        width: 45px;
        font-size: 18px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: var(--theme-color2);
        color: var(--title-color)
    }

.footer-links .style-ul li a {
    position: relative;
    padding-left: 30px;
}

.footer-links .style-ul li i {
    color: var(--theme-color2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: -2px;
    height: 25px;
    width: 25px;
    border-radius: 25px;
}
/*------------------- details Info -----------------------*/
.commonbox {
    padding: 25px;
    background: #fff;
    border-radius: 16px;
    margin-bottom: 50px;
}

.filterblock-section{
    border-bottom:1px solid #eee;
}

.commonbox-title {
    font-size: 24px;
    padding-bottom: 25px;
    font-family: "Marcellus", serif;
}

.list-filter-section {
    padding: 20px 0;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    gap: 20px;
    
}

    .list-filter-section .form-box {
        background-color: #f3f4f6;
        margin: 0 20px 0 0;
        border: 0;
        padding: 15px 25px;
        border-radius: 16px;
        font-size: 18px;
    }

.btn-search {
    background-color: var(--theme-color2) !important
}

.width-30 {
    width: 30%;
}

.flex-product-detail-section-title {
    font-size: 24px;
    padding-bottom: 25px;
    font-family: "Marcellus", serif;
}

.flex-product-detail-block {
    display: flex;
    flex-direction: column;
    background: #fff;
    flex-wrap: wrap;
}

.flex-product-detail-section {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

    .flex-product-detail-section:last-child {
        border: 0
    }

.flex-product-image {
    width: 100%;
}


    .flex-product-detail-block {
        overflow: hidden;     
        position: relative;
    }
 
        
      .flex-product-detail-block .flex-product-image img {
            width: 100%;
            object-fit: cover;
            height: 250px;
        }
.flex-product-image{
    position:relative;
    overflow:hidden;
    border-radius:12px;
}

.flex-product-address{
        position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    background: rgb(0 0 0 / 58%);
    color: var(--color-white);
    padding: 5px 15px;
    border-radius: 8px;
}
.flex-product-label{
      position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    background: rgb(255, 147, 5);
    color: var(--color-white);
    padding: 5px 15px;
    border-radius: 8px;
}
.flex-product-detail-info .top-flex-label {
    font-size: 12px;
    display: flex;
    justify-content: space-between;

}
    .flex-product-detail-info .top-flex-label p {
        color: #E91E63;
        font-weight: 400;
        margin:0
    }
    .flex-product-ratings {
        color: #E91E63;
        font-weight: 400;
        display: inline-block;
        padding-bottom: 5px;
    }
    .flex-product-ratings i {
        color: #E91E63;
    }

        .flex-product-detail-info .title {
            font-size: 14px;
            font-weight:500;
            color: var(--color-black);
            margin-bottom: 10px;
            
        }

  
.flex-product-detail-info {     
    padding:15px 0;
    
}
   
.flex-product-detail-feature {
    display: flex;
    flex-direction: column;
}
.flex-product-detail-feature p {
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--color-black);
    background: rgba(255, 255, 255, 0.12);    
    position: relative;
    font-size: 13px;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    .flex-product-detail-feature p i{padding-right:10px}

    .flex-product-detail-feature p b {
        color: var(--color-black)
    }
    .flex-product-detail-feature .product-detail-button {
        border-radius: 36px;
        background: rgba(255, 255, 255, 0.10);
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: var(--color-white);
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        padding:0
    }
    .flex-product-detail-feature .product-detail-button i {
        padding: 0
    }
        /*-======feature UL =========*/
        .line-feature {
            padding: 0;
            list-style: none;
        }

    .line-feature li {
        padding-block: 8px;
        position: relative;
        padding-left: 35px;
    }

        .line-feature li i {
            position: absolute;
            left: 0;
            background: #CEF2E5;
            border-radius: 50%;
            padding: 6px;
            font-size: 12px;
            align-items: center;
            display: inline-flex;
            justify-content: center;
            margin-right: 7px;
            height: 25px;
            width: 25px;
            color: #10AC58;
        }

        .line-feature li p {
            color: var(--color-black)
        }


.meaning { background: #2a4030 ; padding: 120px 56px; position: relative; overflow: hidden; }
.meaning::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M30 0L60 30L30 60L0 30Z' fill='none' stroke='%23D4E4D0' stroke-width='0.8'/%3E%3Cpath d='M15 15L45 15L45 45L15 45Z' fill='none' stroke='%23D4E4D0' stroke-width='0.8'/%3E%3C/svg%3E");
  opacity: 0.05; pointer-events: none;
}
.meaning-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.meaning-header { margin-bottom: 64px; }
.meaning-label { color: rgba(212,228,208,0.6) !important; }
.meaning-h2 {  font-family: "Marcellus", serif; font-size: clamp(34px, 4vw, 52px); color: #F7F3EC; margin-top: 14px; line-height: 1.1; }
.meaning-h2 em { color:  #E8D4A0; }
.meaning-intro { font-size: 15px; color: rgba(212,228,208,0.65); line-height: 1.8; margin-top: 18px;   }
.meaning-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; }
.meaning-tile {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(212,228,208,0.1);
  padding: 36px 28px; position: relative; transition: background 0.3s;
}
.meaning-tile:hover { background: rgba(255,255,255,0.08); }
.meaning-tile::before {
     font-family: "Marcellus", serif;
  content: attr(data-num);
   font-size: 72px; font-weight: 300;
  color: rgba(212,228,208,0.06); position: absolute; top: 16px; right: 20px; line-height: 1;
}
.mt-icon { font-size: 24px; margin-bottom: 18px; }
.mt-title {  font-family: "Marcellus", serif; font-size: 20px; color: #F7F3EC; margin-bottom: 10px; line-height: 1.2; }
.mt-body { font-size: 13px; color: rgba(212,228,208,0.55); line-height: 1.7; }
.meaning-footer { margin-top: 60px; padding-top: 48px; border-top: 1px solid rgba(212,228,208,0.1);  font-family: "Marcellus", serif;}
.meaning-quote {
   font-size: clamp(20px, 2.5vw, 30px);
  color: rgba(212,228,208,0.7); line-height: 1.45;  
  padding-left: 28px; border-left: 2px solid rgba(218,168,76,0.5);
}



/**-=========== Contact us ==================*/

.contact-info-flex {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
   
}

    .contact-info-flex .icon {
        display: flex;
        width: 65px;
        height: 65px;
        justify-content: center;
    }

        .contact-info-flex .icon i {
            font-size: 24px;
            line-height: 2;
        }

    .contact-info-flex .contact-info .title {
        font-size: 24px;
        font-family: "Marcellus", serif;
        padding-bottom: 8px;
    }

    .contact-info-flex .contact-info .text {
        color: var(--font-color);
        margin: 0;
    }


    .contact-info-flex .contact-info .social-contact-flex {
        display: flex;
        gap: 7px;
    }

        .contact-info-flex .contact-info .social-contact-flex a {
            height: 36px;
            width: 36px;
            border-radius: 36px;
            border: 1px solid var(--theme-color);
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

            .contact-info-flex .contact-info .social-contact-flex a i {
                color: var(--theme-color)
            }

.contact-form-block {
    border-radius: 18px;
    padding: 35px;
    background: var(--color-white)
}

/*-------------animation here */
#clouds {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: -3;
    opacity: 0.2
}
#clouds div {
    position: absolute;
    width: 130px;
}

    #clouds div img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.Blittle img {
    width: 42px;
    float: left;
}

.BlittleUP img {
    width: 51px;
    float: right
}

.Bmedium img {
    width: 70px;
    float: left
}

.BmediumUP img {
    width: 80px;
    float: right
}

.BmediumUPUP img {
    width: 110px
}

.Bbig img {
    width: 75px;
    float: right
}

.Blittle {
    animation: moveclouds 14s infinite linear forwards;
    -webkit-animation: moveclouds 14s infinite linear forwards;
    -moz-animation: moveclouds 14s infinite linear forwards;
    -o-animation: moveclouds 14s infinite linear forwards;
}

.BlittleUP {
    animation: moveclouds 16s infinite linear forwards;
    -webkit-animation: moveclouds 16s infinite linear forwards;
    -moz-animation: moveclouds 16s infinite linear forwards;
    -o-animation: moveclouds 16s infinite linear forwards;
}

.Bmedium {
    animation: moveclouds 17s infinite linear forwards;
    -webkit-animation: moveclouds 17s infinite linear forwards;
    -moz-animation: moveclouds 17s infinite linear forwards;
    -o-animation: moveclouds 17s infinite linear forwards;
}

.BmediumUP {
    animation: moveclouds 18s infinite linear forwards;
    -webkit-animation: moveclouds 18s infinite linear forwards;
    -moz-animation: moveclouds 18s infinite linear forwards;
    -o-animation: moveclouds 18s infinite linear forwards;
}

.BmediumUPUP {
    animation: moveclouds 19s infinite linear forwards;
    -webkit-animation: moveclouds 19s infinite linear forwards;
    -moz-animation: moveclouds 19s infinite linear forwards;
    -o-animation: moveclouds 19s infinite linear forwards;
}

.Bbig {
    animation: moveclouds 22s infinite linear forwards;
    -webkit-animation: moveclouds 22s infinite linear forwards;
    -moz-animation: moveclouds 22s infinite linear forwards;
    -o-animation: moveclouds 22s infinite linear forwards;
}


.BC-1 {
    left: 5%;
}

.BC-2 {
    left: 14.5%;
}

.BC-3 {
    left: 25%;
}

.BC-4 {
    left: 37.5%;
}

.BC-5 {
    left: 50%;
}

.BC-6 {
    left: 62.5%;
}

.BC-7 {
    left: 75%;
}

.BC-8 {
    left: 87.5%;
}


.BC-1 img {
    margin-top: 500px
}

.BC-2 img {
    margin-top: 100px
}

.BC-3 img {
    margin-top: 300px
}

.BC-4 img {
    margin-top: 150px
}

.BC-5 img {
    margin-top: 350px
}

.BC-6 img {
    margin-top: 0px
}

.BC-7 img {
    margin-top: 700px
}

.BC-8 img {
    margin-top: 100px
}

.Blittle.BC-8 img {
    margin-top: 350px
}

.BlittleUP.BC-3 img {
    margin-top: 0px
}

.BmediumUP.BC-4 img {
    margin-top: 700px
}



@keyframes moveclouds {
    0% {
        transform: translate(0px, 700px);
    }

    100% {
        transform: translate(0px, -1200px);
    }
}

@-webkit-keyframes moveclouds {
    0% {
        -webkit-transform: translate(0px, 700px);
    }

    100% {
        -webkit-transform: translate(0px, -1200px);
    }
}

@-moz-keyframes moveclouds {
    0% {
        -moz-transform: translate(0px, 700px);
    }

    100% {
        -moz-transform: translate(0px, -1200px);
    }
}

@-o-keyframes moveclouds {
    0% {
        -o-transform: translate(0px, 700px);
    }

    100% {
        -o-transform: translate(0px, -1200px);
    }
}

#clouds .container {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
}



.bird {
    background-image: url('../images/bird-cells-new.svg');
    background-size: auto 100%;
    width: 88px;
    height: 125px;
    will-change: background-position;
    animation-name: fly-cycle;
    animation-timing-function: steps(10);
    animation-iteration-count: infinite;
}

.bird--one {
    animation-duration: 1s;
    animation-delay: -0.5s;
}

.bird--two {
    animation-duration: 0.9s;
    animation-delay: -0.75s;
}

.bird--three {
    animation-duration: 1.25s;
    animation-delay: -0.25s;
}

.bird--four {
    animation-duration: 1.1s;
    animation-delay: -0.5s;
}

.bird-container {
    position: absolute;
    top: 20%;
    left: -10%;
    transform: scale(0) translateX(-10vw);
    will-change: transform;
    animation-name: fly-right-one;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.bird-container--one {
    animation-duration: 15s;
    animation-delay: 0;
}

.bird-container--two {
    animation-duration: 16s;
    animation-delay: 1s;
}

.bird-container--three {
    animation-duration: 14.6s;
    animation-delay: 5.5s;
}

.bird-container--four {
    animation-duration: 16s;
    animation-delay: 7.25s;
}

@keyframes fly-cycle {
    100% {
        background-position: -900px 0;
    }
}

@keyframes fly-right-one {
    0% {
        transform: scale(0.3) translateX(-10vw);
    }

    10% {
        transform: translateY(2vh) translateX(10vw) scale(0.4);
    }

    20% {
        transform: translateY(0vh) translateX(30vw) scale(0.5);
    }

    30% {
        transform: translateY(4vh) translateX(50vw) scale(0.6);
    }

    40% {
        transform: translateY(2vh) translateX(70vw) scale(0.6);
    }

    50% {
        transform: translateY(0vh) translateX(90vw) scale(0.6);
    }

    60% {
        transform: translateY(0vh) translateX(110vw) scale(0.6);
    }

    100% {
        transform: translateY(0vh) translateX(110vw) scale(0.6);
    }
}

@keyframes fly-right-two {
    0% {
        transform: translateY(-2vh) translateX(-10vw) scale(0.5);
    }

    10% {
        transform: translateY(0vh) translateX(10vw) scale(0.4);
    }

    20% {
        transform: translateY(-4vh) translateX(30vw) scale(0.6);
    }

    30% {
        transform: translateY(1vh) translateX(50vw) scale(0.45);
    }

    40% {
        transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
    }

    50% {
        transform: translateY(0vh) translateX(90vw) scale(0.45);
    }

    51% {
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }

    100% {
        transform: translateY(0vh) translateX(110vw) scale(0.45);
    }
}

/*=========================================================*/
@media (max-width:767px) {

    /*------- header -----*/
    .header-btn {
        gap: 10px;
    }

    .theme-btn, .theme-btn2 {
        padding: 10px 15px;
    }

    .carousel-inner .carousel-item > img {
        height: 50vh
    }

    .bannersection-text {
        padding: 15px
    }

    .banner-text h1 {
        font-size: 28px
    }

    .banner-text p, .theme-btn, .theme-btn2 {
        font-size: 14px
    }

    .banner-text p {
        margin: 10px 0
    }

    .commonpadding {
        padding: 30px 0
    }

    .title-section {
        margin-top: 20px
    }

        .title-section .main-title {
            font-size: 28px;
            font-weight: 700
        }

    .package-image img {
        width: 100%
    }

    .feature-section-flex {
        flex-wrap: wrap
    }

        .feature-section-flex .feature-section .icon i {
            font-size: 18px
        }

        .feature-section-flex .feature-section .icon {
            height: 40px;
            width: 40px
        }

    .feature-section-com {
        display: none
    }

    .flex-package-section {
        grid-template-columns: repeat(1,1fr)
    }
    /*.ratings-block {
        justify-content: center
    }*/

    .testimonial-block {
        text-align: center
    }

    .testimonial-profile {
        justify-content: center;
        margin-bottom: 20px
    }

    .commonpadding1 {
        padding: 50px 0;
    }

    .bg-banner-home {
        padding: 40px;
    }
    /*-------- Guide ---------------*/
    .flex-guide-section .guide-section-block .guide-image {
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }

    .flex-guide-section .guide-profile {
        flex-direction: column
    }
    /*---------------- footer ---------*/
    .footer-logo img {
        height: 50px;
        width: auto
    }

    .main-footer-grid-blocks .top-footer-blocks {
        flex-direction: column
    }

        .main-footer-grid-blocks .top-footer-blocks p {
            text-align: center;
            font-size: 26px;
            margin-bottom: 15px;
        }


    .footer-enq-btn {
        padding: 12px 24px;
        font-size: 14px;
    }

    .footer-links .socialicons {
        flex-wrap: wrap;
        justify-content: center
    }



    .footer-section .footer-block:first-child {
        width: 100%;
        border: 0;
    }

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

    .copyrightblock {
        flex-direction: column
    }

    .banner-page-text-block .banner-page-heading {
        text-align: center;
        font-size: 38px
    }

    .new-flex-guide-section .guide-section-block {
        width: 100%;
    }

    .nav-flex-bar {
        gap: 10px;
    }

    .flex-product-detail-section {
        grid-template-columns: repeat(1, 1fr);
    }
    .meaning{
        padding: 50px 15px;
    }
    .meaning-grid{
        grid-template-columns: repeat(1,1fr);
    }
       .expert-grid-section{
    grid-template-columns: repeat(1,1fr);
    }

   .category-tours {
        padding-top: 10px;
    }

    .category-block .category-info {
        padding: 20px 15px;
    }

    .category-block .category-info p {
        font-size: 22px;
    }

    .category-info span {
        font-size: 14px;
        line-height: 1.5;
    }

    .explore-link {
        font-size: 13px;
        margin-top: 15px;
    }

    .category-block img {
        max-height: 220px;
    }
.travelguide-section{background-image:none}
}

@media(max-width:991px) {
.navbar-toggler{top:25px}
    .main-header {
        background: rgba(0,0,0,0.5)
    }

    .navbar-toggler {
        background: #fff;
    }

    .category-block {
        width: 100%
    }

    .category-tours {
        flex-direction: column;
    }

    .quickcontact {
        border: 0;
        padding: 10px;
        margin-left: 0;
        margin-bottom: 25px;
        text-align: center
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    .banner-text {
        width: 100%;
        text-align: center
    }

    .title-section .sub-title {
        font-size: 22px
    }

    .owl-nav button.owl-prev {
        left: 35%
    }

    .owl-nav button.owl-next {
        right: 35%
    }

    .owl-carousel .owl-nav button {
        bottom: 0;
        top: inherit
    }

    .visa-carousel {
        padding-bottom: 50px
    }

    .visa-process-section {
        flex-wrap: wrap
    }

    .tour-choice-block {
        flex-direction: column;
    }

        .tour-choice-block .image, .tour-choice-block .content {
            width: 100%
        }

        .tour-choice-block .content {
            padding: 20px 0
        }

    .flex-order .image {
        order: 1;
    }

    .flex-order .content {
        order: 2;
    }

    .accordion-button {
        font-size: 16px;
        font-weight: 500;
    }

    .main-footer-grid-blocks .top-footer-blocks {
        flex-direction: column;
        text-align: center;
    }

    .footer-section {
        flex-wrap: wrap
    }

    .new-flex-guide-section .guide-section-block {
        width: 100%
    }

    .footer-section {
        gap: 0
    }

    .footer-block {
        width: 100%;
        padding: 10px 0
    }

    .footer-links ul {
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
    }

        .footer-links ul li {
            margin: 0
        }

    .list-filter-section {
        padding: 15px;
        justify-content: space-between;
    }

    .width-30 {
        width: 100%;
    }

    .list-filter-section .form-box {
        margin: 0
    }

    .guide-info {
        flex-wrap: wrap;
    }

    .flex-guide-section .guide-content {
        padding-left: 0
    }

    .testimonial-content .ratings-block {
        justify-content: center;
    }

    .featured-gallery-section {
        flex-wrap: wrap
    }

        .featured-gallery-section .flex-img-section:first-child, .featured-gallery-section .flex-img-section:last-child {
            width: 100%;
        }

            .featured-gallery-section .flex-img-section:first-child .flex-img-block img {
                height: auto
            }

    .tour-price .price-p {
        font-size: 20px;
    }

    .tour-info-block {
        flex-wrap: wrap;
    }

        .tour-info-block .tourname-title {
            font-size: 34px;
        }

    .gallery-carousel.owl-carousel .owl-item img {
        max-height: 220px;
    }

    .detailblock p {
        line-height: 1.8
    }
 .category-block {
        grid-template-columns: 1fr;
    }

    /* reset order so image always comes first on mobile */
    .category-block .img-info {
        order: 1 !important;
    }

    .category-block .category-info {
        order: 2 !important;
        padding: 30px 20px;
        text-align: center;
    }

    .category-block img {
        max-height: 300px;
        width: 100%;
    }
}

@media (min-width:1200px) {
    .pad-lf-30 {
        padding-left: 35px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .flex-package-section {
        grid-template-columns: repeat(2,1fr)
    }

    .banner-text h1 {
        margin-bottom: 15px;
        font-size: 36px
    }

    .feature-section-flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px
    }

    .commonpadding {
        padding: 30px 0
    }

    .testimonial-block {
        margin-bottom: 30px
    }

    .title-section .main-title {
        font-size: 26px
    }
    .meaning-grid{
    grid-template-columns: repeat(2,1fr);
    }
       .expert-grid-section{
    grid-template-columns: repeat(2,1fr);
    }
}

 
@media (min-width:992px) and (max-width:1195px) {
    .bannersection {
        height: auto
    }

    .banner-text {
        width: 100%
    }
}

@media (max-width:1400px) {
    .flex-product-detail-section {
         
        grid-template-columns: repeat(4,1fr);
        gap: 25px;
    }
}
@media (min-width:1400px) {
    .flex-product-detail-section {
         
        grid-template-columns: repeat(5,1fr);
        gap: 25px;
    }
}

 
