@font-face {
  font-family: "Bauhaus 93";
  src: url("../css/fonts/Bauhaus 93 Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan";
  src: url("../css/fonts/Spartan-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan";
  src: url("../css/fonts/Spartan-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan";
  src: url("../css/fonts/Spartan-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan";
  src: url("../css/fonts/Spartan-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan";
  src: url("../css/fonts/Spartan-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan";
  src: url("../css/fonts/Spartan-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan";
  src: url("../css/fonts/Spartan-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan";
  src: url("../css/fonts/Spartan-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Spartan";
  src: url("../css/fonts/Spartan-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: "Spartan", sans-serif;
  scroll-behavior: smooth;
}

html {
  font-size: 10px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  font-family: "Spartan", sans-serif;
}

h1 {
  font-family: "Bauhaus 93", sans-serif;
}

h2, h3 {
  font-family: "Spartan", sans-serif;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body {
  background: #f5f5f5;
}

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: 4;
  padding: 0.8rem 15rem;
  -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
header ul li a {
  font-size: 2rem;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header ul li a:hover {
  color: #E3000F;
}
header ul .logo {
  margin: 0 10rem;
}
header ul .logo a img {
  width: 7.5rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header ul .logo a img:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
header ul .btn a {
  color: #ffffff;
  background: #E3000F;
  padding: 0.5rem 4rem;
  padding-top: 1rem;
  border-radius: 25px;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  display: block;
}
header ul .btn a:hover {
  color: #ffffff;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#toggle {
  display: none;
}

.cookies {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  padding-bottom: 0;
  width: 42.5rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 2;
}
.cookies p {
  font-size: 1.6rem;
}
.cookies a {
  color: #E3000F;
  font-weight: bold;
}
.cookies .row {
  width: 50%;
  margin: 2rem;
}
.cookies .row .btn-g {
  font-size: 1.8rem;
  margin: 0rem 2rem;
  color: #ffffff;
  background: #E3000F;
  padding: 0.5rem 2.5rem;
  padding-top: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  border: 3px solid #E3000F;
  cursor: pointer;
  border-radius: 5px;
}
.cookies .row .btn-g:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.cookies .row .btn-b {
  font-size: 1.8rem;
  margin: 0rem 2rem;
  color: #ffffff;
  background: #000000;
  padding: 0.5rem 2.5rem;
  padding-top: 1rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  border: 3px solid #000000;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  cursor: pointer;
  border-radius: 5px;
}
.cookies .row .btn-b:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

main {
  width: 100%;
  height: 100dvh;
  background: url(./img/main-bcg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
main .main-txt {
  position: absolute;
  width: 100%;
  max-width: 70rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 5rem;
}
main .main-txt h2 {
  font-size: 3.5rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2rem;
}
main .main-txt p {
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
}

section {
  padding: 10rem 15rem;
}

#about {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about .about-img {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}
#about .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .about-txt {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  padding: 5rem 15rem;
  padding-left: 10rem;
}
#about .about-txt h1 {
  font-size: 4.5rem;
  color: #E3000F;
  text-align: start;
  margin-bottom: 2.5rem;
}
#about .about-txt p {
  font-size: 1.8rem;
}

#offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  width: 100%;
}
#offer h2 {
  font-family: "Bauhaus 93", sans-serif;
  font-size: 4.5rem;
  color: #E3000F;
}
#offer .offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
}
#offer .offers .offer {
  width: 30rem;
  background: #f4f4f4;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  padding: 3rem;
  aspect-ratio: 4/3;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
#offer .offers .offer:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#offer .offers .offer img {
  width: 12rem;
  aspect-ratio: 1;
  margin-bottom: 2.5rem;
}
#offer .offers .offer h3 {
  font-size: 2.5rem;
  color: #E3000F;
  text-align: center;
}

#reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}
#reviews h2 {
  font-size: 4.5rem;
  color: #E3000F;
  margin-bottom: 5rem;
  text-align: center;
  font-family: "Bauhaus 93", sans-serif;
}
#reviews .reviews-wrapper {
  position: relative;
  width: 100%;
  max-width: 120rem;
  padding: 0 6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#reviews .swiper {
  width: 100%;
  padding-bottom: 5rem;
  overflow: hidden;
}
#reviews .review-card {
  background-color: #E93844;
  border-radius: 2.5rem;
  padding: 4rem 3rem;
  color: #ffffff;
  position: relative;
  height: auto;
  min-height: 28rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#reviews .review-card .review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  z-index: 2;
  position: relative;
}
#reviews .review-card .review-header .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
#reviews .review-card .review-header .stars svg {
  width: 1.8rem;
  height: 1.8rem;
  color: #ffffff;
}
#reviews .review-card .review-header .score {
  font-size: 1.8rem;
  font-weight: 600;
}
#reviews .review-card .review-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem 0;
  text-align: left;
  z-index: 2;
  position: relative;
}
#reviews .review-card .review-text {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 2rem;
  text-align: left;
  z-index: 2;
  position: relative;
}
#reviews .review-card .review-footer {
  margin-top: auto;
  z-index: 2;
  position: relative;
}
#reviews .review-card .review-footer .author {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 0.9;
}
#reviews .review-card .quote-bg {
  position: absolute;
  bottom: -4rem;
  right: 1rem;
  font-size: 20rem;
  font-weight: bold;
  font-family: serif;
  line-height: 1;
  color: #ffffff;
  opacity: 0.15;
  pointer-events: none;
  z-index: 1;
}
#reviews .swiper-button-prev,
#reviews .swiper-button-next {
  color: #333333;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#reviews .swiper-button-prev::after,
