.slider-bg {
    min-height: 600px;
    background: transparent linear-gradient(179deg, #EBF3FF 0%, #F5E8DE 100%) 0% 0% no-repeat padding-box;
    position: relative;
    display: block;
    width: 100%;
    /* max-width: 1942px; */
    margin: 0 auto;
}
.circles-bg {
    background-repeat: no-repeat;
    width: 900px;
    height: 700px;
    position: absolute;
    bottom: -5px;
    right: 50px;
    left: 50%;
    background-position: bottom center;
}
.slider-home {
    padding-top: 150px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.home-slider-navigation {
    position: absolute;
    width: 100%;
    max-width: 150px;
    left: 0%;
    z-index: 6;
}
.home-slider-navigation .home-slider-arrows {
    display: flex;
    align-items: center;
    z-index: 3;
    justify-content: space-between;
}
.swiper-button-prev, .swiper-button-next {
    background-image: none;
}
.home-slider-navigation .swiper-button-next, 
.home-slider-navigation .swiper-button-prev {
    position: relative;
    display: inline-flex;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    width: auto;
    left: 0;
}
.swiper-button-next:focus,
.swiper-button-prev:focus
 {
    outline: none !important;
}
.home-slider-navigation .swiper-pagination {
    position: relative;
}
.swiper-pagination-fraction {
    bottom: auto; 
    left: auto;
    width: auto; 
}
/* .slider-home .swiper-wrapper {
    -webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
} */

.similar-products .swiper-slide {
    width: 220px !important;
    /* min-width: 220px; */
    position: relative;
    overflow: hidden;
    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: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.slider-home .swiper-slide {
    position: relative;
    overflow: hidden;
    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: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.slider-home .swiper-slide-active .hs-img > *:nth-child(1) {
    transition-delay: 0.3s;
}
.slider-home .swiper-slide-active .hs-img > *:nth-child(2) {
    transition-delay: 0.4s;
}
.slider-home .swiper-slide-active .hs-img > *:nth-child(3) {
    transition-delay: 0.5s;
}
.slider-home .swiper-slide-active .hs-img > *:nth-child(4) {
    transition-delay: 0.6s;
}
.slider-home .swiper-slide .hs-body {
    position: relative;
    width: 40%;
    vertical-align: top;
    -webkit-transition: .2s ease .6s;
    transition: .2s ease .6s;
}
.slider-home .swiper-slide .hs-img {
    width: 50%;
    height: 100%;
    position: relative;
    /* float: right; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: .4s ease 1.6s;
    transition: .4s ease 1.6s;
}
.slider-home .swiper-slide .hs-img img {
    max-height: 450px;
    width: 80%;
    object-fit: scale-down;
}
.slider-home .home-btn{
    margin-left: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-block;
  }
   .similar-producs-arrows {
    display: flex;
    justify-content: space-between;
    width: 120px;
    float: right;
   }
   .swiper-slide .product-thumb {
       width: 220px;
       min-width: 220px;
       margin-right: auto;
       margin-bottom: auto;
   }
  .smlr-bnt-prev,
  .smlr-btn-next {
       border: 1px solid #322885;
       padding: 10px;
       border-radius: 10px;
       cursor: pointer;
       display: inline-flex;
       align-items: center;
       max-height: 40px;
  }
  .smlr-bnt-prev:hover,
  .smlr-btn-next:hover {
      background-color: #E0485D;
      border-color: #E0485D;
  }
  .smlr-btn-next img {
      transform: rotate(180deg);
  }
  .smlr-bnt-prev:focus,
  .smlr-btn-next:focus {
      outline: none !important;
  }


  .slider-dropdown {
      display: block;
      width: 100%;
      height: 100%;
  }

  .swiper-container  .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;
    width: auto;
    height: auto;
  }
  @media (max-width: 1860px) {
  .circles-bg {
    background-repeat: no-repeat;
    width: 900px;
    height: 700px;
    position: absolute;
    bottom: -5px;
    right: 50px;
    left: inherit;
    background-position: bottom center;
}
  }
  @media (max-width: 1600px) {
  .slider-bg {
    min-height: 680px;
}
  }
  @media (max-width: 1100px) {
    .slider-bg {
      min-height: 700px;
  }
    }
    @media (max-width: 900px) {
        .slider-bg {
          min-height: 750px;
      }
        }
        @media (max-width: 840px) {
            .slider-bg {
              min-height: 780px;
          }
            }
            @media (max-width: 765px) {
                .slider-bg {
                  min-height: 700px;
              }
                }

  @media (max-width: 1000px) {
    .slider-home {
        padding-top: 130px;
    } 
  }

  @media (max-width: 665px) {
    .slider-home {
        padding-top: 130px;
    }
    .home-slider-navigation {
        position: absolute;
        width: 100%;
        max-width: 150px;
        right: 0%;
        z-index: 6;
    }
    .home-slider-navigation .home-slider-arrows {
        display: flex;
        align-items: center;
        z-index: 3;
        justify-content: space-between;
    }
    .swiper-button-prev, .swiper-button-next {
        background-image: none;
    }
    .home-slider-navigation .swiper-button-next, 
    .home-slider-navigation .swiper-button-prev {
        position: relative;
        display: inline-flex;
        margin-top: 0;
        z-index: 10;
        cursor: pointer;
        width: auto;
        left: 0;
    }
  }

  @media (max-width: 768px) {
    .slider-home .swiper-slide .hs-body{
    position: relative;
    width: 100%;
    vertical-align: top;
    -webkit-transition: .2s ease .6s;
    transition: .2s ease .6s;
}
.home-slider-arrows{
    margin-top: 20px;
}
  }


  