/* Hero section Slider Styling */
.aspect-3-1 {
    aspect-ratio: 3 / 1;
    width: 100%;
    position: relative;
}

.aspect-3-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .Heroslider {
    display: flex;
    overflow: hidden;
    position: relative;
}


.Heroslides {
    will-change: transform;
    display: flex;
    transition: transform 2.5s ease-in-out;
    position: relative;
}




.Heroslides.paused {
    filter: brightness(0.9) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
    transition: filter 0.5s ease, transform 0.5s ease;
}

.Heroslide {
    width: 100%;
    flex-shrink: 0;
} */
.Heroslider {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 500px;
  
}




.Heroslides {
  position: relative;
  width: 100%;
  height: 100%;
}

.Heroslide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  z-index: 0;
}

.Heroslide.active {
  opacity: 1;
  z-index: 1;
}

.Heroslides.paused .Heroslide.active {
  filter: brightness(0.9) drop-shadow(0 0 10px rgba(255, 255, 255, 0.3));
}

.Heroslide img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
}

/* -HSI features Section */

.HSI-feature-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100% !important;
    justify-content: center;
    padding: 10px 0px 10px 0px;
}

.HSI-feature-section-box {

    margin-right: calc(var(--bs-gutter-x) * 0.5) !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    flex-wrap: nowrap !important;
    margin-top: 25px !important;
    justify-content: space-between;

}


.HSI-feature-box {
    height: var(--logo-size-large);
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    padding: 3px 7px 3px 7px;
    border-radius: 12px;
    margin: 0px 10px 0px 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}
/* 
.HSI-feature-box:hover {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
    color: #172A80;
} */

.HSI-icon-box {
    flex-shrink: 0;
    background-color: white;
    padding: 4px;
    margin-right: 6px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.HSI-icon-box img {
    width: var(--icon-size-medium);
    height: var(--icon-size-medium);
}

.HSI-feature-text {
    overflow: hidden;
}

.HSI-feature-text h5 {
    margin: 0;
    font-size: var(--font-size-default);
    font-weight: bold;

}

/* .HSI-feature-text h5:hover {
    color: #172A80;

} */

.HSI-feature-text p {
    margin: 2px 0 0;
    font-size: var(--font-size-small);
    color: #000;
}

/* .HSI-feature-box:hover .HSI-feature-text p {
    color: #ff6600;
} */

.slider {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.slides {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slide {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 0 10px;
}




/*========== Bottom banner styling =========== */
.bottom-banner {
    margin: 20px 0;
}

.bottom-banner img {
    object-fit: cover;
    width: 100%;
}

/* ========= content section style =========== */


.homecontent-section {
    text-align: center;

}

.homecontent-section h2 {

    display: inline-block;
    color: black;
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 600;
    padding: 8px;
    margin: 8px auto;
}

.homecontent-section p {
    color: black;
    font-size: clamp(14px, 2vw, 16px);
    text-align: center;

}

/* ================ *favorite-airline* ================ */
.favorite-airline {
    text-align: center;
    padding: 20px 0px;
}

.favorite-airline h2 {
    display: inline-block;
    color: white;
    padding: 8px;
    border-radius: 4px;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 500;
    margin-bottom: 40px;
    color: var(--white-color);
    background: var(--tertiary-color);
}

.favorite-airline-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.favorite-airline-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 100%;
}

.favorite-airline-card:hover {
    transform: translateY(-5px);
}

.favorite-airline-card img {
    width: 100%;
    height: auto;
    display: block;
}


/* ==================== dream desination section style ===================== */

.myDreamSwiper .swiper-slide {
    width: clamp(295px, 25vw, 295px);
    flex-shrink: 0 !important;
    height: auto;
    overflow: visible;
    padding: 0px;
}

.myDreamSwiper .swiper-wrapper {

    flex-wrap: nowrap;
}

.myDreamSwiper {

    overflow: visible !important;
}

.dream-destination-cards {
    display: flex;
    justify-content: flex-start;
    gap: 20px;


}

.dream-card {
    display: flex;
    flex-direction: column;
    background: var(--white-color);
    border-radius: 10px;
    overflow: hidden !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
        box-shadow 0.4s ease;
    will-change: transform;
}
.dream-card  a{
   text-decoration: none;

}
.dream-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.dream-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
}

.dream-card:hover::before {
    opacity: 1;
}

.dream-destinations {
    overflow: hidden;
    text-align: center;
}

.dream-destinations h2 {
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: bold;
    margin: 10px 0px;
}

.dream-destinations p {
    font-size: clamp(20px, 2.2vw, 26px);
    color: var(--black-color);
    margin: 5px 0px 20px 0px;

}

.dream-card-image {

    height: 340px;
}

.dream-card-image img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    transform-origin: center center;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1),
        filter 0.5s ease;
}

