@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Neonderthaw&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sevillana&display=swap");
body {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.2rem;
  font-weight: 600;
  background: #EEDCEF;
  color: #2F1730;
}

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

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

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

.navbar-toggler {
  font-size: 1rem;
}

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

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

main {
  background: transparent;
}

section {
  padding: 75px 0;
}

.list-style {
  list-style: none;
  margin-bottom: 40px;
}

.list-style li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  color: #ccc;
  transition: 0.4s;
}

.list-style li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.list-style li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 3px;
  height: 3px;
  background: #aaa;
  border-radius: 50%;
  transition: 1s;
}

.list-style li:hover {
  filter: brightness(2);
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}

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

.sidebar ul li {
  margin-bottom: 16px;
}

.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: #EEDCEF;
  color: #c587c7;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0.6;
  text-decoration: none;
}

.sidebar ul li a:hover {
  opacity: 1;
}

.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}

.sidebar ul li:last-child a {
  border: none;
}

@media (max-width: 991px) {
  .sidebar {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .sidebar ul {
    display: flex;
  }
  .sidebar ul li {
    flex-grow: 1;
    margin-bottom: 0;
  }
  .sidebar ul li a {
    opacity: 1;
    width: 100%;
    border-right: 1px solid #eee;
  }
  .sidebar ul li a span {
    display: inline-block;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section {
  overflow-x: hidden;
}

.img_box img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
  object-position: center;
}

.border_dec {
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: solid 3px #fff;
  z-index: 1;
  top: 5px;
  left: 5px;
}

section:not(:first-child) .row > * {
  margin-bottom: 1rem;
  color: #9E4CA1;
  padding: 1rem;
}

h2 {
  letter-spacing: 6px;
  color: #c587c7;
  font-weight: bold;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  border-right: solid 3px #c587c7;
  border-left: solid 3px #c587c7;
}

h2::before {
  content: "";
  position: absolute;
  opacity: 1;
  top: 0%;
  left: -10px;
  -webkit-text-stroke: 1px #EEDCEF;
  -webkit-text-fill-color: transparent;
  font-size: 10rem;
  z-index: -1;
}

@media (max-width: 991px) {
  h2::before {
    font-size: 5rem;
    top: 2rem;
  }
}
.dec {
  opacity: 0.6;
  color: #c587c7;
}
.dec i {
  font-size: 12px;
  color: #c587c7;
}

header .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  transition: 0.4s;
  z-index: 99;
}

header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

@media (max-width: 991px) {
  header .navbar .navbar-brand {
    filter: brightness(1);
  }
}
header .navbar .navbar-brand img {
  width: 40px;
  object-fit: contain;
  margin-right: 10px;
  transition: 0.5s;
}

header .navbar .navbar-brand span {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
}

header .navbar.scrolled .navbar-brand,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  color: #2F1730;
  transition: 0.5s;
}

header .navbar.scrolled .navbar-brand:before,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c587c7;
  width: 0%;
  height: 2px;
  transition: 0.5s;
  z-index: -1;
}

header .navbar.scrolled .navbar-brand:hover::before,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}

header .navbar.scrolled {
  background: #EEDCEF;
}

header .navbar.scrolled .navbar-brand {
  filter: brightness(1);
}

header .navbar.scrolled .navbar-brand img {
  width: 40px;
}

header .navbar.scrolled .nav-link {
  transition: 0.5s;
}

header .navbar.scrolled .navbar-brand:hover,
header .navbar.scrolled .nav-link:hover {
  color: #c587c7 !important;
}

@media (max-width: 991px) {
  header .navbar {
    background: #EEDCEF;
  }
}
.hero {
  padding-top: 120px;
  position: relative;
  width: 100%;
  object-fit: cover;
  overflow-y: hidden;
  display: flex;
  align-items: center;
}
.hero a {
  text-decoration: none;
}
.hero a {
  transition: all 0.4s;
  color: #c587c7;
}
.hero a i {
  position: relative;
  left: 0;
  transition: all 0.4s;
}
.hero a:hover {
  color: #9E4CA1;
}
.hero a:hover i {
  left: 8px;
}

.hero img {
  object-fit: contain;
  height: fit-content;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .hero img {
    object-fit: contain;
    height: fit-content;
  }
}
.hero .row {
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}

@media (max-width: 1199px) {
  .hero .row {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (max-width: 991px) {
  .hero .row {
    padding-bottom: 30%;
  }
}
/*  */
.hero .row .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .hero .title {
    position: absolute;
    top: 50%;
    margin-left: 3rem;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .hero .title {
    padding: 1rem;
    margin: 0px;
    transform: translateY(0%);
  }
}
.hero .title p {
  display: inline-block;
  background: #c587c7;
  color: #fff;
  padding: 0.15rem 1rem;
  border: solid 2px #fff;
  box-shadow: 0px 0px 0px 5px #c587c7;
  border-radius: 3px;
}

.hero .title::after {
  content: "";
  width: 120px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0px;
  background: #c587c7;
  transform: translateY(100%);
}

@media (max-width: 991px) {
  .hero .title::after {
    display: none;
  }
}
.hero .title {
  padding-top: 80px;
  position: relative;
}

.hero .title h1 {
  color: #c587c7;
  letter-spacing: 0.6rem;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 992px) {
  .hero .title h1 {
    font-size: 3.5rem;
  }
}
.hero .title small {
  position: absolute;
  top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  opacity: 0.1;
  line-height: 1.5;
  font-weight: 300;
}

@media (min-width: 992px) {
  .hero .title small {
    white-space: nowrap;
    font-size: 3em;
    opacity: 0.1;
  }
}
@media (max-width: 1199px) {
  .hero .txt-content {
    padding: 20vh 0;
  }
  .hero .txt-content h1 {
    font-size: 40px;
  }
}
.about {
  background: rgba(255, 255, 255, 0.1);
  background-blend-mode: color;
  padding-top: 5rem;
  padding-bottom: 7rem;
  position: relative;
  z-index: 0;
}
.about:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  max-width: 500px;
  opacity: 0.1;
  background: url(../img/bg2.png) no-repeat center/contain;
  z-index: -1;
}

@media (max-width: 991px) {
  .about {
    background: transparent;
  }
}
.about h2::before {
  content: "About";
}

.about .sec_title {
  background: #EEDCEF;
  border: solid 2px #fff;
  box-shadow: 0px 0px 0px 5px #EEDCEF;
  border-radius: 3px;
}

.about .time {
  background: #EEDCEF;
}

.about .timeline p:not(:last-child) {
  position: relative;
}

.about .timeline p:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 22px;
  width: 10px;
  border-left: solid 2px #EEDCEF;
  left: 0;
  bottom: 0;
  transform: translate(30px, 80%);
}

