
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  box-sizing: border-box;
}

:root {
  --bs-primary: #ec1c24;
  --bs-secondary: #040404;
  --bs-third: #000;
  --bs-white: #fff;
  --white: #ffffff;
  --text-color: #000;
  --text-primary: #ec1c24;
}

/* Global Typography */
body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 2em;
  color: #fff;
  cursor: pointer;
}

/* Ensure the marquee content fills the viewport */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
 
}

.container{
  max-width: 1600px;
  padding: 0 ;
  margin: 0 auto;
}

.outer-section {
  padding: 5rem 2rem;
}

@media (max-width: 1024px) {
  .outer-section {
    padding: 3rem 2rem;
  }
  }
  
  @media (max-width: 767px) {
    .outer-section {
      padding: 2rem 1rem;
    }
    }


a.nav-link.active {
  color: #ec1c24;
  font-size: 18px;
}

.nav-link:hover {
  color: #ec1c24;
  transition: all .5s ease;
}

h1 {
  font-size: 4rem;
  font-weight: 600;
}
h6{
  font-weight: 500;
}

.section-p {
  padding: 7rem 1rem;
}

.section {
  padding: 0rem 1rem;
}

img {
  width: auto;
  height: auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

.bg-third {
  background-color: var(--bs-third) !important;
}

.bg-white {
  color: var(--bs-white) !important;
}

.bg-white {
  color: var(--white) !important;
}

.text-color {
  color: var(--text-color) !important;
}

.text-primary {
  color: var(--text-primary) !important;
}

.my-btn {
  display: inline-block;
  padding: 15px 22px;
  background-color: #e81123;
  color: white;
  font-size: 18px;
  font-family: 'Arial', sans-serif;
  letter-spacing: 2px;
  border: none;
  /* border-radius: 4px; */
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  line-height: 1;
}


.my-btn:hover {
  background-color: #ffffff; /* Slightly darker on hover */
  color: #000;
}

.my-btn2:hover {
  background-color: #000000 !important; /* Slightly darker on hover */
  color: #ffffff !important;
}

.fs {
  font-size: 1.125rem;
}

.navbar-custom {
  background-color: #0e0e0e;
  padding: 10px 20px;
}
.navbar-brand img {
  height: 50px;
}
.logo-text {
  color: #d4af37;
  font-size: 14px;
  line-height: 1;
}
.logo-text span {
  display: block;
}
.navbar-nav .nav-link {
  color: white !important;
  margin: 0 10px;
  font-weight: 500;
}
.navbar-phone {
  color: white;
  margin-left: auto;
  font-weight: bold;
}
.raymond-logo img {
  height: 30px;
}
@media (max-width: 991px) {
  .navbar-phone {
    margin: 10px 0;
  }
}

button.navbar-toggler {
  background: #ffffff;
  width: 57px;
  height: 50px;
  border-radius: 0;
}

.splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}

.banner {
  text-align: center;
  color: #d59c0c;
 
 
}

.banner h1 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 10px;
}

.banner h2 {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 400;
}

.banner .subheading {
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 400;
}

.banner .payment {
  
  padding: 10px 0;
  margin: 10px 0;
  color: #d59c0c;
}

.banner .payment {
  
  padding: 10px 0;
  margin: 10px 0;
  color: #d59c0c;
  display:flex;
  align-items: center;
  justify-content: center;
}

.banner .payment img {
  width: 300px;
}


.banner .label {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 30px;
}

.banner .details {
  font-size: 25px;
  color: #000;
  font-family: 'Poppins';
  font-weight: 500;
}

.banner .details b {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.splide__arrow {

  background: #e9a600;
 
  height: 3em;
 
  opacity: 1;
 
  width: 3em;
 
}

.gru {
  font-size: 32px !important;
  color: #040404;
}




.banner h1 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 10px;
}

.banner h2 {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 400;
}

.banner .subheading {
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 400;
}

