*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
  border-radius: 10px;
}

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 70px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 60px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 70px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: #efefef;
  min-height: 900px;
  width: 100%;
  font-family: "Poppins", "Noto Sans TC", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 0.95rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1rem;
  }
}
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: 0.95rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #ff0000;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.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) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.related {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .related {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  .related {
    padding: 4em 0;
  }
}

.apps-list .apps-name, .block-title3, .block-title2, .block-title {
  font-family: "DM Serif Display", "Noto Sans TC", "Poppins", serif;
}

.text-primary {
  color: #ff0000 !important;
}

.text-secondary {
  color: #cc0000 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.6em;
  position: relative;
  margin-bottom: 0.8em;
  padding: 0 0 0.5em 0;
  line-height: 1.2;
  display: flex;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}
.block-title:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 70px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.block-title.txt-light {
  color: white;
}
.block-title.txt-light:before {
  background-color: white;
  left: 0;
  transform: none;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.85em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2.25em;
  }
}

.block-title2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1.5em;
  padding: 0 0 0.5em 0;
}
.block-title2:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 70px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.35em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.45em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2em;
  }
}

.block-title3 {
  font-size: 1.7em;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2.3em;
  }
}
.block-title3.txt-sm {
  font-size: 1.5em;
}
@media (min-width: 992px) {
  .block-title3.txt-sm {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .block-title3.txt-sm {
    font-size: 1.5em;
  }
}
@media (min-width: 1680px) {
  .block-title3.txt-sm {
    font-size: 1.67em;
  }
}

.block-title4 {
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
  line-height: 1;
  color: black;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.15em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.btn {
  position: relative;
  padding: 1em 1.4em;
  font-size: 0.9em;
  border-radius: 3px !important;
  letter-spacing: 0.1em !important;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  z-index: 99;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  font-weight: normal;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn {
    padding: 1.2em 1.85em;
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.4em 2.2em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.65em 1.2em !important;
  font-size: 0.95em;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.6em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.7em 1.2em !important;
    font-size: 0.9em;
  }
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: red;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 70px;
    height: 70px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  content: "";
  background-color: transparent;
  border: 1px solid #ff0000;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 80px;
    height: 80px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-link {
  color: #ff0000;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}
.btn-link.dark:hover, .btn-link.dark:active, .btn-link.dark:focus {
  color: white !important;
}

.btn-more {
  color: white;
  text-transform: uppercase;
}
.btn-more i {
  font-size: 1.8em;
}

.btn-primary {
  border: 0 !important;
  color: white !important;
  background-color: #ff0000 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}

.btn-secondary {
  position: relative;
  border: 0 !important;
  color: white;
  background-color: #ff0000 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white;
  border: 0 !important;
  background-color: #333 !important;
}

.btn-light {
  position: relative;
  border: 0 !important;
  color: #333;
  background-color: white;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: white !important;
  background-color: #ff0000 !important;
  border: 0 !important;
}

.btn-dark {
  border: 0 !important;
  color: white !important;
  background-color: #333 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white !important;
  background-color: #cc0000 !important;
  border: 0 !important;
}

.btn-outline-primary {
  border: 1px solid #ff0000;
  color: #ff0000;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
  color: white !important;
}
.btn-outline-primary.show {
  background-color: white !important;
  border: 1px solid #ff0000 !important;
  color: #ff0000 !important;
}

.btn-send {
  background-color: #ff0000;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-send i {
  font-weight: normal;
}
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background-color: #cc0000;
  color: White;
}

.btn-close {
  padding: 1em !important;
}

.video-container {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.apps-list {
  position: relative;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.apps-list:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 7px;
  content: "";
  background-color: #ff0000;
  transition: width 0.3s ease;
}
.apps-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.apps-list .apps-name {
  font-size: 1.4em;
  color: #333;
  text-align: center;
}
@media (min-width: 992px) {
  .apps-list .apps-name {
    font-size: 1.5em;
  }
  .apps-list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .apps-list:hover img {
    transform: scale(1.1);
  }
  .apps-list:hover .apps-name {
    color: #ff0000;
  }
  .apps-list:hover:after {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .apps-list .apps-name {
    font-size: 1.6em;
  }
}
@media (min-width: 1680px) {
  .apps-list .apps-name {
    font-size: 1.75em;
  }
}

.side-bar {
  top: 30px;
}

.related {
  background-color: white;
  overflow: hidden;
}
.related .related-slider {
  padding-bottom: 6em;
}
.related .related-slider .slider-wrap a {
  display: flex;
  flex-direction: column;
  margin: 10px;
}
.related .related-slider .slider-wrap a img {
  width: 100%;
  height: auto;
  border: 1px solid #cccccc;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.related .related-slider .slider-wrap a p {
  color: #333;
  text-align: center;
  font-size: 1em;
  margin-top: 1em;
  transition: all 0.3s linear;
}
.related .related-slider .slider-wrap a:hover img {
  border-color: #ff0000;
}
.related .related-slider .slider-wrap a:hover p {
  color: #ff0000;
}
.related .related-slider .slick-prev,
.related .related-slider .slick-next {
  top: auto;
  bottom: 0;
}/*# sourceMappingURL=apps.css.map */