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

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: 64px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

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%;
  object-fit: cover;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 35px 0;
}
@media (max-width: 575px) {
  header {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  header .container {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  header .container img {
    width: 130px;
  }
}
header .container .right {
  display: none;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  header .container .right {
    display: flex;
  }
}
header .container .right a {
  background: #ffff82;
  background: linear-gradient(90deg, rgb(255, 255, 130) 0%, rgb(255, 226, 73) 100%);
  padding: 10px 20px;
  border-radius: 30px;
  color: #1e1e1e;
  text-transform: uppercase;
  font-weight: 500;
}

.banner {
  position: relative;
  min-height: 115vh;
  overflow: unset;
}
@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: 115vh;
  position: relative;
}
@media (max-width: 767px) {
  .banner .ban-img {
    height: 100vh;
  }
}
.banner .ban-img picture {
  display: flex;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner .ban-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.banner .ban-img .ban {
  width: 100%;
  height: 100%;
  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: 0;
  height: 100%;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .banner .container-cust {
    align-items: flex-start;
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .banner .container-cust {
    padding: 25px 12px;
    padding-top: 150px;
  }
}
.banner .container-cust h1 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 50px;
  line-height: 70px;
}
@media (max-width: 767px) {
  .banner .container-cust h1 {
    font-size: 58px;
    line-height: 70px;
    margin-bottom: 15px;
    text-transform: capitalize;
  }
}
@media (max-width: 767px) {
  .banner .container-cust h1 br {
    display: none;
  }
}
.banner .container-cust .location {
  display: flex;
  justify-content: flex-start;
}
.banner .container-cust .location .location-wrap {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .banner .container-cust .location .location-wrap {
    padding: 10px;
  }
}
.banner .container-cust .location .location-wrap .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.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;
}
@media (max-width: 767px) {
  .banner .container-cust .location .location-wrap p {
    color: #fff;
  }
}
.banner .container-cust .banner-right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .banner .container-cust .banner-right {
    margin-top: 30px;
    position: absolute;
    top: 100%;
  }
}
.banner .container-cust .banner-right .form-wrap {
  background-color: #ed315a;
  border-radius: 16px;
  padding: 30px;
}
@media (max-width: 575px) {
  .banner .container-cust .banner-right .form-wrap {
    padding: 20px;
  }
}
.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;
  box-shadow: none;
  outline: none;
  border-radius: 8px;
  background-color: #f38aa1;
  margin-bottom: 15px;
  height: 45px;
  padding: 15px;
  font-size: 16px;
  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: flex;
  align-items: center;
  justify-content: center;
  background: #fcf2ba;
  background: linear-gradient(90deg, rgb(252, 242, 186) 0%, rgb(255, 226, 73) 100%);
  border-radius: 50px;
  width: 100%;
  height: 50px;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .banner .container-cust .banner-left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.banner .ban-bottom {
  position: absolute;
  right: 0;
  top: 35px;
  left: 0;
  margin: auto;
  padding: 0 12px;
  display: flex;
  justify-content: flex-end;
  z-index: 9;
}
@media (max-width: 767px) {
  .banner .ban-bottom {
    bottom: 30px;
    top: inherit;
    padding: 0;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .banner .ban-bottom {
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .banner .ban-bottom .qr {
    width: 100%;
    margin-bottom: 15px;
  }
}
.banner .ban-bottom .qr ul {
  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;
}
.banner .ban-bottom .construction {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .banner .ban-bottom .construction {
    margin-right: 0;
  }
}
.banner .ban-bottom .construction .con-wrap {
  background-color: #ed315a;
  padding: 8px 11px;
  text-align: center;
}
.banner .ban-bottom .construction .con-wrap h6 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  line-height: 18px;
}
.banner .ban-bottom .construction .con-wrap p {
  font-size: 12px;
  color: #fff;
  line-height: 16px;
}

#main {
  background: #fef8ee;
  background: linear-gradient(0deg, rgb(254, 248, 238) 0%, rgb(255, 255, 255) 100%);
}

