@font-face {
  font-family: Neuerationalmix;
  src: url("../fonts/NeueRationalMix-Regular.woff2") format("woff2"),
    url("../fonts/NeueRationalMix-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.main {
  min-height: 100vh;
}

.body {
  color: #62294a;
  letter-spacing: -0.4px;
  background-color: #f3edeb;
  font-family: Neuerationalmix, Arial, sans-serif;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.logo {
  /* background-image: url('../images/logo.svg'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 196px;
}

.vdiv {
  background-color: #d4bab1;
  width: 1px;
  height: 300px;
  position: absolute;
  inset: auto auto -18% 50%;
}

.about-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 690px;
  display: flex;
}

.about-text {
  background-image: url("../images/weturn.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 660px;
  height: 142px;
  margin-bottom: 30px;
}

.about-copy {
  text-align: center;
  letter-spacing: -0.4px;
  font-size: 16px;
  line-height: 24px;
}

.about-bg-element-container {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.about-section-bg {
  /* background-image: url("../images/bg-element.svg"); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 490px;
  height: 490px;
}

.gallery {
  width: 100%;
  height: 100%;
}

.contact-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 400px;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 60px;
  display: flex;
}

.contact-copy {
  text-align: center;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 21px;
}

.contact-name-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 75px;
  display: flex;
}

.contact-name {
  background-image: url("../images/neysa-text.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 356px;
  height: 55px;
  margin-bottom: 5px;
}

.contact-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-logo {
  /* background-image: url("../images/logo-roundel.svg"); */
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 92px;
  height: 92px;
  margin-bottom: 20px;
}

.contact-copy-footer {
  text-align: center;
  letter-spacing: -0.1px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 14px;
}

.gallery-wrapper {
  width: 100%;
  height: 100%;
}

.gallery-slide {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .about-content {
    width: 500px;
  }

  .about-text {
    width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 300px;
    height: 150px;
  }

  .vdiv {
    height: 120px;
  }

  .about-text {
    width: 400px;
    height: 90px;
  }

  .contact-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-copy {
    margin-bottom: 0;
  }

  .contact-name {
    width: 270px;
    height: 43px;
  }

  .contact-logo {
    background-position: 50%;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 230px;
    height: 110px;
  }

  .vdiv {
    height: 150px;
  }

  .about-content {
    width: 270px;
  }

  .about-text {
    width: 270px;
    height: 59px;
    margin-bottom: 15px;
  }

  .about-copy {
    font-size: 15px;
    line-height: 22px;
  }

  .about-section-bg {
    background-size: contain;
    width: 320px;
  }

  .contact-copy {
    font-size: 14px;
  }

  .contact-name {
    width: 240px;
  }
}

@font-face {
  font-family: "Neuerationalmix";
  src: url("../fonts/NeueRationalMix-Regular.woff2") format("woff2"),
    url("../fonts/NeueRationalMix-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
