* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Serif Display", serif;
}

body, html {
    overflow-x: hidden !important;
}



h2 {
    font-family: "DM Serif Display", serif;
    font-weight: 400 !important;
    font-size: 40px !important;
    line-height: 60px !important;
    color: #E91E63 !important;
    font-style: italic;
     /* font-size: calc(1.375rem + 1.5vw); */
     font-size: clamp(1.6rem, 3.5vw, 3rem);
    line-height: clamp(2.1rem, 4vw, 3.4rem);

}



h3 {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    font-style: italic;
    margin: 15px 0px !important;
}

h4 {
    font-family: "Poppins", sans-serif;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #000000;
}

h6 {
    font-family: "DM Serif Display", serif;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #000000;
}

p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 25px !important;
    color: #7E7E7E;
    margin-bottom: 15px !important;
}
/* about-section  */
.about-box {
    background: #fff0f4;
    width: 100%;
    padding: 60px 0;
}


.about-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}


.about-image {
    display: flex;
    justify-content: center;
}

.about-image img {
    width: 100%;
    max-width: 510px;
    height: 352px;
    object-fit: cover;
    border-radius: 20px;
    /* border: 1px solid #fff; */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}
.about-image img:hover {
   transform: translateY(-4px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
   
}
 

.about-content {
    background: #ffffff;
    max-width: 482px;
    padding: 36px 40px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    /* height: 365px; */
    height: auto;
}


.about-content h2 {
    margin-bottom: 14px;
}

.about-para {
    line-height: 1.7;
    margin-bottom: 18px;
    color: #333;
    max-width: 400px;
}


.tree-container {
    background-color: #fdf9f4;
}

.tree-img img {
    border-radius: 14px;
     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}
.tree-img img:hover {
   transform: translateY(-4px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
   
}


.tree-content {
    /* flex: 1; */
    background: #ffffff;
    /* max-width: 476px; */
    padding: 36px 40px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 496px !important;
}


.swiper-container {
        background-color: #fdf9f4;
}


/* .common-gap {
    padding: 70px 0;
} */


.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.red-btn {
    background: #E71A4B !important;
    border-radius: 30px;
    padding: 5px 10px !important;
    color: #fff !important;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    border: none;
}

.red-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.red-btn:active {
    transform: scale(0.95);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.red-btn span {
    display: block;
    margin-right: 0.7em;
    transition: all 0.3s;
    font-family: "Poppins", sans-serif;
}

.red-btn svg {
    width: 18px;
    height: 18px;
    fill: white;
    transition: all 0.3s;
}

.red-btn .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2) !important;
    /* margin-right: 0.5em; */
    transition: all 0.3s;
}

.red-btn:hover .svg-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
}

.red-btn .bi {
    transition: all 0.4s ease;
}
.red-btn:hover .bi {
    transform: rotate(45deg);
}

.white-btn {
    background: #E71A4B;
    border-radius: 30px;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    transition: 0.3s all ;
}
.white-btn:hover {
    transform: scale(1.05);

}




/* Header & Banner */

.contact-blob-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    z-index: 999;
    padding: 20px 8px;
    /* height = blob length */
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    position: fixed;
}
/* Main blob shape */
.contact-blob-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, #0267a6, #16e3ed); */
    /* background: #FFF0F4; */
background: linear-gradient(162deg, rgba(255, 240, 244, 0.93) 41%, rgba(231, 26, 75, 1) 96%);
    border-radius: 90% 40% 40% 90% / 100% 0 0% 100%;
    z-index: -1;
    transition: .3s ease;
}
/* Blob hover (slightly expand) */
.contact-blob-btn:hover::before {
    border-radius: 90% 40% 40% 90% / 100% 0 0% 100%;
    transform: scale(1.05);
}


.header .logo img {
    max-width: 122px;
}
 

main {
    overflow: hidden;
}

#aboutUsSection, #featureSection, #howitworksSection, #partnerWithUs, #contectSection {
    scroll-margin-top: 100px;
}

#contectSection {
    scroll-margin-top: 80px;
}




.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.35s ease;
}

