/**
* Template Name: Delicious - v2.0.0
* Template URL: https://bootstrapmade.com/delicious-free-restaurant-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Roboto", "Noto Sans TC", sans-serif;
    background: #000;
    color: #fff;
    display: flex;
    flex-flow: column-reverse;
}

a {
    color: #ff6400;
}

    a:hover {
        color: #ffa012;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Aldrich", "Noto Sans TC", sans-serif;
}

.display-4 {
    font-size: 3rem;
    line-height: 1;
}

.yellow {
    color:#ffe000;
}

.orange {
    color: #ff6400;
}

.blue {
    color: #3f9de6;
}

.light-blue {
    color: #78e8e8;
}

.dark {
    color: #2f2f2f;
}

.fontsize-biger {
    font-size: 1.5em;
}

.fontsize-smaller {
    font-size: 0.75em;
}


.gs-container {
    order:1;
}


#policy-div {
    position: sticky;
    bottom: 0;
    box-shadow: rgba(0,0,0,1) 0 0 30px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background: #ff6400;
        color: #fff;
        transition: all 0.4s;
    }

.back-to-top i:hover {
  background: #ffa012;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ffb03b;
}

#topbar i + i {
  margin-left: 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    top: 0px;
    height: 70px;
    z-index: 50;
    transition: all 0.25s;
    padding: 10px 0;
    background: rgba(26, 24, 22, 0.5);
    -webkit-backdrop-filter: blur(6px) saturate(2);
    backdrop-filter: blur(6px) saturate(2);
}

#header:hover {
    background: rgba(26, 24, 22, 0.85);
}

    #header.header-scrolled {
        top: 0;
        height: 60px;
        background: rgba(26, 24, 22, 0.85);
    }

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

    #header.fixed-top {
        position: sticky;
    }

@media (max-width: 992px) {
    #header {
        top: 0;
        background: rgba(26, 24, 22, 0.85);
        height: 50px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: white;
  padding: 9px 14px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", "noto sans tc";
}

    .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
        color: #ff6400;
        text-decoration: none;
    }

.nav-menu .book-a-table a {
  background: #ff6400;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
}

.nav-menu .book-a-table a:hover {
  background: #ffa012;
  color: #fff;
}

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        border-radius: 5px;
        left: 0;
        top: calc(100% + 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
    }

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #433f39;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ff6400;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #433f39;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

    .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
        color: #ff6400;
        text-decoration: none;
    }

    .mobile-nav .book-a-table a {
        background: #ff6400;
        color: #fff;
        border-radius: 50px;
        margin: 0 0 0 20px;
        padding: 10px 25px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        transition: 0.3s;
        display: inline-block;
    }

        .mobile-nav .book-a-table a:hover {
            background: #ff6400;
            color: #fff;
        }

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(39, 37, 34, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    /*height: 100vh;*/
    background-color: rgba(39, 37, 34, 0.8);
    overflow: hidden;
    padding: 0;
    /* margin-top: -70px; */
}

#hero .carousel-item {
  width: 100%;
  /*height: 100vh;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(12, 11, 10, 0);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #ffb03b;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  opacity: 1;
}

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 36px;
        line-height: 1;
        width: auto;
        height: auto;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50px;
        padding: 10px;
        transition: 0.3s;
        color: rgba(255, 255, 255, 0.8);
    }

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 1);
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-menu, #hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: #fff;
  border: 2px solid #ffb03b;
}

#hero .btn-menu:hover, #hero .btn-book:hover {
  background: #ffb03b;
  color: #fff;
}

#hero .hero-container img {
    width:100%;
}

@media (max-width: 992px) {
    #hero {
        width: 100%;
        /*height: 100vh;*/
        background-color: rgba(39, 37, 34, 0.8);
        overflow: hidden;
        padding: 0;
        margin-top: 0px;
    }

    #hero .hero-container {
        /*margin-top: 50px;*/
    }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #ffb03b;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Campaign
--------------------------------------------------------------*/
.Campaign {
    background: url(../Images/visual.jpg) no-repeat center -190px;
}

    .Campaign .h1, h1 {
        font-size: 4rem;
        letter-spacing: -3px;
    }

    .Campaign .img-visual-mobile {
        display: none;
    }

    .Campaign .space-bar {
        height: 430px;
    }

    .Campaign .h3, h3 {
        font-size: 2rem;
        line-height: 2.2rem;
        letter-spacing: -1px;
    }

    .Campaign p {
        font-weight: 300;
        line-height: 1.6rem;
        font-size:1.2rem !important;
    }

    /*.Campaign a.btn {
        position: relative;
    }*/

    .Campaign a.btn-logo img {
        position: relative;
        transition: all 200ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        top: 0;
    }

    .Campaign a.btn-logo:hover img {
        top: -5px;
    }

@media (max-width: 1200px) {
    .Campaign {
        background-position-y: -100px;
    }

}

@media (max-width: 992px) {
    .Campaign {
        background: url(../Images/visual_s.jpg) no-repeat center top;
    }
        .Campaign .space-bar {
            display: none;
        }
        .Campaign .img-visual-mobile {
            display: block;
        }
            .Campaign .img-visual-mobile img {
                width: 100%;
            }
}

/*--------------------------------------------------------------
# ProductGallery
--------------------------------------------------------------*/
#ProductGallery {
    padding: 0;
}

