@import url('https://fonts.cdnfonts.com/css/aktiv-grotesk-cd-trial');
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  /* prevent horizontal scroll */
  width: 100%;
}
.iti{
	display: block !important;
}
body {
font-family: 'Aktiv Grotesk Trial', sans-serif;	
  background-color: #FFFFFF;
  color: #2D2D2D;
  margin: 0;
}
.unitLabel{
	margin-bottom: 10px;
}
#register_form{
	padding: 96px 0px;
}
.project-title{
	color: rgba(38, 61, 57, 1);
}
.btn-register {
  width: 100%;
  max-width: 400px;
  border-radius: 4px;
  background-color: rgba(38, 61, 57, 1) !important;
  color: white;
  border: none;
  padding: 11px 53px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  display: inline-block;
  white-space: nowrap;
}
.btn-register-desktop {
		display:block;
		width: 100%;
	  max-width: 400px;
	  border-radius: 4px;
	  background-color: #4E8574;
	  color: white;
	  border: none;
	  padding: 11px 53px;
	  font-size: 17px;
	  font-weight: 400;
	  text-transform: uppercase;
	  letter-spacing: 1.87px;
	  display: inline-block;
	  white-space: nowrap;
  }

.submitLead{
  width: 100%;
  border-radius: 4px;
  background-color: rgba(38, 61, 57, 1);
  color: white;
  border: none;
  padding: 11px 53px;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  display: inline-block;
  white-space: nowrap;
  justify-content: center;
}

.header {
  padding: 1rem 0;
}

.logo img {
  height: 44px;
}
.elixir-image{
   width: 100%;
      margin-top: 1rem;
      max-width: 400px;
	height: 450px;
}
/* Full-bleed image */
.hero-image {
width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
}
.hero-image-wrapper {
  width: 100vw;
  aspect-ratio: 37 / 22;  /* or height: 352px for fixed height */
  overflow: hidden;
}
.content-section {
/*   min-height: 25vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eeeeee;
}



.location{
	text-transform: none;  
	margin-top: 5px;
	color: rgba(38, 61, 57, 1);
	font-size: 25px;
	font-style: normal;
	font-weight: 275;
	line-height: normal;
}
@media (min-width: 576px) {
.info-box {
  background: rgba(38, 61, 57, 1);
  padding: 14px 24px;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
/* 	width: 100%; */
	text-align: center;
}
	.left-part{
		width: 42% !important;
	}
	.right-part{
		width: 58% !important;
		padding: 0px !important;
	}
}
.divider {
  height: 31px;
  font-weight: 400;
  display: block; 
	width:1px;
	margin-top: 15px;
  margin-bottom: 15px;
}

/* Hide mobile button by default */
.mobile-button {
  display: none;
}
.mobile-info-text{
  display: none;
}

