@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap");
.nav-bar-logo-wrap {
  max-width: 5rem;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}
html .testimonial-wrap {
  color: hsl(240, 38%, 20%);
  font-size: 32px;
  font-family: "Inter", sans-serif;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 280px 72px;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-curve.svg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 16px;
}
html .testimonial-wrap .slider .buttons {
  z-index: 1;
  right: 50%;
  top: 261px;
  width: 80px;
  height: 40px;
  position: absolute;
  border-radius: 50px;
  transform: translateX(50%);
  background-color: #FFFFFF;
}
html .testimonial-wrap .slider .buttons .previous,
html .testimonial-wrap .slider .buttons .next {
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
html .testimonial-wrap .slider .buttons .previous {
  left: 0;
  background-image: url("https://alcs-slider.netlify.app/images/icon-prev.svg");
}
html .testimonial-wrap .slider .buttons .previous:hover {
  transform: scale(1.25);
}
html .testimonial-wrap .slider .buttons .next {
  right: 0;
  background-image: url("https://alcs-slider.netlify.app/images/icon-next.svg");
}
html .testimonial-wrap .slider .buttons .next:hover {
  transform: scale(1.25);
}
html .testimonial-wrap .slider .slide {
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
html .testimonial-wrap .slider .slide .testimonial {
  padding: 32px 51px;
  background-size: 60px;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-quotes.svg);
}
html .testimonial-wrap .slider .slide .testimonial blockquote {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 36px;
}
html .testimonial-wrap .slider .slide .testimonial .author {
  font-size: 15px;
  font-weight: 700;
}
html .testimonial-wrap .slider .slide .testimonial .author span {
  display: block;
  color: hsl(240, 18%, 77%);
  font-weight: 500;
}
html .testimonial-wrap .slider .slide .slider-img {
  width: 100%;
  padding: 30px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-bg.svg);
}
html .testimonial-wrap .slider .slide .slider-img img {
  width: 240px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 16px 40px 0px rgba(135, 105, 210, 0.4);
}
html .testimonial-wrap .slider .slide .active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}

.dropdown-list-wrap {
  display: block;
  opacity: 1;
}

.navigation-drop-container-warp {
  opacity: 1;
  transform: translate3d(0px, 5%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

@media screen and (min-width: 600px) {
  html body .testimonial-wrap {
    max-width: 800px;
  }
  html body .testimonial-wrap .slider .buttons {
    top: 280px;
  }
}
@media screen and (min-width: 900px) {
  html body .testimonial-wrap {
    width: 100%;
    max-width: 1054px;
    padding: 64px 64px 64px 0;
  }
  html body .testimonial-wrap .slider .buttons {
    right: 43%;
    top: 500px;
  }
  html body .testimonial-wrap .slider .slide {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
  }
  html body .testimonial-wrap .slider .slide .testimonial {
    padding: 32px 0 0 0;
    background-size: 80px;
    background-position: 19% -7%;
    transform: translateX(100px);
  }
  html body .testimonial-wrap .slider .slide .testimonial blockquote {
    font-size: 24px;
    line-height: 30px;
  }
  html body .testimonial-wrap .slider .slide .testimonial .author span {
    display: contents;
  }
  html body .testimonial-wrap .slider .slide .slider-img {
    padding: 55px;
  }
  html body .testimonial-wrap .slider .slide .slider-img img {
    width: 400px;
  }
}

/*# sourceMappingURL=stylehome.css.map */