@import url(../fonts/iranYekan/iranYekan.css);

/*=========================== general =====================*/
*,
html {
  scroll-behavior: smooth !important;
}

body {
  overflow-x: hidden;
  font-family: "iranYekan";
}
a {
  text-decoration: none;
}
* {
  direction: rtl;
}
img {
  max-width: 100%;
}

form,
p {
  margin: 0;
}
:focus-visible {
  outline: none !important;
}
.mobile {
  display: none;
}
section {
  padding: 0;
  margin-bottom: 120px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 0s,
    color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s, color 9999s ease-in-out 0s;
  color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input:-internal-autofill-selected {
  color: #fff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#confirm-error {
  width: 100%;
}

.input_code.valid {
  color: #000;
  border: 1px solid #525252;
}

section,
.modal {
  direction: rtl;
}

.row {
  max-width: 100%;
  margin: 0 auto;
}

.step1 .form-group :is(.place_moving) {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
  color: #888888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.step1 .form-group > .place_moving {
  right: 10px;
  translate: 0 -50%;
  padding: 4px 8px;
}

.step1 .form-group > input {
  height: 56px;
  width: 220px;
  padding-right: 16px;
  border: 2px solid #888888;
  border-radius: 8px;
  background: transparent;
  color: #f9f9f9;
}

.step1 .form-group > :is(input:focus, .has-value) {
  border-color: #8f44fd;
}

.step1 .form-group > :is(input:focus, .has-value) ~ .place_moving {
  background: transparent;
  color: #151515;
  translate: 0 -50px;
}

/*============== callToAction and it's hover ==================*/
.callToAction {
  background: #005cd4;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  border: none;
  transition: 0.7s;
  padding: 9px 25px;
  text-align: center;
}

.callToAction:hover {
  background: #005cd4;
  color: #fff;
}

.callToAction2 {
  background: #fff;
  border-radius: 8px;
  color: #037fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  border: none;
  transition: 0.7s;
  padding: 9px 25px;
  text-align: center;
}

.callToAction2:hover {
  background: #fff;
  color: #037fff;
}

/*================================ header ================================*/
.stickyHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
}
header {
  background: #fff;
}
header .content {
  padding: 16.5px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
header .content .logo_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .content .logo_box .title {
  font-family: "morabba";
  color: #005cd4;
  font-weight: 700;
  font-size: 22px;
  line-height: 170%;
  margin: 0 10px 0 0;
}
header .content .information_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .phone_number {
  color: #005cd4;
  font-weight: 700;
  font-size: 18px;
  margin-right: 4px;
}
header .content .info {
  margin-right: 4px;
}
header .content .info:first-child {
  margin: 0 0 0 8px;
}
header .callToAction a {
  color: #fff;
}
header .logo_img {
  margin-left: 10px;
}
header.stickyHeader {
  display: block;
}

/*================================ section-title ================================*/
.section_title {
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  text-align: right;
  text-align-last: right;
  color: #001431;
  margin: 0 0 12px;
  position: relative;
  width: fit-content;
}
.section_title::before {
  content: "";
  display: block;
  width: 132px;
  height: 16px;
  background: #fff04b;
  border-radius: 4px;
  position: absolute;
  left: -10px;
  bottom: 0;
  z-index: -1;
}
.section_title::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #3040f1;
  position: absolute;
  left: -20px;
  bottom: 19px;
}
.section_title .line {
  display: block;
  width: 12px;
  height: 2px;
  background: #3040f1;
  position: absolute;
  right: -20px;
  bottom: 19px;
}

/*================================ introduction ================================*/
#introduction {
  padding: 50px 0;
}
#introduction .content {
  background-image: url(../images/introduction_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  position: relative;
  height: 500px;
  align-items: center;
  padding: 0 64px 0 0;
}
#introduction .title {
  font-weight: 800;
  font-size: 32px;
  line-height: 180%;
  color: #fff;
  text-align: right;
  text-align-last: right;
}
#introduction .subtitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 180%;
  color: #fff;
  text-align: right;
  text-align-last: right;
  margin: 0 0 28px;
}
#introduction .caption {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 28px;
  text-align: right;
  text-align-last: right;
}
#introduction .content .left {
  height: 100%;
  display: flex;
  align-items: center;
}
#introduction .content .left img {
  position: absolute;
  left: 0;
  max-width: 57%;
  top: 10%;
}

/*================================ about_us ================================*/
#about_us {
  padding: 64px 0;
}
#about_us .content {
  align-items: center;
}
#about_us .content .right {
  text-align: left;
}
#about_us .caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: right;
  text-align-last: right;
  color: #5c6c84;
  margin: 0 0 12px;
}
#about_us .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: right;
  text-align-last: right;
  color: #000;
  margin: 0 0 32px;
}

