@import "tailwindcss";

.slick-carousel-pori .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}

.owl-nav i {
  font-size: 19px;
}

.text-secondary-600 {
  color: var(--secondary-600);
}

.app-pori::before {
  z-index: 1;
  opacity: 1;
  position: absolute;
  content: url("../img/baqal.svg");
  display: inline-block;
  left: 0;
}

.owl-carousel-pori .owl-item img {
  width: auto;
  max-height: 64px;
  object-fit: contain;
}

.owl-carousel-pori .owl-stage {
  display: flex;
  align-items: center;
}

.img-pori::before {
  z-index: -8;
  opacity: 1;
  position: absolute;
  top: 79px;
  content: url("../img/will.svg");
  display: inline-block;
  left: 40px;
}

.owl-nav button {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50px !important;
  display: block;
  font-size: 36px !important;
  color: #587e89 !important;
  box-shadow: 0px 10px 20px -11px #5a5858;
}

.owl-next {
  float: left;
  bottom: 110px;
  position: relative;
  background: #fff !important;
}

.owl-prev {
  display: none !important;
}

body {
  font-family: iran, alibaba, Montserrat, Tahoma, sans-serif;
  direction: rtl;
}

@font-face {
  font-family: alibaba;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/alibaba-b.eot");
  src: url("../fonts/alibaba-b.eot?#iefix") format("embedded-opentype"),
    url("../fonts/alibaba-b.woff2") format("woff2");
}

@font-face {
  font-family: iran;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/iran-m.woff2") format("woff"),
    url("../fonts/iran-m.woff2") format("woff2");
}

@font-face {
  font-family: iran-r;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/iran-r.woff2") format("woff"),
    url("../fonts/iran-r.woff2") format("woff2");
}

.alibaba {
  font-family: alibaba;
}

.iran-r {
  font-family: iran-r;
}

.iran {
  font-family: iran;
}