@media only screen and (max-width: 1536px) {
  html {
    font-size: 13px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

body {
  margin: 0;
  font-family: 'Poppins';
  background: #0E1621;
  color: white;
  max-width: 100vw;
  overflow-x: hidden;
}

body .font-kaushan {
  font-family: 'Kaushan Script';
}

body .font-share {
  font-family: 'Share Tech';
}

body .text-yellow {
  color: #FFD600;
}

body .show-mobile {
  display: none;
}

body .display-none {
  display: none;
}

@media only screen and (max-width: 991px) {
  body .hide-mobile {
    display: none;
  }

  body .show-mobile {
    display: block;
  }
}

main {
  max-width: 100%;
  overflow-x: hidden;
}

body.modal-opened {
  overflow-y: hidden;
}

.container {
  width: 90rem;
  max-width: 100%;
  margin: auto;
  position: relative;
}

header {
  height: 0;
  width: 100%;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

header .header-content {
  padding: 1rem 0.5rem;
  display: flex;
  justify-content: center;
  background: rgba(196, 196, 196, 0.1);
}

header .logos {
  display: flex;
  width: 64rem;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

header .logos .logo {
  padding: 0 2rem;
  max-height: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  header .logos .logo {
    padding: 0 0.5rem;
  }
}

header .logos img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.first-section {
  background-image: url("../images/wallpaper-1.webp");
  background-size: cover;
  background-position: center;
  min-height: 33rem;
  padding: 1rem;
  padding-top: 12.0625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-section .section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding-bottom: 4rem;
}

.first-section h1 {
  font-size: 4.6875rem;
  font-weight: 400;
  background: linear-gradient(92deg, #FEB5D1 0.41%, #FDD24B 109.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.31rem;
  text-align: center;
}

.first-section h2 {
  text-align: center;
  font-size: 7.5rem;
  line-height: 7.5rem;
  font-weight: 400;
  background: linear-gradient(92deg, #FEB5D1 0.41%, #FDD24B 109.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 2.5rem;
}

.first-section h3 {
  font-size: 2.5rem;
  font-weight: 400;
  background: linear-gradient(92deg, #3B78E7 0.41%, #5D95FD 109.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
}

.first-section .foto-credit {
  height: 2rem;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .first-section {
    padding-top: 8rem;
    min-height: 23rem;
  }

  .first-section h1 {
    font-size: 2.5em;
    margin-bottom: 1rem;
  }

  .first-section h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
  }

  .first-section h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }

  .first-section .foto-credit {
    height: 1.25rem;
  }
}

.section-story {
  padding: 2rem 1rem;
  padding-top: 5rem;
}

.section-story .section-content .section-row {
  display: flex;
  flex-wrap: wrap-reverse;
}

.section-story .section-content .image-container {
  padding-right: 5rem;
  padding-top: 1.25rem;
}

.section-story .section-content .image-container img {
  width: 53.875rem;
  height: auto;
  max-width: 100%;
}

.section-story .section-content .text-container {
  flex: 1;
}

.section-story .section-content h4 {
  color: #FFF;
  font-size: 3.4375rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: center;
}

.section-story .section-content p {
  color: #FFF;
  text-align: justify;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (max-width: 991px) {
  .section-story {
    padding-top: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .section-story .section-content .section-row .image-container {
    padding-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .section-story .section-content h4 {
    font-size: 2.4375rem;
    margin-bottom: 1rem;
  }

  .section-story .section-content p {
    font-size: 1rem;
  }
}

.section-gallery {
  padding: 2rem 0;
}

.section-gallery h4 {
  color: #FFF;
  font-size: 3.4375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 3rem;
}

.section-gallery .gallery-images {
  display: flex;
  margin: auto;
}

.section-gallery .gallery-images .gallery-image {
  height: auto;
  width: 17rem;
  padding: 0 0.5rem;
  flex-shrink: 0;
}

.section-gallery .gallery-images .gallery-image img {
  width: 100%;
  height: auto;
}

.section-gallery .gallery-images .gallery-image img:hover {
  cursor: zoom-in;
  transform: scale(1.08);
}

.section-gallery .gallery-images .no-margin {
  margin: 0;
}

.section-vernisaj {
  padding: 2rem 1rem;
  padding-top: 5rem;
}

.section-vernisaj .section-content .section-row {
  display: flex;
  flex-wrap: wrap;
}

.section-vernisaj .section-content .image-container {
  padding-left: 5rem;
  padding-top: 6.75rem;
}

.section-vernisaj .section-content .image-container iframe {
  width: 53.875rem;
  height: 30.2rem;
  max-width: 100%;
}

.section-vernisaj .section-content .text-container {
  flex: 1;
}

.section-vernisaj .section-content h4 {
  color: #FFF;
  font-size: 3.4375rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: center;
}

.section-vernisaj .section-content p {
  color: #FFF;
  text-align: justify;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (max-width: 991px) {
  .section-vernisaj {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 2rem;
  }

  .section-vernisaj .section-content .section-row .image-container {
    padding-top: 2rem;
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .section-vernisaj .section-content h4 {
    font-size: 2.4375rem;
    margin-bottom: 1rem;
  }

  .section-vernisaj .section-content p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 722px) {
  .section-vernisaj .section-content .section-row .image-container iframe {
    height: 54vw;
  }
}

.section-message {
  padding: 2rem 1rem;
  padding-top: 4rem;
}

.section-message .section-content .section-row {
  display: flex;
  flex-wrap: wrap-reverse;
}

.section-message .section-content .image-container {
  padding-left: 7rem;
  max-width: 100%;
}

.section-message .section-content .image-container img {
  width: 39rem;
  height: auto;
  max-width: 100%;
}

.section-message .section-content .text-container {
  flex: 1;
}

.section-message .section-content h4 {
  color: #FFF;
  font-size: 3.4375rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: center;
}

.section-message .section-content p {
  color: #FFF;
  text-align: justify;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (max-width: 991px) {
  .section-message {
    padding-top: 2rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-message .section-content .section-row .image-container {
    padding-left: 0;
  }

  .section-message .section-content h4 {
    font-size: 2.4375rem;
    margin-bottom: 1rem;
  }

  .section-message .section-content p {
    font-size: 1rem;
  }
}

.section-technique {
  padding: 2rem 1rem;
  padding-top: 8rem;
  margin-bottom: 3rem;
}

.section-technique .section-content .section-row {
  display: flex;
  flex-wrap: wrap-reverse;
}

.section-technique .section-content .image-container {
  padding-right: 7rem;
}

.section-technique .section-content .image-container img {
  width: 44rem;
  height: auto;
  max-width: 100%;
}

.section-technique .section-content .text-container {
  flex: 1;
}

.section-technique .section-content h4 {
  color: #FFF;
  font-size: 3.4375rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  text-align: center;
}

.section-technique .section-content p {
  color: #FFF;
  text-align: justify;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (max-width: 991px) {
  .section-technique {
    padding-top: 2rem;
  }

  .section-technique .section-content .section-row .image-container {
    text-align: center;
    padding-right: 0;
  }

  .section-technique .section-content h4 {
    font-size: 2.4375rem;
    margin-bottom: 1rem;
  }

  .section-technique .section-content p {
    font-size: 1rem;
  }
}

.modal-image {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.modal-image .modal-header {
  height: 3rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  padding: 1rem 3rem;
}

.modal-image .modal-header button {
  border-radius: 999rem;
  width: 2rem;
  height: 2rem;
  border: none;
}

.modal-image .btn-close-modal:hover {
  cursor: pointer;
}

.modal-image div.btn-close-modal {
  height: 100%;
  flex: auto;
}

.modal-image .modal-content {
  flex: 1;
  max-height: calc(100% - 8rem);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.modal-image .modal-content img {
  height: 100%;
  width: auto;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.modal-image .modal-content img.normal:hover {
  cursor: zoom-in;
}

.modal-image .modal-content img.zoomed {
  transform: scale(1.75);
  transform-origin: top;
}

.modal-image .modal-content img.zoomed:hover {
  cursor: zoom-out;
}

.modal-image.show {
  opacity: 1;
  z-index: 99999;
}

.section-event-gallery {
  width: 56.1875rem;
  max-width: 100%;
  margin: auto;
}

.section-event-gallery .swiper {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.section-event-gallery .button-next,
.section-event-gallery .button-prev {
  height: 2.15rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}

.section-event-gallery .button-next .icon-container,
.section-event-gallery .button-prev .icon-container {
  width: 2rem;
}

.section-event-gallery .button-next .icon-container:hover,
.section-event-gallery .button-prev .icon-container:hover {
  cursor: pointer;
}

.section-event-gallery .button-next svg,
.section-event-gallery .button-prev svg {
  fill: #D9D9D9;
}

.section-event-gallery .button-next {
  right: 0;
}

.section-event-gallery .gallery-element {
  height: 35.25rem;
  max-height: 100%;
}

.section-event-gallery .gallery-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 991px) {

  .section-event-gallery .button-next,
  .section-event-gallery .button-prev {
    height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section-event-gallery .button-next .icon-container,
  .section-event-gallery .button-prev .icon-container {
    width: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .section-event-gallery .button-prev {
    left: 0.75rem;
  }

  .section-event-gallery .button-next {
    right: 0.75rem;
  }
}

@media only screen and (max-width: 731px) {
  .section-event-gallery .gallery-element {
    height: 65vw;
  }
}

/*# sourceMappingURL=styles.css.map */