body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth !important;
}




a {
    text-decoration: none !important;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-family: "Poppins", sans-serif;
}

h3 {
    font-family: "Poppins", sans-serif;
}

h4 {
    font-family: "Poppins", sans-serif;
}

h5 {
    font-family: "Poppins", sans-serif;
}

h6 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "Poppins", sans-serif;
}

/* tag font end */

/* .sticky-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.default-btn {
    padding-top: 20px;
}



/* header start */

.navbar-custom {


    position: relative;

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
    background: transparent;

    transition: top 0.3s, background-color 0.3s;

}

.navbar-brand img {
    width: 80px;
}

.nav-link,
.navbar-brand,
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    background-color: transparent !important;
}

.offcanvas-end {
    background-color: #ffffff;
}

.sticky-scroll {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.black-logo {
    display: none !important;
}

.sticky-scroll .white-logo {
    display: none !important;
}

.sticky-scroll .black-logo {
    display: block !important;
}

.sticky-scroll .navbar-nav a {
    color: #000000 !important;
}

.sticky-scroll .header-scoilmedia a {
    border: 1px solid #000000;
    color: #000000;
}



.sticky-scroll .navbar-toggler span {
    color: #000000 !important;
}

.offcanvas-body {

    display: flex !important;
    justify-content: left !important;
}


.navbar-nav {
    display: flex;
    justify-content: end;
}

.navbar-nav a {
    color: #ffffff !important;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;

    transition: color 0.3s ease;
    position: relative;

    /* text-align: center !important; */
}


.navbar-nav a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #c37c45;
    transition: width 0.3s ease;
}

.navbar-nav a:hover {
    color: #c37c45 !important;
}

.navbar-nav a:hover::after {
    width: 100%;
}



/* .navbar-nav .active a {
    color: #c37c45 !important;
} */




.navbar-toggler span {
    color: #ffffff !important;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;

}


/* header social media  */

.header-scoilmedia {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.header-scoilmedia a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;

    transition: all 0.4s ease;
}

.header-scoilmedia a i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-scoilmedia a:hover {
    border-color: #c37c45;
    color: #c37c45;
    transform: translateY(-3px);
}







@media(max-width:992px) {
    .offcanvas-body {
        display: flex !important;
        justify-content: left !important;
    }

    .header-btn {
        display: none;
    }

    .header-right-section {
        display: none;
    }

    .navbar-nav .active {
        background-color: transparent !important;

    }

    .navbar-nav a {
        color: #000000 !important;
    }

    .navbar-nav .active a {
        color: #000000 !important;
    }
}


@media(max-width:432px) {
    .navbar-brand img {
        width: 65px;
    }
}



/* .navbar-toggler-icon{
    background-color: #000000 !important;
    color: #00ff37 !important;
} */

/* header end */




/* home  banner start */

.banner-section {
    width: 100%;
    position: relative;
}

.banner-section .item {
    width: 100%;
    min-height: 100vh;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    position: relative;
}



/* .banner-section .item:nth-child(1){
    background-image: url(../image/banner.jpg);
}

.banner-section .item:nth-child(2){
    background-image: url(../image/banner-2.jpg);
}

.banner-section .item:nth-child(3){
    background-image: url(../image/banner-3.jpg);
} */

