@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Neonderthaw&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sevillana&display=swap");
body {
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.2rem;
  font-weight: 600;
  background: #b2926a;
  color: #fff;
}

img {
  max-width: 100%;
  display: block;
}

p {
  font-size: 16px;
  line-height: 2;
}

.link-item {
  text-transform: uppercase;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

main {
  background: transparent;
}

section {
  padding: 75px 0;
}

.list-style {
  list-style: none;
  margin-bottom: 40px;
}
.list-style li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  color: #ccc;
  transition: 0.4s;
}
.list-style li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.list-style li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 3px;
  height: 3px;
  background: #aaa;
  border-radius: 50%;
  transition: 1s;
}
.list-style li:hover {
  filter: brightness(2);
}

.sidebar {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1000;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 16px;
}
.sidebar ul li a {
  width: 50px;
  height: 50px;
  background: #042963;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: 0.3s;
  opacity: 1;
  text-decoration: none;
}
.sidebar ul li a:hover {
  opacity: 1;
}
.sidebar ul li a span {
  display: none;
  margin-left: 5px;
  font-size: 14px;
}
.sidebar ul li:last-child a {
  border: none;
}
@media (max-width: 991px) {
  .sidebar {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .sidebar ul {
    display: flex;
  }
  .sidebar ul li {
    flex-grow: 1;
    margin-bottom: 0;
  }
  .sidebar ul li a {
    opacity: 1;
    width: 100%;
    border-right: 1px solid #eee;
  }
  .sidebar ul li a span {
    display: inline-block;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section {
  overflow-x: hidden;
}

.banner {
  position: absolute;
  top: 60px;
  width: 100vw;
  height: 90%;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_box img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  object-position: center;
}

.border_dec {
  position: absolute;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: solid 3px #fff;
  z-index: 1;
  top: 5px;
  left: 5px;
}

section:not(:first-child) .row > * {
  margin-bottom: 1rem;
  color: #042963;
  padding: 1rem;
}

h2 {
  letter-spacing: 6px;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  border-right: solid 3px #fff;
  border-left: solid 3px #fff;
}
h2::before {
  content: "";
  position: absolute;
  opacity: 1;
  top: 0%;
  left: -10px;
  -webkit-text-fill-color: rgba(220, 220, 220, 0.3);
  font-size: 10rem;
  z-index: -1;
}
@media (max-width: 991px) {
  h2::before {
    font-size: 5rem;
    top: 2rem;
  }
}

.dec {
  color: rgb(199, 172, 157);
  position: absolute;
  right: 6rem;
  transform: translateY(100%);
}
@media (max-width: 1199px) {
  .dec {
    right: 1rem;
  }
}

header .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  transition: 0.4s;
  z-index: 99;
}
header .navbar .navbar-brand {
  display: flex;
  align-items: center;
  filter: brightness(0);
}
@media (max-width: 991px) {
  header .navbar .navbar-brand {
    filter: brightness(1);
  }
}
header .navbar .navbar-brand img {
  width: 120px;
  object-fit: contain;
  margin-right: 10px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  header .navbar .navbar-brand img {
    width: 90px;
  }
}
header .navbar .navbar-brand span {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 3px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  color: #fff;
  transition: 0.5s;
  text-align: center;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #bb9669 !important;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  width: 0%;
  height: 2px;
  transition: 0.5s;
  z-index: -1;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
header .navbar.scrolled {
  background: #fff;
}
header .navbar.scrolled .navbar-brand {
  filter: brightness(1);
}
header .navbar.scrolled .navbar-brand img {
  width: 90px;
}
header .navbar.scrolled .nav-link {
  color: #bb9669 !important;
  transition: 0.5s;
}
header .navbar.scrolled .nav-link::before {
  background: #bb9669 !important;
}
header .navbar.scrolled .nav-link:hover {
  color: #bb9669 !important;
}
@media (max-width: 991px) {
  header .navbar {
    background: #fff;
  }
}

.hero_l {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: background-image 2s;
}

@media (max-width: 768px) {
  .hero_l {
    display: none;
  }
  .hero_s {
    margin-top: 10%;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../public/hero/small/img-1.jpg);
    background-size: cover;
    background-position: center center;
    transition: background-image 2s;
  }
}
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  object-position: center center;
  object-fit: cover;
  overflow-y: hidden;
  display: flex;
  align-items: center;
}
.hero .row {
  margin: auto;
  width: 100%;
  height: 75vh;
}
@media (max-width: 1199px) {
  .hero .row {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
.hero .row > div {
  height: 100%;
}
.hero .row .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .title {
  padding: 3rem 5rem;
  position: absolute;
  top: 50%;
  margin-left: 3rem;
  transform: translateY(-50%);
  text-shadow: 3px 4px 7px rgba(81, 67, 21, 0.8);
}
@media (max-width: 767px) {
  .hero .title {
    padding: 1rem 2rem;
    margin: 0px;
    transform: translateY(0%);
  }
}
.hero .title p {
  display: inline-block;
  background: #042963;
  color: #fff;
  padding: 0.15rem 1rem;
  border: solid 2px #fff;
  box-shadow: 0px 0px 0px 5px #042963;
  border-radius: 3px;
}
.hero .title::after {
  content: "";
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #042963;
  transform: translateY(100%);
}
@media (max-width: 991px) {
  .hero .title::after {
    display: none;
  }
}
.hero .title h1 {
  color: #000;
  letter-spacing: 0.6rem;
  line-height: 70px;
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .hero {
    height: 90vh;
  }
  .hero .txt-content {
    padding: 20vh 0;
  }
  .hero .txt-content h1 {
    font-size: 40px;
  }
}

.about {
  background: rgba(255, 255, 255, 0.1);
  background-blend-mode: color;
  padding-top: 5rem;
  padding-bottom: 7rem;
}
@media (max-width: 991px) {
  .about {
    background: transparent;
  }
}
.about h2::before {
  content: "About";
}
.about .sec_title {
  background: #042963;
  border: solid 2px #fff;
  box-shadow: 0px 0px 0px 5px #3492bd;
  border-radius: 3px;
}
.about .time {
  background: #042963;
}
.about .timeline p:not(:last-child) {
  position: relative;
}
.about .timeline p:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 22px;
  width: 10px;
  border-left: solid 2px #042963;
  left: 0;
  bottom: 0;
  transform: translate(30px, 80%);
}

section {
  position: relative;
}
section .scroll-down {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(-50%, 0%);
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
  padding-top: 80px;
}
section .scroll-down:hover {
  opacity: 0.5;
}
section .scroll-down .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
section .scroll-down .arrow:nth-of-type(1) {
  animation-delay: 0s;
}
section .scroll-down .arrow:nth-of-type(2) {
  top: 16px;
  animation-delay: 0.15s;
}
section .scroll-down .arrow:nth-of-type(3) {
  top: 32px;
  animation-delay: 0.3s;
}

@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.masonry-store {
  column-width: 300px;
  column-gap: 10px;
}
.masonry-store a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #aaa;
  margin-bottom: 5px;
}
.masonry-store a img {
  filter: brightness(0.8);
  transition: 0.4s;
}
.masonry-store a img:hover {
  filter: brightness(1);
}
@media (max-width: 576px) {
  .masonry-store {
    column-width: 150px;
  }
  .masonry-store a img {
    filter: brightness(1);
  }
}

.services {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
.services h2::before {
  content: "Menu";
}
.services .item img {
  height: 100px;
}

.news {
  position: relative;
}
.news h2::before {
  content: "News";
}
.news .item img {
  height: 100px;
}

.news_box {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 3rem;
  color: #bb9669;
}
.news_box .text_s {
  display: none;
}
.news_box h3, .news_box h4 {
  line-height: 3rem;
}
.news_box h5 {
  line-height: 2.5rem;
}
.news_box a {
  text-decoration: none;
  color: #fff;
}
.news_box span {
  background-color: rgba(187, 150, 104, 0.7);
  color: #fff;
  padding: 8px 25px;
  border-radius: 50px;
  transition: 0.5s;
}
.news_box span:hover {
  background-color: rgb(187, 150, 104);
  transition: 0.5s;
}

@media (max-width: 992px) {
  .news_box .text_l {
    display: none;
  }
  .news_box .text_s {
    display: block;
  }
}
@media (max-width: 576px) {
  .news_box {
    padding: 1rem;
  }
}
.portfolio {
  background: rgba(255, 255, 255, 0.1);
  background-blend-mode: color;
}
.portfolio h2::before {
  display: inline-block;
  width: 600px;
  content: "Oyster Omelette & Rice";
}
.portfolio a {
  width: 100%;
  height: 300px;
  border: solid 5px #fff;
  overflow: hidden;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  transition: 0.5s;
}
.portfolio a:hover {
  transform: rotate(1.5deg) scale(1.05);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.8);
}
.portfolio a:hover img {
  transform: scale(1.1);
}
.portfolio img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-fit: center;
  transition: 0.5s;
}

