/* Use more specific class names to avoid conflicts with Elementor */

.timeline {
  background-image: url(https://manisaco.ir/wp-content/themes/hello-elementor-child/public/back.png) !important;
}

#current-time , #total-duration {
  margin: -10px;
}

.carousell-item img{
border-radius: 24px !important;
height: 205px;
width: 245px;
}

.custom-slider .carousell-item.active .img-slide {
  /* opacity: 1; */
    height: 260px;
    width: 260px;
}

.custom-slider .col-mdd-12 {
  flex: 0 1 100%;
  flex-direction: row;
}

.custom-slider .main-slide {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 30px;

  
}

.custom-slider .carousel-container {
  width: 80%;
  max-width: 600px;
  overflow: hidden;
  position: relative;
}

.custom-slider .carousell {
     position: relative;
 
    display: flex;
    transition: transform 0.3s ease;
    align-items: flex-end;
}

.custom-slider .title-slide {
  position: relative;
  bottom: 108px;
  left: 105px;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
}

.custom-slider .carousell-item {
  flex: 1;
  /* height: 300px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  transition: transform 0.3s ease;
    margin: 10px 10px 80px 10px;
     
    width: 240px;
    transform: translateX(-600px);
}



.custom-slider #prevv,
.custom-slider #nextt {
    cursor: pointer;
    padding: 10px 5px;
    z-index: 10;
    margin: 5px;
    transform: translate(50%);
    height: 40px;
}
#prevv i ,#nextt i{
    color: #6666;
    font-size: 40px;
}
#prevv i:hover ,#nextt i:hover{

color: #5FB8B9;
}
.custom-slider #prevv img,
.custom-slider #nextt img {
  width: 20px;
  height: 20px;
}

.custom-slider .fa-arrow-left:before {
  content: "\f060";
}

.custom-slider .fa-arrow-right:before {
  content: "\f061";
}

.custom-slider .page {
  position: absolute;
  display: flex;
  flex-direction: row;
    right: 33px;
}

@media (max-width: 768px) {
  .custom-slider .main-slide {
    height: 412px;
    width: 100%;

    align-items: center;
            padding: 0;
  }

  .custom-slider .carousell {
    justify-content: flex-start;

  }

  .custom-slider .carousell-item {
      height: 220px;
      margin: 70px 5px;
      align-items: flex-end;
    width: 200px;
        transform: translateX(-570px);
  }

  .custom-slider .img-slide {
    width: 80px;
    height: 80px;
  }

  .custom-slider .title-slide {
    left: 35px;
    bottom: 92px;
    font-size: 14px;
  }
  .carousell-item img{
    height: 204px;
    width: 204px;
  }
   .custom-slider .carousell-item.active .img-slide {
       height: 235px;
       width: 200px;
   }
  
}
