@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap");
body {
  font-family: 'Noto Sans TC', sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

p {
  font-size: 16px;
  line-height: 2;
}

.link-item {
  text-transform: uppercase;
}

.navbar {
  background: #0a0a0a;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

.bg-hemusih-gold {
  background: linear-gradient(#cea956, #ead989, #f7f4b5, #c7aa5d);
}

.bg-gold-dark {
  background: #0f0f0e;
  color: #fff;
}

.bg-black {
  background: #000;
  color: #fff;
}

.text-gold {
  color: #cea956;
}

.fill {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -3;
}

.btn-gold {
  background: linear-gradient(45deg, #dbbe6d, #aa7708, #dbbe6d);
  color: #fff;
  transition: 0.3s;
}

.btn-gold:hover {
  background: linear-gradient(45deg, #a18c50, #755206, #94804b);
  color: #fff;
  box-shadow: 0px 0px 7px #fde9b0;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.z-2 {
  z-index: 2;
}

section {
  padding: 75px 0;
  overflow-x: hidden;
}

section.hero {
  padding: 0;
}

.section-padding {
  padding: 150px 0;
}

.section-title {
  font-size: 40px;
  position: relative;
}

.section-title.bottom-line:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80px;
  height: 2px;
  background-color: #d3892e;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }
}

.section-desc {
  color: #9c9c9c;
}

.hero {
  position: relative;
  height: 100vh;
  max-height: 764px;
}

.hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  top: 0;
  left: 0;
  z-index: -2;
}

.hero .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #c9c9c9, transparent 50%);
  mix-blend-mode: multiply;
  z-index: -1;
}

.hero .content {
  padding: 300px 0;
  text-align: center;
}

.hero .content h1 {
  color: #fff;
  letter-spacing: 10px;
  font-size: 80px;
  text-shadow: 0px 3px 5px #6b6b6b;
  font-weight: bold;
}

.hero .content span {
  font-size: 22px;
  color: #fff;
  text-shadow: 0px 1px 2px #6b6b6b;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .hero .content {
    padding: 250px 0;
  }
  .hero .content h1 {
    font-size: 30px;
  }
  .hero .content span {
    font-size: 16px;
  }
}

.navbar .navbar-brand {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 300;
}

.navbar .navbar-brand img {
  width: 200px;
}

.navbar .navbar-nav .nav-link {
  color: #ead989;
}

.navbar .navbar-nav .nav-link.active {
  color: #cea956;
}

.about {
  background: #0f0f0e;
}

.about h2 {
  margin-bottom: 30px;
}

.about h2 small {
  display: block;
  font-size: 36px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .about h2 small {
    font-size: 24px;
  }
}

.about h2 span {
  display: block;
  font-size: 48px;
  font-weight: 800;
}

@media (max-width: 768px) {
  .about h2 span {
    font-size: 36px;
  }
}

.about .circle {
  width: 300px;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.about .circle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: #cea956 5px solid;
  border-radius: 50%;
  filter: drop-shadow(0 3px 25px #cea956);
}

.about .circle::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #cea956;
  top: 10%;
  left: 75%;
  transform: translate(-50%, -50%);
}

.about .circle span {
  font-size: 36px;
  color: #cea956;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
}

.features {
  background: #000000;
}

.features h2 {
  color: #fff;
}

.features .box {
  max-width: 350px;
  border: #ead889a9 4px solid;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
  height: 100%;
  background-color: #111;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 3px 5px #ccaa10;
}

.features .box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center;
  margin-right: auto;
  margin-left: auto;
}

.features .box h3 {
  font-size: 24px;
  color: #fff;
}

.features .box span {
  font-size: 14px;
  color: #aaa;
}

.features .box p {
  font-size: 16px;
  color: #fff;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

.features .box.hope {
  border: #b0ea89a9 4px solid;
  box-shadow: 0 3px 5px #9acc10;
  position: relative;
}

.features .box.hope a {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media (max-width: 768px) {
  .features .box {
    max-width: 320px;
  }
}

.service h3 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .service h3 {
    font-size: 20px;
  }
}

.seo-benefit h3 {
  padding: 10px 15px;
  background: linear-gradient(to right, #eba819, transparent);
  font-size: 20px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  letter-spacing: 2px;
}

.seo-benefit ul li span {
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 800;
  font-style: italic;
  color: #ffcc5b;
  text-shadow: 0 1px 1px rgba(255, 0, 0, 0.1);
  border-bottom: 3px solid #ed6362;
}

.price .card {
  background: #111;
  border: 1px solid #555;
  height: 100%;
  transform: translateY(30px) scale(0.95);
  color: #555;
}

.price .card.gold {
  color: #fff;
  box-shadow: 0px 5px 15px #cca758b7;
  border: 2px solid #cea856ad;
  background: url(../image/bg2.jpg) no-repeat center/cover;
  transform: translateY(0px);
}

.choice h2 {
  letter-spacing: 5px;
}

.choice h3 {
  display: inline-block;
  padding: 15px 0;
  margin: 30px auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  letter-spacing: 4px;
}

.contact h2 {
  letter-spacing: 5px;
}

.contact h3 {
  font-size: 20px;
  font-weight: 300;
}

.contact address {
  margin: 30px 0;
}

.contact address ul li {
  margin-bottom: 15px;
  padding: 10px 15px;
  background: linear-gradient(to right, #cea956, transparent);
}

.contact address ul li a {
  text-decoration: none;
}

.intro article label {
  color: #d39f2e;
  font-size: 14px;
}

.intro article h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 16px;
}

.intro article p {
  font-size: 16px;
  color: #ffffffaa;
  max-width: 440px;
}

@media (max-width: 1200px) {
  .intro article p {
    max-width: 100%;
  }
}

.intro article a.more {
  width: 120px;
  position: relative;
  padding-left: 130px;
  color: #ed6362;
  text-decoration: none;
}

.intro article a.more::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 120px;
  height: 1px;
  background: #ed6362;
}

.bg-black-block {
  position: absolute;
  top: 150px;
  right: 0;
  width: 800px;
  height: 250px;
  background: #111;
  box-shadow: 0 0px 60px rgba(255, 255, 255, 0.4);
  z-index: 1;
}

@media (max-width: 1200px) {
  .bg-black-block {
    width: 100%;
    z-index: -1;
  }
}
/*# sourceMappingURL=all.css.map */