.banner .payment {
  padding: 10px 0;
  margin: 10px 0;
  color: #d59c0c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .payment img {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.banner .label {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 30px;
}

.banner .details {
  font-size: 20px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.banner .details b {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.splide__arrow {
  background: #e9a600;
  height: 3em;
  opacity: 1;
  width: 3em;
}

/* .gru {
  font-size: 36px !important;
  color: #040404;
} */

/* Responsive design */
@media (max-width: 1024px) {
  .banner h1,
  .banner h2 {
    font-size: 36px;
  }

  .banner .subheading {
    font-size: 28px;
  }

  .banner .label {
    font-size: 32px;
  }

  .banner .details {
    font-size: 20px;
  }

  .gru {
    font-size: 28px !important;
  }
  .banner .payment img {
    width: 100%;
    max-width: 260px;
    height: auto;
}
.banner h2 {
  font-size: 26px !important;
}
.contant{
  padding: 20px;
}
}

@media (max-width: 768px) {
  .banner h1,
  .banner h2 {
    font-size: 28px;
  }

  .banner .subheading {
    font-size: 28px;
  }

  .banner .label {
    font-size: 28px;
  }

  .banner .details {
    font-size: 18px;
  }

  .gru {
    font-size: 22px !important;
  }
  .banner .payment img {
    width: 100%;
    max-width: 260px;
    height: auto;
}
.banner h2 {
  font-size: 20px !important;
}
.contant{
  padding: 20px;
}
}

@media (max-width: 480px) {
  .banner h1{
    font-size: 32px;
  }

  .overlay.d-flex.justify-content-center.align-items-center {
    padding: 5rem 0 0 0;
}

.live .subheading {
  font-size: 26px !important;
 
}
 
.live .label {
  font-size: 26px !important;
  font-weight: 500;
  margin-bottom: 30px;
}
.live .gru {
  font-size: 22px !important;
  padding: 0 58px;
}

.splide__arrow--prev {
  left: 2em !important;
}

.splide__arrow--next {
  right: 2em !important;
}

.vrs {
  height: 260px;
  object-fit: cover;
}

#image-sliderr .splide__slide img {
  height: 220px;
  object-fit: cover;
}

  .list-icon {
    margin: 0 0px 0 0 !important;
}

  .banner h2 {
    font-size: 25px;
  }

  .banner .subheading {
    font-size: 28px;
  }

  .banner .label {
    font-size: 28px;
  }

  .banner .details {
    font-size: 16px;
  }

  .gru {
    font-size: 18px !important;
  }
  .banner .payment img {
    width: 100%;
    max-width: 260px;
    height: auto;
}

.banner h2 {
  font-size: 20px !important;
}
.contant{
  padding: 20px !important;
}
#amenities-slider .splide__arrow--prev {
  left: 8em !important;
  top: 15em !important;
}

#amenities-slider .splide__arrow--next {
  right: 8em !important;
  top: 15em !important;
}
#splide {
  padding: 1rem 0 7rem 0;
}

#amenities-sliderss .splide__arrow--prev {
  left: 8em !important;
  top: 34em !important;
}

#amenities-sliderss .splide__arrow--next {
  right: 8em !important;
  top: 34em !important;
}

#amenities-sliders .splide__arrow--prev {
  left: 8em !important;
  top: 34em !important;
}

#amenities-sliders .splide__arrow--next {
  right: 8em !important;
  top: 34em !important;
}

.amenities-icons img {
  width: 395px !important;
  height: 480px;
  object-fit: cover;
}

}


/* Sidebar for mobile */
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 75%;
  height: 100%;
  background-color: #000000;
  z-index: 1050;
  padding: 20px;
  transition: left 0.3s ease;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

.mobile-sidebar.active {
  left: 0;
}

.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1049;
}

.sidebar-overlay.active {
  display: block;
}

