* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden
}

body {
    overflow-x: hidden;
    font-family: "Outfit", sans-serif !important;
}


/* New Changing */

/* banner sub heading media */

@media (max-width: 991px) {
    .hotel-banner .subheading-main {
        margin-bottom: -20px;
    }
}

@media (max-width: 767px) {
    .hotel-banner .subheading-main {
        margin-bottom: -20px;
    }
}


@media (max-width: 575px) {
    .hotel-banner .subheading-main {
        margin-bottom: -15px;
    }
}

@media (min-width: 992px) {
    .hotel-banner .subheading-main {
        margin-bottom: -26px;
    }
}

@media (min-width: 1400px) {
    .hotel-banner .subheading-main {
        margin-bottom: -35px;
    }
}

/* banner sub heading media */

.best-services-card {
    border-radius: 15px;
    /* background-color: rgb(255, 247, 231); */
    background-color: #effaff;
}

.card-item {
    border-radius: 15px;
}

.view-more-btn {
    background-color: white;
}

.view-more-btn:hover {
    background-color: #fbba02;
}

.topDesTitles .btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: #fbba02;

    border-color: #fbba02;
}

.YearsOfExp {
    /* background-color: #18546E; */
    /* background: linear-gradient(to bottom, #103A5B 0%, #18546E 100%); */
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(to bottom, #103A5B 0%, #18546E 100%);
    background-size: 40px 40px, cover;
}

.our-blogs .blog-card {
    border-radius: 15px;
}

.blogs-card .card-img-top {
    height: 450px;
}

.blogs-main-card {
    width: 92%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;

}

.blogs-card .read-more-btn {
    color: #18546E;
}

.blogs-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    overflow: hidden;
    border: none;
}

.blogs-card::before {
    content: "";
    position: absolute;
    top: -100%;
    /* top se hide */
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: top 0.6s ease-in-out;
    z-index: 1;
}

.blogs-card:hover::before {
    top: 0;
}

.home-city-card {
    position: relative;
    overflow: hidden;
}

.home-city-card::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: top 0.4s ease-in-out;
    z-index: 1;
}

.home-city-card:hover::before {
    top: 0;

}


.topDesTitles {
    position: relative;
    z-index: 2;
}

.testimonial-icon {
    opacity: 0.05;
}

.testimonial-icon i {
    font-size: 80px;
}


.year-of-exp-icon {
    border: 2px solid #2e6983;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;

}

.year-of-exp-icon:hover {
    border-color: #fbba02;
    box-shadow: 0 0 15px rgba(251, 186, 2, 0.4);
     cursor: pointer;
}


.year-of-exp-icon i {
    padding-left: 3px;

}

/* New Changing */



.hero-banner-image {
    filter: blur(10px);
    transition: filter 0.5s ease-in-out;
}

.hero-banner-image.loaded {
    filter: blur(0);
}


/* .offer-best-services {
        font-size: 20px !important;
    } */
.explore-link {
    color: #333;
    font-weight: 500;
    padding: 8px 16px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.explore-link:hover {
    color: var(--bg-yellow);
}

.topDes .topDesImages {
    height: 320px;
}

.topDesTitles {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.FeatureReviewUserName {
    width: 60px;
    height: 60px;
    background-color: #480f4db5;
    border-radius: 50%;
}

.top-rated-tour-card .card-img-top {
    min-height: 170px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}


.fs-7 {
    font-size: 0.9rem !important;
}

.main-banner-section-image {

    background-color: #18546E;
}

.main-banner-section-image img {
    object-fit: cover;
    height: 100%;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.add-padding {
    padding-left: 80px;
}

.search-bar input {
    border: none;
    padding: 20px;
    width: 99%;
    outline: none;

}

.main-banner-section {
    height: 500px;
}

.content-container {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%
}

.search-options {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 2px;
    overflow: auto !important;
    width: calc(100% - 60px);
    position: relative;
    z-index: 1000;
    border: 2px solid #18546E;
}

.search-option {
    font-size: 15px;
    font-weight: 400;
    padding-block: 10px;
    color: #000;
}

.search-option:focus {
    outline: none;
    border-radius: 5px;
    box-shadow: 0 0 0 2px #18546E;
}

.tour-girl {
    border-radius: 20px;
    width: 386px;
}

@media (max-width:450px) {
    .search-options {
        width: 100%;
    }

    .search-bar button {
        padding: 23px 15px !important;
    }
}

.search-option {
    padding-inline: 20px;
}

.search-options .search-option:hover {
    background-color: rgba(180, 180, 180, 0.527);
    border-radius: 5px;
}

.search-options::-webkit-scrollbar {
    width: 14px;
}

.search-options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.search-options::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.search-options::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.search-options {
    scrollbar-width: thin;
    scrollbar-color: #448FB7 #f1f1f1;
}

#activity-search-form {
    width: 100%;
}

.search-bar button {
    background-color: #fbba02;
    color: #ffffff;
    border: none;
    padding: 23px 21px;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.search-bar button i {
    font-size: 18px;
}

.banner-headings {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(35px, 6vw, 40px);
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.subheading-main {
    color: white;
    text-align: center;
    font-family: "Sacramento", cursive;
    font-size: clamp(25px, 4vw, 50px);
    color: #fbba02;
    margin-bottom: -40px;
    font-weight: 500;
    z-index: 9999;

}

.banner-paragraph {
    font-family: "Spline Sans", serif;
    font-size: 21.93px;
    font-weight: 400;
    line-height: 30.7px;
    text-align: center;
    color: #fff;

}

/* Search bar styles */
.search-bar {
    display: flex;
    align-items: center;
    margin: auto;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.search-bar button i {
    font-size: 18px;
}



.blog-heading .text-uppercase {
    font-family: "Spline Sans", serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    text-align: left;
}

@media (max-width:768px) {
    .main-banner-section {
        height: 400px;
    }

    .content-container {
        top: 50%;
        height: 80%;
    }


}




@media (max-width:600px) {
    .blog-heading .text-uppercase {
        font-size: 20px;
        text-align: center;
    }


    /*
    .banner-headings {
        font-family: "Spline Sans", serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 33.6px;
        text-align: center;

    } */


}

.banner-paragraph {
    font-family: "Spline Sans", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: center;

}

.search-bar input {
    padding: 15px;
}

.main-banner-section {
    height: 350px;
}


@media (max-width:600px) {
    .reviews-pragraph {
        font-size: 14px;
    }
}

.top-rated-tour-card .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
}

.card-body {
    padding: 0px;
}

.top-rated-tour-card .card-body h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23.48px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.card-body p {
    margin-bottom: 0.5rem;
}

.location {
    font-size: 0.9rem;
    color: #858181;
}

.price {
    font-size: 1rem;
    color: #18546E;
    font-weight: 600;
}

.price+del {
    font-size: 0.9rem;
    color: #e70000;
    margin-left: 4px;
}

.ratings span {
    font-size: 0.9rem;
    color: #171616;
}

.owl-carousel .partner-logo {
    width: 160px;
    height: 100px;
}

.owl-carousel .partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.best-services .best-services-icons {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #18546E;
}
