@font-face {
  font-family: lale;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Lalezar.woff") format("woff");
  font-display: optional;
}

.lale {
  font-family: lale !important;
}

.st-logo-link span {
  margin: 0 -5px 0 15px;
  font-size: 25px;
}

.st-logo-link img {
  max-width: 60px;
  margin: 10px;
  margin-left: 20px;
}

.st-cta-title {
  font-size: 34px;
}

.st-hero-text.st-style1 .st-hero-subtitle {
  font-weight: 400;
}

.st-hero-img img {
  border-radius: 10px;
}

.st-seperator {
  display: flex;
  justify-content: center;
}

.st-nav-list > li > a {
  font-weight: 500 !important;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

h1 {
  font-weight: 600;
}

h1,
h2 {
  font-family: dana !important;
}

.cta-btn {
  font-family: dana !important;
  color: #fff;
  font-weight: bold;
  background-color: #ef6000;
  transition: all 0.3s ease;
  border-radius: 7.5px;
  font-size: 16px;
  padding: 6px 12px;
}

.qoute-icon {
  color: #ef6000;
}

.cta-btn:hover {
  background-color: #d34700; /* یا همون #cc5000 */
  box-shadow: 0 4px 10px rgba(239, 96, 0, 0.3);
  color: #fff;
}

.count-sec .st-funfact-number {
  color: #ef6000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  font-size: 20px !important;
}

.count-sec .st-funfact-number .st-counter {
  color: #ef6000;
  font-size: 30px !important;
}

.st-about-text p {
  margin-bottom: 20px;
}

#people .st-testimonial-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.swiper-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.swiper-backface-hidden .swiper-slide {
  transition: all 0.3s ease;
}

.swiper-backface-hidden .swiper-slide:hover {
  scale: 1.1;
}

#people .st-testimonial-meta img {
  border-radius: 100%;
  border: 2.5px solid #24667c;
  width: 65px;
  height: 65px;
  object-fit: contain;
}

#people .owl-carousel.owl-drag .owl-item {
  border: 5px solid #24667c;
  padding: 0 20px 20px 0;
  margin: 0 0 0 15px;
  border-radius: 0px 20px 0px 20px;
}

.st-hero-slide.st-style1 {
  height: 600px;
}

#people .quote {
  margin-top: 30px;
}

#people {
  padding-top: 60px !important;
  padding-bottom: 70px !important;
}

#people .owl-nav {
  font-weight: bold;
}

.st-testimonial-slider.owl-carousel.st-owl-controler4 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.rtl .owl-carousel.st-owl-controler4 .owl-nav {
  justify-content: flex-start;
}

.rtl .st-testimonial-quote {
  width: 100px;
}

#people .st-single-testimonial.d-flex {
  flex-direction: row-reverse;
}

#people .fa-quote-left {
  display: flex;
  align-items: flex-end;
}

#people .fa-quote-right {
  display: flex;
  align-items: flex-start;
}

.qoute-text {
  margin: 0 15px;
  text-align: justify;
}

#brands .st-seperator-left-bar {
  left: 16px;
}

#brands .st-seperator-right-bar {
  right: 16px;
}

#faq .st-seperator-left-bar {
  left: 16px;
}

#faq .st-seperator-right-bar {
  right: 16px;
}

.st-single-testimonial {
  padding-left: 15px;
}

.vis-color {
  /* color: #c24e00 !important; */
  color: #ef6000 !important;
}

.vis-color1 {
  color: #24667c !important;
}

.swiper-button-next,
.swiper-button-prev {
  top: 56%;
}

.st-cta-text h3 {
  font-size: 18px;
  font-weight: 400;
}

.swiper-rtl .swiper-button-next {
  left: 100px;
}

.swiper-rtl .swiper-button-prev {
  right: 100px;
}

.swiper-container {
  overflow: hidden; /* لازمه برای کنترل اسکرول افقی */
}

.swiper-wrapper {
  overflow: visible; /* این مهمه! */
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: 100px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: 100px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 20px;
  font-size: 20px;
  border-radius: 50%;
  color: #24667c;
  border: 1px solid rgba(255, 0, 166, 0.06);
  box-shadow: rgba(58, 61, 66, 0.06) 0px 1px 0px,
    rgba(0, 0, 0, 0.2) 0px 4px 16px -8px;
}

