* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: Urbanist, sans-serif;
  background: #201438;
}

a {
  cursor: pointer;
  text-decoration: underline;
  color: white;
}

.banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 40px 100px;
}

.inside_banner {
  border-radius: 28px;
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
  padding: 20px;
  backdrop-filter: blur(50px);
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.inside_banner h1 {
  font-size: 114px;
  color: #fff;
  font-weight: 300;
}

.inside_banner h2 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -5px;
}

.inside_banner .description {
  font-size: 28px;
  color: #fff;
  font-weight: 200;
  margin-top: 40px;
  margin-bottom: 20px;
}

.inside_banner video {
  max-width: 1000px;
  width: 100%;
  border-radius: 5px;
}

.trynow {
  font-size: 27px;
  font-weight: 500;
  margin-top: 20px;
  color: #fff;
}

.banner a {
  padding: 10px 20px;
  background: #160c18;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  border: 2px solid #96519f;
  border-radius: 100px;
}

#face {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  border-radius: 27px;
}

#ring {
  position: absolute;
  right: -100px;
  top: 200px;
  animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-15px) rotate(1deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.blue_light {
  width: 1572px;
  height: 605px;
  position: absolute;
  display: block;
  background: rgba(0, 62, 135, 0.9);
  top: -400px;
  filter: blur(136px);
}

.purple_light {
  width: 500px;
  height: 500px;
  background: rgba(70, 15, 158, 0.5);
  border-radius: 50%;
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: -1;
  filter: blur(158px);
}

.pink_light {
  width: 800px;
  height: 800px;
  position: absolute;
  bottom: -400px;
  background: rgba(135, 0, 73, 0.7);
  filter: blur(220px);
}

.about {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 80px;
  padding-left: 100px;
}

.info {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 100px;
  z-index: 1;
  position: relative;
}

.info .line:first-child {
  display: block;
  height: 1px;
  width: 1000px;
  top: 0;
  left: -80px;
  opacity: 0.6;
  position: absolute;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.1) 0%,
    #ffffff 40%,
    #eaeaea 60%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.info .line {
  display: block;
  height: 1px;
  width: 1000px;
  bottom: 0;
  left: -80px;
  opacity: 0.6;
  position: absolute;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.1) 0%,
    #ffffff 40%,
    #eaeaea 60%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.info:after {
  content: "";
  opacity: 0.6;
  height: 400px;
  left: 0;
  top: -100px;
  position: absolute;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    #ffffff 40%,
    #eaeaea 60%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.info:before {
  content: "";
  opacity: 0.6;
  height: 400px;
  left: 218px;
  top: -100px;
  position: absolute;
  width: 1px;

}

.activity {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 340px;
}

.activity p {
  font-size: 23px;
  font-weight: 500;
  color: #fff;
}

.activity span b {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.activity span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.about h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
}

.purple_circle {
  display: block;
  z-index: -1;
  width: 312px;
  height: 234px;
  background: rgba(140, 69, 255, 0.5);
  position: absolute;
  left: 0;
  filter: blur(250px);
  bottom: -150px;
}

.brands {
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
  position: relative;
  margin-top: 200px;
}

.brandlist {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.brands h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
}

.brandlist div {
  background: rgba(31, 19, 55, 0.25);
  border-radius: 28px;
  padding: 20px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 26px 33px 60px rgba(0, 0, 0, 0.25);
}

.brandlist div img {
  width: 66px;
  height: 66px;
}

.features {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  z-index: 1;
  top: -302px;
}

.features img {
  height: 400px;
}

.backlight {
  display: block;
  position: absolute;
  z-index: -1;
  background: rgba(236, 109, 255, 0.5);
  width: 331px;
  height: 200px;
  filter: blur(280px);
}

.powered {
  position: absolute;
  top: 50%;
  left: -100px;
  border-radius: 12px;
  animation: floating 4s ease-in-out infinite;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  background: rgba(144, 128, 146, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.detection {
  position: absolute;
  bottom: 10%;
  right: 30px;
  animation: floating 3s ease-in-out infinite;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  padding: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  background: rgba(144, 128, 146, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.startnow {
  /* padding: 10px 20px; */
  background: #160c18;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  border: 2px solid #96519f;
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 100px;
}

.startnow img {
  width: 5px !important;
  height: 10px !important;
}

.contact {
  margin: 0 auto;
  margin-top: 50px;
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.contact h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 500;
}

.contact .social {
  display: flex;
  gap: 20px;
  align-items: center;
}

.faq {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
  align-items: center;
}

.faq h2 {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
}

.faq p {
  font-size: 20px;
  color: #bcbcbc;
  text-align: center;
  max-width: 1200px;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}

.contacts a img {
  width: 20px;
  height: 20px;
}

.up {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
}

.privacy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.privacy p {
  font-size: 18px;
  font-weight: 500;
  color: #ecf1f0;
}

.privacy span {
  font-size: 12px;
  color: #ecf1f0;
}

.tos {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tos p {
  font-size: 18px;
  font-weight: 500;
  color: #ecf1f0;
}

.tos span {
  font-size: 12px;
  color: #ecf1f0;
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.contacts p {
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  color: #ecf1f0;
}

.contacts div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.down {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #b6b6b6;
}

.scaler {
  transition: 0.3s;
  cursor: pointer;
}

.scaler:hover {
  transform: scale(1.01);
}

.social .scaler:hover {
  transform: scale(1.1);
}

.guide {
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.guide h1 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 700;
}

.step {
  background: rgba(30, 30, 50, 0.7);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.step h2 {
  font-size: 1.8rem;
  color: #ffdd00;
  margin-bottom: 25px;
  font-weight: 600;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  background: #000;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instruction-list {
  padding-left: 25px;
}

.instruction-list li {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.6;
}

.instruction-list strong {
  color: #ffdd00;
  font-weight: 600;
}

.advice-text {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.7;
}

.advice-text strong {
  color: #ffdd00;
  font-weight: 600;
}

.telegram-button {
  display: inline-flex;
  align-items: center;
  background: #0088cc;
  color: white;
  padding: 18px 35px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top: 20px;
  transition: all 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.telegram-button:hover {
  background: #0077b3;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 136, 204, 0.4);
}

.telegram-button img {
  height: 28px;
  margin-right: 12px;
}

