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

html {
  font-size: 10px;
}

ul {
  list-style: none;
}

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

h1, h2, h3 {
  font-family: "Cormorant Garamond", 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: #0B1F3A;
}

header {
  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: 1.5rem 15rem;
  position: fixed;
  z-index: 6;
  width: 100%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header.scrolled {
  background-color: rgba(11, 31, 58, 0.95);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #C8A45D;
  padding: 1rem 15rem;
}
header.scrolled .logo {
  width: 11rem;
}
header .logo {
  width: 13.4rem;
  -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%;
  -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;
  gap: 2rem;
}
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: 2rem;
}
header nav ul li a {
  font-size: 2.5rem;
  color: #F4F1EA;
  text-transform: uppercase;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header nav ul li a:hover {
  color: #C8A45D;
}
header nav .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;
}
header nav .socials a svg {
  width: 3.5rem;
  height: 3.5rem;
  fill: #F4F1EA;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header nav .socials a svg path {
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header nav .socials a svg:hover path {
  fill: #C8A45D;
}
header nav .lang-menu {
  width: 6rem;
  height: 4rem;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
header nav .lang-menu:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
header nav .lang-menu img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

main {
  width: 100%;
  height: 100dvh;
  position: relative;
}
main .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 36, 44, 0.75);
  padding: 10rem 15rem;
  padding-top: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .overlay .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .overlay .hero p, main .overlay .hero h1, main .overlay .hero h3 {
  max-width: 80rem;
  gap: 0.5rem;
}
main .overlay .hero p {
  margin: 2rem 0;
  font-size: 2.5rem;
}
main .overlay .hero h1 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 3rem;
  color: #C8A45D;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-weight: 500;
}

h1 {
  font-size: 6rem;
  color: #F4F1EA;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  line-height: 1.1;
}
h1 span {
  color: #C8A45D;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}

h2 {
  font-size: 4.5rem;
  color: #F4F1EA;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
}
h2 span {
  color: #C8A45D;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
}

p {
  font-size: 2.2rem;
  color: #F4F1EA;
  font-weight: 400;
}

hr {
  width: 15rem;
  background: #C8A45D;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 3px;
  border: none;
}

.btn {
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #F4F1EA;
  border: 2px solid #F4F1EA;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 3.2rem;
  font-family: Manrope;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.btn:hover {
  color: #C8A45D;
  border-color: #C8A45D;
}

#toggle {
  display: none;
}

section {
  padding: 10rem 15rem;
}

#about {
  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-txt {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 100%;
}
#about .about-txt h2 {
  margin-bottom: 1rem;
}
#about .about-txt hr {
  margin-bottom: 2rem;
}
#about .about-img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 100%;
}
#about .about-img img {
  width: 100%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

#highlights {
  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;
}
#highlights h3 {
  text-align: center;
}
#highlights .highlights-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5rem;
  margin-top: 5rem;
}
#highlights .highlights-wrapper .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;
  text-align: center;
}
#highlights .highlights-wrapper .highlight svg {
  width: 9rem;
  height: 9rem;
  margin-bottom: 2rem;
}
#highlights .highlights-wrapper .highlight p {
  font-size: 2.5rem;
}

#services {
  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;
  text-align: center;
}
#services p, #services h2 {
  max-width: 80rem;
}
#services h2 {
  margin-bottom: 1rem;
}
#services .services-wrapper {
  margin: 5rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
#services .services-wrapper .service {
  border: 2px solid #C8A45D;
  background: rgba(217, 217, 217, 0.1);
  padding: 3rem;
  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;
}
#services .services-wrapper .service svg {
  width: 9rem;
  height: 9rem;
  margin-bottom: 2rem;
}
#services .services-wrapper .service h3 {
  margin-bottom: 1rem;
}
#services .services-wrapper .service hr {
  margin-bottom: 2rem;
}

