@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,regular,500,600,700,800,300italic,italic,500italic,600italic,700italic,800italic);
@import url(../../styles/navbar.css);
@import url(../../styles/footer.css);
@import url(../../styles/app.css);
* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
}
.-howitem__icon {
  width: 48px !important;
  height: 48px !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.button {
  padding: 8px 24px;
  color: white;
  background-color: #ff7528;
  border-radius: 12px;
  border: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.button:hover {
  background-color: #017cff;
}

.main {
  display: flex;
  background: #f4f4f4;

  flex-direction: column;
}

.pt72 {
  padding-top: 72px !important;
}
.pt24 {
  padding-top: 24px;
}

.title {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
}

.title2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: left;
}

.subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: left;
  margin: 0 !important;
}

.condition {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.condition__title {
  text-align: center;
}

.condition__row {
  gap: 20px;
  justify-content: center;
}
.condition__column {
  padding: 0 !important;
  width: 248px !important;
  border: 2px;
  border-radius: 20px;
  transition: calc(0.5s);
}
.condition__column:hover {
  border: 2px;
  box-shadow: 2px 2px 10px #017cff33, -2px -2px 10px #017cff33;
  transition: calc(0.5s);
}

.item-condition {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
  background-color: white;
  padding: 24px;
  border-radius: 20px;
  height: 100%;
}

.item-condition__icon {
  width: 48px;
  height: 48px;
}

.item-condition__title {
}

.item-condition__subtitle {
}

.docs {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.docs__title {
  text-align: center;
}

.docs__row {
}

.justify-content-center {
}

.docs__column {
  width: 636px !important;
  background-color: white;
  border-radius: 24px;
  padding: 0 !important;
}

.item-docs {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}

.-howitem__icon {
}
.item-docs__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.item-docs__title {
  margin: 0;
}

.item-docs__subtitle {
  margin: 0;
}
.newBg {
  position: relative;
  padding-top: 150px !important;
  box-sizing: border-box !important;
}
.new {
}
.new__body {
  position: relative;
  box-sizing: border-box !important;

  color: white;
  /* padding: 48px 48px 28px 48px; */
  height: 400px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new__header {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
}
.item-new {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  max-width: 832px !important;
}
.item-new_title {
  margin: 0 !important;

  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;
}

.item-new_subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 420px !important;
}

.new__body_image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.new__body_image2 {
  display: none;
}
.new__body_footer {
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  opacity: 90%;
  max-width: 765px;
}

.free {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.free__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.free__title {
  text-align: center;
  margin: 0;
}

.free__subtitle {
  text-align: center;
}

.free__row {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 24px;
}

.free__column {
  max-width: 648px;
  max-height: 412px;
  border-radius: 20px;
}

.become {
}
.become__body {
  padding: 32px !important;
  background-color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 125px;
  max-width: 1140px;
  margin: auto;
  justify-content: space-between;
}
.become__leftside {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.become__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}
.become__subtitle {
}
.become__button {
  padding: 13.5px 24px;
  background-color: #ff7528;
  border-radius: 12px;
  border: none;
  width: max-content;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
}

.become1 {
  padding-top: 72;
}
.become1__body {
  padding: 35px !important;
  background-color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  height: 145px;
  margin: auto;
}
.become1__leftside {
  display: flex;
  align-items: center;
  gap: 20px;
}

.become1__leftside-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.become1__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}
.become1__subtitle {
}
.become1__button {
  padding: 13.5px 24px;
  background-color: #ff7528;
  border-radius: 12px;
  border: none;
  width: max-content;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
}

.bright {
}

.bright__body {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: auto;
}

.bright__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 641px !important;
  margin: auto;
}
.bright__title {
  text-align: center;
  margin: 0;
}

.bright__subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150% !important;
  margin: 0;
}

.bright__subtitle-span {
  font-weight: 600;
  color: black;
}

.swiper {
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
/* Стили для контейнера пагинации */
.swiper-pagination {
  bottom: 24px !important;
  left: auto !important;
  right: 24px !important;
  display: flex;
  justify-content: end;
  align-items: center;
}

.swiper-slide {
  border-radius: 20px !important;
  overflow: hidden;
}

.mob-verse {
  display: none !important;
}

.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #ff7528;
}

/* Стили для буллетов пагинации */
.swiper-pagination-bullet {
  background: #ffffff !important; /* Цвет фона буллета */
  opacity: 1 !important; /* Сделайте буллеты полностью видимыми */
  border-radius: 10px !important;
  box-shadow: 0px 4px 15px 0px #00000026 !important;
  transition: 0.3s;
  position: relative;
}



