html, body {
  height: 100%;
  margin: 0;
}

.body {
  background-color: #d7bdb7;
}

.main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sidebar {
  flex-direction: column;
  align-items: center;
  margin: 0;
  list-style-type: none;
  display: none;
  position: fixed;
  top: 48%;
  transform: translate(-50%, -50%);
}

.indicator {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 1rem;
  display: block;
  position: relative;
}

.indicator .tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  z-index: 1;
  background-color: #000;
  border-radius: 6px;
  width: 120px;
  margin-left: 70px;
  padding: 5px 0;
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translate(-50%, -50%);
}

.indicator .tooltip-text:after {
  content: "";
  border: 5px solid #0000;
  border-right-color: #000;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 100%;
}

.indicator:hover .tooltip-text {
  visibility: visible;
}

.topnav {
  background-color: #0000;
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
}

.topnav #sidebar {
  display: none;
}

.topnav a {
  color: #000;
  background-color: #d2d2d2;
  padding: 14px 16px;
  font-size: 17px;
  text-decoration: none;
  display: none;
}

.topnav a.icon {
  background-color: #0000;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.info {
  text-align: justify;
  z-index: 9999;
  background-color: #fff;
  border-radius: 15px;
  height: 80vh;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.info-text {
  margin-top: 200px;
}

.close {
  display: fixed;
  background-color: #0000;
  border: 0 #0000;
  width: 50px;
  height: 50px;
  position: relative;
}

.close:active {
  color: #000;
  text-shadow: 1px 1px gray;
  background-color: #0000;
}

.logo {
  width: 100px;
  height: 60px;
  display: flex;
  position: absolute;
}

.intro {
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40%;
}

.intro-inner {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.intro-title {
  text-align: center;
  text-transform: uppercase;
  will-change: transform;
  font-family: Brown Pro;
  font-style: normal;
  font-weight: 700;
}

.intro-title .title {
  font-size: 42px;
  line-height: 1em;
}

.intro-title .subtitle {
  letter-spacing: .23em;
  margin-top: -.1em;
  font-size: 28px;
  line-height: 1em;
}

.intro .intro-btn {
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2.08px;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  background: none;
  border: 2px solid #000;
  outline: none;
  width: 80px;
  height: 34px;
  margin: 21px 0 0;
  padding: 0;
  font-size: 16px;
  transition: opacity .5s, background .15s, color .15s;
}

.intro-inner .intro-btn:hover {
  box-shadow: 2.5px 5px;
}

.intro-bottom {
  display: flex;
  position: absolute;
  bottom: -200px;
}

.intro-about-headphone {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.intro-about-headphone p {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2.08px;
  max-width: 300px;
  font-size: 13px;
  line-height: 1.2em;
}

.fade-in {
  animation-name: fadeInAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

.fade-out {
  animation-name: fadeOutAnimation;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.fade-in1 {
  animation-name: fadeInAnimation;
  animation-duration: .1s;
  animation-timing-function: ease-out;
}

.fade-out1 {
  animation-name: fadeOutAnimation;
  animation-duration: .1s;
  animation-timing-function: ease-in;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOutAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation1 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOutAnimation2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#content-container {
  background-color: #0000;
  width: 300px;
  position: absolute;
  top: 50px;
  right: 30px;
}

.content-item {
  background-color: #fff;
  border-radius: 10px;
  width: 320px;
  height: 500px;
  padding-left: 10px;
}

.jenis {
  font-size: 32px;
  font-weight: bold;
}

.judul {
  font-size: 28px;
}

.item {
  background-color: #0000;
  flex-wrap: wrap;
  display: flex;
}

.icon-item {
  flex: 0 0 30%;
  justify-content: center;
  align-items: center;
  max-width: 30%;
  display: flex;
}

.icon {
  width: 50px;
  height: 50px;
}

.info-2 {
  flex: 0 0 70%;
  max-width: 70%;
  max-height: 170px;
  padding-top: 20px;
  padding-bottom: -10px;
  padding-right: 20px;
  overflow: auto;
}

.content-image {
  object-fit: cover;
  filter: drop-shadow(2px 4px 6px #000);
  max-width: 250px;
  max-height: 250px;
  padding-bottom: 50px;
  padding-right: 100px;
  display: flex;
  position: absolute;
}

.content-image:hover {
  max-width: 700px;
}

.convent-video {
  width: 30px;
  height: 30px;
  margin-right: 220px;
  display: flex;
  position: absolute;
}

.frame {
  background: #5f5f5f80;
  border-radius: 20px;
  width: 500px;
  height: 100%;
  margin: auto;
  padding: 20px;
  position: absolute;
  right: 0;
}

.username-title, .gender-title {
  font-size: 30px;
  font-weight: bold;
}

.gender-btn {
  justify-content: space-around;
  display: flex;
}

.female-card {
  background-color: pink;
  border-radius: 20px;
  width: 200px;
  height: 270px;
}

.female-btn {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.male-card {
  background-color: #00f;
  border-radius: 20px;
  width: 200px;
  height: 270px;
}

.male-btn {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.img-card {
  object-fit: cover;
  border-radius: 20px;
  width: 200px;
  height: 270px;
  margin-right: 10px;
  display: flex;
  position: absolute;
}

.username-display {
  color: #fff;
  pointer-events: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  position: absolute;
  transform: translateX(-50%);
}

/*# sourceMappingURL=index.3a01df49.css.map */
