/* @import url("https://fonts.cdnfonts.com/css/aktiv-grotesk-cd-trial"); */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #951a1e;
  --text-color: #000000;
  --bg-color: #fffffff;
}
html {
  scroll-behavior: smooth ;
}
body {
  width: 100vw;
  overflow-x: hidden;
  font-family: "Aktiv Grotesk Trial", sans-serif !important;
  color: var(--text-color);
  background-color: var(--bg-color);
}

h1,
h2,
h3,
h4,
p {
  margin: 0px !important;
}
body{
		position: relative;
	}
	.blackImg{
		position: absolute;
		top: -100px;
	}
	
/* common css */
.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;
}
.common-btn {
  background: var(--primary);
  border-radius: 4px;
  padding: 11px 53px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.87px;
  border: none;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.border-btn {
  border: 1px solid var(--primary);
  border-radius: 4px;
  padding: 11px 53px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1.87px;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: var(--primary);
}
.price {
  font-weight: 700;
}
.heading {
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.63px;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
/* navbar start */
nav {
  padding: 30px 0px;
  border-bottom: 1px solid #e5e5e5;
}
nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* navbar end */

/* hero section start */
/* .hero-section .slider {
  width: 100%;
  height: calc(100vh - 269.8px);
} */
.slider {
      position: relative;
      width: 100%;

     height: calc(100vh - 269.8px);
      overflow: hidden;
      
    }

    .slider img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: none;
    }

    .slider img.active {
      display: block;
    }
/* Carousel container */
    .my-carousel {
      position: relative;
      width: 100%;
      height: calc(100vh - 269.8px);
      overflow: hidden;
    }

    /* Each slide */
    .my-carousel-slide {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .my-carousel-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Active slide */
    .my-carousel-slide.visible {
      opacity: 1;
      z-index: 1;
    }

.hero-section .slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .project-info {
  background: #eeeeee !important;
  padding: 38px 0px;
}
.project-info .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.project-info .project-name h1 {
  font-size: 40px;
  font-weight: 275;
  letter-spacing: 4.4px;
  text-transform: uppercase;
}
.project-info .project-name h1 span {
  font-weight: 300;
}
.project-info .project-name p {
  font-size: 25px;
  font-weight: 275;
}
.project-info .project-detail-section .project-detail {
  text-decoration: none;
  background: var(--primary);
  color: #fff;
  padding: 13px 53px;
  font-size: 24px;
  font-weight: 200;
}
.project-detail-section .project-detail .small-divider {
  padding: 0px 20px;
}

.project-info .project-detail-section p {
  color: var(--primary);
  font-size: 24px;
  font-weight: 300;
  padding-top: 15px;
  text-align: center;
}
.project-detail-section .project-detail .price {
  font-weight: 400;
}
/* mobile */
.project-info-mobile {
  background: #eeeeee;
  padding: 35px 0px;
	min-height: 425px;
}

.project-info-mobile .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.project-info-mobile h2 {
  font-size: 31px;
  font-weight: 275;
  text-transform: uppercase;
  letter-spacing: 3.41px;
  line-height: 54px;
}
.project-info-mobile h2 span {
  font-weight: 400;
}
.project-info-mobile .info-mobile {
  padding: 22px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
	
}
.project-info-mobile .info-mobile .divider {
  width: 84px;
  height: 0.5px;
  background: #000000;
}
.project-info-mobile .info-mobile .title {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3.6px;
  padding-bottom: 6px;
}
.project-info-mobile .info-mobile .value {
  font-size: 17px;
  font-weight: 600;
}
.project-info-mobile .payment {
  font-size: 19px;
  font-weight: 400;
  color: var(--primary);
}
/* hero section end */

/* about section start */
.about {
  padding: 72px 0px;
}

.about .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about .contents {
  width: 43%;
}
.about .contents h2 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 3.52px;
  text-transform: uppercase;
}
.about .contents p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  padding: 50px 0px;
}
.about .about-img {
  width: 50%;
  height: 450px;
}
.about .about-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.about .btns {
  width: 70% !important;
}
/* about section end */

/* amenities section start */
.amenities {
  padding: 72px 0px;
}
.amenities .amenities-detail {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 65px 0px;
  width: 80%;
  margin: 0 auto;
}
.amenities .amenities-detail .box .text {
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 400;
  padding-top: 12px;
}
/* amenities section end */