.dream-card-image:hover img {
    transform: scale(1.05) rotateZ(0.3deg) translateY(-3px);
    filter: brightness(1.05) contrast(1.05) saturate(1.1);
}

.dream-card-content {
    padding: 10px;
    text-align: left;
}

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

.dream-card-content h3 {
    margin: 0%;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: bold;
    color: #172A80;

}

.dream-card-content p {
    margin: 0;
    color: #5D5D5D;
    font-size: clamp(12px, 1.2vw, 14px);
}

.dream-content .discount-price,
.dream-content button {
    padding: 3px;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: var(--white-color);
    background-color: var(--primary-color);
    font-size: clamp(12px, 1.2vw, 14px);
    margin: 15px 0px;
}

.dream-content .dream-price {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: bold;
    color: #172A80;
    margin-top: 10px;
}

/* =========== Review section style =============== */
.reviews-section {
    text-align: center;
    overflow: hidden;
}

.reviews-section h2 {
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: bold;
    margin-bottom: 10px;
}

.review-coment {
    font-size: clamp(10px, 1vw, 12px);
    color: var(--black-color);
    font-weight: lighter;
    margin-bottom: 20px;
}

.reviewSwiper {
    overflow: visible !important;
}

.reviewSwiper .swiper-wrapper {

    flex-wrap: nowrap;
}

.reviews-section-title {
    font-size: clamp(18px, 2vw, 22px);
    color: var(--black-color);
    font-weight: bold;
    margin-bottom: 20px;
}

.reviews-section .stars {
    color: #172A80;

}
.stars img{
   width: 20px;
height: 20px;
}
.reviewSwiper .swiper-wrapper .swiper-slide {
    height: auto;
    padding: 0px;
    width: 100%;
}

.reviewSwiper {
    overflow: visible;
}

.review-border {
    padding: 3px;
    border-radius: 10px;
    background: linear-gradient(45deg,
            #E55820 50%,
            #ffffff 5%,
            #172A80 50%);

    background-size: 50% 50%;
    animation: borderMove 4s linear infinite;
    transition: transform 0.3s ease;
}


@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.review-card {
    background: white;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px;
    width: 260px;
    height: auto;
    text-align: left;
    transition: transform 0.3s ease, z-index 0.3s ease;

}

.review-border:hover {
    transform: translateY(-10px);
    z-index: 10;
}

.review-card .stars img {
    width: 20px;
    height: 20px;
    margin: 2px;
    padding: 4px;
    background-color: #172A80;
}

.review-card p {
    margin: 5px 0;

}

.review-card strong {
    font-size: clamp(10px, 1vw, 12px);

}





@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}






/* =============== airlines logos style Floating animation ========== */
@keyframes floatUpDown {

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

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

/* Fade & Zoom effect */
@keyframes zoomFade {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

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


.Airline-title {
    padding-top: 20px;
}

.Airline-title h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.airlineSwiper {

    margin: 30px 0px 20px 0px;
    height: var(--logo-size-xl);

}

.airline-card {
    border: 1px solid #000;
    border-radius: 16px;
    padding: 0px 10px 10px 10px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation: zoomFade 0.6s ease both;
    animation-delay: 0.2s;
    will-change: transform;
}

.airlineSwiper .swiper-wrapper .swiper-slide {
    height: clamp(55px, 13vw, 120px);
    width: clamp(115px, 24vw, 210px);
}

.airline-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.airline-card img {
    margin-top: -19px;
    display: flex;
    width: clamp(90px, 20vw, 150px);
    animation: floatUpDown 3s ease-in-out infinite;
    align-content: center;
    justify-content: center;
    align-items: center;
}


@media screen and (min-width: 600px) {
    .slide {
        flex: 0 0 50%;
    }
}

@media screen and (min-width: 900px) {
    .slide {
        flex: 0 0 33.3333%;
    }
}



@media (max-width: 767px) {

  .Heroslider {
  height: 300px;
}


}

@media (max-width: 768px) {

    .slide {
        flex: 0 0 95%;
    }


}