@font-face {
  font-family: "Regular";
  font-display: swap;
  font-style: normal;
  src: url(../fonts/commissioner-regular.woff2);
}
@font-face {
  font-family: "Light";
  font-display: swap;
  font-style: normal;
  src: url(../fonts/commissioner-light.woff2);
}
@font-face {
  font-family: "Semi";
  font-display: swap;
  font-style: normal;
  src: url(../fonts/commissioner-semi.woff2);
}
@font-face {
  font-family: "Bold";
  font-display: swap;
  font-style: normal;
  src: url(../fonts/commissioner-bold.woff2);
}
.welcome {
  max-width: 1980px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  position: relative;
  aspect-ratio: 16/7;
}

.zebra-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  height: 100%;
  z-index: -1;
}

.dark-col {
  width: 82vw;
  padding-left: 6vw;
}

.white-col {
  background-color: white;
  width: 18vw;
  padding: 1vw;
  z-index: 1;
}

.welc-slide {
  aspect-ratio: 679/365;
}
.welc-slide img {
  max-width: 80vw;
  aspect-ratio: 679/375;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 78%;
}

.swiper-top2 {
  position: relative;
}

.welcome-intro-cont {
  position: absolute;
  left: -20%;
  bottom: 16%;
  background-image: url(../images/bg-tile.webp);
  z-index: 5;
  max-width: 500px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
  border: 1.2px solid;
  border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent) 1;
}

.welcome-intro-block {
  padding: 35px;
  position: relative;
}

.regular-text {
  font-size: 20px;
  line-height: 1.3;
  font-family: Light;
}

.mt30 {
  margin-top: 30px;
}

.swiper-green-bg {
  position: absolute;
  bottom: -30px;
  left: -34px;
  background-color: #7CC34D;
  width: 90vw;
  aspect-ratio: 679/375;
}

.h1 {
  position: absolute;
  top: 20%;
  z-index: 2;
  left: calc(6vw + 240px);
}
.h1 * {
  color: #ffffff;
  text-transform: uppercase;
  font-family: Bold;
  text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3);
}
.h1 .h1-1 {
  font-size: min(6.2vw, 120px);
}
.h1 .h1-2 {
  font-size: min(7vw, 140px);
  margin-left: min(18vw, 700px);
}
.h1 .h1-big {
  font-size: min(10vw, 200px);
}

