@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #5c5c5c;
  background: white;
}
body .bodyBg {
  width: 100%;
  height: 100%;
  background: url(../images/decorate/bg.jpg) no-repeat center/cover;
  mix-blend-mode: multiply;
  filter: grayscale(1);
  opacity: 0.08;
  position: fixed;
  top: 0;
  z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
.link-item,
strong,
small,
a {
  margin: 0;
  letter-spacing: 2px;
  line-height: 1.5;
}

h1 {
  font-size: calc(2.3rem + 0.5vw);
}

h2 {
  font-size: calc(2rem + 0.4vw);
}

h3 {
  font-size: calc(1.7rem + 0.4vw);
}

h4 {
  font-size: calc(1.4rem + 0.3vw);
}

h5 {
  font-size: calc(1.2rem + 0.2vw);
}

h6 {
  font-size: calc(1rem + 0.2vw);
}

p, span, li {
  font-size: calc(1rem + 0.1vw);
  font-weight: 300;
}

a {
  cursor: pointer;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 576px) {
  .container {
    padding: 0 1.3rem;
  }
}

.titleItem p {
  margin-top: 4px !important;
  opacity: 0.5;
}
.titleItem p i {
  font-size: 1rem;
}
.titleItem .title-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.titleItem .title-box h2 {
  text-align: center;
  z-index: 3;
}
.titleItem .title-box .decoration-title {
  width: auto;
  font-size: calc(3.2rem + 0.3vw);
  font-family: "Times New Roman", Times, serif;
  color: #ffc3d3;
  opacity: 0.3;
  position: absolute;
  top: -42px;
  right: -22%;
  transform: translateX(-50%);
  z-index: 2;
}
.titleItem .title-box .decoration {
  width: 80px;
  height: 80px;
  background: url(../images/decorate/img-1.png) no-repeat center/contain;
  position: absolute;
  top: -44px;
  left: 87%;
  transform: translateX(-50%);
}

.section {
  padding: 7rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.section:nth-child(1) {
  padding-top: 12rem;
}
.section:nth-last-child(1) {
  padding-bottom: 3rem;
}
.section.overlay-bg {
  position: relative;
}
.section .phase {
  padding: 100px 0;
}

header {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-inline: 20px;
  text-align: center;
  position: relative;
}
header .hero-collection {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header #hero-collection-l, header #hero-collection-s {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
header #hero-collection-l .hero-l, header #hero-collection-l .hero-s, header #hero-collection-s .hero-l, header #hero-collection-s .hero-s {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 1s;
}
header::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
}
header .scroll-down-animation {
  position: absolute;
  bottom: 5rem;
  font-size: 1.2rem;
  color: white;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
  z-index: 12;
}
@media (min-width: 768px) {
  header .scroll-down-animation {
    display: none;
  }
}
header .scroll-down-animation div {
  transform: rotate(90deg);
}
header .scroll-down-animation div:nth-child(1) {
  animation: scrollDown1 3s infinite;
}
header .scroll-down-animation div:nth-child(2) {
  animation: scrollDown2 3s infinite;
}
header .scroll-down-animation div:nth-child(3) {
  animation: scrollDown3 3s infinite;
}
header .scroll-down-animation p {
  font-size: 1.5rem;
  animation: scrollDown4 3s infinite;
}
header #title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 90px;
  overflow: hidden;
  z-index: 12;
}
header #title img {
  width: 200px;
  height: auto;
  object-fit: contain;
  object-position: center;
}
header nav, header .navbar {
  width: 100%;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  transition: 0.5s;
  z-index: 999;
}
header nav .navbar-collapse, header .navbar .navbar-collapse {
  flex-grow: inherit;
  margin-left: auto;
}
header nav .navbar-collapse .dropdown, header .navbar .navbar-collapse .dropdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header nav .navbar-collapse .dropdown-menu, header .navbar .navbar-collapse .dropdown-menu {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  box-shadow: 0 2px 8px rgba(92, 92, 92, 0.2);
  border: none;
}
header nav .navbar-collapse .dropdown-menu.show, header .navbar .navbar-collapse .dropdown-menu.show {
  width: 50%;
  text-align: center;
}
header nav .navbar-collapse .dropdown-menu .dropdown-item, header .navbar .navbar-collapse .dropdown-menu .dropdown-item {
  font-size: calc(0.9rem + 0.2vw);
  font-weight: 300;
}
header nav .navbar-brand, header nav button, header .navbar .navbar-brand, header .navbar button {
  display: none;
}
header nav .title, header .navbar .title {
  all: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.5rem;
  padding: 0 1rem;
  color: #090a0d;
  cursor: pointer;
  visibility: hidden;
}
header nav .title img, header .navbar .title img {
  height: 100px;
  padding: 8px;
}
header nav .links, header .navbar .links {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  flex-direction: column;
  width: 50vw;
  height: 100vh;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  white-space: nowrap;
  transform: translateX(100%);
  transition: 0.3s;
  cursor: pointer;
  animation: slideRight 0.3s;
}
header nav .links.show, header .navbar .links.show {
  display: flex;
  background: linear-gradient(135deg, #d8b596, #f4dfba);
  transform: translateX(0);
  transition: 0.3s;
  animation: slideLeft 0.3s;
}
header nav .links :first-child, header .navbar .links :first-child {
  margin-top: 5rem;
}
header nav .links a, header .navbar .links a {
  margin: 1rem 0;
  text-decoration: none;
  color: #f1f1f1;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  header nav .links, header .navbar .links {
    display: flex;
    transform: translateX(0);
    width: 70%;
    height: 80px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: none;
  }
  header nav .links :first-child, header nav .links a, header .navbar .links :first-child, header .navbar .links a {
    all: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) and (min-width: 425px) {
  header nav .links :first-child, header nav .links a, header .navbar .links :first-child, header .navbar .links a {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  header nav .links :first-child, header nav .links a, header .navbar .links :first-child, header .navbar .links a {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  header nav .links :first-child:hover, header nav .links a:hover, header .navbar .links :first-child:hover, header .navbar .links a:hover {
    background-color: #fefdf5;
  }
}
header nav .hamburger, header .navbar .hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 1rem;
  z-index: 20;
}
header nav .hamburger.hidden, header .navbar .hamburger.hidden {
  visibility: hidden;
}
header nav .hamburger img, header .navbar .hamburger img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  header nav .hamburger, header .navbar .hamburger {
    display: none;
  }
}
header nav .nav-link, header .navbar .nav-link {
  font-size: calc(1rem + 0.1vw);
}
header nav .dropdown-menu, header .navbar .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  opacity: 0;
}
header nav .dropdown-menu.show, header .navbar .dropdown-menu.show {
  max-height: 500px; /* 足夠的最大高度以容納選單 */
  opacity: 1;
}
header .sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, #fe9ab4 0%, #fefdf5 80%);
  box-shadow: 0 0 20px rgba(255, 210, 210, 0.2);
  transition: 0.5s;
}
header .sticky .navbar-brand, header .sticky button {
  display: block;
}
header .sticky .navbar-brand img, header .sticky button img {
  height: 60px;
  border-radius: 4px;
}
@media (max-width: 576px) {
  header .sticky .navbar-brand img, header .sticky button img {
    height: 55px;
  }
}
header .sticky .navbar-toggler {
  border: none;
}
header .sticky .navbar-toggler:focus {
  box-shadow: none;
}
header .sticky .title {
  color: #f1f1f1;
  visibility: visible;
}
header .sticky .links {
  top: 0;
}
header .sticky .links a {
  color: #090a0d;
}
header .sticky .hamburger img {
  filter: invert(100%);
}