@media (max-width: 576px) {
	.desktop-info-text{
	  display: none;
	}
	.project-title {
		text-align: center;
		font-size: 28px;
		font-style: normal;
		line-height: 54px; /* 174.194% */
		letter-spacing: 3.41px;
		text-transform: uppercase;
	}
	.project-title .light {
	  font-weight: 100;
	}

	.project-title .bold {
	  font-weight: 400;
	}

	.location-column {
		padding-bottom:1.5rem
	}
	.elixir-image{
		
	     margin-bottom: 64px;
	}
	.elix{
		height:450px;
	}
	.form-title {
		font-size: 25px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 2.30px;
	  color: var(--Gray-900, #101828);;
	  word-wrap: break-word;
	}

	.form-text {
		color: #8A8A8A;
		word-wrap: break-word;
		font-size: 18px;
		font-weight: 400;
		
	}

	.form-label {
	  color: white;
	  word-wrap: break-word;
		font-size: 14px;
font-weight: 500;
line-height: 20px;
	}
	
	.payment-text{
	  color: #2D2D2D;
	  word-wrap: break-word;
		font-size: 24px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.80px;
	}
	.payment-info{
		color: #00BBBB;
		word-wrap: break-word;
		font-size: 53px;
		font-weight: 500;
		letter-spacing: 0.8px;
		text-transform: uppercase;
	}
	
  .project-box {
      text-transform: none;
      padding: 2rem 1rem;
      color: #222;
  }

  

	

  .info-box {
      text-transform: none;
      font-size: 14px;
      border: none;
/*       padding: 1rem; */
      width: 100%;
      max-width: 400px;
  }

  .info-box span {
    /*  display: block;*/
      margin-bottom: 8px;
  }
	.info-box div {
   
		display: block;
      margin-bottom: 8px;
  }

  .divider {
      display: none !important;
  }

  .header {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .info-box hr {
      border: none;
      border-top: 2px solid black;
      /* slightly bolder and soft */
      width: 30%;
      /* tighter width */
      margin: 12px auto;
      /* centered with subtle vertical spacing */
  }


  .desktop-button {
      display: none !important;
  }


  .mobile-button {
      display: block !important;
      width: 100%;
      margin-top: 1rem;
      max-width: 400px;
      /* Same max width as .info-box */
      margin-left: auto;
      /* Center the button */
      margin-right: auto;
      /* Center the button */

  }
  .mobile-info-text{
      display: block !important;
      width: 100%;
      margin-top: 1rem;
      max-width: 400px;
      /* Same max width as .info-box */
      margin-left: auto;
      /* Center the button */
      margin-right: auto;
      color: #1D1D1D;
      font-size: 12px;
      font-weight: 300;
      line-height: 18px;
      word-wrap: break-word;
	  text-align: center;
	  font-style: normal;
  }
	.mobile-info-text-title{
		color: rgba(38, 61, 57, 1);
		text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%; /* 18px */
        letter-spacing: 3.6px;
	}
}

/************************************************************/
.section-title {
	color: rgba(38, 61, 57, 1);
	font-size: 33px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3.63px;
	word-wrap: break-word;
	margin-bottom: 20px;
	font-style: normal;
	line-height: normal;
}

.section-description {
  color: rgba(45, 45, 45, 1);
  
  
  line-height: 23px;
  letter-spacing: 0.80px;
  word-wrap: break-word;
  margin-bottom: 30px;
  /* Added margin-bottom to add space below the description */
	

font-size: 16px;
font-style: normal;
font-weight: 300;
}

.button-container {
  
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.button-left {
  height: 48px;
  border-radius: 4px;
  border: 1px  solid rgba(38, 61, 57, 1);
  outline-offset: -1px;
  background: transparent;
  color: #4E8574;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.87px;
	text-transform: uppercase;
	color: rgba(38, 61, 57, 1);
}





@media (max-width: 576px) {
  .elixir-section .row {
      flex-direction: column-reverse;
  }

 
/* .button-left {
	padding: 0px;
  height: 48px;
  border-radius: 4px;
  outline: 1px #4E8574 solid;
  outline-offset: -1px;
  background: transparent;
  color: #4E8574;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
} */
  .section-title {
	text-align: center;
	  font-size: 30px;
	  font-style: normal;
	  line-height: normal;
	  font-weight: 400;
	  text-transform: uppercase;
	  letter-spacing: 3.30px;
	  word-wrap: break-word;
      margin-bottom: 50px;
      /* Adjusted margin for smaller screens */
  }

  .section-description {
	  font-weight: 300;
	  line-height: 19px;
	  letter-spacing: 0.80px;
	  word-wrap: break-word;
      font-size: 14px;
      margin-bottom: 64px;
	  font-style: normal;
	  color: #2D2D2D;
  }

  .button-container {
      padding: 1.5rem;
      gap: 12px;
      /* Reduced gap for mobile */
  }
}

@media (max-width: 1024px){
	#register_form{
		padding: 96px 0px;	
	}
}

@media (min-width: 577px) {
	.form-title {
	  color: #2D2D2D;
	  font-size: 33px;
	  font-weight: 400;
	  text-transform: uppercase;
	  letter-spacing: 3.63px;
	  word-wrap: break-word;
	}
	.form-text {
	  color: #8A8A8A;
	  font-size: 20px !important;
	  font-weight: 400;
	  line-height: 30px;
	  word-wrap: break-word;
	}
	.payment-title{
	  color: #2D2D2D;
	  font-size: 33px;
	  font-weight: 400;
	  text-transform: uppercase;
	  letter-spacing: 3.63px;
	  word-wrap: break-word
	}
	.project-title {
		color: #2D2D2D;
		 font-size: 38px;
		 
		 text-transform: uppercase;
		 line-height: 54px;
		 letter-spacing: 4.4px;
		 word-wrap: break-word;
	}
	.project-title .light {
	  font-weight: 100;
	}

	.project-title .bold {
	  font-weight: 400;

	}
	.payment-text{
		
	  color: #153B3C;
	  font-size: 22px;
	  font-weight:300;
	  text-transform: uppercase;
		letter-spacing: 2.5px;
	  word-wrap: break-word
	}
	.payment-info{
	  color: #00BBBB;
	  font-size: 56px;
	  font-weight: 500;
	  text-transform: uppercase;
	  word-wrap: break-word
	}
	
  .button-left {
      width: 80% !important;
  }
	.btn-info {
		width: 80% !important;
	}
	 .elixir-section {
	  padding: 1.5rem;
		 margin-top:1.5rem;
	  justify-content: center;

	}
}

@media (max-width: 576px) {
  .button-left {
      width: 100%;
  }
	.elx{
		margin-left: 0.75rem;
		margin-right: 0.75rem;
	}
  .elixir-section {
      justify-content: center;
      padding: 80px 0;
      max-width: 400px;
  }
}



#slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crop to fill space, keep center focus */
  display: block;
  border-radius: 10px;
}



.prev-arrow {
  left: 10px;
}

.next-arrow {
  right: 10px;
}


.slider-arrow {
  background-color: #3e8c73;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.slider-container {
  position: relative;
}

/* Desktop-only arrows */
.prev-arrow,
.next-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* Increased spacing from the image */
.prev-arrow {
  left: -70px;
  /* was -50px */
}

.next-arrow {
  right: -70px;
  /* was -50px */
}

/* Mobile styles */
@media (max-width: 576px) {
	.slider-wrapper {
  width: 100%;
  height: 290px;
  overflow: visible; /* Allow arrows to show */
  position: relative;
}
.payment-title{
	  color: #153B3C;
	  font-size: 24px;
	  font-weight: 400;
	  text-transform: uppercase;
	  letter-spacing: 2.64px;
	  word-wrap: break-word;
		  

	}
  .prev-arrow,
  .next-arrow {
      display: none;
	  
  }

  .slider-arrows-mobile {
      display: flex !important;
      justify-content: center;
      gap: 30px;
      margin-top: 50px;
	  
  }
	.form-section .form-title{
		font-size: 28px !important;
	}
	.form-section .form-para .break{
		display: none;
	}
  #slider-image {
	  margin-top:36px;
      width: 100vw;
      /* Full viewport width on mobile */
      max-height: none;
      /* No max height constraint on mobile */
      border-radius: 0;
      /* Remove rounded corners on mobile */
  }
}

