body {
  font-family: Vazirmatn !important;
  background-image: url(./background.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container {
  margin: 48px;
  margin-right: 20%;
  /* padding: 16px; */
  /* border-radius: 16px; */
  display: flex;
  flex-direction: row;
  min-height: 700px;
  align-items: center;
  /* justify-content: center; */
}

.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: #843e71;
}
.next {
  font-family: Vazirmatn !important;
  border-radius: 4px;
  border: none;
  background: #843e71;
  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;
}
.input {
  padding: 10px 10px;
  margin: 10px 0 10px 0;
  text-align: right;
  font-size: 17px;
  min-width: 96%;
  font-family: Vazirmatn !important;

  border-radius: 4px;
  border: none;
  /* 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: #843e71;
  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: #843e71;
  text-align: right;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 80% */
}
h3 {
  color: var(#343d42);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 120% */
  margin-bottom: 48px;
}

.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: #843e71;
  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;
  /* margin-right: 20%; */
  margin-top: 100px;
  /* padding: 16px; */
  /* border-radius: 16px; */
  display: flex;
  flex-direction: column;
  min-height: 700px;
  align-items: center;
  /* justify-content: center; */
}

.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;
  line-height: 36px; /* 144% */
}

.bigsuccess {
  color: var(#843e71);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 121.429% */
}

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