/* ABSTRACTS */
/* BREAKPOINTS */
/* TEXT STROKE */
/* COLORS */
/* VENDORS */
/* BASE */
.bg__glass {
  background: rgba(20, 20, 20, 0.4) !important;
  -webkit-backdrop-filter: blur(7px) !important;
          backdrop-filter: blur(7px) !important;
}

.bg__light-glass {
  background: rgba(240, 240, 240, 0.75) !important;
  -webkit-backdrop-filter: blur(8px) !important;
          backdrop-filter: blur(8px) !important;
}

.bg__dark-glass {
  background: rgba(50, 50, 50, 0.75) !important;
  -webkit-backdrop-filter: blur(8px) !important;
          backdrop-filter: blur(8px) !important;
}

.bg__light {
  background: rgba(255, 255, 255, 0.5) !important;
}

.bg__green {
  background: #327261;
}

.bg__cooper {
  background: #c66633;
}

.bg__darkblue {
  background: #1d2226;
}

.bg__white {
  background: #f3f4f6;
}

.bg__white {
  background: #f3f4f6;
}

html, body {
  width: 100%;
  height: 100%;
  background: #f3f4f6;
}

html {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  display: none;
}

body.noscroll {
  overflow: hidden;
  touch-action: none;
}

a {
  text-decoration: none;
}

