* {
    box-sizing: border-box;
    margin: 0;
    font-family: poppins;
}

:root {
    --primary: #650039;
    --primehover: #ffffff;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.text-center {
    text-align: center;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.mt-30 {
    margin-top: 30px;
}

.mt-90 {
    margin-top: 50px;
}

.sale-container {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.mn-ttl {
    font-size: 35px;
}

    .mn-ttl em {
        font-style: normal;
        color: var(--primary);
        font-weight: 700;
    }

.sbttl {
    font-size: 18px;
}

.searchengSale {
    padding: 40px 0;
    position: relative;

}

    .searchengSale video {
        width: 100%;
        min-width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        border: 0;
        height: 100%;
        object-fit: cover;
    }

.banner-caption {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 0 12px #1A237E;
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
}

.plane-img {
    position: relative;
    z-index: 2;
}

/* Cloud gradient overlay at bottom */
.cloud-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0.9) 90%, rgba(255, 255, 255, 1) 100%);
    z-index: 0;
}

    /* Add cloud-like shapes for more realistic effect */
    .cloud-gradient::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        background: radial-gradient(ellipse 800px 200px at 20% 100%, rgba(255, 255, 255, 0.8) 0%, transparent 50%), radial-gradient(ellipse 600px 150px at 60% 100%, rgba(255, 255, 255, 0.6) 0%, transparent 50%), radial-gradient(ellipse 400px 100px at 85% 100%, rgba(255, 255, 255, 0.7) 0%, transparent 50%);
    }

.routgrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    /* Space between grid items */
}

.routsitm {
    border: 1px solid var(--primary);
    border-radius: 15px;
    padding: 10px;
    min-width: fit-content;
    flex: 1;
    cursor: pointer;
    transition: all .3s ease;
}

    .routsitm:hover {
        box-shadow: 0 3px 6px 0 #65003932;
    }

.routel {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.rtine {
    font-size: 14px;
}

.bnfts {
    background: linear-gradient(to bottom, #F5F5F5 310px, #fff 0);
    padding: 40px 0;
}

.bnfcvr {
    gap: max(15px, 2vw);
    width: 100%;
    overflow: auto;
}

.bnfitm {
    flex: 1;
}

.bnfwinarea {
    position: relative;
    padding: 20px;
    border-radius: 150px;
    box-shadow: inset 0 3px 6px 0 #D292B6;
    text-align: center;
    background: #fff;
}

    .bnfwinarea > img {
        position: relative;
        z-index: 1;
        min-width: 170px;
        display: block;
    }

.bnfimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .bnfimg img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
        border-radius: 145px;
    }

.bnftxt {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    /* padding: 0 2vw; */
}

.expcbitm {
    text-align: center;
    border-right: 1px solid #65003928;
    padding: 10px;
}

    .expcbitm:last-child {
        border-right: 0;
    }

.vidfrme {
    height: 100%;
    width: 80%;
    margin: 30px auto 60px;
    position: relative;
}

    /* .vidfrme::after{
    content: url(img/playbackicon.svg);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    
} */
    .vidfrme video {
        height: 100%;
        width: 100%;
        border: 10px solid #030303;
        border-radius: 31px;
    }

.acpncde2 {
    width: 75%;
    background: linear-gradient(to bottom, var(--primary), #850E51);
    padding: 15px 3rem;
    border-radius: 15px;
    margin: 0px auto 0;
    position: relative;
}

    .acpncde2:before {
        content: '';
        background: #fff;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        left: -15px;
    }

    .acpncde2:after {
        content: '';
        background: #fff;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        right: -15px;
    }

.acpon_icn {
    position: absolute;
    left: -14px;
    top: -25px;
}

.acpntxt {
    color: #fff;
    width: 60%;
    font-size: 23px;
    font-weight: 400;
}

.acpnmnbx {
    min-width: 300px;
    border-radius: 13px;
    position: relative;
    color: var(--primary);
    background: #fff;
    overflow: hidden;
    border: 1px dashed var(--primary);
    padding: 0 0 10px 15px;
}

.alcpncde {
    width: 80%;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 0 0;
    position: relative;
}

    .alcpncde span {
        font-size: 29px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: normal;
    }

.acpntitle {
    font-size: 12px;
    letter-spacing: 0;
    width: max-content;
    font-weight: 600;
}

.acpyicn {
    width: 45px;
    height: 25px;
    cursor: pointer;
    margin-top: 10px;
}

.dscvr {
    background: #F5F5F5;
    padding: 40px 0;
}

.overadj {
    max-width: 100%;
    
}

.dcvritm {
    flex: 1;
	cursor:pointer
}
.dcvritm {
  transition: all 0.3s ease;
}

.dcvritm img {
  border-radius: 50%;
  transition: all 0.3s ease;
}

.dcvritm:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 0 8px rgba(0, 113, 194, 0.5));
}