#about .content-box {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  #about .content-box {
    width: 80%;
    justify-self: center;
  }
}
#about .content-box:nth-child(even) .img-box {
  margin-left: auto;
}
#about .content-box:nth-child(even) .text-box {
  height: fit-content;
  margin-left: 0;
  margin-right: auto;
  margin-top: -300px;
}
@media (max-width: 425px) {
  #about .content-box:nth-child(even) .img-box {
    margin-left: auto;
  }
  #about .content-box:nth-child(even) .text-box {
    width: 100%;
    margin-top: 20px;
  }
}
#about .content-box::before {
  content: "";
  width: 80%;
  height: 80%;
  background: rgba(255, 220, 148, 0.3);
  backdrop-filter: blur(3px);
  border: 2px solid white;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  #about .content-box::before {
    width: 70%;
  }
}
#about .content-box .img-box {
  width: 80%;
  height: 100%;
}
@media (min-width: 768px) {
  #about .content-box .img-box {
    width: 55%;
  }
}
#about .content-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#about .content-box .text-box {
  width: 90%;
  background-color: rgba(254, 253, 245, 0.8);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-left: auto;
  margin-top: -280px;
}
@media (min-width: 768px) {
  #about .content-box .text-box {
    width: 65%;
  }
}
@media (max-width: 425px) {
  #about .content-box .text-box {
    width: 100%;
    margin-top: 20px;
  }
}
#about .content-box .text-box h4 {
  margin-bottom: 1rem;
}
#about .content-box .text-box h4 span {
  font-weight: 500;
}
#about .content-box .text-box p {
  text-align: start;
  line-height: 2rem;
  color: #5c5c5c;
}
#about .content-box .text-box p span {
  background: #fefdf5;
}
#about .content-box .text-box p b {
  font-weight: 900;
}
#about .content-box .text-box p a {
  all: unset;
  cursor: pointer;
}
@media (min-width: 768px) {
  #about .content-box.reverse {
    flex-direction: row-reverse;
  }
}
#about .img-box {
  width: 20%;
}
#about .img-box img {
  width: 100%;
  object-fit: cover;
}

