.hero-section .see-btns a:hover, .hero-section .see-btns a, .datepicker-plot-area tbody td:hover span, .datepicker-plot-area tbody td, .btn-main-blue, .forget-pass-modal .input-wrapper textarea:focus, .forget-pass-modal .input-wrapper textarea, .forget-pass-modal .input-wrapper input:focus, .forget-pass-modal .input-wrapper input {
  transition: 0.3s;
}

.packages-section .packages-wrapper > .package-item.active a, .btn-main-blue {
  color: #ffffff;
}

.faq-section .accordion-wrapper .accordion-item .accordion-button, .custom-tooltip .tooltip-inner, #toast-container .toast {
  box-shadow: none !important;
}

.packages-section .packages-wrapper > .package-item, .grid-card-section-mobile .card-item, .grid-card-section .grid-cards-wrapper .card-item, header .header-wrapper {
  box-shadow: rgba(198, 198, 198, 0.1) 0px 0px 5px 0px, rgba(198, 198, 198, 0.1) 0px 0px 1px 0px;
}

.article-section-mobile, .grid-card-section-mobile, .hamburger-menu {
  display: none;
}

.forget-pass-modal .modal-body button.btn-main-danger, .info-cooperate .start-cooperate .start-cooperate-card .card-content-coop button, .info-cooperate .hero-cooperate-info a, .faq-section .accordion-wrapper .accordion-item, .packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features, .packages-section .packages-wrapper > .package-item.item-5 .diamond-feature, .datepicker-plot-area .datepicker-navigator, .datepicker-plot-area, .btn-main-blue {
  border: 0 !important;
}

.faq-section .accordion-wrapper .accordion-item .accordion-button, .sales-section > div a, .packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features, .packages-section .packages-wrapper > .package-item.item-5 .diamond-feature, .datepicker-plot-area .datepicker-navigator, .datepicker-plot-area {
  background-color: #ffffff;
}

.modal-btns, .forget-pass-modal .modal-body .k-dropdown, .info-cooperate .start-cooperate .start-cooperate-card, .info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-percent, .info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar, .info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-info, .info-cooperate .info-cooperate-step .info-cooperate-mobile .swiper-slide, .info-cooperate .step-cooperate .tab-content .tab-wrapper, .info-cooperate .step-cooperate .tab-content, .article-details-sec .other-articles .articles-wrapper, .article-section .articles-wrapper, .packages-section .packages-wrapper > .package-item > a, .packages-section .packages-wrapper > .package-item > div > span > p, .packages-section .packages-wrapper > .package-item > div, .packages-section .packages-wrapper > .package-item, .who-works-section .who-works-card-wrapper .who-works-card > div p, .who-works-section .who-works-card-wrapper .who-works-card > div, .who-works-section .who-works-card-wrapper .who-works-card, .hero-section .hero-jadoo-logo, footer .footer-links, .offcanvas-menu .offcanvas-body, header .header-wrapper, header, .datepicker-plot-area .datepicker-navigator, .forget-pass-modal .input-wrapper textarea, .forget-pass-modal .input-wrapper input, .forget-pass-modal .input-wrapper label.has-badge, .btn-more-mobile {
  width: 100%;
}

.packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features > div, .offcanvas-menu, header .header-wrapper {
  height: 100%;
}

@keyframes opacityAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animShowHide {
  0% {
    box-shadow: 0 0px 1px 5px rgba(3, 93, 226, 0.17);
  }
  100% {
    box-shadow: 0 0px 1px 0px rgba(3, 93, 226, 0.17);
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  padding-bottom: 50px;
}

.mySwiper {
  width: 100%;
  padding-bottom: 80px;
  height: 347px;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 10;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  background-color: #e1e6ff !important;
  margin: 0 12px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3148ff !important;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  height: 313px !important;
}

.project-section-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
.project-section-header h3 {
  font-size: 28px;
  font-family: "peyda-semibold";
  color: #162431;
}
@media screen and (max-width: 991px) {
  .project-section-header h3 {
    font-size: 26px;
    margin-bottom: 30px !important;
  }
}
.project-section-header a {
  text-decoration: none;
  color: #3148ff;
  font-size: 20px;
  font-family: "IRYekan-bold";
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.btn-more-mobile {
  border: 1px solid #d4d6da;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: nowrap;
  font-size: 20px;
  font-family: "IRYekan-bold";
  color: #3148ff;
  height: 55px;
  text-decoration: none;
  margin-top: 22px;
}

.forget-pass-modal .input-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}
.forget-pass-modal .input-wrapper label {
  font-size: 14px;
  font-family: "IRYekan-medium";
  color: #162431;
}
.forget-pass-modal .input-wrapper label.has-badge {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: Center;
  gap: 0;
  flex-wrap: nowrap;
}
.forget-pass-modal .input-wrapper label.has-badge span {
  font-size: 10px;
  font-family: "IRYekan-medium-fanum";
  color: #6b7280;
}
.forget-pass-modal .input-wrapper input {
  border-radius: 5px;
  padding: 13px 15px;
  border: 1px solid #d4d6da;
  height: 50px;
  text-align: right;
  outline: 0;
  background-color: transparent !important;
  font-size: 14px;
  font-family: "IRYekan-medium-fanum";
  color: #162431 !important;
}
.forget-pass-modal .input-wrapper input::-moz-placeholder {
  font-size: 14px;
  font-family: "IRYekan-medium-fanum";
  color: #abafb7 !important;
}
.forget-pass-modal .input-wrapper input::placeholder {
  font-size: 14px;
  font-family: "IRYekan-medium-fanum";
  color: #abafb7 !important;
}
.forget-pass-modal .input-wrapper input:focus {
  border: 1px solid #abafb7 !important;
}
.forget-pass-modal .input-wrapper .input-wrapper-date {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
  position: relative;
  cursor: pointer;
}
.forget-pass-modal .input-wrapper .input-wrapper-date::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_193_1265)"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.332 2.49992H6.66536V0.833252H4.9987V2.49992H0.832031V6.04159H19.1654V2.49992H14.9987V0.833252H13.332V2.49992ZM0.832031 19.1666V7.29159H19.1654V19.1666H0.832031ZM4.16536 12.0833H6.66536V10.4166H4.16536V12.0833ZM6.66536 16.2499H4.16536V14.5833H6.66536V16.2499ZM8.7487 12.0833H11.2487V10.4166H8.7487V12.0833ZM15.832 12.0833H13.332V10.4166H15.832V12.0833ZM8.7487 16.2499H11.2487V14.5833H8.7487V16.2499Z" fill="%23ABAFB7"/></g><defs><clipPath id="clip0_193_1265"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') no-repeat;
  position: absolute;
  left: 17px;
  top: 47px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.forget-pass-modal .input-wrapper .input-wrapper-date.clock::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_193_1280)"><path d="M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17317C0.00433284 8.00043 -0.1937 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8079C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C20 7.34783 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0ZM14.3333 14.35C14.2592 14.4315 14.1697 14.4974 14.0699 14.5441C13.9702 14.5907 13.8621 14.6172 13.7521 14.6218C13.6421 14.6265 13.5322 14.6093 13.4288 14.5712C13.3255 14.5331 13.2307 14.4749 13.15 14.4L8.98334 10.6167C8.90454 10.5352 8.84321 10.4384 8.80309 10.3324C8.76297 10.2264 8.7449 10.1133 8.75 10V5.41667C8.75 5.19565 8.8378 4.98369 8.99408 4.82741C9.15036 4.67113 9.36232 4.58333 9.58334 4.58333C9.80435 4.58333 10.0163 4.67113 10.1726 4.82741C10.3289 4.98369 10.4167 5.19565 10.4167 5.41667V9.63333L14.275 13.175C14.4382 13.3233 14.536 13.5302 14.5469 13.7504C14.5579 13.9707 14.4811 14.1863 14.3333 14.35Z" fill="%23ABAFB7"/></g><defs><clipPath id="clip0_193_1280"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') no-repeat !important;
  position: absolute;
  left: 17px;
  top: 47px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.forget-pass-modal .input-wrapper textarea {
  min-height: 95px;
  border-radius: 5px;
  border: 1px solid #d4d6da;
  padding: 14px 16px;
  outline: none;
  resize: none;
}
.forget-pass-modal .input-wrapper textarea:focus {
  border: 1px solid #abafb7;
}
.forget-pass-modal .input-wrapper textarea::-moz-placeholder {
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #abafb7 !important;
}
.forget-pass-modal .input-wrapper textarea::placeholder {
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #abafb7 !important;
}

.btn-main-blue {
  background-color: #3148ff;
  border-radius: 5px;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  position: relative;
  color: transparent;
  font-size: 0 !important;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-next::after, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat !important;
  width: 30px;
  height: 30px;
  left: 0;
}
.datepicker-plot-area {
  height: auto !important;
  padding: 5px 5px;
  font-size: 12px !important;
  font-family: "IRYekan-regular" !important;
  color: #162431 !important;
  border-radius: 5px;
}
.datepicker-plot-area .datepicker-navigator {
  padding: 4px 0;
  color: #162431 !important;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev::after {
  top: 4px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none"><path fill="%230e91e9" d="M15.2 10.492l-1.97-1.97-3.21-3.21c-.68-.67-1.84-.19-1.84.77v11.84c0 .96 1.16 1.44 1.84.76l5.18-5.18c.83-.82.83-2.18 0-3.01z"></path></svg>');
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-next::after {
  top: -6px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none"><path fill="%230e91e9" d="M15.2 10.492l-1.97-1.97-3.21-3.21c-.68-.67-1.84-.19-1.84.77v11.84c0 .96 1.16 1.44 1.84.76l5.18-5.18c.83-.82.83-2.18 0-3.01z"></path></svg>');
  transform: rotate(180deg);
}
.datepicker-plot-area .header-row-cell {
  color: #3148ff !important;
}
.datepicker-plot-area tbody td span {
  border-radius: 5px !important;
  font-size: 12px !important;
}
.datepicker-plot-area tbody td:hover span {
  background-color: #3148ff;
  border-radius: 5px;
}
.datepicker-plot-area tbody td.selected span {
  text-shadow: none !important;
  background-color: #3148ff !important;
  border-radius: 5px;
}

.hero-section .see-btns a:hover, .hero-section .see-btns a, .forget-pass-modal .input-wrapper input, .forget-pass-modal .input-wrapper input:focus, .forget-pass-modal .input-wrapper textarea, .forget-pass-modal .input-wrapper textarea:focus, .btn-main-blue, .datepicker-plot-area tbody td, .datepicker-plot-area tbody td:hover span {
  transition: 0.3s;
}

.packages-section .packages-wrapper > .package-item.active a, .btn-main-blue {
  color: #ffffff;
}

.faq-section .accordion-wrapper .accordion-item .accordion-button, .custom-tooltip .tooltip-inner, #toast-container .toast {
  box-shadow: none !important;
}

