@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Caveat:wght@400;500;600&family=Kaushan+Script&family=Oleo+Script+Swash+Caps&family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Caveat:wght@400;500;600&family=Kaushan+Script&family=Oleo+Script+Swash+Caps&family=Permanent+Marker&family=Righteous&display=swap");
body {
  background: #2e2e2e;
  font-family: 'Noto Sans TC', sans-serif;
  overflow-x: hidden;
}

img{
  width: 100%;
}

figure {
  margin: 0;
}

.col-md-6 {
  padding: 0;
}

.tac {
  text-align: center;
}

.row {
  margin: 0;
}

.logo {
  background: #fff;
}

.logo figure {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.logo figure img {
  width: 8%;
}

.navbar {
  padding: 10px 20px;
  background: #4f4f4f;
  box-shadow: 0 2px 5px #2e2e2e;
}

.navbar-light .navbar-toggler{
  color: white;
  border-color:rgba(255,255,255,0);
}

.navbar.scrolled {
  box-shadow: 0 1px 1px #deb379;
}

@media (max-width: 992px) {
  .navbar {
  background-color: #4f4f4f;
}
}

.navbar-light .navbar-nav .nav-link:focus{
  color: #deb379; 
}

.fixed-top {
  transition: .9s;
}

.fixed-top a.navbar-brand {
  padding: 0;
  color: #fff;
}
.fixed-top a.navbar-brand:hover {
  padding: 0;
  color: #deb379;
}

.fixed-top .navbar-nav .nav-link {
  padding: 8px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  margin: 0 5px;
  transition: .5s;
  position: relative;
}

@media (max-width: 1200px) {
  .fixed-top .navbar-nav .nav-link {
    padding: 8px 5px;
  }
}

@media (max-width: 992px) {
  .fixed-top .navbar-nav .nav-link {
    margin-bottom: 10px;
    text-align: center;
    color: white;
  }
}

.fixed-top .navbar-nav .nav-link:hover {
  color: #deb379;
}

.fixed-top .navbar-nav .nav-link:hover::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 3px;
  background: #deb379;
}

@media (max-width: 992px) {
  .fixed-top .navbar-nav .nav-link:hover::before {
    display: none;
  }
}

.fixed-top .navbar-nav .nav-link.active {
  color: #deb379;
  position: relative;
}

.fixed-top .navbar-nav .nav-link.active::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 3px;
  background: #fff;
}

@media (max-width: 992px) {
  .fixed-top .navbar-nav .nav-link.active::before {
    display: none;
  }
}

.fixed-top .navbar-nav .nav-link.active:hover {
  background: transparent;
  color: #deb379 !important;
}