.swiper-button-next .bi-chevron-left {
  position: relative;
  top: 2px;
  right: 1px;
}

.swiper-button-prev .bi-chevron-right {
  position: relative;
  top: 2px;
  left: 1px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-backface-hidden .swiper-slide {
  border: 1px solid rgb(36, 102, 124, 0.2);
  border-radius: 0.75rem;
  padding: 10px;
  background-color: #fafafa;
  box-shadow: inset 0 0 5px 0px #143743;
  height: auto;
}

.item-swiper1 h3 {
  font-size: 16px;
  margin-top: 15px;
  font-family: dana !important;
}

.swiper-container {
  position: relative;
  /* overflow: hidden; */
  max-width: 100%; /* یا 1200px یا هرچی خواستی */
  margin: auto;
}

.slider-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.slider-fade-left,
.slider-fade-right {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.slider-fade-left {
  right: 0; /* چپ فید مربوط به راست چینه! */
  background: linear-gradient(to left, white, transparent);
}

.slider-fade-right {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}

.item-swiper1 img {
  width: 75px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: 0;
  right: auto;
}

#suppliers .st-cta-img {
  margin-left: 10px;
}

#suppliers .st-cta-img img {
  border-radius: 15px;
  box-shadow: 0 0 5px 0px #143743;
}

.st-iconbox.st-style1 .st-iconbox-icon i {
  color: #24667c;
}

.st-about-text {
  text-align: justify;
}

.st-footer-social-btn li a {
  font-size: 25px;
  color: #5dbec5 !important;
}

.st-footer-social-btn li a:hover {
  color: #24667c;
}

.st-flex {
  justify-content: flex-end;
}

#home.owl-carousel.owl-drag .owl-item {
  background-color: #f9fbff;
}

.st-hero-slide.st-style1 {
  margin: 0 100px;
}

.st-hero-slider1 {
  width: 100%;
  z-index: 1;
  direction: ltr;
  display: block;
}

.count-sec {
  padding: 50px 0 !important;
  margin-top: 30px;
  background-image: linear-gradient(
      to bottom,
      rgba(249, 251, 255, 0) 0%,
      #f9fbff 100%
    ),
    url(../landing/assets/img/pics/back3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.st-contact-form textarea {
  position: relative;
  right: 5px;
}

.st-hero-text.st-style1 .st-hero-subtitle {
  text-align: right;
}

.req {
  display: flex;
}

.req .text-danger {
  position: relative;
  top: 10px;
}

#contact .st-section-heading.st-style2 {
  margin-bottom: 30px;
}

.count-sec h3 {
  font-weight: bold;
}

footer.st-style1 {
  background-color: #24667c;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

footer.st-style1 .detail li {
  margin-bottom: 10px;
}

footer.st-style1 .detail p {
  margin-bottom: 0;
  margin-right: 7.5px;
}

.st-main-footer {
  padding: 45px 0 25px;
}

.first-footer .st-footer-logo,
.st-footer-social {
  justify-content: center;
}

ul {
  padding-right: 15px !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  font-weight: bold;
  color: #24667c;
}

.b2b-text {
  font-family: Arial, Helvetica, sans-serif;
  display: inline;
  word-break: break-word;
}

.st-hero-slide h2,
.st-hero-text.st-style1 h1 {
  font-size: 40px;
  font-weight: 600;
}

.land .st-hero-slide .row {
  margin: auto;
  margin-top: 150px;
  margin-bottom: 80px;
  flex-direction: row-reverse;
}

.land .st-hero-text.st-style1 {
  transition: none;
}

.st-header.st-style1 .st-main-header {
  background-color: #f9fbff;
}

.first-hero {
  background-color: #f9fbff;
  padding-top: 100px;
  padding-bottom: 30px;
}

.first-hero .row.container {
  margin: auto;
}

.swiper-container {
  width: 100%;
  height: 100%;
  padding-left: 30px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.search-inp {
  max-width: 95%;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}

.searchTerm {
  width: 100%;
  border: 3px solid #24667c;
  border-left: none;
  padding: 10px;
  border-radius: 0 10px 10px 0;
  outline: none;
  color: #9dbfaf;
  height: 50px;
  text-align: right;
}

#faq .accordion-button {
  width: 100%;
  text-align: right;
  border: none;
  background-color: #fff;
  color: #24667c;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#faq .accordion-button:focus,
#faq .accordion-button:focus-visible {
  border: none !important;
  outline: none;
}

/* .video-wrapper {
  position: relative;
  width: 100%;
  height: 300px; 
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
} */

.video-wrapper video {
  padding: 2px;
}

#faq .accordion-body {
  padding: 0 24px 14px;
  font-size: 16px;
  text-align: justify;
}

#faq .accordion-header {
  margin-bottom: 0;
}