.header.on-scroll {
    background: #000000a8;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.navbar {
    display: flex !important;
    flex-direction: row;
    align-items: center !important;
    justify-content: space-between !important;
    column-gap: 1.25rem;
    width: 98%;
    height: 4.25rem;
    margin: 0 auto;
    flex-wrap: nowrap !important;
}

.menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 4rem 0 3rem;
    overflow: hidden;
    background-color: hsl(214, 21%, 6%);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease-in-out;
}

.menu.is-active {
    top: 0;
    width: 100%;
    height: auto;
}

.menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.25rem;
    list-style: none;
}

.menu-link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    text-decoration: none;
    list-style: none;
}
.menu-link:hover {
    color: #dbdbdb;
}

.burger {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    order: -1;
    z-index: 10;
    width: 1.6rem;
    height: 1.15rem;
    border: none;
    outline: none;
    background: none;
    visibility: visible;
    transform: rotate(0deg);
    transition: 0.35s ease;
}



.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 1rem;
    transform: rotate(0deg);
    background-color: hsl(206, 5%, 100%);
    transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
    top: 0.5rem;
    transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}

.burger.is-active .burger-line:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-135deg);
}

.swiper {
    width: 90%;
    padding-  top: 0px !important;
    margin-top: 0px !important;
    margin: auto;
}

.swiper-slide {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    min-height: 500px !important;
    /* margin: 50px 0; */
}

.book-now-left p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 25px !important;
    color: #7E7E7E;
    margin-bottom: 15px !important;
    
}

.book-now-imgs p {
    width: 70%;

}

.book-now-imgs h3 {
    font-size: 35px;
}

.book-now-imgs {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
    border-radius: 10px;


    /* height: 100px; */
}

.book-now-imgs img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.book-now-imgs .content {
    flex: 1;
}


/* .book-now-img img {
    width: 100%;
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
}

.book-now-imgs img {
    width: 100% !important;
    border-radius: 10px;
    height: 200px !important;
    object-fit: cover !important;
} */

.swiper.mySwiper {
    position: relative;
}

.swiper-pagination {
    position: absolute;
    top: 190% !important;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

/* .banner-column {
    
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
   
    align-items: flex-end;
    
}

.banner-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 25%);
    z-index: 2;
} */
/* new  */
/* Banner container */
.banner-column {
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    /* height: 472px; */
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}
.banner-new-1{
    /* margin-top: 68px !important; */
}

/* Dark overlay */
.banner-column::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

/* Keep carousel above overlay */
.banner-column .carousel {
    position: relative;
    z-index: 2;
}


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





.banner-img-new {
    width: 100%;
    /* height: 650px; */
    object-fit: contain !important;
    display: block;
    background-color: #966529c9;
}



.carousel-item.new-banner img {
    object-position: center center;
}


.carousel-item {
    margin-bottom: 0;
}


.carousel-fade .carousel-item {
    transition: opacity 0.6s ease-in-out;
}
/* new  */


.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
    color: #fff;
    top: 30px;
    /* align-items: center; */
    
}

.banner-content p {
    text-align: justify;      
    /* text-align-last: center;  */
    max-width: 920px;        
    margin: 0 auto 12px;      
    line-height: 1.7;       
    align-items: center;

    color: #000;
    font-size: 15px;
    width: 90%;
    margin: 0px;
     
}

/* .banner-content p {
    color: #000;
    font-size: 15px;
    width: 100%;
    margin: 0px;
     
} */

.banner-content a {
    align-items: center;
}

.banner-bg {
    
    background: url(../image/count-bg.png) no-repeat;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: inherit;

}



/* Count Box */
.count-box {
    background: url(../image/count-bg.png) no-repeat;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: inherit;
}

/* .common-image {
    width: 100%;
    height: auto;
}

.common-image .image-1 {
    width: 350px;
    height: 500px;
    margin-top: 20px;
}

.common-image .image-2 {
    width: 350px;
    height: 420px;
    margin-top: 20px;
}

.common-image .image-3 {
    width: 100%;
    height: 280px;
    margin-top: 20px;
} */