.btn-register-mobile{
	display:none;
}



@media (max-width: 576px) {
	.slider-heading {
		color: #2D2D2D;
		font-size: 24px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 2.64px;
	  	word-wrap: break-word;
	  	text-align: center;
		font-style: normal;
		line-height: normal;
	}
	.slider-text {
		color: #2D2D2D;
		font-size: 12px;
		font-weight: 400;
		word-wrap: break-word;
		text-align: center;
		font-style: normal;
		line-height: normal;
	}
  .btn-register {
      width: 100%;
      max-width: 100vw;
      padding: 11px 50px;
      box-sizing: border-box;
      border-radius: 4px;
      text-align: center;
	  word-wrap: break-word;
  }
	.btn-register-mobile {
		display:block;
      width: 100%;
      max-width: 100vw;
      padding: 11px 50px;
      box-sizing: border-box;
      border-radius: 4px;
      text-align: center;
	  word-wrap: break-word;
  }
	.btn-register-desktop {
		display:none;
  }
  .btn-info {
     width: 100%;
      border-radius: 4px;
      background-color:rgba(38, 61, 57, 1);
      color: white;
      border: none;
      padding: 11px 53px;
      font-size: 17px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.87px;
      display: inline-block;
      white-space: nowrap;
	  word-wrap: break-word
	font-style: normal;
	line-height: normal;
 }
  .submitLead{
      width: 100%;
      padding: 11px 0px 11px 0px;
      /* reduce padding */
      box-sizing: border-box;
      border-radius: 4px;
      text-align: center;
      margin: 0 auto;
  }
}