@media (max-width: 992px) {
  .fixed-top .navbar-nav .nav-link.active {
    margin: 10px 5px;
  }
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero p.dec {
  position: absolute;
  top: 55%;
  left: -6%;
  transform: translate(-50%, -50%);
  font-size: 180px;
  -webkit-text-stroke: 1px #deb379;
  color: transparent;
  writing-mode: vertical-rl;
  font-family: 'Righteous', cursive;
}

@media (max-width: 1500px) {
  .hero p.dec {
    font-size: 130px;
    left: -6%;
  }
}

.hero .big-bg, .hero .big-bg-phone {
  height: 100vh;
  background-size: cover;
  object-fit: cover;
}

.hero .wrapper {
  position: absolute;
  top: 70%;
  left: 20%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

@media (max-width: 992px) {
  .hero .wrapper {
    left: 35%;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .hero .wrapper {
    left: 50%;
    top: 50%;
  }
}

.hero .wrapper .text h1 {
  font-size: 80px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 15px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .hero .wrapper .text h1 {
    letter-spacing: 5px;
    font-size: 60px;
  }
}

.hero .wrapper .text h2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 10px;
}

section.about {
  padding: 180px 0;
}
section.about .tac.text-box{
  background-color: #505050;
  padding: 30px 20px;
}

section.about .tac h2 {
  font-size: 40px;
  color: #eee;
  font-weight: 300;
  letter-spacing: 15px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

section.about .tac h2::before {
  position: absolute;
  content: "";
  top: 20%;
  left: -20%;
  transform: translate(-50%, -50%) rotate(-25deg);
  width: 40px;
  height: 40px;
  background: url(../img/der/d1.png) no-repeat center/cover;
  opacity: .8;
}

section.about .tac p {
  color: #fff;
  font-weight: 200;
  font-size: 18px;
}

section.about .card-grid {
  margin-top: 50px;
}


section.about .ask {
  margin-top: 50px;
}

section.about .ask a {
  margin: 0 10px;
  background: #deb379;
  padding: 8px 30px;
  font-size: 16px;
  color: #fff;
  transition: .5s;
  border: 1px solid transparent;
}

section.about .ask a:hover {
  background: transparent;
  border: 1px solid #deb379;
}

section.about .ask a i {
  margin-right: 10px;
}

@media (max-width: 420px) {
  section.about .ask a {
    width: 90%;
    margin: 10px;
  }
}




section.bg {
  padding: 100px 0 150px 0;
}

section.bg .dec_bg {
  background: url(../img/bg.jpg) no-repeat center/cover, #deb37977;
  background-blend-mode: color;
  padding: 100px 0;
  background-attachment: fixed;
  text-align: center;
  z-index: 999;
  position: relative;
}

@media (max-width: 576px) {
  section.bg .dec_bg {
    background-attachment: unset;
  }
}

section.bg .dec_bg .text {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 576px) {
  section.bg .dec_bg .text {
    width: 90%;
  }
}

section.bg .dec_bg .text h3 {
  font-size: 40px;
  color: #eee;
  font-family: 'Black Ops One', 'Noto Sans TC';
  letter-spacing: 10px;
  text-shadow: 0 1px 1px #000;
}

@media (max-width: 576px) {
  section.bg .dec_bg .text h3 {
    letter-spacing: 2px;
  }
}

section.bg .dec_bg .text p {
  color: #eee;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 5px;
  text-shadow: 0 1px 1px #000;
}

section.villa3 .wrapper {
  padding: 150px 0;
  position: relative;
}

section.villa3 .wrapper::before {
  position: absolute;
  content: "";
  bottom: 10%;
  left: 20%;
  transform: translate(-50%, -50%);
  background: #505050;
  width: 30%;
  height: 200px;
  z-index: -1;
}

@media (max-width: 1500px) {
  section.villa3 .wrapper::before {
    left: 10%;
    width: 40%;
  }
}

@media (max-width: 992px) {
  section.villa3 .wrapper::before {
    bottom: 0;
    top: 40%;
    width: 60%;
    left: 35%;
  }
}

@media (max-width: 576px) {
  section.villa3 .wrapper::before {
    top: 35%;
    width: 80%;
  }
}

@media (max-width: 420px) {
  section.villa3 .wrapper::before {
    display: none;
  }
}

section.villa3 .wrapper figure {
  padding: 10px;
}

section.villa3 .wrapper figure img {
  width: 100%;
  box-shadow: 0 0 5px #000;
  filter: brightness(1.2);
  border: 5px solid #fff;
}

section.villa3 .wrapper figure.pic_pos {
  margin-top: 50px;
}

section.villa3 .wrapper .text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

section.villa3 .wrapper .text h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

section.villa3 .wrapper .text p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
}

section.villa3 .wrapper .text ul.list li {
  color: #fff;
  font-weight: 300;
  margin: 5px 0;
}

section.villa3 .wrapper .text ul.small_txt {
  background: #5e5e5e;
  padding: 10px;
}

section.villa3 .wrapper .text ul.small_txt li.title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

section.villa3 .wrapper .text ul.small_txt li.title i {
  margin-right: 10px;
}

section.villa3 .wrapper .text ul.small_txt li {
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
  margin: 0 5px 0 0;
  padding: 3px 10px;
  border-radius: 50px;
}

section.villa3 .wrapper .text p.notice_dog {
  color: #FFB143;
}

section.villa3 .wrapper .text .ask {
  margin: 20px 0;
}

section.villa3 .wrapper .text .ask a {
  background: #deb379;
  padding: 8px 30px;
  font-size: 16px;
  color: #fff;
  transition: .5s;
  border: 1px solid transparent;
  margin: 0 5px;
  width: calc( 50% - 20px);
}

section.villa3 .wrapper .text .ask a:hover {
  background: transparent;
  border: 1px solid #deb379;
}

section.villa3 .wrapper .text .ask a i {
  margin-right: 10px;
}

@media (max-width: 420px) {
  section.villa3 .wrapper .text .ask a {
    width: calc( 100% - 20px);
    margin: 10px;
  }
}

section.portfolio {
  padding: 150px 0;
  background: #eee;
}

section.portfolio .tac {
  margin-bottom: 50px;
}

section.portfolio .tac h2 {
  font-size: 40px;
  color: #eee;
  font-weight: 300;
  letter-spacing: 15px;
  text-align: center;
  color: #2e2e2e;
}
section.portfolio a{
  overflow: hidden;
}
section.portfolio a img{
  transition: all 0.6s;
}
section.portfolio a:hover img{
  transform: scale(1.1);
}

section.portfolio .work-section {
  margin-top: 50px;
}

@media (max-width: 1500px) {
  section.portfolio .work-section {
    padding: 0 100px;
  }
}

@media (max-width: 992px) {
  section.portfolio .work-section {
    padding: 0 50px;
  }
}

@media (max-width: 1200px) {
  section.portfolio .work-section {
    padding: 0 20px;
  }
}

section.portfolio .work-section .section-header .tabs-nav {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 70px;
  flex-wrap: wrap;
}

@media (max-width: 420px) {
  section.portfolio .work-section .section-header .tabs-nav {
    justify-content: start;
  }
}

section.portfolio .work-section .section-header .tabs-nav li {
  margin: 8px;
  position: relative;
}

@media (max-width: 420px) {
  section.portfolio .work-section .section-header .tabs-nav li {
    width: calc( 50% - 20px);
    text-align: center;
  }
}

section.portfolio .work-section .section-header .tabs-nav li a {
  display: block;
  padding: 0.5em 1em;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #deb379;
  text-decoration: none;
  font-size: 20px;
  transition: .5s;
  box-shadow: 1px 1px 3px #ccc;
}

section.portfolio .work-section .section-header .tabs-nav li a:hover {
  border: 1px solid #deb379;
  background-color: transparent;
  color: #deb379;
}

section.portfolio .work-section .section-header .tabs-nav li a.active {
  background-color: #deb379;
  color: #2e2e2e;
  border: 1px solid #deb379;
}

section.portfolio .work-section .section-body {
  position: relative;
}

@media (max-width: 1200px) {
  section.portfolio .work-section .section-body {
    padding: 0 120px;
  }
}

@media (max-width: 992px) {
  section.portfolio .work-section .section-body {
    padding: 0 20px;
  }
}

section.portfolio .work-section .section-body a {
  width: 300px;
  height: 300px;
}

section.portfolio .work-section .section-body a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.portfolio .ask {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 576px) {
  section.portfolio .ask {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-top: 20px;
  }
}

section.portfolio .ask a {
  background: #deb379;
  font-size: 16px;
  color: #fff;
  transition: .5s;
  border: 1px solid transparent;
  padding: 5px 20px;
  font-size: 20px;
}

section.portfolio .ask a:hover {
  background: transparent;
  border: 1px solid #deb379;
}

@media (max-width: 576px) {
  section.portfolio .ask a {
    margin: 10px;
  }
}

section.portfolio .ask a:hover {
  color: #deb379;
}

section.portfolio .ask a i {
  margin-right: 10px;
}

section.contact .wrapper {
  background: #2e2e2e;
  background-blend-mode: color;
  background-size: 100% 150%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}




@media (max-width: 1200px) {
  section.contact .wrapper .detail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  section.contact .wrapper .detail {
    margin-top: 30px;
  }
}

section.contact .wrapper .detail a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 3;
  font-weight: 100;
}
section.contact .wrapper .detail a:hover{
  color: #deb379;
}

@media (max-width: 1200px) {
  section.contact .wrapper .detail a {
    line-height: 2;
  }
}

section.contact .wrapper .detail .icon {
  display: flex;
}

@media (max-width: 1200px) {
  section.contact .wrapper .detail .icon {
    margin-top: 20px;
  }
}

section.contact .wrapper .detail .icon a {
  color: #deb379;
  background: #2e2e2e;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 0px 5px #deb379;
  border: 1px solid transparent;
  transition: .5s;
}

section.contact .wrapper .detail .icon a i {
  font-size: 25px;
}

section.contact .wrapper .detail .icon a:hover {
  background: transparent;
  border: 1px solid #deb379;
  box-shadow: 0px 0px 0px #deb379;
}

footer {
  background: #deb379;
  color: #2e2e2e;
}

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

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

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

.sidebar ul a {
  width: 50px;
  height: 50px;
  background: #eee;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: 0.3s;
  opacity: 0.75;
  text-decoration: none;
  padding: 20px;
}

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

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

.sidebar ul li.phone a {
  background: #BF9270;
}



/* ===============
bbq
================== */

section.bbq a.text{
  display: inline-block;
  color: #deb379;
  height: fit-content;
}

section.bbq a.text:hover{
  filter: brightness(0.8);
}



section.bbq {
  padding: 100px 0 150px 0;
}

section.bbq .dec_bg {
  background: url(../img/bbq/cover.jpg) no-repeat center/cover, #deb37977;
  background-blend-mode: color;
  padding: 100px 0;
  background-attachment: fixed;
  text-align: center;
  z-index: 999;
  position: relative;
}

@media (max-width: 576px) {
  section.bbq .dec_bg {
    background-attachment: unset;
  }
}

section.bbq .dec_bg .text {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 576px) {
  section.bbq .dec_bg .text {
    width: 90%;
  }
}

section.bbq .dec_bg .text h3 {
  font-size: 40px;
  color: #eee;
  font-family: 'Black Ops One', 'Noto Sans TC';
  letter-spacing: 10px;
}

@media (max-width: 576px) {
  section.bbq .dec_bg .text h3 {
    letter-spacing: 2px;
  }
}

section.bbq .dec_bg .text p {
  color: #eee;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 5px;
}

section.bbq .wrapper2 {
  padding-top: 80px;
}

section.bbq .wrapper {
  padding: 150px 0;
}

section.bbq .wrapper figure {
  position: relative;
}

section.bbq .wrapper figure::before {
  position: absolute;
}

section.bbq .wrapper figure img {
  width: 100%;
  border: 5px solid #fff;
}

section.bbq .wrapper .text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

section.bbq .wrapper .text h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}