.dcvritm span {
  transition: color 0.3s ease;
}

.dcvritm:hover span {
  color: #0071c2;
}
.dcvrimg {
    height: 150px;
    width: 150px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1px solid #D292B6;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.dcvrimgv2 {
    height: 150px;
    width: 150px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.dcvrtxt {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.card {
    border: 1px solid #DFDFDF;
    border-radius: 15px;
    box-shadow: 0 0 6px 0 #00000017;
    display: block;
    transition: all .3s ease;
    cursor: pointer;
}

    .card:hover {
        box-shadow: 0 0 6px 0 #00000045;
    }

.offer-slider.owl-carousel .owl-stage-outer {
    padding: 8px 0;
}

.img-top {
    height: 145px;
    width: 100%;
    position: relative;
}

    .img-top .bgimg {
        object-fit: cover;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 15px 15px 0 0;
    }

.bnklgo {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: auto;
}

.card-body {
    padding: 10px 15px;
}

.crdsbttl {
    font-size: 12px;
    text-transform: uppercase;
}

.cdrttl {
    font-size: 20px;
    font-weight: bold;
}

.acopycpnbx {
    border: 1px dashed #76BFF9;
    border-radius: 5px;
    padding: 7px 7px 0 7px;
    width: fit-content;
}

.acpntl {
    font-size: 8px;
    color: #434A51;
    line-height: .5;
    text-transform: uppercase;
}

.acpntxtbx span {
    font-size: 15px;
    font-weight: 600;
}
.acpntxt srong {
    font-weight: 700;
}
.rtright {
    transform: rotateY(180deg);
}

.offer-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    display: block;
    top: 200px;
    border-color: #001B94;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    padding: 10.5px;
}

    .offer-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
        background: #001B94;
    }

.offer-slider.owl-carousel.owl-theme .owl-nav {
    width: 100%;
    box-shadow: none;
    margin: 0;
    height: auto;
}

    .offer-slider.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -20px;
    }

    .offer-slider.owl-carousel.owl-theme .owl-nav .owl-next {
        right: -20px;
    }

    .offer-slider.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover img {
        filter: brightness(0) saturate(100%) invert(97%) sepia(5%) saturate(2%) hue-rotate(97deg) brightness(111%) contrast(100%);
    }

