@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi:wght@700&display=swap");
body {
  margin: 0;
  background: url("../image/bg-05.png");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1140px;
  width: 90%;
  margin: auto;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul li {
  margin: 12px 0;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}

h1,
h2,
h3 {
  margin: 0;
}

h2 {
  padding-bottom: 40px;
  font-family: 'Kaisei HarunoUmi', serif;
}

h2 span {
  display: block;
  margin-top: 2rem;
  position: relative;
  font-size: 0.6em;
}

h2 span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.75rem;
  height: 1.5rem;
  width: 1px;
  background-color: #000;
}

p {
  line-height: 1.7em;
}

.primary-color {
  color: #FF989B;
}

img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: #FF989B;
  font-size: 24px;
}

.btn {
  width: 100px;
  line-height: 16px;
  font-size: 14px;
  padding: 8px;
  margin: 16px 8px;
  background-color: #FF989B;
  font-weight: 300;
  color: white;
  border-radius: 50vh;
  text-align: center;
}

.btn.secondary {
  background-color: white;
  color: #FF989B;
}

.point {
  color: #FF989B;
  font-size: 1.2em;
}

section:not(:first-child) {
  padding: 40px 0;
}

.link-btn {
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  color: #F8F5FE;
  background-color: #FF989B;
  border-radius: 50vh;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-size: cover;
  background: white;
  border-bottom: 2px solid rgba(128, 128, 128, 0.1);
}

.navbar h1 {
  margin: 0;
  font-size: 20px;
  margin-left: 12px;
  font-family: 'Kaisei HarunoUmi', serif;
}

.navbar h1 a {
  color: gray;
}

.navbar .navbar-toggler {
  color: transparent;
}

.navbar .navbar-toggler i {
  color: gray;
}

.navbar .navbar-collapse {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.navbar .navbar-collapse .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
}

.navbar .navbar-collapse .navbar-nav .nav-link {
  text-align: center;
  color: gray;
  margin: 12px;
  padding: 10px;
}

#banner {
  position: relative;
}

#banner img {
  height: 80vh;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

#banner #carouselExampleIndicators {
  width: 80%;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: white;
}

#banner .img-content {
  font-size: 1.2em;
}

#banner .img-content span {
  color: #FF989B;
}

#banner .img-content .point {
  font-size: 2em;
  margin-bottom: 4px;
  display: inline-block;
}

#banner .img-content .animate__lightSpeedInLeft {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

#banner .img-content .animate__lightSpeedInLeft:not(.point) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#banner .banner-content {
  padding: 25px;
  background-color: #FFE3E4;
  -webkit-box-shadow: 6px 6px 6px rgba(17, 17, 17, 0.1);
  box-shadow: 6px 6px 6px rgba(17, 17, 17, 0.1);
}

#banner .banner-content a {
  text-align: center;
  color: gray;
  font-size: 15px;
}

#banner .banner-content p span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #FF989B;
}

#banner .banner-content i {
  padding: 10px;
  font-size: 20px;
  color: #FF989B;
  border-radius: 50%;
}

#banner img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 80vh;
  width: 100%;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

#about {
  background: url("../image/bg-02.jpg") no-repeat 95% bottom/cover, #f3f3f3;
  background-blend-mode: overlay;
}

#about p {
  font-size: 14px;
  color: gray;
}

#about p span:not(.primary-color) {
  display: block;
}

#about p.big-text {
  font-size: 1.5em;
}

#services {
  position: relative;
}

#services::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 20%;
  background: url("../image/bg-06.png") no-repeat left bottom/contain;
}

#services::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 20px;
  width: 15%;
  height: 15%;
  background: url("../image/bg-07.png") no-repeat right top/contain;
}

#services .services-box {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: url("../image/services/鈔票蛋糕.jpg") no-repeat center;
  background-size: 100%;
  margin: 20px;
}

#services .services-box h3 {
  line-height: 220px;
  color: white;
}

#services .services-box h3 small {
  font-size: 14px;
}

#services .services-box:nth-child(2) {
  background: url("../image/services/熱氣球.jpg") no-repeat center;
  background-size: 100%;
}

#services .services-box:nth-child(3) {
  background: url("../image/services/水晶球熊熊.jpg") no-repeat center;
  background-size: 100%;
}

#services .services-box:nth-child(4) {
  background: url("../image/services/客製化禮品.jpg") no-repeat center;
  background-size: 100%;
}

#process {
  background: url("../image/bg-01.png");
}

#process video {
  width: 100%;
}

#process .step {
  position: relative;
}

#process .step:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: -30px;
  height: 110%;
  width: 1px;
  background: #FF989B;
}

#process .step .link-btn {
  background-color: white;
  color: #FF989B;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

#process .step h3 {
  display: inline-block;
  position: relative;
  font-size: 1em;
  margin-top: 20px;
  color: #FF989B;
}

