: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%);
    --nav-and-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);
}
.c-nav{
    background:var(--nav-and-footer-heading-color);
    padding: 20px 0px;
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.c-stack{
    background: var(--blue-color);
    padding: 2px 8px;
    border-radius: 10px;
}
.c-stack i{
    color: var(--primary-color-white);
    font-size: 1.4rem;
}
.c-nav h1{
    color: var(--blue-color);
    font-family: var(--font);
    font-size: 1.4rem;
    font-weight: 700;
}
.c-head{
    font-family: var(--font);
}
.c-menu-btn button{
    border: none;
}
.c-menu-btn span i{
    color: var(--blue-color);
    font-size: 2rem;
}
.c-menu li a{
    text-decoration: none;
    color: var(--black-color);
    font-weight: 500;
    font-family: var(--font);
    font-size: 1rem;
}
.c-menu .nav-link {
    transition: all 0.3s ease;
}
.c-menu .nav-link:hover {
    transform: translateX(6px);
}
 .c-whap{
    background: var(--blue-color);
    border-radius: 50px;
    margin: 0 auto;
    width: fit-content;              
}
.c-whap a{
    display: flex;                   
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 58px;             
    color: var(--primary-color-white);
    text-decoration: none;
    font-weight: 500;
}
.c-whap i{
    font-size: 1.1rem;
}
.c-foot{
    background: var(--footer-background-color);
    padding: 55px 0px;
    padding-left: 10px;
}
.c-foot h6{
    color: var(--nav-and-footer-heading-color);
    font-family: var(--font);
    font-size: 1.5rem;
    font-weight: 700;
}
.c-foot-p p{
    color: var(--footer-text-color);
    font-family: var(--font);
    font-size: 0.9rem;
    width: 95%;
    padding-top: 10px;
}
.c-send{
    background: var(--green);
    border-radius: 30px;
    padding: 8px 15px;
}
.c-send i{
    color: var(--primary-color-white);
    font-size: 1.3rem;
}
.c-foot-enq span{
    color: var(--green);
    font-family: var(--font);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
}
.c-foot-enq p{
    color: var(--primary-color-white);
    font-family: var(--font);
    font-weight: 600;
}
.c-p{
    color: var(--footer-text-color);
    font-family: var(--font);
}
.c-foot-box{
    background: var(--footer-box-back-color);
    border: 1px solid rgba(37, 211, 102, 0.3);
    border-radius: 20px;
}
.c-foot-box{
    background: var(--footer-box-back-color);
    border: 1px solid rgba(37, 211, 102, 0.3);
    border-radius: 20px;
}
.c-foot-link{
    text-decoration: none;
}
.c-send{
    display:flex;
    align-items:center;
    justify-content:center;
}
.c-foot-links li{
    list-style: none;
    margin: 13px 0px;
}
.c-foot-links li a{
    text-decoration: none;
    color: var(--footer-text-color);
    font-family: var(--font);
    font-size: 1rem;
}
.c-foot-links h5{
    color: var(--primary-color-white);
    font-weight: 500;
    font-family: var(--font);
}
.c-foot-links span{
    color: var(--footer-text-color);
    font-family: var(--font);
    font-size: 0.9rem;
}
.c-foot-links i{
    color: var(--footer-text-color);
    font-size: 1.2rem;
}
.c-last-line p i{
    color: rgb(255, 107, 107);;
}
.c-last-line p{
    color: rgba(255, 253, 246, 0.6);
    text-align: center;
    width: 95%;
}
.c-icon{
    background: rgba(255, 253, 246, 0.1);
    border-radius: 30px;
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 253, 246, 0.2);
    transition: all 0.3s ease;
}
.c-icon2{
    background: rgba(255, 253, 246, 0.1);
    border-radius: 30px;
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 253, 246, 0.2);
      transition: all 0.3s ease;
}
.c-icon3{
    background: rgba(255, 253, 246, 0.1);
    border-radius: 30px;
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 253, 246, 0.2);
    transition: all 0.3s ease;
}
.c-icon4{
    background: rgba(255, 253, 246, 0.1);
    border-radius: 30px;
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 253, 246, 0.2);
    transition: all 0.3s ease;
}
.c-icon i{
    color: var(--primary-color-white);
    font-size: 1.2rem;
}
.c-icon2 i{
    color: var(--primary-color-white);
    font-size: 1.2rem;
}
.c-icon3 i{
    color: var(--primary-color-white);
    font-size: 1.2rem;
}
.c-icon4 i{
    color: var(--primary-color-white);
    font-size: 1.2rem;
}
.c-border{
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 253, 246, 0.2) 50%, transparent 100%);;
}
.c-foot-links ul li a:hover{
    color: var(--white);
}
.c-icon:hover{
    background: radial-gradient( circle at center, rgba(225, 224, 244, 0.9) 30%, rgba(216, 213, 249, 0.6) 70%, rgba(228, 226, 246, 0.3) 100% );
    transform: translateY(-3px);
}
.c-icon2:hover{
    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%);
    transform: translateY(-3px);
}
.c-icon3:hover{
    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%);
    transform: translateY(-3px);
}
.c-icon4:hover{
   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%);
    transform: translateY(-3px);
}
.c-foot-links ul li a:hover{
    transform: translateX(6px);
} 
.c-head{
    padding-top: 80px;
}
.c-hero-slide{
    height: 710px;
    background-size: cover;
    background-position: center;
    position: relative;
}
/* Background Images */
.c-hero-1{ background-image: url("../images/background/BWR outside night view.jpeg"); }
.c-hero-2{ background-image: url("../images/background/SHR outside.jpeg"); }
.c-hero-3{ background-image: url("../images/background/SLBR\ outside\ dinning2.jpeg"); }
.c-hero-4{ background-image: url("../images/background/BBR\ dinning\ view.jpeg"); }
.c-hero-slide::before{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(0,0,0,0.45);
    background-size: 100% 100%;
}
.c-hero-slide .container{
    position:relative;
    z-index:2;
}
.c-hero-title{
    font-size: 3rem;
    font-weight: 700;
}
.c-hero-location{
    font-size: 1.2rem;
    opacity: 0.9;
}
.c-offer-badge{
    border: var(--border);
    background: var(--background-color-hero);
    padding:10px 25px;
    border-radius:50px;
    display:inline-block;
    color: var(--primary-color-white);
    font-family: var(--font);
    font-size: 0.8rem;
}
.c-price-box{
    background:var(--blue-color);
    padding:20px 30px;
    border-radius:20px;
    display:inline-block;
}
.c-price-box h2{
    margin:0;
    font-size:2rem;
    font-weight:700;
}
.c-hero-btn{
    display:inline-block;
    padding:14px 40px;
    background:var(--blue-color);
    color:var(--primary-color-white);
    text-decoration:none;
    border-radius:50px;
    font-family: var(--font);
}
.c-hero-btn-whats{
    display:inline-block;
    padding:14px 40px;
    background:rgb(37, 211, 102);
    color:var(--primary-color-white);
    font-weight: 700;
    font-family: var(--font);
    text-decoration:none;
    border-radius:10px;
}
.c-hero-btn:hover{
    background:var(--blue-color);
}
.custom-arrow{
    width:55px;
    height:55px;
    background:var(--primary-color-white);
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
    opacity:1;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}
