.header-paqarriz {
  background: gray;
  height: 376px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 34px;
  position: relative;
  padding-top: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-paqarriz > .paqarriz-opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: 0;
}

.header-paqarriz > .paqarriz-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 34px;
  position: relative;
  z-index: 1;
  letter-spacing: -.05em;
}
.header-paqarriz > .paqarriz-title h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 34px;
  position: relative;
  z-index: 1;
  letter-spacing: -.05em;
}
.header-paqarriz > .paqarriz-subtitle{
  font-size: 18px;
}
@media (min-width: 576px) {
  .header-paqarriz > .paqarriz-title{
    font-size: 48px;
    padding-bottom: 15px;
  }
  .header-paqarriz > .paqarriz-title h1{
    font-size: 48px;
  }
  .header-paqarriz > .paqarriz-subtitle{
    font-size: 25px;
    padding-bottom: 15px;
  }
}
.header-paqarriz > .paqarriz-subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 34px;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.header-paqarriz > .paqarriz-button {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 18px;
  line-height: 24px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.paqarriz2-products-preview {
  background-color: white;
}
.paqarriz2-products-preview .categories-section .categories-header{
  text-align: center;
  margin-bottom: 50px;
}
.paqarriz2-products-preview .categories-section .categories-header .categories-title{
  color: #e85022;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.paqarriz2-products-preview .categories-section .categories-header p{
  font-size: 13px;
  line-height: 20px;
  max-width: 840px;
  margin: 0 auto;
  font-weight: 600;
  color: #0f1b5f;
  opacity: 0.8;
}
.paqarriz2-products-preview .category-carousel2 {
  padding-bottom: 4rem;
  padding-right: 1rem;
  margin-bottom: 0;
}
.paqarriz2-products-preview .category-carousel2 .item{
  height: 100%;
  width: 100%;
  padding-right: 20px;
  position: relative;
  transition: all .5s cubic-bezier(.19,1,.22,1);
  overflow: hidden;
}
.paqarriz2-products-preview .category-carousel2 .owl-item{
  width: 100%;
  height: 80vh;
  max-height: 532px;
}
.paqarriz2-products-preview .category-carousel2 .owl-stage-outer{
  overflow: visible;
  display: flex;
  justify-content: center;
}
.paqarriz2-products-preview .category-carousel2 .owl-item .category-bg{
  height: 110%;
  background-size: cover;
  background-position: top;
  position: relative;
  width: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 1s cubic-bezier(.19,1,.22,1);
}
.paqarriz2-products-preview .category-carousel2 .owl-item .category-bg::after{
  content: "";
  height: 150%;
  width: 100%;
  background: #000;
  background: -webkit-gradient(linear,left bottom, left top,from(#000),color-stop(80%, transparent));
  background: linear-gradient(0deg,#000,transparent 80%);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s cubic-bezier(.19,1,.22,1);
  transition: all .5s cubic-bezier(.19,1,.22,1);
}
.paqarriz2-products-preview .category-carousel2 .owl-item:hover .category-bg::after {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.paqarriz2-products-preview .category-carousel2 .owl-item .category-text{
  position: absolute;
  bottom: 0;
  z-index: 1;
  transform: translateY(calc(100% - 6rem));transition: all .7s cubic-bezier(.19,1,.22,1);
  padding: 1.5rem;
  padding-top: 0;
  padding-left: 5px;
  width: 100%;
}
.paqarriz2-products-preview .category-carousel2 .owl-item {
    max-height: 532px;
}
.paqarriz2-products-preview .category-carousel2 .owl-item .category-text p {
  padding-bottom: 1rem;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(1rem);transition: all .7s cubic-bezier(.19,1,.22,1);transition-delay: .15s;
  text-align: center;
}
.paqarriz2-products-preview .category-carousel2 .item:hover .category-text p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.paqarriz2-products-preview .category-carousel2 .item:hover .category-text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.paqarriz2-products-preview .category-carousel2 .item:hover .category-text {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.paqarriz2-products-preview .category-carousel2 .item:hover .category-bg {
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.paqarriz2-products-preview .category-carousel2 .item:hover .carousel-bg::after {
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}
.paqarriz2-products-preview .category-carousel2 .item .category-link {
  position: absolute;
  z-index: 1;
  bottom: 8px;
  display: flex;
  justify-content: center;
  padding-right: 20px;
  font-size: 16px;
  width: 100%;
}
.paqarriz2-products-preview .category-carousel2 .item .category-link i {
  font-size: 30px;
  padding-left: 20px;
  position: absolute;
  bottom: -3px;
}
.paqarriz2-products-preview .category-carousel2 .owl-nav button.owl-prev, .category-carousel2 .owl-nav button.owl-next {
  background-color: #d3f1f8;
  border-color: #d3f1f8;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  -webkit-transition: all .5s cubic-bezier(.19,1,.22,1);
  transition: all .5s cubic-bezier(.19,1,.22,1);
}
.paqarriz2-products-preview .category-carousel2 .owl-nav button.owl-prev::before, .category-carousel2 .owl-nav button.owl-next::before {
  font-size: 16px;
  font-weight: 400;
  top: 2px;
}
.paqarriz2-products-preview .category-carousel2 .owl-nav button.owl-prev.disabled, .category-carousel2 .owl-nav button.owl-next.disabled{
  opacity: 0;
}
.paqarriz2-products-preview .btn-transp {
    background-color: #a879b0;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 16px;
    padding: 1px 22px;
    color: white;
}
.paqarriz2-products-preview .category-carousel2 .owl-item .category-text .category-title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.paqarriz2-products-preview .owl-theme .owl-nav [class*="owl-"]:hover{
  background-color: #869791;
}
@media (max-width: 1200px) {
  .paqarriz2-products-preview .category-carousel2 .owl-item {
      max-height: 493px;
  }
}
@media (max-width: 992px) {
  .paqarriz2-products-preview .category-carousel2 .owl-item {
      max-height: 431px;
  }
}
@media (max-width: 768px) {
  .paqarriz2-products-preview .category-carousel2 .owl-item{
      max-height: 416px;
  }
  .paqarriz2-products-preview .category-carousel2 .owl-item .category-text h3{
    font-size: 1.4em;
  }
}
@media (max-width: 567px) {
  .paqarriz2-products-preview .category-carousel2 .item .category-link{
    padding-right: 40px;
  }
  .paqarriz2-products-preview .category-carousel2 .item{
    padding-left: 20px;
  }
  .paqarriz2-products-preview .category-carousel2 .owl-item{
      max-height: auto;
  }
  .paqarriz2-products-preview .category-carousel2 .owl-nav button.owl-next{
    right: 25px;
  }
  .paqarriz2-products-preview .category-carousel2 .owl-item .category-text h3{
    font-size: 1.8em;
  }
  .paqarriz2-products-preview .category-carousel2 .owl-item .category-text{
    padding-right: 40px;
  }
}
