@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap"');
@font-face {
  font-family: "jf openhuninn";
  src: url("/jin-shuoh/fonts/jf-openhuninn-2.1.ttf");
}
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "jf openhuninn";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

h2 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 3rem;
  color: #03468F;
  text-align: center;
  position: relative;
  display: inline-block;
}
h2::after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 0px;
  background: #5fb3f4;
  opacity: 0.3;
  z-index: -1;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
h2::before {
  content: "";
  position: absolute;
  right: -20px;
  top: -8px;
  background: #5fb3f4;
  opacity: 0.3;
  z-index: -1;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

p {
  line-height: 2rem;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.2rem;
  }
}
section {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  section {
    padding: 3rem 0;
  }
}
.navbar {
  background: #03468F;
  color: white;
}
.navbar .navbar-brand {
  width: 80px;
}
.navbar .navbar-brand img {
  width: 100%;
}

@media (max-width: 768px) {
  .navbar {
    background: #03468F;
    color: white;
  }
  .navbar .navbar-brand {
    width: 50px;
  }
  .navbar .navbar-brand img {
    width: 100%;
  }
}
.navbar-toggler {
  border: none;
}

.navbar-nav {
  background: rgb(255, 255, 255);
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.navbar-nav .nav-link {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: #03468F;
  border-radius: 5px;
}
.navbar-nav .nav-link:hover {
  background: #03468F;
  color: white;
}
.swiper-slide {
  width: auto;
  /* 讓圖片寬度自適應 */
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

#myCarousel {
  --f-carousel-slide-width: 100%;
  --f-carousel-slide-height: 70vh;
  height: 70vh;
  --f-progress-color: transparent;
}

#myCarousel .f-carousel__slide {
  background: #eee;
  width: 100%;
  height: 70vh;
}
#myCarousel .f-carousel__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.navbar-toggler-icon {
  filter: invert(1);
}

#hero .box {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: end;
  padding-bottom: 3rem;
}
#hero .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero .box .container {
  z-index: 3;
  text-align: center;
}
#hero .box .container p {
  color: white;
  font-size: 2rem;
  font-weight: 500;
  text-shadow: 1px 1px 5px #000;
  margin-bottom: 1.2rem;
}
#hero .box .container a {
  display: inline-block;
  background: rgb(255, 255, 255);
  padding: 0.5rem 1rem;
  color: #5fb3f4;
  text-decoration: none;
  margin-right: 0.5rem;
  transition: 1s;
  border-radius: 5rem;
  font-size: 1.2rem;
}
#hero .box .container a:first-child {
  background: #00b900;
  color: white;
}
#hero .box .container a:first-child:hover {
  background: #ffffff;
  color: #00b900;
}
#hero .box .container a:last-child {
  background: #5fb3f4;
  color: white;
}
#hero .box .container a:last-child:hover {
  background: #03468F;
  color: white;
}

@media (max-width: 768px) {
  #hero .box {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: end;
  }
  #hero .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #hero .box .container {
    z-index: 2;
    text-align: center;
  }
  #hero .box .container p {
    color: white;
    font-size: 2rem;
    font-weight: 500;
  }
  #hero .box .container a {
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 0.5rem 1rem;
    color: #03468F;
    text-decoration: none;
    margin-right: 0.5rem;
    font-size: 1rem;
  }
  #hero .box .container a:last-child {
    background: #03468F;
    color: white;
  }
}
#about .container {
  padding: 0 6rem;
}
#about .container span {
  background: #5fb3f4;
  padding: 0.3rem 0.5rem;
  color: white;
  border-radius: 5px;
  display: inline-block;
}

@media (max-width: 768px) {
  #about .container {
    padding: 0 2rem;
  }
  #about .container span {
    background: #5fb3f4;
    padding: 0.3rem 0.5rem;
    color: white;
    border-radius: 5px;
    display: inline-block;
  }
}
#services {
  background: linear-gradient(to bottom, #5fb3f4 50%, white 100%);
  position: relative;
  margin-top: 10rem;
  padding: 8rem 0 15rem;
}
#services::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5rem;
  background: #5fb3f4;
  top: -2.5rem;
  left: 0;
  border-radius: 100%;
  z-index: -1;
}
#services h2 {
  color: white;
}
#services h3 {
  font-size: 1.3rem;
  color: white;
}
#services .img-box {
  width: 130px;
  height: 130px;
  background: white;
  margin-bottom: 1rem;
  border-radius: 5px;
}
#services .img-box img {
  width: 60%;
}