.carousel-control-prev{
    left:30px;
}
.carousel-control-next{
    right:30px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    filter:invert(1);
}
.c-hero-btn:hover,
.c-hero-btn-whats:hover{
        transform: perspective(600px) rotateX(8deg) translateY(-4px);
}
.c-border2{
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, transparent 0%, rgb(38, 28, 193) 50%, transparent 100%);
    margin-top: 70px;
}
.c-cardss{
    background: var(--primary-color-white);
    border-radius: 20px;
    border: 1px solid rgba(38, 28, 193, 0.1);
    padding: 24px 19px;
    margin: 20px 0px;
    overflow: visible;
}
.c-cardss::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 110px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(
        circle at center,
        rgba(175, 170, 240, 0.12) 30%,   
        rgba(61, 46, 224, 0.08) 70%,  
        rgba(61, 46, 224, 0.04) 100%   
    );

    transform: translate(40%, -40%);
    pointer-events: none;
    z-index: 0;
}
.c-bor{
    width: 100%;
    background: linear-gradient(90deg, rgb(38, 28, 193) 0%, transparent 100%);
    height: 1px;
    margin: 20px 0px;
}
.c-cardss h5{
    font-weight: 900;
    font-size: 3rem;
    font-family: var(--font);
    color: var(--blue-color);
}
.c-cardss span{
    font-family: var(--font);
    color: var(--blue-color);
    font-size: 1.3rem;
    font-weight: 700;
}
.c-cardss h6{
    color: var(--black-color);
    font-family: var(--font);
    font-size: 1.2rem;
    font-weight: 600;
}
.c-cardss p{
    font-family: var(--font);
    color: var(--lite-gray-text);
    font-size: 0.9rem;
}
.c-cardss {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.c-cardss:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.c-cardss::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;           
    width: 0;                   
    background: var(--blue-color); 
    transition: width 0.5s ease; 
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.c-cardss:hover::before {
    width: 100%;
}
.c-cardss button{
    border: none;
    border: 1px dashed blue;
    color: rgb(38, 28, 193);
    font-weight: 700;
    font-size: 0.8rem;
    border-radius: 10px;
}
.c-comb{
    background: linear-gradient(135deg, rgb(255, 253, 246) 0%, rgb(248, 246, 237) 100%);
    padding: 50px 0px;
}
.c-pp{
    color: var(--lite-gray-text);
    font-family: var(--font);
    font-size: 0.9rem;
    text-align: center;
}
.c-carosol-img{
    background:var(--after-hero-back-color);
    padding: 50px 0px;
}
.c-carosol-img span{
    color: var(--blue-color);
    text-transform: uppercase;
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.c-carosol-img h2{
    color: var(--black-color);
    font-family: var(--font);
    font-size: 1.9rem;
    font-weight: 700;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}
.c-carosol-img p{
    color: var(--lite-gray-text);
    font-family: var(--font);
    font-size: 1rem;
    padding-top: 10px;
}
.resort-card{
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,0.1);
}
.card-img-wrapper{
  position:relative;
}
.popular-badge{
  position:absolute;
  top:15px;
  right:15px;
  background:var(--blue-color);
  color:var(--primary-color-white);
  padding:6px 15px;
  border-radius:20px;
  font-size:1rem;
  font-weight: 700;
}

.rating-badge{
  position:absolute;
  bottom:15px;
  left:15px;
  background:var(--primary-color-white);
  padding:5px 12px;
  border-radius:20px;
  font-weight:600;
  font-family: var(--font);
}
.carousel-indicators button{
  width:8px;
  height:8px;
  border-radius:50%;
}
.c-call{
    background: var(--blue-color);
    border: none;
    border-radius: 10px;
    color: var(--primary-color-white);
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 15px;
}
.c-whats{
    background: var(--green);
    border: none;
    border-radius: 10px;
    color: var(--primary-color-white);
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 15px;
}
.card-body span{
    color: var(--lite-gray-text);
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 400;
}
.card-body h4{
    color: var(--blue-color);
    font-family: var(--font);
    font-size: 2.5rem;
    font-weight: 800;
}
.c-resort-bord{
    border: 1px solid rgb(229, 229, 229);
}
.card-body h2{
    color: var(--black-color);
    font-family:var(--font);
    font-size: 1.5rem;
    font-weight: 700;
}
.card-body p{
    font-family: var(--font);
    color: var(--lite-gray-text);
    font-size: 0.9rem;
}
.card-img-wrapper{
  height: 250px;       
  overflow: hidden;
}
.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);
}
.card-img-wrapper {
  position: relative;
  height: 250px; 
  overflow: hidden;
}
.card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.popular-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--blue-color);
  color: var(--primary-color-white);
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: 700;
}
.rating-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: var(--primary-color-white);
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-family: var(--font);
}
.card-body h2 {
  color: var(--black-color);
  font-family: var(--font);
  font-size: 1.5rem;
  font-weight: 700;
}
.card-body p {
  font-family: var(--font);
  color: var(--lite-gray-text);
  font-size: 0.9rem;
}
.card-body h4 {
  color: var(--blue-color);
  font-family: var(--font);
  font-size: 2.5rem;
  font-weight: 800;
}
.card-body span {
  color: var(--lite-gray-text);
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 400;
}
.c-resort-bord {
  border: 1px solid rgb(229, 229, 229);
}
.c-call, .c-whats {
  border: none;
  border-radius: 10px;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 15px;
  color: var(--primary-color-white);
}
.c-call1 {
  background: var(--blue-color);
  border: none;
  padding: 10px 15px;
  color: var(--white);
  font-size: 1rem;
  border-radius: 10px;
  text-decoration: none;
  font-family: var(--font);
}
.c-whats {
  background: var(--green);
  text-decoration: none;
}
.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  width: 45px;
  height: 45px;          
  border-radius: 50% !important;
  background: var(--blue-color) !important;
  border: none !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.owl-nav .owl-prev {
  left: -10px;
}
.owl-nav .owl-next {
  right: -10px;
}
.owl-nav button span {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: bold;
  line-height: 45px;
}
@media(min-width:768px){
    .c-last-line p{
        text-align: left;
        width: 70%;
    }
    .c-foot h4{
        font-family: var(--font);
        color: var(--footer-text-color);
        font-weight: 400;
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .c-menu .nav-link {
        position: relative;
        transform: none;   
        transition: all 0.3s ease;
        margin: 0px 17px;
    }
    .c-menu .nav-link:hover {      
        transform: none;      
    }
    .c-menu .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        background-color: var(--blue-color);
        transition: width 0.3s ease;
    }
    .c-menu .nav-link:hover::after {
        width: 100%;
    }
    .c-hero-title{
        font-size: 4.1rem;
        font-weight: 900;
        width: 50%;
    }
    .c-carosol-img h2{
    font-size: 2.8rem;
}
.c-carosol-img {
    padding-top: 100px;
}
.c-carosol{
    padding-bottom: 100px;
}
}
@media(min-width:1200px){
    .c-whap a{
    padding: 9px 19px;             
}
}
/* second page css  */
: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);
}

 .c-herosec{
    background: 
        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
        url("../images/background/SHR outside.jpeg");

    background-size: 100% 100%;        
    background-position: center;
    background-repeat: no-repeat;

    width: 100%;
    height: 630px;
     padding: 130px 0px;
}
 .c-hro{
    background: 
        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
        url("../images/background/SLBR\ outside\ dinning2.jpeg");

    background-size: 100% 100%;        
    background-position: center;
    background-repeat: no-repeat;

    width: 100%;
    height: 630px;
     padding: 130px 0px;
}
 .c-bluebird-hero{
    background: 
        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
        url("../images/background/BBR\ dinning\ view.jpeg");

    background-size: 100% 100%;        
    background-position: center;
    background-repeat: no-repeat;

    width: 100%;
    height: 630px;
     padding: 130px 0px;
}
 .c-aboutus-hero{
    background: 
        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
        url("../images/background/IMG_6952.JPG.jpeg");

    background-size: 100% 100%;        
    background-position: center;
    background-repeat: no-repeat;

    width: 100%;
    height: 450px;
    padding: 120px 0px;
}
 .c-hero{
    background: 
        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
        url("../images/background/BWR\ outside\ night\ view.jpeg");
    background-size: 100% 100%;        
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
     height: 630px;
    padding: 130px 0px;
}
.c-hero-sec{
    background: var(--fent-white-color);
    border-radius: 40px;
    padding: 7px 20px;
    font-family: var(--font);
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--text-black);
}
.c-hero-sec i{
    color: var(--blue-color);
}
.c-herosec h1{
    font-family: var(--font);
    font-weight:800 ;
    font-size: 2.4rem;
    padding: 20px 0px;
    color: #fff;
}
.c-bluebird-hero h1{
    font-family: var(--font);
    font-weight:800 ;
    font-size: 2.4rem;
    padding: 20px 0px;
    color: #fff;
}
.c-hro h1{
    font-family: var(--font);
    font-weight:800 ;
    font-size: 2.4rem;
    padding: 20px 0px;
    color: #fff;
}
.c-aboutus-hero h1{
    font-family: var(--font);
    font-weight:800 ;
    font-size: 2.4rem;
    padding-top: 150px;
    color: #fff;
}
.c-hero h1{
    font-family: var(--font);
    font-weight:800 ;
    font-size: 2.4rem;
    padding: 20px 0px;
    color: #fff;
}
.c-hero-sec2 span{
    color: var(--lite-gray);
    font-family: var(--font);
    font-size: 1rem;
}
.old-price{
    text-decoration: line-through;
    color: var(--lite-gray);
    font-size: 3rem;
    opacity: 9;
}
.c-herosec h2{
    font-family: var(--font);
    color: var(--white);
    font-size: 2.2rem;
    font-weight: 700;
}
.c-hero h2{
    font-family: var(--font);
    color: var(--white);
    font-size: 2.2rem;
    font-weight: 700;
}
.c-bluebird-hero h2{
    font-family: var(--font);
    color: var(--white);
    font-size: 2.2rem;
    font-weight: 700;
}
.c-aboutus-hero h2{
    font-family: var(--font);
    color: var(--white);
    font-size: 2.2rem;
    font-weight: 700;
}
.c-hro h2{
    font-family: var(--font);
    color: var(--white);
    font-size: 2.2rem;
    font-weight: 700;
}
.c-hero-sec2 p{
    font-family: var(--font);
    color: var(--white);
    font-size: 1rem;
}
.c-blu-sec{
    background: var(--blue-color);
    font-family: var(--font);
    border-radius: 30px;
    color: var(--white);
    padding: 12px 9px;
    font-size: 1rem;
    font-weight:600;
}
.c-hero-sec3{
    background: var(--blue-color);
    font-family: var(--font);
    color: var(--white);
    font-size: 1rem;
    margin:30px 0px;
    border-radius: 10px;
    width: 100%;
    padding: 15px 10px;
    font-weight: 700;
}
.c-hero-sec4{
    background: var(--green);
    font-family: var(--font);
    color: var(--white);
    font-size: 1rem;
    margin:30px 0px;
    border-radius: 10px;
    padding: 15px 10px;
    width: 100%;
    font-weight: 700;
}
.c-white-sec{
    background: var(--white);
    padding: 30px 0px;
}
.c-white-sec a{
    text-decoration: none;
    color: var(--text-black);
    font-family: var(--font);
}
.c-white1 i{
    color: orange;
}
.c-white1 h3{
    font-family: var(--font);
    color: var(--text-black);
    font-weight: 600;
}
.c-white1 span{
    color: var(--gray-800);
    font-family: var(--font);
    font-weight: 500;
}
.c-white2 p{
    color: var(--gray-700);
    font-family: var(--font);
}
.c-white3 button{
    background: none;
    border: none;
    color: var(--blue-color);
    font-family: var(--font);
    font-weight: 500;
}
.c-white3{
    text-align: center;
}
.c-second-sec{
    background: #FFFDF6;
    padding: 80px 0px;
}
.c-second-sec h4{
    font-family: var(--font);
    font-size: 1.8rem;
    padding-bottom: 20px;
    color: var(--text-black);
    font-weight: 600;
}
.c-second-sec p{
    color: var(--gray-700);
    font-family: var(--font);
    font-size: 1.1rem;
}
.c-sec-white{
    background: #fff;
    padding: 50px 0px;
    border-radius: 25px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
    margin-bottom: 50px;
}
.c-sec-white h4{
    color: var(--text-black);
    font-family: var(--font);
    font-size: 1rem;
}
.c-location p{
    color: var(--gray-700);
    font-family: var(--font);
    font-size: 1rem;
}
.c-location i{
    color: var(--blue-color);
}
.c-sec-white span{
    color: var(--gray-500);
    font-family: var(--font);
    font-size: 1rem;
    text-transform: uppercase;
}
.c-sec-white h5{
    color: var(--text-black);
    font-weight: 600;
    font-family: var(--font);
    font-size: 1.5rem;
}
.c-ico{
    background: color-mix(in oklab, #261CC1 10%, transparent);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100px;
}
.c-sec-white h6{
    color: var(--text-black);
    font-family: var(--font);
    font-size: 1.2rem;
}
.c-p p{
    font-family: var(--font);
    color: var(--gray-700);
    font-size: 1rem;
}
.c-bord{
    border: 1px solid oklch(96.7% 0.003 264.542);
    margin-bottom: 20px;
    width: 95%;
}
.c-image-card{
    position: relative;
    border-radius: 25px;
    /* overflow: hidden; */
}
.c-image-card img{
    width: 100%;
    display: block;
    height: 450px;
    border-radius: 20px 20px 0px 0px;
}

.c-rating-badge{
    position: absolute;
    top: 30px;
    right: 20px;
    background: white;
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: 700;
    color: var(--text-black);
}
.c-detail{
    background: var(--primary-color-white);
      box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
      margin-bottom: 50px;
      border-radius: 0px 0px 20px 20px;
}
.c-detail h6{
    font-family: var(--font);
    color: var(--text-black);
    font-size: 1.7rem;
    font-weight: 700;
}
.c-detail h2{
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font);
}
.c-detail p{
    color: var(--gray-700);
    font-family: var(--font);
    font-size: 1rem;
    width: 97%;
}
.c-detail i{
    color:red;
}
.btn-room{
    background: var(--blue-color);
    font-family: var(--font);
    font-size: 1rem;
    color: var(--white);
    border: none;
    border-radius: 30px;
    padding: 15px 15px;
    text-decoration: none;
}
.btn-room i{
    color: var(--white);
}

