/* Reset and Base Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  font-style: normal;
  line-height: 1.6;
  color: #333;
  background-color: #ebf8fc;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
h1,
h2,
h3 {
  font-family: "Prosto One", Arial, sans-serif;
  font-weight: 400;
}

header,
section {
  padding: 2rem 5rem !important;
  width: 100%;
  max-width: 1200px;
}

header {
  background: url(images/hero-bg.png);
  background-color: #fff;
  border-radius: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  max-width: 1200px;
  margin: 0 auto;
}

/* Logo Section */
.logo-icon {
  height: 48px;
}

.logo-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #333;
}

.logo-text strong {
  font-size: 18px;
  color: #000;
}

/* Header Navigation */
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 2rem 0;
}

.nav-menu a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: color 0.2s ease;
  font-family: "Prosto One", Arial, sans-serif;
  font-weight: 400;
}

.nav-menu a:hover {
  color: #008bbd;
}

/* Buttons */

.buttons {
  display: flex;
  gap: 1.5rem;
}
.btn,
.btn-contact,
button {
  width: fit-content;
  display: inline-block;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.8rem;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
  cursor: pointer;
  font-family: "Prosto One", Arial, sans-serif;
  font-weight: 400;
  flex-wrap: nowrap;
}

.btn,
button {
  background-color: #00aee0;
  color: white;
  margin: 1rem 0;
}

.btn:hover,
.btn-contact:hover,
button:hover {
  background-color: #008bbd;
}

.btn-contact {
  background-color: #00aee0;
  color: white !important;
  padding: 8px 16px;
}

.btn-secondary {
  background-color: #fff !important;
  color: #00aee0 !important;
  box-shadow: 0 0 3rem #d1effb;
}

.btn-secondary:hover {
  background-color: #00aee0 !important;
  color: #fff !important;
}

/* Hero Section */
.hero {
  padding: 5rem 0;
  width: 50%;
}

.hero h1 {
  font-size: 4rem;
  margin-bottom: 20px;
  line-height: 60px;
}

.hero h1 span {
  color: #00aee0;
}

.hero p {
  font-size: 14px;
  font-weight: 200;
  max-width: 600px;
  margin: 0 auto 30px;
}

/* Section Titles */
h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

/* Advantages, Services, Prices Shared Grid */
.advantages,
.services {
  background-color: #fff;
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.services {
  display: flex;
  gap: 5rem;
  border-radius: 1.5rem;
}

.services ul {
  list-style-image: url(images/check.svg);
}

.advantages .grid,
.price-list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  gap: 1rem;
}

.advantages .item,
.price-list li {
  border-radius: 5px;
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.price-list li {
  width: 100%;
  justify-content: space-between;
}

.price-list li h3 {
  color: #00aee0;
}

/* Advantages Specific */
.advantages {
  background-color: transparent;
  padding: 3rem 0 !important;
}

.advantages .item {
  background-color: #00aee0;
  box-shadow: 0 2px 10px #c5f2ff;
  border-radius: 1rem;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  justify-content: flex-start;
  transition: all 0.2s;
  color: #fff;
}

.advantages .item span {
  background-color: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  transition: all 1s;
}

.advantages .item span img {
  width: 50%;
  transition: all 0.2s;
  filter: invert(54%) sepia(53%) saturate(3308%) hue-rotate(158deg)
    brightness(96%) contrast(101%);
}

.advantages .item:hover {
  background-color: #fff;
  color: #00aee0;
}

.advantages .item:hover span {
  background-color: #00aee0;
}

.advantages .item:hover span img {
  filter: none;
}

.advantages .item p {
  font-size: 11px;
}

/* Services Specific */
.services {
  display: flex;
  border-bottom-left-radius: 1.2rem;
  border-bottom-right-radius: 1.2rem;
}

.services img {
  width: 40%;
  margin-right: 2rem;
}

.services ul {
  flex-direction: column;
  list-style-type: disc;
}

/* Prices */
.prices {
  background-color: #fff;
  border-radius: 1.2rem;
  padding-bottom: 4rem !important;
}
.price-list {
  display: flex;
  flex-direction: column;
}

.price-list li {
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.price-list li.blue {
  background-color: #ebfafe;
}

.price-list li div {
  max-width: 70%;
}

.price-list li h3 {
  margin-bottom: 5px;
  font-size: 16px;
}

.price-list li p {
  font-size: 14px;
  color: #555;
}

.price-list li span {
  white-space: nowrap;
  margin-left: auto;
  align-self: center;
  color: #222;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.request {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.request img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.request div {
  color: #fff;
  text-align: center;
  margin-top: 10rem;
  z-index: 5;
  height: 100%;
  width: 50%;
}

/* Reviews */
.reviews {
  padding: 5rem 0rem !important;
}

.reviews .container {
  display: flex;
  gap: 3rem;
}

.reviews .review {
  background: #f9f9f9;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  border-radius: 1.5rem;
  padding: 2.5rem;
  font-family: "Prosto One", Arial, sans-serif;
  font-weight: 400;
  width: 30%;
}

.review p.regular {
  font-family: sans-serif;
}

.review span {
  color: #ffb900;
}

/* Form */
.form-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 1.5rem;
}

.form-section h2 {
  color: #00aee0;
  margin: 0;
}

.form-section form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
  width: 100%;
}