#menu .menu-collection {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 600px;
}
#menu .menu-collection .menu-item {
  width: 100%;
  padding: 1rem;
}
#menu .menu-collection .menu-item img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#service p {
  margin-top: 28px;
}
#service .icon-collection, #service .icon-collection-2 {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 2rem;
}
@media (min-width: 768px) {
  #service .icon-collection, #service .icon-collection-2 {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  #service .icon-collection, #service .icon-collection-2 {
    width: 60%;
  }
}
#service .icon-collection .icon-item, #service .icon-collection-2 .icon-item {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 1024px) {
  #service .icon-collection .icon-item, #service .icon-collection-2 .icon-item {
    width: 25%;
    margin: 1.8rem;
  }
}
#service .icon-collection .icon-item h4, #service .icon-collection-2 .icon-item h4 {
  margin: 0.5rem 0;
  color: #5c5c5c;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  #service .icon-collection .icon-item h4, #service .icon-collection-2 .icon-item h4 {
    font-size: 1.2rem;
  }
}
#service .icon-collection .icon-item p, #service .icon-collection-2 .icon-item p {
  color: #FE9AB4;
}
#service .icon-collection .icon-item .img-box, #service .icon-collection-2 .icon-item .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-top: 1rem;
  transition: 0.5s;
  position: relative;
}
#service .icon-collection .icon-item .img-box .iconImg, #service .icon-collection-2 .icon-item .img-box .iconImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
#service .icon-collection .icon-item .img-box img, #service .icon-collection-2 .icon-item .img-box img {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: rgba(255, 220, 148, 0.2);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transition: 0.3s;
}
#service .icon-collection .icon-item .img-box img:hover, #service .icon-collection-2 .icon-item .img-box img:hover {
  transform: scale(1.2);
  transition: 0.3s;
}
#service .icon-collection .icon-item .img-box i, #service .icon-collection-2 .icon-item .img-box i {
  font-size: 2rem;
  color: #ffdc94;
  transform: rotate(-30deg);
  position: absolute;
  top: -18px;
  left: 0px;
}
#service .course-collection {
  width: 90%;
  margin: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#service .course-collection .course-item {
  margin: 2rem 0;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
  transition: 0.5s;
}
#service .course-collection .course-item:hover {
  transform: scale(1.05);
  transition: 0.5s;
}
#service .course-collection .course-item .img-box {
  width: 100%;
  height: 40%;
}
#service .course-collection .course-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service .course-collection .course-item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
}
#service .course-collection .course-item .text h4 {
  text-align: center;
  color: #fefdf5;
}
#service .course-collection .course-item .text h5 {
  margin-top: 0.5rem;
  text-align: center;
  color: #8e8e8e;
  font-size: 0.8rem;
}
#service .course-collection .course-item .text p {
  text-align: center;
  margin-top: 1rem;
  color: #FE9AB4;
}
#service .course-collection .course-item .text button {
  margin-top: 1.5rem;
}
@media (min-width: 425px) {
  #service .course-collection .course-item {
    flex-direction: row;
    height: 300px;
    max-width: 768px;
  }
  #service .course-collection .course-item .img-box {
    width: 40%;
    height: 100%;
  }
  #service .course-collection .course-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #service .course-collection .course-item .text {
    width: 60%;
  }
}
#service .recommendCard {
  height: 160px;
  background: linear-gradient(-45deg, #fe9ab4, #ffc3d3);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}
#service .recommendCard h4 {
  color: #5c5c5c;
  font-size: 1.3rem;
  margin-bottom: 20px;
}
#service .recommendCard h4::before, #service .recommendCard h4::after {
  content: " ♕ ";
}
#service .recommendCard p {
  text-align: center;
}
#service #service-list .serviceItem .accordion-collapse {
  padding: 0px 20px;
}
#service #service-list .serviceItem .accordion-collapse .accordion-body {
  max-height: 400px;
  overflow-y: scroll;
  padding: 12px;
}
#service #service-list .serviceItem ul {
  margin-top: 20px;
  padding-left: 4px;
}
#service #service-list .serviceItem ul li {
  list-style: none;
}
#service #service-list .serviceItem p {
  margin-top: 12px;
}
#service #service-list .serviceItem .img-box {
  width: 100%;
  padding: 1rem;
}
#service #service-list .serviceItem .img-box h5 {
  display: inline-block;
  width: 75%;
  line-height: 1;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
  padding: 0.5rem 1rem;
  border: 2px solid #FFC2C3;
  border-radius: 50px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#service #service-list .serviceItem .img-box h5 span {
  font-size: calc(0.8rem + 0.2vw);
}
#service #service-list .serviceItem .img-box img {
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