/* location section start */
.location {
  padding: 72px 0px;
}
.location .content {
  font-size: 16px;
  font-weight: 300;
  padding-top: 26px;
}
.location .location-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  padding: 0px 20px;
  gap: 60px;
}
.location .location-details .divider {
  width: 68px;
  height: 1px;
  transform: rotate(90deg);
  background: #000000;
}
.location .location-details .mins {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.76px;
  text-transform: uppercase;
}
.location .location-details .text {
  font-size: 22px;
  font-weight: 600;
  padding-top: 16px;
}
.location .map,
.location .mobile-map {
  padding: 65px 0px;
}
/* location section end */

/*  */
.submitLead, .btn-info, .btn-register, .btn-register {
      background: var(--primary) !important;
  }

.form-dropdown i img{
	width: 15px;
}

.submitLead{
	   width: 100%;
    border-radius: 4px;
    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
}

/* form and popup */
 .form-checkbox label {
    color: #808080 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    /* font-family: "Avenir Roman"; */
    margin: 0 0 0 5px !important;
    line-height: 0 !important;
    position: relative !important;
    top: -2px !important;
}
	 .form-checkbox label a{
		color: #808080 !important;
	}
 .form-checkbox label span {
    text-decoration: underline;
    cursor: pointer;
}
	
	.form-section .form-checkbox input{
    width: auto  !important;
}
.conditions-error {
    margin: 0px 10px 10px 4px;
}
.error {
    color: #FF5722 !important;
    font-size: 12px;
    margin-top: 5px;
}
	@media (max-width: 768px) {
/*      .form-checkbox {
        display: flex;
        align-items: flex-start;
		gap: 8px;
    } */
		     .form-checkbox-box input[type="checkbox"] {
        padding: 0;
        margin: 0 0 10px 0 !important;
        flex: none;
    }
		
     .form-checkbox label {
        font-size: 9px !important;
        /* flex: 1; */
        line-height: 1.4 !important;
        /* word-break: break-word; */
    }
	}

	.submitLead{
		font-weight: 600 !important;
	}
	.popup-main{
		background: #fff ; width: 90%; margin:20px auto; padding: 20px; position: relative; display: flex; justify-content: center; align-items: center;
	}
	 .form-popup {
		  background: #fff  !important;
	  }

		.form-popup .form-section{
		  padding: 0px 0px !important;
	  }
	  .form-popup .form-section .eoi-form {
    display: flex;
    flex-direction: column;
    gap: 20px !important;
	padding-top: 0px !important;
	}
	.form-popup .form-para{
		margin-bottom: 0px;
	}
	.form-popup .terms p{
		margin-bottom: 0px
	}
	.form-popup .submitLead{
		font-weight: 400 !important;
	}
	.form-popup .form-img{
		height: 700px;
	}
	.form-section .form-img{
		width: 520px;
	}
	#country_of_residence_3{
		width: 168px;
		  
	}
	.unit-type-3{
		 -webkit-appearance: none !important;
		appearance: none !important;  
	}
	
	.terms {
		color: rgba(102, 112, 133, 1);
		font-weight: 400;
		font-size: 16px;
	}
	.terms a{
		text-decoration: underline !important;
		color:  rgba(102, 112, 133, 1) !important;
	}
	
  select#country_of_residence {
    width: 92px;
  }

  
	

  
  
  .form-section .eoi-form {
    margin-bottom: 0px;
    gap: 30px !important;
  }



  .form-section .form {
    width: 50%;
  }



  

  /* form start */
  .form-section {
    padding: 72px 0px;
  }

  .form-wrapper .form-aligned-block {
    width: 100%;
  }

  .form-section .form-wrapper {
    display: flex;
    gap: 82px;
  }

  .form-section .form-title {
    font-size: 33px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #101828;
    margin-bottom: 0px !important;
    font-weight: 400;
	color: #101828 !important;
  }

  .form-section .form-para {
    color: #667085;
    font-size: 20px;
    padding: 20px 0px;
  }

  .form-section .eoi-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
/*     padding-top: 25px; */
  }

  .form-section .eoi-form label {
    color: rgba(52, 64, 84, 1);
    font-size: 14px;
    font-weight: 500;
  }

  .form-section .eoi-form input {
    width: 100%;
    padding: 12px 16px;
    margin-top: 8px;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
    color: #667085 !important;
  }

  .form-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .phone {
    margin-bottom: 10px;
  }

  .phone-input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
  }

  #phonecode {
    border: none;
    margin-top: 0px;
  }

  #countrySelect {
    width: 65px;
  }

  select,
  input {
    border: none;
    padding: 10px;
    font-size: 16px;
    outline: none;
  }



  input {
    flex: 1;
  }

  .unit-type {
    appearance: none;
  }

  .form-dropdown {
    position: relative;
  }

  .form-dropdown i {
    position: absolute;
    top: 60%;
    right: 15px;
    transform: translate(-50%, -50%)
  }

  /* form end */

  
 
  
	 select#country_of_residence {
      width: 92px;
    }
	
	.terms-popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #000;
      color: white;
      z-index: 99999;
      display: none;
      overflow-y: auto;
    }

    .privacy-popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: #000;
      color: white;
      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: white;
      font-size: 32px;
      border: none;
      cursor: pointer;
    }

    .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;
    }


