@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
body {
  font-family: "Instrument Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #1e1e1e;
  font-weight: 200;
}
@media (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

.container {
  padding: 0 20px;
}

section {
  overflow: hidden;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
span,
img {
  transition: 600ms all;
  -webkit-transition: 600ms all;
  -moz-transition: 600ms all;
  -ms-transition: 600ms all;
  -o-transition: 600ms all;
  font-weight: 400;
}

h1 {
  font-size: 72px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h1 {
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 55px;
  line-height: 54px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

h3 {
  font-size: 46px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 36px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: 30px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 20px;
  }
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

p {
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 35px 0;
}
@media (max-width: 575px) {
  header {
    padding: 24px 0;
  }
}
@media (max-width: 991px) {
  header .container {
    max-width: 100%;
  }
}
header .container img {
  width: 176px;
}
@media (max-width: 575px) {
  header .container img {
    width: 132px;
  }
}
header .container .right {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  header .container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .container .right a {
  background: #ffff82;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 130)), to(rgb(255, 226, 73)));
  background: linear-gradient(90deg, rgb(255, 255, 130) 0%, rgb(255, 226, 73) 100%);
  padding: 12px 24px;
  border-radius: 30px;
  color: #1e1e1e;
  text-transform: uppercase;
  font-weight: 600;
}
header .container .enquiry {
  display: none;
}

.banner {
  position: relative;
  min-height: 100vh;
  overflow: unset;
  z-index: 1;
}
.banner::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70.65%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 70.65%);
  height: 235px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .banner {
    min-height: auto;
    background: rgba(243, 196, 122, 0.2);
  }
}
@media (max-width: 767px) {
  .banner {
    height: 100vh;
  }
}
.banner .logo {
  position: absolute;
  z-index: 3;
}
@media (max-width: 991px) {
  .banner .container {
    max-width: 100%;
  }
}
.banner .ban-img {
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .banner .ban-img {
    height: 100vh;
  }
}
.banner .ban-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .ban-img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.banner .ban-img .ban {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .banner .ban-img .ban {
    min-height: 350px;
  }
}
.banner .container-cust {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: -20px;
  height: 100%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .container-cust .row {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .banner .container-cust {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 150px;
  }
  .banner .container-cust .row {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .banner .container-cust {
    padding: 25px 12px;
    padding-top: 125px;
  }
}
.banner .container-cust h1 {
  color: #fff;
  margin: 20px 0;
  font-size: 68px;
  line-height: 1.15;
  max-width: 460px;
}
@media (max-width: 990px) {
  .banner .container-cust h1 br {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .banner .container-cust h1 {
    font-size: 65px;
    max-width: 390px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .container-cust h1 {
    font-size: 55px;
    max-width: 405px;
  }
}
@media (max-width: 990px) {
  .banner .container-cust h1 {
    font-size: 45px;
    margin: 20px 0 30px;
    text-transform: capitalize;
    line-height: 1.15;
  }
}
@media screen and (max-width: 770px) {
  .banner .container-cust h1 {
    font-size: 41px;
  }
}
@media screen and (max-width: 590px) {
  .banner .container-cust h1 {
    max-width: 370px;
  }
}
.banner .container-cust .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.banner .container-cust .location .location-wrap {
  background: rgba(254, 251, 243, 0.5607843137);
  backdrop-filter: blur(4px);
  padding: 20px 23px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1390px) {
  .banner .container-cust .location .location-wrap {
    padding: 14px;
  }
}
.banner .container-cust .location .location-wrap .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .banner .container-cust .location .location-wrap .icon {
    margin-right: 8px;
    width: 14px;
  }
}
.banner .container-cust .location .location-wrap h5 {
  color: #000;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .banner .container-cust .location .location-wrap h5 {
    color: #fff;
  }
}
.banner .container-cust .location .location-wrap p {
  margin-bottom: 0;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  text-shadow: 0px 1px 2px #514CB2;
}
@media (max-width: 767px) {
  .banner .container-cust .location .location-wrap p {
    color: #FFFFFF;
    font-size: 14px;
  }
}
.banner .container-cust .banner-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 990px) {
  .banner .container-cust .banner-right {
    padding: 32px 20px;
    position: absolute;
    top: 100%;
    background: rgba(243, 196, 122, 0.2);
    width: 100%;
    left: 0;
  }
}
.banner .container-cust .banner-right .form-wrap {
  background-color: #ED315A;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  z-index: 99;
  width: 100%;
}
.banner .container-cust .banner-right .form-wrap::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 235px;
  height: 345px;
  background-image: url("../images/form-after.svg");
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .banner .container-cust .banner-right .form-wrap {
    margin-right: -35px;
  }
}
@media screen and (max-width: 990px) {
  .banner .container-cust .banner-right .form-wrap {
    margin-right: unset;
  }
}
@media (max-width: 575px) {
  .banner .container-cust .banner-right .form-wrap {
    padding: 24px;
  }
  .banner .container-cust .banner-right .form-wrap .inner h4 {
    font-size: 28px;
  }
  .banner .container-cust .banner-right .form-wrap .inner p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
  }
}
.banner .container-cust .banner-right .form-wrap .inner {
  text-align: center;
}
.banner .container-cust .banner-right .form-wrap .inner h4 {
  font-weight: 600;
}
.banner .container-cust .banner-right .form-wrap .inner h4,
.banner .container-cust .banner-right .form-wrap .inner p {
  color: #fff;
}
.banner .container-cust .banner-right .form-wrap .inner form input,
.banner .container-cust .banner-right .form-wrap .inner form textarea {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 8px;
  background-color: rgba(243, 138, 161, 0.8980392157);
  margin-bottom: 15px;
  height: 45px;
  padding: 15px;
  font-size: 16px;
  color: #fff;
}
.banner .container-cust .banner-right .form-wrap .inner form input::-webkit-input-placeholder, .banner .container-cust .banner-right .form-wrap .inner form textarea::-webkit-input-placeholder {
  color: #fff;
}
.banner .container-cust .banner-right .form-wrap .inner form input::-moz-placeholder, .banner .container-cust .banner-right .form-wrap .inner form textarea::-moz-placeholder {
  color: #fff;
}
.banner .container-cust .banner-right .form-wrap .inner form input:-ms-input-placeholder, .banner .container-cust .banner-right .form-wrap .inner form textarea:-ms-input-placeholder {
  color: #fff;
}
.banner .container-cust .banner-right .form-wrap .inner form input::-ms-input-placeholder, .banner .container-cust .banner-right .form-wrap .inner form textarea::-ms-input-placeholder {
  color: #fff;
}
.banner .container-cust .banner-right .form-wrap .inner form input::placeholder,
.banner .container-cust .banner-right .form-wrap .inner form textarea::placeholder {
  color: #fff;
}
.banner .container-cust .banner-right .form-wrap .inner form textarea {
  height: 90px;
}
.banner .container-cust .banner-right .form-wrap .inner form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFE249), to(#FFE249));
  background: linear-gradient(0deg, #FFE249, #FFE249);
  border-radius: 50px;
  width: 100%;
  height: 56px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  gap: 10px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner .container-cust .banner-right .form-wrap .inner form button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(96.33% 377.87% at 100% 0%, rgba(255, 255, 255, 0) 19.19%, rgba(250, 250, 250, 0.4) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.banner .container-cust .banner-right .form-wrap .inner form button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 225, 73, 0.8352941176)), to(rgba(255, 225, 73, 0.8078431373)));
  background: linear-gradient(0deg, rgba(255, 225, 73, 0.8352941176), rgba(255, 225, 73, 0.8078431373));
}
@media (max-width: 990px) {
  .banner .container-cust .banner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media screen and (max-width: 1400px) {
  .banner .container-cust {
    top: -40px;
  }
}
@media screen and (max-width: 990px) {
  .banner .container-cust {
    top: 0;
  }
}
.banner .flat-logo {
  width: 222px;
}
@media screen and (max-width: 1400px) {
  .banner .flat-logo {
    width: 200px;
  }
}
@media (max-width: 990px) {
  .banner .flat-logo {
    width: 150px;
  }
}
.banner .ban-bottom {
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: auto;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  z-index: 9;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .banner .ban-bottom {
    bottom: 30px;
    top: inherit;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .banner .ban-bottom {
    bottom: 22px;
  }
}
@media (max-width: 575px) {
  .banner .ban-bottom .qr {
    width: 100%;
  }
}
.banner .ban-bottom .qr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.banner .ban-bottom .qr ul li {
  padding: 0 5px;
}
.banner .ban-bottom .qr ul li p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  color: #fff;
  text-wrap: nowrap;
}
.banner .ban-bottom .construction {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .banner .ban-bottom .construction {
    margin-right: 0;
  }
}
.banner .ban-bottom .construction .con-wrap {
  background-color: #C02D47;
  padding: 11px 20.5px;
  text-align: center;
}
.banner .ban-bottom .construction .con-wrap h6 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  color: #F3EEE2;
  line-height: 13px;
  text-wrap: nowrap;
}
.banner .ban-bottom .construction .con-wrap p {
  font-size: 11px;
  color: #F3EEE2;
  line-height: 13px;
  margin-top: 3px;
}

