*,
*::before,
*::after {
  box-sizing: border-box;
}

@font-face {
  font-family: fontara;
  src: url(fonts/THEBOLDFONT\ 2022.otf);
}

html{
  scroll-behavior: smooth;
}

body {
  font-family: fontara;
  font-size: 30px;
  background-color: black;
  color: rgb(248, 209, 6);
  margin: 0;
  text-align: center;
  justify-content: center;
  
}
.wu{
  width: 100%;
  max-width: 300px;
  height: 100vh;
  max-height: 250px;
}

a {
  color: rgb(248, 209, 6);
  text-decoration: none;
  padding: 16px;
  font-size: 24px;
}

a :hover {
  background-color: rgb(248, 209, 6);
  color: black;
}

.memberi {
  background-color: rgb(248, 209, 6);
  width: 100%;
  max-width: 900px;
  height: 100vh;
  max-height: 600px;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  /* padding: 70px; */
}

.caorusel {
  /* width: 100vw;
  height: 100vh; */
  
  width: 100%;
  max-width: 600px;
  height: 100vh;
  max-height: 600px;
  position: relative;
  object-position: center;
}

.caorusel > ul {
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slide {
  position: absolute;
  transition: 0.6s ease;
  inset: 0;
  opacity: 0;
}
.slide > img {
  display: block;
  height: 100%;
  width: 100%;
  object-position: center;
}

.slide[data-active] {
  opacity: 1;
}

.caorusel-button {
  position: absolute;
  background: none;
  z-index: 2;
  border: none;
  font-size: 4rem;
  top: 50%;
  transform: translateY(-50%);
  color: grey;
  cursor: pointer;
  border-radius: 0.25rem;
  padding: 0 0.5rem;
  background-color: rgba(0, 0, 0, 0, 0.1);
}

.caorusel-button:hover,
.caorusel-button:focus {
  color: white;
  background-color: rgba(0, 0, 0, 0, 0.2);
}

.caorusel-button:focus {
  outline: 1px solid black;
}

.caorusel-button.prev {
  left: 1rem;
}

.caorusel-button.next {
  right: 1rem;
}

.funnel{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
  margin-bottom: 50px;
}

.enter{
  height: 32px;
  width: 230px;
  margin: 0;
}