.packages-section .packages-wrapper > .package-item, .grid-card-section-mobile .card-item, .grid-card-section .grid-cards-wrapper .card-item, header .header-wrapper {
  box-shadow: rgba(198, 198, 198, 0.1) 0px 0px 5px 0px, rgba(198, 198, 198, 0.1) 0px 0px 1px 0px;
}

.article-section-mobile, .grid-card-section-mobile, .hamburger-menu {
  display: none;
}

.forget-pass-modal .modal-body button.btn-main-danger, .info-cooperate .start-cooperate .start-cooperate-card .card-content-coop button, .info-cooperate .hero-cooperate-info a, .faq-section .accordion-wrapper .accordion-item, .packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features, .packages-section .packages-wrapper > .package-item.item-5 .diamond-feature, .btn-main-blue, .datepicker-plot-area, .datepicker-plot-area .datepicker-navigator {
  border: 0 !important;
}

.faq-section .accordion-wrapper .accordion-item .accordion-button, .sales-section > div a, .packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features, .packages-section .packages-wrapper > .package-item.item-5 .diamond-feature, .datepicker-plot-area, .datepicker-plot-area .datepicker-navigator {
  background-color: #ffffff;
}

.modal-btns, .forget-pass-modal .modal-body .k-dropdown, .info-cooperate .start-cooperate .start-cooperate-card, .info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-percent, .info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar, .info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-info, .info-cooperate .info-cooperate-step .info-cooperate-mobile .swiper-slide, .info-cooperate .step-cooperate .tab-content .tab-wrapper, .info-cooperate .step-cooperate .tab-content, .article-details-sec .other-articles .articles-wrapper, .article-section .articles-wrapper, .packages-section .packages-wrapper > .package-item > a, .packages-section .packages-wrapper > .package-item > div > span > p, .packages-section .packages-wrapper > .package-item > div, .packages-section .packages-wrapper > .package-item, .who-works-section .who-works-card-wrapper .who-works-card > div p, .who-works-section .who-works-card-wrapper .who-works-card > div, .who-works-section .who-works-card-wrapper .who-works-card, .hero-section .hero-jadoo-logo, footer .footer-links, .offcanvas-menu .offcanvas-body, header .header-wrapper, header, .btn-more-mobile, .forget-pass-modal .input-wrapper label.has-badge, .forget-pass-modal .input-wrapper input, .forget-pass-modal .input-wrapper textarea, .datepicker-plot-area .datepicker-navigator {
  width: 100%;
}

.packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features > div, .offcanvas-menu, header .header-wrapper {
  height: 100%;
}

@keyframes opacityAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animShowHide {
  0% {
    box-shadow: 0 0px 1px 5px rgba(3, 93, 226, 0.17);
  }
  100% {
    box-shadow: 0 0px 1px 0px rgba(3, 93, 226, 0.17);
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  padding-bottom: 50px;
}

.mySwiper {
  width: 100%;
  padding-bottom: 80px;
  height: 347px;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 10;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  background-color: #e1e6ff !important;
  margin: 0 12px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3148ff !important;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  height: 313px !important;
}

.project-section-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
.project-section-header h3 {
  font-size: 28px;
  font-family: "peyda-semibold";
  color: #162431;
}
@media screen and (max-width: 991px) {
  .project-section-header h3 {
    font-size: 26px;
    margin-bottom: 30px !important;
  }
}
.project-section-header a {
  text-decoration: none;
  color: #3148ff;
  font-size: 20px;
  font-family: "IRYekan-bold";
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.btn-more-mobile {
  border: 1px solid #d4d6da;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: nowrap;
  font-size: 20px;
  font-family: "IRYekan-bold";
  color: #3148ff;
  height: 55px;
  text-decoration: none;
  margin-top: 22px;
}

.forget-pass-modal .input-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}
.forget-pass-modal .input-wrapper label {
  font-size: 14px;
  font-family: "IRYekan-medium";
  color: #162431;
}
.forget-pass-modal .input-wrapper label.has-badge {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: Center;
  gap: 0;
  flex-wrap: nowrap;
}
.forget-pass-modal .input-wrapper label.has-badge span {
  font-size: 10px;
  font-family: "IRYekan-medium-fanum";
  color: #6b7280;
}
.forget-pass-modal .input-wrapper input {
  border-radius: 5px;
  padding: 13px 15px;
  border: 1px solid #d4d6da;
  height: 50px;
  text-align: right;
  outline: 0;
  background-color: transparent !important;
  font-size: 14px;
  font-family: "IRYekan-medium-fanum";
  color: #162431 !important;
}
.forget-pass-modal .input-wrapper input::-moz-placeholder {
  font-size: 14px;
  font-family: "IRYekan-medium-fanum";
  color: #abafb7 !important;
}
.forget-pass-modal .input-wrapper input::placeholder {
  font-size: 14px;
  font-family: "IRYekan-medium-fanum";
  color: #abafb7 !important;
}
.forget-pass-modal .input-wrapper input:focus {
  border: 1px solid #abafb7 !important;
}
.forget-pass-modal .input-wrapper .input-wrapper-date {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
  position: relative;
  cursor: pointer;
}
.forget-pass-modal .input-wrapper .input-wrapper-date::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_193_1265)"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.332 2.49992H6.66536V0.833252H4.9987V2.49992H0.832031V6.04159H19.1654V2.49992H14.9987V0.833252H13.332V2.49992ZM0.832031 19.1666V7.29159H19.1654V19.1666H0.832031ZM4.16536 12.0833H6.66536V10.4166H4.16536V12.0833ZM6.66536 16.2499H4.16536V14.5833H6.66536V16.2499ZM8.7487 12.0833H11.2487V10.4166H8.7487V12.0833ZM15.832 12.0833H13.332V10.4166H15.832V12.0833ZM8.7487 16.2499H11.2487V14.5833H8.7487V16.2499Z" fill="%23ABAFB7"/></g><defs><clipPath id="clip0_193_1265"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') no-repeat;
  position: absolute;
  left: 17px;
  top: 47px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.forget-pass-modal .input-wrapper .input-wrapper-date.clock::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_193_1280)"><path d="M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17317C0.00433284 8.00043 -0.1937 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8079C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C20 7.34783 18.9464 4.8043 17.0711 2.92893C15.1957 1.05357 12.6522 0 10 0ZM14.3333 14.35C14.2592 14.4315 14.1697 14.4974 14.0699 14.5441C13.9702 14.5907 13.8621 14.6172 13.7521 14.6218C13.6421 14.6265 13.5322 14.6093 13.4288 14.5712C13.3255 14.5331 13.2307 14.4749 13.15 14.4L8.98334 10.6167C8.90454 10.5352 8.84321 10.4384 8.80309 10.3324C8.76297 10.2264 8.7449 10.1133 8.75 10V5.41667C8.75 5.19565 8.8378 4.98369 8.99408 4.82741C9.15036 4.67113 9.36232 4.58333 9.58334 4.58333C9.80435 4.58333 10.0163 4.67113 10.1726 4.82741C10.3289 4.98369 10.4167 5.19565 10.4167 5.41667V9.63333L14.275 13.175C14.4382 13.3233 14.536 13.5302 14.5469 13.7504C14.5579 13.9707 14.4811 14.1863 14.3333 14.35Z" fill="%23ABAFB7"/></g><defs><clipPath id="clip0_193_1280"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') no-repeat !important;
  position: absolute;
  left: 17px;
  top: 47px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.forget-pass-modal .input-wrapper textarea {
  min-height: 95px;
  border-radius: 5px;
  border: 1px solid #d4d6da;
  padding: 14px 16px;
  outline: none;
  resize: none;
}
.forget-pass-modal .input-wrapper textarea:focus {
  border: 1px solid #abafb7;
}
.forget-pass-modal .input-wrapper textarea::-moz-placeholder {
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #abafb7 !important;
}
.forget-pass-modal .input-wrapper textarea::placeholder {
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #abafb7 !important;
}

