@import url(../fonts/iranYekan/iranYekan.css);
/*=========================== general =====================*/
:root {
  --main-color: #2d763f;
}
*,
html {
  scroll-behavior: smooth !important;
}

body {
  background: #fff;
  overflow-x: hidden;
  font-family: "iranYekan";
}

* {
  direction: rtl;
}
img {
  max-width: 100%;
}
p {
  margin: 0;
}
section {
  padding: 0;
  margin-bottom: 120px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.mobile {
  display: none;
}
.form-group {
  margin: 0;
  text-align: center;
}

.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;
}

.result {
  text-align: center;
  text-align-last: center;
  color: green;
}

.success-submit {
  color: greenyellow;
  text-align: center;
}

.success {
  color: greenyellow;
}

#confirm-error {
  width: 100%;
}

.input_code.valid {
  color: #000;
  border: 1px solid #525252;
}

.less,
.more {
  display: none;
}

section,
.modal {
  direction: rtl;
}
.box_shadow {
  box-shadow: 0px 0px 42px 0px rgba(117, 117, 117, 0.12);
}
.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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 ==================*/
.custom_btn {
  width: fit-content;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid var(--main-color);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-align: center;
}
.callToAction {
  background: var(--main-color);
  color: #fff;
  padding: 9px 21px;
}

.callToAction:hover {
  background: var(--main-color);
  color: #fff;
}

.callToAction2 {
  background: transparent;
  color: var(--main-color);
  padding: 9px 15px;
}

.callToAction2:hover {
  background: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

/*================================ header ================================*/
.stickyHeader {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
}
header {
  position: fixed;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
}
header .content {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
}
header .content > div,
header .content ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
header .content .right .logo_img {
  max-width: 78px;
  margin-left: 32px;
}
header .content .right .title {
  color: var(--main-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  margin-left: 24px;
  text-align: right;
  text-align-last: right;
}
header .content .right ul li {
  margin-left: 24px;
}
header .content .right ul li a {
  color: #7c8790;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  text-align-last: right;
}
header .content .right ul li a:hover {
  color: var(--main-color);
}
header .content .right ul li:last-child {
  margin-left: 0;
}

header .content .left .callToAction {
  margin-right: 8px;
}

header.stickyHeader {
  display: block;
}

/*================================ section-title ================================*/
.section_title {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #434343;
  text-align: center;
  text-align-last: center;
  margin: 0 auto 12px;
}

.section_caption {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #6c6c6c;
  text-align: center;
  text-align-last: center;
  margin: 0 auto;
}

/*================================ introduction ================================*/
#introduction {
  background-image: url(../images/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 700px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding-top: 170px;
}
#introduction .side_img {
  position: absolute;
}
#introduction .side_img.lt {
  left: 0;
  bottom: 100px;
}
#introduction .side_img.lb {
  left: 236px;
  bottom: 130px;
}
#introduction .side_img.rt {
  right: 9%;
  top: 120px;
}
#introduction .side_img.rt2 {
  right: 170px;
  top: 380px;
}
#introduction .side_img.bottom_img {
  right: 0;
  bottom: 0px;
}
#introduction .side_img.table_bg {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
#introduction .content {
  text-align: center;
}
#introduction .title {
  color: #343b46;
  font-weight: 700;
  font-size: 32px;
  line-height: 160%;
  margin: 0 auto 16px;
  text-align: center;
  text-align-last: center;
}
#introduction .caption {
  color: #59656f;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto 40px;
  text-align: justify;
  text-align-last: center;
  max-width: 55%;
}
#introduction .btn_box {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
#introduction .btn_box .callToAction {
  margin-right: 4px;
}
#introduction .btn_box .callToAction2 {
  margin-left: 4px;
}
#introduction .bottom_box {
  position: absolute;
  width: 100%;
  height: 128px;
  bottom: -60px;
  left: 0;
  z-index: 10;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #fff,
    \rgba(255, 255, 255, 0)
  );
}
/*================================ properties ================================*/
#properties {
  padding: 32px 0;
}
#properties .section_caption {
  margin: 0 auto 42px;
}
#properties .row {
  max-width: 95%;
}
#properties .content_box {
  background: #fff;
  border-radius: 12px;
  text-align: right;
  text-align-last: right;
  padding: 12px;
  border: 1.5px solid #ecedef;
  transition: 0.3s;
}
#properties .content_box .img_box {
  background: transparent;
  border: 2px solid #ecedef;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 16px;
  text-align: center;
  width: fit-content;
}
#properties .content_box .property_img {
  margin-bottom: 16px;
}
#properties .content_box .title {
  color: #434343;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  text-align-last: right;
  margin-bottom: 8px;
}
#properties .content_box .caption {
  color: #7c8790;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  text-align-last: right;
}
#properties .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;
}
#properties .content_box:hover .img_box {
  background: #d6e5d9;
  border: 2px solid #fff;
}
#properties .content_box:hover svg path {
  fill: #1e4f2a;
}
/* hover */
#properties .content_box:hover {
  background: #f7faf7;
  border: 1.5px solid #d8e6de;
}
#properties .content_box:hover .title {
  color: #1e4f2a;
}