.counter {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .counter {
    margin-top: 540px;
  }
}
@media (max-width: 575px) {
  .counter {
    padding-bottom: 0;
  }
}
.counter ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .counter ul {
    margin: 0 -6px;
    justify-content: center;
  }
}
.counter ul li {
  padding: 12px;
  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;
  box-shadow: 0px 0px 10px 5px rgba(237, 49, 90, 0.05);
  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: linear-gradient(90deg, rgb(242, 121, 147) 0%, rgb(237, 49, 90) 100%);
  opacity: 0;
  transition: 600ms all;
}
.counter ul li .inner h2 {
  margin-bottom: 0px;
  font-size: 55px;
  font-weight: 800;
  color: #ed315a;
  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);
  transition: 600ms all;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .counter ul li .inner p {
    font-size: 14px;
    line-height: 20px;
  }
}
.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 100px;
}
@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: linear-gradient(to right, #ed315a 0%, #bd2244 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.where .where-left .inner p {
  font-size: 17px;
  color: rgba(43, 35, 35, 0.95);
}
.where .where-left .inner .box-wrap {
  background: #fdd18c;
  background: linear-gradient(139deg, rgb(253, 209, 140) 0%, rgb(239, 181, 87) 100%);
  padding: 25px;
  border-radius: 16px;
  margin-top: 35px;
}
@media (max-width: 1400px) {
  .where .where-left .inner .box-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .where .where-left .inner .box-wrap {
    margin-top: 24px;
    padding: 0;
  }
}
.where .where-left .inner .box-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.where .where-left .inner .box-wrap ul li {
  padding: 0 20px;
  text-align: center;
  width: 33.333%;
  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: 767px) {
  .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: 25px;
  }
}
.where .where-left .inner figure img {
  width: 100%;
}
.where .where-left .inner .btn-wrap {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .where .where-left .inner .btn-wrap {
    justify-content: center;
    margin-top: 25px;
  }
}
.where .where-left .inner .btn-wrap a {
  padding: 12px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #fe3c67;
  background: linear-gradient(90deg, rgb(254, 60, 103) 0%, rgb(237, 52, 93) 98%);
}
.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 {
  transform: scale(1.1);
}

.amenities {
  padding: 100px 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: 100px;
}
@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%;
}
.amenities .amenities-left .inner:hover img {
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .amenities .amenities-right {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .amenities .amenities-right {
    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 {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .amenities .amenities-right .inner .build-logo img {
    max-width: 200px;
  }
}
.amenities .amenities-right .inner .location h6 {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-top: 1px solid rgba(30, 30, 30, 0.2);
  border-bottom: 1px solid rgba(30, 30, 30, 0.2);
  margin: 15px 0;
}
@media (max-width: 767px) {
  .amenities .amenities-right .inner .location h6 {
    justify-content: center;
    border: none;
  }
}
.amenities .amenities-right .inner .location h6 img {
  margin-right: 10px;
}
.amenities .amenities-right .inner h4 {
  color: #ed315a;
  font-weight: 500;
}
.amenities .amenities-right .inner h5 {
  margin-bottom: 30px;
}
@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: flex;
  align-items: 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: 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%;
  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: 40px;
}
@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: flex;
  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: flex;
  align-items: 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: 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%;
  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: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .amenities .amenities-right .inner .btn-wrap {
    display: none;
  }
}
.amenities .amenities-right .inner .btn-wrap a {
  padding: 12px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #fe3c67;
  background: linear-gradient(90deg, rgb(254, 60, 103) 0%, rgb(237, 52, 93) 98%);
}

.location-proximity {
  padding: 100px 0;
  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;
  }
}
.location-proximity h5 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .location-proximity .row {
    flex-direction: column-reverse;
  }
}
.location-proximity .box-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.location-proximity .box-wrap .box {
  padding: 12px;
  width: 50%;
  display: flex;
}
@media (max-width: 575px) {
  .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: 100px 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: 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: flex;
  justify-content: center;
}
.floor-plan .tab-btn-wrap .nav-tabs {
  padding: 5px;
  border: 1px solid #ffbd62;
  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;
}
.floor-plan .tab-btn-wrap .nav-tabs .nav-item .nav-link.active {
  background-color: #ed315a;
  color: #fff;
}
.floor-plan .tab-content {
  padding: 0;
}
.floor-plan .tab-content .bhk-box {
  margin-top: 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;
}

