:root{
    --font:"Poppins", sans-serif;
    --primary-color-white:#ffffff;
    --blue-color:rgb(38, 28, 193);
    --text-color:rgba(255, 253, 246, 0.9);
    --background-color-hero: rgba(255, 253, 246, 0.15);
    --border: 1px solid rgba(255, 253, 246, 0.3);
    --black-color:rgb(26, 26, 26);
    --lite-gray-text:rgb(102, 102, 102);
    --card-anchor-background-color: rgba(38, 28, 193, 0.08);
    --after-hero-back-color:(255, 253, 246);
    --cream-back-color:linear-gradient(135deg, rgb(255, 253, 246) 0%, rgb(248, 246, 237) 100%);
    --footer-background-color: linear-gradient(135deg, rgb(26, 20, 133) 0%, rgb(38, 28, 193) 100%);
    --footer-heading-color:rgb(255, 253, 246);
    --footer-text-color:rgba(255, 253, 246, 0.7);
    --green:rgb(37, 211, 102);
    --footer-box-back-color:linear-gradient(135deg, rgba(37, 211, 102, 0.15) 0%, rgba(37, 211, 102, 0.05) 100%);
    --foot-border-box-color: 1px solid rgba(37, 211, 102, 0.3);
}
body {
    overflow-x: hidden;
}
.l-nav-logo img{
    width: 20%;
}
.l-logo2 img{
    width: 20%;
}
.l-cards{
    background: rgb(255, 253, 246);
    padding: 50px 0px;
}
.l-bord{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.l-bord::before,
.l-bord::after{
    content: "";
    height: 1px;
     width: 12%;
    background: var(--blue-color);
}
.l-bord  h3{
    padding: 0 5px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--blue-color);
    font-family: var(--font);
}
.l-cards h2{
    color: var(--black-color);
    font-family: var(--font);
    font-weight: 700;
    font-size: 1.9rem;
    padding-top: 20px;
}
.l-cards p{
    color: var(--lite-gray-text);
    font-family: var(--font);
    font-size: 1rem;
}
.l-white-cards2 {
    background: #fff; 
    position: relative;
    padding: 35px 0px;
    border-radius: 25px;
    margin: 15px 0px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.l-white-cards2::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center,
                rgba(4, 131, 243, 0.9) 30%,   
                rgba(13, 103, 177, 0.6) 70%,  
                rgba(192, 201, 205, 0.3) 100%); 
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 0;
    border-radius: 25px;
    transform: scale(0.9);
}
.l-white-cards2:hover::before {
    opacity: 1;
    transform: scale(1.05);
}
.l-white-cards2:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
.l-white-cards2 > * {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
.l-white-cards2:hover p,
.l-white-cards2:hover .l-top-text span,
.l-white-cards2:hover .l-anc {
    color: #fff; 
    text-shadow: 0 0 5px rgba(0,0,0,0.8); 
}
body {
    overflow-x: hidden;
}
.l-white-cards3 {
    position: relative;
    overflow: hidden;
    background: #fff; 
    border-radius: 25px;
    padding: 35px;
    margin: 15px 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.l-white-cards3::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, 
                rgba(246, 4, 84, 0.9) 30%,   
                rgba(243, 62, 122, 0.6) 70%,  
                rgba(239, 235, 237, 0.3) 100%); 
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 0;
    border-radius: 25px;
    transform: scale(0.9);
}
.l-white-cards3:hover::before {
    opacity: 1;
    transform: scale(1.05);
}
.l-white-cards3:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
.l-white-cards3 > * {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
.l-white-cards3:hover p,
.l-white-cards3:hover .l-top-text span,
.l-white-cards3:hover .l-anc {
    color: #fff; 
    text-shadow: 0 0 5px rgba(0,0,0,0.8); 
}
.l-white-cards {
    background: #fff;
    position: relative;
    padding: 35px 0px;
    border-radius: 25px;
    margin: 15px 0px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.l-white-cards::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, 
                rgba(24, 8, 243, 0.9) 30%,   
                rgba(25, 6, 241, 0.6) 70%,  
                rgba(240, 240, 244, 0.3) 100%); 
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 0;
    border-radius: 25px;
    transform: scale(0.9);
}
.l-white-cards:hover::before {
    opacity: 1;
    transform: scale(1.05);
}
.l-white-cards:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
.l-white-cards > * {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
.l-white-cards:hover p,
/* .l-white-cards:hover .l-top-text span, */
.l-white-cards:hover .l-anc {
    color: #fff; 
    text-shadow: 0 0 5px rgba(0,0,0,0.8); 
}
.l-white-cards4 {
    background: #fff;
    position: relative;
    padding: 35px 0px;
    border-radius: 25px;
    margin: 15px 0px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.l-white-cards4::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center,
                rgba(4, 127, 115, 0.9) 30%,   
                rgba(0, 137, 123, 0.7) 70%,  
                rgba(38, 166, 154, 0.4) 100%); 
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 0;
    border-radius: 25px;
    transform: scale(0.9);
}
.l-white-cards4:hover::before {
    opacity: 1;
    transform: scale(1.05);
}
.l-white-cards4:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
.l-white-cards4 > * {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
.l-white-cards4:hover p,
.l-white-cards4:hover .l-top-text span,
.l-white-cards4:hover .l-anc {
    color: #fff; 
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
}
.l-white-cards::after {
    pointer-events: none;
}
.row, .container {
    overflow: hidden;
}
.l-white-cards {
    position: relative; 
    overflow: visible;  
}
.l-white-cards::after {
    content: "";
    position: absolute;
    top: -25px;       
    right: -25px;     
    width: 100px;     
    height: 100px;     
    border-radius: 50%;
     background: radial-gradient(
        circle at center,
        rgba(225, 224, 244, 0.9) 30%,  /* dark center */
        rgba(216, 213, 249, 0.6) 70%,  /* lighter edges */
        rgba(228, 226, 246, 0.3) 100%  /* very light fade */
    );
    z-index: 0;       
}
.l-white-cards > * {
    position: relative;
    z-index: 1;
}
.l-white-cards2 {
    position: relative; 
    overflow: visible;  
}
.l-white-cards2::after {
    content: "";
    position: absolute;
    top: -25px;       
    right: -25px;     
    width: 100px;     
    height: 100px;     
    border-radius: 50%;
    background: radial-gradient(
        circle at center,
        rgba(2, 3, 5, 0.12) 30%,   /* soft blue center */
        rgba(32, 133, 215, 0.08) 70%,   /* lighter blue */
        rgba(66, 165, 245, 0.04) 100%   /* very faint fade */
    );
    z-index: 0;
    pointer-events: none;
}
.l-white-cards2 > * {
    position: relative;
    z-index: 1;
}
.l-white-cards3 {
    position: relative; 
    overflow: visible;  
}
.l-white-cards3::after {
    content: "";
    position: absolute;
    top: -25px;       
    right: -25px;     
    width: 100px;     
    height: 100px;     
    border-radius: 50%;
    background: radial-gradient(
        circle at center,
        rgba(233, 30, 99, 0.12) 30%,   /* soft pink center */
        rgba(240, 98, 146, 0.08) 70%,  /* lighter pink */
        rgba(240, 98, 146, 0.04) 100%  /* very faint fade */
    );
    z-index: 0;
    pointer-events: none;
}
.l-white-cards3 > * {
    position: relative;
    z-index: 1;
}
.l-white-cards4 {
    position: relative; 
    overflow: visible;  
}
.l-white-cards4::after {
    content: "";
    position: absolute;
    top: -25px;       
    right: -25px;     
    width: 100px;     
    height: 100px;     
    border-radius: 50%;
    background: radial-gradient(
        circle at center,
        rgba(0, 137, 123, 0.12) 30%,    /* soft teal center */
        rgba(38, 166, 154, 0.08) 70%,   /* lighter teal */
        rgba(38, 166, 154, 0.04) 100%   /* very faint fade */
    );
    z-index: 0;
    pointer-events: none;
}

.l-white-cards4 > * {
    position: relative;
    z-index: 1;
}
.l-card-icon{
    width: 80px;
    height: 80px;
    min-width: 80px;
    
    background: linear-gradient(135deg, rgb(38, 28, 193) 0%, rgb(61, 46, 224) 100%);
    box-shadow: rgba(38, 28, 193, 0.25) 0px 8px 24px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;   
    margin: 0 auto;
}
.l-card-icon2{
    width: 80px;
    height: 80px;
    min-width: 80px; 
    
    background: linear-gradient(135deg, rgb(30, 136, 229) 0%, rgb(66, 165, 245) 100%);
    box-shadow: rgba(30, 136, 229, 0.25) 0px 8px 24px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;  
    margin: 0 auto;
}
.l-card-icon3{
    width: 80px;
    height: 80px;
    min-width: 80px; 
    
    background: linear-gradient(135deg, rgb(233, 30, 99) 0%, rgb(240, 98, 146) 100%);
    box-shadow: rgba(233, 30, 99, 0.25) 0px 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%;  
    margin: 0 auto;
}
.l-card-icon4{
    width: 80px;
    height: 80px;
    min-width: 80px;   
    
     background: linear-gradient(135deg, rgb(0, 137, 123) 0%, rgb(38, 166, 154) 100%);
    box-shadow: rgba(0, 137, 123, 0.25) 0px 8px 24px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 50%; 
    margin: 0 auto;
}
.l-card-icon i{
    color: var(--primary-color-white);
    font-size: 2rem;
}
.l-card-icon2 i{
    color: var(--primary-color-white);
    font-size: 2rem;
}
.l-card-icon3 i{
    color: var(--primary-color-white);
    font-size: 2rem;
}
.l-card-icon4 i{
    color: var(--primary-color-white);
    font-size: 2rem;
}
.l-top-text{
     position: absolute;
    top: 35px;
    right: 15px;
    background:rgb(255, 255, 255);
    border: 2px solid rgb(38, 28, 193);;
    color: rgb(38, 28, 193);;
    font-size: 1rem;
    font-family: var(--font);
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 700;
}
.l-top-text2{
     position: absolute;
    top: 35px;
    right: 15px;
    background:rgb(255, 255, 255);
    border: 2px solid rgb(30, 136, 229);
    color: rgb(30, 136, 229);
    font-size: 1rem;
    font-family: var(--font);
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 700;
}
.l-top-text3{
     position: absolute;
    top: 35px;
    right: 15px;
    background:rgb(255, 255, 255);
    border: 2px solid rgb(233, 30, 99);
    color: rgb(233, 30, 99);
    font-size: 1rem;
    font-family: var(--font);
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 700;
}
.l-top-text4{
     position: absolute;
    top: 35px;
    right: 15px;
    background:rgb(255, 255, 255);
    border: 2px solid rgb(0, 137, 123);
    color:rgb(0, 137, 123);
    font-size: 1rem;
    font-family: var(--font);
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 700;
}
.l-white-cards h4{
    color: var(--black-color);
    font-family: var(--font);
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 10px;
}
.l-white-cards2 h4{
    color: var(--black-color);
    font-family: var(--font);
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 10px;
}
.l-white-cards2:hover .l-anc2{
    color: var(--white);
}
.l-white-cards3:hover .l-anc3{
    color: var(--white);
}
.l-white-cards4:hover .l-anc4{
    color: var(--white);
}
.l-white-cards3 h4{
    color: var(--black-color);
    font-family: var(--font);
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 10px;
}
.l-white-cards4 h4{
    color: var(--black-color);
    font-family: var(--font);
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 10px;
}
.c-white-cards p{
    color: var(--lite-gray-text);
    font-family: var(--font);
    font-size: 0.9rem;
}
.l-anc{
    font-family: var(--font);
    text-decoration: none;
    color: var(--blue-color);
    font-weight: 600;
    text-transform: capitalize;
}
.l-anc2{
    font-family: var(--font);
    text-decoration: none;
     color: rgb(30, 136, 229);
    font-weight: 600;
    text-transform: capitalize;
}
.l-anc3{
    font-family: var(--font);
    text-decoration: none;
    color:rgb(233, 30, 99);
    font-weight: 600;
    text-transform: capitalize;
}
.l-anc4{
  font-family: var(--font);
    text-decoration: none;
    color: rgb(0, 137, 123);
    font-weight: 600;
    text-transform: capitalize;
}
.l-btn{
    background: var(--blue-color);
    border-radius: 30px;
    padding: 18px 50px;
    border: none;
    box-shadow: rgba(38, 28, 193, 0.3) 0px 4px 20px;
    text-transform: capitalize;
    color: var(--primary-color-white);
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 600;
    margin-top: 30px;
    text-decoration: none;
}
.l-time{
    padding: 50px 0px;
}
.l-time span{
    color: var(--blue-color);
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.l-time h3{
    color: var(--black-color);
    font-family: var(--font);
    font-size: 1.7rem;
    font-weight: 600;
}
.l-heading-time{
    text-align: center;
}
.countdown-section h2{
    font-size: 40px;
    margin-bottom: 40px;
}
.l-time-box{
    background: linear-gradient(135deg, rgb(38, 28, 193) 0%, rgb(61, 46, 224) 100%);   
    width: 67px;       
    height: 55px;    
   display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: rgba(38, 28, 193, 0.25) 0px 4px 15px;
    color:var(--primary-color-white);
    text-align: center;
    margin: 0 auto;
    padding-top: 7px;
}
.l-time-box h3{
    font-size: 32px;
    color: #fff;
}
.l-time-box p{
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
}
.l-colon{
    font-size: 30px;
    font-weight: bold;
}
.l-time-group P{
    color: var(--lite-gray-text);
    font-family: var(--font);
    font-size: 0.8rem;
}
.l-time-wrapper{
    display: flex;
    align-items: center; 
    justify-content: center;
    gap: 20px;
}
.l-time-group{
    text-align: center;
}
.l-colon{
    font-size: 40px;
    font-weight: bold;
    margin-top: -25px;
}
@media(min-width:768px){
    .l-bord::before,
.l-bord::after{
     width: 5%;
}
.l-nav-logo img{
    width: 10%;
}
}
@media(min-width:992px){
.l-bord::before,
.l-bord::after{
    content: "";
    height: 1px;
     width: 3%;
    background: var(--blue-color);
}
.l-cards h2{
    font-size: 3.3rem;
}
.l-heading-time span{
    text-align: left;
    padding-right: 305px;
}
.l-heading-time h3{
    text-align: left;
    padding-left: 130px;
    font-size: 2.6rem;
}
.l-time-wrapper{
    padding-left: 177px;
}
.l-time-wrapper i{
    color: var(--blue-color);
    font-size: 1.3rem;
}
.l-nav-logo img{
    width: 10%;
}
.l-logo2 img{
    width: 20%;
}
}
/* second page css resort  */
:root{
    --fent-white-color:color-mix(in oklab, #FFFDF6 95%, transparent);
    --text-black:oklch(27.8% 0.033 256.848);
    --lite-gray:oklch(87.2% 0.01 258.338);
    --gray-800:oklch(44.6% 0.03 256.802);
    --white:#fff;
    --gray-700:oklch(37.3% 0.034 259.733);
    --gray-500:oklch(55.1% 0.027 264.364);
}
.l-Exclusive {
    background: #fffdf6;
    padding: 50px 0px;
}
.l-image-card{
    position: relative;
    border-radius: 25px;
    /* overflow: hidden; */
}

.l-bed img {
    width: 100%;
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* Hover Effect */
.l-bed img:hover {
    transform: scale(1.08);
    filter: brightness(85%);
}
.l-image-card img{
    width: 100%;
    display: block;
    height: 250px;
    border-radius: 20px 20px 0px 0px;
}
.l-rating-badge{
    position: absolute;
    top: 30px;
    right: 20px;
    background: var(--blue-color);
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: 800;
    color: var(--white);
}
.l-Exclusive-card{
    background: var(--primary-color-white);
      box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
      border-radius: 25px 25px 25px 25px;
      margin: 30px 0px;
      padding-bottom: 50px;
}
.l-Exclusive-card:hover{
      box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.l-Exclusive-card h6{
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 700;
    font-size: 1.5rem;
}
.l-Exclusive-card p{
    font-family: var(--font);
    color: var(--gray-700);
    font-weight: 400;
    font-size: 1.1rem;
}
.l-Exclusive h2{
    font-family: var(--font);
    color: var(--text-black);
    font-size: 2.5rem;
    font-weight: 600;
    padding-left: 15px;
}
.l-Exclusive i{
    color: var(--blue-color);
    font-size: 2.1rem;
}
.l-excl i{
    font-size: 1.1rem;
    color: var(--blue-color);
}
.l-Exclusive a{
    background: var(--blue-color);
    border: none;
    border-radius: 15px;
    color: var(--white);
    font-family: var(--font);
    font-size: 1rem;
    padding: 10px 0px;
    padding-left: 16px;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
}
.l-Exclusive button i{
    color: var(--white);
}
.l-services{
    background: var(--white);
    padding: 20px 15px;
    text-align: center;
    margin: 20px 0px;
    border-radius: 20px;
          box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}
.l-servi{
    background: color-mix(in oklab, #261CC1 10%, transparent);
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
}
.l-servi i{
    color: var(--blue-color);
    font-size: 1.5rem;
}
.l-services h6{
    color: var(--text-black);
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 500;
    margin: 15px 0px;
}
.l-services:hover .l-servi{
    background: var(--blue-color);
}

.l-services:hover .l-servi i{
    color: var(--white);
}
.spn{
    color: var(--text-black);
    font-size: 2.3rem;
    font-weight: 700;
    font-family: var(--font);
}
.l-servii img{
    border-radius: 20px;
    margin: 50px 0px;
}
.l-servii{
    padding: 50px 0px;
}
.l-btn1{
    background: var(--blue-color);
    color: var(--white);
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    border-radius: 30px;
    padding: 10px 20px;
    border: none;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex;
}
.l-btn1 button i{
    font-size: 1.4rem;
}
.l-btn2 a{
    text-decoration: none;
    background:none;
    border: 2px solid var(--blue-color);
    color: var(--blue-color);
    font-family: var(--font);
    width: 100%;
    border-radius: 30px;
    padding: 10px 25px;
}
.l-btn2{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.l-btn2 button i{
    color: var(--blue-color);
    font-size: 1.4rem;
}
.l-images h5{
    font-family: var(--font);
    font-size: 1.9rem;
    font-weight: 600;
    color: var(--text-black);
}
.l-images{
    padding: 50px 0px;
}

.l-gallery-img{
    height: 250px;    
    overflow: hidden;
    border-radius: 17px;
    position: relative;   
    border-radius: 20px;  
    margin: 15px 0px;  
}

.l-gallery-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;  
    display: block;        
    transition: transform 0.4s ease;
}

.l-gallery-img:hover img{
    transform: scale(1.08); 
}
.l-aminiti p{
    width: 60%;
}

.l-review-sec{
    background:  color-mix(in oklab, #261CC1 5%, transparent);
    padding: 100px 0px;
}
.l-review{
    background: var(--white);
    padding: 20px 30px ;
    margin: 20px 0px;
    border-radius: 20px;
     box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}
.l-review:hover{
        box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.l-review-sec h6{
    font-family: var(--font);
    color: var(--text-black);
    font-size: 2rem;
    font-weight: 600;
}
.l-review i{
    color: orange;
    margin: 0px 3px;
    font-size: 1.1rem;
}
.l-review p{
    color: var(--gray-700);
    font-family: var(--font);
    font-size: 1rem;
    margin: 10px 0px;
}
.l-review span{
    color: var(--text-black);
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 600;
}
/* responsive carosol  */
.l-resort-card{
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,0.1);
}
.l-card-img-wrapper{
  position:relative;
}
.l-popular-badge{
  position:absolute;
  top:15px;
  right:15px;
  background:white;
  color:var(--primary-color-white);
  padding:15px 15px;
  border-radius:17px;
  font-size:1rem;
}
.l-popular-badge h6{
    font-family: var(--font);
    color:  oklch(21% 0.034 264.665);
    font-size: 0.9rem;
}
.l-popular-badge p{
    color: oklch(44.6% 0.03 256.802);
    margin-bottom: 0px;
    font-size: 0.9rem;
}
.l-rate-badge{
  position:absolute;
  bottom:15px;
  left:15px;
  background:var(--primary-color-white);
  height: 100px;
  border-radius:10px;
  font-family: var(--font);
  top: 330px;
  padding: 15px 25px;
}
.l-heart{
    background:oklch(94.8% 0.028 342.258) ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin-right: 10px;
}
.l-heart i{
    color:  oklch(59.2% 0.249 0.584);
}
.l-rate-badge h5{
    font-size: 0.7rem;
    color: oklch(44.6% 0.03 256.802);
}
.l-rate-badge p{
    color: oklch(44.6% 0.03 256.802);
    margin-bottom: 0px;
    font-size: 0.7rem;
}
.l-rate-badge h4{
    font-size: 1.4rem;
    color: oklch(59.2% 0.249 0.584);
}
.carousel-indicators button{
  width:8px;
  height:8px;
  border-radius:50%;
}
.resort-owl{
    position: relative;
}
.l-card-img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;  
  display: block;
}
.carousel-indicators{
  justify-content:center;
  margin-bottom:0;
}
.carousel-indicators [data-bs-target]{
  width:8px !important;
  height:8px !important;
  border-radius:50% !important;
  background-color:var(--blue-color) !important;  
  opacity:0.4 !important;
  border:none !important;
}
.carousel-indicators .active{
  opacity:1 !important;
}
.c-carousel-control-prev,
.c-carousel-control-next{
     filter: brightness(0) invert(1); 
  width: 5%;
}
.resort-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.l-card-img-wrapper {
  position: relative;
  height: 450px; 
  overflow: hidden;
}
.l-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.l-resort-bord {
  border: 1px solid rgb(229, 229, 229);
}
.owl-carousel,
.owl-stage-outer {
  overflow: visible !important;
}
.l-owl-theme .owl-nav button.owl-prev,
.l-owl-theme .owl-nav button.owl-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: oklch(59.2% 0.249 0.584);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-owl-theme .owl-nav .owl-prev{
  left: -11px;
}

.l-owl-theme .owl-nav .owl-next{
  right: -11px;
}
.l-owl-theme .owl-nav{
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  z-index: 10;
}
.owl-nav button span {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: bold;
  line-height: 45px;
  padding-bottom: 6px;
}
.l-cop{
    background: oklch(94.8% 0.028 342.258);
    width: 90%;
    border-radius: 30px;
    padding: 5px 10px;
}
.l-cop-p{
    color: oklch(59.2% 0.249 0.584);
    font-family: var(--font);
    font-size: 1rem;
    margin-bottom: 0px;
}
.l-couple-sec h3{
    color: white;
    font-family: var(--font);
    font-size: 2rem;
    text-transform: capitalize;
    font-weight: 600;
    padding: 30px 0px;
}
.l-couple-sec p{
    font-family: var(--font);
    color: var(--gray-500);
}
.l-cop-icon{
    background: oklch(94.8% 0.028 342.258);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 5px 10px;
    height: 40px;
    margin-right: 10px;
}
.l-cop-icon i{
    color:oklch(59.2% 0.249 0.584); 
    font-size: 1.1rem;
}
.l-couple-facility h4{
    font-family: var(--font);
    font-size: 1.1rem;
    color: white;
}
.l-couple-facility p{
    font-family: var(--font);
    font-size: 0.8rem;
    color: var(--gray-500);
}
.l-couple-btns button{
    font-family: var(--font);
}
.l-copl-btn{
    background:oklch(59.2% 0.249 0.584) ;
    color: white;
    border-radius: 30px;
    padding: 10px 20px;
    width: 100%;
    border: none;
}
.l-copl-btn2{
    border: 1px solid oklch(87.2% 0.01 258.338);
    padding: 10px 20px;
    width: 100%;
    color: oklch(59.2% 0.249 0.584);
    background: none;
    border-radius: 30px;
    margin: 20px 0px;
}
.l-cupl{
    background:oklch(0.145 0 0);
}
.c-cupl-img img{
    width: 30px;
    height: 30px;
}

@media(min-width:576px){
    .l-servi{
        width: 25%;
    }
    .l-btn1{
        width: 100%;
    }
    .l-cop{
    width: 50%;
}
}
@media(min-width:768px){
    .l-cop{
    width: 35%;
}
    .l-servi{
        width: 50%;
    }
    .l-copl-btn{
    width: 35%;
   height: 50px;
   margin-top: 20px;
}
.l-copl-btn2{
    width: 25%;
}
}
@media(min-width:992px){
       .l-cop{
    width: 55%;
}
     .l-copl-btn{
    width: 55%;
   height: 50px;
   margin-top: 20px;
}
.l-copl-btn2{
    width: 35%;
}
.l-couple-sec h3{
    font-size: 2.5rem;
}
.l-card-img-wrapper {
  height: 510px;
}
.l-btn1{
    width: 50%;
      margin: 0px 15px;
}
.l-b1{
    margin: 0px;
}
}
@media(min-width:1200px){
      .l-cop{
    width: 35%;
    padding: 10px 10px;
}
        .l-copl-btn{
    width: 45%;
   height: 50px;
   margin-top: 20px;
}
.l-rate-badge{
  top: 390px;
}
.l-copl-btn2{
    width: 35%;
}
    .l-servi{
        width: 24%;
    }
    .l-services{
        width: 90%;
    }
    .l-srvi{
        padding-top: 98px;
    }
    .l-btn1 button{
        width: 100%;
    }
    .l-btns button{
    width: 60%;
}
.l-btn2 button{
    width: 100%;
}
.l-btn2 {
    width: 30%;
}
.l-btn1{
    height: 50px;
    width: 30%;
}
.l-btn2 button{
    padding: 8px 10px;
    border-radius: 10px;
}
}



/* contact page css  */
.l-contact-section{
    background: linear-gradient(135deg, rgb(255, 253, 246) 0%, rgb(248, 246, 237) 100%);
    padding: 50px 0px;
}
.l-brd{
  width: 45px;
  height: 5px;
  background: #000;
}
.l-cc span{
    color:var(--blue-color);
    font-size: 1.2rem;
    font-family: var(--font);
    text-transform: uppercase;
}
.l-con-sec h2{
    color: var(--black-color);
    font-family: var(--font);
    font-size:1.7rem ;
    text-transform: capitalize;
}
.l-con-sec span{
    color: var(--blue-color);
    font-family: var(--font);
}
.l-connect-section{
  padding:60px 0;
}
.l-contact-card{
    background: var(--white);
    padding: 30px 20px;
    border-radius: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}
.l-contact-card h6{
    color: black;
    font-weight: 700;
    font-family: var(--font);
    font-size: 1rem;
}
.l-contact-card p{
    color: var(--gray-700);
    font-family: var(--font);
}
.l-connect-wrapper{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.l-connect-title{
  color:#000;
  font-size:34px;
  font-weight:600;
  margin:0;
  padding-bottom: 25px;
  font-family: var(--font);
}
.l-connect-title span{
  color:blue;
}
.l-connect-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:8px 8px 8px 22px;
  background: var(--blue-color);
  border-radius:50px;
  text-decoration:none;
  transition:all 0.3s ease;
  font-family: var(--font);
}
.l-btn-text{
  color:var(--white);
  font-weight:600;
  font-size: 1rem;
}
.l-icon-circle{
  width:42px;
  height:42px;
  background:var(--green);
  color:var(--white);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform 0.3s ease;
}
.l-connect-btn:hover .l-icon-circle{
  transform:translateX(6px);
}
@media(min-width:992px){
    .l-custom-input{
        width: 80%;
    }
    .l-contact-card{
    margin-top: 0px;
}
}

@media(min-width:992px){
.bed img{
    height: 555px;
}
}
/* food arreangemt sec  */
.l-food {
  background: url("../images/background/49231-thumb-720-2.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  padding: 100px 0;
  text-align: center;
  font-family: var(--font)
}
.l-food h3{
    color: var(--primary-color-white);
    font-size: 2.5rem;
    font-weight: 900;
    padding-bottom: 50px;
}
.l-food h2{
    color: var(--white);
    margin: 20px 0px;
}
/* child and extra bed  */
.l-bed{
    padding: 90px 0px;
    font-family: var(--font);
}
.l-bed h4{
color: var(--text-black);
font-size: 1.7rem;
font-weight: 700;
margin-bottom: 40px;
}
.l-bed p{
    color: var(--gray-800);
}
.l-chair{
    background: color-mix(in oklab, #261CC1 10%, transparent);
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
}
.l-chair i{
    font-size: 1.5rem;
}
.l-b3{
    width: 100%;
}
@media(min-width:576px){
    .l-chair{
  width: 50%;
  height: 50px;
}

}

@media(min-width:768px){
.l-b1{
    width: 50%;
}
.l-b2{
    width: 50%;
    margin: 30px 10px;
}
.l-b3{
    width: 50%;
}
}
@media(min-width:992px){
    
   .l-chair{
  width: 25%;
  height: 50px;
}
}
.l-rules {
background: color-mix(in oklab, #261CC1 5%, transparent);
font-family: var(--font);
}

.title-anim {
    animation: fadeDown 1s ease;
}
.rule-card {
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.rule-card img {
    width: 55px;
    padding: 10px;
    border-radius: 12px;
    background: rgba(255,255,255,0.2);
    transition: 0.4s;
}

.rule-card p {
    margin: 0;
    font-size: 15px;
    color: var(--text-black);
    width: 70%;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* about us page css  */
.l-whychos{
    font-family: var(--font);
    padding: 50px 0px;
    background: oklab(39.6061% .0029718 -.234457/.05);
}
.l-whychos h3{
    font-size: 2rem;
    font-weight: 600;
}
.l-whychos h5{
   padding-top: 10px;
}
.l-crd-resto{
    background: var(--white);
    padding: 20px 20px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    margin: 20px 0px;
    border-radius: 20px;
}
.l-servi-icon{
    background: color-mix(in oklab, #261CC1 10%, transparent);
  width: 30%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
}
.l-servi-icon i{
    color: var(--blue-color);
    font-size: 1.5rem;
}
.l-job-ic{
    background: var(--blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.l-job-ic i{
    color: var(--white);
}
.l-job{
    background: oklab(39.6061% .0029718 -.234457/.05);
    border-radius: 30px;
    padding: 10px 10px;
    width: 80%;
    margin: 8px 0px;
}
.l-job span{
    padding-left: 10px;
    color: var(--text-black);
    font-family: var(--font);
}
.l-job-poi{
    padding: 50px 0px;
    background: var(--white);
    font-family: var(--font);
}
.l-job-poi h4{
    font-size: 1.5rem;
}
.l-whatsapp{
    text-decoration: none;
    background: var(--blue-color);
    color: var(--white);
    font-family: var(--font);
    padding: 5px 10px;
}
.l-chat{
    font-family: var(--font);
    padding: 50px 0px;
}
.l-v-m{
    background: #FFFDF6;
    padding: 50px 0px;
    font-family: var(--font);
}
.l-v-m h6{
    font-size: 1.5rem;
    color: var(--text-black);
}
.l-v-m p{
   color: var(--text-black);
}
.l-crd-resto:hover .l-servi-icon{
    background: var(--blue-color);
}

.l-crd-resto:hover .l-servi-icon i{
    color: var(--white);
}
@media(min-width:768px){
    .l-job{
    width: 100%;
}
.l-whatsapp{
    padding: 15px 15px;
}
.l-chat h6{
    font-size:1.3rem;
}
}
@media(min-width:992px){
    .l-job{
    width: 80%;
    margin: 15px 0px;
}
.l-chat h6{
    font-size:2rem;
}
.l-chat{
    padding: 100px 0px;
}
.l-job-poi h4{
    font-size: 2.5rem;
    padding-bottom: 40px;
}
.l-v-m h6{
    font-size: 2.2rem;
}
.sec{
    padding-bottom: 40px;
}
.l-ser{
    padding: 30px 0px;
}
.l-ser span{
    font-size:2rem;
}
.l-b1{
    width: 20%;
}
.l-b2{
    width: 20%;
}
.l-b3{
    width: 20%;
}
}
.sec{
    padding-top: 140px;
}

/* about us page our team  */
.l-abtUs-ourteam{
    font-family: var(--font);
    background: var(--cream-back-color);
    padding: 80px 0px;
}
.l-abtUs-ourteam h5{
    color: var(--black-color);
    font-size: 2.5rem;
    font-weight: 700;
}
.l-abtUs-ourteam h3{
    margin-bottom: 0px;
    font-size: 1.5rem;
    color: var(--text-black);
    font-weight: 600;
    padding: 10px 0px;
}
.l-abtUs-ourteam span{
    color: var(--lite-gray-text);
}
.l-p{
    color: var(--lite-gray-text);
}
.l-our-img1 img{
    /* border-radius: 50%; */
    height: 300px;
    object-fit: cover;
    width: 100%;
}
@media(min-width:992px){
    .l-ourteam p{
        width: 60%;
        margin: 0 auto;
    }
}
.team-img {
    width: 190px;
    height: 190px;
    object-fit: cover;  
    border-radius: 50%; 
    margin: 0 auto 15px;
    display: block;
    border: 4px solid #f1f1f1;
}

.team-card h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font);
}

.team-card span {
    color: var(--lite-gray-text);
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    font-family: var(--font);
}

.team-card p {
    font-size: 14px;
    color: var(--gray-500);
    font-family: var(--font);
}