@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-ExtraLight.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Trajan";
  src: url("fonts/Trajan\ Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Trajan";
  src: url("fonts/Trajan\ Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "ArtegraSans-Bold";
  src: url("fonts/ArtegraSans-Bold.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: "ArtegraSans-Regular";
  src: url("fonts/ArtegraSans-Regular.otf") format("opentype");
  font-weight: 400;
}


html {
  scroll-behavior: smooth;
}
body {
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  padding-top: 100px;
}

.ratio {
  position: relative;
  width: 45% !important;
}
a {
  -webkit-transition: all 0.32s ease-out;
  -moz-transition: all 0.32s ease-out;
  -o-transition: all 0.32s ease-out;
  -ms-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
  text-decoration: none;
}
a:hover {
  color: #578074;
  text-decoration: none;
}

::placeholder {
  color: 000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: 000;
}
::-ms-input-placeholder {
  color: 000;
}

/*COMMOM STYLES*/
.ff-go {
  font-family: "Gotham", sans-serif;
}
.ff-tr {
  font-family: "Trajan", sans-serif;
}
.ff-as-bold {
  font-family: "ArtegraSans-Bold", sans-serif;
}
.ff-as-regular {
  font-family: "ArtegraSans-Regular", sans-serif;
}

.fw-bo {
  font-weight: 600;
}
.fw-me,
strong {
  font-weight: 500;
}
.fw-re {
  font-weight: 400;
}
.fw-li {
  font-weight: 300;
}
.fw-xl {
  font-weight: 200;
}

.fs-52 {
  font-size: 52px;
}
.fs-42 {
  font-size: 42px;
}
.fs-38 {
  font-size: 38px;
}
.fs-32 {
  font-size: 32px;
}
.fs-28 {
  font-size: 28px;
}
.fs-24 {
  font-size: 24px;
}
.fs-21 {
  font-size: 21px;
}
.fs-20 {
  font-size: 20px;
}
.fs-18 {
  font-size: 18px;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}

.ls-1 {
  letter-spacing: 1px;
}
.ls-2 {
  letter-spacing: 2px;
}
.ls-4 {
  letter-spacing: 4px;
}
.ls-6 {
  letter-spacing: 6px;
}

.lh-15 {
  line-height: 1.5;
}
.lh-2 {
  line-height: 2;
}

.mx-650 {
  max-width: 650px;
}

.text-grey {
  color: #6F757E;
}

@media screen and (min-width: 768px) {
  .mt-md-lg {
    margin-top: 60px !important;
  }
  .mb-md-lg {
    margin-bottom: 60px !important;
  }

  .mt-md-xl {
    margin-top: 100px !important;
  }
  .mb-md-xl {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 1199px) {
  body {
    padding-top: 80px;
  }
  .fs-52 {
    font-size: 52px;
  }
  .fs-42 {
    font-size: 38px;
  }
  .fs-38 {
    font-size: 26px;
  }
  .fs-32 {
    font-size: 22px;
  }
  .fs-28 {
    font-size: 20px;
  }
  .fs-21 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
  }

  .fs-52 {
    font-size: 52px;
  }
  .fs-42 {
    font-size: 34px;
  }
  .fs-38 {
    font-size: 26px;
  }
  .fs-32 {
    font-size: 22px;
  }
  .fs-28 {
    font-size: 20px;
  }
  .fs-21 {
    font-size: 18px;
  }

  .mt-xs-4 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 576px) {
  body {
    font-size: 17px;
  }
  .fs-52 {
    font-size: 27px;
  }
  .fs-42 {
    font-size: 28px;
  }
  .fs-38 {
    font-size: 26px;
  }
  .fs-32 {
    font-size: 22px;
  }
  .fs-28 {
    font-size: 20px;
  }
  .fs-21 {
    font-size: 18px;
  }

  .fs-42 {
    font-size: 15px;
}
  .fs-24 {
    font-size: 15px;
}

  .btn-responsive {
    margin-top: 10px;
    font-size: 10px;
    padding: 6px 10px !important;
  }
  .btn-back {
    font-size: 10px !important;
  }
}

.bg-grey {
  background-color: #efefef !important;
}
.bg-dark {
  background-color: #323232 !important;
}
.bg-brand {
  background-color: #578074;
}
.bg-brand2 {
  background-color: #67a3b8;
}
.bg-mikey {
  background-color: #d5dfdc;
}

.text-brand {
  color: #578074 !important;
}
.text-brand2 {
  color: #67a3b8 !important;
}
.text-black {
  color: #000 !important;
}

.btn-brand {
  background-color: #000;
  border: none;
  display: inline-block;
  transition: all 0.32s ease-out;
  color: #fff;
  font-weight: 400;
  padding: 6px 18px;
  letter-spacing: 1.5px;
}


.btn-grad {background-image: linear-gradient(to right, #000 0%, #578074  51%, #000  100%)}
.btn-grad {
  margin-right: 5px;
   padding: 11px 15px;
   text-align: center;
   text-transform: uppercase;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   /* border-radius: 10px; */
   /* display: block; */
 }

 .btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }

 
.btn-brand-green {
  background-color: #578074;
  border: none;
  display: inline-block;
  transition: all 0.32s ease-out;
  color: #fff;
  font-weight: 400;
  padding: 20px;
  letter-spacing: 1.5px;
  border-bottom-right-radius: 20px;
}
.btn-brand-green-left {
  background-color: #578074;
  border: none;
  display: inline-block;
  transition: all 0.32s ease-out;
  color: #fff;
  font-weight: 400;
  padding: 20px;
  letter-spacing: 1.5px;
  border-bottom-left-radius: 20px;
}

.btn-brand-green-left:hover,
.btn-brand-green:hover {
  background-color: #578074;
  color: #fff !important;
}

.btn-brand:hover {
  background-color: #578074;
  color: #fff !important;
}

.btn-back {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-left-fill' viewBox='0 0 16 16'%3E%3Cpath d='m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z'/%3E%3C/svg%3E");
  font-weight: 500;
  color: #000;
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 15px;
  margin-top: 5px;
  display: block;
}

.btn-elev {
  border: 2px solid #578074;
  color: #000;
  background-color: #fff;
  width: 93px;
  height: 93px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.45s linear;
}

.btn-elev:hover,
.btn-elev.active {
  background-color: #578074;
  color: #fff;
  cursor: pointer;
}

.btn-elev.active {
  position: relative;
  background: #578074;
  border: 4px solid #578074;
}
.btn-elev.active:after,
.btn-elev.active:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.btn-elev.active:after {
  border-color: rgba(87, 128, 116, 0);
  border-right-color: #578074;
  border-width: 15px;
  margin-top: -15px;
}
.btn-elev.active:before {
  border-color: rgba(87, 128, 116, 0);
  border-right-color: #578074;
  border-width: 18px;
  margin-top: -18px;
}

.has-bg {
  background-position: center;
  background-size: cover;
}

.img-linked {
  -webkit-transition: all 0.32s ease-out;
  -moz-transition: all 0.32s ease-out;
  -o-transition: all 0.32s ease-out;
  -ms-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
}
.img-linked:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.img-linked2:hover {
  transform: scale(0.95);
  cursor: pointer;
}

.text-linked {
  color: inherit;
}
.text-linked:hover {
  color: inherit;
  text-decoration: underline;
}

#topNavigation {
  border-bottom: 2px solid #578074;
  background-color: #fff;
  padding-bottom: 0;
  padding-top: 0;
}
#topNavigation .img-logo {
  width: 255px;
}

#topNavigation .nav-item {
  display: flex;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
}
#topNavigation .nav-item:hover,
#topNavigation .activeNav {
  background-color: #578074;
  color: #fff;
}
#topNavigation .nav-item:hover .nav-link,
#topNavigation .activeNav .nav-link {
  color: #fff;
}
#topNavigation .activeNav #nav-register,
#topNavigation #nav-register:hover {
  color: #fff !important;
}

