@import url('https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chiron+Hei+HK:ital,wght@0,200..900;1,200..900&display=swap');

header h2, header h3{
    font-family: "Chiron GoRound TC", sans-serif !important;
    font-weight: 300 !important;
    color: #7f8f7d !important;
    letter-spacing: 2px;
}

/*--------------------------------------------------------------
# nav bar style
--------------------------------------------------------------*/
  #us-catch{
    background: #f4ebce;
  }
  #us-catch .breadcrumb{
    background: #f4ebce !important;
  }
  #us-catch nav a{
    color: #f1a578;
  }


/*--------------------------------------------------------------
# reset section-header class style
--------------------------------------------------------------*/
.section-header h3::after,.section-header h2::after,.section-header h1::after {
  font-weight: 600 !important;
  background: #f1a578 !important;

}

.section-header p {
  width: 95% !important;

}
/*--------------------------------------------------------------
# catch main page menu btn style
--------------------------------------------------------------*/
  .menubox .cta-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #ef8844;
    color: #f28e53;
    background: #fff;
  }

  .menubox .cta-btn:hover {
    background-color:rgba(244, 235, 206, 0.7);
    border: 2px solid rgba(244, 235, 206, 0.7);
    color: #ef8844;
  }

  .menubox .cta-btn-2 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    color: #ef8844;
    background-color:rgba(244, 235, 206, 0.7);
    border: 2px solid rgba(244, 235, 206, 0.7);
  }

  .menubox .cta-btn-2:hover {
    background: #fff;
    border: 2px solid #ef8844;
    color: #f28e53;
  }

  #item::before, #item-2::before{
    background: none !important;
  }
  .us-catch-bg-1{
      position: relative;
      background: #fff !important;
  }

  .us-bgimg-1{
    background: url("../img/us-catch/bg-style-img-1.jpg") center top no-repeat fixed !important;
    background-size: cover !important; 
  }
  .us-bgimg-2{
    background: url("../img/us-catch/bg-style-img-2.jpg") center top no-repeat fixed !important;
    background-size: cover !important; 
  }

  .us-bgimg-3{
    background: url("../img/us-catch/bg-style-img-3.jpg") center top no-repeat fixed !important;
    background-size: cover !important; 
  }
  .us-bgimg-4{
    background: url("../img/us-catch/bg-style-img-4.jpg") center top no-repeat fixed !important;
    background-size: cover !important; 
  }

  .us-catch-bg-1 p,.us-bgimg-1 p,.us-bgimg-2 p,.us-bgimg-3 p.us-bgimg-4 p{
    font-family: "Chiron Hei HK", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 600 !important;
    letter-spacing: 1px;
    font-size: 16px;
    font-style: normal;
    color: #333 !important;
  }

  .us-catch-hr {
    border: 0;
    height: 0;
    border-top: 2px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(219,208,171,0.7);
    margin:0;
    padding: 0;
  }

  .us-catch-hr-2 {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(239,218,196,1);
    margin:0;
    padding: 0;
  }

/*--------------------------------------------------------------
# text color
--------------------------------------------------------------*/
.text-orange{
  color: #f28e53;
}

#price-table th{
  background-color:rgba(244, 235, 206, 0.7);
  color: #ef8844;
  font-weight: 600;
  font-size: 22px;
}
#price-table th, #price-table td{
  border: 1px solid rgba(0,0,0,0.1)!important;
  vertical-align: middle;
    text-align: center;
}

#note-table{
  background-color:rgba(244, 235, 206, 0.7);
  color: #ef8844;
  font-weight: 600;
  font-size: 20px;
  border: 1px solid rgba(103,170,100,0.4)!important;
  vertical-align: middle;
}


/*--------------------------------------------------------------
# page Link style
--------------------------------------------------------------*/
    .pagination {
      display: inline-block;
    }

    .pagination a {
      color: black;
      float: left;
      padding: 8px 16px;
      text-decoration: none;
      transition: background-color .3s;
      border: 1px solid #ddd;
    }

    .pagination a.active {
      background-color: #f6d9a8;
      color: white;
      border: 1px solid #f6d9a8;
    }

    .pagination a:hover:not(.active) {background-color: #ddd;}


/*--------------------------------------------------------------
# 詳細文章 banner
--------------------------------------------------------------*/

#introBanner {
  display: table;
  width: 100%;
  height: 60vh;
  background: #000;
}

#introBanner .carousel-item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#introBanner .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#introBanner .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#introBanner .carousel-background img {
  max-width: 100%;
}

#introBanner .carousel-content {
  text-align: center;
}

#introBanner h2 ,#introBanner h1,#introBanner h3{
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 3em;
  letter-spacing: 2px;
  font-weight: 200;
  text-shadow: -1px -1px white, 1px 1px #000;
}
#introBanner b{
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 1em;
}
#introBanner p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0.1em 0.1em #333
}

#introBanner .carousel-fade {
  overflow: hidden;
}

#introBanner .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#introBanner .carousel-fade .carousel-inner .carousel-item,
#introBanner .carousel-fade .carousel-inner .active.carousel-item-left,
#introBanner .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#introBanner .carousel-fade .carousel-inner .active,
#introBanner .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#introBanner .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#introBanner .carousel-fade .carousel-inner .carousel-item-next,
#introBanner .carousel-fade .carousel-inner .carousel-item-prev,
#introBanner .carousel-fade .carousel-inner .active.carousel-item-left,
#introBanner .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#introBanner .carousel-control-prev,
#introBanner .carousel-control-next {
  width: 10%;
}

#introBanner .carousel-control-next-icon,
#introBanner .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#introBanner .carousel-indicators li {
  cursor: pointer;
}

#introBanner .btn-get-started {
  font-size: 1.2em;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 600;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #ff0000;
  background: #feea55;
}

#introBanner .btn-get-started:hover {
  background: #fff;
  color: #ff0000;
}