body {
  margin: 0;
  font-family: "Arial", sans-serif;
  background: #111;
  color: #d3d3d3;
  text-align: center;
  overflow: hidden;
  overflow-x: hidden;
  letter-spacing: 1.3px;
}

.container {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
}

.section {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  scroll-snap-align: start;
  background: #222;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}

h1 {
  font-size: 3rem;
  color: #A59466;
  margin-bottom: 40px;
}

.main-title {
  font-size: 4rem;
  font-weight: bold;
  color: #A59466;
  margin-bottom: 80px;
  letter-spacing: 20px;
}

p {
  font-size: 1.5rem;
  color: #d3d3d3;
}

.benefits-list {
  list-style: none;
  padding: 0;
  font-size: 1.3rem;
  text-align: center;
  margin: 30px 0 30px 0;
}

.benefits-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.illustration img {
  max-width: 60%;
  border-radius: 10px;
  margin-top: 80px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.technologies-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.technologies-list img {
  height: 50px;
}

.motto {
  margin: 50px 0 10px 0;
  font-size: 2.5rem;
}

.row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 70%;
  gap: 20px;
  margin: 100px 0 60px 0;
}

.qr-code {
  width: 150px;
  height: 150px;
}

.contact-info {
  text-align: right;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact-info p {
  margin: 0;
  font-size: 1.2rem;
}
.contact-info a {
  color: #A59466;
  text-decoration: none;
}

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

.main-color {
  color: #A59466;
}

/*# sourceMappingURL=style.css.map */