* {
  font-family: "Inter", sans-serif;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-variable.ttf") format("truetype");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/inter-variable.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../fonts/inter-variable.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-variable.ttf") format("truetype");
  font-weight: regular;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/roboto-variable.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-ExtraBold";
  src: url("../fonts/roboto-variable.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.text-title {
  font-family: "Inter-Bold", sans-serif;
  font-weight: regular;
  letter-spacing: 1px;
  font-size: 36px;
  line-height: 44px;
}
@media (min-width: 1024px) {
  .text-title {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1280px) {
  .text-title {
    font-size: 53px;
    line-height: 64px;
  }
}

.text-headline {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: regular;
  line-height: 31px;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .text-headline {
    font-size: 25px;
  }
}
@media (min-width: 1280px) {
  .text-headline {
    font-size: 32px;
    line-height: 40px;
  }
}

.text-xsm {
  font-size: 12px;
}

.text-light {
  color: #f3f4f6;
}

.text-green {
  color: #327261;
}

.text-darkBlue {
  color: #1d2226;
}

.text_light-dark {
  color: #424242;
}
@media (min-width: 1024px) {
  .text_light-dark {
    color: #1d2226;
  }
}

/* LAYOUT */
/* COMPONENTS */
.button-primary {
  background: #327261;
  color: #f3f4f6;
  font-weight: bold;
}

.button-primary:hover {
  background: #1d2226;
}

.button-primary:focus {
  background: #000;
}

.button-primary-cooper {
  background: #c66633;
  color: #f3f4f6;
  font-weight: bold;
}

.button-primary-cooper:hover {
  background: #1d2226;
}

.button-primary-cooper:focus {
  background: #000;
}

.button-secondary {
  background: #f3f4f6;
  color: #327261;
  font-weight: bold;
  outline: 2px solid #327261;
}

.button-secondary:hover {
  color: #1d2226;
  outline: 2px solid #1d2226;
}

.button-secondary:focus {
  outline: 2px solid #1d2226;
}

.carousel1 .carousel1__content .content__bottom .carousel .carousel-indicators button .indicator-1 {
  background: url("../img/index/carousel1/cat1-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel1 .carousel1__content .content__bottom .carousel .carousel-indicators button .indicator-2 {
  background: url("../img/index/carousel1/cat2-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel1 .carousel1__content .content__bottom .carousel .carousel-indicators button .indicator-3 {
  background: url("../img/index/carousel1/cat3-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel1 .carousel1__content .content__bottom .carousel .carousel-indicators button p {
  color: #a1a1a1;
}
.carousel1 .carousel1__content .content__bottom .carousel .carousel-indicators button.true .indicator-1 {
  background: url("../img/index/carousel1/cat1-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel1 .carousel1__content .content__bottom .carousel .carousel-indicators button.true .indicator-2 {
  background: url("../img/index/carousel1/cat2-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel1 .carousel1__content .content__bottom .carousel .carousel-indicators button.true .indicator-3 {
  background: url("../img/index/carousel1/cat3-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel1 .carousel1__content .content__bottom .carousel .carousel-indicators button.true p {
  color: #1d2226;
  font-weight: bold;
}

.carousel2 .carousel2__content .content__bottom .carousel .carousel-indicators button .indicator-1 {
  background: url("../img/index/carousel2/cat1-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel2 .carousel2__content .content__bottom .carousel .carousel-indicators button .indicator-2 {
  background: url("../img/index/carousel2/cat2-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel2 .carousel2__content .content__bottom .carousel .carousel-indicators button .indicator-3 {
  background: url("../img/index/carousel2/cat3-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel2 .carousel2__content .content__bottom .carousel .carousel-indicators button p {
  color: #a1a1a1;
}
.carousel2 .carousel2__content .content__bottom .carousel .carousel-indicators button.true .indicator-1 {
  background: url("../img/index/carousel2/cat1-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel2 .carousel2__content .content__bottom .carousel .carousel-indicators button.true .indicator-2 {
  background: url("../img/index/carousel2/cat2-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel2 .carousel2__content .content__bottom .carousel .carousel-indicators button.true .indicator-3 {
  background: url("../img/index/carousel2/cat3-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel2 .carousel2__content .content__bottom .carousel .carousel-indicators button.true p {
  color: #1d2226;
  font-weight: bold;
}

.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button .indicator-1 {
  background: url("../img/index/dream-house/cat1-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button .indicator-2 {
  background: url("../img/index/dream-house/cat2-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button .indicator-3 {
  background: url("../img/index/dream-house/cat3-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button .indicator-4 {
  background: url("../img/index/dream-house/cat4-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button .indicator-5 {
  background: url("../img/index/dream-house/cat5-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button .indicator-6 {
  background: url("../img/index/dream-house/cat6-off.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button p {
  color: #424242;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button.true .indicator-1 {
  background: url("../img/index/dream-house/cat1-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button.true .indicator-2 {
  background: url("../img/index/dream-house/cat2-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button.true .indicator-3 {
  background: url("../img/index/dream-house/cat3-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button.true .indicator-4 {
  background: url("../img/index/dream-house/cat4-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button.true .indicator-5 {
  background: url("../img/index/dream-house/cat5-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button.true .indicator-6 {
  background: url("../img/index/dream-house/cat6-on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.dream-house .dream-house__content .content__middle .carousel .carousel-indicators button.true p {
  color: #1d2226;
  font-weight: bold;
}

/* PAGES */
.carousel1 {
  background: url("../img/index/carousel1/background-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 640px) {
  .carousel1 {
    background: url("../img/index/carousel1/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.carousel2 {
  background: url("../img/index/carousel2/background-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 640px) {
  .carousel2 {
    background: url("../img/index/carousel2/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.modal .modal-content {
  background: url("../img/index/modals/background-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 640px) {
  .modal .modal-content {
    background: url("../img/index/modals/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.wwa {
  background: url("../img/index/wwa/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wwa .wwa__content .content {
  background: url("../img/index/wwa/background-content.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dream-house {
  background: url("../img/index/dream-house/background-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 640px) {
  .dream-house {
    background: url("../img/index/dream-house/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.footer .footer__content .content__top {
  background: url("../img/index/footer/top-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 640px) {
  .footer .footer__content .content__top {
    background: none;
  }
}
.footer .footer__content .content__bottom {
  background: url("../img/index/footer/background-mobile.jpg");
  background-repeat: no-repeat;
  background-size: 100dvh 100%;
  background-position: center;
}
@media (min-width: 640px) {
  .footer .footer__content .content__bottom {
    background: url("../img/index/footer/background.jpg");
    background-repeat: no-repeat;
    background-size: 100dvw 100%;
    background-position: center;
  }
}

/* THEMES *//*# sourceMappingURL=main.css.map */