.banner-one {
    background-image: url(../image/banner-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-two {
    background-image: url(../image/banner-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-three {
    background-image: url(../image/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.banner-overlay {
    width: 100%;
    min-height: 100vh;

    background: rgba(33, 52, 69, 0.6);

    display: flex;
    align-items: center;
}



.banner-content-row {
    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}



.banner-content {
    width: 100%;
}



.banner-content h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;

    font-family: "Josefin Sans", sans-serif;
}

.banner-content h2 span {
    color: #c37c45;
}



.banner-content p {
    color: #ddd;
    font-size: 18px;
    line-height: 1.8;

    margin-bottom: 30px;
    text-align: center;
}



.banner-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 28px;

    background: #c37c45;
    color: #fff;

    font-weight: 500;
    text-decoration: none;

    border-radius: 30px;
    border: 2px solid transparent;

    transition: 0.4s ease;
}

.banner-btn i {
    margin-right: 8px;
}

.banner-btn:hover {
    background: transparent;
    border: 2px solid #c37c45;
    color: #c37c45;

    transform: translateY(-3px);
}



.banner-btn-outline {
    background: transparent;
    border: 2px solid #c37c45;
    color: #c37c45;
}

.banner-btn-outline:hover {
    background: #c37c45;
    color: #fff;
}



.banner-section .owl-dots {
    position: absolute;

    bottom: 30px;
    left: 50%;

    transform: translateX(-50%);
    z-index: 5;
}

.banner-section .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;

    margin: 5px;

    background: #fff;
    border-radius: 50%;

    transition: 0.4s ease;
}

.banner-section .owl-dots .owl-dot.active span {
    width: 30px;

    border-radius: 30px;

    background: #c37c45;
}



@media(max-width:768px) {

    .banner-content h2 {
        font-size: 45px;
    }

    .banner-content p {
        font-size: 15px;
    }
}

@media(max-width:432px) {

    .banner-content-row {
        min-height: 550px;
    }

    .banner-content h2 {
        font-size: 40px;
    }

    .banner-btn {
        padding: 8px 17px;
        font-size: 14px;
        font-weight: 400;
    }
}

@media(max-width:375px) {

    .banner-content h2 {
        font-size: 35px;
    }
}


/* banner end */




/* footer start */


.footer-section {
    padding-bottom: 15px;
    background-color: #f5f1e5;

    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.footer-bg {

    padding-top: 50px;
    /* padding-bottom: 10px; */
    border-radius: 15px;
}

/* .footer-row{
    border-bottom: 1px solid #ffffff;
} */



.footer-logo img {
    width: 80px;
}

.footer-about p {
    margin-top: 15px;
    color: #383938;
    font-size: 15px;
    font-weight: 400;
}

.social-icon {
    padding-top: 5px;
}

.social-icon a {
    font-size: 20px;
    color: #383938;
    padding: 0px 25px 0px 0px;

    transition: all 0.4s ease-in-out;
    opacity: 1;
    display: inline-block;
}

.social-icon a:hover {

    /* opacity: 0.6; */
    transform: translateY(-5px);
    color: #c37c45;
}




.footer-menu ul {
    padding: 0px;
}

.footer-menu li {
    list-style: none;
    margin: 10px;
    margin-left: 0px;

}

.footer-menu h2 {
    color: #000000;

    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;

}

.footer-menu a {
    color: #383938;

    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;

}

.footer-menu a:hover {
    color: #c37c45;
}

.copy-right {
    display: flex;

    justify-content: space-between;
    padding-top: 25px;
    /* padding: 30px 20px 0px 20px; */
}

.copy-right p {

    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #383938;

}

.copy-right a {
    color: #383938;
}





@media(max-width:768px) {
    .footer-menu {
        padding: 20px;
    }

    .footer-content {
        padding: 20px;
    }
}

@media(max-width:432px) {
    .footer-menu h2 {
        font-size: 18px;
    }

    .footer-menu li {
        margin: 5px;
        margin-left: 0px;
    }

    .footer-menu a {
        font-size: 15px;
    }

    .copy-right {
        display: flex;
        flex-direction: column;
    }

    .copy-right p {
        font-size: 15px;
        line-height: 22px;
    }

    .footer-section {
        padding-bottom: 0px;
    }
}

/* footer end */



/* package start */

.package-head-title h2 {
    font-size: 45px;
    font-weight: 500;
    color: #354a5b;
    text-align: center;
}

.package-head-title p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    margin-top: 12px;
}

.package-head-title span {
    color: #c37c45;
    font-family: "Josefin Sans", sans-serif;
}



.package-card {
    background: #fff;

    border-radius: 20px;
    overflow: hidden;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);

    height: 100%;

    transition: 0.4s ease;
}

.package-card:hover {
    transform: translateY(-6px);
}


.package-image {
    position: relative;
    overflow: hidden;
}

.package-image img {
    width: 100%;
    height: 260px;

    object-fit: cover;

    transition: 0.6s ease;
}

.package-card:hover .package-image img {
    transform: scale(1.1);
}



.package-price {
    position: absolute;

    top: 20px;
    right: 20px;

    background: #c37c45;
    color: #fff;

    padding: 8px 18px;

    border-radius: 50px;

    font-size: 15px;
    font-weight: 600;
}



.package-content {
    padding: 24px;
}



.package-date {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #777;

    font-size: 14px;

    margin-bottom: 12px;
}

.package-date i {
    color: #c37c45;
}



.package-name h5 {
    font-size: 22px;
    font-weight: 600;

    color: #354a5b;

    margin-bottom: 15px;
}



.package-days {
    display: flex;
    align-items: center;
    gap: 20px;

    margin-bottom: 16px;
}

.day-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.day-item i {
    color: #c37c45;
    font-size: 15px;
}

.day-item span {
    color: #555;
    font-size: 14px;
}



.package-content p {
    font-size: 14px;
    line-height: 1.8;

    color: #666;

    margin-bottom: 18px;
}



.package-btn .btn {
    background: #c37c45;
    color: #fff;

    padding: 10px 28px;

    border-radius: 50px;

    font-size: 15px;
    font-weight: 500;

    transition: 0.4s ease;
}

.package-btn .btn:hover {
    background: transparent;
    border: 1px solid #c37c45;
    color: #c37c45;
}



.package-link {
    text-decoration: none;
}



.more-package-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #c37c45;
    color: #fff;

    padding: 10px 30px;

    border-radius: 50px;

    text-decoration: none;

    transition: 0.4s ease;
}

.more-package-btn:hover {
    background: transparent;
    border: 1px solid #c37c45;
    color: #c37c45;
}



@media(max-width:432px) {

    .package-head-title h2 {
        font-size: 30px;
    }

    .package-name h5 {
        font-size: 18px;
    }

    .package-image img {
        height: 220px;
    }

    .package-days {
        gap: 12px;
        flex-wrap: wrap;
    }

    .package-head-title p {
        font-size: 14px;
    }
}

/* package end */




/* testimonials start */

.testimonials-section {
    padding-top: 80px;
    padding-bottom: 30px;
    /* background: linear-gradient(to bottom, #fff8f2, #ffffff); */
    /* background-color: #fff8f2; */
    background-color: #f5f1e5;
    overflow: hidden;
}

.testimonials-top-left h2 {
    font-size: 45px;
    font-weight: 500;
    color: #354a5b;
    margin-top: 15px;
    margin-bottom: 15px;
}

.testimonials-top-left span {
    color: #c37c45;
    font-family: "Josefin Sans", sans-serif;
}

.testimonials-top-left p {
    color: #5b5b5b;
    line-height: 28px;
    font-size: 16px;
}

.review-badge {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 10px 18px;
    border-radius: 50px;
    color: #354a5b;
    font-weight: 500;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.review-badge i {
    color: #4285F4;
    margin-right: 8px;
}

.google-review-box {
    margin: 40px auto 20px auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 750px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f1f1;
}

.google-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.google-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #4285F4;
}

.google-left h4 {
    margin-bottom: 5px;
    color: #354a5b;
    font-size: 20px;
    font-weight: 600;
}

.google-left p {
    margin-bottom: 0;
    color: #777;
}

.google-stars {
    color: #ffc107;
    font-size: 24px;
    letter-spacing: 2px;
}

.google-right span {
    display: block;
    text-align: center;
    color: #666;
    margin-top: 5px;
}

.testimonial-item {
    margin-top: 60px !important;
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 22px;
    border: 1px solid #f0f0f0;
    margin: 15px 10px;
    position: relative;
    transition: 0.4s ease;
    /* box-shadow: 0px 15px 40px rgba(0,0,0,0.05); */
}

.testimonial-item:hover {
    transform: translateY(-10px);
    border-color: #c37c45;
}

.quote-icon {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 40px;
    color: rgba(195, 124, 69, 0.12);
}

.testimonial-user {
    position: absolute;
    top: -30px;
}

.testimonial-item img {
    width: 65px !important;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-name {
    font-weight: 600;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #354a5b;
    font-family: "Poppins", sans-serif;
}

.testimonial-text {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #555;
    margin-top: 10px;
}

.stars {
    font-size: 18px;
    color: #ffc107;
    letter-spacing: 2px;
}

@media(max-width:768px) {

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

    .testimonials-top-left h2 {
        font-size: 30px;
    }

    .google-review-box {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        padding: 25px 20px;
    }

    .google-left {
        flex-direction: column;
    }

    .testimonial-item {
        padding: 30px 20px;
    }
}

/* testimonials end */






/* floating btn */

.floating-buttons-left {
    position: fixed;
    left: 15px;
    bottom: 3%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-decoration: none;
}


.float-btn.whatsapp {
    background: #25d366;
}


.float-btn.call {
    background: #354a5b;
}

/* end */

/* bootom to top */

.back-to-top {
    position: fixed;
    right: 15px;
    bottom: 3%;
    width: 45px;
    height: 45px;
    background: #c37c45;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    z-index: 999;
}

/* end */


/* pages banner start */

.breadcrumb-section {
    position: relative;
    background: url(..//image/banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0;
    color: #fff;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    /* background: rgba(30, 48, 99, 0.85); */
    background: rgba(53, 74, 91, 0.85);
    z-index: 1;
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
}

.breadcrumb-content h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Josefin Sans", sans-serif;
    color: #c37c45;
}

.breadcrumb-content p {
    font-size: 16px;
}

.breadcrumb-content a {
    color: #fff;
    text-decoration: none;

}

.breadcrumb-content a:hover {
    color: #c37c45;
}

/* pages banner start */




/* home page slider gallery start */

.travel-gallery {
    background: #f9f9f9;
}

.gallery-section-title h2 {
    font-size: 45px;
    font-weight: 500 !important;
    color: #354a5b;
    text-align: center;
}

.gallery-section-title span {
    color: #c37c45;
    font-family: "Josefin Sans", sans-serif;
}

.gallery-section-title p {
    color: #555;
    text-align: center;
    margin-top: 10px;
}

.gallery-card {
    position: relative;
    width: 220px;
    height: 320px;
    overflow: hidden;
    border-radius: 150px;
    transition: 0.4s;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.gallery-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(33, 52, 69, 0.85), transparent);
    opacity: 0;
    transition: 0.4s;
}

.gallery-card .overlay h5 {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);

    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;

    width: 100%;
    padding: 0 15px;

    opacity: 0;
    transition: 0.4s;
}

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-card:hover .overlay {
    opacity: 1;
}

