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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Encode Sans", sans-serif;
  font-size: 1.6rem;
  color: #232526;
  background-color: #fff;
}

span.green_add {
  color: #058943;
}

span.blue_add {
  color: #3b5998;
}

.wrapper {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

.header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1em;
  height: 100vh;
  text-align: center;
  background-image: url("../img/Bayern1-render.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}
.header__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.header__text {
  position: absolute;
  top: 20%;
  transform: translateX(0, -50%);
  z-index: 1;
}
.header__text img {
  top: 50%;
  height: 50vh;
  width: 50vh;
}
.header__arrow {
  display: none;
}

.hamburger {
  position: absolute;
  top: 3em;
  left: 0.5em;
  transform: translateY(-50%);
  z-index: 500;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #fff;
  z-index: 500;
}

.nav-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  transform: translateX(-102%);
  transition: transform 0.3s;
  z-index: 10;
}
.nav-mobile--active {
  transform: translateX(0);
}
.nav-desktop {
  display: none;
}
.nav__link {
  position: relative;
  display: inline-block;
  margin: 0.5em;
  padding: 0.5em;
  font-size: 3.8rem;
  font-weight: bold;
  color: #058943;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s;
}
.nav__logo {
  position: relative;
  display: inline-block;
  height: 10vh;
  width: 10vh;
}

.section-title {
  position: relative;
  margin: 1em;
  font-size: 3rem;
  text-align: center;
  color: #058943;
}

.aboutus {
  position: relative;
  background-color: #fff;
  height: auto;
}
.aboutus__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2em;
  height: auto;
}
.aboutus__describtion {
  margin: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  width: 100%;
  text-align: center;
  color: #232526;
}
.aboutus__describtion p {
  margin: 1em;
}
.aboutus__text {
  font-size: 1.2rem;
  font-weight: 400;
  width: 100%;
  text-align: center;
  color: #232526;
}
.aboutus__text p {
  margin-bottom: 2em;
}
.aboutus__textend {
  font-size: 1.5rem;
  text-align: center;
  margin: 1em;
  font-weight: bold;
}
.aboutus__bg-icon-one, .aboutus__bg-icon-two {
  display: none;
}