.btn-main-blue {
  background-color: #3148ff;
  border-radius: 5px;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev, .datepicker-plot-area .datepicker-navigator .pwt-btn-next {
  position: relative;
  color: transparent;
  font-size: 0 !important;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev::after, .datepicker-plot-area .datepicker-navigator .pwt-btn-next::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat !important;
  width: 30px;
  height: 30px;
  left: 0;
}
.datepicker-plot-area {
  height: auto !important;
  padding: 5px 5px;
  font-size: 12px !important;
  font-family: "IRYekan-regular" !important;
  color: #162431 !important;
  border-radius: 5px;
}
.datepicker-plot-area .datepicker-navigator {
  padding: 4px 0;
  color: #162431 !important;
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev::after {
  top: 4px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none"><path fill="%230e91e9" d="M15.2 10.492l-1.97-1.97-3.21-3.21c-.68-.67-1.84-.19-1.84.77v11.84c0 .96 1.16 1.44 1.84.76l5.18-5.18c.83-.82.83-2.18 0-3.01z"></path></svg>');
}
.datepicker-plot-area .datepicker-navigator .pwt-btn-next::after {
  top: -6px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 24 24" fill="none"><path fill="%230e91e9" d="M15.2 10.492l-1.97-1.97-3.21-3.21c-.68-.67-1.84-.19-1.84.77v11.84c0 .96 1.16 1.44 1.84.76l5.18-5.18c.83-.82.83-2.18 0-3.01z"></path></svg>');
  transform: rotate(180deg);
}
.datepicker-plot-area .header-row-cell {
  color: #3148ff !important;
}
.datepicker-plot-area tbody td span {
  border-radius: 5px !important;
  font-size: 12px !important;
}
.datepicker-plot-area tbody td:hover span {
  background-color: #3148ff;
  border-radius: 5px;
}
.datepicker-plot-area tbody td.selected span {
  text-shadow: none !important;
  background-color: #3148ff !important;
  border-radius: 5px;
}

.fw-r {
  font-family: "IRYekan-regular" !important;
}

.fw-m {
  font-family: "IRYekan-medium" !important;
}

.fw-b {
  font-family: "IRYekan-bold" !important;
}

.fw-num {
  font-family: "IRYekan-medium-fanum";
}

.btn-main-blue:hover {
  background-color: #2b40e0;
  color: #ffffff;
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.h-avilable {
  height: -webkit-fill-available !important;
}

.w-avilable {
  width: -webkit-fill-available;
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.h-max {
  height: -moz-max-content !important;
  height: max-content !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ol,
ul {
  padding: 0;
  list-style: none;
  margin: 0 !important;
}

p {
  margin: 0 !important;
}

body {
  direction: rtl;
  margin: 0;
  overflow-x: hidden;
  font-family: "IRYekan-regular";
  scroll-behavior: smooth;
}

.truncate-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.truncate-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#toast-container .toast {
  background-color: #162431 !important;
  border-radius: 5px;
  width: 685px !important;
  font-size: 16px;
  font-family: "IRYekan-bold";
  color: #ffffff !important;
  opacity: 1 !important;
}
#toast-container .toast.toast-success {
  background-image: unset !important;
  position: relative;
}
#toast-container .toast.toast-success::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><mask id="mask0_331_1765" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="24" height="24"><rect x="4" y="4" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_331_1765)"><path d="M14.6 20.6L21.65 13.55L20.25 12.15L14.6 17.8L11.75 14.95L10.35 16.35L14.6 20.6ZM16 26C14.6167 26 13.3167 25.7373 12.1 25.212C10.8833 24.6873 9.825 23.975 8.925 23.075C8.025 22.175 7.31267 21.1167 6.788 19.9C6.26267 18.6833 6 17.3833 6 16C6 14.6167 6.26267 13.3167 6.788 12.1C7.31267 10.8833 8.025 9.825 8.925 8.925C9.825 8.025 10.8833 7.31233 12.1 6.787C13.3167 6.26233 14.6167 6 16 6C17.3833 6 18.6833 6.26233 19.9 6.787C21.1167 7.31233 22.175 8.025 23.075 8.925C23.975 9.825 24.6873 10.8833 25.212 12.1C25.7373 13.3167 26 14.6167 26 16C26 17.3833 25.7373 18.6833 25.212 19.9C24.6873 21.1167 23.975 22.175 23.075 23.075C22.175 23.975 21.1167 24.6873 19.9 25.212C18.6833 25.7373 17.3833 26 16 26Z" fill="white"/></g></svg>'), #162431;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
#toast-container .toast.toast-error {
  background-image: unset !important;
  position: relative;
}
#toast-container .toast.toast-error::after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><mask id="mask0_331_1765" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="24" height="24"><rect x="4" y="4" width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_331_1765)"><path d="M14.6 20.6L21.65 13.55L20.25 12.15L14.6 17.8L11.75 14.95L10.35 16.35L14.6 20.6ZM16 26C14.6167 26 13.3167 25.7373 12.1 25.212C10.8833 24.6873 9.825 23.975 8.925 23.075C8.025 22.175 7.31267 21.1167 6.788 19.9C6.26267 18.6833 6 17.3833 6 16C6 14.6167 6.26267 13.3167 6.788 12.1C7.31267 10.8833 8.025 9.825 8.925 8.925C9.825 8.025 10.8833 7.31233 12.1 6.787C13.3167 6.26233 14.6167 6 16 6C17.3833 6 18.6833 6.26233 19.9 6.787C21.1167 7.31233 22.175 8.025 23.075 8.925C23.975 9.825 24.6873 10.8833 25.212 12.1C25.7373 13.3167 26 14.6167 26 16C26 17.3833 25.7373 18.6833 25.212 19.9C24.6873 21.1167 23.975 22.175 23.075 23.075C22.175 23.975 21.1167 24.6873 19.9 25.212C18.6833 25.7373 17.3833 26 16 26Z" fill="white"/></g></svg>'), #162431;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
#toast-container .toast .toast-message {
  padding-right: 35px;
}

.custom-tooltip .tooltip-inner {
  background: #fafbff;
  height: 35px !important;
  font-size: 12px !important;
  font-family: "IRYekan-medium";
  color: #162431;
  border-radius: 5px;
  padding: 7px 21px;
  border: 1px solid #f3f3f7;
}

.custom-tooltip.bs-tooltip-top .tooltip-arrow::before,
.custom-tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.custom-tooltip.bs-tooltip-start .tooltip-arrow::before,
.custom-tooltip.bs-tooltip-end .tooltip-arrow::before {
  display: none;
}

@font-face {
  font-family: "IRYekan-light";
  src: url("../fonts/IRyekan/FaNum/YekanBakhFaNum03Light.ttf");
}
@font-face {
  font-family: "IRYekan-regular";
  src: url("../fonts/IRyekan/IRANYekanRegular.ttf");
}
@font-face {
  font-family: "IRYekan-medium";
  src: url("../fonts/IRyekan/IRANYekanMedium.ttf");
}
@font-face {
  font-family: "IRYekan-medium-en";
  src: url("../fonts/yekan-bakh/Fonts/Fa-En/Yekan Bakh Fa-En 05 Medium.ttf");
}
@font-face {
  font-family: "IRYekan-bold";
  src: url("../fonts/IRyekan/IRANYekanBold.ttf");
}
@font-face {
  font-family: "IRYekan-medium-fanum";
  src: url("../fonts/IRyekan/FaNum/YekanBakhFaNum05Medium.ttf");
}
@font-face {
  font-family: "peyda-regular";
  src: url("../fonts/Peyda/Peyda-Regular.ttf");
}
@font-face {
  font-family: "peyda-medium";
  src: url("../fonts/Peyda/Peyda-Medium.ttf");
}
@font-face {
  font-family: "peyda-semibold";
  src: url("../fonts/Peyda/Peyda-SemiBold.ttf");
}
@font-face {
  font-family: "peyda-bold";
  src: url("../fonts/Peyda/Peyda-Bold.ttf");
}
header {
  position: fixed;
  top: 34px;
  height: 55px;
  z-index: 2;
  padding-right: 63px;
  padding-left: 63px;
}
@media screen and (max-width: 1280px) {
  header {
    padding-right: 19px;
    padding-left: 19px;
  }
}
header.active {
  z-index: 1500;
}
header .header-wrapper {
  background-color: rgba(255, 255, 255, 0.42);
  padding: 7px 8px;
  padding-right: 18px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  border: 1px solid #f3f3f7;
  backdrop-filter: blur(4px);
}
@media screen and (max-width: 991px) {
  header .header-wrapper {
    padding: 0 16px;
  }
}
header .header-wrapper nav ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1280px) {
  header .header-wrapper nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 991px) {
  header .header-wrapper nav ul {
    display: none;
  }
}
header .header-wrapper nav ul li a {
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #162431;
}
header .header-wrapper .btn-main-outline {
  color: #3148ff;
  width: 128px;
  height: 41px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  border: 1px solid #3148ff;
  border-radius: 5px;
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #3148ff;
}
@media screen and (max-width: 991px) {
  header .header-wrapper .btn-main-outline {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .hamburger-menu {
    display: inline-block;
  }
}

.offcanvas-menu {
  top: 100px;
  left: 20px;
  height: 471px !important;
  width: calc(100% - 38px);
  padding-right: 20px;
  padding-top: 27px;
  padding-left: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  flex-wrap: nowrap;
}
.offcanvas-menu ul {
  margin-top: 27px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: nowrap;
}
.offcanvas-menu ul a {
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #162431;
}
.offcanvas-menu .login-canvas {
  position: absolute;
  bottom: 30px;
  height: 44px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #3148ff;
  border: 1px solid #3148ff;
  border-radius: 5px;
}
.offcanvas-menu .offcanvas-body {
  padding: 0 !important;
}
.offcanvas-menu .offcanvas-body > div {
  position: relative;
  height: 100%;
}

footer {
  background-color: #fafbff;
  padding-right: 63px;
  padding-left: 63px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 13px;
  flex-wrap: nowrap;
  padding-top: 33px;
}
@media screen and (max-width: 1280px) {
  footer {
    padding-right: 19px;
    padding-left: 19px;
  }
}
footer p {
  font-size: 14px;
  font-family: "IRYekan-medium";
  color: #4b5563;
  margin-bottom: 26px !important;
}
footer .footer-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
  flex-wrap: nowrap;
  border-top: 1px solid #d4d6da;
  padding-top: 25px;
  border-bottom: 1px solid #d4d6da;
  padding-bottom: 25px;
}
@media screen and (max-width: 1100px) {
  footer .footer-links {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .footer-links a {
  text-decoration: none;
  font-size: 14px;
  font-family: "IRYekan-medium";
  color: #6b7280 !important;
}
footer .footer-links a:last-of-type {
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  footer .footer-links a:last-of-type {
    padding: 0 !important;
  }
}
footer .footer-links a:last-of-type::after {
  content: "";
  position: absolute;
  right: -5px;
  width: 1px;
  height: 24px;
  background-color: #d4d6da;
}
@media screen and (max-width: 991px) {
  footer .footer-links a:last-of-type::after {
    display: none;
  }
}
footer .footer-bottom {
  padding-bottom: 13px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-family: "IRYekan-regular";
  color: #4b5563;
}
footer .footer-bottom a {
  text-decoration: underline !important;
  text-underline-offset: 4px;
  font-size: 12px;
  font-family: "IRYekan-regular";
  color: #4b5563;
}

.hero-section {
  background: url("../img/new-img/hero-bg.png");
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 65px;
  flex-wrap: nowrap;
}
.hero-section * {
  animation: opacityAnim 3s ease forwards unset;
}
.hero-section h2 {
  text-align: center;
  font-size: 36px;
  font-family: "peyda-semibold";
  color: #162431;
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  .hero-section h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
.hero-section .hero-jadoo-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .hero-section .hero-jadoo-logo {
    flex-direction: column;
    gap: 36px;
  }
}
.hero-section .hero-jadoo-logo p {
  font-size: 19px;
  font-family: "peyda-semibold";
  color: #162431;
}
@media screen and (max-width: 767px) {
  .hero-section .hero-jadoo-logo p {
    font-size: 16px;
  }
}
.hero-section .see-btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .hero-section .see-btns {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: nowrap;
    padding-right: 19px;
    padding-left: 19px;
    width: 100%;
    margin-top: 34px;
  }
}
.hero-section .see-btns a {
  width: 261px;
  height: 50px;
  color: #162431;
  background-color: #ffffff;
}
.hero-section .see-btns a:first-child {
  animation: scaleIt 0.5s alternate;
  animation-delay: 2s;
}
@keyframes scaleIt {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.hero-section .see-btns a {
  border: 1px solid rgba(34, 40, 49, 0.12);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  font-size: 16px;
  font-family: "IRYekan-bold";
  color: #162431;
  border-radius: 5px;
}
.hero-section .see-btns a:hover {
  background-color: #fafbff;
  border: 1px solid #e1e6ff;
}
@media screen and (max-width: 767px) {
  .hero-section .see-btns a {
    width: 100%;
  }
}
.hero-section .see-btns a {
  position: relative;
}
.hero-section .see-btns a:last-of-type::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  right: -24px;
  background-color: rgba(34, 40, 49, 0.51);
}
@media screen and (max-width: 767px) {
  .hero-section .see-btns a:last-of-type::after {
    display: none;
  }
}

.grid-card-section-mobile .card-item, .grid-card-section .grid-cards-wrapper .card-item {
  border: 1px solid #f3f3f7;
  background-color: #fafbff;
  border-radius: 12px;
  height: 100%;
  padding: 32px 27px 0;
}
@media screen and (max-width: 991px) {
  .grid-card-section-mobile .card-item, .grid-card-section .grid-cards-wrapper .card-item {
    padding: 32px 16px 0;
  }
}
.grid-card-section-mobile .card-item h2, .grid-card-section .grid-cards-wrapper .card-item h2 {
  font-size: 20px;
  font-family: "peyda-medium";
  color: #162431;
}
@media screen and (max-width: 991px) {
  .grid-card-section-mobile .card-item h5, .grid-card-section .grid-cards-wrapper .card-item h5 {
    font-size: 18px;
    font-family: "peyda-medium";
    color: #162431;
  }
}
.grid-card-section-mobile .item1.card-item, .grid-card-section .grid-cards-wrapper .item1.card-item {
  grid-row-start: 1;
  grid-row-end: 4;
  background: url("../img/new-img/calc-card.png") no-repeat, #fafbff;
  background-position: 2% 100%;
  background-size: 195px 195px;
  animation: bgupDownn 0.8s alternate;
  animation-delay: 2.2s;
}
@keyframes bgupDownn {
  0% {
    background-position: 2% 100%;
  }
  50% {
    background-position: 2% 80%;
  }
  100% {
    background-position: 2% 100%;
  }
}
@media screen and (max-width: 991px) {
  .grid-card-section-mobile .item1.card-item, .grid-card-section .grid-cards-wrapper .item1.card-item {
    background-size: 157px 157px;
  }
}
.grid-card-section-mobile .item1.card-item p, .grid-card-section .grid-cards-wrapper .item1.card-item p {
  width: 50%;
  margin-top: 10px !important;
  line-height: 30px;
  font-size: 16px;
  font-family: "IRYekan-regular";
  color: #4b5563;
}
@media screen and (max-width: 991px) {
  .grid-card-section-mobile .item1.card-item p, .grid-card-section .grid-cards-wrapper .item1.card-item p {
    width: 100%;
  }
}
.grid-card-section-mobile .item2.card-item, .grid-card-section .grid-cards-wrapper .item2.card-item {
  grid-row-start: 4;
  grid-row-end: 6;
  padding: 47px !important;
  padding: 4px 47px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: nowrap;
}
.grid-card-section-mobile .item2.card-item > h2, .grid-card-section .grid-cards-wrapper .item2.card-item > h2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .grid-card-section-mobile .item2.card-item h5, .grid-card-section .grid-cards-wrapper .item2.card-item h5 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    flex-wrap: nowrap;
  }
}
.grid-card-section-mobile .item3.card-item, .grid-card-section .grid-cards-wrapper .item3.card-item {
  grid-row-start: 1;
  grid-row-end: 3;
  background: url("../img/new-img/grid-card.png") no-repeat, #fafbff;
  background-position: 2% 60%;
  background-size: 133px 128px;
  animation: bgupDownn3 0.8s alternate;
  animation-delay: 2.2s;
}
@keyframes bgupDownn3 {
  0% {
    background-position: 2% 60%;
  }
  50% {
    background-position: 2% 40%;
  }
  100% {
    background-position: 2% 60%;
  }
}
@media screen and (max-width: 991px) {
  .grid-card-section-mobile .item3.card-item, .grid-card-section .grid-cards-wrapper .item3.card-item {
    background-position: 2% 90%;
    background-size: 133px 128px;
  }
}
.grid-card-section-mobile .item3.card-item p, .grid-card-section .grid-cards-wrapper .item3.card-item p {
  width: 50%;
  margin-top: 10px !important;
  line-height: 30px;
  font-size: 16px;
  font-family: "IRYekan-regular";
  color: #4b5563;
}
@media screen and (max-width: 991px) {
  .grid-card-section-mobile .item3.card-item p, .grid-card-section .grid-cards-wrapper .item3.card-item p {
    width: 100%;
  }
}
.grid-card-section-mobile .item4.card-item, .grid-card-section .grid-cards-wrapper .item4.card-item {
  grid-row-start: 3;
  grid-row-end: 6;
  background: url("../img/new-img/mob-card.png") no-repeat, #fafbff;
  background-size: 137px 234px;
  background-position: 6% 100%;
  animation: bgupDownn4 0.8s alternate;
  animation-delay: 2.2s;
}
@keyframes bgupDownn4 {
  0% {
    background-position: 6% 100%;
  }
  50% {
    background-position: 6% 80%;
  }
  100% {
    background-position: 6% 100%;
  }
}
@media screen and (max-width: 991px) {
  .grid-card-section-mobile .item4.card-item, .grid-card-section .grid-cards-wrapper .item4.card-item {
    background-size: 110px 188px;
  }
}
.grid-card-section-mobile .item4.card-item p, .grid-card-section .grid-cards-wrapper .item4.card-item p {
  width: 50%;
  margin-top: 10px !important;
  line-height: 30px;
  font-size: 16px;
  font-family: "IRYekan-regular";
  color: #4b5563;
}
@media screen and (max-width: 991px) {
  .grid-card-section-mobile .item4.card-item p, .grid-card-section .grid-cards-wrapper .item4.card-item p {
    width: 100%;
  }
}