.specifications {
  padding: 100px 0 75px;
  background-color: #ed315a;
  color: #fff;
}
@media (max-width: 991px) {
  .specifications {
    padding: 70px 0 45px;
  }
}
@media (max-width: 991px) {
  .specifications {
    padding: 50px 0 25px;
  }
}
.specifications .head {
  margin-bottom: 40px;
}
@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;
}
.specifications .speci-box .inner h6 {
  margin: 5px 0;
  font-weight: 500;
}
.specifications .speci-box .inner img {
  width: 50px;
}
@media (max-width: 767px) {
  .specifications .speci-box .inner img {
    width: 40px;
  }
}
.specifications .speci-box .inner p {
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 575px) {
  .specifications .speci-box .inner p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 768px) {
  .specifications .owl-specifications .owl-stage {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    transform: none !important;
  }
  .specifications .owl-specifications .owl-stage .owl-item {
    width: 100% !important;
    display: flex;
  }
  .specifications .owl-specifications .owl-stage .owl-item .item {
    width: calc(100% + 24px);
  }
}
.specifications .owl-specifications .owl-dots .owl-dot {
  background: #fff !important;
}

.get-price {
  padding: 100px 0;
}
@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;
  overflow: hidden;
}
@media (max-width: 767px) {
  .get-price .box .box-wrap {
    display: flex;
    flex-wrap: wrap;
    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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  left: 0;
  object-position: left top;
}
@media (max-width: 991px) {
  .get-price .box img {
    width: auto;
    height: auto;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .get-price .box img {
    position: relative;
  }
}
.get-price .box .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 50px 0;
  z-index: 2;
  position: relative;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .get-price .box .wrap {
    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: 50px;
  }
}
@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-size: 45px;
}
@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;
  }
}
.get-price .box .wrap .text-wrap p {
  color: #fff;
}
.get-price .box .wrap .text-wrap a {
  background-color: #ed315a;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 10px;
  transition: 600ms all;
}
.get-price .box .wrap .text-wrap a:hover {
  background-color: #fff;
  color: #1e1e1e;
}