#process .step h3::after {
  content: "1";
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  background-color: #FF989B;
  text-align: center;
  color: white;
  font-size: 15px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
}

#process .step:nth-child(2) h3::after {
  content: "2";
}

#process .step:nth-child(3) h3::after {
  content: "3";
}

#process .step:nth-child(4) h3::after {
  content: "4";
}

#process .step li,
#process .step p {
  color: gray;
  font-size: 14px;
  margin: 8px 0;
}

#portfolios h3 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
  color: gray;
  position: relative;
  font-family: 'cwTeXFangSong', serif;
}

#portfolios h3::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  height: 200px;
  width: 260px;
  background: url("../image/bg-04.png") no-repeat center/contain;
  z-index: -1;
}

#portfolios .tab-link a {
  display: block;
  text-align: center;
  padding: 4px;
  margin: 16px 0;
  width: 45%;
  border: 1px solid #FF989B;
  color: #FF989B;
}

#portfolios .tab-link a.active {
  color: white;
  background-color: #FF989B;
}

#portfolios .tab-box .tab-item {
  height: 0;
  overflow: hidden;
}

#portfolios .tab-box .tab-item.show {
  height: auto;
}

#portfolios .tab-box .tab-item .multiple-item {
  margin: 30px;
}

#portfolios .tab-box .tab-item .multiple-item a {
  margin: 5px;
}

#portfolios .tab-box .tab-item .multiple-item a img {
  height: 60vh;
  -o-object-fit: contain;
  object-fit: contain;
}

#contact {
  background: url("../image/bg-03.jpg") no-repeat center/cover, #f1f1f1;
  background-blend-mode: overlay;
}

#contact a {
  display: block;
  margin: 16px 0;
  font-size: 15px;
  color: gray;
}

#contact i {
  margin-right: 12px;
  width: 16px;
  line-height: 16px;
  color: #FF989B;
}

#contact p {
  margin: 16px 0;
  font-size: 15px;
  color: #FF989B;
}

#contact p span {
  display: block;
  color: gray;
}

#contact p a {
  margin: 0;
  display: inline-block;
}

#contact iframe {
  height: 300px;
}

#contact .contact-content {
  padding: 40px;
  background-color: #FFE3E4;
}

footer {
  padding: 20px;
  padding-bottom: 80px;
  background: white;
}

footer p,
footer a {
  color: #000;
  margin: 0;
  font-size: 14px;
}

.quick-link-l {
  z-index: 99;
  position: fixed;
  bottom: 40px;
  right: 20px;
  font-size: 20px;
}

.quick-link-l .link-btn {
  margin-top: 20px;
  display: block;
  background: white;
  color: gray;
  font-size: 20px;
  border: 1px solid;
}

.quick-link-s {
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
}

.quick-link-s .link-btn {
  font-size: 24px;
  line-height: 30px;
  width: 33.333333%;
  color: gray;
  text-align: center;
  background-color: unset;
  padding: 8px 0;
  float: left;
  margin: 0;
}

.quick-link-s .link-btn i {
  margin: auto;
}

@media screen and (min-width: 992px) {
  .btn:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    color: white;
  }
  .btn:hover.secondary {
    color: #FF989B;
  }
  .link-btn:hover, #process .link-btn:hover {
    background: #FF989B;
    color: white;
    cursor: pointer;
  }
  #portfolios .tab-link a:hover {
    background-color: #FF989B;
    color: white;
  }
  #contact a:hover, footer a:hover, .navbar .navbar-nav .nav-link:hover, .navbar .navbar-brand:hover {
    color: #FF989B;
  }
  section:not(:first-child) {
    padding: 120px 0;
  }
  h2 {
    padding-bottom: 60px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link {
    margin: 0 12px;
  }
  #banner #carouselExampleIndicators {
    top: 30%;
  }
  #banner .img-content {
    font-size: 1.8em;
  }
  #banner .banner-content {
    position: absolute;
    padding: 40px 20px;
    width: 40%;
    max-width: 750px;
    bottom: -40px;
    left: 0;
    display: inline-block;
  }
  #banner .banner-content p {
    margin: 0 12px;
  }
  #banner .banner-content p a:hover {
    color: #FF989B;
  }
  #services .services-box {
    width: 300px;
    height: 300px;
    margin: 40px 60px;
    -webkit-transition: background-size 0.3s;
    transition: background-size 0.3s;
  }
  #services .services-box h3 {
    line-height: 300px;
  }
  #services .services-box:hover {
    background-size: 105%;
  }
  #process video {
    height: 60vh;
  }
  #portfolios .tab-link a {
    width: 20%;
  }
  #portfolios .tab-box .tab-item .multiple-item a img {
    height: 40vh;
  }
  #portfolios h3 {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  #contact iframe {
    height: 100%;
  }
  #contact .contact-content {
    padding: 40px 100px;
  }
}
/*# sourceMappingURL=style.css.map */