.amenities-section {
  padding: 72px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.amenities-title {
  font-size:33px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.63px;
  margin-bottom: 50px;
  text-align: center;
	font-style: normal;
	line-height: normal;
	color: rgba(38, 61, 57, 1);
}

@media (min-width: 577px) {
	.amenities-grid {
		display:grid !important;
      grid-template-columns: repeat(6, 1fr) !important;
  }
	.slider-heading {
		color: #2D2D2D;	
		font-weight: 400;
		text-transform: uppercase;
	  	word-wrap: break-word;
	  	text-align: center;
		font-style: normal;
		line-height: normal;
		font-size: 33px;
		letter-spacing: 3.63px;
	}
	.slider-text {
		color: #2D2D2D;
		word-wrap: break-word;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		letter-spacing: 0.064px;
		width: 538px;
	}
  
}
@media (max-width: 768px) {
  .amenities-grid {
	  display:grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.amenity-item {
  text-align: center;
}

.amenity-item img {
  max-width: 60px; /* Adjust as needed */
  height: auto;
	margin-bottom: 23px;
}

.amenity-text {
  font-family: "Tajawal", sans-serif;
  font-size: 16px;
font-weight: 500;
line-height: 20.50px;
letter-spacing: 0.80px;
	color: rgba(29, 29, 29, 1);
word-wrap: break-word
}


.location-map {
  border: 0;
	height: 510px;
}

.location-title {
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3.63px;
	color: rgba(38, 61, 57, 1);
}

.location-text {
  color:rgba(45, 45, 45, 1);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing:  0.064px;
	
}

.location-text-title {
  color: rgba(38, 61, 57, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1.76px;
  word-wrap: break-word;
	font-family: 'Aktiv Grotesk Trial', sans-serif;	
}

.location-text-bottom {
  color: rgba(38, 61, 57, 1);
  font-size: 22px;
  font-weight: 500;
  word-wrap: break-word;
	text-align: center;
}

.location-column {
  position: relative;
  padding-right: 15px;
}

@media (min-width: 577px) {
	.btn-info {
  border-radius: 4px;
  background-color: rgba(38, 61, 57, 1);
  color: white;
  border: none;
  padding: 11px 53px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.87px;
  display: inline-block;
		white-space: nowrap;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
}
  .location-column:not(:last-child) {
      border-right: 1px solid #000;
      /* Vertical divider for larger screens */
  }
	
	.elixir-section .row {
    min-height: 100%;
}

.elixir-section .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.elixir-section .col-md-6.d-none.d-md-block {
    justify-content: center;
}

.elixir-section .col-md-6.d-none.d-md-block img {
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

}

.location-column span {
  display: block;
}
.info-texts{
	color: white;
	font-size: 24px;
	word-wrap: break-word;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
/* For smaller screens (mobile), stack columns in a row and make divider horizontal */
@media (max-width: 576px) {
	.location{
		word-wrap: break-word;
		text-align: center;
		font-size: 21px;
		font-style: normal;
		font-weight: 275;
		line-height: normal;
		text-transform: none;
		margin-top: 5px;
	}
	.location-map {
		height:305px;
	}
	.location-text {
	  text-align: center;
	  font-size: 16px;
	  font-style: normal;
	  font-weight: 400;
		color: rgba(0, 0, 0, 0.60);
		word-wrap: break-word;
		line-height: normal;
	}
	.location-title {
		font-size:24px;
		font-style: normal;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 2.64px;
		word-wrap: break-word;
	}
	.location-text-title {
	  color: #153B3C;
	  font-size: 16px;
	  line-height: 24px;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 1.76px;
		word-wrap: break-word;
	}

	.location-text-bottom {
		color: #153B3C;
		font-size: 22px;	
		font-weight: 500;
		word-wrap: break-word;
		text-align: center;
		font-style: normal;
		line-height: normal;
	}
	.amenity-text {
	  
	  font-size: 16px;
		font-weight: 500;
		line-height: 20.50px;
		letter-spacing: 0.80px;
		word-wrap: break-word;
	}
	.amenities-title {
		font-style: normal;
		line-height: normal;
		font-size:24px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 2.64px;
		margin-bottom: 60px;
		text-align: center;
		word-wrap: break-word;
		color: #153B3C;
	}
  .location-column {
      padding-right: 0;
      padding-left: 0;
      border-right: none;
      /* Remove the vertical divider */
      position: relative;
      /* Make it relative to position the pseudo-element */
  }
	.info-texts{
		color: #153B3C;
		font-size: 17px;
		word-wrap: break-word;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}

  .location-column:before {
      content: '';
      position: absolute;
      bottom: 0;
      /* Position the divider at the bottom of the column */
      left: 50%;
      /* Start the divider in the center of the column */
      transform: translateX(-50%);
      /* Adjust the positioning to ensure it’s centered */
      width: 30%;
      /* Set the width of the horizontal divider */
      border-bottom: 1px solid #000;
      /* Create the horizontal divider */
  }

  .location-column:last-child:before {
      content: none;
      /* Remove the divider for the last column */
  }
	.desktop-only{
		display: none !important;
	}

}


.form-label{
  color: #153B3C !important;
}

.form-control{
  background-color: transparent;
  border: 1px solid #6c757d;
  color: black; /* Ensure text color is white when unfocused */
}

.form-select {
	-webkit-appearance: none; /* Remove default styling in WebKit-based browsers (Chrome, Safari) */
    -moz-appearance: none; /* Remove default styling in Firefox */
    appearance: none; /* Remove default styling in other browsers */
    
    background-color: transparent; /* Transparent background */
    border: 1px solid #6c757d; /* Subtle border for select */
    color: black;
    padding: 10px; /* Add padding to give space for text */
  }

  /* When form-control or form-select is focused */
  .form-select:focus, .form-control:focus {
    outline: none; /* Remove default focus outline */
    border-color: #007BFF; /* Add a highlight color for focus */
  }

#thankYouMessage {
  display: none;
  color: #2D2D2D;
  padding-top: 20px;
}





.form-label {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  word-wrap: break-word;
}

.form-control::placeholder {
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
}

.form-control::-ms-input-placeholder {
  /* Edge 12 - 18 */
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.form-control:focus {
  background-color: transparent !important; /* Keeps the background transparent when focused */
  border-color: #6c757d; /* Optional: you can keep the border color the same or adjust it */
  outline: none; /* Optional: removes default focus outline */
  color: #2D2D2D; /* Ensures text color is white when focused */
  cursor: text; /* Changes the cursor to a text selection cursor */
}

  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  word-wrap: break-word;
}

.form-control::placeholder {
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  word-wrap: break-word;
}

.form-control::-ms-input-placeholder {
  /* Edge 12 - 18 */
  color: #8A8A8A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.form-control:focus {
  background-color: transparent !important; /* Keeps the background transparent when focused */
  border-color: #6c757d; /* Optional: you can keep the border color the same or adjust it */
  outline: none; /* Optional: removes default focus outline */
  color: #2D2D2D; /* Changes text color to white */
  cursor: text; /* Changes the cursor to a text selection cursor */
}

.font-13 {
  font-size: 13px;
}

#next-slide,
#prev-slide{
	border: none;
    outline: none;
    background: transparent;
    padding: 0;
	transition: opacity 0.1s ease;
}

#next-slide:active,
#prev-slide:active {
  opacity: 0.6; /* Slight transparency to show it's being pressed */
  transform: scale(0.95); /* Slightly shrink to show press */
  transition: transform 0.1s ease, opacity 0.1s ease;
}
#next-slide-desktop,
#prev-slide-desktop {
	
  transition: opacity 0.1s ease;
}


#next-slide-desktop:active,
#prev-slide-desktop:active {
  opacity: 0.6;
}
.row.align-items-stretch {
  min-height: 100%; /*Ensures the row fills available height*/
}

img.object-fit-contain {
  object-fit: contain;
  height: 100%;
}

option{
	background: white;
	color:black ;
}


.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
 
.popup-content {
    background-color: #ffffff;
    padding: 60px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    min-width: 300px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: #000;
}
 
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}
div#popupMessage p {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
}

