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

@font-face {
  font-family: MontserratBold;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-display: swap;
}

@font-face {
  font-family: MontserratMedium;
  src: url(../fonts/Montserrat-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: MontserratNormal;
  src: url(../fonts/Montserrat-Regular.ttf);
  font-display: swap;
}

.main {
  background-image: radial-gradient(
    circle at center,
    rgba(32, 108, 235, 1) 0%,
    rgba(47, 1, 102, 1) 100%
  );
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 106px;
}

.main-container {
  max-width: 490px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.main-title {
  font-family: MontserratBold, sans-serif;
  color: transparent;
  background-image: linear-gradient(
    0turn,
    rgba(247, 187, 19, 1) 0%,
    rgba(255, 214, 114, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 27px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.main-plan {
  background-color: #fff;
  border-radius: 30px;
  padding: 2px;
  padding-bottom: 41px;
}

.plan-header {
  background-color: #001c1c;
  padding: 20px 31px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: 24px;
}
.plan-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11px;
}
.round {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 30;
}

.line {
  background-color: #fff;
  width: 95%;
  left: 2px;
  height: 7px;
  position: absolute;
  z-index: 10;
}

.plan-header-bottom {
  display: flex;
  justify-content: space-between;
}
.plan-header-bottom-text {
  font-family: MontserratSemiBold, sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
.plan-header-bottom-text:nth-child(2) {
  margin-left: 20px;
}

.plan-title {
  font-family: MontserratBold, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 20px;
  background-color: #0d0d0d;
  border-radius: 8px;
  color: white;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  max-width: 340px;
}
.plan-date {
  font-family: MontserratNormal, sans-serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 11px;
  font-weight: normal;
}
b {
  font-family: MontserratBold, sans-serif;
  font-weight: 700;
}

.plan-description {
  font-family: MontserratBold, sans-serif;
  text-align: center;
  max-width: 288px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
}

.plan-select-now {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: MontserratNormal, sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 26px;
}
.plan-list {
  max-width: 323px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.plan-list-btn {
  font-family: MontserratSemiBold, sans-serif;
  width: 100%;
  text-align: center;
  background-color: #12a3a3;
  border: 1px solid #12a3a3;
  padding: 9px 31px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}

footer {
  background-color: #000;
  padding-top: 17px;
  padding-bottom: 22px;
  color: #fff;
  text-align: center;
}

.footer-container {
  max-width: 375px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.footer-title {
  font-family: MontserratMedium, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.contact {
  font-family: MontserratBold, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
}

.address,
.disclaimer {
  font-family: MontserratNormal, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}

.disclaimer {
  text-align: center;
}

/* Modal Styles */
.homeModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.homeModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.form-container {
  width: 90%;
  margin: auto;
}

.form {
  position: fixed;
  top: 0%;
  right: 50%;
  transform: translate(50%, 0%);
  background-color: #fff;
  height: 100vh;
  width: 100vw;
  z-index: 1002;
  font-family: sans-serif;
}

.f-button {
  outline: none;
  border: none;
  outline: none;
  background: none;
  padding: 0px 20px;
  text-align: right;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: right;
  align-items: center;
  background-color: black;
  color: white;
  cursor: pointer;
}

.f-button i {
  color: #fff;
}

.form-h1 {
  width: 100%;
}

.form-h1 h1 {
  font-family: MontserratBold, sans-serif;
  text-align: center;
  font-size: 24px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.form-div {
  margin-top: 20px;
}

.form label {
  font-family: MontserratNormal, sans-serif;
  font-weight: 400;
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  margin-top: 30px;
}

input[type="text"] {
  font-family: MontserratNormal, sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
}

input[type="tel"] {
  font-family: MontserratNormal, sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
  margin: 2px 0px;
}

.phone-input-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.country-selector {
  position: relative;
  min-width: 100px;
  margin-right: 8px;
}

.selected-country {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  padding: 15px 10px;
  background-color: #f5f5f5;
}

.country-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  max-height: 250px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.country-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.country-option:hover {
  background-color: #f5f5f5;
}

.country-option.selected {
  background-color: #f0f0f0;
  font-weight: 500;
}

.country-code {
  color: #666;
  font-size: 0.9em;
}

.phone-input {
  display: flex;
  align-items: center;
  width: 100%;
}

.phone-input input {
  flex: 1;
  height: 40px;
}

.submit-button {
  width: 100%;
  padding: 20px 0px;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 25px;
  background-color: #008001;
}

.error-message,
.warning-p {
  color: #cb0000;
  font-size: 14px;
  margin-top: 5px;
  font-family: MontserratNormal, sans-serif;
  font-weight: 400;
}

/* Subscribe Page Styles */
.prompt-container {
  background-color: #e8e8e8;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.prompt-box {
  background-color: white;
  border-radius: 20px;
  padding: 30px 20px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.icon {
  margin-bottom: 20px;
}

.promeTitle {
  font-family: MontserratBold, sans-serif;
  font-size: 35px;
  margin-bottom: 15px;
}
.promeTitle > span {
  color: rgb(14, 178, 133);
}

.promtText {
  font-family: MontserratMedium, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.privacy-policy-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

#privacyCheckbox {
  width: 25px;
  height: 25px;
  accent-color: #007bff; /* Rangini ham o‘zgartirib bersin */
}
.privacy-label > span {
  color: #ff8461;
}

.privacy-label {
  font-size: 13px !important;
  font-family: MontserratNormal, sans-serif;
  font-weight: 400;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.subscribe-button {
  color: white;
  display: flex;
  cursor: pointer;
  background-color: #008ae7;
  box-shadow: 0px 7px 0px 0px rgba(0, 52, 86, 1);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: MontserratSemibold, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 26px 63px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 78px;
  margin-bottom: 27px;
  text-decoration: none;
}

.payment {
  padding-top: 18px;
  padding-bottom: 76px;
}
.payment-container {
  max-width: 470px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.payment__header {
  background-color: #efefef;
  border-radius: 15px;
  padding: 22px;
  margin-bottom: 21px;
}

.payment__title {
  font-family: MontserratBold, sans-serif;
  color: #2f3463;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.payment__tariff {
  font-family: MontserratNormal, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #2f3463;
  margin-bottom: 17px;
}
.payment__price {
  font-family: MontserratBold, sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #2f3463;
  margin-bottom: 5px;
}
.payment__timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.payment__time {
  font-family: MontserratNormal, sans-serif;
  padding: 10px 20px;
  font-size: 17px;
  color: #ff0000;
  background-color: #fff;
  border-radius: 10px;
}

.payment__timer-label {
  max-width: 151px;
  width: 100%;
  font-family: MontserratMedium, sans-serif;
  font-size: 14px;
  color: #2f3463;
  line-height: 1.5;
}

.payment__instruction {
  padding: 22px 20px 42px 20px;
  border: 2px solid var(--color-grey-89, #e3e3e3);
  border-radius: 20px;
  margin-bottom: 40px;
}
.payment__step {
  font-family: MontserratNormal, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 22px;
}

.payment__card {
  background-color: var(--color-grey-93, #ececec);
  border: 1px solid var(--color-grey-65, #a5a5a5);
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 13px 14px 10px 14px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.payment__card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment__card-right {
  display: flex;
  flex-direction: column;
  align-items: end;
  max-width: 91px;
  font-size: 12px;
  text-align: right;
  color: #8a8a8a;
  cursor: pointer;
  border: none;
  gap: 2px;
}
.payment__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 12px;
}

.payment__card-type {
  font-family: MontserratMedium;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.uzcard {
  width: 20px;
  height: 24px;
}
.visa {
  width: 47px;
  height: 14px;
}
.payment__card-amount {
  font-family: MontserratNormal, sans-serif;
  color: #00970d;
  font-size: 20px;
}

.payment__card-number {
  font-family: MontserratMedium, sans-serif;
  color: #000000;
  font-size: 20px;
  margin-bottom: 19px;
}

.payment__card-name {
  font-family: MontserratMedium, sans-serif;
  font-size: 15px;
}

.payment__card--payme {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.payme {
  max-width: 140px;
  width: 100%;
  object-fit: cover;
}

.payme-text {
  font-family: MontserratNormal, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
.paymeBtn {
  max-width: 345px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-family: MontserratSemiBold, Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px 30px 30px 30px;
  background-color: #012425;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
.payment__step {
  font-family: MontserratMedium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.payment__confirmation > svg {
  max-width: 138px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-bottom: 25px;
}

.payment__btn {
  display: flex;
  justify-content: center;
  padding: 20px;
  width: 100%;
  background-color: #399cff;
  border-radius: 10px;
  font-family: MontserratSemiBold, sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}

.payment__help {
  border-radius: 20px;
  padding: 22px 20px 30px 20px;
  border: 2px solid var(--color-grey-89, #e3e3e3);
}

.payment__help-text {
  font-size: 18px;
  font-family: MontserratRegular, sans-serif;
  max-width: 236px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 23px;
}
.payment__btn--admin {
  background-color: #d1444e;
  border: 1px solid #d1444e;
}

.payment__btn--telegram {
  border: 1px solid #3a9cff;
}

@media (min-width: 480px) {
  .form {
    max-width: 480px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .f-button {
    background-color: transparent;
    color: #000;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 22px;
  }
  .payment__title {
    font-size: 17px;
  }
  .payment__header {
    background-color: #d8ebff;
  }
  .main {
    padding-top: 30px;
  }
  .payment__card-number {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .payment__card-amount {
    font-size: 18px;
  }
  .payment__card-type {
    font-size: 17px;
  }
  .payment__card-name {
    font-size: 14px;
  }
}
