@charset "UTF-8";
@font-face {
  font-family: "DouyuFont";
  src: url("../font/douyuFont.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微軟雅黑", "PingFang HK", "PingFang TC", "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  background-color: #000000;
}

h2,
div,
a,
p,
li,
input,
textarea,
button {
  font-weight: 400;
}

header {
  background-color: #000000;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #333;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
header nav .logo img {
  height: 40px;
}
header nav .nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
  font-family: "DouyuFont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微軟雅黑", "PingFang HK", "PingFang TC", "PingFang SC", sans-serif;
}
header nav .nav-links li a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}
header nav .nav-links li a:hover {
  color: #E1FA00;
}

section {
  padding: 4rem 0;
}
section h2 {
  font-size: 2rem;
}

.m2mouse {
  background-image: url("../images/mouse_KV.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  aspect-ratio: 1280/700;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  min-height: 400px;
}
.m2mouse .container {
  padding-left: 25%;
  padding-top: 12%;
}
.m2mouse h2 {
  font-size: 4.5vw;
  margin-bottom: 1rem;
  color: #FF9191;
  font-family: "DouyuFont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微軟雅黑", "PingFang HK", "PingFang TC", "PingFang SC", sans-serif;
}
.m2mouse h2 .pro {
  background-color: #FFF;
  color: #000;
  font-size: 1.5vw;
  padding: 0.5vw 0.7vw;
  border-radius: 0.8vw;
}
.m2mouse p {
  font-size: 1.5vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
}
@media (max-width: 768px) {
  .m2mouse .container {
    padding-left: 10%;
    padding-top: 0%;
  }
  .m2mouse h2 {
    font-size: 5vw;
  }
  .m2mouse p {
    font-size: 2.5vw;
  }
}

.a75keyboard {
  background-image: url("../images/keyboard_KV.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  aspect-ratio: 1280/700;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  min-height: 400px;
}
.a75keyboard .container {
  padding-left: 48%;
  padding-top: 12%;
}
.a75keyboard h2 {
  font-size: 4.5vw;
  margin-bottom: 1rem;
  color: #E1FA00;
  font-family: "DouyuFont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微軟雅黑", "PingFang HK", "PingFang TC", "PingFang SC", sans-serif;
}
.a75keyboard p {
  padding-left: 6vw;
  font-size: 1.5vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
}
.a75keyboard .secondline {
  padding-left: 9vw;
  font-size: 1.5vw;
}
@media (max-width: 768px) {
  .a75keyboard .container {
    padding-left: 47%;
    padding-top: 8%;
  }
  .a75keyboard h2 {
    font-size: 5vw;
  }
  .a75keyboard p {
    font-size: 2.5vw;
    padding-left: 15%;
  }
  .a75keyboard .secondline {
    padding-left: 23%;
    font-size: 2.5vw;
  }
}

.shop {
  background-image: url("../images/store_KV.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  aspect-ratio: 1280/700;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
}
.shop h2 {
  font-size: 4.5vw;
  color: #FF60E8;
  font-family: "DouyuFont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微軟雅黑", "PingFang HK", "PingFang TC", "PingFang SC", sans-serif;
}
.shop p {
  font-size: 1.5vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
}
@media (max-width: 768px) {
  .shop .container {
    text-align: center;
  }
  .shop .container .service-grid {
    justify-content: center;
  }
  .shop h2 {
    font-size: 5vw;
  }
  .shop p {
    font-size: 2.5vw;
  }
}
.shop .service-grid {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.shop .service-card {
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  transform: scale(1);
  opacity: 1;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
}
.shop .service-card.active {
  transform: scale(1.25);
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.shop .service-card.inactive {
  transform: scale(0.75);
  opacity: 0.75;
}
.shop .service-card img {
  width: 150px;
  height: 150px;
  margin-bottom: 1rem;
}
.shop .service-card h3 {
  color: #ffffff;
}

.driver-hub {
  background-image: url("../images/hub_KV.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  aspect-ratio: 1280/700;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.driver-hub a {
  background-color: #E1FA00;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000 !important;
  text-decoration: none;
  border-radius: 999rem;
  font-size: 1vw;
}
.driver-hub a:hover {
  text-decoration: none;
}
.driver-hub a:visited {
  color: inherit;
}
.driver-hub h2 {
  font-size: 4.5vw;
  color: #FF60E8;
  font-family: "DouyuFont", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微軟雅黑", "PingFang HK", "PingFang TC", "PingFang SC", sans-serif;
}
.driver-hub p {
  font-size: 1.5vw;
  font-weight: 400;
  letter-spacing: 0.1vw;
}
@media (max-width: 768px) {
  .driver-hub .container {
    text-align: center;
  }
  .driver-hub .container .service-grid {
    justify-content: center;
  }
  .driver-hub h2 {
    font-size: 5vw;
  }
  .driver-hub p {
    font-size: 2.5vw;
  }
}
.driver-hub .service-grid {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.driver-hub .service-card {
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  transform: scale(1);
  opacity: 1;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.4s ease;
}
.driver-hub .service-card.active {
  transform: scale(1.25);
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.driver-hub .service-card.inactive {
  transform: scale(0.75);
  opacity: 0.75;
}
.driver-hub .service-card img {
  width: 150px;
  margin-bottom: 1rem;
}
.driver-hub .service-card h3 {
  color: #ffffff;
}

.contact {
  background-color: #f8f9fa;
}
.contact #contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact #contact-form input,
.contact #contact-form textarea {
  padding: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", "微軟正黑體", "Microsoft YaHei", "微軟雅黑", "PingFang HK", "PingFang TC", "PingFang SC", sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s ease-in-out;
}
.contact #contact-form input:focus,
.contact #contact-form textarea:focus {
  outline: none;
  border-color: #E1FA00;
}
.contact #contact-form button {
  padding: 1rem 2rem;
  background-color: #E1FA00;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
footer {
  background-color: #000;
  color: #fff;
  padding: 2rem 0;
}
footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
footer p {
  margin: 0;
}

@media (max-width: 768px) {
  header nav {
    flex-direction: column;
    gap: 1rem;
  }
  header nav .nav-links {
    gap: 1rem;
  }
}

/*# sourceMappingURL=styles.css.map */