section {
  position: relative;
}

section .scroll-down {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(-50%, 0%);
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 80px;
}

section .scroll-down:hover {
  opacity: 0.5;
}

section .scroll-down .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}

section .scroll-down .arrow:nth-of-type(1) {
  animation-delay: 0s;
}

section .scroll-down .arrow:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.15s;
}

section .scroll-down .arrow:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.masonry-store {
  column-width: 300px;
  column-gap: 10px;
}

.masonry-store a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #aaa;
  margin-bottom: 5px;
}

.masonry-store a img {
  filter: brightness(0.8);
  transition: 0.4s;
}

.masonry-store a img:hover {
  filter: brightness(1);
}

@media (max-width: 576px) {
  .masonry-store {
    column-width: 150px;
  }
  .masonry-store a img {
    filter: brightness(1);
  }
}
.services {
  position: relative;
}

.services h2::before {
  content: "Services";
}

.services .item .img-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  margin: auto;
}

.services .item img {
  padding: 20px;
}

.price h2::before {
  content: "SERVICES";
}

.price p.member {
  text-align: center;
  color: #2F1730;
  font-size: 16px;
  margin-top: 20px;
  display: block;
}

.price .price-box dt,
.price .price-box dd,
.price .price-box strong {
  flex: 1;
}
.price .price-box dt,
.price .price-box dd {
  font-size: 18px;
}
.price .price-box dd,
.price .price-box strong.title {
  text-align: center;
}
.price .price-box.title-box {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #EEDCEF;
}

@media (max-width: 767px) {
  .price .price-box strong, .price .price-box dt, .price .price-box dd {
    font-size: 13px;
  }
}
section.price .row {
  position: relative;
}

section.price .row > * {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

section.price dl .row {
  position: relative;
  margin-bottom: 16px;
}

.price h3 {
  background-color: #9E4CA1;
  color: white;
  display: inline-block;
  padding: 8px 20px;
  font-size: 24px;
  margin-bottom: 36px;
}

.portfolio {
  background: rgba(255, 255, 255, 0.1);
  background-blend-mode: color;
}

.portfolio h2::before {
  display: inline-block;
  width: 600px;
  text-transform: uppercase;
}

#portfolios1 h2:before {
  content: "Tinting";
}

#portfolios2 h2:before {
  content: "fluttering";
}

#portfolios3 h2:before {
  content: "EYELINER";
}

#portfolios4 h2:before {
  content: "LIP";
}

.portfolio a {
  width: 100%;
  height: 300px;
  border: solid 5px #fff;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  transition: 0.5s;
}

.portfolio a:hover {
  transform: rotate(1.5deg) scale(1.05);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
}

.portfolio a:hover img {
  transform: scale(1.1);
}

.portfolio img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-fit: center;
  transition: 0.5s;
}

#food2 h2::before {
  content: "Side dish";
}

#food3 h2::before {
  content: "Beverage";
}

.contact {
  position: relative;
  padding: 0px;
  background: rgba(0, 0, 0, 0.1);
}

.contact .contact_box {
  height: 100%;
}

.contact address {
  padding-left: 20px;
}

.contact address ul li a {
  color: #2F1730;
  transition: 0.4s;
}

.contact address ul li a:hover {
  color: #9E4CA1;
}

.contact address ul li a i {
  font-size: 18px;
  line-height: 24px;
}

.contact .sns {
  padding-left: 20px;
}

.contact .sns a {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2F1730;
  color: #2F1730;
  text-decoration: none;
  font-size: 20px;
  transition: 0.5s;
}

.contact .sns a:hover {
  background: #9E4CA1;
}

footer {
  z-index: 1;
  border-top: solid 1px #000;
  margin-bottom: 0px;
  color: #2F1730;
  background: rgba(0, 0, 0, 0.1);
  background-blend-mode: color;
}

footer a {
  color: #2F1730;
}

footer a:hover {
  color: #9E4CA1;
}

@media (max-width: 991px) {
  footer {
    margin-bottom: 50px;
  }
}
.body_bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: url("../img/bg.jpg");
  background-color: #c587c7;
  background-blend-mode: overlay;
}

#staff img {
  height: 60vh;
  width: 100%;
  object-fit: contain;
}
#staff h2:before {
  content: "Staff";
}

a.primary-btn {
  width: 100%;
  margin: auto;
  text-align: center;
  display: block;
  max-width: 200px;
  font-size: 20px;
  line-height: 2.5;
  background-color: #F086A3;
  color: #fff;
  text-decoration: none;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.1254901961);
  transition: all 0.4s;
}
a.primary-btn:hover {
  filter: brightness(1.1);
}

.video-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 80vh;
  z-index: 1;
}
.video-box video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#portfolios h2::before {
  content: "Feedback";
}

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