#reviews .swiper-button-next::after {
  font-size: 3rem;
  font-weight: 700;
}
#reviews .swiper-button-prev:hover,
#reviews .swiper-button-next:hover {
  color: #E3000F;
}
#reviews .swiper-button-prev {
  left: 0;
}
#reviews .swiper-button-next {
  right: 0;
}
#reviews .swiper-pagination {
  bottom: 0 !important;
}
#reviews .swiper-pagination .swiper-pagination-bullet {
  width: 3rem;
  height: 0.4rem;
  background: #cccccc;
  border-radius: 0;
  margin: 0 0.5rem !important;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E3000F;
  width: 4rem;
}

footer {
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5rem;
}
footer .footer-top {
  padding: 5rem 2rem;
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-container {
  width: 100%;
  max-width: 120rem;
  padding: 0 4rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer-container .footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-container .footer-col h3 {
  font-family: "Bauhaus 93", sans-serif;
  font-size: 2.5rem;
  color: #6B6B6B;
  margin-bottom: 2rem;
  white-space: nowrap;
}
footer .footer-container .footer-col a, footer .footer-container .footer-col p {
  font-family: "Spartan", sans-serif;
  font-size: 1.8rem;
  color: #555555;
  text-decoration: none;
  line-height: 1.8;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
footer .footer-container .logo-col {
  justify-self: start;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .footer-container .logo-col img {
  width: 12rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-container .info-col {
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-container .info-col h3 {
  text-align: center;
}
footer .footer-container .info-col .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  margin-bottom: 2rem;
}
footer .footer-container .info-col .footer-links .col-left, footer .footer-container .info-col .footer-links .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
footer .footer-container .info-col .footer-links .col-left a:hover, footer .footer-container .info-col .footer-links .col-right a:hover {
  color: #E3000F;
}
footer .footer-container .info-col .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
footer .footer-container .info-col .socials a img {
  width: 2.4rem;
  height: 2.4rem;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-container .info-col .socials a img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
footer .footer-container .contact-col {
  justify-self: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
footer .footer-container .contact-col h3 {
  text-align: center;
  width: 100%;
}
footer .footer-container .contact-col .name {
  margin-bottom: 0.5rem;
  white-space: nowrap;
}
footer .footer-container .contact-col .contact-link {
  display: block;
  margin-bottom: 0.5rem;
}
footer .footer-bottom {
  background-color: #E3000F;
  padding: 1.5rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-bottom .bottom-container {
  width: 100%;
  max-width: 120rem;
  padding: 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-bottom .bottom-container span, footer .footer-bottom .bottom-container a {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
}

.active {
  color: #E3000F;
}

#hero {
  width: 100%;
  height: 60dvh;
}

#projection {
  padding-top: 5rem;
}
#projection h1 {
  font-size: 4.5rem;
  text-align: center;
  color: #E3000F;
  margin-bottom: 2.5rem;
}
#projection p {
  font-size: 1.8rem;
  text-align: center;
  max-width: 75%;
  margin: 0 auto;
}

#project-documentation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#project-documentation h2 {
  font-size: 4.5rem;
  text-align: start;
  color: #E3000F;
  margin-bottom: 2.5rem;
  font-family: "Bauhaus 93", sans-serif;
}
#project-documentation h3 {
  font-size: 2rem;
  text-align: start;
  color: #E3000F;
  margin-bottom: 2.5rem;
}
#project-documentation p {
  font-size: 1.8rem;
  text-align: start;
  margin-bottom: 2.5rem;
}

#gallery {
  padding: 0;
}
#gallery h2 {
  font-size: 4.5rem;
  text-align: start;
  color: #E3000F;
  margin-bottom: 2.5rem;
  font-family: "Bauhaus 93", sans-serif;
  padding: 5rem 15rem;
  padding-top: 0;
}
#gallery .gallery-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#gallery .gallery-grid a {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#gallery .gallery-grid a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
#gallery .gallery-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  display: block;
}

