* {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
/* scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #f9bc60;
}

::-webkit-scrollbar-thumb:hover {
  background: #abd1c6;
}
.carousel {
  margin-left: 2rem;
  margin-bottom: 2rem;
  /* background-color: black; */
}
/* Slideshow container */
.slideshow-container {
  width: 1000px;
  height: 495px;
  position: relative;
  margin: auto;
}
.slideshow-container img {
  height: 495px;
  width: 1000px;
}

/* Hide the images by default */
.mySlides {
  position: static;
  width: fit-content;
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f9bc60;
  font-size: 28px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.arrow {
  float: right;
  right: 0;
  bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid rgb(207, 156, 59);
  border-radius: 50px;
  position: absolute;
  position: -webkit-sticky;
  position: sticky;
  width: 60px;
  height: 60px;
}
.arrow i {
 color: black;
  font-size: 60px;
}
.arrow a {
  font-size: 60px;
}
.judul{
    color: #f9bc60;
}