.prod-welc-slider {
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.swiper-slide {
  display: flex;
}

.swiper-pagination {
  right: 180px;
  left: unset !important;
  bottom: 40px !important;
  width: fit-content !important;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  background: rgb(255, 255, 255) !important;
  width: 12px;
  height: 12px;
}

@media (max-width: 1480px) {
  .h1 {
    top: 14%;
  }
  .h1 .h1-2 {
    margin-left: 20vw;
  }
  .welcome-intro-cont {
    max-width: 440px;
    bottom: 12%;
  }
  .welcome-intro-block {
    padding: 25px;
  }
  .regular-text {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .welcome {
    padding: 0;
    aspect-ratio: unset;
  }
  .swiper-container {
    position: unset;
    width: 100%;
  }
  .swiper-pagination {
    display: none;
  }
  .swiper-slide img {
    max-width: 100vw;
  }
  .h1 {
    left: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    font-size: max(6vw, 40px);
    top: 35%;
    transform: translateY(-50%);
  }
  .h1 .h1-1 {
    font-size: unset;
  }
  .h1 .h1-2 {
    font-size: unset;
    margin-left: unset;
  }
  .welcome-intro-cont {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .white-col {
    width: 0;
    padding: 0;
  }
  .dark-col {
    width: 100%;
  }
  .swiper-green-bg {
    width: 100vw;
    left: 0;
  }
}
@media (max-width: 580px) {
  .welcome-intro-cont {
    max-width: unset;
    border: 0;
  }
  .welcome-intro-block {
    margin-top: 20px;
    padding: 25px 15px;
  }
  .regular-text {
    text-align: center;
  }
  .action-btn {
    margin: 20px auto 0;
  }
  .h1 {
    top: 25vw;
    font-size: max(6vw, 36px);
  }
}
.text-section {
  max-width: 1980px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  position: relative;
}

.text-wrap {
  margin: 70px 0 50px 6vw;
  position: relative;
  text-align: center;
  width: 80%;
}

.architect-text-wrap {
  min-height: 350px;
}

.private-text-wrap {
  min-height: 380px;
}

.developer-text-wrap {
  min-height: 280px;
}

.word {
  text-transform: uppercase;
  position: absolute;
  font-family: Bold;
}

.overcome {
  font-size: min(40px, 3vw);
  left: 1vw;
  top: 0;
}

.difficult {
  font-size: min(90px, 5vw);
  left: 0;
  top: 50px;
}

.and {
  font-size: min(77px, 4vw);
  left: 37vw;
  top: 5vw;
}

.find {
  font-size: min(40px, 3vw);
  right: 10vw;
  top: 8vw;
}

.solutions {
  font-size: min(130px, 7vw);
  right: 9vw;
  top: 10vw;
}

.freedom {
  font-size: min(60px, 4vw);
  left: 0;
  top: 0;
}

.fantasy {
  font-size: min(100px, 6vw);
  left: 0;
  top: 3.4vw;
}

.choose1 {
  font-size: min(50px, 4vw);
  right: 10vw;
  top: 7vw;
}

.design {
  font-size: min(140px, 7vw);
  right: 10vw;
  top: 11vw;
}

.reliable {
  font-size: min(114px, 6vw);
  left: 0;
  top: 0;
}

.partnership {
  font-size: min(114px, 6vw);
  right: 10vw;
  top: 8vw;
}

@media (max-width: 1200px) {
  .word {
    position: unset;
    display: inline-flex;
    font-size: 4vw;
    margin: 0 1vw;
  }
  .text-wrap {
    margin: 70px 18vw 70px 6vw;
    min-height: unset;
  }
}
@media (max-width: 1100px) {
  .text-wrap {
    margin: 90px auto 60px auto;
  }
}
@media (max-width: 768px) {
  .text-section {
    padding: 0 15px;
  }
  .text-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px auto 50px;
    width: 100%;
  }
  .word {
    font-size: 25px;
    margin: 0 5px;
  }
}
.intro {
  position: relative;
}

.intro-arc-float-img1 {
  width: min(48vw, 922px);
  margin-bottom: 16vw;
}

.intro-dev-float-img1 {
  width: min(37vw, 700px);
  margin-bottom: 16vw;
  margin-left: calc(6vw + 30px);
}

.intro-wrap img {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
}

.intro-arch-wrap {
  display: flex;
  gap: 50px;
}

.arch-paragraph {
  width: min(22vw, 420px);
  margin-top: min(50px, 2vw);
  font-family: Light;
}

.dev-paragraph {
  margin-bottom: 10px;
  width: min(22vw, 400px);
}

.intro-arc-float-img2 {
  position: absolute;
  width: min(30vw, 580px);
  left: min(34vw, 660px);
  top: min(10vw, 200px);
}

.intro-dev-float-img2 {
  width: 46vw;
  transform: translateX(-16%);
  margin-top: 20px;
  z-index: 1;
  aspect-ratio: 750/350;
}

.intro-arch-consult {
  position: absolute;
  right: calc(17vw - 120px);
  top: 22vw;
  z-index: 1;
}

.intro-dev-more {
  margin-top: 10px;
}

.intro-arch-consult:hover {
  background: white;
}

.intro-dev-body {
  display: flex;
  flex-direction: column;
}

.intro-priv-wrap {
  display: flex;
  gap: 50px;
  padding-left: calc(6vw + 30px);
  padding-right: calc(10vw + 30px);
}

.priv-col1 {
  width: 41%;
}

.priv-col2 {
  width: 59%;
}

.intro-priv-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.priv-col {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.priv-par {
  padding: 30px;
  line-height: 1.3;
  border: 1.2px solid;
  border-image: linear-gradient(90deg, rgba(218, 222, 227, 0.3), transparent) 1;
  background: linear-gradient(90deg, rgba(71, 67, 63, 0.5) 0%, rgba(71, 67, 63, 0) 100%);
}

.par-short {
  max-width: 36vw;
}

.intro-priv-more {
  margin-left: auto;
}

.intro-priv-more:hover {
  background: white;
}

.intro-priv {
  padding-bottom: 100px;
}

@media (max-width: 1610px) {
  .intro-arc-float-img2 {
    top: min(14vw, 210px);
  }
  .arch-paragraph {
    margin-top: 0;
  }
  .dev-paragraph {
    width: 28vw;
  }
}
@media (max-width: 1200px) {
  .intro-arc-float-img2 {
    top: min(16vw, 210px);
  }
}
@media (max-width: 1100px) {
  .intro-arc-float-img1 {
    display: none;
  }
  .intro-arc-float-img2 {
    position: unset;
    width: 60vw;
  }
  .intro-dev-float-img2 {
    display: none;
  }
  .intro-dev-float-img1 {
    margin: unset;
    width: 60vw;
  }
  .arch-paragraph, .dev-paragraph {
    text-align: center;
    width: 100%;
    max-width: 600px;
  }
  .intro-wrap {
    flex-direction: column;
    align-items: center;
  }
  .intro-arch-wrap {
    gap: 30px;
  }
  .intro-arch-consult {
    position: unset;
    margin-bottom: 60px;
  }
  .intro-dev-more {
    margin: 20px auto 60px;
  }
  .intro-priv {
    padding-bottom: 60px;
  }
  .priv-col {
    gap: 30px;
    width: 60vw;
  }
  .intro-priv-wrap {
    gap: 30px;
  }
  .par-short {
    max-width: unset;
  }
  .intro-priv-more {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .intro-arc-float-img2, .intro-dev-float-img1 {
    width: 100%;
  }
  .arch-paragraph, .dev-paragraph {
    padding: 0 15px;
  }
  .intro-arch-consult {
    margin-top: 0;
  }
  .priv-par {
    padding: 20px;
  }
  .priv-col, .intro-priv-wrap {
    gap: 20px;
  }
  .priv-col {
    width: unset;
  }
  .intro-priv-wrap {
    padding: 0 15px;
  }
}
.cooperation {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: white;
  color: #1A1714;
  display: flex;
}

.coo_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: calc(6vw + 30px);
}

.coo_h2 {
  font-size: 40px;
  font-family: Bold;
  color: #1A1714;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.coo_h2-accent {
  font-size: 60px;
  margin-top: 20px;
}

.coo_col1 {
  width: 55%;
}

.coo_col2 {
  max-width: 870px;
  aspect-ratio: 1;
  width: 45%;
}
.coo_col2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coo_par {
  max-width: 500px;
  margin-bottom: 20px;
}

.construction-header {
  max-width: 600px;
}

.coo_box {
  display: flex;
  gap: 20px;
}
.coo_box svg {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin-top: 4px;
}

.coo-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.const-col {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .coo_h2 {
    display: flow;
    margin-bottom: 30px;
  }
  .coo_h2-accent {
    font-size: 40px;
  }
  .coo_col {
    margin-left: 30px;
  }
}
@media (max-width: 1100px) {
  .const-col {
    margin-top: unset;
    margin-bottom: unset;
  }
  .coo_box {
    text-align: left;
  }
  .cooperation {
    flex-direction: column-reverse;
    align-items: center;
    padding: 60px 0 40px;
    gap: 30px;
    text-align: center;
  }
  .coo_par {
    max-width: unset;
  }
  .coo_col {
    margin-left: unset;
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cooperation {
    padding: 60px 15px 50px;
  }
  .coo_h2, .coo_h2-accent {
    font-size: 25px;
  }
  .coo_par {
    margin-bottom: 10px;
  }
  .coo_h2 {
    margin-bottom: 20px;
  }
  .coo_box {
    gap: 14px;
  }
  .coo_box svg {
    width: 14px;
    max-width: 14px;
    height: 14px;
    max-height: 14px;
  }
}
.elegance {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  aspect-ratio: 16/8;
}

.elegance-img {
  width: 100%;
  aspect-ratio: 16/7;
  object-fit: cover;
  margin-bottom: 100px;
}

.elegance-btn {
  position: absolute;
  z-index: 2;
  right: calc(17vw - 110px);
  bottom: 72px;
}

.elegance-btn:hover {
  background: #ffffff;
}

.eleg-text {
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  font-family: Bold;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1450980392);
}

.choose {
  font-size: min(60px, 3vw);
  right: calc(50% + 350px);
  top: 20%;
  width: max-content;
}

.realibility {
  font-size: min(160px, 8.2vw);
  color: #7CC34D;
  right: calc(50% - 490px);
  top: calc(50% - 160px);
}

.and2 {
  font-size: min(44px, 3vw);
  right: calc(50% - 160px);
  top: calc(50% + 50px);
}

.eleg {
  font-size: min(90px, 5vw);
  right: calc(50% + 80px);
  top: calc(50% + 60px);
}

.for {
  font-size: min(50px, 4vw);
  right: calc(50% - 480px);
  top: calc(50% + 170px);
}

@media (max-width: 1600px) {
  .choose {
    right: calc(50% + 320px);
  }
  .realibility {
    right: calc(50% - 410px);
    top: calc(50% - 150px);
  }
  .and2 {
    right: calc(50% - 160px);
    top: calc(50% + 30px);
  }
  .eleg {
    right: calc(50% - 30px);
    top: calc(50% + 60px);
  }
  .for {
    right: calc(50% - 480px);
    top: calc(50% + 160px);
  }
}
@media (max-width: 1400px) {
  .choose {
    right: calc(50% + 280px);
    top: 20%;
  }
  .realibility {
    right: calc(50% - 360px);
    top: calc(50% - 130px);
  }
  .and2 {
    right: calc(50% - 110px);
    top: calc(50% + 10px);
  }
  .eleg {
    right: calc(50% + 10px);
    top: calc(50% + 46px);
  }
  .for {
    right: calc(50% - 500px);
    top: calc(50% + 110px);
  }
}
@media (max-width: 1200px) {
  .choose {
    right: calc(50% + 240px);
    top: calc(50% - 160px);
    font-size: 4vw;
  }
  .realibility {
    right: calc(50% - 290px);
    top: calc(50% - 130px);
  }
  .and2 {
    right: calc(50% - 110px);
    top: 50%;
  }
  .eleg {
    right: calc(50% + 10px);
    top: calc(50% + 30px);
  }
  .for {
    right: calc(50% - 480px);
    top: calc(50% + 80px);
  }
}
@media (max-width: 1100px) {
  .elegance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
  }
  .eleg-text {
    width: min-content;
    left: 50%;
    font-size: 4vw;
    position: unset;
    z-index: 1;
  }
  .elegance-img {
    position: absolute;
    margin-top: 60px;
    height: 100%;
    aspect-ratio: unset;
    margin-top: 100px;
  }
  .for {
    width: max-content;
  }
  .elegance-btn {
    left: 50%;
    right: unset;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}
@media (max-width: 768px) {
  .eleg-text {
    font-size: 5vw;
    line-height: 1.15;
  }
  .for {
    margin-bottom: 30px;
  }
  .choose {
    font-size: 25px;
  }
}
@media (max-width: 460px) {
  .elegance-img {
    margin-top: 80px;
  }
  .elegance {
    aspect-ratio: 16/9;
  }
  .eleg-text {
    font-size: 7vw;
    line-height: 1;
  }
  .for {
    margin-bottom: 40px;
  }
}
.catalogues {
  position: relative;
}

.assortment-head {
  font-size: 40px;
  font-family: Bold;
  color: #1A1714;
  text-transform: uppercase;
  padding-left: calc(6vw + 30px);
  padding-top: 100px;
  padding-bottom: 280px;
  line-height: 1.4;
  background: white;
}
.assortment-head span {
  color: #7CC34D;
  display: block;
}

.dev-assortment-head {
  padding-bottom: 340px;
}

.assortment-img {
  position: absolute;
  max-width: 900px;
  width: 47vw;
  display: flex;
  left: 0;
  top: -300px;
  box-shadow: 10px 10px 15px -3px rgba(0, 0, 0, 0.2);
}

.dev-assortment-img {
  position: unset;
}

.assortment-p {
  max-width: 400px;
  position: absolute;
  top: -240px;
  right: min(25vw, 480px);
  color: #1A1714;
}

.dev-assortment-p {
  position: unset;
  margin: 10px 0;
}

.catalogues-container {
  padding-bottom: 30px;
  position: relative;
}

.catalog-wrap {
  width: 82vw;
  max-width: 1570px;
  margin-top: 50px;
  padding-right: 50px;
  display: flex;
  gap: 50px;
  justify-content: flex-end;
}

.dev-catalog-wrap {
  justify-content: flex-start;
  padding-left: calc(6vw + 30px);
  margin-top: -320px;
}

.cat-img {
  max-width: 230px;
}

.catalotue-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  position: relative;
}

.cat-btn {
  color: white;
  text-transform: uppercase;
  font-family: Semi;
  padding: 14px 30px;
  text-decoration: none;
  border: 1.5px solid;
  transition: ease 0.3s;
  border-image: linear-gradient(90deg, transparent, white) 1;
}

.cat-btn:visited {
  color: white;
}

.cat-btn:hover {
  color: white;
  background: #7CC34D;
}

@media (max-width: 1700px) {
  .assortment-p {
    right: 20vw;
  }
}
@media (max-width: 1400px) {
  .catalog-wrap {
    gap: 30px;
  }
  .dev-assortment-head {
    padding-bottom: 380px;
  }
  .dev-catalog-wrap {
    margin-top: -360px;
  }
}
@media (max-width: 1300px) {
  .assortment-p {
    right: unset;
    left: 50vw;
    width: 30vw;
  }
}
@media (max-width: 1100px) {
  .catalog-wrap {
    justify-content: center;
    width: 100%;
  }
  .assortment-img {
    display: none;
  }
  .dev-assortment-img {
    display: unset;
    width: 100%;
    max-width: unset;
  }
  .dev-catalog-wrap {
    margin-top: unset;
    flex-direction: column;
    padding-left: 30px;
  }
  .assortment-p {
    left: 30px;
    top: -150px;
    width: 60vw;
    max-width: unset;
  }
  .assortment-head {
    padding-bottom: 140px;
    padding-left: 30px;
  }
  .dev-assortment-head {
    padding-bottom: 20px;
  }
  .dev-catalogues-container {
    background: white;
  }
}
@media (max-width: 900px) {
  .assortment-head {
    font-size: 25px;
    padding-bottom: 120px;
    text-align: center;
  }
  .assortment-p {
    width: 80vw;
  }
  .catalog-wrap {
    flex-wrap: wrap;
    margin-left: 30px;
  }
  .dev-assortment-head {
    padding-bottom: 20px;
  }
  .dev-catalog-wrap {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .assortment-head {
    padding-left: 15px;
  }
  .assortment-p {
    width: calc(100% - 30px);
    margin: 0 15px;
    left: 0;
  }
  .catalotue-box {
    gap: 15px;
  }
  .catalog-wrap {
    gap: 40px;
  }
  .dev-catalog-wrap {
    margin: 0 15px;
    padding-right: unset;
    width: calc(100% - 30px);
    gap: 20px;
  }
  .dev-assortment-p {
    margin: unset;
  }
}
@media (max-width: 460px) {
  .assortment-head span {
    display: unset;
  }
  .assortment-head {
    padding-bottom: 160px;
  }
  .dev-assortment-head {
    padding-bottom: 20px;
  }
  .assortment-p {
    top: -200px;
  }
}
.terms {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: white;
  color: #1A1714;
}

.terms-col-left {
  color: white;
  background-image: url(../images/bg-tile.webp);
  padding: 90px 50px;
  position: relative;
  width: 100%;
  max-width: 550px;
  min-width: 550px;
  margin: -30px 0 -30px 50px;
}

.terms-col-left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(71, 67, 63, 0.7);
  left: 0;
  top: 0;
  z-index: 0;
  border: 1.5px solid;
  border-image: linear-gradient(90deg, rgba(218, 222, 227, 0.3), transparent) 1;
}

.term-block {
  position: relative;
  z-index: 2;
  min-height: 130px;
}

.colour-accent {
  color: #7CC34D;
}

.terms-wrap {
  display: flex;
  width: 70vw;
}

.term-title {
  font-size: 30px;
  font-family: Bold;
  text-transform: uppercase;
}

.terms-col-right {
  padding: 60px;
}

.term-par {
  position: relative;
}

.term-par::before {
  position: absolute;
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='20' width='20'><path d='M10 10V0H20V20H0V10H10Z' fill='%237CC34D'/></svg>");
  left: -34px;
  top: 4px;
}

@media (max-width: 1800px) {
  .terms-wrap {
    width: 80vw;
  }
}
@media (max-width: 1500px) {
  .terms-wrap {
    width: 90vw;
  }
}
@media (max-width: 1400px) {
  .terms-wrap {
    width: 96vw;
  }
}
@media (max-width: 1300px) {
  .terms-wrap {
    width: 80vw;
  }
  .terms-col-left {
    display: none;
  }
  .term-block {
    min-height: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .terms-wrap {
    width: unset;
  }
}
@media (max-width: 768px) {
  .terms-col-right {
    padding: 60px 15px 60px 40px;
  }
  .terms-wrap {
    padding-top: 30px;
  }
  .term-par::before {
    left: -30px;
  }
}
.portfolio {
  position: relative;
  padding: 100px 0 120px;
}

.portfolio-header {
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-family: Bold;
}

.portfolio-swiper-container {
  width: 1350px;
  position: relative;
  margin: 0 auto;
}

.portfolio-slide {
  width: 430px;
  max-width: 430px;
  aspect-ratio: 1;
  overflow: hidden;
  color: #ffffff;
  text-decoration: underline;
}

.port-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-out 0.6s;
  transform: scale(1.2);
}

.port-slide-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 23, 20, 0.6);
  opacity: 0;
  padding: 30px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: ease-out 0.6s;
}