@media(min-width: 1440px){
	.project-title {
		color: rgba(45, 45, 45, 1);
		 font-size: 40px;
		 
		 text-transform: uppercase;
		 line-height: 54px;
		 letter-spacing: 4.40px;
		 word-wrap: break-word;
	}
	.project-title .light {
	  font-weight: 100;
	}

	.project-title .bold {
	  font-weight: 400;

	}
	.info-texts{
		color: white;
		font-size: 24px;
		word-wrap: break-word;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
	}
   .slider-wrapper {
	  width: 100%;
	  height: 788px;
	  overflow: visible; /* Allow arrows to show */
	  position: relative;
	}
}

@media (max-width: 767.98px) {
  .mobile-img-full {
    position: relative !important;
    height: auto !important;
    object-fit: contain !important;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crop to fill space, keep center focus */
  display: block;
  border-radius: 0px;
}

.form-image {
  width: 100%;
  
  overflow: visible; /* Allow arrows to show */
  position: relative;
}
}
.terms-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  color: #2D2D2D;
  z-index: 99999;
  display: none;
  overflow-y: auto;
}
.privacy-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  color: #2D2D2D;
  z-index: 99999;
  display: none;
  overflow-y: auto;
}
		
.terms-content {
  padding: 40px 20px 60px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  font-family: 'Aktiv Grotesk Trial', sans-serif;
}
.privacy-content {
  padding: 40px 20px 60px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  font-family: 'Aktiv Grotesk Trial', sans-serif;
}
.terms-text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  margin-bottom: 60px;
}
.privacy-text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  margin-bottom: 60px;
}
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  color: #2D2D2D;
  font-size: 32px;
  border: none;
  cursor: pointer;
}
.form-img{
	min-height: 300px;
}
footer{
	border-top: 1px solid #0000004D;
}