/* Adventure section*/

.adventure-section {
    padding: 10px 20px;
    margin: auto;
}

.book-now-text h2 {
    font-family: "DM Serif Display", serif;
    color: #333 !important;
    /* margin-bottom: 40px; */
    text-align: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

/* .row > div {
    padding: 15px;
} */

/* Rating Box Styles */
.rating-box {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background: #FFF3F6;
    transition: all 0.3s ease;
}

.rating-box:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.rating-content {
    max-width: 220px;
    text-align: center;
}

/* Main text group */
.rating-box .score {
    font-size: 1.6rem;
    color: #E91E63;
    font-family: "DM Serif Display", serif;
    font-style: italic;
    line-height: 1.4;
}

/* Star + number wrapper */
.rating-box .star {
    font-size: 2.2rem;
    color: gold;
    margin-right: 6px;
    vertical-align: middle;
}

.rating-box .number {
    font-size: 2.2rem;
    font-weight: 600;
}

.rating-box .plus {
    font-weight: 900;
}

/* Description text */
.rating-box .text {
    display: block;
    font-size: 1.95rem;
    color: #E91E63;
    margin-top: 10px;
}




/* Image Box Styles */
.image-box {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}

/* Hover Effect */
.image-box:hover img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.image-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 20px;
}

.image-box:hover::after {
    opacity: 1;
}



/* @media (max-width: 768px) {
    .adventure-section {
        flex-direction: column;
        gap: 30px;
        padding: 30px 15px;
    }

    .bottom-image {
        max-width: 100%;
    }
}
*/


/* middle */
.bg-lightpink {
    background-color: #ffe6ec;
    height: auto;
    position: relative;
    /* padding: 50px 0px; */
}

.mobile-section {
    margin-bottom: 200px;
}

.car-path {
    top: 30%;
    left: 7%;
    max-width: 40%;
    z-index: 1;
}

.mobile-1 {
    width: 200px;
    position: absolute;
    top: 5%;
    right: 15%;
    object-fit: cover;
    bottom: ;
    
}


.mobile-2 {
    position: absolute;
    width: 300px;
    z-index: 2;
    left: 20%;
}

.download-wrap {
    /* display: flex; */
    align-items: center;
    gap: 10px;
}


    

.download-text {
    position: relative;
    top: 3px;
    /* moves text slightly up */
    font-size: 20px;
}
.download-text a {
    text-decoration: none;
}

.download-wrap img {
    height: 52px;
    width: 26%;
    transition: all 0.3s ease;
}

.download-wrap img:hover {
    transform: translateY(-3px);
}

.new-slides {
    background-color: #ffe6ec;
    align-items: center;
}

/* Service Section */

.service-card {
    background: url(../image/service-bg.png)no-repeat;
    padding: 50px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: inherit;
    min-height: auto;
}

.service-card-inner {
    border: 1px solid #EFA6B8;
    padding: 3px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px;
}

.service-card-inner:hover {
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
}

