.praise-regular {
  font-family: "Praise", cursive;
  font-weight: 400;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*  */


#offcanvasNavbar {
  background: url("../img/burk-outline.png") bottom left no-repeat #051936 !important;
    background-size: auto;
  background-size: 40% !important;
}

.scrolled .header .logo img {
  max-height: 70px;
}





/*  */


.luxury-btn {
  display: inline-block;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #8b4a2f, #c57a42);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Hover shine effect */
.luxury-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );
  transition: all 0.6s ease;
}

.luxury-btn:hover::before {
  left: 100%;
}

/* Hover animation */
.luxury-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  background: linear-gradient(135deg, #c57a42, #8b4a2f); color: #fff;
}


.nav-luxury {
  display: inline-block;
  padding: 7px 10px;
 
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #8b4a2f, #c57a42);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}


/* Hover shine effect */
.nav-luxury::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );
  transition: all 0.6s ease;
}

.nav-luxury:hover::after {
  left: 100%;
}

/* Hover animation */
.nav-luxury:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  background: linear-gradient(135deg, #c57a42, #8b4a2f); color: #fff;
}


.nav-luxury:hover i { color: #fff;  }

@media( min-width: 1100px ){
  
.header-block-left, .header-block-right{ min-width: 280px;}

}




/***/


.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}



/******/

.hero-title-ab{ font-size: 60px; text-align: center; }

.ab-out {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.about-video .row { min-height: 90vh; }


.about-video .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.7)
  );
  z-index: 1;
}