#steps {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#steps p, #steps h2 {
  max-width: 80rem;
}
#steps h2 {
  margin-bottom: 1rem;
}
#steps .steps-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 10rem 1fr 10rem 1fr;
  grid-template-rows: auto;
  margin-top: 5rem;
  gap: 5rem 3rem;
}
#steps .steps-wrapper .step {
  width: 100%;
  border: 2px solid #C8A45D;
  background: rgba(217, 217, 217, 0.1);
  padding: 3rem;
  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;
  position: relative;
}
#steps .steps-wrapper .step h3 {
  margin-bottom: 1rem;
}
#steps .steps-wrapper .step hr {
  margin-bottom: 2rem;
}
#steps .steps-wrapper .step .number {
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #C8A45D;
  font-size: 2rem;
  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;
  top: -2rem;
  left: -2rem;
  color: #F4F1EA;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#steps .steps-wrapper .arrow {
  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;
}
#steps .steps-wrapper .arrow svg {
  width: 10rem;
}

#value {
  width: 100%;
  position: relative;
  padding: 0;
}
#value .overlay {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 36, 44, 0.75);
  padding: 10rem 15rem;
}
#value .overlay h3 {
  margin-bottom: 1rem;
}
#value .overlay h2 {
  margin-bottom: 2rem;
}
#value .overlay .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 5rem 0;
  gap: 2rem;
}
#value .overlay .points .point {
  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;
}
#value .overlay .points .point .number {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #C8A45D;
  font-size: 2rem;
  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;
  color: #F4F1EA;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#reviews h2 {
  color: #F4F1EA;
}
#reviews h3 {
  margin-bottom: 1rem;
}
#reviews .star-line {
  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;
  font-size: 2.5rem;
  gap: 1rem;
  margin-top: 2rem;
  color: #F4F1EA;
}
#reviews .star-line .stars {
  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: 0.25rem;
}
#reviews .star-line .stars svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #C8A45D;
}
#reviews .swiper {
  width: 100%;
}
#reviews .swiper .swiper-wrapper {
  width: 100%;
  padding: 5rem 0;
}
#reviews .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 20rem;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  background: #F4F1EA;
  padding: 3rem;
}
#reviews .swiper .swiper-wrapper .swiper-slide .slide-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;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
#reviews .swiper .swiper-wrapper .swiper-slide .slide-header .name {
  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;
  font-size: 2rem;
}
#reviews .swiper .swiper-wrapper .swiper-slide .slide-header .name .icon {
  font-size: 2rem;
  text-transform: uppercase;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #C8A45D;
  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;
  margin-right: 1.5rem;
}
#reviews .swiper .swiper-wrapper .swiper-slide .slide-header .name .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#reviews .swiper .swiper-wrapper .swiper-slide .slide-header .name .column p {
  font-size: 2rem;
}
#reviews .swiper .swiper-wrapper .swiper-slide .slide-header .name .column span {
  font-size: 1.6rem;
  color: #C8A45D;
}
#reviews .swiper .swiper-wrapper .swiper-slide .slide-header img {
  width: 3.5rem;
  height: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
#reviews .swiper .swiper-wrapper .swiper-slide p {
  font-size: 2rem;
  color: #666;
}
#reviews .swiper .swiper-pagination {
  margin-top: 1rem;
  position: relative;
}
#reviews .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #d4d6d8;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
#reviews .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #C8A45D;
}

#contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contact .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
#contact .heading h3 {
  margin-bottom: 1rem;
  max-width: 80rem;
  text-align: center;
}
#contact .heading h2 {
  margin-bottom: 1rem;
  text-align: center;
  max-width: 80rem;
}
#contact .heading p {
  margin-bottom: 3rem;
  text-align: center;
  max-width: 80rem;
}
#contact .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .contact-wrapper .contact-left {
  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-wrapper .contact-left .contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
#contact .contact-wrapper .contact-left .contact-form .input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
#contact .contact-wrapper .contact-left .contact-form input[type=text],
#contact .contact-wrapper .contact-left .contact-form input[type=email],
#contact .contact-wrapper .contact-left .contact-form input[type=tel],
#contact .contact-wrapper .contact-left .contact-form textarea {
  width: 100%;
  padding: 1.5rem;
  border: 2px solid #F4F1EA;
  border-radius: 5px;
  font-size: 2rem;
  background: transparent;
  color: #F4F1EA;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
