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

.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: flex-start;
    justify-content: flex-end;
    padding: 30px;
    height: 540px;
    margin: 100px 35px;
 
}

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

.custom-slider .carousell {
  position: relative;
    width: 170px;
    display: flex;
    justify-content: flex-start;
    transition: transform .3s ease;
}

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

.custom-slider .carousell-item {
  flex: 0 0 100%;
    height: 222px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    transition: transform .3s ease;
    margin: 100px 20px;
    opacity: .4;
}

.custom-slider .carousell-item.active {
  opacity: 1;
  transform: scale(1.3);
}

.custom-slider #prevv,
.custom-slider #nextt {
 border: 1px solid #fff;
    padding: 10px;
    z-index: 10;
    margin: 5px;
    height: 40px;
}

.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 {
  right: 53px;
    bottom: 187px;
  position: absolute;
  display: flex;
  flex-direction: row;
}

@media (max-width: 768px) {
  .custom-slider .main-slide {
    height: 412px;
    width: 100%;
    margin: 0;
    padding: 40px 10px;
    align-items: flex-start;
  }

  .custom-slider .carousell {
    justify-content: flex-start;
    width: 123px;
  }

  .custom-slider .carousell-item {
    height: 150px;
    margin: 70px 20px;
  }

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

  .custom-slider .title-slide {
         left: 29px;
        bottom: 60px;
    font-size: 14px;
  }
  .custom-slider .page{
     right: 6px;
     bottom: 70px;
  }
}