#process .process-collection {
  width: 90%;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
#process .process-collection .process-item {
  width: 100%;
  height: 100%;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  #process .process-collection .process-item {
    width: 40%;
  }
}
#process .process-collection .process-item h4 {
  margin: 2rem 0;
  padding: 1rem;
  text-align: center;
  font-size: 1.3rem;
  background-color: #FE9AB4;
  color: #ffc3d3;
  border-radius: 5px;
}
#process .process-collection .process-item .steps {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#process .process-collection .process-item .steps img {
  width: 35px;
  object-fit: cover;
}
#process .process-collection .process-item .steps .step {
  width: 100%;
  height: 100%;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
#process .process-collection .process-item .steps .step::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/icon/decoration/dots.png) no-repeat center/contain;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, -50%);
}
#process .process-collection .process-item .steps .step h5 {
  margin: 0;
  font-size: 1.2rem;
  color: #ffdc94;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #process .process-collection .process-item .steps .step h5 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
#process .process-collection .process-item .steps .step p {
  color: #fefdf5;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #process .process-collection .process-item .steps .step p {
    font-size: 1.2rem;
  }
}
#process .process-collection .process-item .steps .step li {
  color: #8e8e8e;
  line-height: 1.7;
}
#process .process-collection .process-item .steps .step:nth-last-child(1)::before {
  display: none;
}

#team .member-collection {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
}
@media (min-width: 768px) {
  #team .member-collection {
    width: 70%;
  }
}
#team .member-collection .member-item {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  width: 90%;
  max-width: 1024px;
}
#team .member-collection .member-item .img-box {
  width: 100%;
  margin: 0.5rem;
  padding: 1.2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#team .member-collection .member-item .img-box img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}
#team .member-collection .member-item .text-box {
  margin: 0.5rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  line-height: 2rem;
}
#team .member-collection .member-item .text-box h3 {
  text-align: center;
  margin: 1rem 0;
  color: #2b2b2b;
}
#team .member-collection .member-item .text-box h5 {
  text-align: center;
  margin-top: 1rem;
  color: #FE9AB4;
}
#team .member-collection .member-item .text-box p {
  margin: 1rem 0;
  color: #5c5c5c;
}

#news .news-collection {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media (min-width: 768px) {
  #news .news-collection {
    width: 50%;
  }
}
#news .news-collection .news-item {
  margin-top: 3rem;
  width: 90%;
  max-width: 425px;
}
#news .news-collection .news-item img {
  width: 100%;
  border-radius: 8px;
  box-shadow: rgba(92, 92, 92, 0.1) 0px 4px 6px -1px, rgba(92, 92, 92, 0.06) 0px 2px 4px -1px;
}
#news .news-collection .news-item h4 {
  position: relative;
  text-align: center;
  margin: 1rem 0;
  color: #DC2543;
}
#news .news-collection .news-item h4::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  background-color: #5c5c5c;
  transform: translateY(-50%);
  z-index: -1;
}
#news .news-collection .news-item p {
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 2rem;
  padding: 1rem;
  color: #FE9AB4;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.faq {
  width: 100%;
  height: 100%;
}
.faq h3 {
  margin: 1.5rem 0;
  font-size: 1.5rem;
  color: #FE9AB4;
}
.faq .question-collection-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  margin-top: 30px;
}
.faq .question-collection-1 .accordion-item {
  background: linear-gradient(-45deg, rgba(254, 154, 180, 0.7), rgba(255, 195, 211, 0.3));
  backdrop-filter: blur(3px);
  padding: 1rem 0;
  box-shadow: 1px 1px 3px rgba(255, 195, 211, 0.5);
  border-radius: 10px;
}
.faq .question-collection-1 .accordion-button {
  display: block;
  text-align: center;
}
.faq .question-collection-1 .accordion-button p {
  font-size: 1.1rem;
}
.faq .question-collection-1 .accordion-button h1 {
  font-size: 1.5rem;
  opacity: 0.3;
}
.faq .question-collection-1 .accordion-button span {
  font-size: 2rem;
}
.faq .question-collection-1 .accordion-body {
  text-align: justify;
  line-height: 2;
  padding: 20px 30px;
  background: white;
}

