* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "TTLakesNeue-BlackIt";
}

@font-face {
  font-family: "TTLakesNeue-Bold";
  src: url(../fonts/TTLakesNeue-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "TTLakesNeue-BoldIt";
  src: url(../fonts/TTLakesNeue-BoldIt.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "TTLakesNeue-BlackIt";
  src: url(../fonts/TTLakesNeue-BlackIt.ttf);
  font-weight: 900;
}
@font-face {
  font-family: "TTLakesNeue-Black";
  src: url(../fonts/TTLakesNeue-Black.ttf);
  font-weight: 900;
}
body {
  text-align: center;
  padding-top: 50px;
  background: url(../img/bg.jpg) center center/cover no-repeat;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
body .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .content {
  z-index: 2;
}
body .logo {
  position: relative;
  z-index: 2;
}
body .logo img {
  width: 150px;
  margin-bottom: 40px;
}
body .logo-p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
body .logo-p .logo-c{
  width: 88px;
  height: 88px;
  min-width: 88px;
  min-height: 88px;
  max-width: 88px;
  max-height: 88px;
  background: url(../img/logo-bg.png) center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .logo-p .logo-c-1{
  background: url(../img/logo-bg-1.png) center center/cover no-repeat;
}
body .logo-p .logo-c-2{
  background: url(../img/logo-bg-2.png) center center/cover no-repeat;
}
body .logo-p .logo-c img{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
}
body .logo-p .vs{
  width: 47px;
  margin: 0 16px;
}
body h6 {
  font-family: "TTLakesNeue-Black";
  color: #3DDC97;
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 13px;
  position: relative;
  z-index: 3;
}
body h5 {
  font-family: "TTLakesNeue-Black";
  color: #CCE7DF;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
body h5 span {
  color: #3DDC97;
  font-family: "TTLakesNeue-Black";
}
body h3 {
  color: #CCE7DF;
  font-size: 38px;
  margin-bottom: 10px;
  margin-top: 35px;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
body h4 {
  text-transform: uppercase;
  color: #CCE7DF;
  font-size: 24px;
  position: relative;
  z-index: 3;
}
body .img {
  width: 290px;
  margin-top: -10px;
  position: relative;
  z-index: 3;
}
body h1 {
  color: #CCE7DF;
  font-size: 24px;
  margin-top: -10px;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
}
body .pr{
  color: #4FFAB0;
  font-size: 60px;
  text-shadow: 0px 0px 20px rgba(79,250,176,0.24);
}
body .pr img{
  margin-bottom: -3px;
  width: 25px;
}
body .btn-block {
  position: absolute;
  margin: 0 auto;
  z-index: 4;
  left: 50%;
  transform: translate(-50%);
  width: 80%;
  bottom: 50px;
}
body .btn-block .a-btn {
  width: 100%;
  display: block;
  white-space: nowrap;
  background-color: #3FDC97;
  border-radius: 8px;
  padding: 15px;
  color: #161616;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  overflow-x: hidden;
}
body .btn-block .a-btn img {
  width: 85px;
}
body .btn-block .a-btn .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 2s infinite linear;
}
@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}


@media (max-height: 780px) {
  body .m {
    bottom: -50px;
  }
  body .logo img {
    width: 200px;
    margin-bottom: 35px;
  }
  body .logo-p {
    width: 180px;
  }
  body h5{
    margin-bottom: 20px;
  }
  body h3{
    font-size: 35px;
    margin-top: 20px;
  }
}
@media (max-height: 750px) {
  body h3, body h5 {
    font-size: 34px;
  }
  body h5 {
    margin-bottom: 35px;
    font-size: 30px;
  }
  body h3 {
    margin-top: 20px;
  }

  body .logo-p .logo-c{
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px;
  }
  body .logo-p .logo-c img{
    width: 45px;
    height: 45px;
  }
  body .logo-p .vs{
    width: 35px;
  }
}
@media (max-height: 710px) {
  body .m {
    bottom: -70px;
  }
  body h4 {
    font-size: 22px;
  }
  body h1 {
    font-size: 22px;
  }
  body h3, body h5 {
    font-size: 30px;
  }
  body .img {
    width: 240px;
  }
  body h5{
    margin-bottom: 20px;
  }
  body .pr{
    font-size: 50px;
  }
}
@media (max-height: 665px) {
  body h5{
    margin-bottom: 15px;
  }
}
@media (max-height: 655px) {
  body .m {
    bottom: -100px;
  }
  body {
    padding-top: 35px;
  }
  body .logo img {
    width: 180px;
    margin-bottom: 25px;
  }
}
@media (max-height: 630px) {
  body .img {
    width: 230px;
  }
  body .btn-block {
    bottom: 35px;
  }
}
@media (max-height: 600px) {
  body {
    overflow-y: auto;
  }
  body h1 {
    margin-bottom: 20px;
  }
  body .btn-block {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0);
  }
  body .pr{
    font-size: 40px;
  }
  body .pr img{
    width: 18px;
  }
}
@media (max-height: 580px){
  body{
    padding-top: 20px;
  }
  body .logo img{
    width: 150px;
    margin-bottom: 15px;
  }
  body .logo-p{
    width: 145px;
  }
  body h5{
    font-size: 25px;
  }
  body h3{
    font-size: 25px;
  }
  body h4{
    font-size: 19px;
  }
  body .img{
    width: 190px;
  }
  body h1{
    font-size: 16px;
  }
}
@media (max-height: 500px){
  body h3{
    margin-top: 10px;
  }
}