.service-card-content {
    border-radius: 20px;
    background: #FFF3F6;
    padding: 20px;
    min-height: 270px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-card-content:hover {
    background: #fff;
}

.col:nth-child(odd) .service-card-inner {
    transform: translateY(-20px);
}

.col:nth-child(even) .service-card-inner {
    transform: translateY(50px);
}

.service-card-content h3 {
    font-size: 18px;
}

.service-card-content p {
    font-size: 14px !important;
    color: #7E7E7E;
    line-height: 26px;
}

.service-card-content img {
    max-width: 60px;
    margin-top: 20px;
    margin-bottom: 10px;
}



/* new-features    */
.new-feature-section {
  background: #fff3f6;
}

.new-feature-item {
  display: flex;
   background: #fff;
    padding: 30px 20px;
    border-radius: 16px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;

}
.new-feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.new-feature-item i {
  font-size: 42px;
  color: #E91E63;
  margin-bottom: 8px;
   transition: transform 0.4s ease;

}

.new-feature-item:hover i {
    transform: scale(1.2) rotate(8deg);
}


.new-feature-item p {
  margin: 0;
  font-size: 19px !important;
  color: #000;
  font-weight: 500;
}








/* Event Banner */

.event-image img {
  
    width: 100%!important;
    height: 469px;
    border-radius: 20px;
    object-fit: cover;
     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}


.event-image img:hover {
   transform: translateY(-4px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
   
}





.event-banner {
    background: url(../image/event-banner.png)no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 60px 0px;
}


.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.owl-carousel .item img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}


/* client-testimonial */

.client-testimonial {
    background: url(../image/testimonial-banner.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 80vh; */
    object-fit: cover;
    padding: 60px 0px;

}

.rating-box-testimonial .star {
    font-size: 1.5rem;
    color: gold;
    display: inline-block;
}

.feedback {
    padding: 20px 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}



.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 200px;
}

.testimonial-card img {
    width: 80px !important;
    height: 80px;
    border-radius: 50px;
    object-fit: cover;
    display: inline-block;
    margin-right: 30px;
    border: 1px solid #E71A4B;
}

.testimonial-card .info {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.testimonial-card .info h5 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2px;
}

.testimonial-card .info span {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #7E7E7E;
    font-weight: 500;
}

.testimonial-card p {
    color: #000000;
}

.testimonial-content h4 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

.testimonial-nav button {
    border-radius: 50px;
    height: 25px;
    width: 25px;
    background: transparent;
    line-height: 25px;
    text-align: center;
    align-items: center;
    border: 1px solid #000;
    font-size: 12px;
}

.testimonial-nav button:hover {
    background: #E71A4B;
    color: #fff;
    border: 1px solid #E71A4B;
}

.testimonial-nav #prevBtn {
    margin-right: 5px;
}

.testimonial-main {
    margin-top: 150px !important;
    align-items: center;
}

/* contact-form */

img.img-fluid-contact {
    height: auto;
    width: 335px;
    transition: all 0.3s;
}


img.img-fluid-contact:hover {
   transform: translateY(-4px);
}




.contact-form input {
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    padding: 15px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #7E7E7E !important;
    font-style: italic;
}

.form-control:focus {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #E71A4B !important;
    outline: 0;
    box-shadow: none !important;
}

/* FAQs */


.faq-img img {
    
    border-radius: 42px;
    width: 68% !important;
    object-fit: contain;
     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}


.faq-img img:hover {
   transform: translateY(-4px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
   
}






.accordion-button.collapsed {
    background-color: #fdf1f5 !important;
    color: #000;
}


.accordion-button:not(.collapsed) {
    background-color: #fdf1f5 !important;
    color: #000;
    box-shadow: none;
}


.accordion-button:focus {
    box-shadow: none;
}





/* footer */

footer {
    background: url(../image/footer.jpg) no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
}

.footer-top {
    padding-top: 80px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffffe6;
}

.footer-logo img {
    max-width: 150px;
}

.footer-logo p,
.email-input p,
.footer-bottom p {
    font-size: 13px !important;
    color: #ffffffa3;
    font-weight: 400;
    margin: 20px 0px 50px 0px;
}

.footer-logo h5 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffffe6;
    margin-right: 15px;
    display: block;
    font-family: "Poppins", sans-serif;
}

.footer-logo h5 a {
    /* margin-left: 10px; */
    color:#ffffffa3;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    /* margin-bottom: 10px; */
    font-size: 14px;
}

.footer-logo h5 a:hover {
    color: #E71A4B;
}

.footer-logo h5 i {
    margin-right: 5px;
    font-size: 14px;
}

.footer-icon a {
    color: #ffffffa3;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 20px;
    margin-right: 30px;
}

.footer-icon a:hover {
    color: #E71A4B;
}

.footer-links h5,
.email-input h5 {
    color: #ffffffe6;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 40px;
}

.footer-links ul {
    list-style: none;
    padding: 0px;
}

.footer-links li a {
    color: #ffffffa3;
    line-height: 40px;
    font-weight: normal;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #E71A4B;
}