#topNavigation .nav-link {
  font-size: 15px;
  color: #000;
  line-height: 1.25;
}
#topNavigation .nav-link:hover {
  color: #578074;
}

#topNavigation .navbar-nav {
  height: 100px;
}
#topNavigation .dropdown-menu {
  top: 100%;
  left: 0;
  background-color: #578074;
}
#topNavigation .dropdown-menu:hover {
  color: #000;
}

#topNavigation .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 15px;
}
#topNavigation .dropdown-menu .dropdown-item:hover {
  color: #000;
  background-color: transparent;
}

footer .img-hw-logo {
  width: 165px;
}
.registerNow {
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  color: #4d4d4d;

  transform: translate(0, -50%);
}
.hero {
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 825px;
}
.hero-caption {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
}
.cardTransition {
  display: block;
  transition: box-shadow 0.3s ease-in-out;
}

.cardTransition:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

.cardTransition:hover img {
  filter: grayscale(100%);
}

@media screen and (max-width: 1199px) {
  #topNavigation .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(87, 128,116, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  #topNavigation .navbar-toggler {
    border-color: rgba(255, 255, 255, 0);
  }
  #topNavigation .navbar-toggler:focus,
  .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }
  #topNavigation .img-logo {
    width: 255px;
  }

  #topNavigation .navbar-nav {
    height: auto;
    padding-bottom: 25px;
  }
  #topNavigation .navbar-nav .nav-link br {
    display: none;
  }

  #topNavigation .nav-item {
    align-items: flex-start;
  }
  #topNavigation .nav-item:hover,
  #topNavigation .nav-item:hover .nav-link {
    color: #578074;
    background-color: transparent;
  }

  #topNavigation .dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding-top: 25px;
  }
  #topNavigation .dropdown-menu .dropdown-item {
    color: #000;
  }
  #topNavigation .dropdown-menu .dropdown-item:hover {
    color: #578074;
  }

  .hero {
    height: 625px;
  }
}

