
.slider-container {
  height: 35rem;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  
  -webkit-box-align: center;
  
      -ms-flex-align: center;
  
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}

.slider-title{
  position: absolute;
  top: 0;
  font-size: 20px;
}

.right-arrow, .left-arrow{
  cursor: pointer;
}


.left-arrow {
  /* height: 100%; */
  /* width: 10%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  left: -32px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-color: var(--eein-white);
  padding: .5em;
  border-radius: 50%;
}

.right-arrow {
  /* height: 100%; */
  /* width: 10%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right:-32px;
  background-color: var(--eein-white);
  padding: .5em;
  border-radius: 50%;
}
.arrow-carrusel{
  width: 1.35rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* overflow: hidden; */
  position: relative;
  -webkit-perspective: 100px;
          perspective: 100px;

  -webkit-transform: translateX(22%);

      -ms-transform: translateX(22%);

          transform: translateX(22%);
  /* margin-right: 20%; */
}
.slider-content-background {
  /* height: 100%;
  width: 102%;
  position: absolute;
  top: 0;
  left: -1%; */
  /* background: linear-gradient(
    to left,
    #f1f1f1,
    transparent,
    transparent,
    transparent,
    #f1f1f1
  ); */
  z-index: 3;
}
.slider-content .slide {
  position: absolute;
  left: 50%;
  height: 24rem;
  /* max-height: 400px; */
  width: 14rem;
  min-width: 270px;
  /* background: #999; */
/*   border: 1px solid; */
  border-radius: 25px;
  left: 50%;
  z-index: 0;
/*   opacity: 0; */
  -webkit-transform: translate(-50%, 0) rotateY(0deg) scale(1,1);
          transform: translate(-50%, 0) rotateY(0deg) scale(1,1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s ease-in-out, left 0.5s ease-in-out,
    z-index 0s 0.25s ease-in-out, -webkit-transform 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, left 0.5s ease-in-out,
    z-index 0s 0.25s ease-in-out, -webkit-transform 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, left 0.5s ease-in-out,
    z-index 0s 0.25s ease-in-out, box-shadow 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, left 0.5s ease-in-out,
    z-index 0s 0.25s ease-in-out, box-shadow 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, left 0.5s ease-in-out,
    z-index 0s 0.25s ease-in-out, box-shadow 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
}

.slide.position-1 {
  left: 50% !important;
  z-index: 1 !important;
  -webkit-transform: translate(-50%, 0) rotateY(-2deg) scale(0.8, 0.8) !important;
          transform: translate(-50%, 0) rotateY(-2deg) scale(0.8, 0.8) !important;
  opacity: 1 !important;
  -webkit-box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.1) !important;
  
}
.slide.position-2 {
  left: 35% !important;
  z-index: 2 !important;
  -webkit-transform: translate(-50%, 0) rotateY(-1deg) scale(0.9, 0.9) !important;
          transform: translate(-50%, 0) rotateY(-1deg) scale(0.9, 0.9) !important;
  opacity: 1 !important;
  -webkit-box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.3) !important;
  
}
.slide.position-3 {
  left: 20% !important;
  z-index: 4 !important;
  -webkit-transform: translate(-50%, 0) rotateY(0deg) scale(1, 1) !important;
          transform: translate(-50%, 0) rotateY(0deg) scale(1, 1) !important;
  opacity: 1 !important;
  -webkit-box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
}
.slide.position-3:hover {
  -webkit-box-shadow: 0px 0rem 1.8rem rgba(0, 0, 0, 0.7) !important;
          box-shadow: 0px 0rem 1.8rem rgba(0, 0, 0, 0.7) !important;
  -webkit-transform: translate(-50%, 0) rotateY(0deg) scale(1.05, 1.05) !important;
          transform: translate(-50%, 0) rotateY(0deg) scale(1.05, 1.05) !important;
}  
.slide.position-none{
   left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7);
          transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7);
  opacity: 1;
  -webkit-box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0);
          box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0);
}

.slider-container i{
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 50%;
}
.slider-container .left-arrow:hover i, .slider-container .right-arrow:hover i{
  background: rgba(22,22,220,0.1);
  color: #fff;
}


.slider-content .slide .card-sections .upper-section, .slider-content .slide .card-button{
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.slider-content .slide.position-3 .card-sections .upper-section, .slider-content .slide.position-3 .card-button{
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.slide > *{
  /* color: transparent; */
  font-family: 'Inter';
  font-size: 90%;
  letter-spacing: -0.001em;
}

.media, .card-sections{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.media{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media img{
  position: absolute;
  height: 30rem;
}

.card-sections{
  
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* box-sizing: border-box; */
}

.upper-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lower-section{
  width: 100%;
  padding: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Poppins';
  background-color: rgb(0 0 0 / 50%);
  color: var(--eein-white);
  text-shadow: 1px 1px 8px black;
  font-size: .85rem;
  text-align: center;
}

.card-sections .lower-section .card-button{
  border: 0.5px solid #fff;
  width: 35%;
  padding: 0.5rem;
  border-radius: 2rem;
  font-size: 60%;
  text-align: center;
  background: rgba(0,0,0,0.3);
}
.upper-section .wishlist, .upper-section .cart{
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out ;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out ;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out ;
}
.upper-section .cart:hover{
  color: rgb(252, 163, 60);
  background: rgba(0,0,0,0.4);
} 
.upper-section .wishlist:hover{
  color: rgb(244, 129, 129);
  background: rgba(0,0,0,0.4);
}

@media screen and (max-width:620px){
.slide.position-1, .slide.position-5 {
  opacity: 0.5 !important;
  }
  .slide.position-2, .slide.position-4 {
  opacity: 0.95 !important;
}
} 
  
@media screen and (max-width: 445px){
  
  .slide.position-1, .slide.position-5 {
  opacity: 0 !important;
  }
.slide.position-2, .slide.position-4 {
  opacity: 0.5 !important;
}


#slider-content {
  margin: 0;
  width: 80%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider-container{
  position: unset;
}
.left-arrow{
  left: 0;
}
.right-arrow{
  right: 0;
}



}
@media screen and (max-width: 415px){
  .slide{
    opacity: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .slide.position-3{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    opacity: 1 !important;
  }
  .slide.position-1, .slide.position-2 {
    left: -50% !important;
    -webkit-transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7) !important;
            transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7) !important;
  }
  .slide.position-4, .slide.position-5 {
    left: 150% !important;
    -webkit-transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7) !important;
            transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7) !important;
  }
}





@media screen and (max-width: 767px){
  
}