.mobile-sidebar .close-btn {
  background: none;
  border: none;
  font-size: 2rem;
  margin-left: auto;
  margin-bottom: 20px;
  display: block;
}


.navbar-brand img {
  height: 50px;
}

.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  margin: 0 12px;
}


.overview-subtitle {
  font-weight: 500;
  font-size: 1.2rem;
}
.overview-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.overview-text {
  font-size: 1rem;
  color: #333;
}

.contant {
  padding: 0 48px 0 71px;
}

.amenities-block {
  text-align: center;
  padding: 10px;
}
.amenities-icon img {
  display: block;
  margin: 0 auto 10px;
}
.amenities-block h3 {
  font-size: 1rem;
  color: #333;
  margin: 0;
}

.amenities-block {
  text-align: center;
  padding: 1rem;
}

.amenities-icon img {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.amenities-block {
  text-align: center;
  padding: 10px;
}
.amenities-icon img {
  margin-bottom: 10px;
}
.amenities-block h3 {
  font-size: 18px;
  color: #585858;
  font-weight: 400;
  font-family: 'Poppins';
}

.amenities-block.has-text-centered {
  background: #ffffff;border: 1px solid #e9a600 !important;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.amenities-icon img {
    width: 65px;
}

#amenities-slider .splide__arrow--prev {
  left: 46em;
  top: 15em;
}

#amenities-slider .splide__arrow--next {
  right: 42em;
  top: 15em;
}

#amenities-slider .splide__arrow svg {
  fill: #eec153;
  height: 1.2em;
  width: 1.2em;
}

#amenities-slider .splide__arrow {
  background: #e9a60000;
  height: 3em;
  opacity: 1;
  width: 3em;
  border: 1px solid #edb730;
}

#splide {
  padding: 3rem 0 9rem 0;
}

.tabs {
  display: flex;
  cursor: pointer;
  margin-bottom: 10px;
  justify-content: center;
  color: #000;
  gap: 15px;
}
.tab {
  padding: 10px 24px;
  border-bottom: 1px solid #a9a6a6;
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
  width: 130px;
  text-align: center;
  color: #8f8e8e;
  text-transform: uppercase;
  font-size: 20px;
}
.tab.active {
  border-bottom: 1px solid #b9902e;
  font-weight: 400;
  color: #b9902e;
}
.tab-content {
 
  display: none;
}
.tab-content.active {
  display: block;
}


.amenities-blocks {
  cursor: pointer;
  border-radius: 1rem;
  transition: transform 0.3s;
}



.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.popup-content {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80vh;
}

.close {
  position: absolute;
  top: 20px; right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}



/* Responsiveness adjustments */
@media (max-width: 768px) {
  .splide__slide {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .splide__slide {
    display: block;
    width: 50%;
  }
}

.amenities-icons img {
  height: 480px;
  object-fit: cover;
}


.popups{
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.popup-contents {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80vh;
}

.closes {
  position: absolute;
  top: 20px; right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}


#amenities-sliderss .splide__arrow--prev {
  left: 46em;
  top: 34em;
}

#amenities-sliderss .splide__arrow--next {
  right: 42em;
  top: 34em;
}

#amenities-sliders .splide__arrow--prev {
  left: 46em;
  top: 34em;
}

#amenities-sliders .splide__arrow--next {
  right: 42em;
  top: 34em;
}

ul.splide__pagination.splide__pagination--ltr {
  display: none !important;
}




.floorplan-card {
  position: relative;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
  height: 100%;
}

.floorplan-card:hover {
  transform: translateY(-5px);
}

.floorplan-image {
  width: 400px;
  height: 370px;
  height: auto;
  filter: blur(5px);
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
}

.overlay-content .floorplan-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.overlay-content .enquire-btn {
  background-color: #094852;
  color: white;
  padding: 10px 22px;
  font-weight: 600;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 0.95rem;
  transition: background 0.3s;
}

.overlay-content .enquire-btn:hover {
  background-color: #0f5d68;
}