.offer {
  position: relative;
  padding: 3em 2em;
  height: auto;
  background-image: url("../img/WH.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}
.offer__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.offer__block {
  width: 100%;
  z-index: 1;
}
.offer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.offer__box {
  display: flex;
  margin: 2em;
  padding: 1em 1em;
  height: auto;
  width: auto;
  text-align: center;
  background-color: #fff;
  border: 5px solid transparent;
  border-radius: 50px;
  transition: 0.5s;
  overflow: hidden;
}
.offer__box:hover {
  border: 5px solid #058943;
  scale: 1.1;
}
.offer__box:hover h3 {
  scale: 1.1;
  color: #058943;
}
.offer h3 {
  transition: 0.5s;
}
.offer__item {
  margin: 1em 1em;
}
.offer__item-icon {
  height: 5vh;
}
.offer__item-name {
  font-size: 1.5rem;
}
.offer__item-text {
  font-size: 1.2rem;
}
.offer__enddescribtion {
  position: relative;
  height: auto;
  width: auto;
  margin: 1.5em;
  font-size: 1.5em;
  text-align: center;
  color: #fff;
}
.offer__enddescribtion a {
  text-decoration: none;
  color: #058943;
}

.steps {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: auto;
  width: auto;
  padding: 2em;
  background-image: url("../img/WH.jpg");
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}
.steps__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.steps__title {
  margin-bottom: 2em;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  z-index: 1;
  font-weight: bold;
}
.steps__arrow {
  margin: 0.5em;
  text-align: center;
  z-index: 1;
}
.steps__arrow img {
  height: 5vh;
}
.steps__box {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 1em;
  padding: 1em;
  gap: 1em;
  text-align: center;
  align-items: center;
  background-color: #fff;
  border: 5px solid transparent;
  border-radius: 50px;
  overflow: hidden;
  transition: scale 0.5s;
}
.steps__box:hover {
  border: 5px solid #058943;
  scale: 1.1;
}
.steps__icon img {
  height: 5vh;
}
.steps__text {
  color: #232526;
  max-width: 70%;
}
.steps__text h3 {
  margin-bottom: 1em;
  font-size: 1.2rem;
}
.steps__text p {
  margin-top: 0.5em;
  font-size: 1.2rem;
}

.contact {
  height: auto;
  padding: 0.2em;
  background: linear-gradient(#414345, #232526);
  color: #058943;
  font-weight: bold;
}
.contact__title {
  text-align: center;
  color: #058943;
}
.contact__title h2 {
  padding-top: 2em;
  padding-bottom: 0;
  font-size: 3rem;
}
.contact__form {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 1em;
  padding: 2em 1em;
  font-size: 1.2rem;
  border: none;
  border-radius: 50px;
}
.contact__form button {
  padding: 0.8em 0.2em;
  background-color: #058943;
  border: 3px solid transparent;
  border-radius: 25px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2em;
  font-family: Rubik, sans-serif;
  cursor: pointer;
  transition: 0.3s;
}
.contact__form button:hover {
  background: #232526;
  border: 3px solid #058943;
  color: #058943;
}
.contact__form-box {
  display: flex;
  flex-direction: column;
  padding: 1em;
  width: 100%;
}
.contact__form-box label {
  margin-bottom: 0.5em;
}
.contact__form-box input {
  padding: 0 2em;
  height: 3em;
  border: 1px solid #191919;
  border-radius: 25px;
  font-size: 12px;
}
.contact__form-box textarea {
  padding: 0.5em 2em;
  border: 1px solid #191919;
  border-radius: 25px;
  resize: vertical;
  min-height: 10vh;
  font-size: 12px;
}

.msg-status {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 6em;
  right: 2em;
  transform: translateX(0, -50%);
  padding: 1em;
  width: auto;
  border-radius: 25px;
  font-size: 2rem;
  color: white;
  z-index: 100;
}

.succes {
  display: flex;
  background-color: #058943;
}

.error {
  display: flex;
  background-color: #f44336;
}

.footer {
  color: #fff;
  background-color: #232526;
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  gap: none;
}
.footer .wrapper {
  padding: 6em 2em 2em;
}
.footer__box {
  display: block;
  font-size: 1.2rem;
}
.footer__box-desktop {
  display: none;
}
.footer__box-title {
  margin-bottom: 1em;
  font-size: 3rem;
  text-transform: uppercase;
  color: #058943;
  font-weight: bold;
}
.footer__box-logo {
  height: 20vh;
  width: 20vh;
}
.footer__contact-option {
  margin: 2em 0 1em;
}
.footer__contact-option h4 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.footer__contact-option p {
  line-height: 2em;
  font-size: 2rem;
}
.footer__box-social {
  margin: 2em 0 1em;
}
.footer__box-social a:hover {
  color: #058943;
}
.footer__box-link {
  font-size: 3.6rem;
  padding: 0.3em;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.footer__box-link:first-child {
  padding-left: 0;
}
.footer__box-link:hover {
  color: #fff;
}
.footer__bottom-text {
  padding: 2em;
  text-align: center;
  width: 100%;
  border-top: 1px solid #fff;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #058943;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
  transition: scale 0.3s;
}

#topBtn:hover {
  scale: 1.1;
}

.regulations {
  position: relative;
}
.regulations__text {
  display: flex;
  flex-direction: column;
  margin: 2em;
  gap: 2em;
  justify-content: center;
}
.regulations h2 {
  text-align: center;
  margin: 1em;
}
.regulations h3 {
  text-align: center;
  margin: 1em;
}
.regulations ul {
  list-style-position: inside;
}
.regulations li {
  padding: 0.5em;
}

@media (min-width: 992px) {
  .regulations__wrapper {
    max-width: 1100px;
  }
}
@media (min-width: 576px) {
  .header__text img {
    height: 55vh;
    width: 55vh;
  }
  .aboutus__describtion {
    font-size: 1.5rem;
    z-index: 2;
  }
  .aboutus__text {
    font-size: 1.5rem;
    z-index: 2;
  }
  .aboutus__textend {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .header__text img {
    height: 70vh;
    width: 70vh;
  }
  .aboutus__describtion {
    font-size: 1.6rem;
    z-index: 2;
  }
  .aboutus__text {
    font-size: 1.6rem;
    z-index: 2;
  }
  .aboutus__textend {
    font-size: 1.8rem;
  }
  .offer__box {
    border-radius: 70px;
  }
  .offer__item-icon {
    height: 6vh;
  }
  .offer__item-name {
    font-size: 1.6rem;
  }
  .offer__item-text {
    font-size: 1.5rem;
  }
  .offer__enddescribtion {
    font-size: 2em;
  }
  .steps {
    height: auto;
  }
  .steps__box {
    margin: 1em 4em;
    border-radius: 70px;
  }
  .steps__icon img {
    margin: 1em;
    height: 5vh;
  }
  .steps__text h3 {
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
  .steps__text p {
    font-size: 1.5rem;
  }
  .footer {
    border-top: 1px solid #fff;
  }
  .footer__boxes {
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: left;
  }
  .footer__box-desktop {
    display: block;
  }
  .footer__box {
    margin: 0 2em;
    width: 25%;
  }
  .footer__box:first-child {
    width: 40%;
  }
  .footer__box-title {
    font-size: 2.4rem;
  }
  .footer__box-list {
    list-style: none;
  }
  .footer__box-list-item {
    margin-bottom: 1em;
  }
  .footer__box-list-item a {
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 5rem;
  }
  .header__text h1.company-name {
    font-size: 8rem;
  }
  .header__text p {
    font-size: 5rem;
  }
  .header__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 3em;
    padding: 1em;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: scale 0.3s;
  }
  .header__arrow img.icon {
    height: 2.5em;
  }
  .nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 6em;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #058943;
    transition: all 0.3s;
    z-index: 100;
  }
  .nav__link {
    padding: 0 2em;
    margin: 0;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    color: #058943;
  }
  .nav__social .fa-brands {
    padding: 0 0.3em;
    font-size: 3rem;
    color: #058943;
    text-decoration: none;
  }
  .nav__logo img {
    padding: 0 0.3em;
    margin: 0;
    height: 90px;
  }
  button.hamburger {
    display: none;
  }
  .aboutus__describtion {
    font-size: 1.8rem;
    z-index: 2;
  }
  .aboutus__text {
    font-size: 1.8rem;
    z-index: 2;
  }
  .aboutus__textend {
    font-size: 2rem;
  }
  .aboutus__bg-icon-one {
    display: block;
    position: absolute;
    height: 15em;
    left: -5%;
    top: 20%;
    opacity: 0.4;
    z-index: 0;
  }
  .aboutus__bg-icon-two {
    display: block;
    position: absolute;
    height: 15em;
    right: -3%;
    top: 50%;
    opacity: 0.4;
    z-index: 0;
  }
  .offer__block {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .offer__box {
    width: 40vh;
    height: 45vh;
    padding: 3em 0;
  }
  .offer__item-icon {
    height: 7vh;
  }
  .offer__item-name {
    font-size: 1.8rem;
  }
  .offer__item-text {
    font-size: 1.8rem;
  }
  .steps__box {
    flex-direction: row;
    margin: 1em 10em;
    gap: 1em;
  }
  .steps__icon img {
    margin: 1em;
    height: 6vh;
  }
  .steps__text h3 {
    font-size: 1.8rem;
  }
  .steps__text p {
    font-size: 1.8rem;
  }
  .contact {
    padding: 4em;
  }
  .contact__title h2 {
    padding-top: 1em;
    padding-bottom: 0;
    font-size: 3rem;
  }
  .contact__form {
    margin: 0 3em;
  }
  .contact__form label {
    font-size: 1.8rem;
  }
  .contact__form-box input {
    font-size: 18px;
  }
  .contact__form-box textarea {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .header__text h1.company-name {
    font-size: 12rem;
  }
  .header__text p {
    font-size: 5rem;
  }
  .nav__link {
    font-size: 1.8rem;
  }
  .aboutus__title {
    font-size: 6rem;
    z-index: 2;
  }
  .aboutus__describtion {
    font-size: 2rem;
    z-index: 2;
  }
  .aboutus__text {
    font-size: 2rem;
    z-index: 2;
  }
  .aboutus__textend {
    font-size: 2.5rem;
  }
  .aboutus__bg-icon-one {
    display: block;
    position: absolute;
    height: 15em;
    left: 5%;
    top: 20%;
    opacity: 0.2;
    z-index: 0;
  }
  .aboutus__bg-icon-two {
    display: block;
    position: absolute;
    height: 15em;
    right: 5%;
    top: 50%;
    opacity: 0.2;
    z-index: 0;
  }
  .offer {
    height: 100vh;
  }
  .offer__box {
    width: 60vh;
  }
  .offer__item-icon {
    height: 8vh;
  }
  .offer__item-name {
    font-size: 2rem;
  }
  .offer__item-text {
    font-size: 2rem;
  }
  .wrapper-close {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
  }
  .steps__title {
    font-size: 3.2rem;
  }
  .steps__box {
    margin: 1em 5em;
    gap: 3em;
  }
  .steps__icon img {
    margin: 2em;
    height: 7vh;
  }
  .steps__text h3 {
    font-size: 2rem;
  }
  .steps__text p {
    font-size: 2rem;
  }
  .contact {
    padding: 4em;
  }
  .contact__title h2 {
    padding-top: 1em;
    padding-bottom: 0;
    font-size: 4.8rem;
  }
  .contact__form {
    margin-bottom: 3.5rem;
  }
  .contact__inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}
.nav__link,
.nav__link::after,
.nav__link::before {
  transition: 0.3s;
}

.link-animation::before,
.link-animation::after {
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  border-bottom: 2px solid #058943;
}

.link-animation::before {
  right: 50%;
}

.link-animation::after {
  left: 50%;
}

.link-animation:hover::before,
.link-animation:hover::after {
  width: 30%;
}/*# sourceMappingURL=main.css.map */