* {
  box-sizing: border-box;
  outline: 0;
}
html {
  scroll-behavior: smooth;
  color-scheme: light;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
a button {
  cursor: pointer;
}
body {
  background-color: #000000;
  background-image: url(../img/bg-main.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;

  overflow: hidden;
}
h1 {
  padding-left: 81px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: Teko;
  font-size: 95.885px;
  font-style: normal;
  font-weight: 700;
  line-height: 59.447px;
  position: relative;
  cursor: default;
  z-index: 1;
}
.title {
  position: relative;
}
.title svg {
  position: absolute;
  top: -62px;
  left: 0;
  z-index: 0;
}
h2 {
  color: #ffd9727d;
  background: linear-gradient(
    108deg,
    #fecb3f 27.6%,
    #ffe7a4 48.55%,
    #fecb3f 75.08%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Teko;
  font-size: 165.117px;
  font-style: normal;
  font-weight: 700;
  line-height: 146.356px;
  filter: blur(0.299851608276367px);
  margin-left: 81px;
  cursor: default;
}
.sub-title {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-left: 81px;
  margin-top: 60px;
}
.sub-title h3 {
  color: #fff;
  cursor: default;
  font-family: Teko;
  font-size: 104.541px;
  font-style: normal;
  font-weight: 700;
  line-height: 101.503px;
  width: 228px;
}
.sub-title div {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Teko;
  font-size: 49.602px;
  font-style: normal;
  font-weight: 700;
  line-height: 59.447px;
  border-radius: 272.809px;
  border: 1.102px solid transparent;
  background: linear-gradient(rgba(129, 51, 232, 0.6), rgba(129, 51, 232, 0.6))
      padding-box,
    linear-gradient(90deg, #c9ffd71a 10%, #94f4ff 100%) border-box;
  box-shadow: 0 2.756px 26.454px 0 rgba(255, 242, 215, 0.25),
    0 5.511px 32.792px 0 rgba(255, 251, 217, 0.25);
  backdrop-filter: blur(6.321175575256348px);
  -webkit-backdrop-filter: blur(6.321175575256348px);
  transform: rotate(-2.613deg) translate(0, -10px);
  height: 80px;
  width: 396px;
  cursor: pointer;
}

.sub-title div:hover {
  filter: brightness(1.1);
  transition: 0.5s;
}

.btn {
  margin-top: 20px;
  margin-left: 81px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.btn button {
  color: #121018;
  text-align: center;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 35.148px;
  text-transform: uppercase;
  border-radius: 10.893px;
  border: 1.683px solid #fecb3f;
  background-color: #fecb3f;
  cursor: pointer;
  padding: 11px 79px;
}
.btn:hover button {
  background-color: #9cf893f0;
  transition: 0.9s;
}
header {
  padding: 48px 85px;
  padding-bottom: 52px;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav-bar__logo {
  width: 177px;
}

main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

#preloader img {
  width: 120px;
  height: auto;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.desc {
  display: block;
}
.mobile {
  display: none;
}

@media screen and (max-width: 735px) {
  body {
    background-image: url(../img/bg-mobile.png);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: bottom;
  }
  main {
    flex-direction: column;
  }
  .title svg {
    top: -33px;
  }
  header {
    padding: 30px 16px;
    padding-bottom: 55px;
  }
  .nav-bar__logo {
    width: 78px;
  }

  h1 {
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.379px;
    padding-left: 16px;
  }

  h2 {
    font-size: 84.38px;
    font-style: normal;
    font-weight: 700;
    line-height: 74.792px;
    margin-left: 16px;
  }
  .sub-title {
    margin-left: 16px;
    margin-top: 30px;
  }
  .sub-title h3 {
    font-size: 53.423px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.871px;
    width: 117px;
  }
  .sub-title div {
    font-size: 25.348px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.379px;
    width: 202.583px;
    height: 41.313px;
  }
  .desc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .btn {
    width: 100%;
    margin: 0;

    margin-top: 66%;
    padding: 0 16px;
  }
  .btn button {
    font-size: 24px;
    font-style: normal;
    line-height: 35.148px;
    text-transform: uppercase;
    margin: 0 auto;
    width: 100%;
    padding: 11px;
  }
}
@media screen and (max-width: 365px) {
  .btn {
    margin-top: 75%;
  }
}

@media screen and (min-width: 1500px) {
  body {
    background-image: url(../img/bg.png);
  }
}