@media (max-width: 768px) {
  #services {
    background: linear-gradient(to bottom, #5fb3f4 90%, white 100%);
    position: relative;
    margin-top: 5rem;
    padding: 5rem 0 5rem;
  }
  #services::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4rem;
    background: #5fb3f4;
    top: -2rem;
    left: 0;
    border-radius: 100%;
    z-index: -1;
  }
  #services h2 {
    color: white;
  }
  #services h3 {
    font-size: 1.3rem;
    color: white;
  }
  #services .img-box {
    width: 130px;
    height: 130px;
    background: white;
    margin-bottom: 1rem;
    border-radius: 5px;
  }
  #services .img-box img {
    width: 60%;
  }
}
#process .process-card {
  position: relative;
  background: rgba(232, 232, 232, 0.9450980392);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 2rem 1.5rem;
}
#process .process-card::after {
  position: absolute;
  bottom: -4.3rem;
  right: 1rem;
  content: "1";
  font-size: 9rem;
  font-weight: bolder;
  font-family: sans-serif;
  color: white;
  z-index: -5;
}
#process .process-card.process-card-1::after {
  content: "1";
}
#process .process-card.process-card-2::after {
  content: "2";
}
#process .process-card.process-card-3::after {
  content: "3";
}
#process .process-card.process-card-4::after {
  content: "4";
}
#process .process-card .img-box {
  width: 120px;
  height: 120px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 2.5rem;
}
#process .process-card .img-box img {
  width: 50%;
}
#process .process-card h3 {
  font-size: 1.3rem;
}
#process .process-card ul {
  list-style: none;
  padding: 0;
}
#process .process-card ul li {
  margin-bottom: 0.5rem;
}

#delivery .card-box .card {
  background: linear-gradient(135deg, #03468F 0%, #5fb3f4 90%);
  color: white;
  border: none;
}
#delivery .card-box .card .card-title {
  min-height: 60px;
  border-bottom: 1px solid white;
}
#delivery .card-box .card a {
  color: #03468F;
  display: inline-block;
  padding: 0.3rem 1rem;
  background: white;
  text-decoration: none;
  border-radius: 5rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  #delivery .card-box .card {
    background: linear-gradient(135deg, #03468F 0%, #5fb3f4 90%);
    color: white;
    border: none;
  }
  #delivery .card-box .card .card-title {
    min-height: auto;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
  }
}
#contact {
  width: 100%;
  overflow-x: hidden;
  background: #03468F;
  color: white;
}
#contact h2 {
  color: white;
}
#contact table td {
  padding-bottom: 1rem;
}
#contact table td a {
  color: rgba(255, 255, 255, 0.679);
  text-decoration: none;
}
#contact .text-justify {
  text-align: justify;
}

@media (max-width: 768px) {
  #contact {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #contact {
    background: #03468F;
    color: white;
  }
  #contact h2 {
    color: white;
  }
  #contact h2 span {
    color: white;
    border-color: white;
  }
  #contact ul {
    list-style: none;
    padding: 0;
  }
  #contact ul li {
    margin-bottom: 1rem;
    font-weight: 300;
  }
  #contact ul li a {
    color: rgba(255, 255, 255, 0.601);
    text-decoration: none;
  }
  #contact table td {
    font-size: 0.8rem;
    padding-bottom: 1rem;
  }
  #contact table td a {
    color: rgba(255, 255, 255, 0.679);
    text-decoration: none;
  }
  #contact .text-justify {
    text-align: justify;
  }
}
footer {
  background: #03468F;
  padding: 1rem;
}

.card-border {
  border-right: 1px solid #a2a2a2;
}

@media (max-width: 768px) {
  .card-border {
    border-right: 0px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
  }
  footer {
    font-size: 0.8rem;
  }
}
.swiper {
  margin: 0rem 0 5rem;
}
.swiper img {
  width: 120px;
  height: 120px;
}

@media (max-width: 768px) {
  .swiper {
    margin: 0rem 0 3rem;
  }
  .swiper img {
    width: 80px;
    height: 80px;
  }
}/*# sourceMappingURL=style.css.map */