:root {
  --primary: #8C86FF;
}

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");


.clean-a {
  text-decoration: none;
  color: inherit;
}

.bg-theme {
  background: var(--primary);
}

.bg-theme-light {
  background: #DDD3FF;
}

.text-theme {
  color: var(--primary);
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Noto Sans TC", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
}

#header {
  padding: 1rem 0;
  background: rgba(0, 0, 0, 0.25);
}

#header .nav-item {
  padding-left: 4rem;
}

#header .nav-item .nav-link {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

#banner {
  padding: 12rem 0;
}

#banner .bannerContent {
  max-width: 87.2rem;
  margin: 0 auto;
}

#banner .title {
  font-size: 6.8rem;
  font-weight: 700;
  color: #fff;
}

#banner .bannerText {
  font-size: 2.4rem;
  padding-top: 5rem;
  font-weight: 600;
  color: #606060;
}

#banner .bannerBtnCtrl {
  padding-top: 12.4rem;
}

#banner .bannerBtnCtrl .bannerBtn {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  padding: 1rem 3rem;
  border-radius: 1rem;
  background: #8C86FF;
}

#headerAndBanner {
  background: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sectionTitle {
  font-size: 4.8rem;
  color: #555555;
  font-weight: 700;
}

.topHeader {
  text-align: center;
  max-width: 62.8rem;
  margin: 0 auto;
}

.topHeader .topText {
  font-size: 1.8rem;
  text-align: center;
  color: #A3A3A3;
}

#mana {
  padding: 13rem 0;
}

#mana .personalized {
  padding-top: 8rem;
}

#mana .personalized .card {
  border: none;
  background: none;
}

#mana .personalized .card .card-title {
  font-size: 3.2rem;
  color: #606060;
  text-align: center;
}

#mana .personalized .card img {
  width: 14rem;
  margin: 0 auto;
}

.multyCards .container {
  max-width: 115rem;
  margin: 0 auto;
}

.multyCards .sectionTitle {
  display: flex;
  align-items: center;
}

.multyCards .sectionTitle img {
  margin-right: 1rem;
}

.multyCards .details {
  color: #606060;
  font-size: 1.8rem;
  font-weight: 600;
  max-width: 62rem;
  padding-top: 2rem;
}

.multyCards.active {
  background: #F8F8FF;
  padding: 3rem 0;
}

.multyCardsLast {
  padding-bottom: 8rem;
  margin-bottom: 4rem;
}

#footer {
  padding: 12rem 0;
  background: url(../images/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#footer .footerBox {
  max-width: 60rem;
  margin: 0 auto;
}

#footer .footerBox .singleInput {
  margin-top: 4.8rem;
  position: relative;
}

#footer .footerBox .singleInput input {
  font-size: 2.2rem;
  font-weight: 400;
  color: #818181;
  padding: 1rem 6rem;
  border: 1px solid #818181;
  border-radius: 1rem;
}

#footer .footerBox .singleInput .inputIcon-1 {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}

#footer .footerBox .singleInput .sendBtn {
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

a.to-top-button {
  background: transparent;
  box-shadow: none;
}

/* a.to-top-button.bp-br.bm-2 {
  right: 12.65%;
  bottom: 4rem;
} */

.videoCtrl {
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}

.clean-input {
  border: none;
  outline: none;
  padding: 0.5rem;
  border-radius: 5px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }

  .container {
    padding: 0 2.5rem;
    overflow-x: hidden;
  }

  #header .nav-item {
    padding-left: 0;
  }

  .singleBox {
    padding: 3rem 0;
    text-align: center;
  }

  .singleBox .sectionTitle {
    padding-top: 2rem;
  }

  #multyCards .details {
    padding-bottom: 2rem;
  }

  .sectionTitle {
    font-size: 3.5rem;
  }

  #multyCards .sectionTitle {
    display: block;
  }

  .multyCards .details {
    padding-bottom: 3rem;
  }
}



.mana-chat .avatar img {
  cursor: pointer;
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: all ease 0.4s;
}

.mana-chat .avatar.mini img {
  width: 4rem;
  height: 4rem;
  box-shadow: none;
}

.mana-chat .avatar {
  position: relative;
  text-align: end;
}

.mana-chat .avatar::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 4px solid white;
  background-color: rgb(65, 247, 153);
  position: absolute;
  bottom: 0;
  right: 0;
}

.mana-chat .avatar.mini::after {
  width: 1rem;
  height: 1rem;
  border: 2px solid white;
}

.mana-chat .chat-box {
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.2);
}


.loader {
    text-align: center;    
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border-radius: 15px;
    animation: loader 0.5s infinite alternate;
}
.loader span:nth-of-type(2) {
    animation-delay: 0.2s;
}
.loader span:nth-of-type(3) {
    animation-delay: 0.6s;
}
@keyframes loader {
  0% {
    opacity: 0.9;
    transform: scale(0.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}


.push-pop {
  animation: pulse 0.3s linear 1;
}

.scale-in-center {
  -webkit-animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes pulse {
  25% {
    transform: scale(0.9);
  }

  75% {
    transform: scale(1.1);
  }
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}