.modal-header {
  background: #000000;
  text-align: center;
}

.form-control {
  padding: 9px;
  border-radius: 0;
}

button.btn.btn-info.btn-block.w-100 {
  padding: 9px;
  border-radius: 0;
  background: #ed1b2a;
  border: 0;
  color: #fff;
}
.modal-body.text-center {
  padding: 0px 23px;
}


  /* Hide the form by default */
  #sticky-bottom-form {
    display: none;
  }

  /* Show only on desktop (screen width >= 1025px) */
  @media (min-width: 1025px) {
    #sticky-bottom-form {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0%;
      width: 100%;
      background: #1c1c1c;
      z-index: 9999;
      padding: 11px 20px;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      /* margin: 0 auto; */
      justify-content: space-between;
      border: 1px solid #fff;
      border-bottom: 0;
      padding: 14px 140px;
  }

    

    .col-form {
      flex: 1;
    }

    .col-form input {
      width: 100%;
      background: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      color: #fff;
      padding: 5px 10px;
      font-size: 14px;
    }

    .col-form input::placeholder {
      color: #ccc;
    }

    .col-form-btn button {
      background: #fff;
      color: #000;
      border: none;
      padding: 10px 20px;
      font-weight: bold;
      cursor: pointer;
    }

    .col-form-title h3 {
      color: #fff;
      margin: 0;
      font-size: 16px;
    }

    .col-form-title {
      white-space: nowrap;
      padding-right: 10px;
      border-right: 1px solid #fff;
    }
  }

  .brochure-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #000000;
    color: white;
    padding: 16px 8px;
    writing-mode: vertical-rl;
    text-align: center;
   text-transform: uppercase;
    font-size: 16px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    
  }

  .brochure-btn:hover {
    background-color: #333;
  }

 
  
.text-b {
  display: flex;
  justify-content: space-between;
}

.list-icon {
  margin: 0 100px 0 0;
}

.overlay.d-flex.justify-content-center.align-items-center {
  padding: 27rem 0 0 0;
}

.splide__arrow:hover {
  background: #d69e11;
  fill: #ffffff;
}

.splide__arrow {
  background: #e9a60000;
  border: 2px solid #e6a608;
}

.splide__arrow svg {
  fill: #e6a608;
 
}
.splide__arrow:hover svg {
  fill: #ffffff;
 
}

.splide__arrow--prev {
  left: 6em;
}

.splide__arrow--next {
  right: 6em;
}

.col-form-title {
  white-space: nowrap;
  /* padding-right: 10px; */
  border-right: 0px solid #fff !important;
}

.live h1{
  font-size: 38px !important;
  font-weight: 400;
}
.live h2{
 
  margin-bottom: 30px;
}

.live {
  color: #000;
}



@media (max-width: 1100px) {
 
  
  .live h1{
    font-size: 30px !important;
  }
  }

  .live img{
    width: 300px;
    display: flex;
    align-items: center;
    justify-self: center;
    margin: 20px 0;
    
  }

  .live .details {
    font-size: 20px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.live .label {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}

.live .subheading {
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 400;
}

.live .details b {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.top-hed {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 26px;
  text-transform: uppercase;
  color: #b9902e!important;
  margin:0 0 10px  0;
  line-height: 30px;
}

section.bg-primary.p-2 {
  padding: 9px 0 45px 0 !important;
}

button.splide__arrow.splide__arrow--prev:hover {
  background: #c6922e !important;
}

button.splide__arrow.splide__arrow--next:hover {
  background: #c6922e !important;
}

.images-contant {
  position: relative;
}

.image-overlay {
  background-color: rgba(0, 0, 0, 0.4); /* Dark semi-transparent overlay */
  z-index: 1;
}

.overlay-text {
  z-index: 2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

#image-sliderr .splide__arrow{
  top: 63%;
}

.image-slid {
  height: 380px !important;
  object-fit: cover;
}