.contact {
  position: relative;
  padding: 0px;
  background: rgba(0, 0, 0, 0.1);
}
.contact .contact_box {
  height: 100%;
}
.contact address {
  padding-left: 20px;
}
.contact address ul li a {
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 991px) {
  .contact address ul li a {
    color: #fff;
  }
}
.contact address ul li a i {
  font-size: 18px;
  line-height: 24px;
}
.contact .sns {
  padding-left: 20px;
}
.contact .sns a {
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  transition: 0.5s;
}
.contact .sns a:hover {
  background: #042963;
}
footer {
  z-index: 1;
  border-top: solid 1px #000;
  margin-bottom: 0px;
  color: #000;
  background: rgba(0, 0, 0, 0.1);
  background-blend-mode: color;
}
@media (max-width: 991px) {
  footer {
    margin-bottom: 50px;
  }
}

.body_bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: url("https://images.unsplash.com/photo-1616410731309-4e07df6b5d42?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2819&q=80") no-repeat center/cover;
  filter: brightness(1.2);
}
.body_bg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

#order {
  /* background-color: #D8CABC; */
  background: url(../src/assets/img/soup/img-10.jpg) no-repeat center/cover, #545454;
  background-blend-mode: overlay;
}

#order h2 {
  color: #fff;
}

