/* Reset CSS Starts */

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

.container {
  max-width: 1150px;
  padding: 0px 20px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

a {
  cursor: pointer !important;
  color: #274b76;
}

.top-bar {
  background: #a61f24;
  height: 40px;
}

.banner {
  background: url(../img/banner.jpg) top left no-repeat;
  background-size: cover;
  min-height: 480px;
}

.banner-wrap {
  display: flex;
  flex-wrap: wrap;
}

.banner-wrap-left {
  width: 50%;
}

.banner-wrap-right {
  width: 50%;
}

.section-heading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #a61f24;
}

.text-white {
  color: #ffffff;
}

.btn {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #a61f24;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 24.5px;
  text-decoration: none;
  padding: 0px 33px;
  margin: 0 auto;
  display: inline-block;
}

.apartments-bg {
  background: #a61f24;
  padding: 21px 0px;
}

.footer-bg {
  background: #000000;
}

.form-div {
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 25px 25px 25px;
  max-width: 267px;
  margin-left: auto;
  margin-top: -40px;
}

.call-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-div p {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 15px;
}

.call-div p a {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.two-bed {
  padding: 20px 0px;
  border-bottom: 1px solid #ffffff;
}

.two-bed p {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
}

.welcome-to h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding: 20px 40px;
}

.input-div {
  padding: 12px 0px;
}
.input-div input {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  outline: none;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #000000;
  padding: 5px;
  font-family: "Inter";
}

.input-div textarea {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  outline: none;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #000000;
  padding: 5px;
  font-family: "Inter";
}

.submit-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #a61f24;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 13.5px;
  outline: none;
  border: none;
  padding: 7px 27px;
  display: block;
  margin: 0 auto;
}

.why-invest-wrap {
  padding: 45px 0px;
}

.why-col-wrap {
  max-width: 967px;
  margin: 0 auto;
  display: flex;
  margin-top: 48px;
  flex-wrap: wrap;
}

.why-col-1 {
  width: 24%;
}

.reaonable-price span {
  width: 112px;
  height: 112px;
  background: #a61f24;
  border: 0.5px solid #a0a0a0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.why-col-3 .reaonable-price {
  margin-left: auto;
}

.reaonable-price {
  max-width: 210px;
  margin-bottom: 50px;
}

.reaonable-price p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding: 10px 20px 10px;
}

.why-col-2 {
  width: 52%;
}

.why-col-3 {
  width: 24%;
}

.why-col-2 img {
  margin-bottom: 22px;
}

.why-col-2 .reaonable-price {
  margin: 0 auto;
}

.reaonable-btn {
  text-align: center;
}

.amenties-bg {
  background: url(../img/amenties.jpg) top left no-repeat;
  background-size: cover;
  padding: 48px 0px;
}

.amenties-bg .section-heading {
  margin-bottom: 25px;
}

.amenties-wrap {
  max-width: 950px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}

.amenties-wrap-2 {
  max-width: 760px;
  display: flex;
  margin: 0 auto;
  margin-top: -30px;
  flex-wrap: wrap;
}

.amenties-wrap-2 .amenties-wrap-div {
  width: 25%;
}

.amenties-w {
  width: 160px;
  height: 185px;
  background: url(../img/hexa.svg) top left no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  margin: 0 auto;
}

.amenties-w h6 {
  display: block;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 5px;
}

.amenties-wrap-div {
  width: 20%;
}

.amenties-btn {
  text-align: center;
  margin-top: 52px;
}

.amenties-btn .btn {
  background: #ffffff;
  color: #a61f24;
}

.floor-map-bg {
  background: #efefef;
  padding: 37px 0px;
}