section.bbq .wrapper .text p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 200;
}

section.bbq .wrapper .text ul.list li {
  color: #fff;
  font-weight: 300;
  margin: 5px 0;
  font-size: 20px;
}

section.bbq .wrapper .text ul.list li span {
  color: #FFB143;
  font-size: 16px;
}

section.bbq .wrapper .text ul.small_txt {
  background: #5e5e5e;
  padding: 10px;
}

section.bbq .wrapper .text ul.small_txt li.title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

section.bbq .wrapper .text ul.small_txt li.title i {
  margin-right: 10px;
}

section.bbq .wrapper .text ul.small_txt li {
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
  margin: 0 5px 0 0;
  padding: 3px 10px;
  border-radius: 50px;
}

section.bbq .wrapper .text .ask {
  margin: 20px 0;
}

section.bbq .wrapper .text .ask a {
  background: #deb379;
  padding: 8px 30px;
  font-size: 16px;
  color: #fff;
  transition: .5s;
  border: 1px solid transparent;
  margin: 0 5px;
  width: calc( 50% - 20px);
}

section.bbq .wrapper .text .ask a:hover {
  background: transparent;
  border: 1px solid #deb379;
}

section.bbq .wrapper .text .ask a i {
  margin-right: 10px;
}

@media (max-width: 420px) {
  section.bbq .wrapper .text .ask a {
    width: calc( 100% - 20px);
    margin: 10px;
  }
}