.terms-privacy-footer {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
}

.terms-privacy-footer .footer-text {
  font-size: 14px;
  margin-bottom: 10px;
}

.terms-privacy-footer .socials img {
  height: 16px;
  margin: 0 8px;
}

@media (max-width: 768px) {
  .terms-text {
    font-size: 12px;
  }
	.privacy-text {
    font-size: 12px;
  }
  .close-btn {
    font-size: 24px;
  }
	.form-section .form-title{
		margin-top: 50px;
	}
	.form-section .form-wrapper {
    display: flex;
		flex-direction: column;
    gap: 64px;
}
}

@media (max-width: 435px){
	.form-section .form-wrapper{
	display: block !important;
}
	.mobileimg{
		height: 450px;
	}
	.mobileimg img{
		height: 100%;
	}
	    #register_form {
        padding: 0px 15px;
    }
	.form-img img{
		display: none !important;
		height: auto;
	}
	.form-img{
	min-height: 0px;
}
	.form-section .container{
		padding: 0px;
	}
	footer {
    border-top: 0px solid #0000004D;
}
	
	.amenities-section {
    padding: 0px 16px;
    display: flex
;
    flex-direction: column;
    align-items: center;
}
	.elixir-image {
        margin-bottom: 40px;
    }
	 .elx {
        padding: 0px 0px !important;
    }

    .elixir-section {
        justify-content: center;
        padding: 50px 0;
        max-width: 400px;
    }
.form-section .form-title{
		margin-top: 0px;
	}
	.desktop-download{
	display: none;
}
}
   



@media (max-width: 395px){
	.exlcol{
		padding: 0px 10px !important;
	}
	.location-text{
		font-size: 10px !important;
	}
	    .form-section .form-title {
        font-size: 26px !important;
    }
	.form-section .form-para{
		font-size: 18px !important;
	}
}

@media (max-width: 378px){
	.elx{
		padding: 0px 15px !important;
	}
	.location-text{
		font-size: 10px !important;
	}
	    .form-section .form-title {
        font-size: 26px !important;
    }
	.form-section .form-para{
		font-size: 18px !important;
	}
	.location-text {
        font-size: 10px !important;
    }
}
@media (max-width: 350px) {
        .elx {
        padding: 0px 10px !important;
    }
/* 	.form-section .form-title {
        font-size: 20px !important;
    } */
	.form-section .form-para{
		font-size: 15px !important;
	}
	
	    
	.exlcol {
    padding: 0px 0px !important;
}
	    .section-description {
        
			margin-bottom: 40px;}
	    .project-title {
        text-align: center;
			font-size: 24px;}
	    .btn-register {
        width: 100%;
        max-width: 100vw;
        padding: 11px 0px 11px 0px;
        box-sizing: border-box;
        border-radius: 4px;
        text-align: center;
        word-wrap: break-word;
    }
	footer p{
		font-size: 15px !important;
	}
	.button-left{
		font-size: 14px;
	}
	.btn-info{
		padding: 11px 0px 11px 0px;
	} 
	.location-text {
        font-size: 9px !important;
    }
}

.download-Btn{
	text-decoration: none;
	margin-top: 18px;
}

.mobile-only{
	display: none;
}

@media (max-width: 786px){
	.mobile-only{
	display: block;
}
}

@media (max-width: 392px){
	.btn-info{
		width: 80%;
		padding: 11px 0px;
	}
	.btn-register{
		padding: 11px 0px;
	}
	.reg{
		width: 100%;
	}
	.submitLead {
		font-size: 15px;
	}
	.mobileimg img {
        height: 100%;
        width: 366px !important;
    }
}

@media (max-width: 362px){
	.submitLead{
		font-size: 14px;
	}
}

@media (min-width: 1800px){
	.herobox {
    height: auto !important; 
}
	.hero-image-wrapper {
		height: auto !important;
	}
}