#faq .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

#faq .bi-chevron-down {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-right: 10px;
}

#faq .accordion-button:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

#faq .accordion-button .bi-chevron-down {
  transition: transform 0.3s ease;
}

.search-txt {
  display: flex;
}

.accordion-body strong {
  font-weight: 800;
}

.searchTerm:focus {
  color: #00b4cc;
}

.searchButton {
  width: 55px;
  height: 50px;
  border: 1px solid #24667c;
  background: #24667c;
  text-align: center;
  color: #fff;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  font-size: 20px;
}

.static-text {
  font-size: 25px;
  margin-bottom: 10px;
}

.dynamic-words {
  font-size: 23px;
  font-weight: bold;
  color: #ef6000;
  font-family: dana !important;
}

.cursor {
  display: inline-block;
  width: 1px;
  /* background-color: #666; */
  animation: blink 1s infinite;
}

#categories.container {
  margin-top: 30px;
}

#suppliers .st-gray-bg {
  border-radius: 25px;
}

.st-section#suppliers {
  padding-top: 50px;
}

.st-desktop-nav .st-nav-list > li > a.active,
.st-desktop-nav .st-nav-list > li > a {
  color: #24667c;
}

.st-desktop-nav .st-nav-list > li > a:hover {
  color: rgb(239, 96, 0);
}

.st-cta-text {
  font-weight: 400;
}

#about-us #suppliers {
  background-color: #f9fbff;
}

.st-hero-slide.st-style1 .container {
  margin-right: 100px;
}

.owl-carousel.st-hero-slider1 .active .st-hero-slide.st-style1 .st-hero-img {
  padding-left: 100px;
}

.owl-carousel.st-owl-controler2 .owl-nav {
  padding-right: 60px;
}

.rtl .st-hero-slide.st-style1 .st-hero-img,
.rtl .st-hero-slide.st-style2 .st-hero-img {
  right: 55%;
}

#about-us .st-section-heading.st-style1 h2 {
  font-size: 35px;
  margin-bottom: 0;
}

#about-us #brands .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

#about-us #brands .owl-nav button {
  background: #fff;
  border: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #333;
  pointer-events: all;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#about-us #brands .owl-prev {
  position: relative;
  right: 60px;
}

#brands .owl-dots {
  display: none !important;
}

#brands.st-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#about-us #brands .owl-next {
  position: relative;
  left: 60px;
}

#about-us #brands .owl-carousel .owl-dots.disabled,
#about-us #brands .owl-carousel .owl-nav.disabled {
  display: flex;
}

.st-iconbox.st-style1 .st-iconbox-text {
  font-size: 16px;
  text-align: justify;
}

.st-hero-subtitle.st-el {
  margin-bottom: 10px !important;
}

.sbt.cta {
  width: 108px;
  text-align: left;
}

.accordion-body ul {
  list-style: disc;
}

.mark-li::marker {
  color: #24667c;
}

.dinam::before {
  content: "ویزیتورجیبی یک پلتفرم هوشمند پخش B2B در حوزه سلامت و زیبایی است که برای ساده‌سازی تأمین کالا برای خرده‌فروشان راه‌اندازی شده. این پلتفرم از سال ۱۴۰۲ با هدف تحول در صنعت پخش و لجستیک شروع به کار کرده و خرده‌فروشان مثل داروخانه‌ها، آرایشگاه‌ها و عطاری‌ها می‌توانند بدون واسطه و با بهترین قیمت، کالای مورد نیازشان را سفارش بدهند. ویزیتورجیبی، پلی بین تأمین‌کننده‌ها و خرده‌فروش‌هاست؛ جایی که تأمین‌کننده‌ها مشتری‌های جدید جذب می‌کنند و فروش‌شان بالا می‌رود، و خرده‌فروشان نیز راحت و سریع به همه‌ی نیازهایشان دسترسی پیدا می‌کنند.";
}

.accordion-body ul li::marker {
  color: #24667c !important;
}