#appointment .info-collection {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  #appointment .info-collection {
    width: 55%;
  }
}
#appointment .info-collection .info-item {
  width: 100%;
}
#appointment .info-collection .info-item h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FE9AB4;
  color: #f1f1f1;
  width: 250px;
  padding: 0.5rem;
  border-radius: 20px;
  white-space: nowrap;
}
#appointment .info-collection .info-item p {
  width: 100%;
  max-width: 600px;
  margin-top: 1rem;
  border: 2px solid #FE9AB4;
  border-radius: 20px;
  padding: 0.8rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  #appointment .info-collection .info-item p {
    padding: 1.2rem;
  }
}
#appointment .info-collection .info-item ul {
  padding: 8px;
}
#appointment .info-collection .info-item ul li {
  list-style: none;
  line-height: 1.7;
}
#appointment .info-collection .info-item ul li span {
  display: inline-block;
  color: white;
  background: #FE9AB4;
  padding: 4px 12px;
  border-radius: 50px;
  margin: 4px;
  margin-top: 20px;
}

#gallery .basic-container {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#gallery .basic-container .photo-box {
  margin: 0.5rem 0;
  width: 90%;
  border: 10px solid white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#gallery .basic-container .photo-box:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
@media (min-width: 425px) {
  #gallery .basic-container .photo-box {
    margin: 0.5rem;
    width: 40%;
  }
}
@media (min-width: 768px) {
  #gallery .basic-container .photo-box {
    margin: 1rem;
    width: 25%;
  }
}
#gallery .basic-container .photo-box img, #gallery .basic-container .photo-box video {
  width: 100%;
}
#gallery .tab-container {
  margin-top: 2rem;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#gallery .tab-container .tabs {
  width: 100%;
  max-width: 1024px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  background-color: #ffc3d3;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 425px) {
  #gallery .tab-container .tabs {
    flex-direction: row;
  }
}
#gallery .tab-container .tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
  width: 100%;
  color: #fefdf5;
  transition: 0.3s;
}
#gallery .tab-container .tabs .tab.active {
  background-color: #fefdf5;
  color: #ffc3d3;
  transform: 0.3s;
}
#gallery .tab-container .tab-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#gallery .tab-container .tab-contents .tab-content {
  display: none;
}
#gallery .tab-container .tab-contents .tab-content.active {
  width: 100%;
  max-width: 1024px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#gallery .tab-container .tab-contents .tab-content a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0.5rem;
  padding: 0.5rem;
  transition: 0.3s;
  text-decoration: none;
}
#gallery .tab-container .tab-contents .tab-content a:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
@media (min-width: 425px) {
  #gallery .tab-container .tab-contents .tab-content a {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #gallery .tab-container .tab-contents .tab-content a {
    width: 30%;
  }
}
#gallery .tab-container .tab-contents .tab-content a img {
  margin-top: 0.5rem;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#gallery .album-collection .album {
  width: 80vw;
  margin: auto;
  text-align: center;
}
#gallery .album-collection .album h4 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  position: relative;
  color: white;
  background: #ffdc94;
  border-radius: 50px;
  border: 1px solid white;
  outline: 4px solid #ffedc7;
  padding: 4px 60px;
  margin: 2.5rem 0;
  margin-bottom: 1.5rem;
  isolation: isolate;
}
#gallery .album-collection .album h4::before, #gallery .album-collection .album h4::after {
  content: "";
  width: 40px;
  height: 100%;
  background: url(../images/decorate/galleryTitle-2.png) no-repeat center/contain;
  filter: invert(1);
  mix-blend-mode: color-dodge;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%) rotateY(180deg) rotateX(180deg);
}
#gallery .album-collection .album h4::after {
  left: 80%;
  transform: translate(-50%, -50%);
}
#gallery .album-collection .album .slick-slider a {
  height: 300px;
}
#gallery .album-collection .album .slick-slider a img {
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
  object-fit: cover;
  border-radius: 12px;
}