@media screen and (min-width: 1200px) {
  #topNavigation .dropdown:hover .dropdown-menu {
    display: block;
  }
  #topNavigation .dropdown-menu {
    margin-top: 0;
  }
  #topNavigation .dropdown-toggle {
    margin-bottom: 2px;
  }
  #topNavigation .navbar .dropdown-toggle,
  #topNavigation .nav-tabs .dropdown-toggle {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 44px;
  }
  #topNavigation .img-logo {
    width: 155px;
  }
  .hero {
    height: 425px;
  }

}

@media screen and (max-width: 576px) {
  #topNavigation .img-logo {
    width: 125px;
  }
  .hero {
    height: 225px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media screen and (min-width: 992px) {
}

#homes .hero {
  background-image: url("../images/hero/homes.jpg");
  background-position: top;
}
#luxury-features .hero {
  background-image: url("../images/hero/luxury-features.jpg");
  background-position: top;
}
#interior-galleries .hero {
  background-image: url("../images/hero/interior-galleries.jpg");
  background-position: top;
}
#price-list .hero {
  background-image: url("../images/hero/price-list.jpg");
  background-position: top;
}
#totalhome .hero {
  background-image: url("../images/hero/totalhome.jpg");
  background-position: top;
}

#master-planned-community .hero {
  background-image: url("../images/hero/master-planned-community.jpg");
  background-position: top;
}
#mortgage-pre-approval .hero {
  background-image: url("../images/hero/mortgage-pre-approval.jpg");
  background-position: top;
}
#builders-story .hero {
  background-image: url("../images/hero/builders-story.jpg");
  background-position: top;
}
#contact-us .hero {
  background-image: url("../images/hero/contact-us.jpg");
  background-position: top;
}
#register-now .hero {
  background-image: url("../images/hero/register-now.jpg");
  background-position: top;
}

.homes-link {
  color: #000;
}
.fp-details-wrapper {
  border-left: 2px solid #578074;
}
.artist-concept {
  position: absolute;
  bottom: 5px;
  left: 30px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px #000;
}
.img-rend {
  transition: all 0.45s ease-in-out;
}
.border-left {
  border-left: 1px solid #578074;
}

.customList {
  padding-left: 20px;
}
.customList li {
  margin-bottom: 11px;
  padding-right: 25px;
}
.col-ct-2 {
  column-count: 2;
}

#totalhome-modal .modal-content {
  border-radius: 0;
  background-color: transparent;
  border: none;
}
#totalhome-modal .modal-body {
  background-color: #fff;
  border: 5px solid #67a3b8;
  padding: 0;
}
#totalhome-modal .modal-header {
  border: none;
  padding-right: 8px;
}
#totalhome-modal .btn-close {
  background-color: #fff;
  opacity: 1;
  border: 5px solid #67a3b8;
  padding-right: 2px;
}
.ico-totalhomes-sm {
  width: 100px;
}
.ico-totalhomes-lg {
  width: 190px;
}

#mortgage-steps .card {
  border: 5px solid #578074;
  border-radius: 0;
  padding-left: 75px;
  display: block;
}
#mortgage-steps .card-body {
  padding-left: 0;
}
#mortgage-steps .card-text {
  font-size: 15px;
}
#mortgage-steps .card-step {
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 1.25;
  padding-top: 5px;
}

.image-container {
  position: relative;
  display: inline-block;
}