.port-slide-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.port-slide-title {
  font-size: 22px;
  font-family: Semi;
  margin-bottom: 5px;
}

.port-slide-subtitle {
  font-family: Light;
  font-style: italic;
  margin-bottom: 14px;
}

.port-row {
  display: flex;
  column-gap: 10%;
  width: 100%;
  margin-bottom: 10px;
}

.port-col {
  width: 40%;
}

.port-col2 {
  font-family: Light;
  line-height: 1.3;
}

.portfolio-scrollbar {
  max-width: 600px;
  margin: 0 auto;
  background: #494239;
  left: 50% !important;
  transform: translateX(-50%);
  bottom: -40px !important;
  z-index: 5 !important;
}

.swiper-scrollbar-drag {
  background: #7CC34D;
  height: 8px;
  top: -2px;
  border-radius: 0;
}

.portfolio-navigation {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  z-index: 5;
  width: 110px;
}
.portfolio-navigation .port-prev {
  background: #2D2822;
  padding: 26px 28px;
}
.portfolio-navigation .swiper-button-prev:after {
  font-size: 30px;
  color: #7CC34D;
  font-weight: bold;
}
.portfolio-navigation .port-next {
  background: #2D2822;
  padding: 26px 28px;
}
.portfolio-navigation .swiper-button-next:after {
  font-size: 30px;
  color: #7CC34D;
  font-weight: bold;
}