/*================================ carts ================================*/
#carts {
  padding: 32px 0;
}
#carts .section_title {
  margin: 0 auto 32px;
}
#carts .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
#carts .content_box {
  border-radius: 32px;
  border: 1.5px solid #3040f129;
  text-align: center;
  padding: 0 0px 24px;
  transition: 0.3s;
}
#carts .content_box:hover {
  border-color: #005cd4;
  box-shadow: 0 4px 16px #81a9ff61, 0 0 4px #6e92df;
}
#carts .content_box .title {
  color: #005cd4;
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
  text-align: center;
  text-align-last: center;
  margin: 0 auto;
}
#carts .content_box .but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#carts .content_box .but span {
  color: #8c9ade;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 0 2px;
}
#carts .content_box .property_box {
  width: 43px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
}
#carts .content_box .property_box .arrow {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*================================ reason ================================*/
#reason {
  padding: 64px 0;
}
#reason .content {
  max-width: 85%;
  align-items: center;
}
#reason .content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: right;
  text-align-last: right;
  margin-bottom: 14px;
  color: #5c6c84;
  position: relative;
  padding-right: 26px;
}
#reason .content ul li span {
  color: #005cd4;
  font-weight: 700;
}
#reason .content ul li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(../images/reason_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 5.5px;
}

/*================================ request_steps ================================*/
#request_steps {
  padding: 32px 0;
}
#request_steps .section_title {
  margin: 0 auto 32px;
}
#request_steps .steps_img {
  margin: 0 auto 16px;
  width: 100%;
}
#request_steps .steps_title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#request_steps .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  text-align-last: center;
  color: #5c6c84;
}

/*================================ membership ================================*/
#membership .content_box {
  background: #f6f8fa;
  border-radius: 32px;
  padding: 42px;
  text-align: center;
  max-width: 730px;
  margin: 0 auto;
}
#membership .section_title {
  margin: 0 auto 6px;
}
#membership .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 16px;
}
.subscribers .inp_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subscribers .inp_box .form-group {
  width: 49%;
  min-height: 70px;
  margin: 0;
  text-align: right;
  text-align-last: right;
  position: relative;
}
.form-group .error {
  font-size: 12px;
  text-align: right;
  text-align-last: right;
  color: red;
}
.subscribers .callToAction {
  width: 100%;
}
.subscribers .caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  text-align-last: center;
  color: #000;
  margin: 0 auto 10px;
}
.form-control {
  background: #fff;
  color: #000;
  height: 42px;
  border: none;
  border-radius: 8px;
  padding: 8.5px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: right;
  text-align-last: right;
}
.form-control:focus {
  color: #000;
  background: #fff;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.table_box .form-control {
  text-align: center;
  text-align-last: center;
}
.range_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.radio_btn {
  background: #fff;
  border: 1px solid #005cd4 !important;
  height: 42px;
  color: #005cd4;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  text-align-last: center;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
}

/*  forms styles */
#subscribers {
  margin-bottom: 0;
  text-align: center;
}

#membership .form .form-group {
  width: 100%;
  position: relative;
  text-align: right;
}

#membership .form .form-group label.error {
  margin: 0;
  color: #b10000;
  font-size: 12px;
}

#membership .form .form-control {
  background: rgba(54, 79, 199, 0.08);
  border-radius: 1000px;
  border: none;
  height: 47px;
  width: 100%;
  color: #414141 !important;
  padding: 0 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

#membership .form .form-control::-webkit-input-placeholder {
  color: #414141;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
}

#membership .form .form-control:-ms-input-placeholder {
  color: #414141;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
}

#membership .form .form-control::-ms-input-placeholder {
  color: #414141;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
}

#membership .form .form-control::placeholder {
  color: #414141;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.5;
}

#membership .callToAction {
  padding: 7px 32px;
}

/* ============ form.step2 styles ============ */
.form.step2 {
  /* display: none; */
  text-align: center;
}

.userInput {
  text-align: center;
  margin: 0 auto 32px;
  direction: ltr;
}

.userInput input {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 8px;
  color: #000;
  text-align: center;
  border: none;
  margin: 0 12px;
}
.userInput input:first-child {
  margin: 0 12px 0 0;
}
.userInput input:last-child {
  margin: 0 0 0 12px;
}
.step2 .callToAction {
  width: 100%;
  margin: 0 auto 12px;
}

/*================================ footer ================================*/
footer {
  background: #111651;
  padding: 16px 0;
  color: #fff;
  text-align: center;
}
footer .title {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  text-align-last: center;
}
footer .title a {
  color: #fff;
}