section.services_item{
  margin: 20px 0;
}
/* ===================================== */
section.services_item .wrapper .text{
  text-align: center;
}
@media (min-width: 992px) {
  section.services_item .wrapper .text{
    padding: 60px;
  text-align: left;
}
}

section.services_item .wrapper .text h3{
  color: #FFB143;
  margin-bottom: 30px;
}
section.services_item .wrapper .text h3 small{
  font-size: 0.5em;
  color: rgb(163, 163, 163);
}
section.services_item .wrapper .text h4{
  color: #fff;
  margin-bottom: 16px;
  font-size: 1.2rem;
}
section.services_item .wrapper .text p{
  color: #fff;
  line-height: 1.7;
}

section.services_item .wrapper .text ul.list li {
  color: #fff;
  font-weight: 300;
  margin: 5px 0;
  list-style-type: circle;
  list-style-position: inside;
}

section.services_item .wrapper .text ul.small_txt {
  background: #5e5e5e;
  padding: 10px;
}

section.services_item .wrapper .text ul.small_txt li.title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

section.services_item .wrapper .text ul.small_txt li.title i {
  margin-right: 10px;
}

section.services_item .wrapper .text ul.small_txt li {
  color: #fff;
  font-size: 1rem;
  font-weight: 100;
  margin: 0 5px 0 0;
  padding: 3px 10px;
  border-radius: 50px;
}