.floor-map {
  max-width: 956px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.floor-map-img {
  width: 50%;
  padding: 18px;
}

.floor-map-img img {
  width: 100%;
}

.slot-bg {
  padding: 40px 0px;
}

.slot-bg .section-heading {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

.book-slot-form {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

.responsive-map iframe {
  width: 100%;
  height: 536px;
}

.book-slot-img {
  width: 50%;
}

.book-slot-dfg {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.book-form {
  max-width: 406px;
  margin: 0 auto;
}

.book-form .input-div2 input {
  background: #eceaea;
  border: 1px solid #bfbdbd;
  width: 100%;
  padding: 15px 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  text-transform: uppercase;
  color: #000000;
  outline: none;
}

.book-form .input-div2 textarea {
  background: #eceaea;
  border: 1px solid #bfbdbd;
  width: 100%;
  padding: 15px 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 12px;
  text-transform: uppercase;
  color: #000000;
  outline: none;
  height: 135px;
}

.submit-btn2 {
  background: #a61f24;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 23.5px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 0px 28px;
  display: block;
  margin: 0 auto;
  margin-top: -30px;
}

.book-form .input-div2 {
  padding-bottom: 58px;
}

.apartments p {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  text-align: center;

  color: #ffffff;
}

.locate-bg {
  background: #efefef;
  padding: 90px 0px;
}

.locate-wrap {
  max-width: 1244px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 15px;
}

.locate-wrap-right {
  width: 68%;
}

.locate-wrap-left .section-heading {
  text-align: left;
}

.locate-wrap-left {
  width: 32%;
  padding-right: 64px;
}

.locate-wrap-left ul li{
    font-size:20px !important;
    padding:5px 0px !important;
}

.locate-wrap-left p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-top: 35px;
}

.wating-for-bg {
  padding: 27px 0px;
}

.wating-for {
  text-align: center;
}

.wating-for p {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  /* identical to box height */

  text-align: center;

  color: #000000;
  margin-bottom: 23px;
}

.footer-bg p {
  text-align: center;
  padding: 13px 0px;
}
.footer-bg p a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}

.more-life {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  background: rgb(166 31 36 / 70%);
  border-radius: 26.5px;
  text-decoration: none;
  max-width: 470px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 3px 30px;
  margin-top: 130px;
}

.more-life i {
  font-family: "Kaushan Script", cursive;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  text-transform: lowercase;
  color: #ffffff;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 60px 117px;
  width: auto;
  max-width: 806px;
  margin: 20px auto;
  transition: 1s all;
}

.mfp-bg {
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.popup-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #a61f24;
}

.input-div3 input {
  background: #ffffff;
  border: 1px solid #a5a5a5;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  text-transform: capitalize;
  width: 100%;
  padding: 3px 10px;
}

.input-div3 {
  padding: 20px 0px;
}

.input-div3 textarea {
  background: #ffffff;
  border: 1px solid #a5a5a5;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  text-transform: capitalize;
  width: 100%;
  height: 157px;
  padding: 3px 10px;
}

.popup-form .submit-btn {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  background: #a61f24;
  border-radius: 21.5px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  padding: 1px 50px;
  box-shadow: none;
  display: inline-block;
  margin: 10px 0px;
}

@media only screen and (max-width: 992px) {
  .amenties-w {
    width: 113px;
    height: 131px;
  }

  .amenties-wrap-2 {
    max-width: 590px;
  }
  .locate-wrap-right {
    width: 50%;
  }
  .locate-wrap-left {
    width: 50%;
  }
  .book-form .input-div2 {
    padding-bottom: 30px;
  }
  .submit-btn2 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .why-col-1 {
    width: 50%;
    order: 1;
  }
  .why-col-3 {
    width: 50%;
  }

  .why-col-2 {
    width: 100%;
  }

  .reaonable-price {
    max-width: 100%;
  }
  .reaonable-price p {
    font-size: 11px;
  }

  .reaonable-price {
    margin-bottom: 15px;
  }

  .amenties-wrap-div {
    width: 33.33%;
  }

  .amenties-wrap-2 .amenties-wrap-div {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .amenties-wrap {
    justify-content: center;
  }

  .amenties-wrap-2 {
    justify-content: center;
    margin-top: 0;
  }

  .reaonable-price span {
    width: 90px;
    height: 90px;
  }

  .section-heading {
    font-size: 23px;
    line-height: 30px;
  }
  .amenties-w {
    width: 170px;
    height: 195px;
  }

  .btn {
    font-size: 20px;
    line-height: 40px;
  }

  .floor-map {
    margin: 25px 0px;
  }

  .submit-btn2 {
    font-size: 20px;
    line-height: 40px;
  }
  .apartments p {
    font-size: 20px;
  }
  .apartments-bg {
    padding: 5px 0px;
  }
  .locate-bg {
    padding: 30px 0px;
  }

  .locate-wrap-left p {
    font-size: 18px;
    line-height: 25px;
  }

  .wating-for p {
    font-size: 25px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .book-slot-img {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .book-slot-dfg {
    width: 100%;
  }
  .locate-wrap {
    flex-wrap: wrap;
  }
  .locate-wrap-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .locate-wrap-right {
    width: 100%;
  }

  .white-popup {
    padding: 20px;
  }

  .popup-heading {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 540px) {
  .banner-wrap-right {
    width: 100%;
    margin-top: 20px;
  }
  .form-div {
    margin-top: 0;
  }
  .banner-wrap-left {
    width: 100%;
  }
  .logo {
    text-align: center;
  }
  .form-div {
    margin-left: auto;
    margin-right: auto;
  }
  .amenties-wrap-div {
    width: 100%;
  }
  .amenties-wrap-2 .amenties-wrap-div {
    width: 100%;
  }
  .amenties-wrap-div {
    margin-bottom: 20px;
  }
  .floor-map-img {
    width: 100%;
  }
  .thank-you-d h2{
      font-size:45px !important;
  }
  .thank-you-d p{
          font-size: 23px !important;
    line-height: 34px !important;
  }
}


.thank-you-d h2{
    font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 64px;
line-height: 77px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;

}


.thank-you-d p{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 44px;
text-align: center;
text-transform: capitalize;
color: #FFFFFF;
margin-bottom:10px;
}

.whatsapp-icon-f{
    position: fixed;
    display: block;
    right: 0;
    bottom: 58px;
    z-index: 11111111;
}

.whatsapp-icon-f img{
    width:60px;
}

.radio-button-group {
  display: flex;
  flex-wrap:wrap;
}
.radio-button-group .item {
  width: 50%;
}
.radio-button-group .radio-button {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.radio-button-group .radio-button + label {
    padding: 7px 10px;
    cursor: pointer;
    margin-right: -2px;
    color: #555;
    background-color: #ffffff;
    display: block;
    text-align: center;
    font-size:10px;
   
}
.radio-button-group .item:first-of-type .radio-button + label{
  
}
.radio-button-group .item:last-of-type .radio-button + label {
 
}
.radio-button-group .radio-button:checked + label {
    background-color: #a61f24;
    color: #FFF;
}


.banner-form{
    
}