/* DEFAULT THEME */
/* COMPATIBLE v9.0 or above versions only */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100..900&display=swap');

body {
    font-family: "Poppins", sans-serif !important;
    font-style: normal !important;
}

/* Gradient background helper */
.gradient-bg {
    position: relative;
}

.gradient-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(41, 137, 199, 0) 0%,
            rgba(76, 130, 188, 0.5) 50%,
            rgba(74, 162, 218, 0) 100%);
    opacity: 0.32;
    pointer-events: none;
}

/* Section title */
.section-title {
    font-size: 40px;
    font-weight: bold;
    color: #05073C;
    line-height: 1.2;
}

/*** Navbar ***/
header.navbar img.logo {
    height: 80px !important;
}

@media (max-width: 1200px) {
    header.navbar img.logo {
        height: 60px !important;
    }
}

@media (min-width: 1200px) {
    header.navbar.glass {
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.8) 0%,
                rgba(0, 0, 0, 0.5) 50%,
                rgba(0, 0, 0, 0) 100%);
        border: none !important;
        box-shadow: none;
    }

    header.navbar.glass li a.nav-link {
        font: 300 16px/normal "Poppins", sans-serif;
        color: #fff !important;
    }
}

@media (max-width: 992px) {

    header.navbar .nav-item--left li,
    header.navbar .nav-item--right .multi_currency {
        width: 100% !important;
    }

}

header.navbar li a.nav-link.active {
    color: #FFBC00 !important;
}

header.swap_navbar {
    background: #fff !important;
    box-shadow: 0 .375rem .875rem rgb(0 0 0 / 6%) !important;
    border: none;
}

header.navbar.swap_navbar li a.nav-link,
header.swap_navbar svg {
    color: #05073C !important;
    fill: #05073C !important;
}

/*** Hero section ***/
.itravel-hero {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.8) 10%,
            rgba(0, 0, 0, 0.4) 70%,
            rgba(0, 0, 0, 0) 100%),
        url("../../../uploads/global/bg.webp") top/cover;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.itravel-hero>div,
.itravel-hero>div>div {
    min-height: 80vh !important;
}

@media (max-width: 1200px) {
    .itravel-hero>div {
        min-height: 50vh;
    }
}

