.blur-toned {
  background: #ffffffa8 !important;
  border: 1px solid #1c1a1a38 !important;
}

.object-fit-top {
  object-fit: cover;
  object-position: top;
}

.h-9 {
  height: calc(var(--spacing) * 10)
}

.unset-max-width {
  max-width: unset;
  width: 100%;
}

@media (min-width: 992px) {

  .w-6-desktop {
    width: 60%;
    margin-bottom: 0px;
  margin-top: 1rem;
  min-height: 70vh;

  }
   .w-4-desktop {
    width: 40%;
    margin-bottom: 0px;
  margin-top: 1rem;
  min-height: 70vh;

  }
}

@media (max-width: 768px) {

  .hidden-mobile {
    display: none;
  }
.w-6-desktop {
    margin-bottom: 0px;
}
  .h-auto-mobile {
    height: auto;
  }

  .object-contain-mobile {
    object-fit: contain;
  }

  .unset-max-width-mobile {
    max-width: unset;
    width: 100% !important;
  }

  .h-60vh-mobile {
    height: 60vh;
  }

  .m-t-mobile {
    margin-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }

}

.aminities-bg {
  background-image: url('/static/projects/district/images/amenities.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 992px) {

  .aminities-bg {
    height: 60vh;

  }
}

.max-w-7xl {
  max-width: 90rem !important;
}


/*!
 * jQuery Vertical Carousel
 * https://github.com/haripaddu/jQuery-Vertical-Carousel
 * Version: 1.0
 * License: MIT
 */
/* line 10, ../sass/jQuery.verticalCarousel.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/jQuery.verticalCarousel.scss */
.vc_goUp,
.vc_goDown {
  display: block;
}

/* line 16, ../sass/jQuery.verticalCarousel.scss */
.vc_goUp.isDisabled,
.vc_goDown.isDisabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  cursor: default;
}

/* line 21, ../sass/jQuery.verticalCarousel.scss */
.vc_container {
  overflow: hidden;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}

/* line 25, ../sass/jQuery.verticalCarousel.scss */
.vc_list {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
}

/* line 19, ../sass/style.scss */
.recentArticles {

  position: absolute;
  width: 40%;
  left: 10%;
  height: 100%;
}

@media (max-width: 992px) {

  .recentArticles {

    position: absolute;
    width: 80%;
    left: 10%;
    height: 100%;
  }
}

/* line 24, ../sass/style.scss */
.recentArticlesHeader {
  border-width: 0px;
  border-style: solid;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  height: 100%;
  position: absolute;
  z-index: 999;
  left: 50%;

}

/* line 27, ../sass/style.scss */
.recentArticlesHeader:after {
  content: "";
  display: block;
  clear: both;
}

/* line 32, ../sass/style.scss */
.recentArticlesHeader h3 {
  float: left;
  margin: 0px;
}

/* line 36, ../sass/style.scss */
.recentArticlesHeader .vc_goUp,
.recentArticlesHeader .vc_goDown {
  width: 35px;
  height: 35px;
  background: #fff;
  text-align: center;
  color: #000;
  border-radius: 50%;
  position: absolute;
      display: flex;
    align-items: center;
    justify-content: center;
}

.vc_goUp {
  top: 10px;
}

.vc_goDown {
  bottom: 10px;
}

/* line 45, ../sass/style.scss */
.recentArticlesHeader .vc_goUp:active,
.recentArticlesHeader .vc_goDown:active {
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}

/* line 52, ../sass/style.scss */
.recentArticlesGroup.vc_list>li {
  margin: 0 15px;
  border-width: 2.5px;
  border-left: 5px #fff solid;
  border-right: 5px #fff solid;
  border-style: solid;
  border-color: #fff;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 57, ../sass/style.scss */
.recentArticlesGroup.vc_list>li h4 {
  margin: 0px 0px 15px;
}

/* line 60, ../sass/style.scss */
.recentArticlesGroup.vc_list>li p {
  margin: 0px 0px 0px;
}

/* country and county code */
.phone-with-code {
  position: relative;
}

.phone-input-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 50px;
  height: 38px;
}

.country-selector {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  height: 100%;
  border-bottom: 1px solid #fff6;
  background: transparent;
  cursor: pointer;
}

.country-selector .flag {
  width: 24px;
  height: 18px;
  object-fit: cover;
}

.country-selector .dial-code {
  font-size: 14px;
  white-space: nowrap;
}

.dropdown-arrow {
  width: 14px;
  height: 14px;
}

.phone-input {
  flex: 1;
}

.country-dropdown {
  position: absolute;
  z-index: 50;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  padding: 8px;
  display: none;
}

.country-dropdown.open {
  display: block;
}

.search-input {
  width: 100%;
  padding: 8px;
  margin-bottom: 6px;
  color: black;
}

.country-list {
  max-height: 240px;
  overflow-y: auto;
  color: #666;
}

.country-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px;
  cursor: pointer;
}

.country-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.country-item img {
  width: 33px;
  height: 25px;
  margin-right: 12px;
}

.country-item .country-name {
  flex: 1;
  font-size: 14px;
}

.country-item .dial-code {
  color: #666 !important;
  border-color: transparent !important;
  font-size: 13px;
}

.dropdown-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
  margin-left: 6px;
}

.country-selector.active .dropdown-arrow {
  transform: rotate(180deg);
}

#register-form select {
  background-color: transparent;
  color: white;
  appearance: none;
  -webkit-appearance: none;
}

#register-form select option {
  background-color: #232323;
  color: white;
}

#register-form select option:checked {
  background-color: #232323;
}

.form_field::placeholder {
  color: #232323;
}

.w-28 {
    width: calc(var(--spacing) * 42);
}
.mb-1-5 {
    margin-bottom: 1.5rem;
}
.text-left {
    text-align: left;
}
.min-w-250 {
    min-width: 250px;
}
.dawn-img {
        height: 700px;
    object-fit: cover;
    margin-top: 1rem;
}
.my-14 {
    margin-block: calc(var(--spacing) * 14) !important;
}
.mb-14 {
    margin-bottom: calc(var(--spacing) * 14) !important;

}

.mb-8 {
    margin-bottom: calc(var(--spacing) * 8) !important;

}

.max-w-4xl {
    max-width: 70rem;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
    font-size: 20px;
}
body {
    background: #fff !important;
}

.btn-shadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
}

@media (min-width: 64rem) {
    .lg\:text-\[31px\] {
        font-size: 31px;
    }
}
.master-plan-container {
    padding: 0 2rem;
}
.min-h-70 {
    min-height: 70vh;
}
