body {
  font-family: Vazirmatn !important;
  /* background: linear-gradient(135deg, #0451C8, #A0C3F8); */

  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  margin: 48px 0;
  padding: 30px 16px;
  display: flex;
  flex-direction: row;
  align-items: top;
  justify-content: center;
  /* max-width: 700px; */
  min-height: 370px;
  border-radius: 27px;
  border: 1px solid #000;

  background: linear-gradient(
    109deg,
    rgba(201, 201, 201, 0.8) 1.57%,
    rgba(196, 196, 196, 0.1) 100%
  );

  backdrop-filter: blur(30px);
}

.form {
  text-align: right;
  /* padding: 30px; */
}
.step {
  display: none;
}
.question {
  border-radius: 20px;
  margin-top: 20px;
  /* border-radius: 30.538px;
  border: 5.09px solid #28574e;
  background: rgba(26, 188, 156, 0.05);
  backdrop-filter: blur(25.448572158813477px); */
}
.radio-container {
  display: inline-block;
  position: relative;
}
.square-radio {
  opacity: 0;
  position: absolute;
}
.radio-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border: 1px solid #000;
  cursor: pointer;
}
.square-radio:checked + .radio-label::before {
  background-color: #8b8b8b;
}
.next {
  font-family: Vazirmatn !important;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  padding: 5px 30px;
  min-width: 400px;
  margin-top: 20px;
  border-radius: 4px;
  background: linear-gradient(90deg, #000 0%, #666 100%);
  box-shadow: 0 2px 2px 2px rgba(204, 204, 204, 0.1);
  cursor: pointer;
}
.input {
  padding: 10px 10px;
  margin: 10px 0 10px 0;
  text-align: right;
  font-size: 17px;
  min-width: 96%;
  font-family: Vazirmatn !important;
  border: 1px solid #0000005c;
  border-radius: 8px;
  /* box-shadow: 0px 2px 2px 2px rgba(204, 204, 204, 0.1); */
}
input::placeholder {
  color: #cccccc;
  text-align: right;
  font-family: Vazirmatn;
  /* font-weight: lighter; */
  font-size: 18px;
  line-height: 26px;
}

form label {
  text-align: right;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0;
}

.form__submit {
  font-family: Vazirmatn !important;
  border-radius: 10px;
  border: none;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  padding: 10px 30px;
  min-width: 100%;
}
h2 {
  color: #000000;
  text-align: right;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
}
h3 {
  color: var(#343d42);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 120% */
  margin-bottom: 30px;
}

.btns {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.btn {
  border: none;
  background-color: #94aaa6;
  color: white;
  border-radius: 100%;
  padding: 4px 12px;
  font-size: 24px;
}
.hrs {
  background-color: #94aaa6;
  flex-grow: 1;
  height: 4px;
}

.btn.active {
  background-color: #28574e;
}

.hrs.active {
  background-color: #28574e;
}
.closebtn {
  border-radius: 4px;
  background: #000;
  box-shadow: 0px 2px 2px 2px rgba(204, 204, 204, 0.1);
  font-family: Vazirmatn !important;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  padding: 10px;
  min-width: 80%;
  margin-top: 30px;
}
.items {
  display: inline-block;
  transform: translateY(-5px);
}
.right__h3 {
  color: white;
  font-size: 50px;
  font-weight: 600;
}

.right__p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.image {
  margin-top: 100px;
  align-self: center;
  height: 110px;
  width: 261px;
}
a {
  text-decoration: none;
  display: inline-block;
  min-width: 50%;
}

.container-tks {
  margin: 48px auto;
  padding: 8px 16px;
  border-radius: 16px;
  /* display: flex; */
  /* flex-direction: row; */
  /* min-height: 700px; */
  align-items: top;
  justify-content: center;
  background-color: white;
  max-width: 700px;
  min-height: 500px;
}

.bigviolet {
  font-size: 56px;
  margin-bottom: 1px;
  font-weight: 700;
  color: #843e71;
}

h4 {
  color: var(#343d42);
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 8px;
}

.bigsuccess {
  color: var(#843e71);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 8px;
}

.right-hr {
  max-width: 30%;
  margin-right: 0;
}
.h4_form {
  font-size: 16px;
}

@media (max-width: 600px) {
  .next {
    min-width: 200px;
  }
  .container {
    margin: 8px;
  }
  .container-tks {
    margin: 8px;
  }
  .bigviolet {
    font-size: 32px;
  }
  .bigsuccess {
    font-size: 28px;
  }
}
