body {
  margin: 0;
}

.Page_1 {
  width: 100%;
  height: 100vh;
  background-image: url(Background_1.jpg);
}

.nav {
  width: 100%;
  height: 12%;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  display: flex;
  flex-direction: row;
  position: fixed;
}

.logo {
  height: 100%;
  width: 65vw;
  margin-left: 7%;
  display: flex;
  flex-direction: row;
}

#Logo_Img {
  height: 90%;
  display: flex;
  align-items: center;
  transform: translateY(5px);
}

#Logo_Txt {
  height: 100%;
  width: 100%;
  color: #108b2a;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  transform: translateX(10px);
}

.menu {
  width: 100%;
  height: 12vh;
  display: flex;
  flex-direction: row;
  font-family: "Montserrat", sans-serif;
  font-weight: 450;
  font-size: 18px;
  color: #108b2a;
}

.Acasa {
  height: 12vh;
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Despre {
  height: 12vh;
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Servicii {
  height: 12vh;
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#buton {
  height: 12vh;
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #108b2a;
  color: white;
  border-radius: 60px;
}

#buton:hover {
  background-color: #ffffff;
  color: #108b2a;
  border-color: #108b2a;
  border-style: solid;
  border-width: 2px;
  height: 11.5vh;
  width: 21.5%;
  transition: 0.1s;
}

#buton2:hover {
  background-color: #ffffff;
  color: #108b2a;
  border-color: #108b2a;
  border-style: solid;
  transition: 0.3s;
}

#hovering:hover {
  font-weight: 650;
  transition: 0.1s;
}

#hovering2:hover {
  font-weight: 650;
  transition: 0.1s;
}

.main {
  height: 100%;
}

.text {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 450;
  font-size: 3vw;
  color: #ffffff;
  text-shadow: 2px 2px black;
}

.cta {
  height: 23vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main_buton {
  height: 50%;
  width: 350px;
  border-radius: 20px;
  text-decoration: none;
}

.container {
  height: 100%;
  width: 350px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #108b2a;
  font-family: "Montserrat", sans-serif;
  font-weight: 650;
  font-size: 20px;
}

.container:hover {
  background-color: #108b2a;
  color: #ffffff;
  transition: 0.3s;
}

.arrow {
  height: 18vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.holder_arrow {
  height: 60px;
  width: 60px;
  transform: translate(0, -23px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.Page_2 {
  width: 100%;
  height: 400vh;
  background-color: rgb(255, 255, 255);
}

.background_2 {
  width: 100%;
  height: 100%;
  position: absolute;
}

#back_2 {
  width: 40vw;
  z-index: -1;
  opacity: 0.05;
  transform: rotate(90deg) translateX(-28vw);
}

.titlu_2 {
  width: 100%;
  height: 24vh;
  display: flex;
  justify-content: center;
}

.text_2 {
  height: 50%;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, 100%);
  color: #108b2a;
  font-family: "Montserrat", sans-serif;
  font-weight: 750;
  font-size: 35px;
}

.content_2 {
  width: 100%;
  height: 78vh;
  display: flex;
  flex-direction: row;
}

.stanga_2 {
  height: 100%;
  width: 55%;
  display: flex;
  justify-content: center;
}

.dreapta_2 {
  height: 100%;
  width: 45%;
  display: flex;
  align-items: center;
}

.content_text_2 {
  height: inherit;
  width: 75%;
  font-size: 4vh;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #108b2a;
  display: flex;
  align-items: center;
  text-align: justify;
  text-justify: inter-word;
  z-index: 0;
}

.content_photo_2 {
  height: 100%;
  width: 85%;
  display: flex;
  align-items: center;
  z-index: 0;
}

#poza {
  width: 100%;
  height: 90%;
}

.Page_3 {
  width: 100%;
  height: 100vh;
}

.background_3 {
  width: 100%;
  height: 100%;
  position: absolute;
}

#back_3 {
  width: 39vw;
  z-index: -1;
  opacity: 0.05;
  transform: rotate(-90deg) translate(50%, 29%);
}

