@import url(../fonts/pelak/pelak.css);
@import url(../fonts/IRANYekanXFaNum/IRANYekanXFaNum.css);

/*================================ general ================================*/
*,
html {
  scroll-behavior: smooth !important;
}
body {
  background: #fff;
  overflow-x: hidden;
  font-family: "IRANYekanXFaNum";
}
* {
  direction: rtl;
}
.mobile {
  display: none;
  
}
section {
  padding: 0;
}
.swiper {
  height: fit-content;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
p {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-group {
  margin: 0;
  text-align: center;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  /* 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;
}

.less,
.more {
  display: none;
}
section,
.modal {
  direction: rtl;
}

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.container {
  max-width: 1200px;
}

/*============== callToAction and it's hover ==================*/
.callToAction {
  background: #fe9559;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 170%;
  padding: 10px 30px;
  border: none;
  transition: all 0.7s;
  text-align: center;
  text-align-last: center;
  animation: vibrate 2s ease 0s infinite normal forwards;
}
.callToAction:hover {
  background: #fe9559;
  color: #fff;
}

@keyframes vibrate {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/*================================ section-title ================================*/
.section_title {
  font-family: "pelak";
  font-weight: 1000;
  font-size: 24px;
  line-height: 150%;
  color: #4051e7;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 8px;
}
.section_subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 146%;
  color: #2a2727;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 35px;
}

/*================================ introduction ================================*/
#introduction .content {
  align-items: center;
}
#introduction .content .right {
  text-align: right;
  text-align-last: right;
}
#introduction .right .title {
  font-family: "pelak";
  color: #2a2727;
  font-weight: 1000;
  font-size: 26px;
  line-height: 150%;
  margin: 0 0 12px;
  text-align: right;
  text-align-last: right;
}
#introduction .right .title strong {
  color: #4051e7;
}
#introduction .right .subtitle {
  font-family: "pelak";
  color: #2a277;
  text-align: right;
  text-align-last: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 146%;
  margin: 0 0 53px;
}
#introduction .right .caption {
  color: #2a2727;
  font-weight: 300;
  font-size: 16px;
  line-height: 236.1%;
  margin: 0;
  text-align: right;
  text-align-last: right;
}
#introduction .right .caption strong {
    font-weight: 700;
    
}
#introduction .right .btn_group {
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#introduction .right .callToAction {
  margin: 0 0 0 18px;
}
#introduction .description_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#introduction .description_box .description {
  margin-left: 24px;
  text-align: center;
  text-align-last: center;
  color: #4051e7;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}
#introduction .description_box .description_img {
  margin: 0 auto 4px;
}
#introduction .description_box .description_name {
  color: #4051e7;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  margin: 0 auto;
}
#introduction .description_box .description:last-child {
  margin-left: 0;
}
#introduction .left {
  text-align: left;
}

/*================================ properties ================================*/
#properties {
  padding: 123px 0 177px;
}
#properties .section_subtitle {
    max-width: 38%;
}
#properties .content_box {
  min-height: 270px;
  background: #f4f5fe;
  border-radius: 18px;
  text-align: right;
  text-align-last: right;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
#properties .content > div:nth-child(-n + 4) {
  margin-bottom: 20px;
}
#properties .content_box .property_img {
  margin: 0;
}
#properties .content_box .title {
  font-family: "pelak";
  color: #2a2727;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
  text-align-last: right;
  margin: 0 0 5px;
}
#properties .content_box .caption {
  color: #747474;
  font-weight: 300;
  font-size: 16px;
  line-height: 146%;
  text-align: right;
  text-align-last: right;
  margin: 0;
}

/*================================ types ================================*/
#types .content {
  align-items: center;
  margin: 0 auto;
  max-width: 95%;
}
#types .content .left {
  text-align: left;
  text-align-last: left;
}
#types .title {
  font-family: "pelak";
  color: #2a2727;
  font-weight: 1000;
  font-size: 24px;
  line-height: 150%;
  text-align: right;
  text-align-last: right;
  margin: 0 0 36px;
}
#types .content_box {
  background: #fafafa;
  border-radius: 8px;
  padding: 22px 18px;
}
#types .content_box:first-child {
  margin-bottom: 18px;
}
#types .content_box:last-child {
  margin-bottom: 38px;
}
#types .subtitle {
  font-family: "pelak";
  color: #2e2e2f;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: right;
  text-align-last: right;
  margin: 0 0 6px;
  position: relative;
  padding-right: 30px;
}
#types .subtitle::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/arrow_left.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 1px;
}
#types .caption {
  color: #7d7878;
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
  text-align: right;
  text-align-last: right;
  margin: 0;
}

/* new style */
/*================================ header ================================*/