section.services_item .wrapper .text p.notice_dog {
  color: #FFB143;
}

section.services_item .wrapper .text .ask {
  margin: 20px 0;
}

section.services_item .wrapper .text .ask a {
  background: #deb379;
  padding: 8px 30px;
  font-size: 16px;
  color: #fff;
  transition: .5s;
  border: 1px solid transparent;
  margin: 0 5px;
  width: calc( 50% - 20px);
}

section.services_item .wrapper .text .ask a:hover {
  background: transparent;
  border: 1px solid #deb379;
}

section.services_item .wrapper .text .ask a i {
  margin-right: 10px;
}

@media (max-width: 420px) {
  section.services_item .wrapper .text .ask a {
    width: calc( 100% - 20px);
    margin: 10px;
  }
}
@media (min-width: 992px){
section.services_item{
  position: relative;
  z-index: 0;
  margin: 150px 0;
}
section.services_item::before {
  position: absolute;
  content: "";
  bottom: -20%;
  right: 0;
  width: 90%;

  transform: translate(-50%, -50%);
  background: #505050;
  height: 160px;
  z-index: -1;
}
section.services_item:nth-child(odd):before{
  right: -100%;
  width: 110%;
}
}

a.btn {
  width: 200px;
  display: inline-block;
  background-color: #deb379;
  color: white;
  margin: 12px 0;
  border: 1px solid #deb379;
  line-height: 28px;
  transition: all 0.3s;
}

a.btn:hover {
  background-color: transparent;
  color: #deb379;
}

.services .tac h2 {
  font-size: 40px;
  color: #eee;
  font-weight: 300;
  letter-spacing: 15px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}
.services .tac h2::before {
  position: absolute;
  content: "";
  top: 20%;
  left: -20%;
  transform: translate(-50%, -50%) rotate(-25deg);
  width: 40px;
  height: 40px;
  background: url(../img/der/d1.png) no-repeat center/cover;
  opacity: .8;
}

@media (max-width: 767px) {
  .sidebar {
    width: 100%;
  }
  .sidebar ul{
    display: flex;
  }
  .sidebar ul li{
    margin: 0;
    width: 40%;
  }
  .sidebar ul li:not(:last-child){
    border-right: 1px solid #3e3e3e;
  }
  .sidebar ul li:last-child{
    border-right: 1px solid #3e3e3e;
    width: 20%;
  }
  .sidebar ul li a{
    width: 100%;
    opacity: 1;
background-color: #4f4f4f;
color: white;
  }
}
/*# sourceMappingURL=main.css.map */