.email-input input {
    padding: 10px;
    border: 1px solid #ffffffa3;
    border-radius: 5px;
    background: transparent;
    color: #ffffffa3;
    width: 80%;
    display: inline-block;
    margin-bottom: 20px;
}

.email-input input::placeholder {
    color: #ffffffa3;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-style: italic;
}

.footer-bottom {
    padding: 8px 0px;
}

.footer-bottom-link a {
    text-decoration: none;
    color: #ffffffa3;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}





.new-year img {
    width: 100%;
}

.hero-video {
    padding: 40px 0;
    /* background: #fdf9f4; */
}

.video-content {
    padding: 5px;
}

.video-subheading {
    color: #dc1f4b;
    font-size: 18px;
}


.hero-video-inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 24px;
    display: flex;
    gap: 50px;
    align-items: center;
}

.video-bottom h5 {
    font-size: 20px;
        color: #e91e63 !important
}


.hero-video-left {
    flex: 0 0 50%;
}


.hero-video-right {
    flex: 0 0 50%;
}


.video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
    background: #0f3f26;
    /* max-width: 800px;           */
    height: 70vh;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
     transition: all 0.3s;
}

.video-frame:hover {
   transform: translateY(-4px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
   
}


.hero-video__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* background-size: cover; */
   
}


.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    pointer-events: none;
}


.play-overlay {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    animation: pulse 2.8s ease-in-out infinite;
    z-index: 5;
}


.play-overlay:hover {
    transform: scale(1.05);
}


.video-frame.playing .play-overlay {
    display: none;
}


@keyframes pulse {
    0% { transform: scale(1); }
    70% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

@media (max-width: 1234px) {
    .white-btn {
    font-size: 12px;
    padding: 8px 12px;
}

    .menu-link {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .hero-video-inner {
        flex-direction: column;
    }

    .hero-video-left,
    .hero-video-right {
        flex: 100%;
    }
}


@media only screen and (min-width: 48rem) {
    

    

    .menu-link {
        text-transform: capitalize;
    }

    .menu-block {
        margin-left: 2rem;
    }
}


@media (max-width: 991px) {
 
    .image-box {
        height: 280px;
    }
}
@media (min-width: 991px) {
 
   .rating-box {
        width: 280px;
        height: 280px;
        margin: 0 auto 30px;
    }
    .menu {
        position: relative;
        top: 0;
        width: auto;
        height: auto;
        padding: 0rem;
        background: none;
        box-shadow: none;
    }
    .menu-inner {
        display: flex;
        flex-direction: row;
        gap: 1rem;
        margin: 0 auto;
    }
    .burger {
    display: none;
    visibility: hidden;
}
}



@media (max-width: 768px) {
   
  .video-frame {
        height: 26vh;          
        max-height: 260px;

    }


    /* .banner-img {
        height: 80vh;
        width: 100%;
    } */
}
@media (max-width: 767px) {
    .rating-box {
        width: 250px;
        height: 250px;
    }

    .header .logo img {
    max-width: 96   px;
}
 

    
    .rating-box .star {
        font-size: 3rem;
    }
    
    .rating-box .score {
        font-size: 1.3rem;
    }
    
    .image-box {
        height: 250px;
    }

    .white-btn {
    font-size: 10px;
    padding: 4px 8px;
}
}

@media (max-width: 575px) {
    .rating-box {
        width: 220px;
        height: 220px;
    }
    
    .rating-box .star {
        font-size: 2.5rem;
    }
    
    .rating-box .score {
        font-size: 1.1rem;
    }
    
    .image-box {
        height: 220px;
    }

  .feature-item i {
    font-size: 22px;
  }

  .feature-item p {
    font-size: 12px;
  }


  .rating-box {
        width: 220px;
        height: 220px;
        padding: 15px;
        padding-top: 0;
    }

    .rating-content {
        max-width: 170px;
    }

    .rating-box .star {
        font-size: 1.6rem;
        margin-right: 4px;
    }

    .rating-box .number {
        font-size: 1.6rem;
    }

    .rating-box .text {
        font-size: 1.2rem;
        line-height: 1.3;
    }

     .banner-content p {
        text-align: center;
        max-width: 100%;
    }
}