:root {
  --white-smoke: #f8f8f8;
  --black: #2b2b2b;
  --dark-slate-grey: #404040;
  --gainsboro: #d8d8d8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 75px;
}

h2 {
  color: #2b2b2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 65px;
  font-family: Cinzel, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
}

h4 {
  width: 100%;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cinzel, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: all .4s;
}

h6:hover {
  opacity: .5;
}

.menu-container {
  width: 100%;
  max-width: 1350px;
  background-color: #2b2b2b;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.logo {
  width: 150px;
  object-fit: fill;
}

.wrap {
  width: 100%;
  max-width: 604px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  text-align: right;
  border: 1px #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.link:hover {
  border: 0 rgba(0, 0, 0, 0);
}

.section {
  width: 100%;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2b2b2b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 50px;
  display: flex;
}

.section.main {
  height: auto;
  max-width: 100%;
  border: 1px #000;
  padding-top: 200px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.main.padding-btm-0 {
  padding-bottom: 0;
}

.section.main.contact {
  padding-bottom: 100px;
  overflow: visible;
}

.section.main.about-us {
  z-index: 1;
  overflow: visible;
}

.section.main.overflow-visible {
  overflow: visible;
}

.section.light {
  max-width: 100%;
  background-color: var(--white-smoke);
  margin-bottom: 0;
  overflow: visible;
}

.section.light.btm-padding {
  margin-bottom: 0;
  padding-bottom: 150px;
}

.section.light.heiight-1500px {
  height: 3100px;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 0;
  overflow: visible;
}

.section.light.second {
  padding-top: 250px;
}

.section.padding-0 {
  background-color: var(--black);
  padding-left: 0;
  padding-right: 0;
}

.section.padding-0.padding-btm-0 {
  padding-bottom: 0;
}

.section.padding-0.padding-top-0 {
  padding-top: 0;
}

.section._404 {
  height: auto;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 200px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.container {
  width: 100%;
  height: auto;
  max-width: 1350px;
  grid-column-gap: 327px;
  grid-row-gap: 327px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.container.max-width-100 {
  max-width: none;
  position: static;
}

.container.aligh-right {
  align-items: flex-end;
  display: flex;
}

.container.relative {
  z-index: 1;
  position: relative;
}

.container.z-index {
  z-index: 2;
  position: relative;
}

.wrap-content {
  width: 100%;
  max-width: 1349.47px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex {
  width: 100%;
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex.align-slider-center {
  grid-column-gap: 50px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 50px;
  position: static;
}

.flex.align-slider-center.reverse {
  flex-direction: row-reverse;
  padding-left: 50px;
  padding-right: 0;
}

.flex.relative {
  grid-column-gap: 120px;
  justify-content: flex-start;
  position: relative;
}

.flex.vertical {
  grid-row-gap: 40px;
  flex-direction: column;
}

.main-txt {
  width: 60%;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
}

.img {
  z-index: 1;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
}

.bg {
  border-bottom: 1px solid var(--dark-slate-grey);
  background-color: #2b2b2b;
  padding-left: 50px;
  padding-right: 50px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block {
  opacity: .8;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: all .4s;
}

.link-block:hover {
  opacity: 1;
  text-align: center;
  border: 1px #000;
  border-bottom: 1px solid #fff;
}

.link-block.w--current {
  opacity: .83;
  border-bottom-color: #fff;
}

.line {
  width: 46px;
  height: 1.5px;
  background-color: #f1efef;
  flex: none;
}

.line.center {
  width: 35px;
}

.image {
  z-index: 0;
  width: 100%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image.btm {
  z-index: 0;
  bottom: -13%;
}

.image.about-us {
  bottom: -20%;
}

.left-content {
  width: 50%;
  max-width: none;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.txt {
  max-width: 600px;
  color: #2b2b2b;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.right-content {
  width: 50%;
  max-width: none;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.facts {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fact {
  width: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.number {
  width: 93px;
  color: #2b2b2b;
  text-transform: uppercase;
  font-size: 85px;
  font-weight: 400;
  line-height: 80px;
}

.small-txt {
  color: #3e3d40;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.line-black {
  height: 1px;
  background-color: #dadada;
  margin-top: 100px;
  margin-bottom: 40px;
}

.section-padding-btm-250 {
  z-index: 2;
  width: 100%;
  height: 3000px;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2b2b2b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px 0 250px;
  display: flex;
  position: relative;
  overflow: visible;
}

.scroll {
  z-index: 1;
  width: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 100px;
  overflow: visible;
}

.scroll.gap-40px {
  flex-direction: row;
}

.slider {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.img-1 {
  object-fit: cover;
  transition: all .4s;
}

.img-1:hover {
  transform: scale(1.03);
}

.img-1.mw-655 {
  width: 652px;
  height: 455px;
}

.btn {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 0;
  border: .5px solid #fff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.btn:hover {
  opacity: .5;
  background-color: rgba(21, 21, 21, 0);
  border-style: solid;
  border-color: #fff;
}

.light {
  color: #fff;
  margin-top: 0;
  margin-bottom: 65px;
  font-family: Cinzel, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
  position: static;
  top: 50px;
}

.light.mrg-btm-0 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 52px;
}

.light.mrg-btm-0.vw {
  font-size: 2.8vw;
  line-height: 3.5vw;
}

.light.size-55 {
  margin-bottom: 40px;
  font-size: 55px;
  line-height: 60px;
}

.section-bg {
  z-index: 1;
  width: 100%;
  max-width: none;
  min-height: 960px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/main.png');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.card-large {
  width: 570px;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #262322;
  background-image: url('../images/line-marinco.svg');
  background-position: 270% 310%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  position: static;
  top: 0;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.txt-card {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.review {
  height: auto;
  max-width: 425px;
  min-height: 483px;
  min-width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .1px solid #d3d3d3;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 17px 17px 30px;
  display: flex;
}

.card-img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}

.heading-review {
  color: #3e3d40;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.txt-reviews {
  color: #3e3d40;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cta {
  width: 100%;
  min-height: 480px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2f2f2f;
  background-image: url('../images/line-marinco.svg'), url('../images/blur-house.svg');
  background-position: 155% 110%, 100% 120%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 50%;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left {
  width: 40%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.btn-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.btn-cta:hover {
  filter: invert();
}

.btn-cta.desktop {
  display: none;
}

.txt-btn-cta {
  color: #000;
  text-align: center;
  font-family: Cinzel, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.img-cta {
  width: 100%;
  max-width: none;
  object-fit: cover;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.img-cta.house-2 {
  width: 95%;
  position: absolute;
  top: auto;
  left: 0%;
  right: 0%;
}

.img-cta.house-3 {
  width: 100%;
  position: static;
  bottom: -51px;
  right: 41%;
}

.wrap-img {
  z-index: 5;
  width: 77%;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: auto;
  right: -12%;
}

.wrap-img.about-us {
  z-index: 2;
  width: 73%;
  display: block;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -11%;
}

.wrap-img.projects {
  width: 65%;
  top: auto;
  bottom: -22%;
  left: auto;
  right: -7%;
}

.footer-wrap {
  width: auto;
  max-width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.colomn-1 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-txt {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.txt-link {
  color: #ededed;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.colomn-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.btm {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.wrap-item:hover {
  opacity: .5;
}

.link-footer {
  text-decoration: none;
  transition: all .4s;
}

.link-footer:hover {
  opacity: .5;
}

.btn-main {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.btn-main:hover {
  filter: invert();
  background-color: #fff;
}

.btn-main.btn-remodal {
  width: 300px;
  max-width: none;
  text-align: center;
  margin-top: 30px;
  padding: 20px;
}

.btn-main.btn-404 {
  width: 300px;
  cursor: pointer;
  margin-top: 40px;
}

.text-block {
  color: #000;
  font-family: Cinzel, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.arrow-btn {
  max-width: 30px;
}

.small-txt-btn {
  color: #fff;
  font-family: Cinzel, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.arrow-small {
  width: 20px;
}

.txt-btn-small {
  color: #000;
  text-transform: uppercase;
  font-family: Cinzel, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.btn-reviews {
  grid-column-gap: 7px;
  align-items: center;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.btn-reviews:hover {
  grid-column-gap: 9px;
  opacity: .5;
}

.arrow {
  width: 20px;
}

.img-bg {
  z-index: 0;
  width: 100%;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.img-main {
  width: 100%;
  height: auto;
  object-fit: fill;
  margin-top: 60px;
}

.items-wrap {
  width: 50%;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.txt-item {
  max-width: 450px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
}

.line-item {
  width: 450px;
  height: 1px;
  border: 1px solid rgba(255, 255, 255, .08);
}

.text-span {
  font-size: 20px;
  line-height: 20px;
}

.slide-custom {
  width: 50%;
  min-height: 650px;
  flex: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-custom.min-height {
  width: 100%;
  min-height: 400px;
  background-color: rgba(221, 221, 221, 0);
}

.slide-nav {
  display: none;
}

.img-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-arrow {
  width: 35px;
  height: 35px;
  background-color: #2b2b2b;
  background-image: url('../images/arrow-right-1.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 90px;
  align-items: flex-end;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  overflow: visible;
}

.right-arrow:hover {
  filter: invert();
}

.left-arrow {
  width: 35px;
  height: 35px;
  background-color: #2b2b2b;
  background-image: url('../images/arrow-left-1.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 90px;
  align-items: center;
  transition: all .4s;
  display: flex;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 70px;
  overflow: visible;
}

.left-arrow:hover {
  filter: invert();
}

.right {
  transition: all .4s;
  transform: rotate(180deg);
}

.right:hover {
  opacity: 1;
  transform: rotate(180deg);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.card-vertical {
  width: auto;
  height: 660px;
  max-width: 100%;
  min-height: 660px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 31px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-card {
  z-index: 1;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  position: relative;
}

.img-card {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #000;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay {
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, .59);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  width: 100%;
  background-color: #2f2f2f;
  padding: 100px 50px;
}

.txt-cta {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

.grid-colomn {
  width: 100%;
  max-width: 1329px;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 120px;
  display: grid;
}

.colomn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-item {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.left-card {
  width: 50%;
  height: 610px;
  min-height: 610px;
  grid-column-gap: 102px;
  grid-row-gap: 102px;
  background-color: #2f2f2f;
  background-image: url('../images/line-marinco.svg'), url('../images/blur-house.svg');
  background-position: 200% 60%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-absolute {
  width: 110%;
  max-width: none;
  min-height: auto;
  object-fit: fill;
  flex: none;
  display: block;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: -6%;
  right: 0%;
}

.mrg-btm-65 {
  max-width: none;
  margin-bottom: 65px;
  line-height: 65px;
}

.right-card {
  width: 50%;
  height: 610px;
  min-height: 610px;
  background-color: #2f2f2f;
  padding: 40px;
}

.field-label {
  font-size: 15px;
  font-weight: 300;
}

.text-field {
  min-height: 60px;
  background-color: rgba(255, 255, 255, 0);
  border: .5px solid #d7d7d7;
  border-radius: 0;
}

.text-field:focus {
  color: #fff;
  border-color: #fff;
}

.text-field:focus-visible {
  color: #fff;
}

.text-field[data-wf-focus-visible] {
  color: #fff;
}

.wrap-input {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.textarea {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  border: .5px solid #d7d7d7;
  padding-top: 10px;
  padding-bottom: 100px;
  font-weight: 200;
}

.submit-button {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  padding: 20px 90px;
  font-family: Cinzel, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  transition: all .4s;
}

.submit-button:hover {
  filter: invert();
}

.txt-25px {
  color: #3e3d40;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.colomn-2 {
  height: 62px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img-small {
  width: 28%;
  height: 200px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: -5%;
  right: auto;
}

.img-large {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: 0;
}

.max-width {
  width: 90%;
  font-weight: 200;
}

.project {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 15px;
  text-decoration: none;
  transition: all .4s;
  display: block;
  overflow: hidden;
}

.img-project {
  width: 100%;
  min-height: 570px;
  object-fit: cover;
  transition: all .4s;
}

.img-project:hover {
  transform: none;
}

.txt-tab {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 200;
}

.custom-tab {
  background-color: rgba(200, 200, 200, 0);
  padding: 0;
}

.custom-tab.w--current {
  color: #fff;
  background-color: rgba(200, 200, 200, 0);
  padding: 0;
  text-decoration: underline;
}

.tabs-menu {
  width: 100%;
  max-width: 1350px;
  grid-column-gap: 60px;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.menu-button {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  padding: 0;
  display: none;
}

.nav-menu-custom {
  grid-column-gap: 65px;
  display: flex;
}

.sticky {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  overflow: hidden;
}

.colomn-4 {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.project-link {
  overflow: hidden;
}

.project-link:hover {
  overflow: visible;
}

.txt-colomn {
  font-size: 16px;
}

.mask {
  background-color: var(--black);
  color: #2b2b2b;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrap-image {
  z-index: 1;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}

.mask-img {
  z-index: 2;
  background-color: #2b2b2b;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask-bg {
  width: 100%;
  height: auto;
  background-color: #2b2b2b;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.project-other {
  width: 100%;
  max-width: none;
  object-fit: cover;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.other-projects {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.collection-item-slide-main {
  flex: none;
  overflow: hidden;
}

.html-embed-btn-back {
  cursor: pointer;
}

.collection-list-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.list-project {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.link-block-card-vertical {
  z-index: 1;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-card-vertical.w--current {
  overflow: hidden;
}

.html-embed-2 {
  filter: contrast(103%) saturate(0%);
}

.remodal {
  width: 40%;
  max-width: 100%;
  min-height: auto;
  min-width: 400px;
  text-align: left;
  background-color: #2f2f2f;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 40px;
  display: none;
  position: static;
}

.left-content-remodal {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: block;
}

.slide-nav-2 {
  display: none;
}

.slide-img-remodal {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.slide {
  width: 100%;
  object-fit: cover;
}

.cross-img {
  transition: all .4s;
}

.cross-img:hover {
  transform: scale(1.04);
}

.wrap-cross {
  cursor: pointer;
  padding: 10px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wrap-heart {
  grid-column-gap: 4px;
  grid-row-gap: 2px;
  margin-bottom: 10px;
  display: flex;
}

.heading {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
}

.txt-reviews-remodal {
  color: rgba(255, 255, 255, .84);
  font-size: 14px;
  line-height: 20px;
}

._404 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 130px;
  font-weight: 500;
  line-height: 130px;
}

.heading-404 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 45px;
}

.wrap-404 {
  height: 800px;
  background-color: #2f2f2f;
  background-image: url('../images/line-marinco.svg'), url('../images/blur-house.svg');
  background-position: 400% 120%, 120% 120%;
  background-repeat: no-repeat, no-repeat;
  background-size: 90%, 100%;
  flex-direction: column;
  padding: 60px 40px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.max-width-404 {
  width: 60%;
  font-weight: 300;
  line-height: 26px;
}

.img-404 {
  z-index: 5;
  width: 120%;
  max-width: 110%;
  position: absolute;
  top: auto;
  bottom: -35%;
  left: auto;
  right: -16%;
}

.wrap-inputs {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.txt-privacy-policy {
  max-width: 80%;
  color: #d3d3d3;
  margin-top: 20px;
  margin-bottom: 100px;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 24px;
}

.heading-privacy {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.txt-main {
  width: 100%;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 28px;
}

.txt-main.mrg-btm-20 {
  width: 100%;
  margin-bottom: 30px;
}

.wrap-text {
  width: 55%;
  margin-top: 0;
}

.list {
  margin-bottom: 30px;
  padding-left: 30px;
}

.list.mrg-btm-list-60 {
  margin-bottom: 60px;
}

.list-item {
  margin-bottom: 15px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 200;
}

.link-privacy {
  color: rgba(255, 255, 255, .29);
  font-weight: 300;
}

.txt-left {
  width: auto;
  color: #d3d3d3;
  text-align: left;
  margin-top: 40px;
  margin-left: auto;
  font-size: 16px;
  font-style: italic;
}

.right-menu {
  width: 35%;
  height: auto;
  min-height: 500px;
  background-color: #2f2f2f;
  border-radius: 10px;
  padding: 40px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.menu-item {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200;
  line-height: 26px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.menu-item:hover {
  color: #aaa;
}

.menu-item.last {
  margin-bottom: 0;
}

.wrap-image-right {
  overflow: hidden;
}

.preloader {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 43, 43, 0);
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.img-preloader {
  z-index: 10;
  width: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.line-preloader-mask {
  width: 33.3333%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.div-block {
  width: 100%;
  height: 100%;
  background-color: #2b2b2b;
  border-right: 1px solid #343434;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-405 {
  cursor: pointer;
}

.projects-name {
  text-align: right;
  cursor: pointer;
  padding-right: 20px;
}

.shadow {
  width: 55%;
  height: 40px;
  filter: blur(100px);
  background-color: #030303;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.shadow.shadow-404 {
  width: 85%;
}

.sq-m {
  margin-bottom: 7px;
  font-family: Cinzel, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.wrap-heading-project {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.h3-policy {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 200;
  line-height: 20px;
}

.link-privacy-policy {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    margin-bottom: 40px;
    font-size: 45px;
    line-height: 52px;
  }

  .menu-container {
    width: auto;
    max-width: none;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
  }

  .logo {
    width: 180px;
    max-width: none;
    object-fit: fill;
    display: block;
  }

  .wrap {
    width: auto;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    justify-content: flex-end;
  }

  .link {
    text-align: left;
    font-size: 18px;
    font-weight: 200;
  }

  .section {
    align-items: flex-start;
  }

  .section.main {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section.main.contact {
    padding-bottom: 0;
  }

  .section.light {
    margin-bottom: 0;
  }

  .section.light.btm-padding {
    padding-bottom: 100px;
  }

  .section.light.heiight-1500px {
    height: 3500px;
    padding-left: 0;
  }

  .section.light.second {
    padding-top: 220px;
  }

  .section.padding-0 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section._404 {
    align-items: center;
    padding-bottom: 200px;
  }

  .container {
    width: 100%;
    max-width: none;
    margin-right: auto;
  }

  .container.padding-left-50 {
    padding-left: 50px;
  }

  .wrap-content {
    grid-row-gap: 20px;
  }

  .flex {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .flex.align-slider-center {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    padding-right: 0;
  }

  .flex.align-slider-center.reverse {
    flex-direction: column;
    padding-left: 0;
  }

  .flex.flex-horizontal {
    flex-direction: row;
  }

  .main-txt {
    width: auto;
    line-height: 28px;
  }

  .img {
    width: 100%;
    height: auto;
    object-fit: fill;
    top: 0;
  }

  .bg {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block {
    margin-bottom: 15px;
    display: block;
  }

  .link-block.last {
    margin-bottom: 30px;
  }

  .line {
    margin-bottom: 7px;
  }

  .image.btm {
    bottom: -6%;
  }

  .image.about-us {
    top: auto;
    bottom: -10%;
    left: 0%;
    right: 0%;
  }

  .left-content {
    width: auto;
  }

  .txt {
    max-width: none;
  }

  .right-content {
    width: auto;
  }

  .facts {
    grid-column-gap: 40px;
    justify-content: space-between;
  }

  .fact {
    flex-direction: column;
    align-items: flex-start;
  }

  .number {
    font-size: 60px;
    line-height: 55px;
  }

  .small-txt {
    font-size: 14px;
    line-height: 14px;
  }

  .line-black {
    margin-top: 40px;
  }

  .section-padding-btm-250 {
    height: 4000px;
    max-width: 100%;
    align-items: flex-start;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .scroll {
    width: auto;
    grid-column-gap: 60px;
    flex-direction: row;
  }

  .scroll.gap-40px {
    grid-column-gap: 40px;
  }

  .slider {
    width: 100%;
  }

  .img-1 {
    width: 100%;
    object-fit: cover;
  }

  .light {
    margin-top: 0;
    margin-bottom: 65px;
    font-size: 35px;
    line-height: 42px;
  }

  .light.mrg-btm-0.vw {
    font-size: 45px;
    line-height: 52px;
  }

  .light.size-55 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 58px;
  }

  .light.contact-heading {
    font-size: 50px;
    line-height: 52px;
  }

  .card-large {
    width: auto;
    max-width: 570px;
    min-width: auto;
    background-position: 200% 250%;
    background-size: 70%;
  }

  .txt-card {
    margin-bottom: 50px;
  }

  .review {
    height: 530px;
    max-width: 350px;
    min-height: 530px;
  }

  .cta {
    min-height: 700px;
    background-position: 170% 140%, 100%;
    background-size: 80%, 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 60px 0;
  }

  .left {
    width: auto;
    grid-row-gap: 20px;
  }

  .btn-cta.desktop {
    max-width: 300px;
    display: block;
  }

  .img-cta {
    width: 100%;
    position: static;
  }

  .wrap-img {
    width: 120%;
    margin-top: 40px;
    position: absolute;
    top: auto;
    bottom: -5%;
    left: 0%;
    right: auto;
  }

  .wrap-img.about-us {
    width: 120%;
    max-width: 120%;
    top: auto;
    bottom: -10%;
    left: 9%;
    right: 0%;
  }

  .wrap-img.projects {
    width: 100%;
    top: auto;
    bottom: -17%;
    left: auto;
    right: -11%;
  }

  .footer-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .txt-link {
    font-size: 14px;
    line-height: 24px;
  }

  .colomn-2 {
    height: auto;
    grid-row-gap: 20px;
  }

  .btm {
    align-items: flex-start;
  }

  .btn-main {
    justify-content: center;
  }

  .text-block {
    line-height: 18px;
  }

  .img-bg {
    top: -13%;
  }

  .img-main {
    width: 100%;
    height: auto;
    object-fit: fill;
    margin-top: 50px;
  }

  .items-wrap, .item {
    width: 100%;
  }

  .txt-item {
    max-width: none;
  }

  .line-item {
    width: 100%;
  }

  .slide-custom {
    width: 100%;
    min-height: 350px;
  }

  .img-slide {
    height: auto;
    min-height: 350px;
    object-fit: fill;
  }

  .card-vertical {
    max-width: none;
  }

  .txt-cta {
    max-width: 80%;
    font-size: 16px;
  }

  .grid-colomn {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .left-card {
    width: 100%;
    height: 550px;
    min-height: 550px;
  }

  .img-absolute {
    width: 100%;
    top: auto;
    bottom: -44%;
    left: 0%;
    right: 0%;
  }

  .mrg-btm-65 {
    line-height: 60px;
  }

  .right-card {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .img-small {
    left: 2%;
  }

  .max-width {
    width: 100%;
  }

  .project {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    align-items: flex-start;
    display: flex;
  }

  .img-project {
    width: 100%;
    max-width: none;
    min-height: auto;
    object-fit: cover;
    display: block;
  }

  .txt-tab {
    font-size: 18px;
  }

  .tabs-menu {
    grid-column-gap: 50px;
    margin-bottom: 40px;
  }

  .menu-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .nav-menu-custom {
    height: 100vh;
    grid-row-gap: 0px;
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--dark-slate-grey);
    background-color: #2b2b2b;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 50px 25px;
  }

  .brand {
    flex: none;
  }

  .sticky {
    max-width: none;
  }

  .wrap-image {
    margin-top: 50px;
  }

  .other-projects {
    grid-template-columns: 1fr;
  }

  .list-project {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .remodal {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: static;
  }

  .left-content-remodal {
    width: 100%;
  }

  .wrap-404 {
    height: 780px;
  }

  .txt-privacy-policy {
    max-width: 100%;
    text-align: left;
    margin-bottom: 60px;
    font-size: 14px;
  }

  .heading-privacy {
    font-size: 30px;
    line-height: 38px;
  }

  .wrap-text {
    width: 100%;
  }

  .right-menu {
    display: none;
  }

  .projects-name {
    text-align: left;
    padding-right: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 42px;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 32px;
  }

  .menu-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    width: 180px;
  }

  .section {
    padding: 60px 20px;
  }

  .section.main {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.light {
    margin-bottom: 0;
    padding: 60px 20px;
  }

  .section.light.btm-padding {
    padding: 60px 20px;
  }

  .section.light.heiight-1500px {
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .section.padding-0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._404 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .container.padding-left-50 {
    padding-left: 20px;
  }

  .flex {
    align-items: flex-start;
  }

  .flex.align-slider-center {
    grid-row-gap: 40px;
  }

  .main-txt {
    font-size: 18px;
    line-height: 26px;
  }

  .img {
    top: 0;
  }

  .bg {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    bottom: 0%;
  }

  .image.about-us {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: -10%;
  }

  .txt {
    max-width: 95%;
    font-size: 16px;
  }

  .right-content {
    justify-content: flex-start;
  }

  .facts {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .small-txt {
    line-height: 18px;
  }

  .section-padding-btm-250 {
    height: 3500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .scroll {
    grid-column-gap: 40px;
  }

  .slider {
    width: 100%;
  }

  .img-1 {
    width: 100%;
    height: 350px;
    max-width: none;
    object-fit: cover;
  }

  .img-1.mw-655 {
    width: 490px;
    height: 350px;
  }

  .light {
    margin-bottom: 40px;
    font-size: 35px;
    line-height: 42px;
  }

  .light.mrg-btm-0 {
    font-size: 25px;
    line-height: 32px;
  }

  .light.mrg-btm-0.vw {
    font-size: 35px;
    line-height: 42px;
  }

  .light.size-55 {
    font-size: 40px;
    line-height: 48px;
  }

  .light.contact-heading {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-bg {
    min-height: 900px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-large {
    width: auto;
    justify-content: flex-start;
    padding: 60px 40px;
  }

  .txt-card {
    margin-bottom: 50px;
    font-size: 15px;
  }

  .review {
    height: auto;
  }

  .cta {
    min-height: 670px;
    background-position: 170% 130%, 100%;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .left {
    grid-row-gap: 20px;
  }

  .btn-cta {
    width: 100%;
    margin-top: 20px;
  }

  .img-cta.house-2 {
    width: 100%;
  }

  .wrap-img {
    width: 140%;
    bottom: -10%;
    left: -14%;
  }

  .wrap-img.about-us {
    width: 120%;
    top: auto;
    bottom: -10%;
    left: 1%;
    right: 0%;
  }

  .wrap-img.projects {
    width: 120%;
    top: auto;
    bottom: -18%;
    left: -5%;
    right: 0%;
  }

  .footer-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .colomn-1 {
    align-items: flex-start;
  }

  .btn-main {
    justify-content: center;
  }

  .btn-main.btn-remodal, .btn-main.btn-404 {
    width: auto;
  }

  .img-bg {
    top: -6%;
  }

  .items-wrap {
    grid-row-gap: 40px;
  }

  .text-span {
    font-size: 15px;
  }

  .slide-custom.min-height {
    min-height: auto;
    object-fit: fill;
  }

  .right-arrow {
    bottom: 20px;
    right: 10px;
  }

  .left-arrow {
    bottom: 20px;
    right: 60px;
  }

  .grid {
    grid-row-gap: 60px;
  }

  .footer {
    padding: 60px 20px;
  }

  .txt-cta {
    max-width: none;
  }

  .grid-colomn {
    grid-row-gap: 40px;
    margin-bottom: 65px;
  }

  .left-card {
    height: auto;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .img-absolute {
    width: 100%;
    object-fit: fill;
    margin-top: -73px;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mrg-btm-65 {
    line-height: 48px;
  }

  .colomn-2 {
    grid-row-gap: 10px;
  }

  .max-width {
    font-size: 16px;
  }

  .project {
    max-height: 300px;
  }

  .txt-tab {
    font-size: 16px;
  }

  .menu-button {
    flex: none;
  }

  .nav-menu-custom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .txt-colomn {
    font-size: 14px;
    line-height: 22px;
  }

  .wrap-image {
    margin-top: 50px;
  }

  .list-project {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .remodal {
    width: 95%;
    min-width: auto;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .slide-img-remodal {
    min-height: 100%;
    object-fit: cover;
  }

  .slide {
    object-fit: fill;
  }

  .wrap-cross {
    top: 2%;
    right: 2%;
  }

  ._404 {
    font-size: 100px;
    line-height: 100px;
  }

  .heading-404 {
    font-size: 30px;
    line-height: 35px;
  }

  .wrap-404 {
    height: 780px;
  }

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

  .img-404 {
    width: 160%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-top: 0;
    position: relative;
    top: auto;
    bottom: 3%;
    left: -16%;
    right: 0%;
  }

  .heading-privacy {
    font-size: 25px;
    line-height: 32px;
  }

  .txt-left {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
  }

  h6 {
    font-weight: 200;
  }

  .logo {
    width: 150px;
  }

  .section.main {
    padding-bottom: 60px;
  }

  .section.main.contact {
    z-index: 2;
    padding-bottom: 100px;
  }

  .section.light {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: 0;
  }

  .section.light.heiight-1500px {
    height: 3000px;
    align-items: flex-start;
    padding-left: 0;
    display: block;
    overflow: visible;
  }

  .section.light.second {
    z-index: 0;
    padding-top: 100px;
    overflow: visible;
  }

  .container.padding-left-50 {
    width: 100%;
    padding-left: 20px;
    overflow: visible;
  }

  .flex.flex-horizontal {
    flex-direction: column;
  }

  .main-txt {
    font-size: 16px;
    line-height: 24px;
  }

  .img {
    height: 300px;
    object-fit: cover;
    margin-top: 0;
    top: 0;
  }

  .bg {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    bottom: 0%;
  }

  .image.btm {
    z-index: 1;
    bottom: -2%;
  }

  .image.about-us {
    bottom: -4.5%;
  }

  .txt {
    max-width: none;
    font-size: 15px;
  }

  .facts {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 40px;
  }

  .fact {
    width: 100%;
    border-bottom: 1px solid #dadada;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 15px;
  }

  .number {
    font-weight: 400;
    line-height: 50px;
  }

  .line-black {
    display: none;
  }

  .section-padding-btm-250 {
    height: 4000px;
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
    overflow: visible;
  }

  .scroll {
    flex-direction: row;
  }

  .scroll.gap-40px {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .slider {
    width: 100%;
    grid-row-gap: 20px;
  }

  .img-1 {
    height: 293px;
    max-height: 293px;
  }

  .img-1.mw-655 {
    width: 310px;
    height: 290px;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .light {
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
  }

  .light.mrg-btm-0 {
    font-size: 20px;
    line-height: 28px;
  }

  .light.mrg-btm-0.vw {
    font-size: 30px;
  }

  .light.size-55 {
    font-size: 30px;
    line-height: 38px;
  }

  .light.contact-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .section-bg {
    min-height: 750px;
    align-items: center;
  }

  .card-large {
    width: 100%;
    max-width: none;
    background-position: 450% 250%;
    background-size: 95%;
    align-items: center;
    padding: 40px 20px;
  }

  .txt-card {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 22px;
  }

  .review {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 320px;
    min-height: 555px;
    flex: none;
  }

  .cta {
    width: 100%;
    min-height: 650px;
    background-position: 200% 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .img-cta.house-2 {
    width: 100%;
  }

  .wrap-img {
    width: 150%;
    bottom: -12%;
  }

  .wrap-img.about-us {
    width: 80%;
    max-width: 100%;
    bottom: -18%;
    left: 16%;
  }

  .wrap-img.projects {
    width: 130%;
    top: auto;
    bottom: -22%;
    left: -13%;
    right: 0%;
  }

  .footer-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .btn-main {
    width: 100%;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-main.btn-remodal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .items-wrap {
    grid-row-gap: 30px;
  }

  .text-span {
    font-size: 10px;
  }

  .slide-custom {
    min-height: 350px;
  }

  .slide-custom.min-height {
    height: 300px;
    object-fit: fill;
  }

  .img-slide {
    min-height: 350px;
    object-fit: cover;
  }

  .right-arrow {
    bottom: 10px;
    right: 10px;
  }

  .left-arrow {
    bottom: 10px;
    right: 60px;
  }

  .grid-colomn {
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .left-card {
    width: 100%;
    height: auto;
    min-height: 350px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-absolute {
    width: 100%;
    margin-top: -127px;
    position: relative;
    bottom: 0%;
    left: 0%;
  }

  .mrg-btm-65 {
    line-height: 38px;
  }

  .right-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    width: 100%;
  }

  .wrap-input {
    grid-row-gap: 5px;
  }

  .form {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: start;
    justify-items: start;
    display: flex;
  }

  .colomn-2 {
    grid-row-gap: 5px;
  }

  .img-small {
    width: 50%;
    height: 100px;
    object-fit: cover;
    display: none;
  }

  .img-large {
    width: 100%;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .sticky {
    overflow: hidden;
  }

  .mrg-btm-40 {
    width: auto;
    margin-bottom: 40px;
  }

  .project-link {
    width: 100%;
  }

  .wrap-image {
    margin-top: 50px;
  }

  .collection-item-slide-main {
    width: auto;
  }

  .list-project {
    grid-row-gap: 40px;
  }

  .remodal {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .slide-img-remodal {
    height: 100%;
    min-height: auto;
    object-fit: cover;
  }

  .slide {
    height: 100%;
    min-height: auto;
    object-fit: fill;
  }

  .wrap-cross {
    top: 0%;
    right: 0%;
  }

  .projects-list-wrapper {
    width: 100%;
  }

  .wrap-404 {
    height: 700px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-404 {
    width: 170%;
    top: auto;
    bottom: 1%;
    left: -19%;
    right: 0%;
  }

  .wrap-inputs {
    grid-row-gap: 25px;
    flex-wrap: wrap;
  }

  .txt-privacy-policy {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .heading-privacy {
    font-size: 20px;
    line-height: 27px;
  }
}

#w-node-ac1f557e-7719-79c8-51b7-ed7cbc1d5084-a95dcfcb, #w-node-_4a51b0d1-db5f-7bcc-98d0-cab7f5285bcd-a95dcfcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fda5c3f9-586e-82d0-7949-d6949f10f8c2-a95dcfcb, #field.w-node-c6975e57-eefd-49d0-949d-11b409aee320-a95dcfcb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9b281904-34df-cf9a-5e6c-412af8982353-a95dcfcb, #w-node-_4b9c5384-961e-eab8-bf76-314298329617-7a47634a, #w-node-_656fb0d6-3ca4-6728-1256-432a0fbc6fdf-7a47634a, #w-node-_37a48238-0647-c332-54fd-bc7aa1a54511-7a47634a, #w-node-_37a48238-0647-c332-54fd-bc7aa1a54512-7a47634a, #w-node-ec0c81f9-9f35-a004-6a62-dd7af7f3a23a-7a47634a, #w-node-ec0c81f9-9f35-a004-6a62-dd7af7f3a23b-7a47634a, #w-node-fd7d9123-e965-ced3-2415-2509db3d17d7-7a47634a, #w-node-fd7d9123-e965-ced3-2415-2509db3d17d8-7a47634a, #w-node-_12fb04d6-77ea-c13e-e807-f90efea36999-7a47634a, #w-node-_12fb04d6-77ea-c13e-e807-f90efea3699a-7a47634a, #w-node-ea9c21ac-e0ff-b899-beb6-aecd97cb7e96-7a47634a, #w-node-ea9c21ac-e0ff-b899-beb6-aecd97cb7e97-7a47634a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_95d70968-0cd3-294c-3563-d5be5650f346-5650f342, #w-node-_95d70968-0cd3-294c-3563-d5be5650f363-5650f342 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d74a8c23-328e-0085-683e-c46d724d6963-a95dcfcb, #w-node-b1519bc8-ec93-5e6c-7e80-8f40ab433309-a95dcfcb, #w-node-df095422-ffe5-86d9-c710-91c5b5d64270-a95dcfcb, #w-node-_4b21abb7-2006-bfc0-99a2-5da3248766e3-a95dcfcb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