.swiper-pagination-bullet {
  width: 6px ; /* سایز کوچک اولیه */
  height: 6px ;
  border-radius: 50%;
  background: white !important;
  opacity: 0.3;
  position: relative;

}

/* Стили для активного буллета */
.swiper-pagination-bullet-active {
  background: #ff7528 !important; /* Цвет активного буллета */
  width: 24px !important; /* Ширина активного буллета */
  border-radius: 15px !important;
  overflow: hidden;
  opacity: 1;

}

.swiper-pagination-bullet-active::before {
  width: 100%;
}



/* ✅ دکمه‌ی فعال سریع پر میشه */
.swiper-pagination-bullet-active::before {
  width: 100%;
}



.bright__image {
}

.application {
}
.application__body {
  background-color: white;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 40px 62px 40px 0;
  border-radius: 20px;
}
.application__image {
}
.item-application {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
.item-application_header {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.item-application_title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;

  white-space: nowrap;
}
.item-application_subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
.item-application_form {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  width: 100%;
}
.item-application_input {
  padding: 9.5px 16px;
  outline: none;
  border: none;
  background-color: #f4f4f4;
  border-radius: 4px;
  width: 100%;
  height: 60px;
}
.item-application_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
.item-application_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.item-application_checkboxdiv {
  display: flex;
  align-items: start;
  gap: 10px;
}
.item-application_checkbox {
  margin-top: 3px;
}

input[type="checkbox"] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.2); /* FF */
  -webkit-transform: scale(1.2); /* Safari and Chrome */
  -o-transform: scale(1.2); /* Opera */
  transform: scale(1.2);
  padding: 10px;
}
.item-application_checkboxtext {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 210px;
  text-decoration: none;
  color: black !important;
}
.item-application_checkboxtext1 {
  color: #017cff;
  text-decoration: none;
}