#order .order_content {
  width: 100%;
  height: fit-content;
  color: #fff;
  line-height: 3rem;
  letter-spacing: 0.3rem;
}

/* order button  */
#order button {
  background: #fff;
  color: #B69C8D;
  border: 3px solid #fff;
  border-radius: 50px;
  padding: 1rem 4rem;
  font: 25px "Margarine", sans-serif;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: 0.2s ease-in-out;
  letter-spacing: 2px;
}

@media (max-width: 576px) {
  #order button {
    font-size: 19px;
    padding: 0.8rem 3rem;
  }
  #order .order_content {
    width: 100%;
    height: fit-content;
    color: #fff;
    line-height: 2rem;
    font-size: 14px;
    letter-spacing: 0.1rem;
  }
}
#order button:hover {
  color: #9b8071;
  transform: scale(1.1);
}

#order .name {
  width: 100%;
  text-align: center;
  padding: 0 0 3rem;
  padding-top: 4rem;
  font: 500 14px "Rubik", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

#order .button-parrot .parrot {
  position: absolute;
  width: 60px;
  text-align: center;
  animation: blink 0.8s infinite;
  color: transparent;
}

#order .button-parrot .parrot:before {
  content: "Click Me!";
}

#order .button-parrot .parrot:nth-child(1) {
  top: -30px;
  left: -40px;
  font: 12px/1 "Margarine", sans-serif;
  transform: rotate(-20deg);
  animation-duration: 0.5s;
}

#order .button-parrot .parrot:nth-child(2) {
  font: 12px/1 "Margarine", sans-serif;
  right: -40px;
  top: -20px;
  transform: rotate(15deg);
  animation-duration: 0.3s;
}

#order .button-parrot .parrot:nth-child(3) {
  font: 16px/1 "Margarine", sans-serif;
  top: -60px;
  left: 15px;
  transform: rotate(10deg);
  animation-duration: 1s;
}

#order .button-parrot .parrot:nth-child(4) {
  font: 18px/1 "Margarine", sans-serif;
  top: -70px;
  left: 95px;
  transform: rotate(2deg);
  animation-duration: 0.7s;
}

#order .button-parrot .parrot:nth-child(5) {
  font: 14px/1 "Margarine", sans-serif;
  top: 80px;
  left: 105px;
  transform: rotate(-20deg);
  animation-duration: 0.8s;
}

#order .button-parrot .parrot:nth-child(6) {
  font: 12px/1 "Margarine", sans-serif;
  top: 80px;
  left: 5px;
  transform: rotate(10deg);
  animation-duration: 1.2s;
}

#order .button-parrot button:hover .parrot:before {
  content: "Do it!";
  width: 70px;
}

@keyframes blink {
  25%, 75% {
    color: transparent;
  }
  40%, 60% {
    color: #fff;
  }
}
#order .order_btn {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.posts .post {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  margin: 0 20px;
  padding: 20px;
  height: 500px;
}
.posts .post p {
  display: flex;
  align-items: center;
  height: 50%;
  line-height: 1.2rem;
  font-size: 0.8rem;
}
.posts .post img {
  width: 100%;
  height: 50%;
  border-radius: 20px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .posts .post p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .body_bg {
    background-image: url("../src/assets/img/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
}
.small-text {
  text-shadow: 3px 4px 7px rgba(81, 67, 21, 0.8);
}/*# sourceMappingURL=all.css.map */