@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: "Noto Sans", sans-serif;
  scroll-behavior: smooth;
}

html {
  font-size: 10px;
}

ul {
  list-style: none;
}

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

h1, h2, h3 {
  font-family: "Noto Sans", 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: #F4F4F4;
}

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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 15rem;
  position: fixed;
  z-index: 5;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header .logo {
  width: auto;
  height: 10rem;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header .logo:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav {
  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;
}
header nav 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: 2.5rem;
}
header nav ul li {
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header nav ul li:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
header nav ul li a {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}

.scrolled {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.scrolled .logo {
  height: 9rem;
}
.scrolled nav ul li a {
  color: #000000;
  font-size: 2.2rem;
}

main {
  width: 100%;
  height: 100dvh;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #ffffff;
}
main .hero-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding: 10rem 15rem;
  padding-right: 10rem;
  padding-top: 20rem;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .hero-content .hero-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .hero-content .hero-txt h1 {
  font-size: 6rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 3rem;
}
main .hero-content .hero-txt p {
  font-size: 2rem;
  margin-bottom: 3rem;
}
main .hero-content .hero-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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
main .hero-content .hero-socials svg {
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transition: ease 0.3 all;
  transition: ease 0.3 all;
}
main .hero-content .hero-socials svg:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
main .hero-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  overflow: hidden;
}
main .hero-slider .swiper {
  width: 100%;
  height: 100%;
}
main .hero-slider .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
main .hero-slider .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
main .hero-slider .swiper .swiper-wrapper .swiper-slide .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  padding: 10rem 15rem;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
main .hero-slider .swiper .swiper-wrapper .swiper-slide .overlay .slide-txt {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 60rem;
}
main .hero-slider .swiper .swiper-wrapper .swiper-slide .overlay .slide-txt .num {
  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: 1rem;
}
main .hero-slider .swiper .swiper-wrapper .swiper-slide .overlay .slide-txt .num .vl {
  width: 3px;
  height: 12rem;
  background: #ffffff;
}
main .hero-slider .swiper .swiper-wrapper .swiper-slide .overlay .slide-txt .num span {
  font-size: 3rem;
  color: #ffffff;
}
main .hero-slider .swiper .swiper-wrapper .swiper-slide .overlay .slide-txt h2 {
  font-size: 3.5rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1rem;
}
main .hero-slider .swiper .swiper-wrapper .swiper-slide .overlay .slide-txt p {
  font-size: 2rem;
  color: #ffffff;
}

.s-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 4rem;
  font-size: 2.5rem;
  text-transform: uppercase;
  border: 3px solid #594331;
  color: #594331;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.s-btn:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.p-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 4rem;
  font-size: 2.5rem;
  text-transform: uppercase;
  border: 3px solid #594331;
  color: #ffffff;
  background: #594331;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.p-btn:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#toggle {
  display: none;
}

section {
  padding: 10rem 15rem;
}

#about {
  width: 100%;
}
#about .about-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: 15rem;
}
#about .about-row .about-txt {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
#about .about-row .about-txt hr {
  width: 12rem;
  color: #594331;
  background: #594331;
  border: none;
  height: 4px;
  margin-bottom: 2rem;
}
#about .about-row .about-txt h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  max-width: 60rem;
}
#about .about-row .about-txt p {
  font-size: 2rem;
  margin-bottom: 3rem;
}
#about .about-row .about-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#about .about-row .about-img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#how {
  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;
}
#how h2 {
  font-size: 4rem;
  max-width: 60rem;
}
#how .steps {
  margin: 5rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
#how .steps .step {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#how .steps .step img {
  width: 14rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2rem;
}
#how .steps .step h3 {
  font-size: 3rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 4px solid #594331;
  text-align: center;
}
#how .steps .step p {
  font-size: 2rem;
  text-align: center;
}
#how .line {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#how .line svg {
  width: 80%;
}

#services {
  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;
  padding-top: 0;
}
#services .services-wrapper {
  width: 100%;
  background: #594331;
  border-radius: 50px;
  padding: 5rem;
  margin-bottom: 5rem;
}
#services .services-wrapper h2 {
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 3rem;
}
#services .services-wrapper .services-grid {
  width: 100%;
  gap: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#services .services-wrapper .services-grid .service {
  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;
}
#services .services-wrapper .services-grid .service img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
}
#services .services-wrapper .services-grid .service h3 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
#services .services-wrapper .services-grid .service p {
  font-size: 2rem;
  color: #ffffff;
}
#services .p-btn {
  margin: 0 auto;
}

#reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  padding-bottom: 5rem;
}
#reviews hr {
  width: 12rem;
  color: #594331;
  background: #594331;
  border: none;
  height: 4px;
  margin-bottom: 2rem;
}
#reviews h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  max-width: 60rem;
}
#reviews p {
  font-size: 2rem;
  max-width: 80rem;
}

#gallery {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
#gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#gallery .gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  line-height: 0;
}
#gallery .gallery-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -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-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#gallery .gallery-item.overlay-trigger {
  position: relative;
}
#gallery .gallery-item.overlay-trigger .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(89, 67, 49, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#gallery .gallery-item.overlay-trigger .gallery-overlay h2 {
  font-size: 4rem;
  pointer-events: none;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: 10%;
}

#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  padding-bottom: 5rem;
}
#contact hr {
  width: 12rem;
  color: #594331;
  background: #594331;
  border: none;
  height: 4px;
  margin-bottom: 2rem;
}
#contact h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  max-width: 60rem;
}
#contact p {
  font-size: 2rem;
  max-width: 80rem;
}
#contact .contact-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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem 0;
}
#contact .contact-row .contact-details {
  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: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#contact .contact-row .contact-details .info {
  width: 100%;
}
#contact .contact-row .contact-details .info h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
#contact .contact-row .contact-details .info p {
  font-size: 2rem;
}
#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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
#contact .contact-row .contact-details .socials svg {
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transition: ease 0.3 all;
  transition: ease 0.3 all;
}
#contact .contact-row .contact-details .socials svg:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#contact .contact-row .vl {
  width: 5px;
  background: #594331;
  margin: 0 10rem;
}
#contact .contact-row .contact-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#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 input {
  width: 100%;
  border: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  background: none;
  border-bottom: 2px solid #969696;
}
#contact .contact-row .contact-form form input::-webkit-input-placeholder {
  color: #969696;
}
#contact .contact-row .contact-form form input::-moz-placeholder {
  color: #969696;
}
#contact .contact-row .contact-form form input:-ms-input-placeholder {
  color: #969696;
}
#contact .contact-row .contact-form form input::-ms-input-placeholder {
  color: #969696;
}
#contact .contact-row .contact-form form input::placeholder {
  color: #969696;
}
#contact .contact-row .contact-form form textarea {
  width: 100%;
  min-height: 15rem;
  resize: vertical;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 2rem;
  background: none;
  border: 2px solid #969696;
}
#contact .contact-row .contact-form form textarea::-webkit-input-placeholder {
  color: #969696;
}
#contact .contact-row .contact-form form textarea::-moz-placeholder {
  color: #969696;
}
#contact .contact-row .contact-form form textarea:-ms-input-placeholder {
  color: #969696;
}
#contact .contact-row .contact-form form textarea::-ms-input-placeholder {
  color: #969696;
}
#contact .contact-row .contact-form form textarea::placeholder {
  color: #969696;
}
#contact .contact-row .contact-form form label {
  font-size: 2rem;
  color: #969696;
}
#contact .contact-row .contact-form form label a {
  color: #594331;
}
#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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.5rem;
}
#contact .contact-row .contact-form form input[type=submit] {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 4rem;
  font-size: 2.5rem;
  text-transform: uppercase;
  border: 3px solid #594331;
  color: #ffffff;
  background: #594331;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#contact .contact-row .contact-form form input[type=submit]:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#contact .map {
  width: 100%;
  min-height: 50rem;
}
#contact .map iframe {
  width: 100%;
  min-height: 50rem;
}

footer {
  width: 100%;
  padding: 0 15rem;
  background: #594331;
  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;
}
footer p {
  font-size: 2rem;
  color: #ffffff;
  padding: 1.5rem 2rem;
  text-align: center;
}
footer p a {
  color: #ffffff;
}
footer p svg {
  width: 2rem;
  fill: #ffffff !important;
}

