body {
  overflow-x: hidden;
}

#sectiune1 {
  background-color: #efc7c2;
  border-bottom: 3px solid #000;
  width: 100%;
  min-height: 8em;
}

#sigla_scope {
  height: 4em;
  margin-right: 1em;
}

#sigla_norway1,
#sigla_norway2 {
  height: 4em;
  margin-left: 1em;
}

#text-finantare {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Crimson Text", serif;
  letter-spacing: 0.05rem;
  font-size: 1.5em;
  display: block;
  text-align: center;
}

#text-limba {
  text-decoration: none;
  font-size: 1.5em;
  font-family: "Crimson Text", serif;
  color: #ff0116;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}

#text-limba:hover {
  color: #000;
}

#sectiune2 {
  width: 100%;
  background-color: #28afb0;
  padding-top: 10em;
  position: relative;
}

#text-mare {
  font-family: "Crimson Text", serif;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
    24px 13px 4px rgba(0, 0, 0, 0.25);
  color: #f2e86d;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0em;
  font-size: 4.5vw;
  text-transform: uppercase;
}

#sigla-autobuz {
  width: 76%;
  margin-left: 12%;
}

.text-1,
.text-2 {
  display: block;
  font-size: 1.5em;
  margin-top: 2em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Crimson Text", serif;
  letter-spacing: 0.05rem;
}

.text-1 {
  color: #070a12;
}

.text-2 {
  color: #f2e86d;
}

#sectiune3 {
  position: relative;
}

.text-3 {
  color: #000;
  display: block;
  font-size: 1.5em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Crimson Text", serif;
  letter-spacing: 0.05em;
}

#gif_autobuz {
  width: 80%;
}

#sectiune4 {
  background-color: #efc7c2;
  border-top: 3px solid #000;
  width: 100vw;
  height: 3em;
  margin: 0;
  text-align: center;
}

#autobuz-drum {
  width: 100%;
  position: absolute;
  top: -6em;
}

#text_footer {
  color: #070a12;
  font-family: "Crimson Text", serif;
  font-size: 1.3rem;
}

@media (min-width: 1580px) {
  #autobuz-drum {
    top: -6em;
  }
}

@media (min-width: 1700px) {
  #autobuz-drum {
    top: -7em;
  }
}

@media (min-width: 1800px) {
  #autobuz-drum {
    top: -8em;
  }
}

@media (max-width: 1391px) {
  #autobuz-drum {
    top: -5em;
  }
}

@media (max-width: 1030px) {
  #autobuz-drum {
    top: -4em;
  }
}

@media (max-width: 992px) {
  #col-sigle-norway {
    justify-content: center;
  }

  #sigla-autobuz {
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 800px) {
  #autobuz-drum {
    top: -3em;
  }
}

@media (max-width: 660px) {
  #autobuz-drum {
    top: -2em;
  }
}

@media (max-width: 454px) {
  #sectiune4 {
    height: 5em;
  }
}

@media (max-width: 410px) {
  #autobuz-drum {
    top: -1em;
  }
}

@media (max-width: 275px) {
  #autobuz-drum {
    top: 0;
  }
}