/*================================ advantages ================================*/
#advantages {
  padding: 80px 0;
}
#advantages .row {
  align-items: center;
  max-width: 88%;
}
#advantages .section_title {
  margin: 0 0 12px;
  text-align: right;
  text-align-last: right;
}
#advantages .section_caption {
  margin: 0 0 32px;
  text-align: right;
  text-align-last: right;
}

#advantages .caption {
  color: #384551;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 32px;
  text-align: justify;
  text-align-last: right;
}

#advantages .content .right {
  position: relative;
  text-align: center;
}

#advantages .content .right .advantages_img {
  margin: 0 auto;
}
#advantages .content .right .side_img {
  position: absolute;
}
#advantages .content .right .side_img.side_r {
  right: 0;
  top: -130px;
}
#advantages .content .right .side_img.side_l {
  left: 0;
  top: 0;
}

/*================================ customers ================================*/

#customers .content {
  text-align: center;
}
#customers .section_title {
  margin: 0 auto 12px;
}
#customers .section_caption {
  margin: 0 auto 42px;
}
#customers .img_box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 75%;
  margin: 0 auto;
}

/*================================ membership ================================*/
#membership {
  padding: 24px 0;
}
#membership .content {
  max-width: 78%;
}
#membership .right .inner_content {
  background-image: url(../images/membership_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 14px;
  text-align: center;
  padding: 153px 14px 12px 14px;
}
#membership .right .logo_img {
  margin: 0 auto 18px;
  filter: brightness(100);
}
#membership .right .inner_title {
  margin: 0 auto 112px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  text-align-last: center;
}
#membership .info_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#membership .info_box .inner_info {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  width: 148px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#membership .info_box .inner_info a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#membership .info_box .inner_info:nth-child(2) {
  margin: 0 4px;
}
#membership .info_box .inner_info p {
  color: #374350;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  text-align-last: center;
}
#membership .left .inner_content {
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 22px 24px;
}
#membership .section_title {
  margin: 0 auto;
}
#membership .section_caption {
  margin: 0 auto 16px;
}
#membership .callToAction {
  width: 100%;
  margin: 0 auto 16px;
  padding: 11px 21px;
}

#membership .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#membership .btn_box a {
  width: 167px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 6px 0;
}
#membership .btn_box a:first-child {
  margin-left: 8px;
}
#membership .btn_box span {
  font-size: 16px;
  font-weight: 400;
  color: #434343;
}
/*  forms styles */
#subscribers {
  margin-bottom: 0;
  text-align: center;
}

#membership .form .form-group {
  min-height: 61px;
  width: 100%;
  position: relative;
  text-align: right;
  text-align-last: right;
}

#membership .form .form-group label.error {
  margin: 0;
  color: #b10000;
  font-size: 10px;
}

#membership .form .form-control {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ecedef;
  height: 40px;
  width: 100%;
  color: #000 !important;
  padding: 0 13px;
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  text-align-last: right;
}

#membership .form .form-control::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  font-size: 14px;
}

#membership .form .form-control:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  font-size: 14px;
}

#membership .form .form-control::-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 300;
  font-size: 14px;
}

#membership .form .form-control::placeholder {
  color: #a3a3a3;
  font-weight: 300;
  font-size: 14px;
}
#membership .icon_box {
  width: 40px;
  height: 40px;
  border-radius: 1000px;
  border: 1px solid #fff6d6;
  display: flex;
  align-items: center;
  justify-content: center;
}
#membership .icon_box path {
  fill: #fdc500;
}
/* ============ form.step2 styles ============ */
#membership .form {
  min-height: 306px;
}
.form.step2 {
  display: none;
  align-items: center;
  justify-content: center;
}

/*================================ testimonial ================================*/
#testimonial {
  position: relative;
  background: #faf4e5;
  padding: 80px 0;
}
#testimonial .bottom {
  position: absolute;
  width: 100%;
  height: 128px;
  bottom: -60px;
  left: 0;
  z-index: 10;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #fff,
    \rgba(255, 255, 255, 0)
  );
}
#testimonial .section_title {
  margin: 0 auto 12px;
}
#testimonial .section_caption {
  margin: 0 auto 64px;
}
#testimonial .swiper-wrapper {
  height: fit-content;
  padding: 50px 0 100px;
}
.testimonial_Swiper .slide_content {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  filter: blur(5px);
}
.testimonial_Swiper .slide_content .user_box p {
  white-space: nowrap;
}
.testimonial_Swiper .slide_content .right {
  margin-left: 16px;
  text-align: right;
  text-align-last: right;
}
.testimonial_Swiper .slide_content .user_img {
  margin-bottom: 15px;
}