input.subit_button {
  color: #51736a;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 50px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}



.overlay-text {
  color: white;
  font-size: 55px;
  font-weight: bold;
  text-transform: uppercase;
  transform: rotate(-45deg);
}

.text-c-grey {
  color: #444444;
}

.reg-banner {
  position: relative;
  background-image: url("../images/reg_banner.jpg"); /* Replace with your background image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  color: white;
  padding: 30px 30px;
}
.reg-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 115, 105, 0.76); /* Overlay color and opacity */
  z-index: 1;
  mix-blend-mode: multiply;
}
.reg-banner > * {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .fp-details-wrapper {
    border: none;
  }
  .ico-totalhomes-lg {
    width: 90px;
  }
  .reg-banner {
    height: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .col-ct-2 {
    column-count: 1;
  }

  .reg-banner {
    height: auto !important;
  }

}

@media screen and (max-width: 767px) {
  .btn-elev {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .btn-elev .fs-12 {
    font-size: 6px;
  }
  .btn-elev .fs-52 {
    font-size: 22px;
  }
  .btn-elev.active:after {
    border-width: 10px;
    margin-top: -10px;
  }
  .btn-elev.active:before {
    border-width: 15px;
    margin-top: -15px;
  }

  .car-height {
    height: 50vh;
  }
  #videoModalLabel {
    font-size: 18px;
  }
  .embed-responsive-16by9 iframe {
    height: 24vh !important;
    /* Adjust the height as needed */
  }

  .w-sm-25 {
    width: 50% !important;
  }


}

@media screen and (max-width: 576px) {
  #floorplans .fs-16 {
    font-size: 12px;
  }
}

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/misc/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/misc/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/misc/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/misc/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

#email-form {
  font-size: 17px;
  font-weight: 300;
}
#email-form .form-control {
  border-radius: 0;
  border: 1px solid #cccccc;
  background-color: #f7f7f7;
  margin-bottom: 27px;
  line-height: 2.25;
  color: #517369;
}
#email-form .form-control::placeholder {
  color: #517369;
  opacity: 1;
}
#email-form .form-control:-ms-input-placeholder {
  color: #517369;
}
#email-form .form-control::-ms-input-placeholder {
  color: #517369;
}
#email-form select {
  display: block;
  line-height: 2.25;
  padding: 0.4em 1.4em 0.4em 0.6em;
  margin: 0;
  margin-bottom: 27px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  color: #495057;
  border-radius: 0;
  background-color: #f7f7f7;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23578074%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

/* <div class="scrollImg">
                    <div class='icon-scroll'><div>
                </div> */
#heroSlider .scrollImg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  height: 100px;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}

.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #83c02f;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}

#carouselExampleIndicators .carousel-indicators [data-bs-target] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  opacity: 0.4;
  border: 1px solid white;
}
#carouselExampleIndicators .carousel-indicators .active {
  background-color: #ffffff;
  opacity: 1;
}

#carousel-thumb .carousel-indicators [data-bs-target] {
  width: 273px;
  height: auto;
  opacity: 1;
}
#carousel-gallery .carousel-indicators,
#carousel-gallery-2 .carousel-indicators,
#carousel-gallery-model-2 .carousel-indicators {
  margin: 5px 0 0;
  overflow: auto;
  position: static;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  display: block;
}
#carousel-gallery .carousel-indicators [data-bs-target],
#carousel-gallery-model-2 .carousel-indicators [data-bs-target] {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: 100px;
}
#carousel-gallery-2 .carousel-indicators [data-bs-target] {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: 170px;
}
#exampleModal .modal-body,
#exampleModal2 .modal-body {
  padding: 0;
}
#exampleModal .modal-content,
#exampleModal2 .modal-content {
  background-color: transparent;
  border: none;
}
#exampleModal .modal-header,
#exampleModal2 .modal-header {
  border: none;
  padding: 0;
  justify-content: end;
}
#exampleModal .close,
#exampleModal2 .close {
  opacity: 1;
  color: #fff;
  font-size: 45px;
  background-color: transparent;
  border: none;
  padding: 0;
}
#carousel-gallery-2 .carousel-control-next,
#carousel-gallery-2 .carousel-control-prev,
#carousel-gallery-btn-2 .carousel-control-next,
#carousel-gallery-btn-2 .carousel-control-prev {
  height: 355px;
}
.iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  #exampleModal .modal-dialog,
  #exampleModal2 .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}

.weAreOpen {
  background-color: #dadada;
  color: #000;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 15px 30px;
  text-transform: uppercase;
}

.weAreOpen .btnclose {
  color: #fff;
  position: absolute;
  right: 14px;
  top: 5px;
  font-size: 24px;
  font-weight: 600;
}

.object-fit {
  height: 500px;
  object-fit: cover;
}

.btn-responsive {
  margin-right: 10px;
}
