@font-face {
  font-family: "Helvetica Neue";
  src: url("HelveticaNeueMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("HelveticaNeueRoman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Helvetica Neue";
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100dvh;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 250px;
  padding-top: 0;
  flex: 1 0 auto;
}

.main-content {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  padding: 0 16px;
}

.main-content p {
  margin: 0 0 4px;
}

.main-button {
  margin: 25px 0 40px;
}

.main-button a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 16px;
  display: inline-block;
}

.main-logo {
  width: 206px;
  height: 200px;
  padding-top: 38px;
}

.main-title {
  font-family: "EB Garamond", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30.34px;
  line-height: 55.16px;
  letter-spacing: 11.166px;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
  margin-top: 44px;
  min-height: 56px;
  text-align: center;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0 0;
  padding: 30px 16px 20px;
}

footer .address {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  color: white;
  margin: 20px 0 0 0;
  text-align: center;
}

footer .navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

footer .ins-link {
  display: block;
  height: 24px;
}

footer .navigation :is(p, a) {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  color: #DEDEDE;
  margin: 0;
  text-decoration: none;
}

footer .navigation p:not(:last-child) {
  position: relative;
  padding-right: 16px;
}

footer .navigation p:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 1px;
  background-color: #aaaaaa;
  transform: rotate(90deg);
  transform-origin: center;
}

.video-container :is(video, img) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-container::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000033;
  z-index: -1;
}

.main-logo,
.main-title,
footer {
  animation: 1s ease-in 0s 1 fade;
}

.main-logo {
  animation-name: fade-1;
}

.main-title {
  animation-name: fade-2;
}

footer {
  animation-name: fade-3;
}

.block {
  display: block;
}

@media only screen and (min-width: 768px) {
  .md\:hidden {
    display: none;
  }

  main {
    /* justify-content: center; */
  }

  .main-title {
    font-size: 44px;
    line-height: 80px;
    letter-spacing: 16.195px;
    margin-top: 7px;
    min-height: 80px;
  }
}
/* @media only screen and (min-width: 1440px) {
  main {
    padding-top: 200px;
    justify-content: flex-end;
    margin-bottom: -2px;
  }

  .main-logo {
    width: 298.7218017578125px;
    height: 290px;
  }

  .main-title {
    font-size: 44px;
    line-height: 80px;
    letter-spacing: 16.195px;
    margin-top: 7px;
    min-height: 80px;
  }

  footer {
    margin-top: -2px;
  }
}

@media only screen and (min-width: 1920px) {
  main {
    margin: 0;
  }

  .main-logo {
    width: 398.2957458496094px;
    height: 386.6666564941406px;
  }

  .main-title {
    font-size: 58.67px;
    line-height: 106.67px;
    letter-spacing: 21.5075px;
    margin-top: 9.33px;
    min-height: 107px;
  }

  footer {
    margin-top: 56.33px;
  }

} */

@keyframes fade-1 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-2 {
  0%,
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-3 {
  0%,
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width:767px) {
  .main-button {
    margin: 32px 0 60px;
  }
  .main-logo {
    width: 155px;
    height: 150px;
  }
}