#contact .contact-wrapper .contact-left .contact-form input[type=text]:focus,
#contact .contact-wrapper .contact-left .contact-form input[type=email]:focus,
#contact .contact-wrapper .contact-left .contact-form input[type=tel]:focus,
#contact .contact-wrapper .contact-left .contact-form textarea:focus {
  border-color: #C8A45D;
}
#contact .contact-wrapper .contact-left .contact-form input[type=text]::-webkit-input-placeholder, #contact .contact-wrapper .contact-left .contact-form input[type=email]::-webkit-input-placeholder, #contact .contact-wrapper .contact-left .contact-form input[type=tel]::-webkit-input-placeholder, #contact .contact-wrapper .contact-left .contact-form textarea::-webkit-input-placeholder {
  color: #F4F1EA;
}
#contact .contact-wrapper .contact-left .contact-form input[type=text]::-moz-placeholder, #contact .contact-wrapper .contact-left .contact-form input[type=email]::-moz-placeholder, #contact .contact-wrapper .contact-left .contact-form input[type=tel]::-moz-placeholder, #contact .contact-wrapper .contact-left .contact-form textarea::-moz-placeholder {
  color: #F4F1EA;
}
#contact .contact-wrapper .contact-left .contact-form input[type=text]:-ms-input-placeholder, #contact .contact-wrapper .contact-left .contact-form input[type=email]:-ms-input-placeholder, #contact .contact-wrapper .contact-left .contact-form input[type=tel]:-ms-input-placeholder, #contact .contact-wrapper .contact-left .contact-form textarea:-ms-input-placeholder {
  color: #F4F1EA;
}
#contact .contact-wrapper .contact-left .contact-form input[type=text]::-ms-input-placeholder, #contact .contact-wrapper .contact-left .contact-form input[type=email]::-ms-input-placeholder, #contact .contact-wrapper .contact-left .contact-form input[type=tel]::-ms-input-placeholder, #contact .contact-wrapper .contact-left .contact-form textarea::-ms-input-placeholder {
  color: #F4F1EA;
}
#contact .contact-wrapper .contact-left .contact-form input[type=text]::placeholder,
#contact .contact-wrapper .contact-left .contact-form input[type=email]::placeholder,
#contact .contact-wrapper .contact-left .contact-form input[type=tel]::placeholder,
#contact .contact-wrapper .contact-left .contact-form textarea::placeholder {
  color: #F4F1EA;
}
#contact .contact-wrapper .contact-left .contact-form input[type=submit] {
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #F4F1EA;
  border: 2px solid #F4F1EA;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.8rem 3.2rem;
  font-family: Manrope;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  cursor: pointer;
  background: none;
}
#contact .contact-wrapper .contact-left .contact-form input[type=submit]:hover {
  color: #C8A45D;
  border-color: #C8A45D;
}
#contact .contact-wrapper .contact-left .contact-form textarea {
  resize: vertical;
  min-height: 15rem;
}
#contact .contact-wrapper .contact-left .contact-form .full-width {
  grid-column: 1/-1;
}
#contact .contact-wrapper .contact-left .contact-form .checkbox-group {
  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;
  gap: 1.5rem;
  margin: 1rem 0;
}
#contact .contact-wrapper .contact-left .contact-form .checkbox-group input[type=checkbox] {
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  accent-color: #C8A45D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#contact .contact-wrapper .contact-left .contact-form .checkbox-group label {
  font-size: 2rem;
  color: #F4F1EA;
  cursor: pointer;
}
#contact .contact-wrapper .contact-left .contact-form .checkbox-group label a {
  color: #C8A45D;
  font-family: "Manrope", sans-serif;
}
#contact .contact-wrapper .contact-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#contact .contact-wrapper .contact-right .contact-info-box {
  border: 2px solid #C8A45D;
  background: rgba(217, 217, 217, 0.1);
  padding: 5rem;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  color: #F4F1EA;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content {
  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;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content h4 {
  font-size: 3rem;
  font-weight: 500;
  color: #F4F1EA;
  font-family: "Cormorant Garamond", serif;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content hr {
  width: 12rem;
  color: #C8A45D;
  border-color: #C8A45D;
  background: #C8A45D;
  height: 3px;
  border: none;
  margin-bottom: 1rem;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content .info-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content .info-details p {
  font-size: 2rem;
  color: #F4F1EA;
  text-align: start;
  margin-bottom: 0;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content .info-details p strong {
  font-weight: 600;
  border-bottom: 2px solid #F4F1EA;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content .info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  margin-top: 1rem;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content .info-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  color: #F4F1EA;
  font-size: 2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "Manrope", sans-serif;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content .info-links a svg {
  width: 3.5rem;
  height: 3.5rem;
  fill: #C8A45D !important;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content .info-links a:hover {
  color: #C8A45D;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content .info-links a:hover svg {
  fill: #C8A45D;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content .info-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content .info-socials a svg {
  width: 4.5rem;
  height: 4.5rem;
  fill: #C8A45D;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#contact .contact-wrapper .contact-right .contact-info-box .info-content .info-socials a:hover svg {
  fill: #C8A45D;
}

footer {
  background: #C8A45D;
  padding: 1.5rem 15rem;
  width: 100%;
}
footer .footer-wrapper {
  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 .footer-wrapper p, footer .footer-wrapper a {
  color: #F4F1EA;
  font-size: 2rem;
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-family: "Manrope", sans-serif;
}
footer .footer-wrapper a:hover {
  color: #F4F1EA;
}
footer .footer-wrapper .built-with p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
footer .footer-wrapper .built-with p svg {
  width: 2rem;
  height: 2rem;
  fill: #F4F1EA;
}

.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;
  padding: 2rem;
  padding-bottom: 0;
  width: 42.5rem;
  border: 2px solid #C8A45D;
  background: rgba(11, 31, 58, 0.95);
  z-index: 6;
}
.cookies p {
  font-size: 1.8rem;
}
.cookies a {
  color: #C8A45D;
  font-weight: bold;
  font-family: "Manrope", sans-serif;
}
.cookies .row {
  width: 50%;
  margin: 2rem;
}
.cookies .row .btn-g {
  font-size: 1.8rem;
  margin: 0rem 2rem;
  color: #C8A45D;
  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;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
  border: 2px solid #C8A45D;
  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: #F4F1EA;
  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: 2px solid #F4F1EA;
  -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: 20rem;
}
#rules .rules-content {
  width: 80%;
  margin: 0 auto;
}
#rules .rules-content h1 {
  font-size: 4.5rem;
  font-weight: 600;
  margin-bottom: 5rem;
  text-align: center;
  color: #F4F1EA;
}
#rules .rules-content h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #F4F1EA;
}
#rules .rules-content p {
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #F4F1EA;
}