.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: #594331;
  font-weight: bold;
}
.cookies .row {
  width: 50%;
  margin: 2rem;
}
.cookies .row .btn-g {
  font-size: 1.8rem;
  margin: 0rem 2rem;
  color: #ffffff;
  background: #594331;
  padding: 0.5rem 2.5rem;
  -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 #594331;
  cursor: pointer;
}
.cookies .row .btn-g:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.cookies .row .btn-b {
  font-size: 1.8rem;
  margin: 0rem 2rem;
  color: #000000;
  background: transparent;
  padding: 0.5rem 2.5rem;
  -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;
}
.cookies .row .btn-b:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#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: 5rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5rem;
  text-align: center;
  color: #000000;
}
#rules .rules-content h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #000000;
}
#rules .rules-content p {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #000000;
}

@media (min-width: 2560px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 8.5px;
  }
  main .hero-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    padding: 10rem;
    padding-right: 5rem;
    padding-top: 20rem;
  }
  main .hero-slider .swiper .swiper-wrapper .swiper-slide .overlay {
    padding: 10rem;
    padding-top: 20rem;
  }
  section {
    padding: 10rem;
  }
  #about .about-row {
    gap: 10rem;
  }
  #about .about-row .about-txt {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  #about .about-row .about-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  footer {
    padding: 0 10rem;
  }
  #rules .rules-content {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 1336px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 7.5px;
  }
  main .hero-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    padding: 5rem;
    padding-right: 5rem;
    padding-top: 20rem;
  }
  main .hero-slider .swiper .swiper-wrapper .swiper-slide .overlay {
    padding: 5rem;
    padding-top: 20rem;
  }
  section {
    padding: 5rem;
  }
  #about .about-row {
    gap: 5rem;
  }
  #about .about-row .about-txt {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  #about .about-row .about-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #how .steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
  footer {
    padding: 0 8rem;
  }
  #rules .rules-content {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #toggle {
    width: 100%;
    position: fixed;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 0.5rem 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 {
    height: 9rem;
  }
  #toggle .logo img {
    width: 100%;
    height: 100%;
  }
  #toggle svg {
    width: 4.5rem;
    height: 4.5rem;
    cursor: pointer;
    fill: #594331;
  }
  header {
    width: 42rem;
    height: 100dvh;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    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: 15rem;
  }
  header .logo {
    display: none;
  }
  header nav {
    width: 100%;
    -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;
  }
  header nav 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 nav ul li {
    width: 100%;
    border-bottom: 2px solid #594331;
    padding-bottom: 0.5rem;
  }
  header nav ul li .logo {
    display: none;
  }
  header nav ul li a {
    font-size: 3rem;
    color: #000000;
  }
  header nav ul li a:hover {
    color: #594331;
  }
  .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;
  }
  main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  main .hero-content {
    padding: 5rem;
    gap: 3rem;
  }
  main .hero-slider {
    height: 100%;
  }
  main .hero-slider .swiper .swiper-wrapper .swiper-slide .overlay {
    padding: 5rem;
    padding-top: 15rem;
  }
}
@media (max-width: 768px) {
  header {
    width: 38rem;
  }
  main .hero-content {
    padding-right: 3rem;
    padding-top: 3rem;
  }
  main .hero-slider .swiper .swiper-wrapper .swiper-slide .overlay {
    padding: 3rem;
    padding-top: 15rem;
  }
  section {
    padding: 3rem;
  }
  #about .about-row {
    gap: 3rem;
  }
  #about .about-row .about-txt {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  #about .about-row .about-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #how .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
  #how .line {
    display: none;
  }
  #services .services-wrapper {
    padding: 5rem;
  }
  #services .services-wrapper .services-grid {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  #gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #contact .contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
  #contact .contact-row .vl {
    display: none;
  }
  #contact .map {
    width: 100%;
    min-height: 30rem;
  }
  #contact .map iframe {
    width: 100%;
    min-height: 30rem;
  }
  footer {
    padding: 0 5rem;
  }
}
@media (max-width: 600px) {
  footer {
    padding: 1rem 3rem;
    -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;
  }
  footer p {
    padding: 1.5rem;
  }
}
@media (max-width: 425px) {
  header {
    width: 100%;
  }
  #about .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  #about .about-row .about-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #about .about-row .about-img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #how .steps {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
  #how .line {
    display: none;
  }
  #services .services-wrapper {
    padding: 5rem;
  }
  #services .services-wrapper .services-grid {
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
  }
  #gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cookies {
    width: 100%;
  }
  #rules .rules-content h1 {
    font-size: 4rem;
  }
}