/* responsive */

/* Only for Edge */
	@media (min-width: 1440px){
		.edge-browser .popup-main {
  margin: 20px auto;
}
	}

@media (min-width: 768px) and (max-width: 1024px) {
  .project-info .project-detail-section .project-detail {
    text-decoration: none;
    background: var(--primary);
    color: #fff;
    padding: 13px 20px;
    font-size: 15px;
  }
	.about .btns {
    width: 100% !important;
}
	.border-btn {
    border: 1px solid var(--primary);
    border-radius: 4px;
		padding: 11px 30px;}
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  nav .desktop-nav-btn {
    display: none;
  }
  nav .container {
    justify-content: center;
  }
  .my-carousel  {
    height: 500px;
  }
  .container {
    padding: 0px 20px !important;
  }
  .common-btn,
  .border-btn {
    padding: 11px 0px;
    width: 100%;
    font-size: 14px;
  }
  .about .container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 64px;
  }
  .about .about-img,
  .about .contents {
    width: 100%;
  }
  .about .contents {
    text-align: center;
  }
  .about .btns {
    display: none !important;
  }
  .about .mobile-btn a {
    padding: 11px 53px;
  }
  .about .contents h2 {
    font-size: 27px;
    letter-spacing: 3px;
  }
  .amenities {
    padding: 0px;
  }
  .amenities .amenities-detail {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 54px 0px;
  }
  .amenities .common-btn,
  .location .common-btn {
    width: 100%;
    display: block;
  }
  .location .location-details {
    flex-direction: column;
    gap: 40px;
  }
  .location .location-details .divider {
    transform: rotate(0deg);
    width: 138px;
  }
	 .form-section{
			  margin-top: 65px;
		  }
		  .form-popup  .form-section{
			  margin-top: 0px;
		  }
		   .form-popup .form-img{
			  display: none;
		  }
		  .form-popup .form-section .form {
        padding: 0px !important;
    }
		  .form-popup .form-section{
			  padding: 0px !important;
		  } 
		  .form-popup     .form-section .form-title {
        font-size: 21px;
    }
		  .form-popup .form-section .form-para {
        font-size: 14px;
    }
		 .form-popup .form-head{
			 text-align: center;
		 }
		  .form-section .form-img {
      width: 100%;
    }

    .form-section .form {
      width: 100%;
    }
		   .terms-text {
        font-size: 12px;
      }

      .privacy-text {
        font-size: 12px;
      }

      .close-btn {
        font-size: 24px;
      }
	.form-img {
        display: none !important;
     
    }
	    .form-section {
        margin-top: 0px;
			padding: 0px;
			padding-top: 30px;
    }

}

@media (max-width: 480px) {
  nav .nav-logo {
    width: 185px;
  }
  nav .nav-logo img {
    width: 100%;
  }

  .my-carousel  {
    width: 100%;
    height: 340px;
  }
  .heading {
    font-size: 24px;
    letter-spacing: 2.64px;
  }
  .amenities .amenities-detail {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }
	    .submitLead {
        width: 100%;
        padding: 11px 0px 11px 0px;
        box-sizing: border-box;
        border-radius: 4px;
        text-align: center;
        margin: 0 auto;
    }
	.form-popup .form-section .form-title {
        font-size: 22px !important;
    }
		
    
	.form-section .form-title {
		font-size: 25px;
	}
	.form-section .form-para{
		font-size: 18px;
	}
	.slider{
		height: 340px;
	}
}

@media (max-width: 393px){
		.form-section .form-title {
        font-size: 24px !important;
    }
		.form-section .form-para{
			font-size: 14px !important
		}
		.btn-register, .btn-register{
			width: 100%;
			padding: 11px 0px !important;
		}
		.reg{
			width: 100%;
		}
	}
     @media (max-width:325px) {
     
      .form-section .form-title {
        letter-spacing: 3px;
        font-size: 20px !important;
      }
}

@media (max-width: 320px) {
  .about .mobile-btn a {
    padding: 11px 40px;
    width: 100%;
  }
}


