/*
Theme Name: GoldE
Author: caxerx
Author URI: https://best.1lo.li
Version: 1.0
*/

html {
  background-color: rgb(250, 249, 247);
}

.homepage-top {
  background-image: url("assets/images/homepage-bg.jpg");
  background-position: center;
  background-size: cover;
  height: 700px;
  display: flex;
  flex-direction: column;
}

.scroll-down-text {
  letter-spacing: 1.5px;
}

.language-select {
  font-family: "PingFangHK";
}
.language-select img {
  height: 26px;
  width: 26px;
}

.carousel-indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 5px;
  background-color: lightgrey;
}

.carousel-indicator.selected {
  background-color: black;
}

.divider-shadow {
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.2);
}

.homepage-member-privileges {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.6),
      #ffffff
    ),
    url("assets/images/bg-member.jpg");
  background-size: cover;
  box-shadow: inset 0 12px 6px -6px rgba(0, 0, 0, 0.2);
}

.homepage-news,
.homepage-feedback {
  background-color: white;
}

.aspect-ratio-box {
  position: relative;
  width: 100%;
}

.aspect-ratio-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.aspect-ratio-box .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}

.prv {
  background-position: center;
}

.learn-more-button {
  min-width: 330px;
}

.phone-swiper-container {
  max-height: 686px;
}

.avatar {
  width: 45px;
  height: 45px;
}

.card {
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.15);
}