.grid-card-section {
  padding-top: 104px;
  padding-bottom: 104px;
  padding-right: 63px;
  padding-left: 63px;
}
@media screen and (max-width: 1280px) {
  .grid-card-section {
    padding-right: 19px;
    padding-left: 19px;
    padding-top: 208px;
    padding-bottom: 208px;
  }
}
@media screen and (max-width: 991px) {
  .grid-card-section {
    display: none;
  }
}
.grid-card-section .grid-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: none;
  gap: 0;
  align-items: flex-start;
  grid-template-rows: repeat(5, 1fr);
  height: 450px;
  row-gap: 20px;
  -moz-column-gap: 26px;
       column-gap: 26px;
}
@media screen and (max-width: 991px) {
  .grid-card-section-mobile {
    display: block;
    padding-right: 19px;
    padding-left: 19px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.who-works-section {
  padding-right: 63px;
  padding-left: 63px;
}
@media screen and (max-width: 1280px) {
  .who-works-section {
    padding-right: 19px;
    padding-left: 19px;
  }
}
.who-works-section h2 {
  font-size: 28px;
  font-family: "peyda-semibold";
  color: #162431;
  margin-bottom: 17px !important;
}
@media screen and (max-width: 991px) {
  .who-works-section h2 {
    font-size: 20px;
  }
}
.who-works-section > p {
  font-size: 18px;
  font-family: "IRYekan-light";
  color: #4b5563;
  margin-bottom: 42px !important;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .who-works-section > p {
    font-size: 14px;
    margin-bottom: 36px !important;
  }
}
.who-works-section .who-works-card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .who-works-section .who-works-card-wrapper {
    gap: 20px;
  }
}
.who-works-section .who-works-card-wrapper .who-works-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 45px;
  flex-wrap: nowrap;
  border: 1px solid #ececf0;
  padding: 25px 30px;
  border-radius: 5px;
  background-color: #fafbff;
  padding-left: 80px;
}
@media screen and (max-width: 991px) {
  .who-works-section .who-works-card-wrapper .who-works-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 26px;
    flex-wrap: nowrap;
    padding: 16px 16px;
  }
}
.who-works-section .who-works-card-wrapper .who-works-card img {
  width: 228px;
  height: 228px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .who-works-section .who-works-card-wrapper .who-works-card img {
    width: 144px;
    height: 144px;
  }
}
.who-works-section .who-works-card-wrapper .who-works-card > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: nowrap;
}
.who-works-section .who-works-card-wrapper .who-works-card > div h3 {
  font-size: 20px;
  font-family: "peyda-semibold";
  color: #162431;
}
@media screen and (max-width: 991px) {
  .who-works-section .who-works-card-wrapper .who-works-card > div h3 {
    font-size: 18px;
  }
}
.who-works-section .who-works-card-wrapper .who-works-card > div p {
  font-size: 16px;
  font-family: "IRYekan-regular";
  color: #4b5563;
  border-bottom: 1px solid #e1e6ff;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .who-works-section .who-works-card-wrapper .who-works-card > div p {
    font-size: 14px;
  }
}
.who-works-section .who-works-card-wrapper .who-works-card > div .check-item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  flex-wrap: nowrap;
}
.who-works-section .who-works-card-wrapper .who-works-card > div .check-item-wrapper span {
  font-size: 16px;
  font-family: "IRYekan-regular";
  color: #4b5563;
}
@media screen and (max-width: 991px) {
  .who-works-section .who-works-card-wrapper .who-works-card > div .check-item-wrapper span {
    font-size: 14px;
  }
}