#ProductGallery .row{
    margin: 0;
}
    #ProductGallery .gallery-frame {
        width: 33.3333%;
        position: relative;
        transition: all 300ms ease-in-out;
        overflow: hidden;
    }
           

        #ProductGallery .gallery-frame .gallery-img {
            width: 100%;
            transition: all 300ms ease-in-out;
        }

    #ProductGallery .gallery-frame .gallery-img img {
        width: 100%;
    }

        #ProductGallery .gallery-frame .gallery-text {
            color: #fff;
            position: absolute;
            text-align: center;
            margin-top: -8%;
            font-size: 2.2em;
            line-height: 1em;
            letter-spacing: -2px;
            font-family: 'aldrich','noto sans tc';
            width: 75%;
            background: rgba(255,255,255,0.2);
            padding: 30px;
            backdrop-filter: blur(4px) contrast(1.5);
            transition: all 300ms ease-out;
        }
.gallery-text .aero{
    text-shadow:0 0 1em black;
}
        #ProductGallery .gallery-frame:hover {
            filter: contrast(1.2);
        }

            #ProductGallery .gallery-frame:hover .gallery-img {
                transform: scale(1.05);
            }

            #ProductGallery .gallery-frame:hover .gallery-text {
                color: #fff;
                margin-top: -8%;
                width: 75%;
                background: rgba(0,0,0,0.75);
                padding: 50px;
            }

@media (max-width: 1200px) {
    #ProductGallery .gallery-frame .gallery-text {
        font-size: 1.8em;
    }
}

@media (max-width: 992px) {

    #ProductGallery {
        padding: 16px 5px;
        background: #1f1f1f;
    }

        #ProductGallery .gallery-frame {
            width: 45%;
            margin: 10px;
            box-shadow: 0 0 25px rgba(0,0,0,0.3), 0 0 5px rgba(0,0,0,0.8);
        }

    #ProductGallery .gallery-frame .gallery-text {
        
    }
}

@media (max-width: 992px) {

    #ProductGallery {
        padding: 36px 15px;
    }

        #ProductGallery .gallery-frame {
            width: 80%;
        }
}

/*--------------------------------------------------------------
# QualifyingModels
--------------------------------------------------------------*/
#QualifyingModels .QualifyingModels-frame img {
    height: 32px;
}

#QualifyingModels .QualifyingModels-frame .GA-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1em;
    margin-left: -2px;
    letter-spacing: -1px;
    line-height: 1em;
    color: #fff;
    font-family: "Aldrich";
}

#QualifyingModels .QualifyingModels-frame p {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: -6px;
    margin-left: -2px;
    letter-spacing: 0px;
}

#QualifyingModels .QualifyingModels-frame div {
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin-bottom: 2em;
    color: rgba(255,255,255,0.8);
}

/*--------------------------------------------------------------
# Register
--------------------------------------------------------------*/
#Register {
    background:#2f2f2f;
}

    #Register .Register-frame img {
        width: 100%;
        margin-bottom: 30px;
    }

    #Register .Register-frame h4 {
        margin-bottom: 20px;
    }

    #Register .Register-frame p {
        line-height: 1.2em;
    }

/*--------------------------------------------------------------
# Terms
--------------------------------------------------------------*/
#Terms {
}
    #Terms .Terms-frame p {
        line-height: 1.2em;
    }

    #Terms .Terms-frame ol {
        color: #bbb;
        font-size: 0.8em;
        line-height: 1.3em;
        padding-left: 0;
        margin-left: 23px;
    }

    #Terms .Terms-frame ol li {
        margin-bottom: 10px;
    }

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
#FAQ {
    background: #2f2f2f;
}

    #FAQ .table {
        color: rgba(255,255,255,0.7) !important;
    }

        #FAQ .table td, .table th {
            border-bottom: 1px solid #999;
            border-top: none !important;
        }

    #FAQ .faq-frame ul.faq-list {
        list-style: none;
        padding-left: 0;
    }

        #FAQ .faq-frame ul.faq-list li {
            border-bottom: solid 1px rgba(255,255,255,0.2);
        }

        #FAQ .faq-frame ul.faq-list li:first-child {
            border-top: solid 1px rgba(255,255,255,0.2);
        }

            #FAQ .faq-frame ul.faq-list li a.faq-list-title {
                color: rgba(255,255,255,0.9);
                padding: 22px 28px;
                display: block;
                border: dotted 3px rgba(255, 255, 255, 0.3);
            }

                #FAQ .faq-frame ul.faq-list li a.faq-list-title .icon-show {
                    display: none;
                    margin-left: -20px;
                }

                #FAQ .faq-frame ul.faq-list li a.faq-list-title .icon-close {
                    display: inline-block;
                    margin-left: -20px;
                }

        #FAQ .faq-frame ul.faq-list li a.faq-list-title.collapsed{
            border: dotted 3px rgba(255, 255, 255, 0);
        }

            #FAQ .faq-frame ul.faq-list li a.faq-list-title.collapsed .icon-show {
                display: inline-block;
            }
            #FAQ .faq-frame ul.faq-list li a.faq-list-title.collapsed .icon-close {
                display: none;
            }

            #FAQ .faq-frame ul.faq-list li div {
                padding: 28px 28px;
                background: rgba(0,0,0,0.5);
                color: rgba(255,255,255,0.7);
                transition: none;
            }

                #FAQ .faq-frame ul.faq-list li div p {
                    margin-bottom: 0px;
                }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffb03b;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #46423b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ffb03b;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}
@media screen and (max-width: 640px){
    .Campaign p{
        font-size:1.0rem !important;
        line-height:1.4rem;
    }
    .Campaign .h3, h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: -1px;
    }
}