.hero_text h1 {
    font-size: clamp(3rem, 5vw, 96px);
    margin-top: -10px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.hero_text .fs-5 {
    color: #fff !important;
}

/** Hero carousel **/
@media (min-width: 1170px) {
    .hero-carousel-container {
        padding-bottom: 11.57vh;
    }

    .hero-carousel-container .hero-carousel .splide__slide .splide__track {
        padding-left: 1.30vw !important;
    }

    .hero-carousel-container .hero-carousel .splide__slide {
        padding-bottom: 4.44vh;
        padding-top: 0;
        cursor: pointer;
        opacity: 1;
        transition: opacity 0.1s ease-in-out, padding-bottom 0.3s ease-in-out, padding-top 0.3s ease-in-out;
    }

    .hero-carousel-container .hero-carousel .splide__slide.is-prev {
        opacity: 0;
    }

    .hero-carousel-container .hero-carousel .splide__slide.active-slide {
        padding-bottom: 0;
        padding-top: 4.44vh;
        filter: brightness(1);
    }

    .hero-carousel-container .hero-carousel .splide__slide:hover img {
        filter: brightness(1);
        box-shadow: 1px 5px 8.5px rgba(0, 0, 0, 0.2);
    }

    .hero-carousel-container .hero-carousel .splide__slide.active-slide img {
        filter: brightness(1);
    }


    .hero-carousel-container .hero-carousel .splide__slide>img {
        width: 100%;
        border-radius: 0.78vw;
        aspect-ratio: 272 / 336;
        max-width: 14.17vw;
        object-fit: cover;
        filter: brightness(0.85);
    }

    .hero-carousel-container .hero-carousel .splide__arrows {
        padding-top: 2.96vh;
        padding-right: 3.33vw;
        gap: 5px;
    }

    .hero-carousel-container .hero-carousel .splide__arrows>.splide__arrow {
        position: static;
        display: flex;
        background: transparent;
        width: 50px;
        height: 50px;
    }

    .hero-carousel-container .hero-carousel .splide__pagination {
        display: none;
    }

}


/*** Main search ***/
.ShowSearchBox {
    height: 350px;
}

@media (min-width: 1200px) {
    .ShowSearchBox {
        background: url("../../../uploads/global/plane-path-vector.svg") right 0 top 100px/auto 350px no-repeat;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .ShowSearchBox {
        height: 350px;
    }
}


@media (max-width: 991px) {
    .ShowSearchBox {
        height: 420px;
    }

}

.ShowSearchBox .main_search {
    margin-top: -125px !important;
    background: #fff;
    border-radius: 10px !important;
    box-shadow: 1px 5px 8.5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
    .ShowSearchBox .main_search {
        margin-top: -100px !important;
    }
}


.main_search .nav.nav-tabs {
    background: #fff !important;
}

.main_search .nav-item .nav-link {
    color: #444 !important;
    border: none !important;
}

.main_search .nav-item .nav-link.active {
    background: #eef4fb !important;
}

.main_search .nav-item .nav-link.active span,
.main_search .nav-item .nav-link.active svg {
    color: #000 !important;
    fill: #000 !important;
}

.nav-tabs svg {
    fill: #444 !important;
}

.main_search .tab-content {
    padding: 20px;
    margin-top: 25px;
    background: #fff;
}

/*** Featured destinations ***/

@media (min-width: 1200px) {
    .featured-tour-container {
        margin-top: -100px !important;
    }
}

.featured_tours .title h4 {
    font-size: 24px;
    font-weight: bold;
    color: #0770B5;
    line-height: 1.8;
}

.featured_tours a.explore-more {
    color: #0770B5 !important;
    font-size: 15px;
}

.featured_tours a.explore-more:hover {
    text-decoration: underline;
}

.featured_tours .destination-card {
    background: #fff;
    box-shadow: 1px 5px 8.5px rgba(0, 13, 56, 0.1);
    min-height: 240px;
    transition: box-shadow 0.3s ease;
}

@media (min-width: 1200px) {
    .featured_tours .destination-card {}
}

.featured_tours .destination-card:hover {
    box-shadow: 1px 5px 8.5px rgba(0, 0, 0, 0.3);
}

.featured_tours .destination-card img {
    object-fit: cover;
}

.featured_tours .destination-card>div {
    padding: 20px !important;
}

.featured_tours .destination-card h5,
.featured_tours .destination-card p {
    color: #4E4E4E;
}

/***** Why choose itravel *****/
.why-choose-us h3 {
    font-size: 18px;
    font-weight: 600;
    color: #05073C;
}

.why-choose-us p {
    font-size: 16px;
    font-weight: 300;
    color: #05073C;
}

/**** Umrah ****/
.umrah .umrah-carousel img:first-child {
    border-radius: 15px 0 0 15px;
}

/**** Trending destinations ****/
.trending-destinations .trending-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    gap: 1rem;
}

.trending-destinations .trending-list img {
    width: 100%;
    max-width: 128px;
    aspect-ratio: 1;
    object-fit: cover;
    justify-self: center;
}

.trending-destinations .city {
    color: #05073C;
    font-size: 16px;
    font-weight: 500;
}

.trending-destinations .count {
    color: #05073C;
    font-size: 14px;
}

/**** Mobile app ****/
.homepage-mobile-app {
    background: url("../../../uploads/global/mobile-app-bg.jpg") center/cover no-repeat;
    padding: 100px 10vw !important;
    margin: 25px 0 100px;
}

.homepage-mobile-app h2 {
    color: #fff;
    font-size: 44px;
}

.homepage-mobile-app>img {
    height: 580px;
    right: 10vw;
    transform: translateY(-25%);
}

/**** Blog area ****/
.blog-area .blog-list {
    gap: 28px;
}

.blog-area a.explore-more {
    color: #0770B5 !important;
    font-size: 15px;
}

.blog-area a.explore-more:hover {
    text-decoration: underline;
}

.blog-area h1 {
    font-size: 32px;
    font-weight: bold;
    color: #05073C;
    line-height: 1.2;
}

.blog-area .blog-card img {
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 20px;
    filter: brightness(0.85);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.blog-area .blog-card:hover {
    transform: scale(1.005);
}

.blog-area .blog-card:hover img {
    filter: brightness(1);
}

.blog-area .blog-card .desc {
    padding: 32px 5px;
}

.blog-area .blog-card .desc h4 {
    font-size: 20px;
    color: #05073C;
}

/**** Newsletter ****/
.newsletter {
    border-radius: 20px;
    padding: 40px;
    background-color: #4C82BC;
}

.newsletter h2 {
    font-size: 42px;
    font-weight: bolder;
}

/**** Footer ****/
footer.footer-area {
    background: linear-gradient(to top,
            rgba(76, 130, 188, 0.5) 0%,
            rgba(76, 130, 188, 0.4) 50%,
            rgba(74, 162, 218, 0) 100%);
}

footer .newsletter input[type="email"] {
    padding: 12px 24px;
    border: 0;
    border-radius: 8px;
    color: #4C82BC;
}

footer .newsletter .subscribe {
    padding: 14px 28px;
    background-color: #FFBC00;
    color: #fff;
    border-radius: 8px;
}

footer li .custom-icon {
    background-color: #0770B5;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    aspect-ratio: 1/1;
}

footer li .custom-icon img {
    height: 18px;
}

footer h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #05073C;
}

footer ul {
    gap: 14px;
}

footer ul li {
    font-size: 16px;
    font-weight: 300;
    color: #05073C;
}

footer .cc {
    margin-top: 28px;
    background-color: #4C82BC;
    color: #fff;
    padding: 12px;
}

/**** Scroll top button ****/
#scrollTopBtn {
    background-color: #FFBC00;
    border-radius: 12px 0 0 12px;
    padding: 11px 22px;
    border: none;
    color: #fff;
    z-index: 100;
}