.testimonial_Swiper .slide_content .right .user_name {
  font-size: 14px;
  font-weight: 700;
  color: #384551;
}
.testimonial_Swiper .slide_content .right .user_position {
  font-size: 12px;
  font-weight: 400;
  color: #646e78;
}
.testimonial_Swiper .slide_content .testimonial_icon {
  margin-bottom: 12px;
}
.testimonial_Swiper .slide_content .caption {
  font-size: 16px;
  font-weight: 300;
  color: #384551;
  text-align: justify;
  text-align-last: right;
}
.testimonial_Swiper .swiper-slide.swiper-slide-active {
  transition: 1s;
  transform: scale(1.15);
  z-index: 10;
}
.testimonial_Swiper .swiper-slide.swiper-slide-active .slide_content {
  filter: none;
}
/* button-next , button-prev */
/* .testimonial_Swiper .swiper-button-next,
.testimonial_Swiper .swiper-button-prev {
  bottom: 0;
  top: unset;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
} */

.testimonial_Swiper .swiper-button-next:after,
.testimonial_Swiper .swiper-button-prev:after {
  content: "" !important;
}

.testimonial_Swiper .swiper-button-prev {
  right: 40% !important;
}

.testimonial_Swiper .swiper-button-next {
  left: 40% !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* pagination */
.testimonial_Swiper .swiper-pagination {
  bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.testimonial_Swiper .swiper-pagination .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.testimonial_Swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-color);
}

/*================================ faq ================================*/
#faq {
  padding: 80px 0;
}

#faq .section_caption {
  margin: 0 auto 64px;
}
#faq .accordion {
  border-radius: 16px;
  padding: 16px;
  margin: 0 auto;
  max-width: 75%;
}
#faq .accordion-item {
  border: 1px solid #ecedef;
  background: transparent;
  border-radius: 14px;
  margin: 0 0 12px;
}
#faq .accordion-item:last-child {
  margin-bottom: 0;
}

#faq .accordion-header {
  margin: 0;
}

#faq .accordion-button {
  border: none;
  background-color: transparent;
  border-radius: 0;
  color: #384551;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  border-radius: 14px;
  padding: 24px;
  text-align: right;
  text-align-last: right;
}

#faq .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#faq .accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#faq .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

#faq .accordion-item:first-of-type {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

#faq .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

#faq .accordion-item:last-of-type {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

#faq .accordion-body {
  color: #646e78;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  text-align-last: right;
  padding: 0 24px 24px;
}

#faq .accordion-button::after {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-image: url(../images/arrow_down.png);
  background-size: auto;
  background-position: center;
  position: absolute;
  left: 24px;
}

#faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow_down.png);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*================================ footer ================================*/
footer {
  padding: 80px 0;
  background: #fafafa;
}
footer .content .row {
  justify-content: space-between;
}
footer .avishe_logo {
  max-width: 78px;
  margin-bottom: 12px;
}
footer .caption {
  color: #384451;
  text-align: justify;
  text-align-last: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 12px;
  max-width: 95%;
}

footer .content .title {
  color: #838b93;
  text-align: right;
  text-align-last: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 16px;
}
footer .content ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 16px;
}
footer .content ul li a {
  color: #384451;
  font-size: 14px;
  font-weight: 400;

}
footer .social_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .social_box a {
  margin-right: 12px;
}
footer .social_box a:first-child {
  margin-right: 0;
}
footer .icon_box {
  width: 38px;
  height: 38px;
  border-radius: 1000px;
  border: 1px solid #d9e5dc;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .left .icon_box {
  margin-left: 12px;
}
footer .right .icon_box path {
  fill: var(--main-color);
}
footer .subtitle {
  color: #384451;
  text-align: right;
  text-align-last: right;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
footer .subtitle span {
  margin: 0 3px;
}
footer .left ul li {
  display: flex;
  align-items:  center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
footer .left ul li:last-child {
  margin-bottom: 0;
}
footer .left ul li:first-child {
      align-items:  flex-start;
}
footer .left ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .left .icon_box {
  height: 40px;
  width: 40px;
}

.copyright {
  width: 100%;
  background: #faf4e5;
  color: #384451;

  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-align-last: center;
}

.slider {
  overflow: hidden;
  width: 100%;
  direction: ltr; /* مهم برای ردیف اول */
}

.slider-track {
  display: flex;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}

.slider-track.reverse {
  margin-top: 12px;
  animation: scroll-right 60s linear infinite;
}

.slider-track img {
  height: 303px;
  object-fit: cover;
  flex-shrink: 0;
  margin-left: 10px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