.step-section-mobile .step-card:last-of-type span, .step-section .content-step .step-card:last-of-type span {
  margin-top: 0 !important;
}
.step-section-mobile .step-card, .step-section .content-step .step-card {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 28px;
  flex-wrap: nowrap;
  height: 89px;
}
@media screen and (max-width: 991px) {
  .step-section-mobile .step-card, .step-section .content-step .step-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    flex-wrap: nowrap;
    padding: 18px 19px;
    background-color: #fafbff;
    border: 1px solid #e1e6ff;
    height: 203px;
    border-radius: 5px;
  }
}
.step-section-mobile .step-card > h5, .step-section .content-step .step-card > h5 {
  font-size: 20px;
  font-family: "IRYekan-medium-fanum";
  color: #162431;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .step-section-mobile .step-card > h5, .step-section .content-step .step-card > h5 {
    padding-right: 30px;
  }
}
.step-section-mobile .step-card > span, .step-section .content-step .step-card > span {
  background-color: #ffffff !important;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 98px;
  border-radius: 50px;
  flex-shrink: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  animation: animShowHide 3s ease forwards infinite alternate;
  margin-top: -3px;
}
@media screen and (max-width: 991px) {
  .step-section-mobile .step-card > span, .step-section .content-step .step-card > span {
    right: 22px;
  }
}
.step-section-mobile .step-card > span::before, .step-section .content-step .step-card > span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #3148ff;
  border-radius: 50px;
  z-index: 10;
}
.step-section-mobile .step-card > div, .step-section .content-step .step-card > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  flex-wrap: nowrap;
  padding-right: 40px;
  margin-top: -5px;
}
@media screen and (max-width: 991px) {
  .step-section-mobile .step-card > div, .step-section .content-step .step-card > div {
    padding-right: 0;
    margin-top: 24px;
  }
}
.step-section-mobile .step-card > div > h6, .step-section .content-step .step-card > div > h6 {
  font-size: 20px;
  font-family: "peyda-semibold";
  color: #162431;
}
.step-section-mobile .step-card > div > p, .step-section .content-step .step-card > div > p {
  font-size: 16px;
  font-family: "IRYekan-light";
  color: #4b5563;
}

.step-section-mobile .header-step, .step-section .header-step {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: sticky;
  top: 110px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .step-section-mobile .header-step, .step-section .header-step {
    position: static !important;
  }
}
.step-section-mobile .header-step h2, .step-section .header-step h2 {
  font-size: 28px;
  font-family: "peyda-semibold";
  color: #162431;
}
@media screen and (max-width: 991px) {
  .step-section-mobile .header-step h2, .step-section .header-step h2 {
    font-size: 20px;
  }
}
.step-section-mobile .header-step p, .step-section .header-step p {
  font-size: 18px;
  font-family: "IRYekan-regular";
  color: #4b5563;
  flex-shrink: 0;
  width: 460px;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .step-section-mobile .header-step p, .step-section .header-step p {
    font-size: 16px;
    margin-bottom: 32px !important;
    width: 100%;
  }
}

.step-section {
  padding-right: 63px;
  padding-left: 63px;
  padding-top: 104px;
  padding-bottom: 104px;
  padding-left: 99px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 103px;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .step-section {
    padding-right: 19px;
    padding-left: 19px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0px;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 991px) {
  .step-section {
    display: none;
  }
}
.step-section .content-step {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 42px;
  flex-wrap: nowrap;
  position: relative;
}
.step-section .content-step::after {
  content: "";
  position: absolute;
  background-color: #d4d6da;
  height: 87%;
  width: 1px;
  right: 104px;
}
.step-section-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .step-section-mobile {
    display: block;
  }
}
.step-section-mobile {
  margin-top: 35px;
  padding: 160px 18px;
  padding-bottom: 80px !important;
}
.step-section-mobile .swiper-slide {
  height: -moz-max-content !important;
  height: max-content !important;
}

.packages-section {
  padding-right: 63px;
  padding-left: 63px;
}
@media screen and (max-width: 1280px) {
  .packages-section {
    padding-right: 19px;
    padding-left: 19px;
  }
}
.packages-section h2 {
  font-size: 28px;
  font-family: "peyda-semibold";
  color: #162431;
  margin-bottom: 17px !important;
}
@media screen and (max-width: 991px) {
  .packages-section h2 {
    font-size: 20px;
  }
}
.packages-section p {
  font-size: 18px;
  font-family: "IRYekan-regular";
  color: #4b5563;
  margin-bottom: 70px !important;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .packages-section p {
    font-size: 14px;
    width: 100%;
    margin-bottom: 32px !important;
  }
}
.packages-section .packages-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: none;
  gap: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .packages-section .packages-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    gap: 19px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .packages-section .packages-wrapper {
    grid-template-columns: 1fr;
  }
}
.packages-section .packages-wrapper > .package-item svg {
  flex-shrink: 0 !important;
}
.packages-section .packages-wrapper > .package-item {
  border: 1px solid #ececf0;
  border-radius: 5px;
  padding: 13px 11px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  flex-wrap: nowrap;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 991px) {
  .packages-section .packages-wrapper > .package-item {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .packages-section .packages-wrapper > .package-item {
    background-color: #fafbff;
    justify-content: flex-start;
    height: -moz-max-content !important;
    height: max-content !important;
  }
}
.packages-section .packages-wrapper > .package-item.active {
  border: 1px solid #3148ff;
}
.packages-section .packages-wrapper > .package-item.active a {
  background-color: #3148ff !important;
}
.packages-section .packages-wrapper > .package-item {
  height: 319px;
}
.packages-section .packages-wrapper > .package-item.item-5 {
  grid-column: 1/5;
  padding: 25px 21px;
}
@media screen and (max-width: 991px) {
  .packages-section .packages-wrapper > .package-item.item-5 {
    grid-column: 1/3;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (max-width: 575px) {
  .packages-section .packages-wrapper > .package-item.item-5 {
    grid-column: unset !important;
    padding: 13px 11px;
  }
}
.packages-section .packages-wrapper > .package-item.item-5 h2 {
  font-size: 20px;
  font-family: "peyda-semibold";
  color: #162431;
  margin-bottom: 17px !important;
}
@media screen and (max-width: 575px) {
  .packages-section .packages-wrapper > .package-item.item-5 h2 {
    display: none;
  }
}
.packages-section .packages-wrapper > .package-item.item-5 .diamond-feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 19px;
  flex-wrap: nowrap;
  padding: 0;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 575px) {
  .packages-section .packages-wrapper > .package-item.item-5 .diamond-feature {
    background-color: transparent;
    margin-bottom: 16px !important;
  }
  .packages-section .packages-wrapper > .package-item.item-5 .diamond-feature > svg {
    display: none;
  }
}
.packages-section .packages-wrapper > .package-item.item-5 .diamond-feature .price-bold {
  margin: 0 !important;
}
.packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 575px) {
  .packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features {
    background-color: #f3f3f7;
    padding: 8px 10px;
    width: 100%;
  }
}
.packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features > p {
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #162431;
  width: 434px;
  line-height: 30px;
  border-left: 1px solid #d4d6da;
  padding-left: 33px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features > p {
    padding-left: 0 !important;
    border-left: 0;
    border-bottom: 1px solid #d4d6da;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features > p {
    display: none;
  }
}
.packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: none;
  gap: 0;
  align-items: flex-start;
  padding-right: 56px;
}
@media screen and (max-width: 991px) {
  .packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features > div {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 0;
    align-items: flex-start;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features > div {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features > div {
    background-color: #f3f3f7;
  }
}
.packages-section .packages-wrapper > .package-item.item-5 .diamond-extra-features > div > span {
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #162431;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
  flex-wrap: nowrap;
}
.packages-section .packages-wrapper > .package-item.item-5 a {
  width: 189px;
}
@media screen and (max-width: 575px) {
  .packages-section .packages-wrapper > .package-item.item-5 a {
    width: 100%;
  }
}
.packages-section .packages-wrapper > .package-item > svg {
  margin-bottom: 19px !important;
}
@media screen and (max-width: 575px) {
  .packages-section .packages-wrapper > .package-item > svg {
    display: none;
  }
}
.packages-section .packages-wrapper > .package-item h4 {
  font-size: 18px;
  font-family: "peyda-semibold";
  color: #162431;
}
@media screen and (max-width: 575px) {
  .packages-section .packages-wrapper > .package-item h4 {
    background-color: #ffffff;
    width: -moz-max-content;
    width: max-content;
    font-size: 14px;
    border: 1px solid #f3f3f7;
    border-radius: 50px;
    padding: 4px 11px;
  }
}
.packages-section .packages-wrapper > .package-item .price-bold {
  font-size: 24px;
  font-family: "IRYekan-medium-fanum";
  color: #162431;
  margin-top: 2px !important;
  margin-bottom: 14px !important;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .packages-section .packages-wrapper > .package-item .price-bold {
    font-size: 14px;
    margin-top: 14px !important;
  }
}
.packages-section .packages-wrapper > .package-item .price-bold .price-unit {
  font-size: 10px;
  font-family: "IRYekan-medium";
  color: #4b5563;
}
.packages-section .packages-wrapper > .package-item .price-bold span:not(.price-unit) {
  font-size: 14px;
  font-family: "IRYekan-medium-fanum";
  color: #4b5563;
}
.packages-section .packages-wrapper > .package-item > div {
  background-color: #fafbff;
  border: 1px solid #f3f3f7;
  border-radius: 5px;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  flex-wrap: nowrap;
  margin-bottom: 13px;
}
@media screen and (max-width: 575px) {
  .packages-section .packages-wrapper > .package-item > div {
    background-color: #f3f3f7;
  }
}
.packages-section .packages-wrapper > .package-item > div > span {
  font-size: 14px;
  font-family: "IRYekan-medium-fanum";
  color: #162431;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}
.packages-section .packages-wrapper > .package-item > div > span > p {
  font-size: 14px !important;
  font-family: "IRYekan-regular" !important;
  color: #162431 !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  margin: 0 !important;
}
.packages-section .packages-wrapper > .package-item > a {
  height: 46px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  text-align: center;
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #162431;
  border: 1px solid #d4d6da;
  background-color: transparent !important;
  border-radius: 5px;
}
.packages-section .packages-wrapper > .package-item .marked {
  position: absolute;
  left: 16px;
  top: 16px;
  background-color: #162431;
  font-size: 13px;
  font-family: "peyda-semibold";
  color: #f3f3f7;
  padding: 4px 7px;
  border-radius: 50px;
}

.video-section {
  padding-top: 104px;
  padding-right: 63px;
  padding-left: 63px;
}
@media screen and (max-width: 1280px) {
  .video-section {
    padding-right: 19px;
    padding-left: 19px;
  }
}
.video-section h2 {
  font-size: 28px;
  font-family: "peyda-semibold";
  color: #162431;
  margin-bottom: 17px !important;
}
@media screen and (max-width: 991px) {
  .video-section h2 {
    font-size: 20px;
  }
}
.video-section p {
  font-size: 18px;
  font-family: "IRYekan-regular";
  color: #4b5563;
  margin-bottom: 45px !important;
}
.video-section .mySwiperVideo .swiper-wrapper {
  overflow: auto !important;
}
.video-section .mySwiperVideo .swiper-slide {
  height: 193px !important;
  cursor: pointer;
  width: 270px !important;
}
.video-section .mySwiperVideo .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5 !important;
}
.video-section .mySwiperVideo video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.article-details-sec .other-articles .articles-wrapper .article-card, .article-list-page .article-sec-wrapper .article-card, .article-section-mobile .article-card, .article-section .articles-wrapper .article-card {
  padding: 26px 26px;
  border: 1px solid #ececf0;
  border-radius: 5px;
}
.article-details-sec .other-articles .articles-wrapper .article-card span, .article-list-page .article-sec-wrapper .article-card span, .article-section-mobile .article-card span, .article-section .articles-wrapper .article-card span {
  font-size: 14px;
  font-family: "IRYekan-medium-fanum";
  color: #6b7280;
}
.article-details-sec .other-articles .articles-wrapper .article-card h3, .article-list-page .article-sec-wrapper .article-card h3, .article-section-mobile .article-card h3, .article-section .articles-wrapper .article-card h3 {
  margin-top: 16px !important;
  font-size: 20px;
  font-family: "peyda-semibold";
  color: #162431;
}
@media screen and (max-width: 991px) {
  .article-details-sec .other-articles .articles-wrapper .article-card h3, .article-list-page .article-sec-wrapper .article-card h3, .article-section-mobile .article-card h3, .article-section .articles-wrapper .article-card h3 {
    font-size: 18px;
  }
}
.article-details-sec .other-articles .articles-wrapper .article-card p, .article-list-page .article-sec-wrapper .article-card p, .article-section-mobile .article-card p, .article-section .articles-wrapper .article-card p {
  margin-top: 16px !important;
  margin-bottom: 13px !important;
  font-size: 18px;
  font-family: "IRYekan-medium";
  color: #6b7280;
}
@media screen and (max-width: 991px) {
  .article-details-sec .other-articles .articles-wrapper .article-card p, .article-list-page .article-sec-wrapper .article-card p, .article-section-mobile .article-card p, .article-section .articles-wrapper .article-card p {
    font-size: 16px;
  }
}
.article-details-sec .other-articles .articles-wrapper .article-card .article-link, .article-list-page .article-sec-wrapper .article-card .article-link, .article-section-mobile .article-card .article-link, .article-section .articles-wrapper .article-card .article-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: Center;
  gap: 0;
  flex-wrap: nowrap;
}
.article-details-sec .other-articles .articles-wrapper .article-card .article-link a, .article-list-page .article-sec-wrapper .article-card .article-link a, .article-section-mobile .article-card .article-link a, .article-section .articles-wrapper .article-card .article-link a {
  font-size: 16px;
  font-family: "IRYekan-bold";
  color: #3148ff;
  text-decoration: none;
  cursor: pointer;
}
.article-details-sec .other-articles .articles-wrapper .article-card .article-link a svg, .article-list-page .article-sec-wrapper .article-card .article-link a svg, .article-section-mobile .article-card .article-link a svg, .article-section .articles-wrapper .article-card .article-link a svg {
  padding-top: -2px;
}

.article-section {
  padding-right: 63px;
  padding-left: 63px;
  padding-top: 104px;
  padding-bottom: 104px;
}
@media screen and (max-width: 1280px) {
  .article-section {
    padding-right: 19px;
    padding-left: 19px;
    padding-top: 208px;
    padding-bottom: 208px;
  }
}
.article-section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 36px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .article-section {
    display: none;
  }
}
.article-section .articles-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: none;
  gap: 25px;
  align-items: flex-start;
}
.article-section-mobile .swiper-slide {
  height: -moz-max-content !important;
  height: max-content !important;
}
@media screen and (max-width: 991px) {
  .article-section-mobile {
    display: block;
  }
}
.article-section-mobile {
  padding-top: 104px;
  padding-bottom: 104px;
  padding-right: 19px;
  padding-left: 19px;
}
.article-section-mobile h3 {
  font-size: 28px;
}
.application-section {
  padding-right: 63px;
  padding-left: 63px;
}
@media screen and (max-width: 1280px) {
  .application-section {
    padding-right: 19px;
    padding-left: 19px;
  }
}
.application-section .application-section-wrapper {
  border: 1px solid #e1e6ff;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  flex-wrap: nowrap;
  padding-right: 60px;
  height: 445px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .application-section .application-section-wrapper {
    padding: 20px 20px;
    height: -moz-max-content;
    height: max-content;
  }
}
.application-section .application-section-wrapper > img {
  height: 90%;
  position: relative;
  top: 21px;
}
@media screen and (max-width: 991px) {
  .application-section .application-section-wrapper > img {
    display: none;
  }
}
.application-section .application-section-wrapper .application-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: nowrap;
  align-self: flex-start;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .application-section .application-section-wrapper .application-wrapper {
    margin-top: 0 !important;
  }
}
.application-section .application-section-wrapper .application-wrapper h2 {
  font-size: 28px;
  font-family: "peyda-semibold";
  color: #162431;
}
@media screen and (max-width: 991px) {
  .application-section .application-section-wrapper .application-wrapper h2 {
    font-size: 20px;
  }
}
.application-section .application-section-wrapper .application-wrapper p {
  width: 50%;
  line-height: 30px;
  font-size: 18px;
  font-family: "IRYekan-regular";
  color: #4b5563;
}
@media screen and (max-width: 1280px) {
  .application-section .application-section-wrapper .application-wrapper p {
    width: 90%;
  }
}
@media screen and (max-width: 991px) {
  .application-section .application-section-wrapper .application-wrapper p {
    width: 100%;
    font-size: 14px;
  }
}
.application-section .application-section-wrapper .application-wrapper > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 44px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 575px) {
  .application-section .application-section-wrapper .application-wrapper > div {
    flex-direction: column;
    gap: 20px;
  }
}
.application-section .application-section-wrapper .application-wrapper > div .app-link-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: nowrap;
}
.application-section .application-section-wrapper .application-wrapper > div .app-link-wrapper > span {
  font-size: 16px;
  font-family: "IRYekan-medium";
  color: #162431;
}
.application-section .application-section-wrapper .application-wrapper > div .app-link-wrapper > a {
  border: 1px solid #6b7280;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  font-size: 14px;
  font-family: "IRYekan-bold";
  color: #ffffff;
  background-color: #162431;
  width: 170px;
  height: 38px;
}