#contact .contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 3rem;
}
#contact .contact-container .info-collection {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (min-width: 768px) {
  #contact .contact-container .info-collection {
    width: 50%;
  }
}
#contact .contact-container .info-collection .info-item {
  display: flex;
  align-items: start;
  margin: 0.5rem 0;
  transition: 0.2s ease-in;
}
#contact .contact-container .info-collection .info-item:hover {
  color: #ffdc94;
}
#contact .contact-container .info-collection .info-item img {
  width: 25px;
  height: 25px;
  margin-right: 2rem;
}
#contact .contact-container .info-collection .info-item i {
  font-size: calc(1.1rem + 0.2vw);
  margin-top: 4px;
  margin-right: 12px;
}
#contact .contact-container .info-collection .info-item a, #contact .contact-container .info-collection .info-item p {
  all: unset;
  font-size: calc(1rem + 0.1vw);
  line-height: 2;
  cursor: pointer;
}
#contact .contact-container .info-collection .info-item span {
  color: white;
  background: #FE9AB4;
  border-radius: 50px;
  padding: 4px 12px;
  margin: 0px 4px;
}
#contact .contact-container .map-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 400px;
  margin: 1rem 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (min-width: 768px) {
  #contact .contact-container .map-box {
    width: 50%;
  }
}

footer {
  background: linear-gradient(45deg, #fe9ab4, #ffc3d3);
}
footer p {
  padding: 0.5rem 0;
  color: #f1f1f1;
}
footer a {
  all: unset;
}

.counter {
  margin-top: 2rem;
  position: relative;
}
.counter .counterCard {
  box-shadow: 1px 1px 3px rgba(213, 213, 213, 0.7);
  position: relative;
}
.counter .counterCard .counterCardImg {
  height: 350px;
}
.counter .counterCard .counterCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.counter .counterCard .counterCardText {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.counter .counterCard .counterCardText h4 span {
  font-weight: 500;
}
.counter .counterCard:nth-child(2n) {
  flex-direction: row-reverse !important;
}
.counter .img-bg {
  width: 100%;
  height: 200px;
  display: grid;
  place-content: center;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .counter .img-bg {
    height: 50vh;
    background-attachment: fixed;
  }
}
.counter .img-bg h1 {
  color: #5c5c5c;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7;
  z-index: 10;
}
@media (min-width: 768px) {
  .counter .img-bg h1 {
    font-size: 2rem;
    color: white;
    mix-blend-mode: difference;
  }
}
.counter .img-bg p {
  font-size: 1.2rem;
  color: white;
  text-align: center;
  line-height: 2;
  mix-blend-mode: difference;
}
.counter .img-bg ul {
  list-style: inside;
}
.counter .bg1 {
  background-image: url(../images/about/img-5.jpg);
}
.counter .bg2 {
  background-image: url(../images/about/img-12.jpg);
}

@keyframes slideLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideRight {
  from {
    transform: translateX(0);
    display: flex;
  }
  to {
    transform: translateX(100%);
    display: none;
  }
}
@keyframes scrollDown1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDown2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDown3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollDown4 {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.quick-contact {
  position: fixed;
  bottom: 50px;
  right: 1rem;
  z-index: 20;
}
.quick-contact .btn-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.quick-contact .btn-wrap .link {
  width: 48px;
  height: 48px;
  background: #d5d5d5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px;
}
.quick-contact .btn-wrap .link i {
  font-size: calc(1.3rem + 0.2vw);
  color: white;
  line-height: 0;
  transition: all 0.3s ease-in;
}
.quick-contact .btn-wrap .link:hover {
  text-decoration: none;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.quick-contact .btn-wrap .link:hover i {
  color: #8e8e8e;
}
.quick-contact .btn-wrap .link:hover .Phone {
  color: #FE9AB4;
}
.quick-contact .btn-wrap .link:hover .LINE {
  color: #00b900;
}
.quick-contact .btn-wrap .link:hover .FB {
  color: #004aad;
}
.quick-contact .btn-wrap .link:hover .IG {
  color: transparent;
  position: relative;
}
.quick-contact .btn-wrap .link:hover .IG::before {
  background: linear-gradient(45deg, #F9A34A, #F44C5C, #7046CC);
  background-clip: text;
}/*# sourceMappingURL=style.css.map */