#gallery2 {
  padding: 0;
  padding-top: 5rem;
}
#gallery2 h2 {
  font-size: 4.5rem;
  text-align: start;
  color: #E3000F;
  margin-bottom: 2.5rem;
  font-family: "Bauhaus 93", sans-serif;
  padding: 5rem 15rem;
  padding-top: 0;
}
#gallery2 .gallery-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#gallery2 .gallery-grid a {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#gallery2 .gallery-grid a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
#gallery2 .gallery-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  display: block;
}

.gallery {
  padding: 0;
}
.gallery h2 {
  font-size: 4.5rem;
  text-align: start;
  color: #E3000F;
  margin-bottom: 2.5rem;
  font-family: "Bauhaus 93", sans-serif;
  padding: 5rem 15rem;
  padding-top: 0;
}
.gallery p {
  font-size: 1.8rem;
  padding: 5rem 15rem;
  padding-top: 0;
}
.gallery .gallery-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.gallery .gallery-grid a {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.gallery .gallery-grid a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
.gallery .gallery-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  display: block;
}

#penb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#penb h2 {
  font-size: 4.5rem;
  text-align: start;
  color: #E3000F;
  margin-bottom: 2.5rem;
  font-family: "Bauhaus 93", sans-serif;
}
#penb .penb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
}
#penb .penb-row .penb-txt {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
#penb .penb-row .penb-txt p {
  font-size: 1.8rem;
}
#penb .penb-row .penb-img {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
#penb .penb-row .penb-img img {
  width: 100%;
}

#text h1 {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4.5rem;
  font-family: "Spartan", sans-serif;
  color: #E3000F;
}
#text h2 {
  color: #E3000F;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}
#text h3 {
  text-align: start;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  color: #E3000F;
}
#text p {
  font-size: 1.8rem;
  margin-bottom: 5rem;
}

.first-section {
  padding-top: 15rem !important;
}

#subventions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}
#subventions h1 {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4.5rem;
  color: #E3000F;
}
#subventions h2 {
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
  color: #E3000F;
  text-align: center;
}
#subventions p {
  font-size: 1.8rem;
  max-width: 75%;
  text-align: center;
  margin-bottom: 3rem;
}

.subvention {
  padding-bottom: 0;
}
.subvention p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.subvention h2 {
  font-size: 3rem;
  color: #E3000F;
  margin-bottom: 2.5rem;
}
.subvention h3 {
  font-size: 2.5rem;
  color: #E3000F;
  margin-bottom: 2.5rem;
}
.subvention h4 {
  font-size: 2rem;
  color: #E3000F;
  margin-bottom: 0.5rem;
}

#highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}
#highlight h2 {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4.5rem;
  color: #E3000F;
  font-family: "Bauhaus 93", sans-serif;
}
#highlight a {
  max-width: 80%;
  margin: 0 auto;
}
#highlight a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#wood-building {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0;
}
#wood-building h2 {
  font-size: 4.5rem;
  text-align: center;
  color: #E3000F;
  margin-bottom: 2.5rem;
}
#wood-building .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
}
#wood-building .row .img {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
#wood-building .row .img img {
  width: 100%;
  -webkit-box-shadow: 0px -2px 25px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px -2px 25px 0px rgba(0, 0, 0, 0.2509803922);
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#wood-building .row .txt {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
#wood-building .row .txt p {
  font-size: 1.8rem;
}

#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact h1 {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4.5rem;
  font-family: "Spartan", sans-serif;
  color: #E3000F;
}
#contact p {
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
#contact .contact-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
}
#contact .contact-row .contact-details {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  width: 100%;
  background: #E93844;
  border-radius: 40px;
  padding: 5rem;
  color: #ffffff;
}
#contact .contact-row .contact-details p {
  font-size: 1.8rem;
}
#contact .contact-row .contact-details h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
#contact .contact-row .contact-details .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
#contact .contact-row .contact-details .socials a svg {
  width: 3.5rem;
  height: 3.5rem;
  fill: white;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
#contact .contact-row .contact-details .socials a svg:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#contact .contact-row .contact-form {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  width: 100%;
}
#contact .contact-row .contact-form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
#contact .contact-row .contact-form form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
#contact .contact-row .contact-form form .row .column {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact .contact-row .contact-form form .row .column label {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0.5rem;
}
#contact .contact-row .contact-form form .row .column input {
  width: 100%;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
  font-size: 1.8rem;
  outline: none;
  padding: 1.6rem;
  padding-bottom: 0.8rem;
  line-height: 1;
}
#contact .contact-row .contact-form form .column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact .contact-row .contact-form form .column label {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0.5rem;
}
#contact .contact-row .contact-form form .column input {
  width: 100%;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
  font-size: 1.8rem;
  outline: none;
  padding: 1.6rem;
  padding-bottom: 0.8rem;
  line-height: 1;
}
#contact .contact-row .contact-form form .column textarea {
  width: 100%;
  min-height: 15rem;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2509803922);
  font-size: 1.8rem;
  outline: none;
  padding: 1.6rem;
  padding-bottom: 0.8rem;
  line-height: 1;
  resize: vertical;
}
#contact .contact-row .contact-form form .checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#contact .contact-row .contact-form form .checkbox-row input {
  width: 2rem;
  height: 2rem;
  margin-right: 1.5rem;
}
#contact .contact-row .contact-form form .checkbox-row label {
  font-size: 1.8rem;
}
#contact .contact-row .contact-form form .checkbox-row label a {
  color: #E3000F;
}
#contact .contact-row .contact-form form input[type=submit] {
  color: #ffffff;
  background: #E3000F;
  padding: 0.8rem 4rem;
  padding-top: 1.6rem;
  border-radius: 25px;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  display: block;
  cursor: pointer;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: bold;
}
#contact .contact-row .contact-form form input[type=submit]:hover {
  color: #ffffff;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#rules {
  width: 100%;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 16rem;
}
#rules .rules-content {
  width: 80%;
  margin: 0 auto;
}
#rules .rules-content h1 {
  font-size: 4.5rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5rem;
  text-align: center;
  color: #E3000F;
}
#rules .rules-content h2 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #E3000F;
  margin-bottom: 1rem;
}
#rules .rules-content p {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #000000;
}