.gallery-card:hover .overlay h5 {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.gallery-slider .owl-stage {
    display: flex;
    align-items: center;
}

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

.gallery-slider .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.gallery-slider .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
}

.gallery-slider .owl-dot.active span {
    background: #c37c45;
}

@media (max-width: 1200px) {

    .gallery-card {
        width: 250px;
        height: 420px;
    }
}

@media (max-width: 768px) {

    .gallery-card {
        width: 220px;
        height: 360px;
    }
}

@media (max-width: 576px) {

    .gallery-card {
        width: 100%;
        height: 320px;
        border-radius: 120px;
    }
}

@media (max-width:432px) {

    .gallery-section-title h2 {
        font-size: 30px;
    }
}

/* home page  slider gallery end */



/* cta */
.travel-cta-section {
    padding: 80px 0;
    background: #ffffff;
}



.travel-cta-wrapper {
    position: relative;

    background: linear-gradient(135deg, #354a5b, #22313d);

    padding: 70px 60px;

    border-radius: 35px;

    overflow: hidden;

    z-index: 1;
}



.cta-shape {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}



.shape-1 {
    width: 280px;
    height: 280px;

    background: rgba(195, 124, 69, 0.18);

    top: -80px;
    right: -60px;

    animation: floatShape 7s ease-in-out infinite;
}



.shape-2 {
    width: 180px;
    height: 180px;

    background: rgba(255, 255, 255, 0.06);

    bottom: -50px;
    left: -40px;

    animation: floatShape 9s ease-in-out infinite;
}



.shape-3 {
    width: 90px;
    height: 90px;

    background: rgba(195, 124, 69, 0.25);

    bottom: 80px;
    right: 25%;

    animation: pulseShape 4s ease infinite;
}



.cta-subtitle {
    display: inline-block;

    background: rgba(255, 255, 255, 0.08);

    color: #c37c45;

    padding: 8px 18px;

    border-radius: 50px;

    font-size: 14px;
    letter-spacing: 1px;

    margin-bottom: 20px;
}

.travel-cta-content h2 {
    font-size: 55px;
    line-height: 1.2;

    color: #fff;

    font-weight: 500;

    margin-bottom: 20px;
}

.travel-cta-content h2 span {
    color: #c37c45;
    font-family: "Josefin Sans", sans-serif;
}

.travel-cta-content p {
    color: #d6d6d6;

    font-size: 16px;
    line-height: 1.9;

    max-width: 650px;
}



.travel-cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.travel-cta-btn a {
    width: 210px;
    height: 210px;

    background: #c37c45;
    color: #fff;

    border-radius: 50%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-decoration: none;

    font-size: 20px;
    font-weight: 600;

    text-align: center;

    box-shadow: 0 0 0 rgba(195, 124, 69, 0.5);

    animation: pulseBtn 2.5s infinite;

    transition: 0.4s ease;
}

.travel-cta-btn a i {
    font-size: 38px;
    margin-bottom: 14px;
}

.travel-cta-btn a:hover {
    transform: translateY(-8px) scale(1.05);

    background: #fff;
    color: #354a5b;
}



@keyframes floatShape {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(18px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes pulseBtn {

    0% {
        box-shadow: 0 0 0 0 rgba(195, 124, 69, 0.5);
    }

    70% {
        box-shadow: 0 0 0 35px rgba(195, 124, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(195, 124, 69, 0);
    }
}

@keyframes pulseShape {

    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}



@media(max-width:992px) {

    .travel-cta-wrapper {
        padding: 60px 40px;
        text-align: center;
    }

    .travel-cta-content {
        margin-bottom: 40px;
    }

    .travel-cta-content p {
        margin: auto;
    }
}

@media(max-width:768px) {

    .travel-cta-content h2 {
        font-size: 40px;
    }

    .travel-cta-btn a {
        width: 180px;
        height: 180px;

        font-size: 18px;
    }
}

@media(max-width:432px) {

    .travel-cta-section {
        padding: 60px 0;
    }

    .travel-cta-wrapper {
        padding: 45px 25px;
        border-radius: 25px;
    }

    .travel-cta-content h2 {
        font-size: 37px;
    }

    .travel-cta-content p {
        font-size: 14px;
    }

    .travel-cta-btn a {
        width: 150px;
        height: 150px;

        font-size: 16px;
    }

    .travel-cta-btn a i {
        font-size: 30px;
    }
}


/* cta end */





/* gallry pages start */



.travel-gallery-section {
    background: #f8f8f8;
}



.travel-gallery-title h2 {
    font-size: 48px;
    font-weight: 600;
    color: #354a5b;
}

.travel-gallery-title h2 span {
    color: #c37c45;
    font-family: "Fugaz One", sans-serif;
}

.travel-gallery-title p {
    color: #666;
    font-size: 17px;
    margin-top: 12px;
}



.travel-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    cursor: pointer;
}



.travel-gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 30px;

    transition: 0.5s ease;
}



.small-card {
    height: 350px;
}

.large-card {
    height: 350px;
}



.gallery-overlay {
    position: absolute;
    inset: 0;

    background: rgba(53, 74, 91, 0.6);

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 30px;

    opacity: 0;
    transition: 0.4s ease;

    pointer-events: none;
}


.gallery-overlay i {
    width: 70px;
    height: 70px;

    background: #c37c45;
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;

    transform: scale(0.7);
    transition: 0.4s ease;
}



.travel-gallery-card:hover img {
    transform: scale(1.08);
}

.travel-gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.travel-gallery-card:hover .gallery-overlay i {
    transform: scale(1);
}



.image-popup {
    position: fixed;
    inset: 0;

    width: 100%;
    height: 100vh;

    background: rgba(0, 0, 0, 0.92);

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;

    transition: 0.4s ease;

    z-index: 99999;
}



.image-popup.active {
    opacity: 1;
    visibility: visible;
}



.popup-image {
    width: 80%;
    max-height: 90vh;

    object-fit: contain;

    border-radius: 20px;

    transform: scale(0.8);
    transition: 0.4s ease;
}

.image-popup.active .popup-image {
    transform: scale(1);
}



.close-popup {
    position: absolute;

    top: 30px;
    right: 40px;

    width: 50px;
    height: 50px;

    background: #c37c45;
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;

    cursor: pointer;

    transition: 0.3s ease;
}

.close-popup:hover {
    background: #354a5b;
}



@media(max-width:768px) {

    .travel-gallery-title h2 {
        font-size: 38px;
    }

    .small-card,
    .large-card {
        height: 280px;
    }

    .popup-image {
        width: 95%;
    }
}

@media(max-width:432px) {

    .travel-gallery-title h2 {
        font-size: 30px;
    }

    .travel-gallery-title p {
        font-size: 15px;
    }

    .small-card,
    .large-card {
        height: 220px;
    }

    .close-popup {
        width: 45px;
        height: 45px;

        top: 20px;
        right: 20px;
    }
}

/* gallery page end */



/* package detail page start */

.package-details-section {
    background: #f8f8f8;
}

.package-details-image img {
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
}

.package-details-content {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    margin-top: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.package-badge {
    display: inline-block;
    background: #c37c45;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 15px;
}

.package-details-content h2 {
    color: #354a5b;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Josefin Sans", sans-serif;
}

.details-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
}

.info-item {
    background: #f4f4f4;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 15px;
    color: #354a5b;
}

.info-item i {
    color: #c37c45;
    margin-right: 8px;
}

.package-price-box {
    background: #354a5b;
    color: #fff;
    padding: 18px;
    border-radius: 15px;
    font-size: 18px;
    margin-bottom: 25px;
}

.package-price-box span {
    color: #c37c45;
    font-size: 28px;
    font-weight: 700;
}

.detail-box {
    margin-top: 35px;
}

.detail-box h4,
.cancel-policy h4,
.related-packages h3 {
    color: #354a5b;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
}

.detail-box ul,
.cancel-policy ul {
    padding-left: 18px;
}

.detail-box ul li,
.cancel-policy ul li {
    margin-bottom: 12px;
    color: #555;
}

.included-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.include-item {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    transition: .4s;
}

.include-item:hover {
    background: #354a5b;
    color: #fff;
    transform: translateY(-5px);
}

.include-item i {
    color: #c37c45;
    font-size: 28px;
    margin-bottom: 10px;
}

.itinerary-item {
    border-left: 3px solid #c37c45;
    padding-left: 18px;
    margin-bottom: 20px;
}

.itinerary-item h6 {
    color: #354a5b;
    font-weight: 700;
}

.cancel-policy {
    background: #fff8f2;
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
}

.travel-form-box {
    background: #354a5b;
    padding: 35px;
    border-radius: 20px;
    position: sticky;
    top: 100px;
}

.form-title {
    text-align: center;
    margin-bottom: 25px;
}

.form-title h3 {
    color: #fff;
    font-weight: 500;
    font-family: "Josefin Sans", sans-serif;
    text-align: left;
}

.form-title p {
    color: #ddd;
    text-align: left;
}

.travel-form-box label {
    color: #fff;
    margin-bottom: 8px;
    font-size: 14px;
}

.travel-form-box .form-control {
    height: 52px;
    border-radius: 12px;
    border: none;
    box-shadow: none;
}

.travel-form-box textarea.form-control {
    height: auto;
}

.submit-btn {
    width: 100%;
    border: none;
    background: #c37c45;
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    font-weight: 600;
    transition: .4s;
}

.submit-btn:hover {
    background: #fff;
    color: #354a5b;
}

.related-packages {
    margin-top: 50px;
}

.related-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: .4s;
}

.related-card:hover {
    transform: translateY(-8px);
}

.related-card img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.related-content {
    padding: 20px;
}

.related-content h5 {
    color: #354a5b;
    font-weight: 700;
}

.related-content span {
    color: #c37c45;
    font-size: 14px;
}

@media(max-width:991px) {

    .travel-form-box {
        position: relative;
        top: 0;
    }

    .package-details-image img {
        height: 300px;
    }

}

@media(max-width:576px) {

    .package-details-content,
    .travel-form-box {
        padding: 25px;
    }

    .included-grid {
        grid-template-columns: 1fr;
    }

    .details-info {
        flex-direction: column;
    }

}

/* package detail end */



/* contact page start */

.contact-section {
    background: #f8f8f8;
    position: relative;
}

/* .contact-section-title span{
    display: inline-block;
    background: rgba(195,124,69,0.12);
    color: #c37c45;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
} */

.contact-section-title h2 {
    color: #354a5b;
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 18px;

}


.contact-section-title h2 span {
    color: #c37c45;
    font-family: "Josefin Sans", sans-serif;
}

.contact-section-title p {
    color: #666;
    line-height: 28px;
}

.contact-info-box {
    background: #354a5b;
    padding: 35px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.contact-card {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.contact-icon {
    min-width: 65px;
    height: 65px;
    background: #c37c45;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon i {
    color: #fff;
    font-size: 24px;
}

.contact-content h5 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-content a,
.contact-content p {
    display: block;
    color: #d7d7d7;
    text-decoration: none;
    line-height: 28px;
    margin: 0;
    transition: .3s;
}

.contact-content a:hover {
    color: #c37c45;
}

.contact-image {
    margin-top: 20px;
}

.contact-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
}

.contact-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.form-head {
    margin-bottom: 30px;
}

.form-head h3 {
    color: #354a5b;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Josefin Sans", sans-serif;
}

.form-head p {
    color: #666;
    margin: 0;
}

.contact-form-box label {
    color: #354a5b;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-form-box .form-control {
    height: 56px;
    border-radius: 14px;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 15px;
    transition: .3s;
}

.contact-form-box textarea.form-control {
    height: auto;
}

.contact-form-box .form-control:focus {
    border-color: #c37c45;
}

.contact-btn {
    background: #c37c45;
    color: #fff;
    border: none;
    padding: 15px 35px;
    border-radius: 14px;
    font-weight: 600;
    transition: .4s;
}

.contact-btn:hover {
    background: #354a5b;
    transform: translateY(-4px);
}

@media(max-width:991px) {

    .section-title h2 {
        font-size: 34px;
    }

    .contact-form-box,
    .contact-info-box {
        padding: 30px;
    }

}

@media(max-width:576px) {

    .section-title h2 {
        font-size: 28px;
    }

    .contact-card {
        flex-direction: column;
    }

    .contact-icon {
        width: 60px;
        height: 60px;
    }

    .contact-form-box,
    .contact-info-box {
        padding: 25px;
    }

}

/* contact page end */



/* about page start */

.about-section {
    /* background: #f8f8f8; */
    overflow: hidden;
    position: relative;
}

.about-image-wrapper {
    position: relative;
    padding-right: 40px;
}

.about-main-image img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.floating-card {
    position: absolute;
    bottom: 35px;
    right: 0;
    background: #fff;
    padding: 20px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    animation: floatCard 3s ease-in-out infinite;
}

.floating-icon {
    width: 65px;
    height: 65px;
    background: #c37c45;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floating-icon i {
    color: #fff;
    font-size: 28px;
}

.floating-card h5 {
    color: #354a5b;
    font-weight: 700;
    margin-bottom: 4px;
}

.floating-card span {
    color: #777;
    font-size: 14px;
}

.about-content {
    padding-left: 15px;
}

.about-subtitle {
    display: inline-block;
    background: rgba(195, 124, 69, 0.12);
    color: #c37c45;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.about-content h2 {
    color: #354a5b;
    font-size: 45px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 0px;

}

.about-content h2 span {
    font-family: "Josefin Sans", sans-serif;
    color: #c37c45;
}

.about-content p {
    color: #666;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 16px;
}

.about-feature-list {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

.feature-item i {
    width: 34px;
    height: 34px;
    background: #354a5b;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.feature-item span {
    color: #354a5b;
    font-weight: 600;
}

.about-btn {
    margin-top: 35px;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #c37c45;
    color: #fff;
    padding: 10px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: .4s;
}

.read-more-btn:hover {
    background: #354a5b;
    color: #fff;
    transform: translateY(-5px);
}

@keyframes floatCard {

    0% {
        transform: translateY(0px);
    }

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

    100% {
        transform: translateY(0px);
    }

}

@media(max-width:991px) {

    .about-content {
        padding-left: 0;
    }

    .about-content h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .about-main-image img {
        height: 450px;
    }

    .about-image-wrapper {
        padding-right: 0;
    }

    .floating-card {
        right: 20px;
    }

}

@media(max-width:576px) {

    .about-content h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .about-main-image img {
        height: 350px;
    }

    .floating-card {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 20px;
    }

}

/* about end */


/* tribe-about-section */

.tribe-about-section {
    background: #f9f7f4;
    overflow: hidden;
    position: relative;
}

.tribe-content {
    padding-right: 20px;
}

.tribe-subtitle {
    display: inline-block;
    color: #c37c45;
    background: rgba(195, 124, 69, 0.12);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.tribe-content h2 {
    color: #354a5b;
    font-size: 45px;
    line-height: 62px;
    font-weight: 500;
    margin-bottom: 25px;
}

.tribe-content h2 span {
    color: #c37c45;
    font-family: "Josefin Sans", sans-serif;
}

.tribe-content p {
    color: #666;
    line-height: 30px;
    margin-bottom: 18px;
}

.tribe-feature-wrap {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tribe-feature {
    background: #fff;
    padding: 20px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: .4s;
}

.tribe-feature:hover {
    transform: translateX(8px);
}

.tribe-feature i {
    width: 65px;
    height: 65px;
    background: #354a5b;
    color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.tribe-feature h5 {
    color: #354a5b;
    margin-bottom: 5px;
    font-weight: 700;
}

.tribe-feature span {
    color: #777;
    font-size: 14px;
}

.tribe-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #c37c45;
    color: #fff;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 14px;
    font-weight: 600;
    margin-top: 35px;
    transition: .4s;
}

.tribe-btn:hover {
    background: #354a5b;
    color: #fff;
    transform: translateY(-5px);
}


.tribe-image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    position: relative;
}

.grid-image {
    overflow: hidden;
    border-radius: 25px;
}

.grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.grid-image:hover img {
    transform: scale(1.08);
}

.large-img {
    grid-row: span 2;
    height: 600px;
}

.small-img {
    height: 290px;
}

.tribe-floating-box {
    position: absolute;
    bottom: 25px;
    left: -20px;
    background: #354a5b;
    padding: 22px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    animation: floatMove 3s ease-in-out infinite;
}

.tribe-floating-box h3 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 5px;
    font-weight: 700;
}

.tribe-floating-box span {
    color: #ddd;
}

@keyframes floatMove {

    0% {
        transform: translateY(0px);
    }

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

    100% {
        transform: translateY(0px);
    }

}

@media(max-width:991px) {

    .tribe-content {
        padding-right: 0;
    }

    .tribe-content h2 {
        font-size: 38px;
        line-height: 52px;
    }

    .large-img {
        height: 500px;
    }

    .small-img {
        height: 240px;
    }

}

@media(max-width:576px) {

    .tribe-content h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .tribe-image-grid {
        grid-template-columns: 1fr;
    }

    .large-img,
    .small-img {
        height: 320px;
    }

    .tribe-floating-box {
        left: 15px;
        bottom: 15px;
        padding: 18px 24px;
    }

}

/* tribe-about-section end */


/* why choose us */


.choose-style-section {
    background: linear-gradient(135deg, #f8f8f8, #ffffff);
    overflow: hidden;
    position: relative;
}

/* .choose-head span {
    display: inline-block;
    background: rgba(195, 124, 69, 0.12);
    color: #c37c45;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.choose-head h2 {
    color: #354a5b;
    font-size: 45px;
    line-height: 64px;
    font-weight: 500;
    margin-bottom: 18px;
}

.choose-head h2 span{
    color: #c37c45 !important;
    font-family: "Josefin Sans", sans-serif !important;
} */

.choose-head > span{
    display: inline-block;
    background: rgba(195, 124, 69, 0.12);
    color: #c37c45;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.choose-head h2{
    color: #354a5b;
    font-size: 45px;
    line-height: 64px;
    font-weight: 500;
    margin-bottom: 18px;
}

.choose-head h2 span{
    color: #c37c45;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
}

.choose-head p {
    color: #666;
    line-height: 30px;
}

/* CENTER IMAGE */
.choose-center-image {
    position: relative;
    text-align: center;
}

.choose-center-image img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    border-radius: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    animation: imageFloat 4s ease-in-out infinite;
}


.floating-circle {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #354a5b;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotateCircle 10s linear infinite;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.floating-circle span {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

/* FLOATING BADGE */
.floating-badge {
    position: absolute;
    bottom: 30px;
    right: -20px;
    background: #c37c45;
    color: #fff;
    padding: 16px 25px;
    border-radius: 18px;
    font-weight: 600;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    animation: badgeMove 3s ease-in-out infinite;
}

.floating-badge i {
    margin-right: 8px;
}


.choose-box {
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.choose-box::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    background: #c37c45;
}

.choose-box:hover {
    transform: translateY(-10px);
}

.choose-icon {
    min-width: 75px;
    height: 75px;
    background: rgba(195, 124, 69, 0.12);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.choose-box:hover .choose-icon {
    background: #354a5b;
    transform: rotate(10deg);
}

.choose-icon i {
    color: #c37c45;
    font-size: 30px;
    transition: .4s;
}

.choose-box:hover .choose-icon i {
    color: #fff;
}

.choose-content h4 {
    color: #354a5b;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px;
}

.choose-content p {
    color: #666;
    line-height: 28px;
    margin: 0;
}

/* ANIMATIONS */
@keyframes rotateCircle {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

@keyframes badgeMove {

    0% {
        transform: translateY(0px);
    }

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

    100% {
        transform: translateY(0px);
    }

}

@keyframes imageFloat {

    0% {
        transform: translateY(0px);
    }

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

    100% {
        transform: translateY(0px);
    }

}

/* RESPONSIVE */
@media(max-width:991px) {

    .choose-head h2 {
        font-size: 38px;
        line-height: 52px;
    }

    .choose-center-image img {
        height: 450px;
    }

    .floating-circle {
        width: 100px;
        height: 100px;
        left: 10px;
        top: 10px;
    }

}

@media(max-width:576px) {

    .choose-head h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .choose-box {
        padding: 25px;
        flex-direction: column;
    }

    .choose-center-image img {
        height: 340px;
    }

    .floating-badge {
        right: 10px;
        bottom: 10px;
        padding: 12px 18px;
        font-size: 14px;
    }

}