.gray-bg {
  background: #f8fafa;
}

.owl-nav {
  display: none;
}

.owl-theme .owl-dots .owl-dot span {
  background: var(--Grey-100) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
#banner-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--Grey-950) !important;
}

.watch-video {
  height: 50px;
  display: flex;
  width: 85%;
  margin: 30px auto;
  background: var(--Neutral-Black);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: white;
}

.return-to-btn {
  position: relative;
  display: block;

  width: fit-content;
  margin: 10px auto;
  text-align: center;
  color: var(--Neutral-Black);
  padding-bottom: 5px;
}

.return-to-btn::after {
  position: absolute;
  width: calc(100% + 10px);
  content: '';
  height: 1px;
  background-color: var(--Neutral-Black);
  top: 100%;
  left: 0;
}

.return-to-btn:hover {
  color: var(--Neutral-Black);
}

.carousel-number {
  border-radius: 30rem;
  padding: 2px 10px;
  background-color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--Neutral-Black) !important;
}

.category-row-title {
  font-size: 0;
  margin-bottom: 24px !important;
}
.category-row-title .title-eng {
  display: block;
  font-family: 'Times New Roman';
  font-size: 24px;
}
.category-row-title .title-jps {
  font-weight: 500;
  font-size: 14px;
  color: var(--Grey-600);
  display: block;
  margin-top: 5px;
}

.title {
  font-weight: 700;
  font-size: 18px;
}

.sub-title {
  font-size: 14px;
}

@media (max-width: 576px) {
  .watch-video {
    width: 97%;
  }
}
