@font-face {
  font-family: 'GTRicardo-Medium';
  src: url('../fonts/GTRicardo-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Musont';
  src: url('../fonts/Musont-Regular.woff');
  font-weight: normal;
  font-style: normal;
}

html {
  padding: env(safe-area-inset);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.isolate {
  isolation: isolate;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 110px 100px;
}

@media (max-width: 1000px) {
  section {
    padding: 100px 50px;
  }
}

@media (max-width: 600px) {
  section {
    padding: 125px 30px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  padding: 35px 100px 0;
  /*opacity: 0.7;*/
  mix-blend-mode: exclusion;
}

header .header__link {
  /*text-transform: capitalize;*/
  font-weight: 900;
}

header h2 {
  text-transform: uppercase;
}

header .nav {
  display: flex;
}

header .nav li {
  margin: 0 15px;
}

header .nav li:first-child {
  margin-left: 0;
}

header .nav li:last-child {
  margin-right: 0;
}

@media (max-width: 1000px) {
  header {
    padding: 20px 50px;
  }
}

@media (max-width: 700px) {
  /*header {
        flex-direction: column;
    }*/
  header {
    padding-left: 20px;
  }

  header img {
    width: 115px;
  }

  header h2 {
    margin-bottom: 15px;
  }

  header .nav li {
    margin: 0 7px;
  }
}

.box {
  position: relative;
  justify-content: center;
  min-height: 100vh;
  color: #000;
  text-align: center;
  font-family: 'Musont', Calibri, Tahoma, sans-serif;
  /*   font-family: 'GTRicardo-Medium', Calibri, Tahoma, sans-serif;*/
}

.box .svg-slogan {
  width: 50%;
  display: block;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 200px;
  fill: white;
  color: #fff;
}

.box .slogan {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 9em;
  font-weight: 300;
  text-transform: lowercase;
  letter-spacing: 10px;
  line-height: 0.73em;
  position: absolute;
  top: 250px;
}

@media (max-width: 1200px) {
  .box .svg-slogan {
    width: 57%;
  }

  .box .slogan {
    font-size: 8.5em;
  }
}

@media (max-width: 950px) {
  .box .svg-slogan {
    width: 65%;
  }

  body.mobile.landscape-mode .svg-slogan {
    top: 75px;
  }

  .box .slogan {
    top: 300px;
    font-size: 8em;
  }
}

@media (max-width: 700px) {
  .box .svg-slogan {
    width: 75%;
  }

  .box .slogan {
    font-size: 7em;
  }
}

@media (max-width: 400px) {
  .box .svg-slogan {
    width: 80%;
  }

  .box .slogan {
    top: 320px;
    font-size: 5em;
  }
}

.box video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

.box h1 {
  margin-bottom: 15px;
  font-size: 65px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.box h3 {
  margin: 200px 0 10px 0;
  font-weight: 300;
  font-size: 60px;
  letter-spacing: 0.2rem;
}

a.boxBtn {
  height: 60px;
  width: 130px;
  font-size: 1.2em;
  color: #fff;
  border-radius: 50px;
  border: 4px solid #fff;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: lowercase;
  font-weight: 300;
  mix-blend-mode: exclusion;
  transition: all 0.5s;
  letter-spacing: 0.9px;
  font-family: 'Musont', Calibri, Tahoma, sans-serif;
}

a.boxBtn:hover {
  background: #fff;
  color: #000;
}

#signUpBtn {
  position: fixed;
  bottom: 70px;
}

@media (max-width: 1600px) {
  #signUpBtn {
    bottom: 35px;
  }

  /* .box a.boxBtnIn {
    bottom: 35px;
  }  */
}

@media (max-width: 950px) {
  /*.box {
        min-height: 600px;
    }*/

  .box h1 {
    margin-top: 165px;
    font-size: 28px;
  }

  .box h3 {
    font-size: 35px;
  }

  body.mobile.landscape-mode a.boxBtn {
    height: 30px;
    width: 70px;
    font-size: 0.7em;
    border-width: 3px;
    bottom: 10px;
  }
}

@media (max-width: 450px) {
  body.mobile a.boxBtn {
    height: 60px;
    width: 130px;
    font-size: 1.2em;
    border-width: 4px;
    bottom: 50px;
  }
}

.button__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animated-container {
  width: 3000px;
  height: 3000px;
  border-radius: 50%;
  background: purple;
  /*transition: opacity 0.2s linear 0s, transform 0.6s cubic-bezier(0.5, 0.05, 0.25, 1) 0s; */
  box-shadow: 0 0 0 250px orange;
  opacity: 1;
  transform-origin: center;
  animation: circle-flash 1s 1 forwards;
  will-change: transform, opacity;
  mix-blend-mode: exclusion;
}

@media (max-width: 900px) {
  .animated-container {
    width: 1800px;
    height: 1800px;
    box-shadow: 150px;
  }
}

@media (max-width: 500px) {
  .animated-container {
    width: 1000px;
    height: 1000px;
    box-shadow: 75px;
  }
}

@keyframes circle-flash {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(2);
  }
}