.sales-section {
  padding-right: 63px;
  padding-left: 63px;
  padding-top: 104px;
  padding-bottom: 104px;
}
@media screen and (max-width: 1280px) {
  .sales-section {
    padding-right: 19px;
    padding-left: 19px;
    padding-top: 104px;
    padding-bottom: 104px;
  }
}
.sales-section > div {
  border: 1px solid #e1e6ff;
  background-color: #fafbff;
  padding: 65px 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .sales-section > div {
    padding: 30px 0;
  }
}
.sales-section > div h2 {
  font-size: 20px;
  font-family: "peyda-semibold";
  color: #162431;
}
@media screen and (max-width: 1280px) {
  .sales-section > div h2 {
    font-size: 16px;
  }
}
.sales-section > div p {
  width: 38%;
  font-size: 18px;
  font-family: "IRYekan-regular";
  color: #4b5563;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 1280px) {
  .sales-section > div p {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .sales-section > div p {
    width: 80%;
    font-size: 14px;
  }
}
.sales-section > div a {
  width: 151px;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  border-radius: 5px;
  border: 1px solid #e1e6ff;
  font-size: 16px;
  font-family: "IRYekan-regular";
  color: #4b5563;
  animation: scaleIt 0.8s alternate;
  animation-delay: 2s;
}
@keyframes scaleIt {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@media screen and (max-width: 991px) {
  .sales-section > div a {
    font-size: 14px;
  }
}

.faq-section {
  padding-right: 63px;
  padding-left: 63px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 165px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1280px) {
  .faq-section {
    padding-right: 19px;
    padding-left: 19px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 991px) {
  .faq-section {
    flex-direction: column;
    gap: 40px;
  }
}
.faq-section h2 {
  font-size: 28px;
  font-family: "peyda-semibold";
  color: #162431;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .faq-section h2 {
    font-size: 20px;
  }
}
.faq-section .accordion-wrapper .accordion-item {
  border-bottom: 1px solid #d4d6da !important;
}
.faq-section .accordion-wrapper .accordion-item .accordion-button {
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-family: "IRYekan-medium";
  color: #162431;
  text-align: right;
  line-height: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .faq-section .accordion-wrapper .accordion-item .accordion-button {
    font-size: 16px;
  }
}
.faq-section .accordion-wrapper .accordion-item .accordion-button::after {
  margin-left: unset !important;
  margin-right: auto !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14.6667 6.66667H9.33333V1.33333C9.33333 0.979711 9.19286 0.640573 8.94281 0.390525C8.69276 0.140476 8.35362 0 8 0C7.64638 0 7.30724 0.140476 7.05719 0.390525C6.80714 0.640573 6.66667 0.979711 6.66667 1.33333V6.66667H1.33333C0.979711 6.66667 0.640573 6.80714 0.390525 7.05719C0.140476 7.30724 0 7.64638 0 8C0 8.35362 0.140476 8.69276 0.390525 8.94281C0.640573 9.19286 0.979711 9.33333 1.33333 9.33333H6.66667V14.6667C6.66667 15.0203 6.80714 15.3594 7.05719 15.6095C7.30724 15.8595 7.64638 16 8 16C8.35362 16 8.69276 15.8595 8.94281 15.6095C9.19286 15.3594 9.33333 15.0203 9.33333 14.6667V9.33333H14.6667C15.0203 9.33333 15.3594 9.19286 15.6095 8.94281C15.8595 8.69276 16 8.35362 16 8C16 7.64638 15.8595 7.30724 15.6095 7.05719C15.3594 6.80714 15.0203 6.66667 14.6667 6.66667Z" fill="%23162431"/></svg>') !important;
  width: 16px !important;
  height: 16px !important;
  background-size: 16px !important;
}
.faq-section .accordion-wrapper .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="3" viewBox="0 0 16 3" fill="none"><path d="M9.33442 0.00108133H14.6667C15.0203 0.00108133 15.3594 0.141557 15.6095 0.391605C15.8595 0.641654 16 0.980792 16 1.33441C16 1.68804 15.8595 2.02717 15.6095 2.27722C15.3594 2.52727 15.0203 2.66775 14.6667 2.66775H9.33333H6.66667H1.33333C0.979711 2.66775 0.640573 2.52727 0.390525 2.27722C0.140476 2.02717 0 1.68804 0 1.33441C0 0.980792 0.140476 0.641654 0.390525 0.391605C0.640573 0.141557 0.979711 0.00108133 1.33333 0.00108133H6.66667V0.00520835C6.70327 0.00520835 6.75884 0.00515253 6.82927 0.00505246C6.83059 0.00374287 6.83191 0.0024192 6.83325 0.00108133C6.83555 0.00240893 6.83782 0.00372746 6.84007 0.00503693C7.45922 0.00413705 9.16397 0 9.33333 0C9.3337 0.000361484 9.33406 0.000721925 9.33442 0.00108133Z" fill="%23162431"/></svg>') !important;
}
.faq-section .accordion-wrapper .accordion-item:first-child .accordion-button {
  padding-top: 0 !important;
}
.faq-section .accordion-wrapper .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-size: 20px;
  font-family: "IRYekan-medium";
  color: #4b5563;
}
@media screen and (max-width: 991px) {
  .faq-section .accordion-wrapper .accordion-item .accordion-body {
    font-size: 16px;
  }
}