.addonsbx {
    background: url(img/addonbg.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 40px;
    border-radius: 34px;
}

.addttl {
    font-size: 36px;
    color: #fff;
    max-width: 700px;
}

    .addttl em {
        font-weight: bold;
        font-style: normal;
    }

.addsbtl {
    color: #fff;
    font-size: 20px;
    margin-bottom: 120px;
    max-width: 620px;
}

.additm {
    border-radius: 20px;
    backdrop-filter: blur(5px);
    background: #0000001e;
    padding: 15px;
    border: 1px solid #FFFFFF;
    flex: 1;
    min-width: 250px;
}

.addtxt {
    font-size: 18px;
    color: #fff;
}

.discard {
    flex: 1;
}

.disimg {
    border-radius: 20px;
    width: 100%;
}

    .disimg img {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }

.disbody {
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 3px 6px 0 #0000001e;
    width: 90%;
    margin: -40px auto 0 auto;
    position: relative;
    background: #fff;
}

.disttl {
    font-size: 20px;
    color: #202020;
    font-weight: 600;
}

.distxt {
    font-size: 16px;
    color: #202020;
}

.hid {
    display: none;
}

.rdmore {
    color: var(--primary);
    font-size: 16px;
    transition: all .3s ease;
    cursor: pointer;
}

.accordion {
    position: relative;
    background: linear-gradient(to right, #F7F2F5, #FCF9FB);
    padding: 20px;
    border: 1px solid var(--primary);
    border-radius: 15px;
    margin: 10px 0;
}

.accordion__item__header::before {
    content: '\002B';
    color: #000;
    font-weight: 600;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
    border: 0;
    height: auto;
    width: auto;
}

.accordion__item__header.active:before {
    content: "\2212";
    transform: translate(0, -50%);
    top: 50%;
}

.accordion__item__header {
    font-size: 25px;
    font-weight: 600;
    width: calc(100% - 20px);
    position: relative;
}

.accordion__item__panel {
    display: none;
    overflow: hidden;
    padding-top: 10px;
    font-size: 16px;
}

    .accordion__item__panel ul {
        list-style: none;
        padding: 0;
    }
.accordion__item__panel ul li {
    list-style: disc;
    margin: 0 0 0 18px;
    font-size: 14px;
    padding: 0 0 7px 0;
}
.usp-flex {
    display: flex;
    justify-content: space-evenly;
    gap: 30px 10px;
    flex-wrap: wrap;
}
.card-source {
  display: block;
  font-size: 10px;
  color: #777;
  margin-top: 6px;
}
.card-source2 {
    display: block;
    font-size: 10px;
    color: #ffffff;
    margin-top: 6px;
    position: absolute;
    bottom: 28px;
    right: 19px;
    background: rgba(0, 0, 0, .45);
    border-radius: 20px;
    padding: 1px 5px;
}
.uspitm {
    text-align: center;
}

.uspimg {
    background: var(--primary);
    border-radius: 35px;
    aspect-ratio: 1;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uspitm:nth-child(even) .uspimg {
    background: #fff;
    border: 1px solid var(--primary);
}

.usttxt {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

    .usttxt em {
        font-style: normal;
        font-weight: normal;
        display: block;
    }

footer {
    background: #000000;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 14px;
    margin-top: 60px;
}

.bnfcvr::-webkit-scrollbar, .overadj::-webkit-scrollbar {
    height: 5px;
}

.bnfcvr::-webkit-scrollbar-thumb, .overadj::-webkit-scrollbar-thumb {
    background: #65003915;
    border-radius: 10px;
}

.offer-slider.owl-carousel .owl-item img {
    border-radius: 0;
}

@media screen and (max-width:768px) {
    .acpon_icn {
        left: -15px;
        top: -10px;
        width: 30px;
    }

    .acpncde2 {
        width: 95%;
        padding: 15px 20px;
    }

    .mwrp {
        flex-flow: wrap;
        gap: 10px;
    }

    .acpntxt {
        width: 52%;
        font-size: 18px;
        font-weight: 500;
        text-wrap-style: pretty;
    }

    .alcpncde {
        width: 75%;
        padding: 18px 0 0;
        font-size: 20px;
        font-weight: 700;
    }

    .acpyicn {
        width: 17%;
        position: relative;
    }

    .expcbitm {
        min-width: 200px;
    }

    /* .bnftxt {
        padding: 0 1.7vw;
    } */

    .addsbtl {
        margin-bottom: 0;
    }

    .discard {
        width: 100%;
        flex: auto;
    }

    .banner-caption {
        margin-bottom: -30px;
    }

	
	
	
	
}

@media screen and (max-width:500px) {
    .banner-caption {
        font-size: 29px;
    }

    .mt-90,
    footer {
        margin-top: 40px;
    }

    .mn-ttl {
        font-size: 25px;
        text-wrap-style: pretty;
    }

    .accordion {
        padding: 10px;
        border-radius: 10px;
    }

.uspimg {
    background: var(--primary);
    border-radius: 20px;
    aspect-ratio: 1;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}	
	.uspitm {
    text-align: center;
    min-width: 48%;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.sbttl, .accordion__item__panel {
	font-size: 12px;
}

.expcbitm img{width: 25%;}	
    .acpntxt {
        width: 100%;        text-align: center;
    }

    .acpnmnbx {
        min-width: -webkit-fill-available;
        width: 100%;
        padding: 0 0 2px 10px;
    }

    .alcpncde {
        padding: 7px 0 0;
    }

    .acpyicn {
        width: 12%;
        margin-top: 2px;
    }
	

    .offer-slider.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -5px;
    }

    .offer-slider.owl-carousel.owl-theme .owl-nav .owl-next {
        right: -5px;
    }

    .offer-slider.owl-carousel.owl-theme .owl-nav [class*=owl-] {
        height: 25px;
        width: 25px;
        padding: 8.5px;
        margin: 0;
    }

    .addonsbx {
        padding: 20px !important;
        border-radius: 16px !important;
        background-position: center !important;
    }

.addttl{
        font-size: 22px;
        margin-bottom: 10px;
    }

    .addsbtl,
    .addtxt,
    .bnftxt {
        font-size: 13px;
    }

    .discard {
        margin-bottom: 5px;
    }

    .distxt,
    .rdmore {
        font-size: 13px;
    }

    .disbody {
        padding: 10px;
        border-radius: 16px;
        box-shadow: 0 3px 6px 0 #0000001e;
        width: 95%;
    }

    .accordion__item__header,
    .disttl {
        font-size: 16px;
    }
.accordion__item__header ul li{
    list-style: circle;
    margin-left: 20px;
    margin-bottom: 5px;
}


 
.dcvritm {
        cursor: pointer;
        flex-direction: column;
        align-items: center;
        display: flex;
        flex: 1 0 120px;
        max-width: 150px;
        transition: transform 0.3s ease;
    }
.dcvrimgv2 {
    height: 80px;
    width: 80px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
    .usttxt, .dcvrtxt {
        font-size: 16px;
        width: max-content;
    }

    .vidfrme {
        height: 100%;
        margin: 30px auto 40px;
        width: 100%;
    }

    .bnfts,
    .dscvr {
        padding: 20px 0;
    }

    .offer-slider.owl-carousel .owl-stage-outer {
        padding: 0;
    }

    .bnfwinarea > img {
        min-width: 100px;
    }

    .bnfwinarea,
    .bnfimg {
        padding: 15px;
    }

    .dcvrimg {
        width: 130px;
        height: 130px;
    }
::-webkit-scrollbar {
    display: none;
}	
}



    .banner-caption2 {
  position: absolute;
  top: 5%; /* closer to very top */
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  z-index: 5;
}

.plane-img {
  position: absolute;
  top: 38%;   /* move aircraft up */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.plane-img img {
  width: 600px; /* a bit smaller so it fits better at the top */
  animation: planeFloat 5s ease-in-out infinite;
}

    /* Big drifting clouds */
    .cloud {
      position: absolute;
      opacity: 0.9;
      animation: moveClouds linear infinite;
    }

    
    .cloud:nth-child(2) { top: 20%; left: -800px; width: 550px; animation-duration: 35s; z-index: 2; opacity: 0.8; }
    .cloud:nth-child(3) { top: 13%; left: -1000px; width: 450px; animation-duration: 40s; z-index: 0; }
    .cloud:nth-child(4) { top: 14%; left: -1200px; width: 500px; animation-duration: 30s; z-index: 2; }
    .cloud:nth-child(5) { top: 21%; left: -900px; width: 500px; animation-duration: 22s; z-index: 1; }

    /* Fast zoom clouds (foreground) */
    .fast-cloud {
      position: absolute;
      width: 150px;
      opacity: 0.7;
      top: 40%;
      left: -200px;
      z-index: 3; /* in front of aircraft */
      animation: zoomClouds linear infinite;
    }

    .fast-cloud:nth-child(6) { top: 30%; animation-duration: 6s; }
    .fast-cloud:nth-child(7) { top: 50%; animation-duration: 5s; }
    .fast-cloud:nth-child(8) { top: 35%; animation-duration: 7s; }


    /* Animations */
    @keyframes moveClouds {
      from { transform: translateX(0); }
      to   { transform: translateX(220vw); }
    }

    @keyframes zoomClouds {
      from { transform: translateX(0) scale(0.8); opacity: 0.7; }
      to   { transform: translateX(250vw) scale(1.2); opacity: 0.2; }
    }

@keyframes planeFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-15px); }
}

