* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background-color: #030304;
}

.hero.blur {
  filter: blur(2px);
}

.despre.blur {
  filter: blur(2px);
}

.facilitati.blur {
  filter: blur(2px);
}

.planificari.blur {
  filter: blur(2px);
}

.recenzii.blur {
  filter: blur(2px);
}

.contacte.blur {
  filter: blur(2px);
}

.footer.blur {
  filter: blur(2px);
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.placeholder {
  display: none;
  height: 3rem;
}

/*NAVBAR*/

nav {
  background: #030304;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6875rem 7.75rem;
  position: fixed;
  z-index: 9999;
  .nav-logo {
    display: grid;
    align-items: center;
    width: 6.375rem;
    height: 1rem;
  }
  .nav-links {
    display: flex;
    align-items: center;
    gap: 3.375rem;
  }
  .nav-links a {
    color: #ffffff;
    font-size: 1rem;
    font-family: Cairo;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: 0;
  }
  .nav-menu-btn {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    display: none;
  }
  .nav-btn {
    background: linear-gradient(
      90deg,
      #a47a1e 0%,
      #d3a84c 12.11%,
      #f7db9d 30.46%,
      #e6be69 48.23%,
      #ffd87c 62.84%,
      #b58f3e 77.18%,
      #956d13 100%
    );
    padding: 0.75rem 2rem;
    border-radius: 0.25rem;
    font-family: Open Sans;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    letter-spacing: 0;
    color: #000000;
  }
  .nav-social {
    display: flex;
    gap: 0.625rem;
    display: none;
  }
}

.nav-dropdown {
  top: 3.75rem;
  padding-top: 6.875rem;
  padding-left: 1.25rem;
  display: none;
  left: -100vw;
  width: 18.75rem;
  height: calc(100vh - 3.875rem);
  transition: 0.2s;
  background-color: #030304;
  position: fixed;
  z-index: 9999;
}

.nav-dropdown li {
  padding-left: 1rem;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  height: 2.625rem;
  margin-bottom: 1.25rem;
}

.nav-dropdown li:hover {
  background: #292929;
  transition: 0.3s;
}

.nav-dropdown a {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  color: #ffffff;
}

.nav-dropdown img {
  height: 1.25rem;
  width: 1.25rem;
}

.nav-dropdown.open {
  left: 0;
}

/*HERO*/

.hero {
  display: grid;
  width: 100%;
  background: url(images/hero-main-img.png) no-repeat;
  background-size: cover;
  height: 50.625rem;
  .hero-grad1 {
    background: linear-gradient(180deg, #000000 25.23%, rgba(8, 8, 8, 0) 100%);
    width: 100%;
    height: 6.875rem;
  }
  .hero-logo1,
  .hero-motto1 {
    display: none;
  }
  .hero-grad2 {
    background: linear-gradient(0deg, #000000 25.23%, rgba(8, 8, 8, 0) 100%);
    width: 100%;
    height: 19.375rem;
    align-self: self-end;
    display: grid;
    align-content: start;
    justify-content: center;
    .hero-logo2 {
      width: 33rem;
      height: 7.125rem;
    }
    .hero-motto2 {
      position: relative;
      left: 0.5rem;
      height: 2.75rem;
      width: 32.5rem;
    }
  }
}

/*DESPRE*/

.despre {
  height: 39.125rem;
  width: 100%;
  display: grid;
  .despre-btn {
    background: linear-gradient(
      90deg,
      #a47a1e 0%,
      #d3a84c 12.11%,
      #f7db9d 30.46%,
      #e6be69 48.23%,
      #ffd87c 62.84%,
      #b58f3e 77.18%,
      #956d13 100%
    );
    padding: 0.75rem 2rem;
    border-radius: 0.25rem;
    font-family: Open Sans;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.375rem;
    letter-spacing: 0;
    color: #000000;
    display: none;
    width: 16.5rem;
  }
  .despre-block {
    justify-self: end;
    height: fit-content;
    width: 82.25rem;
    display: flex;
    justify-content: space-between;
    .despre-main-img-small {
      display: none;
    }
    .despre-main-img-big {
      float: right;
      width: 39.625rem;
      height: 27.375rem;
      justify-self: end;
    }
    .despre-block-info {
      font-family: Cairo;
      font-size: 1.5625rem;
      font-weight: 600;
      line-height: 2rem;
      letter-spacing: 0em;
      text-align: justified;
      color: #ffffff;
      width: 36.25rem;
    }
    .content {
      display: grid;
      align-content: space-between;
    }
    .col {
      display: flex;
      gap: 6.5625rem;
    }
    .despre-frame1,
    .despre-frame2 {
      display: grid;
      gap: 1rem;
      .title {
        font-family: Cairo;
        font-size: 1.5625rem;
        font-weight: 700;
        line-height: 2rem;
        letter-spacing: 0em;
        text-align: justified;
        color: #ffd80b;
      }
      .text {
        font-family: Cairo;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        letter-spacing: 0em;
        text-align: left;
        color: #ffffff;
      }
    }
    .despre-frame1 {
      width: 16.875rem;
    }
    .despre-frame2 {
      width: 12.5rem;
    }
  }
  .despre-block-2 {
    margin-top: 10rem;
    width: 100%;
    height: 22.75rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    .card {
      width: 17.125rem;
      height: 17.125rem;
      background-color: #292929;
      display: grid;
      align-items: center;
      justify-items: center;
      gap: 1rem;
      padding: 4rem 2rem;
      .rectangle {
        height: 0.0625rem;
        background: linear-gradient(
          90deg,
          #a47a1e 0%,
          #d3a84c 12.11%,
          #f7db9d 30.46%,
          #e6be69 48.23%,
          #ffd87c 62.84%,
          #b58f3e 77.18%,
          #956d13 100%
        );
      }
      .text {
        font-family: Cairo;
        font-size: 1.75rem;
        font-weight: 600;
        line-height: 2rem;
        letter-spacing: 0em;
        text-align: center;
        color: #ffffff;
      }
    }
  }
}

/*FACILITATI*/

.facilitati {
  margin-top: 25rem;
  position: relative;
  width: 100%;
  height: 45.625rem;
  .normal {
    font-family: Cairo;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.625rem;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
  }
  .highlight {
    font-family: Cairo;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.625rem;
    letter-spacing: 0em;
    text-align: center;
    color: #ffd80b;
  }
  .facilitati-main-img {
    width: 100%;
    position: relative;
    top: 3rem;
  }
  .cards {
    display: flex;
    justify-content: center;
    gap: 2rem;
    .card {
      display: grid;
      justify-items: center;
      box-shadow: 0px -11px 12px 0px #00000080;
      top: -6rem;
      width: 17.125rem;
      height: 20.5rem;
      z-index: 1;
      position: relative;
      .card-img1,
      .card-img2,
      .card-img3,
      .card-img4 {
        width: 100%;
        height: 15.75rem;
        background-size: cover;
      }
      .card-img1 {
        background: url(images/facilitati-card1.png) no-repeat;
        background-size: cover;
      }
      .card-img2 {
        background: url(images/facilitati-card2.png) no-repeat;
        background-size: cover;
      }
      .card-img3 {
        background: url(images/facilitati-card3.png) no-repeat;
        background-size: cover;
      }
      .card-img4 {
        background: url(images/facilitati-card4.png) no-repeat;
        background-size: cover;
      }
      .card-text {
        font-family: Cairo;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.625rem;
        letter-spacing: 0em;
        text-align: center;
        color: #ffffff;
        box-shadow: 0px 0px 6px 0px #000000c9;
        background-color: #1a1717;
        width: 100%;
        height: 4.75rem;
        border-radius: 0.375rem;
        padding: 0.75rem 2rem;
      }
      .rectangle {
        text-align: center;
        background: linear-gradient(
          90deg,
          #a47a1e 0%,
          #d3a84c 12.11%,
          #f7db9d 30.46%,
          #e6be69 48.23%,
          #ffd87c 62.84%,
          #b58f3e 77.18%,
          #956d13 100%
        );
        transition: 0.3s;
      }
    }
  }
}

/*PLANIFICARI*/

.planificari {
  position: relative;
  display: flex;
  width: 81.125rem;
  height: 27.75rem;
  top: 25rem;
  .planificari-main-img {
    height: 100%;
    width: 41.75rem;
    background: url(images/planificari-main-img.png) no-repeat;
    background-size: cover;
  }
  .planificari-main-text {
    gap: 1.875rem;
    display: grid;
    width: 50%;
    padding-left: 2rem;
    float: right;
    .title {
      .normal {
        font-family: Cairo;
        font-size: 2rem;
        font-weight: 500;
        line-height: 2.625rem;
        letter-spacing: 0em;
        color: #ffffff;
      }
      .highlight {
        font-family: Cairo;
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.625rem;
        letter-spacing: 0em;
        color: #ffd80b;
      }
    }
    .text-big {
      font-family: Cairo;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5rem;
      letter-spacing: 0em;
      text-align: justified;
      color: #ffffff;
    }
    .text-small {
      display: none;
      font-family: Cairo;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.25rem;
      letter-spacing: 0em;
      text-align: center;
      color: #ffffff;
    }
    .btn {
      background: linear-gradient(
        90deg,
        #a47a1e 0%,
        #d3a84c 12.11%,
        #f7db9d 30.46%,
        #e6be69 48.23%,
        #ffd87c 62.84%,
        #b58f3e 77.18%,
        #956d13 100%
      );
      width: 16.5rem;
      height: 2.875rem;
      padding: 0.75rem 2rem;
      border-radius: 0.25rem;
      font-family: Open Sans;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.375rem;
      letter-spacing: 0em;
      text-align: center;
      color: #000000;
    }
    .responsive-img {
      display: none;
      width: 100%;
      height: 10.875rem;
      background: url(images/planificari-main-img.png) no-repeat;
      background-size: cover;
    }
  }
}

/*RECENZII*/

.recenzii {
  position: relative;
  display: flex;
  top: 35rem;
  height: 55.875rem;
  width: 81.25rem;
  float: right;
  .carousel {
    width: 27.25rem;
    height: 100%;
    display: grid;
    .up-btn,
    .down-btn {
      height: 2.25rem;
      width: 3.75rem;
      justify-self: center;
    }
    .up-btn:hover,
    .down-btn:hover {
      cursor: pointer;
    }
    .swiper {
      width: 27.25rem;
      height: 48.5rem;
      margin: 0;
      .swiper-wrapper {
        .swiper-slide {
          background: #292929;
          border-radius: 0.375rem;
          display: grid;
          gap: 1.125rem;
          padding: 1.125rem 2rem;
          width: 27.25rem;
          height: auto;
          .profile {
            display: flex;
            align-content: center;
            gap: 1.25rem;
            .image {
              background-color: #d9d9d9;
              border-radius: 50%;
              width: 5rem;
              height: 5rem;
              background-size: cover;
            }
            .about {
              display: grid;
              align-content: center;
              .name {
                font-family: Cairo;
                font-size: 1.25rem;
                font-weight: 700;
                line-height: 1.875rem;
                letter-spacing: 0em;
                text-align: justify;
                color: #ffd80b;
              }
              .job {
                font-family: Cairo;
                font-size: 1rem;
                font-weight: 400;
                line-height: 1.5rem;
                letter-spacing: 0em;
                text-align: justified;
                color: #ffffff;
              }
            }
          }
          .text {
            display: grid;
            gap: 1.125rem;
            .review {
              font-family: Cairo;
              font-size: 1rem;
              font-weight: 400;
              line-height: 1.5rem;
              letter-spacing: 0em;
              color: #ffffff;
              width: 23.125rem;
              word-wrap: break-word;
              height: auto;
            }
            .rating {
              display: flex;
              gap: 1rem;
            }
            .rating img {
              width: 1.5rem;
              height: 1.5rem;
            }
          }
        }
      }
    }
  }
  .recenzii-main-img {
    position: absolute;
    right: 0;
    width: 64.375rem;
    height: 36.125rem;
    background: url(images/recenzii-main-img.png) no-repeat;
    background-size: cover;
  }
  .recenzie {
    position: absolute;
    right: 5rem;
    bottom: 11rem;
    height: 5.5rem;
    width: 44.625rem;
    display: flex;
    .main {
      display: grid;
      width: 31.875rem;
      font-family: Cairo;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 2rem;
      letter-spacing: 0em;
      color: #ffffff;
      gap: 1.5rem;
      .text-box {
        background: none;
        border: none;
        border-bottom: 1px solid #727272;
        color: #727272;
        font-family: Cairo;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        letter-spacing: 0em;
        text-align: justified;
      }
    }
    .secondary {
      width: 12.75rem;
      display: flex;
      align-content: end;
      justify-content: end;
      .btn {
        float: right;
        background: linear-gradient(
          90deg,
          #a47a1e 0%,
          #d3a84c 12.11%,
          #f7db9d 30.46%,
          #e6be69 48.23%,
          #ffd87c 62.84%,
          #b58f3e 77.18%,
          #956d13 100%
        );
        width: 10.72rem;
        height: 2.875rem;
        padding: 0.75rem 2rem;
        border-radius: 0.25rem;
        font-family: Open Sans;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.375rem;
        letter-spacing: 0em;
        color: #000000;
        text-align: center;
        align-self: end;
        justify-self: end;
      }
      .btn:hover {
        cursor: pointer;
      }
    }
  }
}

/*CONTACTE*/

.contacte {
  display: flex;
  position: relative;
  top: 40rem;
  width: 74.5rem;
  height: 55.5rem;
  margin: auto;
  background-color: #292929;
  box-shadow: 0px 0px 8px 0px #00000017;
  .main-img {
    width: 33.75rem;
    height: 100%;
    background: url(images/contacte-main-img.png) no-repeat;
    background-size: cover;
  }
  .formular {
    display: grid;
    height: 100%;
    width: 40.75rem;
    padding: 5.25rem;
    gap: 10px;
    .responsive {
      .main-text {
        font-family: Cairo;
        font-size: 2rem;
        font-weight: 700;
        line-height: 2.625rem;
        letter-spacing: 0em;
        text-align: left;
        color: #ffd80b;
      }
      .social-responsive {
        display: none;
      }
    }
    .secondary-text {
      font-family: Open Sans;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.25rem;
      letter-spacing: 0em;
      text-align: justified;
      color: #ffffff;
    }
    .contacts {
      display: flex;
      justify-content: space-between;
      font-family: Open Sans;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5rem;
      letter-spacing: 0em;
      text-align: left;
      color: #ffffff;
      .social {
        display: flex;
        align-items: center;
      }
    }
    .question {
      display: grid;
      gap: 1rem;
      font-family: Open Sans;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5rem;
      letter-spacing: 0em;
      text-align: left;
      color: #ffffff;
      .main {
        font-family: Open Sans;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.875rem;
        letter-spacing: 0em;
        text-align: left;
        color: #ffffff;
      }
      .name,
      .mail,
      .message {
        display: grid;
        gap: 0.5rem;
      }
      .name-input,
      .mail-input {
        height: 3.125rem;
        width: 100%;
        background-color: #727272;
        border: 1px solid #727272;
        font-family: Open Sans;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        letter-spacing: 0em;
        text-align: left;
        color: #ffffff;
      }
      .message-input {
        height: 6.25rem;
        width: 100%;
        background-color: #727272;
        border: 1px solid #727272;
        font-family: Open Sans;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        letter-spacing: 0em;
        text-align: left;
        color: #ffffff;
      }
      .submit-btn {
        width: 100%;
        height: 2.875rem;
        font-family: Open Sans;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.375rem;
        letter-spacing: 0em;
        text-align: center;
        color: #000000;
        background: linear-gradient(
          90deg,
          #a47a1e 0%,
          #d3a84c 12.11%,
          #f7db9d 30.46%,
          #e6be69 48.23%,
          #ffd87c 62.84%,
          #b58f3e 77.18%,
          #956d13 100%
        );
        padding: 0.75rem 2rem;
      }
      .submit-btn:hover {
        cursor: pointer;
      }
    }
  }
}

/*FOOTER*/

footer {
  display: flex;
  justify-content: space-around;
  top: 50rem;
  position: relative;
  width: 100%;
  height: 20.125rem;
  .logo img {
    width: 10.72rem;
    height: 1.5rem;
  }
  .logo {
    display: grid;
    justify-items: start;
    align-content: start;
    gap: 2rem;
    position: relative;
    .copyright-responsive {
      display: block;
      padding-bottom: 2rem;
      display: grid;
      font-family: Open Sans;
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.125rem;
      letter-spacing: 0em;
      text-align: center;
      color: #d9d9d9;
      align-items: end;
    }
  }
  .meniu,
  .social,
  .contacts {
    display: grid;
    font-family: Open Sans;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: 0em;
    text-align: left;
    color: #c5c5c5;
    gap: 2.5rem;
  }
  .contacts {
    gap: 0;
  }
  .meniu a,
  .social a,
  .contacts a {
    color: #c5c5c5;
  }
  .links {
    align-content: start;
    display: grid;
    gap: 1rem;
  }
  .copyright {
    padding-bottom: 2rem;
    font-family: Open Sans;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.125rem;
    letter-spacing: 0em;
    text-align: center;
    color: #d9d9d9;
    align-items: end;
    display: none;
  }
}

/*RESPONSIVE*/

@media (min-width: 82.25rem) {
  /*NAVBAR*/
  nav {
    position: relative;
  }
  /*HERO*/
  .hero.blur {
    filter: blur(0);
  }
  .despre.blur {
    filter: blur(0);
  }
  .facilitati.blur {
    filter: blur(0);
  }
  .planificari.blur {
    filter: blur(0);
  }
  .recenzii.blur {
    filter: blur(0);
  }
  .contacte.blur {
    filter: blur(0);
  }
  .hero-motto1 {
    display: none;
  }
  /*DESPRE*/
  .despre {
    .despre-block-2 {
      .rectangle {
        width: 4.25rem;
        transition: 0.3s;
      }
      .card:hover {
        .rectangle {
          width: 7rem;
          transition: 0.3s;
        }
        .text {
          cursor: default;
        }
      }
    }
  }

  .facilitati {
    .cards {
      .card {
        .rectangle {
          width: 8.25rem;
          height: 0.25rem;
        }
      }
      .card:hover {
        .rectangle {
          width: 14.25rem;
          transition: 0.3s;
        }
      }
    }
  }
}

@media (max-width: 82.25rem) {
  /*NAVBAR*/
  .placeholder {
    display: block;
  }
  nav {
    padding: 1.1875rem 0.8125rem;
    height: 3.75rem;
  }
  nav .nav-links,
  nav .nav-btn {
    display: none;
  }
  nav .nav-social {
    display: flex;
  }
  nav .nav-menu-btn,
  .nav-dropdown {
    display: block;
  }
  /*HERO*/
  .hero {
    height: 56vw;
    position: relative;
    .hero-motto1 {
      display: block;
      position: relative;
      width: 42vw;
      height: auto;
      justify-self: center;
    }
    .hero-logo1 {
      position: relative;
      top: 0.5rem;
      display: block;
      justify-self: center;
      width: 42vw;
      height: auto;
    }
    .hero-grad1 {
      height: 4.6875rem;
    }
    .hero-grad2 {
      display: none;
    }
    .hero-logo2,
    .hero-logo2 {
      display: none;
    }
  }
  /*DESPRE*/
  .despre {
    margin-top: 2rem;
    padding: 1rem;
    height: fit-content;
    justify-content: center;
    .despre-main-img-big {
      display: none;
    }
    .despre-block {
      display: grid;
      width: 100%;
      justify-content: center;
      .content {
        gap: 1.75rem;
      }
      .despre-btn {
        display: block;
        justify-self: center;
      }
      .despre-block-info {
        justify-self: center;
        width: 21.5rem;
        font-family: Cairo;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0em;
        text-align: center;
      }
      .despre-main-img-small {
        display: flex;
        width: 90vw;
        height: 62vw;
        justify-self: center;
        background: url(images/despre-main-img.png) no-repeat;
        background-size: cover;
      }
      .col {
        display: grid;
        justify-content: center;
        gap: 1.75rem;
        .despre-frame1,
        .despre-frame2 {
          gap: 1.125rem;
          width: 90vw;
          .title,
          .text {
            text-align: center;
          }
        }
      }
    }
    .despre-block-2 {
      margin-top: 2rem;
      gap: 1rem;
      .card {
        gap: 0;
        padding: 2rem 2rem;
        width: 10.25rem;
        height: 10.25rem;
        .text {
          font-family: Cairo;
          font-size: 0.875rem;
          font-weight: 600;
          line-height: 1.125rem;
          letter-spacing: 0em;
          text-align: center;
        }
      }
      .rectangle {
        width: 2.5rem;
      }
      .card img {
        width: 1.625rem;
        height: 1.625rem;
      }
    }
  }
  /*FACILITATI*/
  .facilitati {
    margin-top: 2rem;
    height: auto;
    .normal {
      font-family: Cairo;
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: center;
    }
    .highlight {
      font-family: Cairo;
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: center;
    }
    .facilitati-main-img {
      top: 1.75rem;
      width: 100%;
      height: auto;
    }
    .cards {
      position: relative;
      top: -5vw;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 4vw;
      row-gap: 2rem;
      .card {
        width: 10.25rem;
        height: 16.875rem;
        .card-img1,
        .card-img2,
        .card-img3,
        .card-img4 {
          width: 100%;
          height: 12.75rem;
          background-size: cover;
        }
        .card-text {
          height: 3.75rem;
          width: 100%;
          font-family: Cairo;
          font-size: 0.875rem;
          font-weight: 600;
          line-height: 1.125rem;
          letter-spacing: 0em;
          text-align: center;
          padding: 0.75rem 0.6rem;
        }
      }
    }
    .rectangle {
      height: 0.125rem;
      width: 5rem;
    }
  }
  /*PLANIFICARI*/
  .planificari {
    top: 4rem;
    width: 100%;
    height: auto;
    text-align: center;
    .planificari-main-img {
      display: none;
    }
    .planificari-main-text {
      padding: 0;
      width: 100%;
      .responsive-img {
        display: block;
        width: 100%;
        height: 46vw;
      }
      .title {
        .normal {
          font-family: Cairo;
          font-size: 1.25rem;
          font-weight: 700;
          line-height: 1.625rem;
          letter-spacing: 0em;
          text-align: center;
        }
        .highlight {
          font-family: Cairo;
          font-size: 1.25rem;
          font-weight: 700;
          line-height: 1.625rem;
          letter-spacing: 0em;
          text-align: center;
        }
      }
      .text-big {
        display: none;
      }
      .text-small {
        justify-self: center;
        display: block;
        width: 90vw;
      }
      .btn {
        justify-self: center;
      }
    }
  }
  /*RECENZII*/
  .recenzii {
    top: 4rem;
    width: 100%;
    height: auto;
    .recenzii-main-img {
      width: 100%;
      height: 61vw;
    }
    .carousel {
      position: relative;
      top: 7rem;
      margin: auto;
      justify-self: center;
      z-index: 3;
      gap: 1rem;
      .up-btn,
      .down-btn {
        width: 3.75rem;
        height: 2.5rem;
      }
      .swiper {
        justify-self: center;
        width: 21.5rem;
        .swiper-wrapper {
          width: 21.5rem;
          height: 39rem;
          .swiper-slide {
            display: flex;
            width: 21.5rem;
            height: auto;
            padding: 1.125rem 1.25rem;
            gap: 0.5rem;
            .profile {
              gap: 0;
              display: grid;
              width: 8rem;
              justify-content: center;
              .image {
                width: 5rem;
                height: 5rem;
                justify-self: center;
              }
              .name {
                font-family: Cairo;
                font-size: 1rem;
                font-weight: 700;
                line-height: 1.5rem;
                letter-spacing: 0em;
                text-align: center;
              }
              .job {
                font-family: Cairo;
                font-size: 0.75rem;
                font-weight: 400;
                line-height: 1.125rem;
                letter-spacing: 0em;
                text-align: center;
              }
            }
            .text {
              gap: 0.25rem;
              display: grid;
              width: 11.25rem;
              .review {
                font-family: Cairo;
                font-size: 0.875rem;
                font-weight: 400;
                line-height: 1.25rem;
                letter-spacing: 0em;
                text-align: left;
                width: 11.25rem;
              }
              .rating {
                gap: 0.75rem;
              }
            }
          }
        }
      }
    }
    .recenzie {
      display: none;
    }
  }
  /*CONTACTE*/
  .contacte {
    top: 12rem;
    width: 100%;
    background: #030304;
    display: flex;
    .main-img {
      display: none;
    }
    .formular {
      margin: auto;
      gap: 0.5rem;
      padding: 0.875rem;
      .responsive {
        .main-text {
          font-family: Cairo;
          font-size: 1.25rem;
          font-weight: 700;
          line-height: 1.625rem;
          letter-spacing: 0em;
          text-align: left;
        }
        display: flex;
        justify-content: space-between;
        align-items: center;
        .social-responsive {
          display: flex;
          align-items: center;
        }
      }
      .secondary-text {
        font-family: Open Sans;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 0.875rem;
        letter-spacing: 0em;
        text-align: left;
      }
      .contacts {
        font-family: Open Sans;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.25rem;
        letter-spacing: 0em;
        text-align: left;
        .social {
          display: none;
        }
      }
      .question {
        .main {
          font-family: Open Sans;
          font-size: 1.25rem;
          font-weight: 600;
          line-height: 1.5rem;
          letter-spacing: 0em;
          text-align: left;
        }
        .name,
        .mail,
        .message {
          display: grid;
          gap: 0.2rem;
          font-family: Open Sans;
          font-size: 0.875rem;
          font-weight: 400;
          line-height: 1.25rem;
          letter-spacing: 0em;
          text-align: left;
        }
        .submit-btn {
          height: 2rem;
          padding: 0.3rem 2rem;
        }
      }
    }
  }
  /*FOOTER*/
  .footer {
    top: 18rem;
    padding: 0 3.625rem;
    gap: 2rem;
    row-gap: 4rem;
    flex-wrap: wrap;
    .logo {
      .copyright-responsive {
        display: none;
      }
    }
    .meniu,
    .social,
    .contacts {
      font-family: Open Sans;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.5rem;
      letter-spacing: 0em;
      text-align: left;
      color: #c5c5c5;
      gap: 2.5rem;
    }
    .copyright {
      display: block;
    }
  }
}
