@font-face {
  font-family: "Evolitta";
  src: url("../fonts/Evolitta.ttf");
}
@font-face {
  font-family: "Spectral";
  src: url("../fonts/Spectral-Regular.ttf");
}
@font-face {
  font-family: "Spectral Bold";
  src: url("../fonts/Spectral-Bold.ttf");
}
*,
body,
html {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  background: #f8f0e6;
  scroll-behavior: smooth;
}

a:hover,
button:hover {
  cursor: pointer;
}
.header {
  padding: 32px 60px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 104px;
  position: relative;
  background: transparent;
  z-index: 9999;
  align-items: center;
}
.headerLinks {
  display: flex;
  gap: 30px;
  width: 500px;
}
.headerLinks a {
  color: #f9f0e5;
  font-family: Evolitta;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  text-decoration: none;
}
.languageSwitcher {
  display: flex;
  gap: 20px;
  width: 500px;
  justify-content: flex-end;
}

.languageSwitcher a {
  color: #f9f0e5;
  font-family: Evolitta !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}
.active-language {
  text-decoration: underline !important;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.heroSlider {
  position: absolute;
  top: 0;
  left: 0;
  margin: 20px 20px 20px 20px;
  height: calc(100vh - 40px);
  width: calc(100% - 40px);
  z-index: 99;
  transition: 0.3s;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px !important;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
  color: #f9f0e5 !important;
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(
    --swiper-pagination-bullet-inactive-color,
    #f9f0e5
  ) !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
  margin-right: 30px !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #f9f0e5 !important;
  width: 10px !important;
  height: 10px !important;
}
.sliderContent {
  display: flex;
  z-index: 999999;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: calc(100vh - 124px);
  padding-bottom: 100px;
}
.sliderContent h1 {
  color: #f9f0e5;
  text-align: center;
  font-family: Evolitta;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
}
.sliderContent p {
  color: #f9f0e5;
  text-align: center;
  font-family: Spectral;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
.sliderContent a {
  display: flex;
  width: 180px;
  padding: 16px 19px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #f9f0e5;
  color: #5c290b;
  text-align: center;
  font-family: Spectral;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  margin: 0;
  text-transform: uppercase;
}
.conference {
  padding: 50px 0 70px 0px;
  width: 100%;
  gap: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.conferenceIcon {
  width: 38.314px;
  height: 41.469px;
}
.conferenceContent {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 55.55556%;
}
.conferenceContent h1 {
  color: #5c290b;
  text-align: center;
  font-family: Spectral;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 40px;
  margin: 0;
}
.conferenceContent p {
  color: #5c290b;
  text-align: center;
  font-family: Spectral;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 0;
}
.counters {
  padding: 80px 80px 150px 80px;

  position: relative;
}
.countersWrapper {
  display: flex;
  gap: 0.5%;
}
.counter {
  padding: 40px 18px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: #e0cfbb;
  width: 19.6%;
}
.number {
  color: #5c290b;
  text-align: center;
  font-family: Spectral;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  margin: 10px;
}
.counter p {
  color: #5c290b;
  text-align: center;
  font-family: Spectral;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
.counterDivider {
  position: absolute;
  left: 50%;
  bottom: 0;
}
.gallery {
  padding: 150px 0px 120px 0px;
  display: flex;
  gap: 50px;
  flex-direction: column;
  background: #224a33;
  align-items: center;
  position: relative;
}
.gallery h1 {
  color: #f9f0e5;
  text-align: center;
  font-family: Evolitta;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  margin: 0;
}
.galleryDivider {
  position: absolute;
  top: 0;
  left: 50%;
}
.swiper-paginationGallery {
  z-index: 9999 !important;
  left: 42% !important;
  position: absolute;
  width: unset !important;
  bottom: 80px !important;
}
.contactSection {
  padding: 150px 0px 80px 0px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contactDivider {
  position: absolute;
  top: 0;
  left: 50%;
}
.contactDiv {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.contactHero {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
}
.contactHero h1 {
  color: #5c290b;
  text-align: center;
  font-family: Evolitta;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
.contactInfo {
  display: flex;
  gap: 50px;
}
.info {
  display: flex;
  gap: 10px;
  align-items: center;
}
.info img {
  width: 18px;
  height: 18px;
}
.contactInfo a,
.contactInfo p {
  color: #5c290b;
  text-align: center;
  font-family: Spectral;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  text-decoration: none;
  margin: 0;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.halfInputs {
  width: 100%;
  display: flex;
  gap: 10px;
}
.halfInput {
  display: flex;
  padding: 17px 20px;
  gap: 10px;
  border: 1px solid rgba(92, 41, 11, 0.5);
  color: #000;
  background: none;
  font-family: Spectral;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 50%;
}
.fullInput {
  display: flex;
  padding: 17px 20px;
  gap: 10px;
  border: 1px solid rgba(92, 41, 11, 0.5);
  color: #000;
  background: none;
  font-family: Spectral;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  width: 100%;
}
.form textarea {
  display: flex;
  width: 100%;
  padding: 17px 20px 17px 20px;
  align-items: flex-start;
  gap: 10px;
  height: 230px;
  border: 1px solid rgba(92, 41, 11, 0.5);
  color: #000;
  background: none;
  font-family: Spectral;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.form button {
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #5c290b;
  color: #f9f0e5;
  text-align: center;
  font-family: Spectral;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border: none;
  margin: 0;
  text-transform: uppercase;
  margin-top: 40px;
}
.footer {
  display: flex;
  padding: 60px 80px 30px 80px;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  background: #947b5e;
}
.footerContent {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footerContent h1 {
  color: #f9f0e5;
  font-family: Spectral;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 20px;
  margin: 0;
  width: 400px;
}
.scrollTop a {
  color: #f9f0e5;
  font-family: Spectral;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 100% */
  display: flex;
  text-decoration: none;
  gap: 10px;
  border-bottom: 1px solid #f9f0e5;
  transition: 0.3s;
}
.footerLanguage {
  display: flex;
  gap: 20px;
  width: 400px;
  justify-content: flex-end;
}
.footerLanguage a {
  color: #f9f0e5;
  font-family: Evolitta;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
  text-decoration-line: underline;
  margin: 0;
}
.notFound {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #224a33;
  gap: 10px;
  height: 100vh;
  width: 100%;
}
.notFound h1 {
  color: #f9f0e5;
  text-align: center;
  font-family: Evolitta;
  font-size: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 120px; /* 100% */
  margin: 0;
}
.notFound a {
  display: flex;
  width: 300px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #f9f0e5;
  color: #224a33;
  text-align: center;
  font-family: Spectral;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
}
.notFound p {
  color: #f9f0e5;
  text-align: center;
  font-family: Spectral;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 10px;
}
.thankyou {
  padding-inline: 30px;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: fixed;
  top: 0;
  left: 0;
  background: #f9f0e5;
  z-index: 99999999;
}
.thankyou a {
  display: flex;
  width: 300px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #5c290b;
  color: #f9f0e5;
  text-align: center;
  font-family: Spectral;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
}
.thankyou p {
  color: #5c290b;
  text-align: center;
  font-family: Spectral;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 15px;
}
.thankyou h1 {
  color: #5c290b;
  text-align: center;
  font-family: Evolitta;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 116.667% */
  margin: 0;
}
.thankyouDividerUp {
  position: absolute;
  top: 15px;
  left: 30px;
  right: 30px;
  width: calc(100% - 60px);
}
.thankyouDividerDown {
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px;
  width: calc(100% - 60px);
}

@media screen and (max-width: 800px) {
  .headerLinks {
    display: none;
  }
  .header {
    padding-inline: 30px;
  }

  .heroSlider {
    margin: 10px 10px 10px 10px;
    width: calc(100% - 20px);
    height: calc(100vh - 20px);
  }
  .sliderContent {
    gap: 20px;
    height: calc(100vh - 104px);
    padding-bottom: 0;
  }
  .sliderContent h1 {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
  }
  .sliderContent p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 50%;
  }
  .conference {
    padding: 50px 15px 50px 15px;
    gap: 60px;
  }
  .conferenceContent {
    width: 100%;
  }
  .conferenceContent h1 {
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 37px;
  }
  .conferenceContent p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .counters {
    padding: 50px 15px 120px 15px;
  }
  .countersWrapper {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    row-gap: 7px;
    justify-content: center;
  }
  .counter {
    width: 49%;
  }
  .swiper-paginationGallery {
    left: 19% !important;
  }

  .contactSection {
    padding: 120px 15px 50px 15px;
  }
  .contactHero h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
  }
  .contactInfo {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .contactInfo a,
  .contactInfo p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
  }
  .footer {
    padding: 40px 15px 20px 15px;
  }
  .footerContent {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footerContent h1 {
    text-align: center;
    width: unset;
  }
  .footerLanguage {
    width: unset;
  }

  .notFound h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .notFound p {
    font-size: 16px;
  }
  .thankyou {
    padding-inline: 15px;
  }
  .thankyou a {
    display: flex;
    width: 300px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #5c290b;
    color: #f9f0e5;
    text-align: center;
    font-family: Spectral;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
  }
  .thankyou p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    max-width: unset;
  }
  .thankyou h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
  }
  .thankyouDividerUp {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
  .thankyouDividerDown {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
}
