* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  padding: 100px 80px 60px;
  background-attachment: fixed;
  background-image: url("../img/wallpaper.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: arial;
  font-size: 20px;
  line-height: 1.3;
}
body.thank_you {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: url("../img/thank_you.jpg");
}

.content {
  padding: 60px;
  width: 100%;
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.7);
}

h1 {
  margin-top: 20px;
  font-size: 40px;
}
h1.thanks {
  color: white;
}

h2 {
  margin: 60px 0 20px;
}

.little {
  color: #212193;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.signature {
  margin-top: 60px;
  color: #212193;
  font-size: 14px;
  text-transform: uppercase;
}

.chart {
  width: 100%;
  height: 15px;
  position: relative;
  background-color: #dbd9db;
  border: solid 1px #838383;
  border-radius: 500px;
  overflow: hidden;
}
.chart .fill {
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: linear-gradient(to right, #212193, #2535EB);
  border-radius: 500px;
  transition: 0.6s;
}

form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
form input#name {
  padding: 10px;
  margin: 10px 0;
  font-size: 18px;
  border-radius: 0px;
  border: 1px solid #858585;
}

input[type=submit],
.btn {
  padding: 20px 25px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  border: none;
  background-color: #212193;
}

.statue {
  width: 100%;
  margin-top: 60px;
}
.statue img {
  max-width: 100%;
}

.swiper {
  overflow: hidden;
}

.swiper-slide p {
  font-style: italic;
  text-align: center;
}

.swiper-btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  margin-right: 15px;
}

.swiper-button-prev, .swiper-button-next {
  width: 40px;
  height: 40px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212193;
  border-radius: 500px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  color: white;
  font-size: 20px;
}

.docu {
  display: flex;
  flex-wrap: wrap;
}
.docu iframe {
  width: 100% !important;
}
.docu iframe + iframe {
  margin-top: 20px;
}

.gallery {
  margin-right: -20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.gallery .lightbox_img {
  width: calc(50% - 20px);
  margin-top: 20px;
  margin-right: 20px;
}

.image-container {
  width: 100%;
  padding-bottom: 68%;
  position: relative;
  overflow: hidden;
}
.image-container img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  body {
    padding: 60px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  .content {
    padding: 60px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 19px;
    padding: 20px;
  }

  .content {
    padding: 20px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  .swiper {
    font-size: 21px;
  }

  .gallery {
    margin-right: 0;
  }
  .gallery .lightbox_img {
    width: 100%;
    margin-right: 0;
  }
}

/*# sourceMappingURL=main-style.css.map */