#main {
  background: #fef8ee;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(254, 248, 238)), to(rgb(255, 255, 255)));
  background: linear-gradient(0deg, rgb(254, 248, 238) 0%, rgb(255, 255, 255) 100%);
}

.counter {
  padding: 20px 0 0;
}
@media (max-width: 990px) {
  .counter {
    margin-top: 560px;
  }
}
@media (max-width: 575px) {
  .counter {
    padding-bottom: 0;
    padding-top: 50px;
  }
}
.counter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .counter ul {
    margin: 0 -6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.counter ul li {
  padding: 10px;
  width: 20%;
}
@media (max-width: 991px) {
  .counter ul li {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  .counter ul li {
    padding: 6px;
  }
}
@media (max-width: 500px) {
  .counter ul li {
    width: 50%;
  }
}
.counter ul li .inner {
  background-color: #fff;
  padding: 25px;
  border-radius: 16px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(237, 49, 90, 0.05);
          box-shadow: 0px 0px 10px 5px rgba(237, 49, 90, 0.05);
  -webkit-transition: 600ms all;
  transition: 600ms all;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.counter ul li .inner::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f27993;
  background: -webkit-gradient(linear, left top, right top, from(rgb(242, 121, 147)), to(rgb(237, 49, 90)));
  background: linear-gradient(90deg, rgb(242, 121, 147) 0%, rgb(237, 49, 90) 100%);
  opacity: 0;
  -webkit-transition: 600ms all;
  transition: 600ms all;
}
.counter ul li .inner h2 {
  margin-bottom: 0px;
  font-size: 55px;
  font-weight: 800;
  color: #ed315a;
  -webkit-transition: 600ms all;
  transition: 600ms all;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .counter ul li .inner h2 {
    font-size: 40px;
  }
}
.counter ul li .inner p {
  color: rgba(30, 30, 30, 0.7);
  -webkit-transition: 600ms all;
  transition: 600ms all;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .counter ul li .inner p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
}
.counter ul li .inner:hover::after {
  opacity: 1;
}
.counter ul li .inner:hover h2 {
  color: #ffe249;
}
.counter ul li .inner:hover p {
  color: #fff;
}

.where {
  padding: 70px 0 85px;
}
@media (max-width: 991px) {
  .where {
    padding: 40px 0 70px;
  }
}
@media (max-width: 767px) {
  .where {
    padding: 10px 0 50px;
  }
}
@media (max-width: 991px) {
  .where .where-left {
    margin-top: 30px;
  }
}
.where .where-left .inner h2 {
  margin-bottom: 30px;
}
.where .where-left .inner h2 span {
  color: #ed315a;
  font-weight: 800;
  background: #ed315a;
  background: -webkit-gradient(linear, left top, right top, from(#ed315a), to(#bd2244));
  background: linear-gradient(to right, #ed315a 0%, #bd2244 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 575px) {
  .where .where-left .inner h2 {
    margin-bottom: 16px;
  }
}
.where .where-left .inner p {
  font-size: 17px;
  color: rgba(43, 35, 35, 0.95);
  line-height: 28px;
}
.where .where-left .inner .box-wrap {
  background: #fdd18c;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 209, 140, 0.8)), to(rgba(239, 181, 87, 0.8)));
  background: linear-gradient(180deg, rgba(253, 209, 140, 0.8) 0%, rgba(239, 181, 87, 0.8) 100%);
  padding: 26px 13px;
  border-radius: 16px;
  margin-top: 24px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1400px) {
  .where .where-left .inner .box-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .where .where-left .inner .box-wrap {
    margin-top: 16px;
    padding: 0;
  }
}
.where .where-left .inner .box-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.where .where-left .inner .box-wrap ul li {
  padding: 0 24px;
  text-align: center;
  position: relative;
}
@media (max-width: 1400px) {
  .where .where-left .inner .box-wrap ul li {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .where .where-left .inner .box-wrap ul li {
    width: 100%;
    padding: 25px;
  }
}
.where .where-left .inner .box-wrap ul li::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fef8ee;
}
@media (max-width: 992px) {
  .where .where-left .inner .box-wrap ul li::after {
    width: 100px;
    height: 1px;
    left: 0;
    margin: auto;
    top: inherit;
    bottom: 0;
  }
}
.where .where-left .inner .box-wrap ul li:last-child::after {
  display: none;
}
.where .where-left .inner .box-wrap ul li h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0;
}
@media (max-width: 1400px) {
  .where .where-left .inner .box-wrap ul li h6 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1400px) {
  .where .where-left .inner .box-wrap ul li h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .where .where-left .inner .box-wrap ul li h6 {
    font-size: 18px;
  }
}
.where .where-left .inner .box-wrap ul li p {
  font-size: 15px;
}
@media (max-width: 1400px) {
  .where .where-left .inner .box-wrap ul li p {
    font-size: 11px;
    line-height: 12px;
  }
}
@media (max-width: 767px) {
  .where .where-left .inner .box-wrap ul li p {
    font-size: 14px;
  }
}
.where .where-left .inner figure {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .where .where-left .inner figure {
    margin-top: 16px;
  }
}
.where .where-left .inner figure img {
  width: 100%;
}
.where .where-left .inner .btn-wrap {
  display: none;
  margin-top: 30px;
}
.where .where-left .inner .btn-wrap a {
  padding: 17px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #fe3c67;
  background: -webkit-gradient(linear, left top, right top, from(rgb(254, 60, 103)), color-stop(98%, rgb(237, 52, 93)));
  background: linear-gradient(90deg, rgb(254, 60, 103) 0%, rgb(237, 52, 93) 98%);
}
@media (max-width: 767px) {
  .where .where-left .inner .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
}
.where .where-right {
  padding-left: 100px;
}
@media (max-width: 1199px) {
  .where .where-right {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .where .where-right {
    display: none;
  }
}
.where .where-right .inner {
  border-radius: 16px;
  overflow: hidden;
}
.where .where-right .inner img {
  width: 100%;
}
.where .where-right .inner:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.amenities {
  padding: 86px 0;
}
@media (max-width: 991px) {
  .amenities {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .amenities {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .amenities .amenities-left {
    display: none;
  }
}
.amenities .amenities-left .inner {
  border-radius: 16px;
  overflow: hidden;
  margin-right: 70px;
  height: 100%;
}
@media (max-width: 1400px) {
  .amenities .amenities-left .inner {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  .amenities .amenities-left .inner {
    margin-right: 0px;
  }
}
.amenities .amenities-left .inner img {
  width: 100%;
  height: 100%;
}
.amenities .amenities-left .inner:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1199px) {
  .amenities .amenities-right {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .amenities .amenities-right {
    margin-top: 0;
    text-align: center;
  }
}
.amenities .amenities-right .inner figure {
  border-radius: 16px;
  overflow: hidden;
  margin: 24px 0;
}
.amenities .amenities-right .inner figure img {
  width: 100%;
}
.amenities .amenities-right .inner figure:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767px) {
  .amenities .amenities-right .inner .build-logo img {
    max-width: 173px;
  }
}
.amenities .amenities-right .inner .location h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 18px 0 14px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0%;
  color: #2B2323;
}
.amenities .amenities-right .inner .location h6 img {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .amenities .amenities-right .inner .location h6 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
  }
  .amenities .amenities-right .inner .location h6 img {
    width: 24px;
  }
}
.amenities .amenities-right .inner h4 {
  color: #ed315a;
  font-weight: 500;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: capitalize;
  color: #1E1E1E;
  margin: 0 0 20px;
}
@media screen and (max-width: 1250px) {
  .amenities .amenities-right .inner h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .amenities .amenities-right .inner h4 {
    text-align: center;
    margin: 0;
    font-size: 28px;
    line-height: 36px;
  }
}
.amenities .amenities-right .inner h5 {
  margin-bottom: 20px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #1E1E1E;
}
@media (max-width: 767px) {
  .amenities .amenities-right .inner h5 {
    text-align: left;
  }
}
.amenities .amenities-right .inner .item .wrap {
  text-align: center;
}
.amenities .amenities-right .inner .item .wrap:first-child {
  margin-bottom: 24px;
}
.amenities .amenities-right .inner .item .wrap span {
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0px auto 10px;
}
@media (max-width: 767px) {
  .amenities .amenities-right .inner .item .wrap span {
    width: 70px;
    height: 70px;
  }
}
.amenities .amenities-right .inner .item .wrap span img {
  width: 40px;
}
.amenities .amenities-right .inner .item .wrap span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffbd62;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 189, 98)), to(rgb(255, 226, 74)));
  background: linear-gradient(0deg, rgb(255, 189, 98) 0%, rgb(255, 226, 74) 100%);
}
.amenities .amenities-right .inner .item .wrap span::after {
  position: absolute;
  content: "";
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 600ms all;
  transition: 600ms all;
}
.amenities .amenities-right .inner .item .wrap span img {
  position: relative;
  z-index: 1;
}
.amenities .amenities-right .inner .item .wrap p {
  font-size: 15px;
  line-height: 20px;
  min-height: 60px;
}
@media (max-width: 767px) {
  .amenities .amenities-right .inner .item .wrap p {
    font-size: 13px;
    line-height: 18px;
  }
}
.amenities .amenities-right .inner .item .wrap:hover span::after {
  opacity: 0;
}
.amenities .amenities-right .inner ul.amen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.amenities .amenities-right .inner ul.amen li {
  width: 16.666%;
  padding: 12px;
  text-align: center;
}
@media (max-width: 575px) {
  .amenities .amenities-right .inner ul.amen li {
    width: 25%;
  }
}
@media (max-width: 400px) {
  .amenities .amenities-right .inner ul.amen li {
    width: 33.333%;
  }
}
.amenities .amenities-right .inner ul.amen li .wrap span {
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0px auto 10px;
}
@media (max-width: 767px) {
  .amenities .amenities-right .inner ul.amen li .wrap span {
    width: 70px;
    height: 70px;
  }
}
.amenities .amenities-right .inner ul.amen li .wrap span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffbd62;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 189, 98)), to(rgb(255, 226, 74)));
  background: linear-gradient(0deg, rgb(255, 189, 98) 0%, rgb(255, 226, 74) 100%);
}
.amenities .amenities-right .inner ul.amen li .wrap span::after {
  position: absolute;
  content: "";
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: 600ms all;
  transition: 600ms all;
}
.amenities .amenities-right .inner ul.amen li .wrap span img {
  position: relative;
  z-index: 1;
}
.amenities .amenities-right .inner ul.amen li .wrap p {
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .amenities .amenities-right .inner ul.amen li .wrap p {
    font-size: 13px;
    line-height: 18px;
  }
}
.amenities .amenities-right .inner ul.amen li .wrap:hover span::after {
  opacity: 0;
}
.amenities .amenities-right .inner .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .amenities .amenities-right .inner .btn-wrap {
    margin-top: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.amenities .amenities-right .inner .btn-wrap a {
  padding: 17px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #fe3c67;
  background: -webkit-gradient(linear, left top, right top, from(rgb(254, 60, 103)), color-stop(98%, rgb(237, 52, 93)));
  background: linear-gradient(90deg, rgb(254, 60, 103) 0%, rgb(237, 52, 93) 98%);
}

.location-proximity {
  padding: 86px 0 70px;
  background-color: rgba(243, 196, 122, 0.5);
}
@media (max-width: 991px) {
  .location-proximity {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .location-proximity {
    padding: 50px 0 40px;
  }
}
.location-proximity h5 {
  font-weight: 600;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #1E1E1E;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .location-proximity .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.location-proximity .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.location-proximity .box-wrap .box {
  padding: 12px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.location-proximity .box-wrap .box h6 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #2B2323;
}
.location-proximity .box-wrap .box ul li {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .location-proximity .box-wrap .box h6 {
    font-size: 20px;
  }
  .location-proximity .box-wrap .box ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 567px) {
  .location-proximity .box-wrap .box {
    width: 100%;
  }
}
.location-proximity .box-wrap .box .icon {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .location-proximity .box-wrap .box .icon img {
    width: 40px;
  }
}
.location-proximity .box-wrap .box h6 {
  font-weight: 500;
}
.location-proximity .box-wrap .box ul li {
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 767px) {
  .location-proximity .box-wrap .box ul li {
    font-size: 14px;
  }
}
.location-proximity .box-wrap .box ul li strong,
.location-proximity .box-wrap .box ul li b {
  font-weight: 700;
}
@media (max-width: 991px) {
  .location-proximity .right {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .location-proximity .right {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.location-proximity .right .inner {
  overflow: hidden;
  border-radius: 16px;
  border: 3px solid #fff;
}
.location-proximity .right .inner img {
  width: 100%;
}

.floor-plan {
  padding: 86px 0;
}
@media (max-width: 991px) {
  .floor-plan {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .floor-plan {
    padding: 50px 0;
  }
}
.floor-plan .head {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .floor-plan .head {
    margin-bottom: 15px;
  }
}
.floor-plan .head h2 {
  background: #ed315a;
  background: -webkit-gradient(linear, left top, right top, from(#ed315a), to(#000000));
  background: linear-gradient(to right, #ed315a 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 0;
}
.floor-plan .tab-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.floor-plan .tab-btn-wrap .nav-tabs {
  padding: 5px;
  border: 1px solid rgba(254, 60, 103, 0.4);
  border-radius: 50px;
  overflow: hidden;
}
.floor-plan .tab-btn-wrap .nav-tabs .nav-item .nav-link {
  background-color: #fffefb;
  border: none;
  color: #1e1e1e;
  border-radius: 50px;
  padding: 13px 29px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.floor-plan .tab-btn-wrap .nav-tabs .nav-item .nav-link.active {
  background-color: #ed315a;
  color: #fff;
}
.floor-plan .tab-content {
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .floor-plan .tab-content {
    padding: 30px 20px 0;
  }
}
@media (max-width: 767px) {
  .floor-plan .tab-content .bhk-box {
    margin-bottom: 24px;
  }
}
.floor-plan .tab-content .bhk-box .box {
  background-color: #fef8ee;
  padding: 16px;
  border-radius: 16px;
}
.floor-plan .tab-content .bhk-box .box .inner {
  border-radius: 10px;
  overflow: hidden;
}
.floor-plan .tab-content .bhk-box .box .inner img {
  width: 100%;
}
.floor-plan .tab-content .bhk-box .box h6 {
  margin: 15px 0 0;
  font-weight: 600;
  text-align: center;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 19.62px;
  letter-spacing: 0%;
  text-align: center;
  color: #1E1E1E;
}
.floor-plan .tab-content .bhk-box:last-child {
  margin-bottom: 0;
}
.floor-plan .btn-wrap {
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .floor-plan .btn-wrap {
    margin-top: 16px;
  }
}
.floor-plan .btn-wrap a {
  padding: 17px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #fe3c67;
  background: -webkit-gradient(linear, left top, right top, from(rgb(254, 60, 103)), color-stop(98%, rgb(237, 52, 93)));
  background: linear-gradient(90deg, rgb(254, 60, 103) 0%, rgb(237, 52, 93) 98%);
}
@media screen and (min-width: 768px) {
  .floor-plan .tab-content .row {
    gap: 20px 0;
  }
}

.specifications {
  padding: 85px 0 75px;
  background-color: rgba(237, 49, 90, 0.9);
  color: #fff;
}
@media (max-width: 991px) {
  .specifications {
    padding: 70px 0 45px;
  }
}
@media (max-width: 767px) {
  .specifications {
    padding: 44px 0 50px;
  }
  .specifications h5 {
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
  }
}
.specifications .head {
  margin-bottom: 20px;
}
.specifications .head h5 {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 767px) {
  .specifications .head {
    margin-bottom: 20px;
  }
}
.specifications .speci-box {
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .specifications .speci-box {
    margin-bottom: 0;
  }
}
.specifications .speci-box .inner {
  padding: 15px 0 0;
}
.specifications .speci-box .inner h6 {
  margin: 20px 0 10px;
  font-weight: 500;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #FFFEFB;
}
.specifications .speci-box .inner img {
  width: 50px;
}
@media (max-width: 767px) {
  .specifications .speci-box .inner img {
    width: 40px;
  }
}
.specifications .speci-box .inner p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8509803922);
}
@media (min-width: 768px) {
  .specifications .owl-specifications .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100% !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .specifications .owl-specifications .owl-stage .owl-item {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .specifications .owl-specifications .owl-stage .owl-item .item {
    width: calc(100% + 24px);
  }
}
@media screen and (min-width: 767px) {
  .specifications .owl-specifications .owl-dots {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .specifications .owl-specifications .owl-dots {
    margin-top: 0;
  }
  .specifications .owl-specifications .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
  }
}
.specifications .owl-specifications .owl-dots .owl-dot {
  background: #fff !important;
}

.get-price {
  padding: 135px 0 85px;
}
@media (max-width: 991px) {
  .get-price {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .get-price {
    padding: 50px 0;
  }
}
.get-price .box {
  position: relative;
}
.get-price .box .box-wrap {
  position: relative;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .get-price .box .box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.get-price .box .box-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 80px;
  bottom: 0;
  background: url(../images/dark-bg.svg) no-repeat;
  background-size: cover;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .get-price .box .box-wrap::before {
    top: 0;
  }
}
.get-price .box img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.get-price .box img.mob-image {
  display: none;
}
.get-price .box img.desk-image {
  display: block;
}
@media screen and (max-width: 1100px) {
  .get-price .box img {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .get-price .box img {
    bottom: 0;
  }
  .get-price .box img.mob-image {
    display: block;
  }
  .get-price .box img.desk-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .get-price .box img {
    width: 100%;
    height: 100%;
    position: relative;
  }
}
@media screen and (max-width: 567px) {
  .get-price .box img {
    width: auto;
    height: auto;
  }
}
.get-price .box .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0;
  z-index: 2;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .get-price .box .wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}
.get-price .box .wrap .text-wrap {
  padding: 50px 0;
  max-width: 400px;
  margin-right: 80px;
}
@media (max-width: 1199px) {
  .get-price .box .wrap .text-wrap {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .get-price .box .wrap .text-wrap {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .get-price .box .wrap .text-wrap {
    margin-right: 0;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .get-price .box .wrap .text-wrap {
    width: 100%;
    max-width: unset;
    margin-right: 0;
  }
}
.get-price .box .wrap .text-wrap h2 {
  color: #fff;
  margin-top: 60px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #FFFEFB;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .get-price .box .wrap .text-wrap h2 {
    font-size: 36px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .get-price .box .wrap .text-wrap h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.get-price .box .wrap .text-wrap p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(255, 254, 251, 0.8);
  font-size: 22px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .get-price .box .wrap .text-wrap p {
    font-size: 18px;
    line-height: 24px;
  }
}
.get-price .box .wrap .text-wrap a {
  background: -webkit-gradient(linear, left top, right top, from(#FE3C67), to(#ED345D)), -webkit-gradient(linear, left bottom, left top, from(#ED315A), to(#ED315A)), radial-gradient(96.33% 377.87% at 100% 0%, rgba(255, 255, 255, 0) 19.19%, rgba(250, 250, 250, 0.2) 100%);
  background: linear-gradient(90deg, #FE3C67 0%, #ED345D 100%), linear-gradient(0deg, #ED315A, #ED315A), radial-gradient(96.33% 377.87% at 100% 0%, rgba(255, 255, 255, 0) 19.19%, rgba(250, 250, 250, 0.2) 100%);
  color: #fff;
  border-radius: 50px;
  padding: 17px 30px;
  display: inline-block;
  margin-top: 10px;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 600ms all;
  transition: 600ms all;
}
.get-price .box .wrap .text-wrap a:hover {
  background-color: #fff;
  color: #1e1e1e;
}

.gallery {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .gallery {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .gallery {
    padding-bottom: 50px;
  }
}
.gallery .head {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .gallery .head {
    margin-bottom: 15px;
  }
}
.gallery .head h5 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #1E1E1E;
  margin: 0;
}
.gallery .gl-box {
  margin-bottom: 24px;
}
.gallery .gl-box:last-child {
  margin-bottom: 0;
}
.gallery .gl-box .wrap figure {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
.gallery .gl-box .wrap figure img {
  width: 100%;
}
.gallery .gl-box .wrap figure:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery .gl-box .wrap figure p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  padding-left: 8px;
}
.gallery .gl-box .wrap figure p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #ed315a;
}

.customers {
  padding: 85px 0 80px;
  background-color: rgba(243, 196, 122, 0.5);
}
@media (max-width: 991px) {
  .customers {
    padding: 70px 0;
  }
}
.customers h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #1E1E1E;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .customers {
    padding: 50px 0;
  }
  .customers h6 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .customers h2 {
    margin-bottom: 0;
  }
}
.customers .head {
  text-align: center;
}
@media (max-width: 991px) {
  .customers .head {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .customers .head h2 br {
    display: none;
  }
}
.customers .head h2 span {
  background: #ed315a;
  background: -webkit-gradient(linear, left top, right top, from(#ed315a), to(#000000));
  background: linear-gradient(to right, #ed315a 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 0;
  font-weight: 800;
}
.customers .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.customers .btn-wrap a {
  padding: 12px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #fe3c67;
  background: -webkit-gradient(linear, left top, right top, from(#FE3C67), to(#ED345D)), -webkit-gradient(linear, left bottom, left top, from(#ED315A), to(#ED315A)), radial-gradient(96.33% 377.87% at 100% 0%, rgba(255, 255, 255, 0) 19.19%, rgba(250, 250, 250, 0.2) 100%);
  background: linear-gradient(90deg, #FE3C67 0%, #ED345D 100%), linear-gradient(0deg, #ED315A, #ED315A), radial-gradient(96.33% 377.87% at 100% 0%, rgba(255, 255, 255, 0) 19.19%, rgba(250, 250, 250, 0.2) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.customers .btn-wrap:hover a {
  color: #000000;
}
.customers .btn-wrap.mobile {
  display: none;
}
@media screen and (max-width: 567px) {
  .customers .btn-wrap {
    margin-top: 16px;
  }
  .customers .btn-wrap a {
    padding: 17px 30px;
  }
  .customers .btn-wrap.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .customers .btn-wrap.desktop {
    display: none;
  }
}
.customers .customer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  max-width: unset;
  width: calc(100% + 24px);
}
@media (max-width: 991px) {
  .customers .customer-wrap {
    margin: 0 -12px;
    width: calc(100% + 24px);
  }
}
.customers .customer-wrap .customer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 16.666%;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .customers .customer-wrap .customer-box {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .customers .customer-wrap .customer-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 33.333%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575px) {
  .customers .customer-wrap .customer-box {
    width: 50%;
  }
}
.customers .customer-wrap .customer-box:nth-of-type(2), .customers .customer-wrap .customer-box:nth-of-type(4) {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .customers .customer-wrap .customer-box:nth-of-type(2), .customers .customer-wrap .customer-box:nth-of-type(4) {
    padding-top: 0;
  }
}
.customers .customer-wrap .customer-box:nth-of-type(3) {
  padding-bottom: 100px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  padding: 0;
}
@media (max-width: 767px) {
  .customers .customer-wrap .customer-box:nth-of-type(3) {
    padding-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 12px;
  }
}
@media (max-width: 575px) {
  .customers .customer-wrap .customer-box:nth-of-type(3) {
    width: 50%;
  }
}
.customers .customer-wrap .customer-box:nth-of-type(3) .box {
  width: 50%;
  margin: 20px;
}
@media (max-width: 991px) {
  .customers .customer-wrap .customer-box:nth-of-type(3) .box {
    margin: 12px;
  }
}
@media (min-width: 768px) {
  .customers .customer-wrap .customer-box:nth-of-type(3) .box {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .customers .customer-wrap .customer-box:nth-of-type(3) .box {
    width: 100%;
    margin: 12px 0;
  }
}
@media (min-width: 768px) {
  .customers .customer-wrap .customer-box:nth-of-type(3) .box:last-child {
    margin-top: 180px;
  }
}
@media (max-width: 575px) {
  .customers .customer-wrap .customer-box:nth-of-type(5) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    padding: 0;
  }
  .customers .customer-wrap .customer-box:nth-of-type(5) .box {
    width: 50%;
    margin: 12px;
  }
}
.customers .customer-wrap .customer-box .box {
  margin: 12px 0;
  width: 100%;
}
.customers .customer-wrap .customer-box .box .inner figure {
  margin: 0;
  margin-bottom: 10px;
  border-radius: 16px;
  overflow: hidden;
  float: left;
  width: 100%;
}
.customers .customer-wrap .customer-box .box .inner figure img {
  border-radius: 16px;
  width: 100%;
  max-width: 160px;
}
.customers .customer-wrap .customer-box .box .inner figcaption {
  width: 100%;
  float: left;
}
.customers .customer-wrap .customer-box .box .inner figcaption h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  color: #2B2323;
}
@media (max-width: 991px) {
  .customers .customer-wrap .customer-box .box .inner figcaption h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
.customers .customer-wrap .customer-box .box .inner figcaption P {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .customers .customer-wrap .customer-box .box .inner figcaption P {
    font-size: 14px;
    line-height: 20px;
  }
}
.customers .customer-wrap .customer-box .box:hover .inner figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 575px) {
  .customers .customer-wrap .customer-box .box:hover .inner figure img {
    -webkit-transform: none;
            transform: none;
  }
}

.projects {
  padding-top: 86px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .projects {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .projects {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.projects .head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .projects .head {
    margin-bottom: 15px;
  }
}
.projects .head h2 {
  background: #ed315a;
  background: -webkit-gradient(linear, left top, right top, from(#ed315a), to(#000000));
  background: linear-gradient(to right, #ed315a 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 0;
}
.projects .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.projects .pro-box {
  margin-bottom: 24px;
}
.projects .pro-box .inner {
  border-radius: 16px;
  overflow: hidden;
  background: #ffecbe;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 236, 190)), to(rgb(249, 247, 241)));
  background: linear-gradient(0deg, rgb(255, 236, 190) 0%, rgb(249, 247, 241) 100%);
}
.projects .pro-box .inner figure {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.projects .pro-box .inner figure img {
  width: 100%;
}
.projects .pro-box .inner figure span {
  position: absolute;
  background-color: #fff;
  top: 15px;
  left: 15px;
  border-radius: 50px;
  padding: 12px 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(43, 35, 35, 0.8980392157);
}
.projects .pro-box .inner figure span img {
  margin-right: 8px;
  width: 16px;
}
.projects .pro-box .inner figcaption {
  padding: 25px;
}
@media screen and (max-width: 567px) {
  .projects .pro-box .inner figcaption {
    padding: 16px;
  }
}
.projects .pro-box .inner figcaption h6 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #14100C;
  margin-bottom: 14px;
}
.projects .pro-box .inner figcaption p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2B2323;
  margin: 0;
}
.projects .pro-box .inner figcaption .sqft {
  color: rgba(43, 35, 35, 0.8509803922);
}
.projects .pro-box .inner figcaption .sqft span {
  font-weight: 600;
}
.projects .pro-box .inner figcaption .rera {
  color: rgba(43, 35, 35, 0.7490196078);
}
.projects .pro-box .inner figcaption a {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #ed315a;
  padding: 16px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .projects .pro-box .inner figcaption a {
    font-size: 18px;
  }
}
.projects .pro-box .inner:hover figure span img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.projects .pro-box .inner:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.projects .pro-box .inner:hover figcaption a {
  background-color: #fff;
  color: #ed315a;
}
.projects .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 86px;
}
.projects .btn-wrap a {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #1E1E1E;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFE249), to(#FFE249)), radial-gradient(96.33% 377.87% at 100% 0%, rgba(255, 255, 255, 0) 19.19%, rgba(250, 250, 250, 0.4) 100%);
  background: linear-gradient(0deg, #FFE249, #FFE249), radial-gradient(96.33% 377.87% at 100% 0%, rgba(255, 255, 255, 0) 19.19%, rgba(250, 250, 250, 0.4) 100%);
  border-radius: 50px;
  padding: 19px 30px;
}
@media screen and (max-width: 767px) {
  .projects .btn-wrap {
    padding-bottom: 50px;
  }
}

.about {
  background: #fef9f1;
  padding: 76px 0 100px;
}
@media (max-width: 991px) {
  .about {
    padding: 46px 0 70px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 40px 0 50px;
  }
}
.about h2 {
  background: #ed315a;
  background: -webkit-gradient(linear, left top, right top, from(#ed315a), to(#000000));
  background: linear-gradient(to right, #ed315a 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
.about h2 span {
  color: #2B2323;
  -webkit-text-fill-color: #2B2323;
  font-weight: 700;
}
@media (max-width: 991px) {
  .about h2 {
    margin-bottom: 15px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0%;
  }
}
@media screen and (max-width: 767px) {
  .about h2 span {
    display: block;
  }
}
.about p span {
  color: #C02D47;
}
@media (max-width: 991px) {
  .about p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #2B2323;
  }
}
.about .about-left .inner {
  padding-right: 100px;
}
@media (max-width: 1199px) {
  .about .about-left .inner {
    padding-right: 0;
  }
}
.about .about-left .inner ul {
  margin-bottom: 30px;
}
.about .about-left .inner ul li {
  margin-bottom: 10px;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
}
.about .about-left .inner ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../images/list.svg) no-repeat left;
}
@media screen and (max-width: 567px) {
  .about .about-left .inner ul {
    margin-bottom: 20px;
  }
  .about .about-left .inner ul li {
    margin-bottom: 15px;
  }
}
.about .about-left .inner h5 {
  position: relative;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #1E1E1E;
}
.about .about-left .inner h5 span {
  background: #fef9f1;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
.about .about-left .inner h5::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background-color: rgba(30, 30, 30, 0.2);
}
.about .about-left .inner .about-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 28px;
}
@media screen and (max-width: 567px) {
  .about .about-left .inner .about-box-wrap {
    margin-top: 15px;
  }
}
.about .about-left .inner .about-box-wrap .box {
  width: 100%;
}
.about .about-left .inner .about-box-wrap .box .wrap {
  padding: 14px;
  background: #ffbd62;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 189, 98)), to(rgb(255, 226, 74)));
  background: linear-gradient(0deg, rgb(255, 189, 98) 0%, rgb(255, 226, 74) 100%);
  text-align: center;
  border-radius: 16px;
  height: 100%;
  min-height: 110px;
}
@media (max-width: 1199px) {
  .about .about-left .inner .about-box-wrap .box .wrap {
    padding: 15px;
  }
}
@media (max-width: 375px) {
  .about .about-left .inner .about-box-wrap .box .wrap {
    min-height: 126px;
  }
}
.about .about-left .inner .about-box-wrap .box .wrap img {
  width: 40px;
  margin: auto;
}
.about .about-left .inner .about-box-wrap .box .wrap p {
  font-size: 15px;
  line-height: 20px;
  margin-top: 8px;
}
.about .about-left .inner .about-box-wrap .box .wrap p span {
  font-weight: 500;
  color: #1E1E1E;
}
@media (max-width: 1199px) {
  .about .about-left .inner .about-box-wrap .box .wrap p {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .about .about-right {
    margin-top: 30px;
  }
}
.about .about-right .inner {
  border-radius: 16px;
  overflow: hidden;
}
.about .about-right .inner img {
  width: 100%;
}

.enquire {
  background: url(../images/enquire-bg.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0;
}
@media (max-width: 991px) {
  .enquire {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .enquire {
    padding: 40px 0 50px;
    background: url(../images/enquire-mob-bg.png) no-repeat;
    background-size: cover;
  }
}
.enquire .inner {
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
}
.enquire .inner h2 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #FFFEFB;
}
@media screen and (max-width: 767px) {
  .enquire .inner h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.enquire .inner h6 {
  color: #fff;
  margin: 20px 0 30px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #FEF9EE;
}
@media screen and (max-width: 767px) {
  .enquire .inner h6 {
    font-size: 18px;
    line-height: 24px;
    margin: 8px 0 24px;
  }
}
.enquire .inner .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.enquire .inner a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFE249), to(#FFE249));
  background: linear-gradient(0deg, #FFE249, #FFE249);
  border-radius: 50px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  padding: 16px 30px;
  text-transform: uppercase;
  color: #1e1e1e;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.enquire .inner a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(96.33% 377.87% at 100% 0%, rgba(255, 255, 255, 0) 19.19%, rgba(250, 250, 250, 0.4) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}

.varma-homes {
  padding: 86px 0 80px;
}
@media (max-width: 991px) {
  .varma-homes {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .varma-homes {
    padding: 40px 0;
  }
}
.varma-homes .left .inner {
  max-width: 500px;
}
.varma-homes .left p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
  color: #2B2323;
}
@media (max-width: 767px) {
  .varma-homes .left p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .varma-homes .right {
    margin-top: 25px;
  }
}
.varma-homes .right .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .varma-homes .right .inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.varma-homes .right .inner .box {
  padding: 7px;
  width: 50%;
}
@media (max-width: 767px) {
  .varma-homes .right .inner .box {
    width: auto;
    padding: 6px;
  }
}
.varma-homes .right .inner .box .wrap {
  border: 1px solid rgba(237, 49, 90, 0.2);
  border-radius: 16px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  background: #FFFEFB;
  min-height: 126px;
}
@media (max-width: 767px) {
  .varma-homes .right .inner .box .wrap {
    padding: 10px;
    border-radius: 10px;
    min-height: unset;
  }
}

footer {
  background-color: #f8e1ba;
  padding: 70px 0;
  text-align: center;
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .container img {
  width: 100px;
}
footer .container p {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #1E1E1E;
}
@media (max-width: 575px) {
  footer .container p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  footer {
    padding: 16px 0;
  }
  footer .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.fixed-contact {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
}
@media (max-width: 767px) {
  .fixed-contact {
    right: 25px;
    bottom: 25px;
  }
}
.fixed-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
@media (max-width: 767px) {
  .fixed-contact ul {
    display: block;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .fixed-contact ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 15px;
  }
}
.fixed-contact ul li {
  padding: 0;
}
@media (max-width: 767px) {
  .fixed-contact ul li {
    padding: 5px 0;
  }
}
.fixed-contact ul li a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3B82F6;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed-contact ul li a:hover {
  background-color: #246de3;
}
.fixed-contact ul li:last-child a {
  background-color: #42bf1c;
}
.fixed-contact ul li:last-child a:hover {
  background-color: #3cac1a;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

.mob-only {
  display: none;
}
@media (max-width: 767px) {
  .mob-only {
    display: block;
  }
}

@media (max-width: 575px) {
  .owl-stage-outer {
    margin-right: -12px;
  }
}

.owl-dots {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #f00 !important;
  margin: 0 3px;
  border-radius: 5px;
  opacity: 0.15;
}
.owl-dots .owl-dot.active {
  opacity: 1;
}
@media screen and (max-width: 567px) {
  .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
  }
}

.pop-up-form {
  position: fixed;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.342);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pop-up-form .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.pop-up-form .form-wrap {
  background-color: #ED315A;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  z-index: 0;
}
.pop-up-form .form-wrap::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 235px;
  height: 345px;
  background-image: url("../images/form-after.svg");
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 575px) {
  .pop-up-form .form-wrap {
    padding: 24px;
  }
  .pop-up-form .form-wrap .inner h4 {
    font-size: 28px;
  }
  .pop-up-form .form-wrap .inner p {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
  }
}
.pop-up-form .form-wrap .inner {
  text-align: center;
}
.pop-up-form .form-wrap .inner h4 {
  font-weight: 600;
}
.pop-up-form .form-wrap .inner h4,
.pop-up-form .form-wrap .inner p {
  color: #fff;
}
.pop-up-form .form-wrap .inner form input,
.pop-up-form .form-wrap .inner form textarea {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-radius: 8px;
  background-color: rgba(243, 138, 161, 0.8980392157);
  margin-bottom: 15px;
  height: 45px;
  padding: 15px;
  font-size: 16px;
  color: #fff;
}
.pop-up-form .form-wrap .inner form input::-webkit-input-placeholder, .pop-up-form .form-wrap .inner form textarea::-webkit-input-placeholder {
  color: #fff;
}
.pop-up-form .form-wrap .inner form input::-moz-placeholder, .pop-up-form .form-wrap .inner form textarea::-moz-placeholder {
  color: #fff;
}
.pop-up-form .form-wrap .inner form input:-ms-input-placeholder, .pop-up-form .form-wrap .inner form textarea:-ms-input-placeholder {
  color: #fff;
}
.pop-up-form .form-wrap .inner form input::-ms-input-placeholder, .pop-up-form .form-wrap .inner form textarea::-ms-input-placeholder {
  color: #fff;
}
.pop-up-form .form-wrap .inner form input::placeholder,
.pop-up-form .form-wrap .inner form textarea::placeholder {
  color: #fff;
}
.pop-up-form .form-wrap .inner form textarea {
  height: 90px;
}
.pop-up-form .form-wrap .inner form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFE249), to(#FFE249));
  background: linear-gradient(0deg, #FFE249, #FFE249);
  border-radius: 50px;
  width: 100%;
  height: 56px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  gap: 10px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pop-up-form .form-wrap .inner form button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(96.33% 377.87% at 100% 0%, rgba(255, 255, 255, 0) 19.19%, rgba(250, 250, 250, 0.4) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.pop-up-form .form-wrap .inner form button:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 225, 73, 0.8352941176)), to(rgba(255, 225, 73, 0.8078431373)));
  background: linear-gradient(0deg, rgba(255, 225, 73, 0.8352941176), rgba(255, 225, 73, 0.8078431373));
}

.hidden {
  display: none !important;
}

.contactForm .wrap {
  position: relative;
}
.contactForm .error {
  position: absolute;
  font-size: 12px;
  right: 0;
  bottom: 2px;
  color: #ffffff;
  line-height: 1;
}