
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
body {
  background-color: rgb(22, 0, 22);
}


.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111827; /* fon rangi */
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; /* scrol qilganda ham joyida turadi */
  z-index: -1; /* orqada tursin */
}

/* Grid chiziqlari */
.background::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 1;
}

/* Qoraytiruvchi qatlam */
.background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.4)
  );
  z-index: 2;
}

/* Qizil gradient */
.background .red-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    165deg,
    rgba(80, 0, 0, 0.15) 0%,
    rgba(40, 0, 0, 0.3) 100%
  );
  z-index: 3;
}

/* Pastki qorayuvchi qism */
.background .bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 4;
}

/* Chap yuqori nur */
.background .top-glow {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #ae00ed;
  opacity: 0.2;
  filter: blur(80px);
  z-index: 5;
  animation: glowPulse 5s ease-in-out infinite alternate;
}

/* Yon tomondan qorayuvchi qatlamlar */
.background .fade-left,
.background .fade-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 15%;
  pointer-events: none;
  z-index: 6;
}

.background .fade-left {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), transparent);
}

.background .fade-right {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), transparent);
}

@keyframes glowPulse {
  from {
    opacity: 0.15;
    transform: scale(1);
  }
  to {
    opacity: 0.3;
    transform: scale(1.1);
  }
}

/* ✅ Asosiy kontent ustida turadi */
.container,
.content,
.form,
.list {
  position: relative;
  z-index: 10; /* bu qatlam fonga chiqib ketadi */
}



/* CONTENT ___________________ */

.container {
  max-width: 450px;
  margin: 0 auto;
  padding: 0 15px;
}

.top {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 30px;
}

.top--left {
  width: 180px;
  height: 70px;
  padding-top: 10px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background: linear-gradient(to top, #2b003d, #4b005a);
  text-align: center;
  color: white;
}

.top--title {
  text-shadow: 0px 1px 3px rgb(0, 0, 0);
  line-height: 18px;
  padding-top: 6px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-family:Roboto;
}

.top--text {
  text-shadow: 0px 2px 3px rgb(0, 0, 0);
  font-size: 25px;
  font-weight: 500;
  font-family: Roboto;
}

.top--right {
  width: 180px;
  height: 70px;
  padding-top: 10px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background: linear-gradient(to top, #2b003d, #4b005a);
  text-align: center;
  color: white;
}
.top--title1 {
  text-shadow: 0px 1px 3px rgb(0, 0, 0);
  line-height: 18px;
  padding-top: 6px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-decoration: line-through;
  font-weight: 500;
  font-family: Roboto;
}

.title {
  text-shadow: 0px 1px 2px rgb(0, 0, 0);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;

  color: white;
  line-height: 36px;
  font-size: 32px;
  font-weight: 500;
  /* font-family:Roboto; */
}

.title-span {
  color: rgba(183, 0, 255, 0.776);
}

.images {
  width: 100%;
  height: 430px;
  position: relative;
  /* background-image: url(./assets/uuuuu.webp); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position:center ;
}


.images-pst1 {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.images-pst2 {
  width: 50px;
  height: 120px;
  box-shadow: 0px 0px 100px 90px rgba(204, 52, 255, 0.281);
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}

.images-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.pstBtn {
  max-width: 450px;
  width: 100%;
  height: 65px;
  position: relative;
}

.subbtn {
  position: absolute;
  padding: 0 25px;
  top: -60px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 65px;
  border-radius: 20px;
}

.subbtn--btn {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: none;
  background: linear-gradient(to top, #3f0057, #720089);

  cursor: pointer;
  font-size: 26px;
  color: white;
  font-weight: 500;
  font-family: Roboto;
  /* text-shadow: 0px 2px 2px rgb(255, 255, 255); */
}

/* Button pulas   */

@keyframes softPulse {
  0%,
  100% {
    transform: scale(0.99);
    box-shadow: inset 0 0 10px rgb(72, 0, 92),
      0 0 10px rgba(99, 0, 123, 0.479);
  }
  50% {
    transform: scale(1.05);
    box-shadow: inset 0 0 10px rgb(110, 0, 129),
      0 0 20px rgba(120, 0, 139, 0.82);
  }
}

.attention-button {
  animation: softPulse 2s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.time {
  margin-top: -30px;
  text-shadow: 0px 1px 3px rgb(1, 1, 1);
  color: white;
  text-align: center;
  font-size: 26px;
  font-weight: 100;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.subtitle {
  padding-top: 10px;
  font-size: 26px;
  font-weight: 500;
  font-family: Roboto;
  text-align: center;
  line-height: 29px;
  color: white;
  text-shadow: 0px 1px 1px rgb(0, 0, 0);
}

.list {
  padding-top: 36px;
  /* margin-bottom: 50px; */
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  gap: 39px;
  color: white;
  font-weight: 500;
  font-family: Roboto;
}

.item {
  border-bottom: 2px solid #66008e;
  border-top: 2px solid #66008e;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  height: 100px;
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;

  box-shadow:0px 2px 6px 6px rgba(91, 0, 112, 0.265);
}

.item-pst {
  position: absolute;
  top: -25px;
  left: 1/2;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(to top, #66008e, #9900b8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-num-text {
  font-size: 23px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: white;
}

.pstBtn1 {
  max-width: 450px;
  width: 100%;
  height: 65px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.subbtn1 {
  padding: 0 10px;
  width: 100%;
  height: 65px;
  border-radius: 20px;
}

.subbtn--btn1 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 10;
  border: none;
  background: linear-gradient(to top, #66008e, #9900b8);

  cursor: pointer;
  font-size: 28px;
  color: white;
  text-shadow: 0px 2px 2px rgb(66, 0, 96);
}

@media (max-width: 400px) {
  .title {
    font-size: 28px;
    line-height: 30px;
  }
  .subbtn--btn,
  .subbtn--btn1 {
    font-size: 22px;
  }
  .item {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
}
