@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700&display=swap);

body {
    font-family: "Mukta", sans-serif !important;
    font-size: 16px !important
}

* {
    --secondaryColor: #d6214a;
    --cardLightTheme: #bacdd5;
    --websiteTheme: #654718;
    --websiteTheme2: #baa01f;
    --websiteThemeLight: #e1e9ed;
    --websiteThemeLight2: #a3cfff;
    --websiteThemeLighter: #287dfa21;
    --websiteThemeLighter2: #0ea5e921;
    --websiteThemeLightest: #287dfa0a;
    --white: #ffffff
}

body.homepage {
    background: 0 0
}

@media screen and (min-width:991px) {

    .horizontal-scrollbar-theme::-webkit-scrollbar-track,
    .vertical-scrollbar-theme::-webkit-scrollbar-track {
        background-color: transparent
    }

    .horizontal-scrollbar-theme::-webkit-scrollbar-thumb,
    .vertical-scrollbar-theme::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: var(--websiteTheme)
    }

    .vertical-scrollbar-theme::-webkit-scrollbar {
        width: 5px;
        background-color: transparent
    }

    .horizontal-scrollbar-theme::-webkit-scrollbar {
        height: 10px;
        background-color: transparent
    }
}

a {
    color: #212121;
    transition: all .2s linear;
    text-decoration: none
}

a:hover {
    color: var(--websiteTheme)
}

.right-custom-link a .icon {
    width: 30px;
    height: 30px;
    border-radius: 50%
}

#offer-banner img {
    min-height: 400px;
    max-height: 450px;
    object-fit: cover;
    border-radius: 0;
        width: 100%;
}
.atlas-footer {
    display: none;
}
#offer-banner .main-offer-card-container {
    border-radius: 0
}

.banner-section #v-pills-tabContent {
    top: 0;
    left: 0;
    z-index: 10
}

.banner-section .holiday-form {
    background: #ffffff33;
    max-width: 750px;
    margin: 0 auto
}

.banner-section .holiday-form .top-grid {
    grid-template-columns: 1fr 200px;
    gap: 20px
}

.banner-section .holiday-form .popular-searches a {
    border: 1px solid var(--white);
    background: var(--white);
    color: #000
}

.banner-section .holiday-form .popular-searches a:hover {
    border: 1px solid var(--websiteTheme);
    background: var(--websiteTheme);
    color: var(--white)
}

section.hotel-booking-deals {
    background: 0 0
}

section.hotel-booking-deals #myTab a,
section.hotel-booking-deals #myTab1 a {
    border-radius: 7px !important
}

section.hotel-booking-deals #myTab a.active,
section.hotel-booking-deals #myTab1 a.active {
    background: #212121 !important;
    border-color: #212121 !important
}

#crystal-benefits .benefit-block {
    grid-template-columns: 70px 1fr
}

#crystal-benefits .col-lg-4:nth-child(1) .benefit-block {
    background: #eff6ff
}

#crystal-benefits .col-lg-4:nth-child(2) .benefit-block {
    background: #fefce8
}

#crystal-benefits .col-lg-4:nth-child(3) .benefit-block {
    background: #fef2f2
}

#crystal-benefits .benefit-block .icon {
    width: 70px;
    height: 70px
}

.fixed-input-bar .input-search-list {
    padding: 0
}

.fixed-input-bar .input-search-list {
    width: 100%;
    max-width: 450px
}

input#holiday-city {
    background-position: 5px 10px
}

.heading h4 {
    font-size: 30px;
    margin-bottom: 10px
}

.home-middle-banners .banner-card img {
    max-height: 500px;
    object-fit: cover;
    min-height: 300px
}

.home-middle-banners .banner-card .overlay-box .head {
    font-size: 3rem
}

.home-middle-banners .banner-card .overlay-box a {
    display: inline-block;
    padding: .6rem 2rem;
    background: var(--white);
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px
}

.home-middle-banners .banner-card .overlay-box a:hover {
    background: var(--websiteTheme);
    color: var(--white)
}

.exclusive-deals .exclusive-deals-details {
    padding: 10px
}

.holiday-package-card .package-country,
.exclusive-deals .exclusive-deals-details .package-country {
    color: #4d7c0f;
    letter-spacing: 1px;
    font-weight: 500
}

.holiday-package-card .package-name,
.exclusive-deals .exclusive-deals-details .package-name {
    font-size: 18px;
    margin-bottom: 5px
}

.holiday-package-card .package-inclusions div,
.exclusive-deals .exclusive-deals-details .package-inclusions div {
    border: 2px solid #000;
    font-weight: 500;
    font-size: .8rem;
    padding: 3px 10px
}

.holiday-package-card .package-inclusions,
.exclusive-deals .exclusive-deals-details .package-inclusions {
    min-height: 62px;
    align-items: flex-start
}

.holiday-package-card .bottom-grid,
.exclusive-deals .exclusive-deals-details .bottom-grid {
    grid-template-columns: 1.3fr 1fr;
    gap: 10px
}

.holiday-package-card .package-category,
.exclusive-deals .exclusive-deals-details .package-category {
    background: #e2e8f0
}