/*================================ table_box ================================*/
.table_box {
  background: #fff;

  border-radius: 12px;
  margin-bottom: 24px;
}
.table_box .rows {
  display: flex;
  align-items: center;
}
.table_box .head {
  background: #cad9f8;
  border-radius: 12px 12px 0 0;
}
.table_box .head .cell_box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004291;
  color: #004291;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}
.table_box .head .cell_box.numbers {
  border-radius: 0 12px 0 0;
}
.table_box .head .cell_box.unit {
  border-radius: 12px 0 0 0;
}
.table_box .rows:last-child .cell_box.numbers {
  border-radius: 0 0 12px 0;
}
.table_box .rows:last-child .cell_box.unit {
  border-radius: 0 0 0 12px;
}
.table_box .head .product_name {
  padding-right: 8px;
  justify-content: flex-start;
}
.table_box .cell_box {
  position: relative;
  border: 1px solid #e4e8ec;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #6593bf;
}
label.error {
  position: absolute;
  bottom: 3px;
  font-size: 12px;
  line-height: 1;
  color: red;
}

.table_box .numbers {
  flex: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  text-align-last: center;
  color: #677990;
}
.table_box .product_name {
  flex: 5;
}
.table_box .product_number,
.table_box .unit {
  flex: 2;
}
.table_box .product_number input,
.table_box.unit input,
.table_box .numbers {
  text-align: center;
  text-align-last: center;
}
.table_box .form-control {
  height: 52px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #6593bf;
}
.table_box .form-control::placeholder {
  text-align: center;
  text-align-last: center;
  font-size: 14px;
  font-weight: 400;
  color: #6593bf;
}
.table_box .cell_box.product_name .form-control::placeholder {
  text-align: right;
  text-align-last: right;
}
.cell_box.product_name {
  display: flex;
  justify-content: flex-start;
  text-align: right;
  text-align-last: right;
}
.cell_box.product_name .form-control {
  text-align: right;
  text-align-last: right;
}
.radio_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.radio_button {
  width: 196px;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  padding: 5.5px 0;
  border: 1px solid #005cd4;
  border-radius: 8px;
  background-color: white;
  color: #005cd4;
  cursor: pointer;
  transition: all 0.2s ease;
}
.radio_button.active {
  background-color: #005be4;
  color: white;
  border-color: #005be4;
}

.cell_box.unit {
  position: relative;
  cursor: pointer;
}

.dropdown_btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown_menu {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  z-index: 10;
  min-width: 100px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.dropdown_menu div {
  padding: 8px 12px;
  cursor: pointer;
}
.dropdown_menu div:hover {
  background-color: #f0f0f0;
}
.subscribers .callToAction2 {
  width: 100%;
  margin-bottom: 24px;
  border: 1px solid #005cd4;
  color: #005cd4;
  padding: 6px 25px;
}

/*================================ modal ================================*/
.modal-content {
  max-width: 500px;
  height: 390;
  background: #f6f8fa;
  border: none;
  border-radius: 32px;
  padding: 42px;
  margin: 0 auto;
}
.modal-body {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: center;
}

.step2 .section_title {
  margin: 0 auto 4px;
}

.false_number {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 16px;
}

.again_box {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: text;
  margin: 0 auto;
  color: #677990;
}

#smsTimer {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 10px;
}

#sendAgain {
  cursor: pointer;
  margin: 0;
  display: none;
  align-items: center;
}

/* ============ form.step3 styles ============ */
.form.step3 {
  display: none;
}
.form.step3 {
  text-align: center;
}
.form.step3 .success_img {
  margin: 0 auto 24px;
}
.form.step3 .success_title {
  font-weight: 700;
  font-size: 22px;
  line-height: 180%;
  text-align: center;
  text-align-last: center;
  margin: 0 auto;
}
.userInput input {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 8px;
  color: #000;
  text-align: center;
  border: none;
  margin: 0 12px;
}
.userInput input:first-child {
  margin: 0 12px 0 0;
}
.userInput input:last-child {
  margin: 0 0 0 12px;
}
.step2 .callToAction {
  width: 100%;
  margin: 0 auto 12px;
}
#request_steps .section_title::before,
#carts .section_title::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.instagram_icon {
  max-width: 23px;
}
.custom-input {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  color: #6593bf;
}
.custom-input {
  font-size: 12px;
}
.custom-input::placeholder {
  font-size: 10px;
  color: #6593bf;
}
.unit_custom::placeholder {
    font-size: 12px;
}
.product-error-container {
    position: relative;
    display: flex;
}