@font-face {
  font-family: "yekan";
  src: url("../fonts/yekan/woff2/YekanBakhFaNum-VF.woff2");
  font-display: swap;
}

@font-face {
  font-family: "rokh-v";
  src: url("../fonts/rokh/RokhVFGX.ttf") format("truetype-variations"),
    url("../fonts/rokh/RokhVFGX.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "rokh";
  src: url("../fonts/rokh/Rokh-Normal.woff") format("woff");
  font-display: swap;
  font-weight: bold;
}

@font-face {
  font-family: "rokh";
  src: url("../fonts/rokh/Rokh-Normal.woff") format("woff");
  font-display: swap;
  font-weight: normal;
}

* {
  box-sizing: border-box;
  font-size: 13px;
  line-height: normal !important;
  color: inherit;

}

body {
  max-width: 1920px !important;
  margin: 0 auto !important;
  overflow-x: hidden !important;

}

div.slider-pagination.vertical {
  width: 5px !important;
  height: auto !important;
  z-index: 500 !important;
  position: absolute;
  right: 20px;
  bottom: 70px !important;
  display: flex;
  flex-direction: column !important;
  padding-inline-end: 20px;
  justify-content: center;
  align-items: center;
}

span.slider-pagination-bullet.vertical {
  width: 4px;
  height: 32px;
  margin: 5px 0px 5px 0px;
  border-radius: 100px !important;
  border: 0.5px solid rgb(223, 223, 223);

  display: flex;
  align-items: center;
  justify-content: center;
}

span.slider-pagination-bullet-active.vertical {
  height: 64px;
}

div.slider-pagination {
  height: 5px !important;
  width: 100%;
  z-index: 500 !important;
  position: absolute;
  bottom: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.slider-pagination-bullet {
  height: 4px;
  width: 32px;
  margin: 0px 5px 0px 5px;
  border-radius: 100px !important;
  border: 0.5px solid rgb(223, 223, 223);
  display: flex;
  align-items: center;
  justify-content: center;
}

span.slider-pagination-bullet-active {
  width: 64px;
}


.blur-sides::before {
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  width: 0px;
  z-index: 2;
  box-shadow: -7px 3px 20px 20px #f5f7fa;
}

.blur-sides::after {
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  width: 0px;
  z-index: 2;
  box-shadow: 7px 3px 20px 20px #f5f7fa
}


:root {

  --swiper-pagination-color: #108B62;
  --swiper-pagination-bullet-size: 80px;
  --swiper-pagination-bullet-width: 34px;
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-bullet-inactive-color: #108B62;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 2px;
  --swiper-pagination-bullet-vertical-gap: 6px;

}

.swiper-pagination-bullet {
  border-radius: 100px !important;
}

.swiper-slide {
  width: auto;
}



.splide__pagination.vertical {
  height: auto;
  right: 20px;
  left: unset;
  display: flex;
  flex-direction: column;
  bottom: 40px;
}


.splide__custom_pagination__page {
  width: 16px;
  height: 4px;
  transition: all .3s;
}


.splide__custom_pagination__page.is-active {
  width: 38px;
  height: 4px;
  background-color: #108B62;
}


.vertical .splide__custom_pagination__page {
  height: 16px;
  width: 4px;
}

.vertical .splide__custom_pagination__page.is-active {
  height: 38px;
  width: 4px;
}


.owl-carousel .owl-item img {
  width: auto !important;
}

.hamburger-menu-container {
  display: flex;
}

.hamburger-menu {
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  height: 100vh;
  background: rgb(255, 255, 255);
  position: fixed;
  right: -270px;
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 39;
}

.hamburger-menu.open {
  right: 0 !important;
}

.hamburger-overly {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #00000000;
  /* backdrop-filter: blur(5px); */
  transition-property: background opacity;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 38;
}
.hamburger-overly.show {
  opacity: 1;
  visibility: visible;
  background-color: #000000aa;
}


/* 
.layout {
  transition: all .3s cubic-bezier(0.7, 0, 0.3, 1);
}

.layout.while-hamburger {
  transform: translateX(-270px);
} */