@media (min-width: 2560px) {
  html {
    font-size: 12.5px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 8.5px;
  }
  section {
    padding: 5rem 10rem;
  }
  #about .about-img {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  #about .about-txt {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    padding: 5rem 10rem;
    padding-left: 8rem;
  }
  #rules .rules-content {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 1336px) {
  html {
    font-size: 8px;
  }
  section {
    padding: 5rem 8rem;
  }
  #about .about-img {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  #about .about-txt {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    padding: 5rem 8rem;
    padding-left: 5rem;
  }
  footer .footer-container {
    padding: 0 2rem;
  }
  footer .footer-container .info-col .footer-links {
    gap: 4rem;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 7.5px;
  }
  section {
    padding: 5rem;
  }
  #about .about-img {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  #about .about-txt {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    padding: 5rem 5rem;
    padding-left: 5rem;
  }
  footer .footer-container .logo-col img {
    width: 10rem;
  }
  footer .footer-container .info-col .footer-links {
    gap: 2rem;
  }
  #rules .rules-content {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #toggle {
    width: 100%;
    position: fixed;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.4), 0 0 30px rgba(255, 255, 255, 0.15), 0 0 5px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 15px rgba(255, 255, 255, 0.4), 0 0 30px rgba(255, 255, 255, 0.15), 0 0 5px rgba(0, 0, 0, 0.6);
    padding: 1rem 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 6;
  }
  #toggle .logo {
    width: 8rem;
  }
  #toggle .logo img {
    width: 100%;
  }
  #toggle svg {
    width: 4.5rem;
    height: 4.5rem;
    cursor: pointer;
    fill: #E3000F;
  }
  header {
    width: 42rem;
    height: 100dvh;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 5rem;
    padding-top: 18rem;
  }
  header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 1.5rem;
  }
  header ul .logo {
    display: none;
  }
  header ul li {
    width: 100%;
    border-bottom: 2px dotted #E3000F;
    padding-bottom: 0.8rem;
  }
  header ul li:last-child {
    border-bottom: none;
  }
  header ul li a {
    font-size: 3rem;
  }
  header ul .btn {
    text-align: center;
    padding-top: 2rem;
  }
  .active-menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
  }
  .not-active-menu {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: ease 0.3s all;
    transition: ease 0.3s all;
  }
  #about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #about .about-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #about .about-txt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 5rem;
  }
  .first-section {
    padding-top: 12rem;
  }
  #contact .contact-row {
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .offer .offers {
    gap: 5rem;
  }
  #reviews {
    padding: 5rem 2rem;
  }
  #reviews .reviews-wrapper {
    padding: 0;
  }
  #reviews .swiper-button-next,
  #reviews .swiper-button-prev {
    display: none;
  }
  #reviews .review-card {
    padding: 3rem 2rem;
  }
  #reviews .review-card .quote-bg {
    font-size: 15rem;
    bottom: -3rem;
  }
  footer {
    margin-top: 3rem;
  }
  footer .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
  footer .footer-container .logo-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-self: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .footer-container .info-col {
    width: 100%;
    justify-self: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-container .info-col .footer-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
  footer .footer-container .contact-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .footer-container .contact-col h3 {
    text-align: center;
  }
  footer .footer-bottom .bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
  #gallery h2 {
    padding: 3rem;
    padding-top: 0;
  }
  #gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #gallery2 h2 {
    padding: 3rem;
    padding-top: 0;
  }
  #gallery2 .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery h2 {
    padding: 3rem;
    padding-top: 0;
  }
  .gallery p {
    padding: 3rem;
    padding-top: 0;
  }
  .gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  #projection p {
    max-width: none;
  }
  #penb .penb-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
  #wood-building .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5rem;
  }
  #contact .contact-row {
    gap: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 425px) {
  #toggle {
    padding: 1rem 3rem;
  }
  #toggle .logo {
    width: 7rem;
  }
  main .main-txt {
    padding: 3rem;
  }
  .cookies {
    width: 100%;
  }
  section {
    padding: 3rem;
  }
  #about .about-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #about .about-txt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 3rem;
  }
  #contact .contact-row {
    gap: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .contact-row .contact-form form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .contact-row .contact-form form .row .column {
    width: 100%;
  }
  #rules .rules-content h1 {
    font-size: 4rem;
  }
}
@media (max-width: 320px) {
  header {
    width: 100%;
  }
}