header {
  padding: 25px 0;
  font-family: "pelak";
}
header .content {
  background: #f4f5fe;
  border-radius: 18px;
  padding: 14px 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .right,
header .right ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/*header .right li:first-child a {*/
/*        -webkit-text-stroke: 2px #000;*/
/*}*/
header .zypad_logo {
  margin-left: 42px;
}
header ul li a {
  color: #2a2727;
  font-size: 18px;
  font-weight: 400;
  line-height: 146%;
  margin-left: 32px;
  text-align: right;
  text-align-last: right;
}
header ul li:last-child {
  margin-left: 0;
}
header ul li a:hover {
  font-weight: 700;
  color: #000;
}
header .submit_btn {
  color: #4051e7;
  font-size: 16px;
  font-weight: 500;
  line-height: 146%;
  display: flex;
  align-items: center;
}
header .submit_btn .arrow_left {
  margin-right: 6px;
}

/*================================ bank_cards ================================*/
#bank_cards {
  padding: 190px 0 130px;
}
#bank_cards .content {
  background-image: linear-gradient(to bottom right, #0049f8, #019afb);
  border-radius: 18px;
  padding: 15px 24px 15px 73px;
  align-items: center;
}
#bank_cards .content .right {
  text-align: center;
  text-align-last: center;
}
#bank_cards .content .title {
  font-family: "pelak";
  color: #fff;
  font-weight: 1000;
  font-size: 24px;
  line-height: 150%;
  text-align: right;
  text-align-last: right;
  margin: 0 0 8px;
}
#bank_cards .content .subtitle {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 146%;
  text-align: justify;
  text-align-last: right;
  margin: 0 0 40px;
}
#bank_cards .content .cards_swiper {
  margin-bottom: 11px;
}
#bank_cards .content .card_img {
  height: 300px;
  border-radius: 18px;
}
#bank_cards .swiper-slide-shadow,
#bank_cards .swiper-slide-shadow-left,
#bank_cards .swiper-slide-shadow-right {
  display: none;
}

/*================================ register ================================*/
#register .content {
  align-items: center;
  max-width: 65%;
  margin: 0 auto;
}
#register .content .right {
  text-align: center;
  text-align-last: center;
}
#register .content .left .title {
  color: #000000;
  font-size: 24px;
  font-weight: 1000;
  text-align: right;
  text-align-last: right;
  line-height: 190%;
  margin: 0;
}
#register .content .main_title_box {
  margin-bottom: 16px;
}
#register .content .title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#register .content .title_box .zypad_logo {
  margin: 0 8px;
}
#register .content_box .link_box {
  border-radius: 1000px;
  border: 1px solid #dddddd;
  padding: 9px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 218px;
  margin-bottom: 8px;
}
#register .content_box .source_name {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  text-align-last: right;
  line-height: 190%;
  margin: 0;
}
#register .content_box .col-6 {
  padding: 0 8px;
}
#register .content_box .col-6:nth-child(-n + 2) {
  margin-bottom: 8px;
}

/*================================ faq ================================*/
#faq {
  padding: 110px 0;
}
#faq .section_title {
    color: #2A2727;
    margin-bottom: 32px;
}
#faq .title {
  font-family: "pelak";
  font-weight: 1000;
  font-size: 24px;
  line-height: 150%;
  color: #2a2727;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 32px;
}
#faq .accordion {
  max-width: 70%;
  margin: 0 auto;
}
#faq .accordion-item {
  border: none;
  background: #fafafa;
  border-radius: 8px;
  margin: 0 0 18px;
}
#faq .accordion-item:last-child {
  margin-bottom: 0;
}
#faq .accordion-header {
  margin: 0;
}
#faq .accordion-button {
  border: none;
  background-color: #fafafa;
  border-radius: 0;
  color: #151618;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  border-radius: 8px;
  padding: 18px 30px;
  text-align: right;
  text-align-last: right;
}
#faq .accordion-button:not(.collapsed) {
  font-weight: 700;
  background-color: #fafafa;
  box-shadow: none;
}
#faq .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
#faq .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#faq .accordion-item:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#faq .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#faq .accordion-item:last-of-type {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#faq .accordion-body {
  color: #151618;
  font-weight: 300;
  font-size: 16px;
  line-height: 236.1%;
  text-align: justify;
  text-align-last: right;
  padding: 0 30px 23px 0;
  max-width: 90%;
}
#faq .accordion-button::after {
  width: 34px;
  height: 34px;
  border: 2px solid #292d32;
  border-radius: 35%;
  background-image: url(../images/arrow_down.png);
  background-size: auto;
  background-position: center;
  position: absolute;
  left: 23px;
}
#faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow_down.png);
  transform: rotate(-180deg);
}

/*================================ footer ================================*/
footer {
  padding: 56px 0 43px;
  background: #4051e7;
  color: #fff;
}
footer .zypad_logo {
  margin-bottom: 20px;
}
footer .caption {
  text-align: justify;
  text-align-last: right;
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
  margin: 0 0 35px;
  max-width: 80%;
}
footer .content .row {
  justify-content: space-between;
}
footer .content .title {
  font-family: "pelak";
  color: #fff;
  text-align: right;
  text-align-last: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 1000;
  margin: 0 0 24px;
}
footer .content ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 12px;
}
footer .content ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .content .footer_img {
  margin: 0 0 0 12px;
}
footer .content .row .left .social_box {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .content .social_box img {
  margin: 0 9px;
  transition: all 0.7s;
}
footer .content .social_box img:hover {
  margin-top: -10px;
  transition: all 0.7s;
}

header.sticky {
     position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f4f5fe;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
}
#register h3 {
    font-size: 18px;
    margin: 20px 0;
    font-weight: 600;
}
#register h3 span {
    color: #ff0000;
}