body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.dancing-script-fancy {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}


a {
  color: #516e1e;
  text-decoration: none;
  font-weight: 700;
}

a:hover {
  color: black;
}

footer a {
  color: white;
  text-decoration: none;
  font-weight: 200;
}

footer a:hover {
  color: white;
}

/* .br-4 {
  border-radius: 4px;
}

.br-6 {
  border-radius: 6px;
} */

.last-para p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

h1.h2 {
  color: #516e1e
}

h2,
.h2 {
  font-size: 1.5rem;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.bg-color-one {
  background-color: rgba(0, 0, 0, .05);
}

.bg-color-one-030 {
  background-color: rgba(0, 0, 0, .03);
}

.bg-color-two {
  background-color: #516e1e;
  color: white;
}

.color-white {
  color: white;
}

.icon-15 {
  max-width: 15px;
}

.icon-20 {
  max-width: 20px;
}

/* footer*/

footer h6 {
  color: white
}

footer ul {
  list-style: none;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: white;
  text-decoration: none;
  transition: .25s;
  font-weight: 100s;
}

footer ul li a:hover {
  margin-left: 5px;
}

/* end footer*/



.hero-intro {
  background: rgba(255, 255, 255, .7);
  padding: 20px;
  /* border-radius: 6px */
}

/* main menu */
.navbar-collapse {
  flex-grow: 0;
}

nav.bg-dark {
  background-color: #516e1e !important;
}

.navbar a {
  color: white;
  font-size: 15px;
  font-weight: 100;
}

.navbar a.nav-link.active,
.navbar-nav .nav-link.show,
.navbar a:hover {
  color: whitesmoke;
}

ul.dropdown-menu {
  background-color: black;
}

ul.dropdown-menu .dropdown-item.active,
ul.dropdown-menu .dropdown-item:hover,
ul.dropdown-menu .dropdown-item:active,
ul.dropdown-menu .dropdown-item:focus {
  background: rgba(255, 255, 255, .2);
  color: whitesmoke;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 40px;
  }
}

.bg-light-grey {
  background-color: rgba(0, 0, 0, .05);
}

/* case study sections */

a.btn-border {
  font-weight: 300;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 0;
  background-color: #516e1e;
  color: white;
}

a.btn-border:hover {
  color: black;
  background-color: transparent;
}

#ourSuccess,
#ourPromise {
  background-size: cover;
  background-position: center;
}

#ourSuccess .bg-cover,
#ourPromise .bg-cover {
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  width: 100%;
  height: 100%;
}

#ourSuccess .hero-intro,
#ourPromise .hero-intro {
  background: rgba(255, 255, 255, .8)
}

form [type=submit],
form button {
  color: white;
  /* border-radius: 6px; */
  border: 0;
  padding: 8px 16px;
  font-weight: 400;
  background-color: #146c43;
}

@media (min-width: 768px) {
  .hero-intro {
    display: flex;
  }
}

@media (min-width: 992px) {
  .hero-intro {
    max-width: 45%;
  }

}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-description p:last-child {
  margin-bottom: 0;
}

.dev-info-container {
  border: 1px solid rgba(0, 0, 0, .1);
  /* border-radius: 6px; */
  font-size: 15px;
}

.dev-info-container div {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 10px 15px;
}

.dev-info-container div:last-child {
  border-bottom: 0;
}

.swiper-slide {
  max-width: 100%;
}

.swiper img {
  width: 100%;
}

span.swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid white;
  opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  /* border-radius: 6px; */
  background-color: white;
}

.r-swiper-button-next,
.r-swiper-button-prev,
.g-swiper-button-next,
.g-swiper-button-prev {

  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}



.g-swiper-button-next:after,
.g-swiper-button-prev:after,
.r-swiper-button-next:after,
.r-swiper-button-prev:after {
  content: '' !important;
}

.g-swiper-button-next,
.r-swiper-button-next {
  width: 20px;
  height: 20px;
  min-width: 20px;
  transform: rotate(180deg);
}

.g-swiper-button-prev,
.r-swiper-button-prev {

  width: 20px;
  height: 20px;
  min-width: 20px;
}

#propertyGallery .swiper-button-prev {
  /* left: var(--swiper-navigation-sides-offset, 10px); */
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 90%;
}

#propertyGallery .swiper-button-next {

  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 90%;
}

#propertyGallery .swiper-button-prev::after,
#propertyGallery .swiper-button-next::after .r-swiper-button-prev::after,
.r-swiper-button-next::after {
  font-size: 20px;
  font-weight: 900;
  color: #000;
  position: relative;
}

#propertyGallery .swiper-button-prev::after {
  content: 'previous';
  left: -1px;
}

#propertyGallery .swiper-button-next::after {
  content: 'next';
  right: 1px;
  transform: rotate(180deg);
}

.property-hero {
  position: relative;
  min-height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  margin-top: 20px;
}

.border-light{
      border: 1px solid rgba(0, 0, 0, .05);
}

.property-hero .hero-banner {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, .2);
}

.property-hero__backdrop {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}

.property-hero__backdrop--active {
  opacity: 1;
}

.property-hero__backdrop--fade-out {
  opacity: 0;
}

.feat_dev_summary p:last-child {
  margin-bottom: 0;
}

.quote-content {
  font-style: italic;
}

.quote-content p:last-child {
  margin-bottom: 0;
}

blockquote {
  margin: 25px;
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  padding: 15px 0 10px;
}

.inner-description h2 {
  margin-bottom: 25px
}

.inner_contact_form .acf-fields>.acf-field {
  padding: 0;
  border-top: 0;
  margin-bottom: 15px;
}

.inner_contact_form .acf-fields>.acf-field input,
.inner_contact_form .acf-fields>.acf-field textarea {
  padding: 10px;
  border-radius: 0;
  border: 0;
  background-color: rgba(0, 0, 0, .025);
  border-bottom: 1px solid black;
  font-size: 14px;
}

.inner_contact_form .acf-field .acf-label {
  display: none;
}

.inner_contact_form .af-submit.acf-form-submit {
  padding: 0;
}

.inner_contact_form button.acf-button.af-submit-button {
  background-color: black;
  font-size: 14px;
  text-transform: uppercase;
}

.inner_contact_form .acf-field-message {
  font-size: 14px;
}

.feature_badge {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: calc(var(--bs-gutter-x) * .5);
  padding: 10px 20px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}

.promise_sign_off {
  font-size: 16px
}

.promise_content {
  background: rgba(0, 0, 0, .5);
  color: white;
  /* margin-left: -30px;
    padding-left:60px */
  padding: 25px;
  top: -15px;
  position: relative;
}

.promise_intro {
  font-size: 30px
}

.promise_pic {
  width: 100px;
  border-radius: 90%;
  border: 1px solid rgba(255, 255, 255, .25);
}

.vecna {
  max-width: 125px;
}

.chambers {
  max-width: 200px;
}

@media (min-width: 768px) {
  .promise_sign_off {
    text-align: right;
    margin-top: -10px;
    margin-right: 15px;
  }

  .promise_content {
    margin-left: -30px;
    padding-left: 60px;
    top: 0;
  }

  .promise_intro {
    margin-bottom: -25px;
    margin-left: 210px;
    font-size: 35px
  }

  .promise_pic {
    width: 200px;
  }

  .vecna {
    max-width: 200px;
    margin-top: -35px;
  }
}