@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* .owl-carousel.st-hero-slider1 .active .st-hero-slide.st-style1 .st-hero-img {
    top: 50%;
    opacity: 1;
    right: 60%;
    display: block !important;
  } */

  .first-hero h1 {
    font-size: 45px;
    margin-bottom: 15px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .st-main-header-in .d-flex.align-items-center {
    width: 100%;
    justify-content: space-between;
    margin-left: 10px;
  }

  .st-hero-slide.st-style1 {
    height: 700px;
  }

  #suppliers .st-cta-img {
    margin-left: 0;
  }

  .tr-list2 {
    margin-top: 0px !important;
  }

  .tr-list1 {
    margin-bottom: 10px;
  }

  #about-us .st-section-heading.st-style1 h2 {
    font-size: 30px !important;
  }

  .st-main-header-in .d-flex.align-items-center {
    flex-direction: row-reverse;
  }

  .owl-carousel.st-hero-slider1 .active .st-hero-text.st-style1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .st-hero-slide img {
    display: block;
    width: 40% !important;
    margin: auto;
  }

  .st-hero-slide.st-style1 .container {
    z-index: 2;
    margin-top: 70px;
  }
}

@media only screen and (max-width: 576px) {
  .st-logo-link img {
    max-width: 50px;
    margin: 5px 0;
    position: relative;
    right: 40px;
  }

  .cta-hero {
    display: flex;
    justify-content: center;
  }

  .st-hero-subtitle.st-el {
    margin-bottom: 20px !important;
  }

  .st-section#suppliers {
    padding-top: 30px;
  }

  #categories h3.pr-0 {
    text-align: center;
    font-size: 25px;
  }

  .st-el {
    text-align: center;
  }

  .st-el br {
    display: none;
  }

  .st-cta-text {
    margin-bottom: 20px;
  }

  .st-footer-text br {
    display: block;
  }

  .st-logo-link img {
    margin-right: 0;
  }

  #about-us #brands .owl-prev,
  #about-us #brands .owl-next {
    display: none;
  }

  #brands .owl-dots {
    display: block !important;
    text-align: center;
  }

  .st-hero-text.st-style1 .st-hero-subtitle {
    text-align: center;
  }

  #faq .accordion-button {
    padding: 14px 10px;
  }

  #categories .container.mt-3 {
    padding: 0;
  }

  .st-footer-social-btn {
    padding-left: 0 !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .item-swiper1 h3 {
    font-size: 14px;
    white-space: nowrap;
  }

  .slider-fade-left,
  .slider-fade-right {
    width: 30px;
  }

  .static-text {
    font-size: 17px;
  }

  .dynamic-words {
    font-size: 19px;
  }

  .search-inp {
    max-width: 100%;
  }

  footer.st-style1 .detail p {
    font-size: 13px;
  }

  .owl-stage h2 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 27px !important;
    text-align: center !important;
  }

  .st-section-top {
    padding-top: 0px;
  }

  .owl-carousel.st-owl-controler2 .owl-nav {
    padding-right: 0;
    text-align: center;
    padding-bottom: 20px;
  }

  .st-hero-slide.st-style1 .container {
    margin-top: 0px;
    margin-right: 0;
  }

  .st-hero-slide.st-style1 {
    height: 650px;
  }

  .st-hero-text.st-style1 h1,
  .st-hero-text.st-style1 h2 {
    font-size: 32px;
    display: flex;
    flex-direction: column;
  }

  .st-hero-slide img {
    margin-top: 20px;
  }

  .st-copyright-text {
    font-size: 13px !important;
  }

  .st-hero-slide img {
    display: block;
    width: 60% !important;
    margin: auto;
    margin-top: 20px;
  }

  .st-main-footer {
    padding: 25px 0 25px;
  }

  #people {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }

  .st-hero-slide.st-style1 {
    margin: 0;
  }

  .st-hero-text.st-style1 .st-hero-subtitle {
    margin-bottom: 0;
    text-align: center;
  }

  .first-hero {
    padding-top: 60px;
  }
}

.links-ln .col-4 {
  margin-top: 0 !important;
}

.links-ln .mx-0 a {
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

footer.st-style1 a {
  color: #fff;
}

.links-ln .links-1 {
  margin-bottom: 24px !important;
}

.br-rl {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

.links-ln .links-2 {
  display: none !important;
}

.links-ln .links-1 .br-rl {
  min-width: 130px;
}