.ab-rbt{position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;}


  .limited-col{ background: #051936 url("../img/bg-lines3.svg") center no-repeat; background-attachment: fixed;}

  .title-sec { margin-bottom: 40px; text-align: center;}
  .title-sec h5 { text-transform: uppercase; font-size: 20px; color: #DB824C; margin-bottom: 10px;   text-align: center; }
  .title-sec h2 { font-size: 70px; text-transform: uppercase; color: #fff;  text-align: center; font-weight: 400;}





  .luxury-tabs-section {
      background: transparent;
   }

.luxury-tabs .nav-link {
  color: rgba(255,255,255,0.6);
  border: none; font-size: 22px;
  background: transparent;
  padding: 12px 25px;
  font-weight: 500;
  position: relative;
  background: transparent!important;
}

.luxury-tabs .nav-link.active {
  color: #ffffff;
}

.luxury-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -6px;
  width: 80%;
  height: 2px;
  background: #c97b3d;
}

.luxury-list {
  list-style: none;
  padding: 0;
}

.luxury-list li {
  color: #ffffff;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative; font-size: 20px;
  font-weight: 300;
}

.luxury-list li::before {
  content: "";
  position: absolute;
  left: 0;
  color: #c97b3d;
  background: url("../img/leaf.svg") 0 0 no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.luxury-img {
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}


.luxury-tabs-section .nav-tabs {
  border: 0;
}



/****/

.brand-col{ background: #051936; position: relative;}
.brand-col::before{ background: url("../img/sec-1-bg.png") 0 0; content: ""; position: absolute; top:0; left: 0; right: 0; height: 70%; width: 100%; opacity: 0.1;}



.swiper-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-between;
  background: #fff url("../img/blockbg.png") 0 0 no-repeat;
  padding: 30px 10px;
  border-radius: 10px; min-height: 275px; text-transform: capitalize;
}

.brand-dadge span {
  background: #051936;
  padding: 6px 15px;
  border-radius: 10px;
  font-size: 14px;
}

.brnad-list {
  color: #212121;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

.brnad-list span{ font-size: 18px;}
.brand-logo{ text-align: center;}

.brand-logo img {
  max-width: 70%;
}





/********/
.map-info{ background: #051936 url("../img/bg-lines3.svg") 0 0 no-repeat; background-attachment: fixed; background-size: cover; }


.hover-links {
  list-style: none;
  padding: 0; 
}

.hover-links li {
  margin-bottom: 15px;
}

.hover-links a {
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.hover-links a:hover {
  color: #c97b3d;
}

.image-box img {
  width: 300px;
  border-radius: 8px;
}

.animate-img {
  transition: opacity 0.4s ease, transform 0.6s ease;
}

.animate-img.hide {
  opacity: 0;
  transform: scale(1.05);
}

.animate-img.show {
  opacity: 1;
  transform: scale(1);
}

.dis-time{ font-size: 14px; display: block;}





.artswiper .swiper-slide img{ width: 100%;
  max-height: 600px;
  object-fit: cover; border: 4px solid #fff;
  border-radius: 24px;   /* smooth luxury rounding */ }

.custom-swiper-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #0b2a4a;
  color: #fff;
  padding: 10px 22px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 18px;
  z-index: 10;
  cursor: pointer;
}

.custom-swiper-nav span {
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.custom-swiper-nav span:hover {
  opacity: 0.7;
}

.custom-swiper-nav .divider {
  width: 1px;
  height: 18px;
  background: rgba(255,255,255,0.4);
}




/* floor plan */

.form-logo {
  position: absolute;
  bottom: 0;
  height: 200px;
  left: 15%;
}


.floor-form {
  background: rgba(255,255,255,0.1);
  padding: 40px;
  border-radius: 10px;backdrop-filter: blur(10px); /* Blur effect */
}



.floor-form .form-select options{ color: #212121;}


.floor-form {
    /* Additional styles for the form can go here */
}

.floor-form .form-select {
    background:transparent;
    color: white; /* White text for the select box */
    
    
     border-bottom: 1px solid #fff;
    border-bottom-width: 1px;
  border-width: 0 0 1px 0; padding-left: 0;
  border-radius: 0;
}

.floor-form .form-select option {
    color: black; /* Dark text for dropdown options */
}

.floor-form .form-select::-ms-expand {
    display: none; /* Hide default select arrow for IE */
}

/* Custom arrow */
.floor-form .form-select::after {
    content: '▼'; /* Custom arrow */
    color: white; /* White arrow */
    position: absolute;
    right: 10px;
    pointer-events: none; /* Prevent interaction with the arrow */
}

.floor-form .form-select:focus{ box-shadow: none; }

.floor-swiper {
  background: #fff;
  border-radius: 20px;
  padding: 10px 10px;
}


/* residance health */

.residence-health, .resi-health { background: #051936 url("../img/bg-lines3.svg") center no-repeat; background-attachment: fixed;}

.hr-content{ border-top: 2px solid #F38D4B; padding-top: 40px;}

.hr-content h4{ color: #fff; font-size: 40px; margin-bottom: 30px; font-weight: normal; text-transform: uppercase;}

 .hr-content p{ color: #fff; font-size: 20px; margin-bottom: 40px;}

/*
 .residence-healthSwiper .custom-swiper-nav {
  left: -35px;
  transform: rotate(90deg);
  top: 260px;
  width: 170px;
  height: 60px;
  background: transparent;
}*/



.resi-health .sticky-item-wrapper {
	min-height: 80vh;
	position: relative;
}
.resi-health .sticky-item-wrapper .container {
	max-width: 1170px;
	width: 100%;
	margin-inline: auto;
}
.resi-health .sticky-item {
	/* min-height: 100vh; */
	padding-top: 123px;
	padding-bottom: 80px;
	position: sticky;
	top: 0;
}
/* .sticky-item-wrapper .sticky-item:not(:first-child) {
	top: 50px;
} */
.resi-health .sticky-item .inner-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	/*background-image: linear-gradient(to right,#454444,#0000);*/
	padding-inline: 50px;
	border-radius: 20px;
	overflow: visible;
}
.resi-health .sticky-item .inner-row::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: #051936;
	bottom: -1px;
	right: -1px;
	border-radius: 20px;
	margin: 2px;
}
.resi-health .sticky-item .info-col {
	width: 100%;
	max-width: 50%;
}
.resi-health .sticky-item .inner-row > * {
	position: relative;
}



.resi-health .info-col .sub-heading {
	font-size: 14px;
	color: #999;
	font-weight: 500;
}
.resi-health .sticky-item .info-col > * + * {
	margin-top: 24px;
}


.resi-health .sticky-item .img-card-col {
	width: 100%;
	max-width: 50%;
	margin-top: -50px;
	margin-bottom: -50px;
}
.resi-health .img-card-col .img-wrapper {
	width: 100%;
}
.resi-health .img-card-col .img-wrap {
	position: relative;
	padding-top: 135.25%;
	overflow: hidden;
	border-radius: 20px;
	width: 100%;
}
.resi-health .img-card-col .img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.5);
}
.resi-health .info-col h2 {
  font-size: 94px;
  font-weight: 200;
  line-height: 100px;
}
.resi-health .info-col .sub-heading img {
  max-width: 140px;
}
.resi-health .info-col P{ font-size: 22px;}



.aminities-sec{ background: url("../img/amini-bg.jpg") 0 0 no-repeat ; background-size: cover; background-attachment: fixed;}




/*  */


.amini-inner{ position: relative;}

.amini-inner img{}


.amini-inner .ami-text{ position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; padding: 170px 20px 20px 20px;
    background: #051936;
    background: -webkit-linear-gradient(360deg,rgba(5, 25, 54, 1) 0%, rgba(5, 25, 54, 0) 100%);
    background: -moz-linear-gradient(360deg,rgba(5, 25, 54, 1) 0%, rgba(5, 25, 54, 0) 100%);
    background: linear-gradient(360deg,rgba(5, 25, 54, 1) 0%, rgba(5, 25, 54, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#051936",
      endColorstr="#051936",
      GradientType=0
    );

}

.amini-inner h4{ color: #fff; font-size: 22px;}

.amini-inner p{ color: #fff; font-size: 16px;}

.amini-pagination { position: absolute;   top: 0;   left: 0;   right: auto;   width: 90px;  padding: 16px 0; }

.amini-keys h3 {
  font-size: 22px;
  display: block;
  margin: 24px 0 30px;
}

.luxury-list.inline-block li {
  display: inline-block;
  width: 48%;
}



/* contact form */

.flam-contact{ background: url("../img/bg-lines3.svg") center no-repeat; background-attachment: fixed; background-size: contain; }



/* Animation for the form */
    @keyframes fadeIn {
      0% { opacity: 0; transform: translateY(20px); }
      100% { opacity: 1; transform: translateY(0); }
    }

    .contact-section {
      animation: fadeIn 1s ease-out;
    }

    /* Styling for the form */
    .contact-title {
      font-family: 'Arial', sans-serif;
      font-size: 36px;
      font-weight: 600;
      color: #EB212E;
    }

    .contact-form input, .contact-form button {
      border-radius: 8px;
      margin-bottom: 10px;
      padding: 12px;
      width: 100%;
    }

    .contact-form button {
      background: linear-gradient(135deg, #8b4a2f, #c57a42);
      color: white;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .contact-form button:hover {
      background: linear-gradient(135deg, #c57a42, #8b4a2f);
    }

    .contact-info {
      color: #333;
      font-size: 14px;
      margin-top: 20px;
      text-align: center;
    }


    .contact-form .form-control {
    border-bottom: 1px solid #051936;
    border-bottom-width: 1px;
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin-bottom: 25px;
    }


    .contact-form .form-control:focus{ box-shadow: none;}
    .contact-form .form-control::placeholder{ color: rgba(5,25,54,0.9) }



    .contact-section .title-sec .subtitle{color: #DB824C;}
    .contact-section .title-sec h2{color: #DB824C; font-family: "Praise", cursive; text-transform: capitalize; font-size: 130px!important; line-height: 100px;}
    .contact-section .title-sec .contact-title{color: #DB824C; font-size: 70px; text-transform: uppercase; font-weight: normal;}

    .contact-info{ color: #051936; font-size: 18px; font-weight: 500;}





    /* Style the social media icons container */
.social-icons {
  display: flex;
  gap: 15px; /* Space between the icons */
}

/* Style individual social media icon */
.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Default color for the icons */
.social-icon i {
  font-size: 24px;
  color: #ffffff;
}

/* Rotate and color change on hover */
.social-icon:hover {
  transform: rotate(360deg);
  color: #DB824C;
  background-color: #ffffff;
}

/* Optional: Add the hover effect on the icons themselves */
.social-icon:hover i {
  color: #DB824C;
}


.foot-link a, .madeby a{ color: #fff;}
.foot-link a:hover, .madeby a:hover{ color: #c97b3d;}




@media (max-width: 767px){

.hero-title-ab, .title-sec h2 {
  font-size: 40px;
 
}


.luxury-tabs .nav-link{ font-size: 15px; padding: 12px 5px;}

.luxury-list.inline-block li { 
  width: 100%;
}


}






.scrolled .header.fixed-top {
  transform: translateY(-100%); /* Move the nav menu off the screen */
  opacity: 0; /* Make it fade out */
  visibility: hidden; /* Ensure it is not interactive */
}




/* collection section */

.collections-sec{ background: #c97b3d url("../img/marbelbg.png") 0 0 no-repeat; background-size: cover;  background-attachment: fixed; position: relative;}

.collections-sec::before{ background: rgba(110, 45, 14,0.7); content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0;}

.collections-sec .container{ z-index: 2; position: relative;}

.coll-logo {  width: 90px; margin-right: 40px; }

.coll-text h3{ font-size: 40px; font-weight: 300;}

.coll-text h4{ text-transform: uppercase;}

.coll-info{fill: #fff;}

.coll-info h4{ font-size: 20px;}