.tradeinbg {
}
.tradein {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}
.tradein__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  max-width: 800px;
}
.tradein-title {
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 48px !important;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 !important;
}
.tradein-subtitle {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0%;
  margin: 0 !important;
  text-align: center;
}
.tradein__body {
  display: flex;
  gap: 41px;
  border-radius: 20px;
  background-color: white;
  padding: 32px !important;
  align-items: center;
  width: 100%;
}
.tradein__leftside {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 544px;
}
.tradein__leftside-title {
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 48px !important;
  margin: 0 !important;
  letter-spacing: 0%;
  white-space: nowrap;
  position: relative;
}
.tradein__col {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: space-between !important;
  height: 100% !important;
}
.tradein__content {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tradein__leftside-icon {
}
.tradein__leftside_items {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tradein__leftside_items-title {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: line height/28;
  margin: 0 !important;
  letter-spacing: 0%;
}
.tradein__leftside_items-subtitle {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22.4px !important;
  margin: 0 !important;
  letter-spacing: 0%;
}
.tradein__rightside {
  width: 640px;
}
.tradein__rightside img {
  width: 100% !important;
}
@media screen and (max-width: 1400px) {
  .tradein__body {
    gap: 10px !important;
  }
  .tradein__rightside {
    width: 470px;
  }
}
@media screen and (max-width: 1200px) {
  .tradein__rightside {
    width: 600px;
  }
  .tradein__body {
    flex-direction: column-reverse;
  }

  .tradein__leftside-title {
    white-space: wrap !important;
    text-align: center;
  }
  .free__row {
    flex-wrap: wrap;
  }

  .free__column {
    max-width: 468px;
    max-height: 332px;
    border-radius: 20px;
  }

  .application__body {
    flex-direction: column;
    align-items: center;
    padding: 40px;
  }

  .item-application_title {
    text-align: center;
    margin: auto;
  }

  .item-application_subtitle {
    text-align: center;
    margin: auto;
  }

  .become__body {
    flex-direction: column;
    gap: 20px;
  }
  .become__title {
    text-align: center;
    margin: auto;
  }

  .become__subtitle {
    text-align: center;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .condition__row {
    align-items: stretch;
  }
  .item-condition {
    height: 100%;
  }
}

@media screen and (max-width: 992px) {

    .new {
    padding: 0 !important;
  }
  .new__body {
    background-color: white;
    color: black;
    padding: 32px 0 0 0;
    border-radius: 0;
    height: auto !important;
    border-radius: 20px;
  }
  .new__body_image {
    display: none;
  }
  .new__body_image2 {
    object-fit: contain;
    margin-top: 48px;
    width: 100%;
    display: flex;
    border-radius: 0 !important;
  }
  .new__header {
    padding: 0 26px;
    align-items: center;
  }
  .item-new {
    gap: 16px;
    align-items: center;
  }
  .br1 {
    display: none;
  }
  .linear {
    display: none;
  }
  .new__body_footer {
    color: black;
    padding: 16px 14px;
  }
  .item-new_title,.item-new_subtitle {
    text-align: center !important;
  }

  .newBg {
    padding-top: 59px !important;
  }
  .new {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .new__body {
    width: 100% !important;
    border-radius: 0 !important;
  }

  .swiper-slide img {
    display: none;
  }
  .mob-verse {
    display: flex !important;
    width: 100% !important;
  }
  .become1 {
    flex-direction: column;
  }

  .become1__body {
    flex-direction: column;
    height: auto !important;
    padding: 16px !important;
    gap: 24px !important;
  }
  .become1__leftside {
    flex-direction: column;
    gap: 24px !important;
  }

  .become1__leftside-text {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px !important;
  }
  .become1__title {
    text-align: center !important;
  }
  .become1__subtitle {
    text-align: center !important;
  }

  .bright__image {
    object-fit: cover;
    min-height: 328px;
    width: 100%;
    border-radius: 20px;
  }
  .bright__title {
  }
    .new__body {
      overflow: hidden;
  }
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 768px) {
  .tradein__rightside {
    width: 358px !important;
  }
  .tradein__body {
    padding: 16px 14px !important;
  }
  .tradein {
    gap: 24px !important;
    padding: 0 16px !important;
  }
  .tradein__col {
    gap: 16px !important;
  }
  .tradein__leftside {
    gap: 16px !important;
  }
  .tradein-title {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 0%;
    text-align: center;
  }
  .tradein__leftside-title {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 0%;
    text-align: center;
  }

  .bright__subtitle {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0%;
    text-align: center;
  }
  .bright__subtitle-span {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0%;
    text-align: center;
  }
  .become1__title,.become__title {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: 0%;
    text-align: center;
  }
  .become1__subtitle {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0%;
    text-align: center;
  }
  .docs___br {
    display: none;
  }
  .application__image {
    object-fit: cover;
    max-width: 100%;
  }
  .title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
  }

  .new__header {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .item-condition {
    height: 100%;
  }
}
@media screen and (min-width: 576px) {
  .br {
    display: contents;
  }
}

@media screen and (max-width: 576px) {
  .swiper-pagination {
    justify-content: center !important;
    right: 0 !important;
  }

  .become__body {
    padding: 16px !important;
  }
  .condition,
  .docs {
    align-items: center !important;
  }
  .free,
  .condition,
  .become,
  .bright,
  .docs,
  .application {
    padding: 0 16px !important;
  }

  .condition,
  .free,
  .docs {
    gap: 24px !important;
  }
  .pt72 {
    padding-top: 48px !important;
  }
  .newBg {
  }


  .item-new_title {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    max-width: 407px !important;
    margin: 0 auto;
  }

  .item-new_subtitle {
    max-width: 400px !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: auto !important;
  }




  .item-new_title {
  }

  .title {
    width: 90%;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    margin: auto;
  }

  .condition__row {
    justify-content: center;
    width: 100% !important;
  }
  .condition__column {
    width: 100% !important;
  }
  .item-condition {
    flex-direction: row;
    align-items: center !important;
    width: 100% !important;
  }
  .docs__row {
    width: 100% !important;
  }
  .docs__column {
    width: 100% !important;
  }
  .item-docs {
  }

  .item-application_footer {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .item-application_checkboxdiv {
    width: 100%;
  }
  .br {
    display: block;
  }

  .free__column {
    max-width: auto !important;
    width: 100% !important;
    border-radius: 12.344827651977539px;
  }
  .free__subtitle {
    width: 85%;
    margin: auto;
  }
  .become__title {
    max-width: 290px !important;
    margin: auto !important;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
  }
  .bright__body {
    align-items: center;
    background-color: white;
    border-radius: 20px;
  }
  .bright__subtitle {
    margin: auto;
  }
  .bright__header {
    min-width: 100%;
    padding: 40px 14px 0 14px;
  }
  .application__body {
    padding: 40px 0 !important;
  }
  .item-application {
    padding: 0 16px !important;
  }
  .item-application_title {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
  }
}

@media screen and (max-width: 430px) {
}