.titlu_3 {
  width: 100%;
  height: 24vh;
  display: flex;
  justify-content: center;
  z-index: 0;
}

.text_3 {
  height: 50%;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, 100%);
  color: #108b2a;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 40px;
  z-index: 0;
}

.content_3 {
  height: 76vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

.Chenar_1 {
  height: 90%;
  width: 29%;
}

.Chenar_2 {
  height: 90%;
  width: 29%;
  display: flex;
  justify-content: center;
}

.Chenar_3 {
  height: 90%;
  width: 29%;
}

.model {
  height: 90%;
  width: 85%;
  background-color: #108b2a;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.model_dreapta {
  height: 90%;
  width: 85%;
  background-color: #108b2a;
  transform: translate(18%, 0);
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.titlu_model {
  height: 20%;
  width: 100%;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  z-index: 0;
}

.text_model {
  height: 70%;
  width: 88%;
  font-size: 2vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: flex;
  text-align: justify;
  text-justify: inter-word;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  z-index: 0;
}

.text_model_no {
  height: 70%;
  width: 88%;
  font-size: 2vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgb(255, 255, 255);
  z-index: 0;
}

.Page_4 {
  width: 100%;
  height: 200vh;
}

.titlu_4 {
  width: 100%;
  height: 24vh;
  display: flex;
  justify-content: center;
  z-index: 0;
}

.text_4 {
  height: 50%;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, 100%);
  color: #108b2a;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 40px;
  z-index: 0;
}

.content_4 {
  height: 39vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 0;
  color: #108b2a;
  font-family: "Montserrat", sans-serif;
  font-weight: 450;
  font-size: 2vw;
  transform: translate(0, 10%);
}

.contact_space {
  height: 30vh;
  z-index: 0;
  color: #108b2a;
  font-family: "Montserrat", sans-serif;
  font-weight: 450;
  font-size: 2vw;
  display: flex;
  flex-direction: row;
}

.stanga_4 {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.dreapta_4 {
  width: 50%;
  flex-direction: column;
}

.sus_stanga {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2vw;
  font-weight: 600;
  transform: translate(0, 30%);
}

.jos_stanga {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sus_dreapta {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2vw;
  font-weight: 600;
  transform: translate(0, 30%);
}

.jos_dreapta {
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buton_stanga {
  height: 80%;
  width: 65%;
  background-color: #108b2a;
  border-radius: 40px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
}

.buton_dreapta {
  height: 80%;
  width: 65%;
  background-color: #108b2a;
  border-radius: 40px;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.adresa {
  width: 100%;
  height: 40%;
}

.text_adresa {
  width: 100%;
  height: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 450;
  font-size: 2vw;
  text-align: center;
  color: #108b2a;
}

.harta {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.footer {
  width: 100%;
  height: 20vh;
  background-color: rgb(0, 0, 0);
  color: rgb(182, 181, 181);
  font-family: "Montserrat", sans-serif;
  font-weight: 450;
  font-size: 18px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

a.no {
  text-decoration: none;
  color: inherit;
}
a.no1 {
  text-decoration: none;
  color: inherit;
}

a.why {
  text-decoration: none;
  color: inherit;
}

#color {
  color: #ffffff;
}

.dropdown {
  display: none;
}

.responsive {
  display: none;
}

@media screen and (min-aspect-ratio: 30/100) and (max-aspect-ratio: 50/100) {
  .text {
    font-size: 9vw;
    transform: translate(-3px, 10px);
  }

  .content_2 {
    flex-direction: column;
    height: 110vh;
  }

  .cta {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #main_buton {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container {
    width: 80vw;
    font-size: 90%;
  }

  .stanga_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dreapta_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content_text_2 {
    font-size: 5vw;
  }

  .Page_2 {
    height: 200vh;
  }
  .Page_3 {
    height: 210vh;
  }
  .content_3 {
    flex-direction: column;
    height: 200vh;
  }
  .Chenar_1 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .Chenar_2 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .Chenar_3 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .model_dreapta {
    transform: translate(0, 0);
  }
  .text_model {
    font-size: 6vw;
    text-align: center;
  }
  .text_model_no {
    font-size: 6vw;
  }
  .titlu_model {
    font-size: 6vw;
  }
  .content_4 {
    font-size: 6vw;
    text-align: center;
  }
  .titlu_4 {
    display: flex;
    align-items: center;
    transform: translate(0, 0);
  }
  .contact_space {
    flex-direction: column;
    height: 50vh;
  }
  .stanga_4 {
    width: 100vw;
    height: 25vh;
  }
  .dreapta_4 {
    width: 100vw;
    height: 25vh;
  }
  .sus_stanga {
    font-size: 4vw;
  }
  .sus_dreapta {
    font-size: 4vw;
  }
  .buton_dreapta {
    font-size: 5vw;
  }
  .text_adresa {
    font-size: 4.5vw;
  }
  .Acasa {
    display: none;
  }
  .Despre {
    display: none;
  }
  .Servicii {
    display: none;
  }
  #buton {
    display: none;
  }
  .responsive {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11.7vh;
    width: 10vw;
    transform: translate(32vw, 0);
  }
  .touch {
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    height: 10vh;
    transform: translate(0%, 12vh);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .no1 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no2 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no3 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no4 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .dropdown2 {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    height: 10vh;
    transform: translate(0%, 12vh);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .do {
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
    text-decoration: none;
  }
  .do:hover {
    transition: 0.1s;
    font-weight: 600;
  }
  .buton_stanga {
    font-size: 3em;
  }
}

@media screen and (min-aspect-ratio: 50/100) and (max-aspect-ratio: 73/100) {
  .text {
    font-size: 8vw;
    transform: translate(-3px, 10px);
  }

  .content_2 {
    flex-direction: column;
    height: 110vh;
  }

  .stanga_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dreapta_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content_text_2 {
    font-size: 5vw;
  }

  .Page_2 {
    height: 200vh;
  }
  .Page_3 {
    height: 210vh;
  }
  .content_3 {
    flex-direction: column;
    height: 200vh;
  }
  .Chenar_1 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .Chenar_2 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .Chenar_3 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .model_dreapta {
    transform: translate(0, 0);
  }
  .text_model {
    font-size: 5vw;
    text-align: center;
  }
  .text_model_no {
    font-size: 5vw;
  }
  .content_4 {
    font-size: 3.7vw;
    text-align: center;
  }
  .titlu_4 {
    display: flex;
    align-items: center;
    transform: translate(0, 0);
  }
  .contact_space {
    flex-direction: column;
    height: 50vh;
  }
  .stanga_4 {
    width: 100vw;
    height: 25vh;
  }
  .dreapta_4 {
    width: 100vw;
    height: 25vh;
  }
  .sus_stanga {
    font-size: 4vw;
  }
  .sus_dreapta {
    font-size: 4vw;
  }
  .buton_dreapta {
    font-size: 5vw;
  }
  .text_adresa {
    font-size: 4.5vw;
  }
  .Acasa {
    display: none;
  }
  .Despre {
    display: none;
  }
  .Servicii {
    display: none;
  }
  #buton {
    display: none;
  }
  .responsive {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11.7vh;
    width: 10vw;
    transform: translate(32vw, 0);
  }
  .touch {
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    height: 10vh;
    transform: translate(0%, 12vh);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .no1 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no2 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no3 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no4 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .dropdown2 {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    height: 10vh;
    transform: translate(0%, 12vh);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .do {
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
    text-decoration: none;
  }
  .do:hover {
    transition: 0.1s;
    font-weight: 600;
  }
  .buton_stanga {
    font-size: 3em;
  }
}

@media screen and (min-aspect-ratio: 73/100) and (max-aspect-ratio: 79/100) {
  .text {
    font-size: 7vw;
    transform: translate(-3px, 10px);
  }

  .content_2 {
    flex-direction: column;
    height: 120vh;
  }

  .stanga_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dreapta_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content_text_2 {
    font-size: 5vw;
  }

  .Page_2 {
    height: 200vh;
  }
  .Page_3 {
    height: 210vh;
  }
  .content_3 {
    flex-direction: column;
    height: 200vh;
  }
  .Chenar_1 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .Chenar_2 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .Chenar_3 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .model_dreapta {
    transform: translate(0, 0);
  }
  .text_model {
    font-size: 5vw;
    text-align: center;
  }
  .text_model_no {
    font-size: 5vw;
  }
  .content_4 {
    font-size: 4vw;
    text-align: center;
  }
  .titlu_4 {
    display: flex;
    align-items: center;
    transform: translate(0, 0);
  }
  .contact_space {
    flex-direction: column;
    height: 50vh;
  }
  .stanga_4 {
    width: 100vw;
    height: 25vh;
  }
  .dreapta_4 {
    width: 100vw;
    height: 25vh;
  }
  .sus_stanga {
    font-size: 4vw;
  }
  .sus_dreapta {
    font-size: 4vw;
  }
  .buton_dreapta {
    font-size: 5vw;
  }
  .text_adresa {
    font-size: 4.5vw;
  }
  .Acasa {
    display: none;
  }
  .Despre {
    display: none;
  }
  .Servicii {
    display: none;
  }
  #buton {
    display: none;
  }
  .responsive {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11.7vh;
    width: 10vw;
    transform: translate(32vw, 0);
  }
  .touch {
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    height: 10vh;
    transform: translate(0%, 12vh);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .no1 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no2 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no3 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no4 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .dropdown2 {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    height: 10vh;
    transform: translate(0%, 12vh);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .do {
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
    text-decoration: none;
  }
  .do:hover {
    transition: 0.1s;
    font-weight: 600;
  }
  .buton_stanga {
    font-size: 3em;
  }
}

@media screen and (min-aspect-ratio: 79/100) and (max-aspect-ratio: 85/100) {
  .text {
    font-size: 6vw;
    transform: translate(-3px, 10px);
  }

  .content_2 {
    flex-direction: column;
    height: 140vh;
  }

  .stanga_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dreapta_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content_text_2 {
    font-size: 5vw;
  }

  .Page_2 {
    height: 200vh;
  }
  .Page_3 {
    height: 210vh;
  }
  .content_3 {
    flex-direction: column;
    height: 200vh;
  }
  .Chenar_1 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .Chenar_2 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .Chenar_3 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .model_dreapta {
    transform: translate(0, 0);
  }
  .text_model {
    font-size: 5vw;
    text-align: center;
  }
  .text_model_no {
    font-size: 5vw;
  }
  .content_4 {
    font-size: 4vw;
    text-align: center;
  }
  .titlu_4 {
    display: flex;
    align-items: center;
    transform: translate(0, 0);
  }
  .contact_space {
    flex-direction: column;
    height: 50vh;
  }
  .stanga_4 {
    width: 100vw;
    height: 25vh;
  }
  .dreapta_4 {
    width: 100vw;
    height: 25vh;
  }
  .sus_stanga {
    font-size: 4vw;
  }
  .sus_dreapta {
    font-size: 4vw;
  }
  .buton_dreapta {
    font-size: 5vw;
  }
  .text_adresa {
    font-size: 4.5vw;
  }
  .Acasa {
    display: none;
  }
  .Despre {
    display: none;
  }
  .Servicii {
    display: none;
  }
  #buton {
    display: none;
  }
  .responsive {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11.7vh;
    width: 10vw;
    transform: translate(32vw, 0);
  }
  .touch {
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    height: 10vh;
    transform: translate(0%, 12vh);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .no1 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no2 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no3 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no4 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .dropdown2 {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    height: 10vh;
    transform: translate(0%, 12vh);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .do {
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
    text-decoration: none;
  }
  .do:hover {
    transition: 0.1s;
    font-weight: 600;
  }
  .buton_stanga {
    font-size: 3em;
  }
}

@media screen and (min-aspect-ratio: 85/100) and (max-aspect-ratio: 95/100) {
  .text {
    font-size: 6vw;
    transform: translate(-3px, 10px);
  }

  .content_2 {
    flex-direction: column;
    height: 150vh;
  }

  .stanga_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dreapta_2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content_text_2 {
    font-size: 5vw;
  }

  .Page_2 {
    height: 200vh;
  }
  .Page_3 {
    height: 210vh;
  }
  .content_3 {
    flex-direction: column;
    height: 200vh;
  }
  .Chenar_1 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .Chenar_2 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .Chenar_3 {
    display: flex;
    justify-content: center;
    width: 80vw;
  }
  .model_dreapta {
    transform: translate(0, 0);
  }
  .text_model {
    font-size: 5vw;
    text-align: center;
  }
  .text_model_no {
    font-size: 5vw;
  }
  .content_4 {
    font-size: 4vw;
    text-align: center;
  }
  .titlu_4 {
    display: flex;
    align-items: center;
    transform: translate(0, 0);
  }
  .contact_space {
    flex-direction: column;
    height: 50vh;
  }
  .stanga_4 {
    width: 100vw;
    height: 25vh;
  }
  .dreapta_4 {
    width: 100vw;
    height: 25vh;
  }
  .sus_stanga {
    font-size: 4vw;
  }
  .sus_dreapta {
    font-size: 4vw;
  }
  .buton_dreapta {
    font-size: 5vw;
  }
  .text_adresa {
    font-size: 4.5vw;
  }
  .Acasa {
    display: none;
  }
  .Despre {
    display: none;
  }
  .Servicii {
    display: none;
  }
  #buton {
    display: none;
  }
  .responsive {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 11.7vh;
    width: 10vw;
    transform: translate(32vw, 0);
  }
  .touch {
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dropdown {
    display: none;
    width: 100%;
    position: absolute;
    height: 10vh;
    transform: translate(0%, 12vh);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .no1 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no2 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no3 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .no4 {
    display: none;
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
  }
  .dropdown2 {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    height: 10vh;
    transform: translate(0%, 12vh);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .do {
    margin: auto;
    font-family: "Montserrat", sans-serif;
    color: #108b2a;
    font-weight: 500;
    text-decoration: none;
  }
  .do:hover {
    transition: 0.1s;
    font-weight: 600;
  }
  .buton_stanga {
    font-size: 3em;
  }
}

@media screen and (min-aspect-ratio: 95/100) and (max-aspect-ratio: 113/100) {
  .text {
    font-size: 5vw;
  }
  .content_text_2 {
    font-size: 2.5vw;
  }
  .content_photo_2 {
    height: 55vh;
  }
  .titlu_model {
    font-size: 2vw;
  }
  .model {
    height: 40vh;
  }
  .model_dreapta {
    height: 40vh;
  }
  .text_model {
    text-align: center;
  }
  .Page_3 {
    height: 80vh;
  }
  .content_4 {
    font-size: 3vw;
  }
  .Despre {
    font-size: 2vw;
  }
}

@media screen and (min-aspect-ratio: 112/100) and (max-aspect-ratio: 141/100) {
  .text {
    font-size: 4vw;
  }
  .content_text_2 {
    font-size: 2.5vw;
  }
  .content_photo_2 {
    height: 70vh;
  }
  .titlu_model {
    font-size: 2vw;
  }
  .model {
    height: 50vh;
  }
  .model_dreapta {
    height: 50vh;
  }
  .text_model {
    text-align: center;
  }
  .Page_3 {
    height: 80vh;
  }
  .content_4 {
    font-size: 3vw;
  }
}

@media screen and (min-aspect-ratio: 141/100) and (max-aspect-ratio: 160/100) {
  .text {
    font-size: 4vw;
  }
  .content_text_2 {
    font-size: 2.5vw;
  }
  .content_photo_2 {
    height: 70vh;
  }
  .titlu_model {
    font-size: 2vw;
  }
  .model {
    height: 50vh;
  }
  .model_dreapta {
    height: 50vh;
  }
  .text_model {
    text-align: center;
  }
  .Page_3 {
    height: 80vh;
  }
  .content_4 {
    font-size: 3vw;
  }
}