.article-list-page {
  margin-top: 155px;
  padding-right: 63px;
  padding-left: 63px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1280px) {
  .article-list-page {
    padding-right: 19px;
    padding-left: 19px;
    padding-top: 130px;
    margin-top: 0;
  }
}
.article-list-page h2 {
  font-size: 28px;
  font-family: "peyda-semibold";
  color: #162431;
  margin-bottom: 16px !important;
}
@media screen and (max-width: 991px) {
  .article-list-page h2 {
    font-size: 26px;
  }
}
.article-list-page .article-sec-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: none;
  gap: 25px;
  align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  .article-list-page .article-sec-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    gap: 25px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .article-list-page .article-sec-wrapper {
    grid-template-columns: 1fr;
  }
}
.article-details-sec {
  padding: 147px 64px;
}
@media screen and (max-width: 1280px) {
  .article-details-sec {
    padding: 147px 19px;
  }
}
.article-details-sec {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 9px;
  flex-wrap: nowrap;
}
.article-details-sec h2 {
  font-size: 24px;
  font-family: "peyda-semibold";
  color: #162431;
}
.article-details-sec span {
  font-size: 16px;
  font-family: "IRYekan-medium-fanum";
  color: #6b7280;
}
.article-details-sec p {
  font-size: 16px;
  font-family: "IRYekan-medium";
  color: #162431;
  margin-bottom: 100px !important;
  line-height: 30px;
}
.article-details-sec .other-articles {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: nowrap;
  width: 100%;
}
.article-details-sec .other-articles h4 {
  font-size: 16px;
  font-family: "peyda-bold";
  color: #162431;
}
.article-details-sec .other-articles .articles-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: none;
  gap: 25px;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .article-details-sec .other-articles .articles-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 30px;
    align-items: flex-start;
    width: 100%;
  }
}
.info-cooperate .hero-cooperate {
  width: 100vw;
  height: 100vh;
  background: url("../img/new-img/background_hero.png");
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  padding-right: 97px;
}
@media screen and (max-width: 991px) {
  .info-cooperate .hero-cooperate {
    padding-right: 19px;
    padding-left: 19px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 64px;
    flex-wrap: nowrap;
    height: -moz-max-content;
    height: max-content;
  }
}
.info-cooperate .hero-cooperate-info {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 33px;
  flex-wrap: nowrap;
  animation: hidetoShow 5s;
}
@media screen and (max-width: 991px) {
  .info-cooperate .hero-cooperate-info {
    position: relative;
    top: 130px;
    gap: 35px !important;
    width: 100% !important;
  }
}
.info-cooperate .hero-cooperate-info h3 {
  font-size: 36px;
  font-family: "peyda-semibold";
  color: #162431;
}
@media screen and (max-width: 991px) {
  .info-cooperate .hero-cooperate-info h3 {
    font-size: 24px !important;
  }
}
.info-cooperate .hero-cooperate-info p {
  width: 481px;
  font-size: 19px;
  font-family: "IRYekan-regular";
  color: #4b5563;
}
@media screen and (max-width: 991px) {
  .info-cooperate .hero-cooperate-info p {
    font-size: 16px !important;
    width: 100% !important;
  }
}
.info-cooperate .hero-cooperate-info a {
  width: 171px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  font-size: 16px;
  font-family: "IRYekan-bold";
  color: #ffffff;
  border-radius: 5px;
  background-color: #f36d37;
}
.info-cooperate .hero-cooperate-info a:hover {
  color: #ffffff;
}
.info-cooperate .phone-img {
  position: absolute;
  left: 112px !important;
  bottom: 0 !important;
  --go-top-y: 0vh;
  animation: goTop 3s ease forwards;
}
@media screen and (max-width: 991px) {
  .info-cooperate .phone-img {
    left: 19px !important;
    --go-top-y: 23vh;
    animation: goTop 3s ease forwards;
    position: static;
    align-self: center;
  }
}
.info-cooperate .step-cooperate {
  padding: 120px 63px;
}
@media screen and (max-width: 1280px) {
  .info-cooperate .step-cooperate {
    padding: 100px 19px;
  }
}
.info-cooperate .step-cooperate h5 {
  font-size: 16px;
  font-family: "peyda-bold";
  color: #4b5563;
}
.info-cooperate .step-cooperate h2 {
  font-size: 32px;
  font-family: "peyda-semibold";
  color: #162431;
  margin-top: 11px !important;
  margin-bottom: 24px !important;
}
.info-cooperate .step-cooperate .nav-pills {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  margin-bottom: 24px !important;
}
.info-cooperate .step-cooperate .nav-pills li {
  padding: 0 !important;
}
.info-cooperate .step-cooperate .nav-pills li .nav-link {
  padding: 6px 15px;
  background-color: #f9f7ee;
  border: 1px solid #e5e3db;
  border-radius: 5px;
  font-size: 16px;
  font-family: "IRYekan-regular";
  color: #6b7280;
}
.info-cooperate .step-cooperate .nav-pills li .nav-link.active {
  background-color: #344574;
  color: #ffffff;
}
.info-cooperate .step-cooperate .tab-content .cooperation-panel {
  padding: 0 76px;
}
.info-cooperate .step-cooperate .tab-content {
  background-color: #f9f7ee;
  border: 1px solid #e5e3db;
  border-radius: 5px;
  height: 288px !important;
}
.info-cooperate .step-cooperate .tab-content .tab-pane {
  height: 100% !important;
}
.info-cooperate .step-cooperate .tab-content .tab-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  height: 100%;
}
.info-cooperate .step-cooperate .tab-content .tab-wrapper img {
  align-self: flex-end;
}
.info-cooperate .step-cooperate .tab-content .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 11px;
  flex-wrap: nowrap;
}
.info-cooperate .step-cooperate .tab-content .content-wrapper h2 {
  font-size: 24px !important;
  font-family: "peyda-semibold" !important;
  color: #162431 !important;
  margin: 0 !important;
}
.info-cooperate .step-cooperate .tab-content .content-wrapper p {
  font-size: 16px;
  font-family: "IRYekan-regular";
  color: #4b5563;
  width: 434px;
  text-align: right;
}
.info-cooperate .info-cooperate-step {
  padding: 0 63px;
}
@media screen and (max-width: 1280px) {
  .info-cooperate .info-cooperate-step {
    padding: 0 19px;
  }
}
.info-cooperate .info-cooperate-step .info-cooperate-sec {
  padding: 78px 92px;
  background-color: #ebecf1;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .info-cooperate .info-cooperate-step .info-cooperate-sec {
    display: none;
  }
}
.info-cooperate .info-cooperate-step .info-cooperate-sec img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translateX(-80%);
}
.info-cooperate .info-cooperate-step.is-inview .info-cooperate-sec img {
  animation: lefttoRight 3s ease forwards;
}
.info-cooperate .info-cooperate-step .info-cooperate-mobile .swiper-slide {
  background-color: #ebecf1;
  border: 1px solid #d4d6da;
  border-radius: 5px;
  padding: 36px 41px;
  height: 222px !important;
}
.info-cooperate .info-cooperate-step .info-cooperate-mobile .swiper-slide > div {
  display: flex;
  flex-direction: Column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: nowrap;
  height: 100%;
}
.info-cooperate .info-cooperate-step .info-cooperate-mobile .swiper-slide > div > svg {
  margin-bottom: 17px !important;
}
.info-cooperate .info-cooperate-step .info-cooperate-mobile .swiper-slide > div h3 {
  font-size: 18px;
  font-family: "peyda-semibold";
  color: #162431;
}
.info-cooperate .info-cooperate-step .info-cooperate-mobile .swiper-slide > div p {
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #4b5563;
}
.info-cooperate .info-cooperate-step .info-cooperate-mobile .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50% !important;
  background-color: #e5e3db !important;
}
.info-cooperate .info-cooperate-step .info-cooperate-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #344574 !important;
}
.info-cooperate .info-cooperate-step .info-cooperate-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: none;
  gap: 0;
  align-items: flex-start;
  -moz-column-gap: 175px;
       column-gap: 175px;
  row-gap: 70px;
}
@media screen and (max-width: 991px) {
  .info-cooperate .info-cooperate-step .info-cooperate-wrapper {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
  }
}
.info-cooperate .info-cooperate-step .info-cooperate-wrapper > div {
  width: 228px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: nowrap;
}
.info-cooperate .info-cooperate-step .info-cooperate-wrapper > div svg {
  margin-bottom: 17px !important;
}
.info-cooperate .info-cooperate-step .info-cooperate-wrapper > div h3 {
  font-size: 18px;
  font-family: "peyda-semibold";
  color: #162431;
}
.info-cooperate .info-cooperate-step .info-cooperate-wrapper > div p {
  font-size: 14px;
  font-family: "IRYekan-regular";
  color: #4b5563;
}
.info-cooperate .progress-cooperate {
  padding: 120px 63px;
}
@media screen and (max-width: 1280px) {
  .info-cooperate .progress-cooperate {
    padding: 100px 19px;
  }
}
.info-cooperate .progress-cooperate .progress-coop-wrapper {
  border-radius: 5px;
  background-color: #f9f7ee;
  border: 1px solid #e5e3db;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  text-align: center;
  padding: 61px 0;
}
@media screen and (max-width: 767px) {
  .info-cooperate .progress-cooperate .progress-coop-wrapper {
    padding: 41px 14px;
  }
}
.info-cooperate .progress-cooperate .progress-coop-wrapper span {
  font-size: 16px;
  font-family: "peyda-semibold";
  color: #344574;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper h2 {
  font-size: 32px;
  font-family: "peyda-semibold";
  color: #162431;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper p {
  font-size: 16px;
  font-family: "IRYekan-medium";
  color: #4b5563;
  width: 640px;
}
@media screen and (max-width: 767px) {
  .info-cooperate .progress-cooperate .progress-coop-wrapper p {
    width: 100%;
  }
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container {
  margin-top: 36px !important;
  width: 656px;
}
@media screen and (max-width: 767px) {
  .info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container {
    width: 100%;
  }
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-info span:first-child {
  font-size: 15px;
  font-family: "IRYekan-bold";
  color: #162431;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-info span:last-of-type {
  background-color: #f3f3f7;
  border: 1px solid #d4d6da;
  border-radius: 5px;
  width: 113px;
  height: 33px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  font-size: 12px;
  font-family: "IRYekan-bold";
  color: #4b5563;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar {
  height: 16px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  margin-top: 28px !important;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar div {
  height: 16px;
  border-radius: 50px;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar div:first-child {
  width: 70%;
  height: 100%;
  background-color: #f36d37;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar div:last-of-type {
  width: 30%;
  height: 100%;
  background-color: #344574;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-percent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  padding: 0 20px;
  margin-top: 12px !important;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-percent > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
  flex-wrap: nowrap;
  font-size: 11px;
  font-family: "IRYekan-regular";
  color: #4b5563;
  margin-bottom: 2px !important;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-percent > div:first-child {
  position: relative;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-percent > div:first-child span {
  font-size: 18px;
  font-family: "IRYekan-bold";
  color: #f36d37;
  display: inline-block;
  text-align: right;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-percent > div:first-child::after {
  content: "";
  position: absolute;
  right: -20px;
  width: 12px;
  top: 16px;
  height: 12px;
  background-color: #f36d37;
  border-radius: 50%;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-percent > div:last-of-type {
  position: relative;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-percent > div:last-of-type::after {
  content: "";
  position: absolute;
  left: -20px;
  width: 12px;
  height: 12px;
  background-color: #344574;
  border-radius: 50%;
  top: 16px;
}
.info-cooperate .progress-cooperate .progress-coop-wrapper .progress-container .progressbar-percent > div:last-of-type span {
  font-size: 18px;
  font-family: "IRYekan-bold";
  color: #344574;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.info-cooperate .start-cooperate {
  padding: 0 63px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1280px) {
  .info-cooperate .start-cooperate {
    padding: 0 19px;
    padding-bottom: 100px;
  }
}
.info-cooperate .start-cooperate .start-cooperate-card {
  border: 1px solid #d4d6da;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  flex-wrap: nowrap;
  height: 276px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .info-cooperate .start-cooperate .start-cooperate-card {
    flex-direction: column;
    gap: 38px !important;
    height: -moz-max-content;
    height: max-content;
  }
  .info-cooperate .start-cooperate .start-cooperate-card img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.info-cooperate .start-cooperate .start-cooperate-card .card-content-coop {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .info-cooperate .start-cooperate .start-cooperate-card .card-content-coop {
    padding: 0 22px;
    padding-bottom: 35px;
  }
}
.info-cooperate .start-cooperate .start-cooperate-card .card-content-coop h2 {
  font-size: 20px;
  font-family: "peyda-semibold";
  color: #162431;
}
.info-cooperate .start-cooperate .start-cooperate-card .card-content-coop p {
  font-size: 18px;
  font-family: "IRYekan-regular";
  color: #4b5563;
  width: 626px;
}
@media screen and (max-width: 1280px) {
  .info-cooperate .start-cooperate .start-cooperate-card .card-content-coop p {
    width: 100%;
  }
}
.info-cooperate .start-cooperate .start-cooperate-card .card-content-coop button {
  background-color: #f36d37;
  width: 151px;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  border-radius: 5px;
  font-size: 16px;
  font-family: "IRYekan-regular";
  color: #ffffff;
}
.info-cooperate .step-cooperate-mobile .swiper-slide {
  background-color: #f9f7ee;
  border: 1px solid #e5e3db;
  border-radius: 5px;
  padding: 15px 25px;
  overflow: hidden;
  padding-bottom: 0 !important;
  height: 321px !important;
}
.info-cooperate .step-cooperate-mobile .swiper-slide .tab-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 35px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .info-cooperate .step-cooperate-mobile .swiper-slide .tab-wrapper {
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-top: 25px;
  }
}
.info-cooperate .step-cooperate-mobile .swiper-slide .tab-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 11px;
  flex-wrap: nowrap;
}
.info-cooperate .step-cooperate-mobile .swiper-slide .tab-wrapper .content-wrapper h2 {
  font-size: 22px;
  font-family: "peyda-semibold";
  color: #162431;
  margin: 0 !important;
}
.info-cooperate .step-cooperate-mobile .swiper-slide .tab-wrapper .content-wrapper p {
  font-size: 16px;
  font-family: "IRYekan-regular";
  color: #4b5563;
}
.info-cooperate .step-cooperate-mobile .swiper-slide img {
  height: 144px;
  width: 325px;
}
.info-cooperate .step-cooperate-mobile .swiper-slide:nth-child(3) img {
  height: 97px !important;
}
.info-cooperate .step-cooperate-mobile .swiper-slide:nth-child(4) img {
  height: 97px !important;
}
.info-cooperate .step-cooperate-mobile .swiper-slide:last-of-type img {
  width: 200px !important;
}
.info-cooperate .step-cooperate-mobile .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50% !important;
  background-color: #e5e3db !important;
}
.info-cooperate .step-cooperate-mobile .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #344574 !important;
}

@keyframes hidetoShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes goTop {
  0% {
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(var(--go-top-y));
  }
}
@keyframes lefttoRight {
  0% {
    transform: translateX(-50vh);
  }
  100% {
    transform: translateX(0vh);
  }
}
.modal-header {
  border-bottom: 0;
}

.modal-title {
  font-size: 18px !important;
  font-family: "peyda-semibold";
  color: #162431;
  position: relative;
  top: 21px;
}

.close-modal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  border: 1px solid #ececf0;
  border-radius: 5px;
  background-color: #fafbff;
  height: 21px;
  width: 21px;
}

.forget-pass-modal .modal-content {
  background-color: #ffffff;
  backdrop-filter: blur(4px);
}
.forget-pass-modal .modal-body {
  padding-top: 0 !important;
}
.forget-pass-modal .modal-body button {
  width: 165px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  border-radius: 5px;
  font-size: 14px;
  font-family: "IRYekan-medium";
  color: #ffffff;
  margin-right: auto;
  margin-left: 0;
  margin-top: 29px !important;
}
.forget-pass-modal .modal-body button.btn-main-danger {
  background-color: #e70036 !important;
  border-radius: 5px;
  width: 165px !important;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  color: #ffffff !important;
  outline: 0;
}
.forget-pass-modal .modal-body button.buy-btn {
  margin: 0 !important;
  height: 50px !important;
}
.forget-pass-modal .modal-body p {
  font-size: 16px;
  font-family: "IRYekan-regular";
  color: #4b5563;
  margin-top: 14px !important;
}
.forget-pass-modal .modal-body .k-dropdown-wrap {
  background-color: #ffffff !important;
}
.forget-pass-modal .modal-body .modal-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1px;
  flex-wrap: nowrap;
  font-size: 14px;
  font-family: "IRYekan-medium";
  color: #4b5563;
  margin-top: 43px !important;
}
.forget-pass-modal .modal-body .modal-info p {
  margin: 0 !important;
}
.forget-pass-modal .input-wrapper {
  margin-top: 28px !important;
}
.forget-pass-modal .buy-btn {
  margin: 0 !important;
  height: 50px !important;
}
.forget-pass-modal p {
  font-size: 16px;
  font-family: "IRYekan-regular";
  color: #4b5563;
  margin-top: 14px !important;
}

.modal-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}
.modal-btns button {
  width: 50%;
  border-radius: 5px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
}
.modal-btns button.cancel-modal {
  font-size: 14px;
  font-family: "IRYekan-medium";
  color: #4b5563;
  border: 1px solid #ececf0;
  background-color: #ffffff !important;
}
.modal-btns .delete-modal {
  width: 165px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #e70036 !important;
  font-size: 14px;
  font-family: "IRYekan-medium";
  color: #e70036 !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  background-color: transparent !important;
}
.modal-btns .outline-modal {
  border: 1px solid #162431 !important;
  border-radius: 5px;
  font-size: 14px;
  font-family: "IRYekan-medium";
  color: #162431 !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  width: 165px;
  background-color: transparent !important;
  height: 40px;
}

.alert-danger {
  background-color: #fde8ed !important;
  font-size: 14px;
  font-family: "IRYekan-medium";
  color: #e70036 !important;
  border: 1px solid #e70036 !important;
}

.cooperation-scroll-section {
  position: relative;
  height: 400vh;
}
@media screen and (max-width: 991px) {
  .cooperation-scroll-section {
    display: none;
  }
}

.cooperation-sticky {
  position: sticky;
  top: 0;
  height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px 0;
}

.cooperation-tabs {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.cooperation-tabs .nav-item {
  flex: 0 0 auto;
}
.cooperation-tabs .nav-link {
  width: auto;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.cooperation-content {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.cooperation-panel {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  opacity: 0;
  will-change: transform, opacity;
}
.cooperation-panel:first-child {
  transform: translateY(0);
  opacity: 1;
}

.tab-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  text-align: center;
}
.tab-wrapper .content-wrapper {
  width: 100%;
  max-width: 700px;
}
.tab-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=base.css.map */