@media (min-width: 2560px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 9px;
  }
  section {
    padding: 8rem 10rem;
  }
  main .overlay {
    padding: 8rem 10rem;
    padding-top: 15rem;
  }
  header {
    padding: 1.5rem 10rem;
  }
  header.scrolled {
    padding: 1rem 10rem;
  }
  section {
    padding: 8rem 10rem;
  }
  #about {
    gap: 8rem;
  }
  #value .overlay {
    padding: 8rem 10rem;
  }
  footer {
    padding: 2rem 10rem;
  }
  #rules .rules-content {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 1336px) {
  html {
    font-size: 8.5px;
  }
  section {
    padding: 6rem 8rem;
  }
  main .overlay {
    padding: 6rem 8rem;
    padding-top: 15rem;
  }
  header {
    padding: 1.5rem 8rem;
  }
  header.scrolled {
    padding: 1rem 8rem;
  }
  section {
    padding: 6rem 8rem;
  }
  #about {
    gap: 6rem;
  }
  #value .overlay {
    padding: 6rem 8rem;
  }
  footer {
    padding: 2rem 8rem;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 8px;
  }
  section {
    padding: 5rem 6rem;
  }
  main .overlay {
    padding: 5rem 6rem;
    padding-top: 15rem;
  }
  header {
    padding: 1.5rem 6rem;
  }
  header.scrolled {
    padding: 1rem 6rem;
  }
  section {
    padding: 5rem 6rem;
  }
  #about {
    gap: 5rem;
  }
  #highlights .highlights-wrapper {
    gap: 3rem;
  }
  #services .services-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
  #steps .steps-wrapper {
    grid-template-columns: 1fr 5rem 1fr 5rem 1fr;
  }
  #value .overlay {
    padding: 5rem 6rem;
  }
  #contact .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
  #contact .contact-wrapper .contact-right .contact-info-box {
    padding: 4rem;
  }
  footer {
    padding: 2rem 6rem;
  }
  #rules {
    padding-top: 16rem;
  }
  #rules .rules-content {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  header {
    background-color: rgba(11, 31, 58, 0.95);
    width: 40rem;
    height: 100dvh;
    top: 0;
    right: 0;
    -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;
  }
  header .logo {
    display: none;
  }
  header nav {
    -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;
  }
  header nav ul {
    -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;
  }
  header nav ul li a {
    font-size: 3rem;
  }
  header nav .socials a svg {
    width: 4rem;
    height: 4rem;
  }
  header nav .lang-menu a {
    width: 6.5rem;
    height: 4.5rem;
  }
  #toggle {
    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: 1rem 5rem;
    z-index: 7;
    position: fixed;
    width: 100%;
    background-color: rgba(11, 31, 58, 0.95);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #C8A45D;
  }
  #toggle .logo {
    width: 10rem;
  }
  #toggle .logo img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #toggle svg {
    width: 4.5rem;
    height: 4.5rem;
    fill: #F4F1EA;
  }
  .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;
  }
  #highlights .highlights-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  #steps .steps-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  #steps .steps-wrapper .arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  section {
    padding: 5rem;
  }
  main .overlay {
    padding: 5rem;
  }
  header {
    padding: 1.5rem 5rem;
  }
  section {
    padding: 5rem;
  }
  #about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #highlights .highlights-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  #services .services-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  #steps .steps-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  #steps .steps-wrapper .arrow {
    display: none;
  }
  #value .overlay {
    padding: 5rem;
  }
  #contact .contact-wrapper .contact-right .contact-info-box {
    padding: 4rem 3rem;
    gap: 4rem;
  }
  footer {
    padding: 3rem 4rem;
  }
  footer .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 1.5rem;
  }
}
@media (max-width: 425px) {
  section {
    padding: 5rem 3rem;
  }
  main .overlay {
    padding: 5rem 3rem;
    padding-top: 10rem;
  }
  main .overlay .hero h1 {
    margin-bottom: 1.5rem;
  }
  main .overlay .hero p {
    margin: 3rem 0;
  }
  header {
    padding: 1.5rem 3rem;
  }
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 3.5rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  p {
    font-size: 2.2rem;
  }
  section {
    padding: 5rem 3rem;
  }
  #highlights .highlights-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  #highlights .highlights-wrapper .highlights svg {
    width: 7rem;
    height: 7rem;
  }
  #highlights .highlights-wrapper .highlights p {
    font-size: 2rem;
  }
  #services .services-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  #steps .steps-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  #steps .steps-wrapper .arrow {
    display: none;
  }
  #value .overlay {
    padding: 5rem 3rem;
  }
  #reviews {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #reviews h2 {
    text-align: center;
  }
  #reviews .star-line {
    font-size: 2rem;
    gap: 0.5rem;
  }
  #reviews .star-line .stars {
    gap: 0.25rem;
  }
  #reviews .star-line .stars svg {
    width: 2rem;
    height: 2rem;
  }
  #reviews .swiper .swiper-wrapper {
    padding: 3rem 0;
  }
  #reviews .swiper .swiper-wrapper .swiper-slide {
    padding: 2rem;
  }
  #contact .contact-wrapper .contact-left .contact-form .input-row {
    grid-template-columns: 1fr;
  }
  #contact .contact-wrapper .contact-left .contact-form .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #contact .contact-wrapper .contact-right .contact-info-box {
    padding: 3rem 2rem;
  }
  footer {
    padding: 3rem;
  }
  .cookies {
    width: 100%;
  }
  #rules .rules-content h1 {
    font-size: 4rem;
  }
}