*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: #f6f6f6;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid #f6f6f6;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Poppins", Arial, "Noto Sans TC", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #00ccff;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 3.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 3.5) !important;
  }
}

.related {
  padding: 3.5em 0;
}
@media (min-width: 992px) {
  .related {
    padding: 4.5em 0;
  }
}
@media (min-width: 1680px) {
  .related {
    padding: 5em 0;
  }
}

.block-title {
  font-size: 2.1em;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.4em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.7em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3.2em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 4em;
  }
}

.block-title2 {
  font-size: 1.85em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-style: italic;
  font-weight: bold;
  color: #222222;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.2em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.45em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2.67em;
  }
}

.block-title3 {
  font-size: 1.85em;
  margin-bottom: 1em;
  line-height: 1.5;
  font-style: italic;
  font-weight: bold;
  color: #ffcc33;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .block-title3 {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 2.2em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2.45em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2.67em;
  }
}

.block-title4 {
  font-size: 1.3em;
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #999;
}
@media (min-width: 769px) {
  .block-title4 {
    font-size: 1.45em;
  }
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.65em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.85em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 1.9em;
  }
}

.block-title5 {
  font-size: 1.1em;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.33em;
  }
}

.text-primary {
  color: #00ccff !important;
}

.text-secondary {
  color: #ffcc33 !important;
}

.btn {
  padding: 0.75em 1.5em;
  font-size: 1em;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0.05em !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  margin-left: 2em;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.75em 1.7em;
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 0.85em 2em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.5em 1em !important;
  font-size: 0.9em;
  border-radius: 50px;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.5em !important;
    font-size: 0.85em;
  }
}

.btn-dark {
  background-color: #333;
  border: 0 !important;
  color: white;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #00ccff;
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #999 !important;
  font-size: 1em;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #333 !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
  border-radius: 0 !important;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #00ccff;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65px;
  height: 65px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: #00ccff;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
@media (min-width: 1680px) {
  .btn-play:before {
    width: 65px;
    height: 65px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  content: "";
  background-color: rgba(0, 204, 255, 0.5);
  box-shadow: 0 0 24px rgba(0, 204, 255, 0.5);
  z-index: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s linear;
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover:after, .btn-play:active:after, .btn-play:focus:after {
    box-shadow: none;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-primary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #00ccff;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #333;
  border: 0 !important;
}

.btn-search {
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em 0.8em;
  color: white !important;
  border-radius: 4px;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.form-control {
  border-radius: 4px;
  border: 0;
}

.input-group button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.img-wrap {
  transition: all 0.3s linear;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}

.apps-list {
  display: block;
  position: relative;
  overflow: hidden;
}
.apps-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/5;
  transition: all 0.3s linear;
}
.apps-list .apps-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.5em 1em;
  font-size: 2.2em;
  color: White;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}
@media (min-width: 769px) {
  .apps-list .apps-name {
    font-size: 2.6em;
  }
}
@media (min-width: 992px) {
  .apps-list .apps-name {
    font-size: 2.4em;
  }
  .apps-list:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .apps-list .apps-name {
    font-size: 2.3em;
  }
  .apps-list img {
    aspect-ratio: 18/25;
  }
}
@media (min-width: 1680px) {
  .apps-list .apps-name {
    font-size: 3.33em;
  }
}

/*Apps Detail*/
.apps-title {
  font-size: 2.4em;
  color: #00ccff;
  font-weight: bold;
}

.img-wrap {
  width: 100%;
  height: auto;
  margin-top: 1.5em;
}

@media (min-width: 992px) {
  .apps-title {
    font-size: 2.7em;
  }
  .img-wrap {
    margin-top: -6.5em;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, white 35%);
  }
}
@media (min-width: 1200px) {
  .apps-title {
    font-size: 3.2em;
  }
}
@media (min-width: 1680px) {
  .apps-title {
    font-size: 4em;
  }
  .img-wrap {
    margin-top: -8em;
  }
}
.related .related-slider {
  margin-top: 4em;
}
.related .related-slider img {
  width: 100%;
  height: auto;
}
.related .related-slider .p-name {
  text-align: center;
  font-size: 1em;
  color: #666;
}

.btn-control {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 0.5em 1em;
  margin-top: 4em;
  width: 100%;
}
.btn-control a {
  color: #666;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
}
.btn-control a i {
  color: #ffcc33;
  font-size: 1.3em;
}
.btn-control a:hover {
  color: #ffcc33;
}
.btn-control .btn-back {
  display: flex;
  width: 100%;
}/*# sourceMappingURL=apps.css.map */