.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.side-indicator{
  display: none;
}
.background img {
  height: 100%;
  width: 100%;
}
.line {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #afbad3;
  opacity: 0.7;
}
.index {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #afbad3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.7s ease, width 0.7s ease;
}
.index p {
  opacity: 0;
  color: white;
  font-size: 10px;
  font-weight: bold;
  z-index: 9;
}
#slider .active {
  height: 30px;
  width: 30px;
}
.active p {
  opacity: 1;
  font-size: 16px;
}
.content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-wrapper {
  width: 50%;
}
.text {
  padding-left: 100px;
  padding-right: 100px;
}
.glide {
  width: 40%;
}
.glide_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  cursor: default;
}
.glide__track {
  overflow: hidden;
  position: relative;
  top: 41px;
}
.slide {
  height: 500px;
  width: 172px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  flex-shrink: 0;
}
.slider-image {
  height: 215px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  left: 168px;
}
.glide__slide--active .slider-image {
  height: 300px;
}
.slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.active {
  opacity: 1;
}
.controls div {
  position: relative;
  z-index: 99;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.controls div:active {
  transform: scale(0.6);
}
.controls i {
  color: #000000;
  font-size: 12px;
  cursor: pointer;
}
.controls #prev{
  position: absolute;
  top: 52%;
  left: -17px;
}
.controls #next{
  position: absolute;
  top: 52%;
  right: -17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .side-indicator {
    width: 120px;
  }
  .glide {
    width: 50%;
    padding-top: 0;
  }
  .slider-image{
    left: 116px;
    margin-right: 50px;
    height: 150px;
  }
  .glide__slide--active .slider-image {
  height: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .side-indicator {
    width: 120px;
  }
  .glide {
    width: 47%;
    padding-top: 40px;
  }
  .slider-image{
    left: 155px;
    margin-right: 15px;
  }
  .controls #prev,.controls #next{
    top: 55%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1099px) {
  .side-indicator {
    width: 120px;
  }
  .glide {
    width: 46%;
    padding-top: 40px;
  }
  .slider-image{
    left: 149px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  .side-indicator {
    width: 120px;
  }
  .glide {
    width: 45%;
    padding-top: 40px;
  }
  .slider-image{
    left: 172px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1399px) {
  nav {
    padding: 25px 80px;
  }
  .side-indicator {
    width: 200px;
  }
  .text-wrapper {
    width: 50%;
  }
  .glide {
    width: 40%;
  }
  .text {
    padding-left: 200px;
  }
  .text h4 {
    transform: scale(0.8);
    transform-origin: left;
  }
  .btn {
    width: 120px;
  }
  .btn p {
    font-size: 14px;
  }
  .slider-image{
      left: 168px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  nav {
    padding: 25px 80px;
  }
  .side-indicator {
    width: 200px;
  }
  .text-wrapper {
    width: 50%;
  }
  .glide {
    width: 40%;
  }
  .text {
    padding-left: 200px;
  }
  .text h4 {
    transform: scale(0.8);
    transform-origin: left;
  }
  .btn {
    width: 120px;
  }
  .btn p {
    font-size: 14px;
  }
  .slider-image{
      left: 200px;
    }
}
@media only screen and (min-width: 1601px) {
    .slider-image{
      left: 240px;
    }
    
}

.sliderbox{
  opacity: 0 ;
}