.c-gift-card{
    background: oklab(39.6061% .0029718 -.234457/.05);
    padding: 60px 0px;
}
.c-gift{
    background: var(--white);
     box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
     padding: 25px 19px;
     margin: 30px 0px;
     border-radius: 20px;
}
.c-gift:hover{
    box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}
.c-mark{
    background: var(--blue-color);
    border-radius: 30px;
    padding: 10px 10px;
    font-family: var(--font);
    color: var(--white);
font-size: 0.9rem;
font-weight: 600;
width: 35%;
text-align: center;
}
.c-mark2{
    background: var(--blue-color);
    border-radius: 30px;
    padding: 10px 10px;
    font-family: var(--font);
    color: var(--white);
font-size: 0.9rem;
font-weight: 600;
width: 50%;
text-align: center;
}
.c-gift h2{
    font-family: var(--font);
    font-size: 1.1rem;
    margin: 12px 0px;
    color: var(--text-black);
    font-weight: 600;
}
.c-gift p{
    font-family: var(--font);
    color: var(--gray-700);
    font-size: 1rem;
}
.c-gift-card h4{
    font-family: var(--font);
    font-size: 2rem;
    color: var(--text-black);
    font-weight: 600;
    padding-left: 20px;
}
.c-gift-card i{
    color: var(--blue-color);
    font-size: 1.5rem;
}
.c-about-resort img{
    height: 410px;
    border-radius: 20px;
}
.c-about-resort{
    padding-bottom: 100px;
    background: #FFFDF6;
    padding-top: 100px;
}
.c-about-resort h6{
    font-family: var(--font);
    font-size: 2rem;
    color: var(--text-black);
    font-weight: 600;
}
.c-about-resort p{
    font-family: var(--font);
    font-size: 1.2rem;
    color: var(--gray-700);
}
.c-about-resort i{
    color: var(--blue-color);
}
.c-about-resort span{
    color: var(--text-black);
    font-family: var(--font);
    font-size: 1.2rem;
    font-weight: 600;
}
.c-loca-contact{
    background: #FFFDF6;
    padding: 70px 0px;
}
.c-loca-contact h2{
    font-family: var(--font);
    font-size: 2rem;
    color: var(--text-black);
    font-weight: 600;
}
.c-loca{
    background: var(--white);
    border-radius: 25px;
    padding: 30px 20px;
     box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
     margin: 30px 0px;
}
.c-loca p{
    color: var(--gray-700);
    font-family: var(--font);
    font-size: 1rem;
}
.c-loca i{
    color: var(--blue-color);
    padding-left: 20px;
    font-size: 1.5rem;
}
.c-loca span{
    color: var(--text-black);
    font-family: var(--font);
    font-size: 1.2rem;
    font-weight: 600;
}
.c-loc{
    background: color-mix(in oklab, #261CC1 10%, transparent);
    padding: 140px 0px;
    border-radius: 30px;
    text-align: center;
    margin-top: 100px;
}
.c-loc i{
    color: var(--blue-color);
    font-size: 4rem;
}
.c-loc h6{
    font-family: var(--font);
    color: var(--gray-800);
    font-size: 1.3rem;
}
.c-loc p{
    font-family: var(--font);
    color: var(--gray-500);
    font-size: 1rem;
}
.c-ready{
    background: var(--blue-color);
    padding: 60px 0px;
}
.c-ready h4{
    color: var(--white);
    font-family: var(--font);
    font-size: 2rem;
    font-weight: 600;
}
.c-ready a{
    text-decoration: none;
}
.c-ready p{
    color: var(--white);
    font-family: var(--font);
    font-size: 1rem;
}
.c-btn-group a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap:8px;
    text-decoration: none;
}
.c-room{
    background: var(--white);
    border-radius: 25px;
    color: var(--blue-color);
    font-family: var(--font);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 22px;
}
.c-chat{
    background: var(--green);
    color: var(--white);
    font-family: var(--font);
    font-size: 1.1rem;
    padding: 12px 22px;
    border-radius: 25px;
    font-weight: 600;
}
.c-call{
    background: transparent;
    border: 2px solid white;
    padding: 12px 22px;
    border-radius: 25px;
    color: var(--white);
    font-family: var(--font);
    font-size: 1.1rem;
}
.c-last{
    background: oklch(21% 0.034 264.665);
    padding: 70px 0px;
}
.c-last h5{
    color: var(--white);
    font-family: var(--font);
    font-size: 1.3rem;
}
.c-last p{
    color: var(--gray-500);
    font-family: var(--font);
    font-size: 1rem;
}
.c-last span{
    color: var(--gray-500);
    font-family: var(--font);
    font-size: 1rem;
}
.c-hero-bt{
    display: inline-block;
  padding: 14px 40px;
  background: var(--blue-color);
  color: var(--primary-color-white);
  text-decoration: none;
  border-radius: 50px;
  font-family: var(--font);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(min-width:576px){
    .c-hero-sec{
        width: 60%;
}
.c-hero-sec2{
    text-align: left;
    width: 60%;
}
.c-blu-sec{
    width: 60%;
}
.c-white3{
    text-align: left;
    padding-left: 30px;
}
.c-mark{
    width: 20%;
}
.c-mark2{
    width: 30%;
}
}
@media(min-width:768px){

    .c-hero{
    width: 100%;
    height: 720px;
    padding: 200px 0px;
}
  .c-bluebird-hero{
    width: 100%;
    height: 720px;
    padding: 200px 0px;
}

    .c-aboutus-hero{
    width: 100%;
    height: 720px;
    padding: 200px 0px;
}
  .c-herosec{
    width: 100%;
    height: 720px;
    padding: 200px 0px;
}
  .c-hro{
    width: 100%;
    height: 720px;
    padding: 200px 0px;
}
    .c-hero-sec{
        width: 45%;
}
.c-hero h1{
    font-size: 3.5rem;
}
.c-bluebird-hero h1{
    font-size: 3.5rem;
}
.c-aboutus-hero h1{
    font-size: 3.5rem;
    padding-top: 30px;
}
.c-hro h1{
    font-size: 3.5rem;
}
.c-herosec h1{
    font-size: 3.5rem;
}
.c-hero-sec2 h2{
    font-size: 3rem;
}
.c-blu-sec{
    width: 45%;
}
.c-hero-sec3{
    width: 30%;
}
.c-hero-sec4{
    width: 30%;
}
.c-mark{
    width: 70%;
}
.c-mark2{
    width: 70%;
}
.c-about-resort img{
    height: 600px;
    margin-top: 150px;
}
.c-loc{
    margin-top: 40px;
}
.c-ready button{
    width: 45%;
    height: 70px;
}
.c-img-sec{
   height: 580px;
}
}
@media(min-width:992px){
        .c-hero-sec{
        width: 34%;
}
.c-hero-sec2 h2{
    font-size: 3.5rem;
}
.c-blu-sec{
    width: 33%;
}
.c-hero-sec3{
    width: 20%;
}
.c-hero-sec4{
    width: 20%;
}
 .c-aboutus-hero{
    height: 700px;
    padding: 320px 0px;
}
.c-ico{
    width: 50px;
}

}
@media(min-width:1200px){
        .c-hero-sec{
        width: 25%;
}
.c-hero-sec2 h2{
    font-size: 3.5rem;
}
.c-detail h2{
    font-size: 1.2rem;
}
.c-blu-sec{
    width: 33%;
}
.c-hero-sec3{
    width: 20%;
}
.c-hero-sec4{
    width: 20%;
}
.c-hero h1{
    font-size: 4.6rem;
}
.c-blu-sec{
    width: 25%;
}
.c-hero-sec2 span{
    font-size: 1.5rem;
}
.c-hero-sec2{
    width: 35%;
}
.c-hero-sec2 p{
    font-size: 1.3rem;
}
.c-hero-sec3{
    width: 16%;
}
.c-hero-sec4{
    width: 16%;
}
.c-white1{
    padding-right: 220px;
}
.c-white3{
    padding-left: 245px;
}
.c-mark{
    width: 30%;
}
.c-mark2{
    width: 40%;
}
.c-about-resort img{
    margin-top: 0px;
}
.btn-room{
    margin-top: 20px;
    border-radius: 10px;
}
.btn-room2{
    height: 10px;
}
}
/* contact page css  */
.c-icno{
    border: 1px solid blue;
    color: rgb(38, 28, 193);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
     background: linear-gradient(135deg, rgb(255, 253, 246) 0%, rgb(248, 246, 237) 100%);
}
/* about us page  */
.c-aboutus-about{
font-family: var(--font);
background: var(--background-color-hero);
padding: 50px 0px;
}
.c-aboutus-about p{
    color: var(--text-black);
}