.gallery {
  padding-bottom: 100px;
}
@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-weight: 500;
}
.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 {
  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: 100px 0;
  background-color: rgba(243, 196, 122, 0.5);
}
@media (max-width: 991px) {
  .customers {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .customers {
    padding: 50px 0;
  }
}
.customers .head {
  margin-bottom: 40px;
  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: 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 .head .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.customers .head .btn-wrap a {
  padding: 12px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #fe3c67;
  background: linear-gradient(90deg, rgb(254, 60, 103) 0%, rgb(237, 52, 93) 98%);
}
.customers .customer-wrap {
  display: flex;
  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: flex;
  align-items: center;
  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 {
    flex-wrap: wrap;
    width: 33.333%;
    align-items: 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;
  justify-content: end;
  width: 33.333%;
  display: flex;
  flex-direction: unset;
  padding: 0;
}
@media (max-width: 767px) {
  .customers .customer-wrap .customer-box:nth-of-type(3) {
    padding-bottom: 0;
    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: flex;
    flex-wrap: nowrap;
    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-weight: 500;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .customers .customer-wrap .customer-box .box .inner figcaption h6 {
    font-size: 15px;
    line-height: 16px;
    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: 12px;
    line-height: 14px;
  }
}
.customers .customer-wrap .customer-box .box:hover .inner figure img {
  transform: scale(1.1);
}
@media (max-width: 575px) {
  .customers .customer-wrap .customer-box .box:hover .inner figure img {
    transform: none;
  }
}

.projects {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .projects {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .projects {
    padding-top: 50px;
  }
}
.projects .head {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .projects .head {
    margin-bottom: 15px;
  }
}
.projects .head h2 {
  background: #ed315a;
  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 .pro-box {
  margin-bottom: 24px;
}
.projects .pro-box .inner {
  border-radius: 16px;
  overflow: hidden;
  background: #ffecbe;
  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: 8px 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  z-index: 1;
}
.projects .pro-box .inner figure span img {
  margin-right: 5px;
  width: 16px;
}
.projects .pro-box .inner figcaption {
  padding: 25px;
}
.projects .pro-box .inner figcaption h6 {
  font-weight: 500;
}
.projects .pro-box .inner figcaption p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
.projects .pro-box .inner figcaption .btnn {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #ed315a;
  padding: 12px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  margin-top: 20px;
  transition: 600ms all;
}
@media (max-width: 767px) {
  .projects .pro-box .inner figcaption .btnn {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .projects .pro-box .inner figcaption .btnn {
    font-size: 16px;
  }
}
.projects .pro-box .inner:hover figure span img {
  transform: scale(1);
}
.projects .pro-box .inner:hover figure img {
  transform: scale(1.1);
}
.projects .pro-box .inner:hover figcaption a {
  background-color: #fff;
  color: #ed315a;
}

.about {
  padding: 76px 0 100px;
}
@media (max-width: 991px) {
  .about {
    padding: 46px 0 70px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 26px 0 50px;
  }
}
.about h2 {
  background: #ed315a;
  background: linear-gradient(to right, #ed315a 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .about h2 {
    margin-bottom: 15px;
  }
}
.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;
}
.about .about-left .inner h5 {
  position: relative;
}
.about .about-left .inner h5 span {
  background-color: #fff;
  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: flex;
  flex-wrap: 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: 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;
}
@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;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .enquire {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .enquire {
    padding: 50px 0;
  }
}
.enquire .inner {
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
}
.enquire .inner h2 {
  color: #fff;
}
.enquire .inner h6 {
  color: #fff;
  margin: 20px 0 25px;
}
.enquire .inner .btn-wrap {
  display: flex;
  justify-content: center;
}
.enquire .inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcf2ba;
  background: linear-gradient(90deg, rgb(252, 242, 186) 0%, rgb(255, 226, 73) 100%);
  border-radius: 50px;
  height: 50px;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #1e1e1e;
}

.varma-homes {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .varma-homes {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .varma-homes {
    padding: 50px 0;
  }
}
.varma-homes .left .inner {
  max-width: 500px;
}
@media (max-width: 767px) {
  .varma-homes .right {
    margin-top: 25px;
  }
}
.varma-homes .right .inner {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .varma-homes .right .inner {
    flex-wrap: nowrap;
    margin: 0 -6px;
  }
}
.varma-homes .right .inner .box {
  padding: 12px;
  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: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 767px) {
  .varma-homes .right .inner .box .wrap {
    padding: 0 10px;
    border-radius: 10px;
  }
}

footer {
  background-color: #f8e1ba;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 991px) {
  footer {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  footer {
    padding: 30px 0;
  }
}
footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .container img {
  width: 100px;
}
@media (max-width: 575px) {
  footer .container p {
    max-width: 250px;
    text-align: left;
  }
}

.fixed-contact {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
}
@media (max-width: 767px) {
  .fixed-contact {
    right: 25px;
    bottom: 20px;
  }
}
.fixed-contact ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .fixed-contact ul {
    display: block;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .fixed-contact ul {
    justify-content: flex-start;
    margin-top: 15px;
  }
}
.fixed-contact ul li {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .fixed-contact ul li {
    padding: 5px 0;
  }
}
.fixed-contact ul li a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(88, 157, 234);
  border-radius: 50px;
}
.fixed-contact ul li:last-child a {
  background-color: #42bf1c;
}

@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: flex;
  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;
}

.form-wrap {
  background-color: #ed315a;
  border-radius: 16px;
  padding: 30px;
}
@media (max-width: 575px) {
  .form-wrap {
    padding: 20px;
  }
}
.form-wrap .inner {
  text-align: center;
}
.form-wrap .inner h4 {
  font-weight: 600;
}
.form-wrap .inner h4,
.form-wrap .inner p {
  color: #fff;
}
.form-wrap .inner form input,
.form-wrap .inner form textarea {
  width: 100%;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 8px;
  background-color: #f38aa1;
  margin-bottom: 15px;
  height: 45px;
  padding: 15px;
  font-size: 16px;
  color: #fff;
}
.form-wrap .inner form input::placeholder,
.form-wrap .inner form textarea::placeholder {
  color: #fff;
}
.form-wrap .inner form textarea {
  height: 90px;
}
.form-wrap .inner form button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcf2ba;
  background: linear-gradient(90deg, rgb(252, 242, 186) 0%, rgb(255, 226, 73) 100%);
  border-radius: 50px;
  width: 100%;
  height: 50px;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.btn-close {
  position: absolute;
  right: 25px;
  top: 25px;
  opacity: 1;
  filter: brightness(0) invert(1);
}/*# sourceMappingURL=style.css.map */