.holiday-package-card .package-category .category-list,
.exclusive-deals .exclusive-deals-details .package-category .category-list {
    height: 70px;
    overflow-y: auto
}

.holiday-package-card .package-category .head,
.exclusive-deals .exclusive-deals-details .package-category .head {
    top: 0;
    left: 0;
    padding: 3px 8px;
    border-radius: 4px;
    transform: translate(0, -12px)
}

.crystal-packages-result .top-detail-section .head {
    font-size: 1.8rem;
    line-height: 1
}

section.holiday-packages-results .holiday-package-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

section.holiday-packages-results .holiday-package-card {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 0
}

section.holiday-packages-results .holiday-package-card>.details {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 38px;
    flex: 1 1 auto
}

section.holiday-packages-results .holiday-package-card .image img {
    aspect-ratio: 1/.6
}

section.holiday-packages-results .show-three-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.holiday-package-detail-bar .big-image {
    aspect-ratio: 1/.6;
    object-fit: cover
}

.holiday-package-detail-bar .small-image {
    aspect-ratio: 1/.45;
    object-fit: cover
}

.holiday-package-detail-bar .right-images {
    grid-template-columns: 1fr 1fr;
    gap: 15px
}

.holiday-package-detail-bar .right-images>div:nth-child(1),
.holiday-package-detail-bar .right-images>div:nth-last-child(1) {
    grid-column: 1/3
}

.holiday-package-detail-bar .gallery-btn {
    bottom: 10px;
    right: 30px;
    background: #00000080
}

#packageImagesModal img {
    aspect-ratio: 1/.8;
    object-fit: cover
}

.popular-destinations-main.updated-card .centered {
    position: static;
    background: unset
}

#iternary-container .iternary-block .day.d-grid {
    grid-template-columns: 80px 1fr
}

#iternary-container .iternary-block .day.d-grid .day-text {
    transform: translate(0, 5px)
}

.holiday-packages-details .iternary-block .top-block {
    grid-template-columns: 1fr
}

.holiday-packages-details .highlight-slider img {
    aspect-ratio: 1/.7
}

.holiday-packages-details .highlight-slider.custom-owl-navs .owl-nav {
    top: 80px
}

.similar-packages-card .package-duration {
    top: 0;
    left: 0;
    transform: translate(16px, -16px)
}

.similar-packages-card .package-categories {
    max-height: 27px;
    overflow: hidden
}

.similar-packages-card .inclusions-list {
    max-height: 18px;
    overflow: hidden
}

.profile-page .switch-cards {
    top: 74px
}

@media screen and (min-width:768px) {

    .custom-owl-navs .owl-nav .owl-prev,
    #popular-destination .owl-nav .owl-prev {
        transform: translate(-20px, 0)
    }

    .custom-owl-navs .owl-nav .owl-next,
    #popular-destination .owl-nav .owl-next {
        transform: translate(20px, 0)
    }
}

footer.crystal-footer .block .head {
    font-size: 1.2rem
}

footer.crystal-footer .block .head span {
    border-bottom: 2px solid var(--websiteTheme)
}

footer.crystal-footer .link-item:not(.no-hover):hover,
footer.crystal-footer a:hover {
    color: var(--websiteTheme) !important
}

footer.crystal-footer .social a:not(:hover) img {
    filter: invert(1)
}

.holiday-packages-details .holiday-enquiry-form {
    top: 74px;
    max-height: calc(100vh - 84px)
}

.holiday-packages-details .sticky-navigation-section {
    top: 64px
}

.landing-header .navbar-light .navbar-nav .nav-link {
    color: var(--websiteTheme)
}

@media screen and (min-width:576px) {
    .landing-header.fixed-landing-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 35
    }

    .landing-header.fixed-landing-header.headerOnTop .navbar-light .navbar-nav .nav-link,
    .landing-header.fixed-landing-header.headerOnTop .custom-query-action-text {
        color: #fff
    }
}

@media screen and (max-width:991px) {
    section.holiday-packages-results .holiday-package-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    section.holiday-packages-results .holiday-package-filter {
        left: 0;
        right: 0;
        max-height: initial;
        top: 64px;
        bottom: 0
    }

    .holiday-packages-details .holiday-enquiry-form {
        top: 0;
        bottom: 0;
        max-height: 100vh
    }
}

@media screen and (max-width:768px) {

    .banner-section .holiday-form .top-grid,
    section.holiday-packages-results .holiday-package-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px
    }

    .heading h4 {
        font-size: 25px
    }

    .home-middle-banners .banner-card .overlay-box .head {
        font-size: 2rem
    }
}

@media screen and (max-width:576px) {
    .home-middle-banners .banner-card .overlay-box .head {
        font-size: 1.5rem
    }

    .home-middle-banners .banner-card .overlay-box a {
        padding: .5rem 1.4rem;
        font-size: .75rem
    }

    .holiday-packages-details .sticky-navigation-section {
        top: 0
    }

    .holiday-packages-details .sticky-navigation-section::-webkit-scrollbar {
        display: none
    }

    section.holiday-packages-results .holiday-package-filter {
        top: 0
    }
}