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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #52131F;
  --text-color: #000000;
  --bg-color: #ffffff;
}
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;
}

/* common css */
.common-btn {
  background: linear-gradient(to right, #6C4A3F, #A98071);
  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);
}
.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: linear-gradient(to right, #6C4A3F, #A98071);
  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;
 color: #000 !important;
	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: linear-gradient(to right, #6C4A3F, #A98071);
  }

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

/* responsive */
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  nav .desktop-nav-btn {
    display: none;
  }
  nav .container {
    justify-content: center;
  }
  .hero-section .slider {
    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: 30px;
    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;
  }
}
@media (min-width: 1442px){
	nav .container{
		max-width: 90% !important;
	}
	.form-popup .form-section .form-img
	{
		width: 50% !important;
	}
	.form-popup{
		width: 100%;
	}
}
@media (max-width: 576px) {
    .divider {
        display: block !important;
    }
	.form-section {
		margin-top: 40px !important;
    padding: 0px 0px !important;
}
	.project-info-mobile{
		padding: 18px 0px;	
	}
	.project-info-mobile .container{
		gap: 10px
	}
	.project-info-mobile{
		min-height: 370px;
	}
}

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

  .hero-section .slider {
    width: 100%;
    height: 340px;
  }
  .heading {
    font-size: 24px;
    letter-spacing: 2.64px;
  }
  .amenities .amenities-detail {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }
	.project-info-mobile h2 {
		font-size: 22px;
	}
}
@media (max-width: 393px) {
    .form-section .form .form-title {
        font-size: 20px !important;
    }
}

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