.portfolio-slide:hover .port-slide-body {
  opacity: 1;
}
.portfolio-slide:hover .port-slide-img {
  transform: scale(1);
}

@media (max-width: 1440px) {
  .portfolio-swiper-container {
    width: 1080px;
  }
  .portfolio-slide {
    max-width: 340px;
  }
  .port-slide-body {
    padding: 20px 20px 10px 20px;
  }
}
@media (max-width: 1170px) {
  .portfolio-swiper-container {
    width: 700px;
  }
  .port-slide-body {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  .portfolio-swiper-container {
    width: 340px;
  }
  .portfolio {
    padding: 60px 0 70px;
  }
  .portfolio-header {
    margin-bottom: 20px;
  }
  .portfolio-scrollbar {
    bottom: -20px !important;
  }
  .port-col {
    font-size: 14px;
  }
  .portfolio-header {
    font-size: 25px;
  }
}
@media (max-width: 460px) {
  .portfolio-scrollbar {
    display: none;
  }
  .portfolio-navigation {
    top: unset;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 14px;
  }
  .portfolio-navigation .port-prev, .portfolio-navigation .port-next {
    padding: 24px;
  }
}
.sol-contacts {
  background: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 100px 180px;
  gap: 50px;
}

.sol-cont-img-cont {
  max-width: 850px;
  width: 100%;
  aspect-ratio: 850/650;
}
.sol-cont-img-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-container {
  color: #1A1714;
  background: white;
  padding: 50px;
}

.sol-contacts-header {
  color: #1A1714;
  margin-bottom: 30px;
  font-size: 40px;
  font-family: Bold;
  text-align: center;
}

.cont-subheader {
  text-align: center;
  margin-bottom: 40px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.input, .textarea {
  background: rgba(124, 195, 77, 0.05);
  color: #1A1714;
  line-height: 1.3;
  border: 1.5px solid rgba(124, 195, 77, 0.35);
  padding: 14px;
  font-size: 16px;
  font-family: Semi;
  outline: none;
  transition: ease 0.3s;
  width: 100%;
}

#submit-wrapper-contactForm {
  width: fit-content;
  margin: 0 auto;
}

.input::placeholder, .textarea::placeholder {
  opacity: 1;
  transition: ease 0.3s;
  color: #1A1714;
  font-family: Semi;
  line-height: 1.3;
  font-size: 16px;
}

.input:focus::placeholder, .textarea:focus::placeholder {
  opacity: 0;
}

.input:focus, .textarea:focus {
  border: 1.5px solid #7CC34D;
}

.submit-btn {
  background: #7CC34D;
  padding: 21px 62px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: Semi;
  outline: none;
  border: 0;
  width: fit-content;
  margin: 0 auto;
  transition: ease 0.3s;
  margin-top: 30px;
}

.submit-btn:hover {
  cursor: pointer;
}

.alert-success {
  text-align: center;
  font-size: 20px;
  font-family: Semi;
  color: #7CC34D;
}

@media (max-width: 1300px) {
  .sol-cont-img-cont {
    display: none;
  }
  .sol-contacts {
    padding: 80px;
  }
}
@media (max-width: 1100px) {
  .sol-contacts-header {
    font-size: 25px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .form {
    gap: 16px;
  }
  .form-container {
    padding: 60px 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .submit-btn {
    font-size: 18px;
    margin-top: 0;
    padding: 16px 50px;
  }
  .cont-subheader {
    margin-bottom: 24px;
  }
  .form-container {
    transform: translate(0, 0);
    position: unset;
  }
  .contacts-img {
    display: none;
  }
  .sol-contacts {
    padding: 30px 60px;
  }
}
@media (max-width: 540px) {
  .sol-contacts {
    padding: 0;
  }
}