.form-section input {
  width: 100%;
  padding: 1rem 2rem;
  border: 2px solid #00aee0;
  border-radius: 1rem;
  font-size: 1.2rem;
}

.form-section button {
  width: 70%;
  padding: 1rem 2rem;
  border: 2px solid #00aee0;
  border-radius: 1rem;
  font-size: 1rem;
}

.form-section input::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

/* Footer */
footer {
  font-family: "Prosto One", Arial, sans-serif;
  font-weight: 400;
  margin-top: 4rem;
  text-align: center;
  padding: 20px;
}

footer .nav-menu {
  padding: 0.5rem 0;
}

/* Arrival Promo Section */
.arrival-promo {
  padding: 4rem 5rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

iframe {
  margin-top: 3rem;
  width: 60%;
  height: 20rem;
}

.arrival-promo img {
  width: 30%;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.arrival-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.arrival-text {
  flex: 1 1 50%;
  max-width: 600px;
}

.arrival-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #1a1a1a;
  text-align: start;
}

.arrival-text h2 span {
  color: #00aee0;
}

.arrival-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.arrival-video {
  flex: 1 1 40%;
  display: flex;
  justify-content: center;
}

footer .nav-menu li,
footer .nav-menu li a {
  color: #00aee0;
}

footer .nav-menu li {
  padding: 1rem 0;
  display: flex;
  gap: 0.5rem;
}

footer .nav-menu li i {
  margin-top: 0.15rem;
}

@media (max-width: 1000px) {
  iframe {
    width: 80%;
    height: 15rem;
  }

  body {
    font-size: 70%;
  }

  .nav-item {
    display: none;
  }

  .btn {
    padding: 1rem;
    margin: 0;
  }

  .advantages .grid {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .services img {
    display: none;
  }

  .services .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .arrival-text h2 {
    font-size: 1.5rem;
  }

  .request {
    display: none;
  }

  .reviews .container {
    flex-direction: column;
    align-items: center;
  }

  .reviews .container .review {
    width: 50%;
  }

  .form-section form {
    flex-direction: column;
    padding: 2rem;
    padding-bottom: 0;
    gap: 1rem;
    width: 80%;
  }

  .form-section form button {
    width: auto;
  }

  footer .container {
    flex-direction: column;
    align-items: end;
  }

  footer .container .nav-menu {
    margin-top: 1rem;
    flex-direction: column;
    align-self: flex-end;
    align-items: end;
    gap: 0.5rem;
  }

  footer .container .nav-menu li {
    padding: 0;
  }
}

@media (max-width: 600px) {
  iframe {
    width: 90%;
    height: 12rem;
  }

  body {
    font-size: 50%;
  }

  header {
    padding: 1rem !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: none;
  }

  header .hero {
    width: 100%;
    padding: 2rem;
  }

  header .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }

  .hero h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .advantages h3 {
    font-size: 1.2rem;
  }

  .arrival-text h2 {
    font-size: 1.2rem;
  }

  .btn-contact {
    display: none;
  }

  .logo-block {
    width: 60%;
    margin: 1.5rem 0;
  }

  .advantages .grid {
    gap: 2rem;
  }

  .advantages .item {
    width: 80%;
  }

  .services ul {
    margin-bottom: 2rem;
  }

  .arrival-promo {
    padding: 2rem !important;
  }

  .arrival-promo .container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .arrival-promo h2 {
    text-align: center;
  }

  .arrival-promo .container img {
    width: 90%;
  }

  .prices {
    padding: 2rem !important;
  }

  .prices li {
    flex-direction: column;
    align-items: start;
  }

  .prices li span {
    flex-direction: column;
    margin: 0;
    align-self: flex-start;
    margin-top: 1rem;
    font-size: 1.2rem;
    color: #00aee0;
  }

  .reviews .container {
    gap: 1rem;
    font-size: 0.8rem;
  }
  .reviews .container .review {
    width: 80%;
  }

  .form-section {
    padding: 2rem !important;
    text-align: center;
  }

  .form-section form {
    width: 100%;
    padding: 0 !important;
    margin-top: 2rem;
  }

  .form-section form button {
    font-size: 0.6rem;
    padding: 1rem 1.5rem;
  }

  footer .container {
    align-items: start;
  }
}
