@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Intro
7. Video
8. Signature Dish
9. The Menu
10. Reservations
11. Footer
12. Top Bar


******************************/

/***********
1. Fonts
***********/

@import url("https://fonts.googleapis.com/css?family=Alex+Brush|Great+Vibes|PT+Sans+Narrow:400,700");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@font-face {
  font-family: "Edward";
  src: url(../font/edwardian_script_itc.ttf) format("truetype"),
    url(../font/edwardian_script_itc.otf) format("opentype");
}

/*********************************
2. Body and some general stuff
*********************************/

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
body {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: #ffffff;
  color: #a5a5a5;
}
div {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style: none;
  margin-bottom: 0px;
}
p {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  color: #636363;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p a {
  display: inline;
  position: relative;
  color: inherit;
  border-bottom: solid 1px #ffa07f;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a,
a:hover,
a:visited,
a:active,
a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
p a:active {
  position: relative;
  color: #ff6347;
}
p a:hover {
  color: #ffffff;
  background: #ffa07f;
}
p a:hover::after {
  opacity: 0.2;
}
::selection {
  background: rgba(196, 171, 159, 0.5);
  color: #ffffff;
}
p::selection {
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  line-height: 1.2;
  color: #232323;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
}
.form-control {
  color: #db5246;
}
section {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.trans_200 {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.trans_300 {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.trans_400 {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.trans_500 {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.trans_800 {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.fill_height {
  height: 100%;
}
.super_container {
  width: 100%;
  overflow: hidden;
}
.prlx_parent {
  overflow: hidden;
}
.prlx {
  height: 130% !important;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.parallax_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parallax_background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.4)
  );
  z-index: 1;
}

.background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.nopadding {
  padding: 0px !important;
}
.page_subtitle {
  font-family: "Edward", sans-serif;
  color: #b49383;
  line-height: 0.75;
}
.button {
  width: 163px;
  height: 47px;
  background: transparent;
  border: solid 2px #c4ab9f;
  text-align: center;
}
.button a {
  display: block;
  font-size: 18px;
  color: #b49383;
  line-height: 44px;
}
.button:hover {
  background: #c4ab9f;
}
.button:hover a {
  color: #ffffff;
}

/*********************************
3. Header
*********************************/

.header {
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header.scrolled {
  top: 0;
  background: rgba(0, 0, 0, 0.85);
}
.header_content {
  width: 100%;
  height: 149px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.header.scrolled .header_content {
  height: 80px;
}
.logo {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}
.logo a {
  display: block;
}
.logo img {
  max-width: 70px;
  height: auto;
  margin-bottom: 5px;
}

.main_nav {
  margin-left: 170px;
}
.main_nav ul li:not(:last-child) {
  margin-right: 40px;
}
.main_nav ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.main_nav ul li a:hover {
  color: #b49383;
}
.reservations_phone {
  height: 47px;
  line-height: 43px;
  padding-left: 25px;
  padding-right: 20px;
  text-align: center;
  border: solid 2px #ffffff;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.hamburger_bar {
  position: fixed;
  top: 0;
  right: calc((100vw - 690px) / 2 - 15px);
  width: auto;
  height: 149px;
  z-index: 102;
}
.hamburger_bar.scrolled {
  height: 80px;
}
.hamburger {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
  padding: 15px;
  z-index: 2;
}
.menu_toggle {
  display: block;
}
.menu_hamburger {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
}
.hamburger_lines {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #f7f7f7;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  transform-origin: center center;
}
.line_1 {
  top: 0px;
}
.line_2 {
  top: 5px;
}
.line_3 {
  top: 10px;
}
.hamburger.active .line_1 {
  transform: translateY(5px) rotate(45deg) !important;
}
.hamburger.active .line_3 {
  transform: translateY(-5px) rotate(-45deg) !important;
}
.hamburger.active .line_2 {
  opacity: 0 !important;
}
.menu_toggle span {
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f7f7f7;
}

/*********************************
4. Menu
*********************************/

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(180, 147, 131, 0.97);
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 100px;
}
.menu.active {
  visibility: visible;
  opacity: 1;
}
.menu_content {
  width: 100%;
  height: 100%;
}
.menu_content ul li:not(:last-child) {
  margin-bottom: 3px;
}
.menu_content ul li {
  display: block;
}
.menu_content ul li a {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  letter-spacing: 0.075em;
}
.menu_content ul:hover li a {
  color: rgba(255, 255, 255, 0.5);
}
.menu_content ul li a:hover {
  color: rgba(255, 255, 255, 1);
}
.menu_reservations_phone {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
  height: 47px;
  line-height: 43px;
  padding-left: 25px;
  padding-right: 20px;
  text-align: center;
  border: solid 2px #ffffff;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}
.menu_social {
  margin-top: 30px;
}
.menu_social ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu_social ul li {
  margin: 0 10px;
}
.menu_social ul li a {
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease;
}
.menu_social ul li a:hover {
  color: #937c6f;
}

/*********************************
5. Home
*********************************/

.home {
  width: 100%;
  height: 100vh;
}
.home_container {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}
.home_content {
  width: 100%;
  text-align: center;
  position: relative;
}
.home_subtitle {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.75;
  margin-bottom: 30px;
}
.home_title {
  margin-top: 10px;
}
.home_title h1 {
  font-size: 5rem;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase !important;
  line-height: 1.2;
  letter-spacing: 2px;
  display: inline-block;
}
.home_title h1 span {
  display: inline;
}
.home_text {
  max-width: 875px;
  margin-top: 14px;
}
.home_text p {
  color: #ffffff;
}
.scroll_icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: 24px;
  height: 40px;
  border: 3px solid #ffffff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6px;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
}

.scroll_icon::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  position: relative;
  animation: scroll 1.5s infinite ease-in-out;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}

.home_button {
  margin-top: 30px;
}

.button_container {
  display: inline-block;
  background: #b49383;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid #b49383;
}

.button_container:hover {
  background: transparent;
  color: #b49383;
  text-decoration: none;
}

.button_container:hover .button_text {
  color: #b49383;
}

.button_text {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease;
}

/*********************************
6. Intro
*********************************/

.intro {
  width: 100%;
  background: #ffffff;
  padding-top: 102px;
  padding-bottom: 102px;
}

.intro_video {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.intro_video video {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.intro_image {
  width: 100%;
}
.intro_image img {
  max-width: 100%;
  height: 500px;
}
.intro_content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -165px;
  width: 679px;
  background: #ffffff;
  border: solid 2px #b49383;
  box-shadow: 0px 45px 70px rgba(0, 0, 0, 0.24);
  z-index: 1;
  padding-top: 55px;
  padding-bottom: 59px;
  padding-left: 70px;
  padding-right: 50px;
}
.intro_subtitle {
  font-size: 36px;
}
.intro_title {
  margin-top: 6px;
}
.intro_title h2 {
  font-size: 48px;
}
.intro_text {
  margin-top: 32px;
}

/*********************************
7. Video
*********************************/

.video_section {
  width: 100%;
  height: 700px;
}
.video_section_content {
  width: 100%;
  height: 100%;
}
.video_section_title {
  font-size: 48px;
  color: #ffffff;
  line-height: 1.2;
}
.video_section_icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: solid 2px #ffffff;
  text-align: center;
  margin-top: 27px;
}
.video_button {
  display: block;
  width: 100%;
  height: 100%;
}
.video_button:focus {
  outline: none;
}
.video_section_icon i {
  color: #ffffff;
  font-size: 18px;
  line-height: 52px;
  margin-left: 3px;
}
#colorbox {
  background-color: #000000;
}

/*********************************
8. Signature Dish
*********************************/

.sig {
  width: 100%;
  background: #ffffff;
  padding-top: 102px;
  padding-bottom: 102px;
}
.sig_image {
  width: 100%;
  height: 525px;
}
.sig_image img {
  display: none;
  max-width: 100%;
}
.sig_content_container {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.sig_content {
  width: 100%;
  background: #ffffff;
  border: solid 2px #b49383;
  box-shadow: 0px 45px 70px rgba(0, 0, 0, 0.24);
  padding-top: 65px;
  padding-left: 47px;
  padding-bottom: 69px;
  padding-right: 75px;
}
.sig_subtitle {
  font-size: 36px;
}
.sig_title {
  margin-top: 6px;
  padding-left: 5px;
}
.sig_title h1 {
  font-size: 48px;
}
.sig_rating {
  margin-top: 13px;
  padding-left: 9px;
}
.rating_r i::before {
  font-family: "FontAwesome";
  content: "\f006";
  font-style: normal;
  font-size: 10px;
  color: #d6baa0;
}
.rating_r i:not(:last-child) {
  margin-right: 3px;
}
.rating_r_1 i:first-child::before {
  content: "\f005";
}
.rating_r_2 i:first-child::before {
  content: "\f005";
}
.rating_r_2 i:nth-child(2)::before {
  content: "\f005";
}
.rating_r_3 i:first-child::before {
  content: "\f005";
}
.rating_r_3 i:nth-child(2)::before {
  content: "\f005";
}
.rating_r_3 i:nth-child(3)::before {
  content: "\f005";
}
.rating_r_4 i:first-child::before {
  content: "\f005";
}
.rating_r_4 i:nth-child(2)::before {
  content: "\f005";
}
.rating_r_4 i:nth-child(3)::before {
  content: "\f005";
}
.rating_r_4 i:nth-child(4)::before {
  content: "\f005";
}
.rating_r_5 i:first-child::before {
  content: "\f005";
}
.rating_r_5 i:nth-child(2)::before {
  content: "\f005";
}
.rating_r_5 i:nth-child(3)::before {
  content: "\f005";
}
.rating_r_5 i:nth-child(4)::before {
  content: "\f005";
}
.rating_r_5 i:nth-child(5)::before {
  content: "\f005";
}
.sig_name {
  font-size: 24px;
  color: #232323;
  padding-left: 9px;
  margin-top: 1px;
}
.sig_price {
  font-size: 24px;
  color: #232323;
}
.sig_content_list {
  margin-top: 4px;
  margin-left: 9px;
}
.sig_content_list ul li:not(:last-child)::after {
  display: inline-block;
  content: "/";
  font-size: 16px;
  color: #636363;
  margin-left: 5px;
  margin-right: 5px;
}
.sig_content_list ul li {
  font-size: 16px;
  color: #636363;
}
.sig_button {
  margin-left: 9px;
  margin-top: 37px;
}

/*********************************
9. The Menu
*********************************/

.themenu {
  width: 100%;
  background: #ffffff;
}
.themenu_title_bar_container {
  width: 100%;
  background: #282828;
  padding-left: 23px;
  padding-top: 22px;
  padding-bottom: 24px;
  padding-right: 22px;
}
.themenu_title_bar {
  width: 100%;
  height: 103px;
  border: solid 2px #8c7c74;
}
.themenu_title {
  font-family: "Roboto", sans-serif !important;
  font-size: 48px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
}
.themenu_stars {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 244px;
  background: #282828;
  font-size: 36px;
  z-index: 1;
}
.themenu_rating {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;
  width: 95px;
  background: #282828;
  z-index: 1;
}
.themenu_col {
  width: 100%;
  padding-left: 33px;
  padding-top: 39px;
  padding-right: 28px;
  padding-bottom: 44px;
  border: solid 1px #dadada;
}
.themenu_row {
  margin-top: 71px;
  padding-bottom: 102px;
}
.themenu_col_title {
  font-family: "Roboto", sans-serif !important;
  font-size: 36px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #232323;
  margin-bottom: 15px;
}
.themenu_title_bar_container h1 {
  font-family: "Great Vibes", cursive;
  font-size: 72px;
  color: #232323;
}
.dish_list {
  margin-top: 44px;
}
.dish:not(:last-child) {
  margin-bottom: 25px;
}
.dish_title,
.dish_price {
  font-size: 18px;
  color: #232323;
}
.dish_price {
  margin-left: auto;
}
.dish_contents {
  margin-top: 3px;
}
.dish_contents ul li {
  font-size: 14px;
  color: #636363;
}
.dish_contents ul li:not(:last-child)::after {
  display: inline-block;
  content: "/";
  margin-left: 3px;
  margin-right: 3px;
  font-size: 14px;
  color: #636363;
}
.dish_order {
  margin-top: 10px;
}
.dish_order a {
  position: relative;
  font-size: 18px;
  color: #b49383;
}
.dish_order a::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #b49383;
  content: "";
  visibility: hidden;
  opacity: 0;
}
.dish_order a:hover::after {
  visibility: visible;
  opacity: 1;
}

/*********************************
10. Reservations
*********************************/

.reservations {
  width: 100%;
  padding-top: 101px;
  padding-bottom: 75px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}

.reservations .parallax_background {
  opacity: 0.85;
}

.reservations .parallax_background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 1;
}

.reservations_content {
  position: relative;
  z-index: 2;
}

.res_stars {
  font-size: 36px;
  color: #c4ab9f;
  margin-bottom: 20px;
}

.res_title {
  font-size: 48px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 40px;
}

.res_form_container {
  margin-top: 45px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.res_input {
  background: rgba(255, 255, 255, 0.05);
  width: 240px;
  height: 52px;
  border: solid 1px #c4ab9f;
  border-radius: 4px;
  font-size: 15px;
  color: #ffffff;
  padding: 0 20px;
  outline: none;
  transition: all 0.3s ease;
  margin: 10px;
}

.res_input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.res_input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

.res_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0.05)
    url('data:image/svg+xml;utf8,<svg fill="white" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>')
    no-repeat right 10px center;
  width: 240px;
  height: 52px;
  border: solid 1px #c4ab9f;
  border-radius: 4px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 20px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 10px;

  appearance: none;

  background-position: right 15px center;
  padding-right: 40px;
}

.res_select:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}

.res_select option {
  color: #282828;
  background: #ffffff;
}
.res_button {
  display: inline-block;
  background: #b49383;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid #b49383;
  cursor: pointer;
  font-size: 16px;
  margin-top: 30px;
}

.res_button:hover {
  background: transparent;
  color: #b49383;
}
@media only screen and (max-width: 991px) {
  .res_input,
  .res_select {
    width: 100%;
    margin: 8px 0;
  }

  .res_button {
    width: 100%;
  }
}

/*********************************
11. Footer
*********************************/

.footer {
  background-color: #1a1a1a;
  padding: 40px 0 20px 0;
  color: #fff;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.footer_logo {
  margin-right: 40px;
}

.footer_logo img {
  width: 225px;
  height: auto;
}

.footer_info {
  display: flex;
  gap: 40px;
  flex-grow: 1;
  justify-content: center;
}

.footer_info_item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
}

.footer_info_item i {
  color: #c4ab9f;
  font-size: 16px;
}

.footer_right {
  display: flex;
  gap: 60px;
}

.footer_sitemap {
  min-width: 160px;
}

.footer_sitemap h4 {
  color: #c4ab9f;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}

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

.footer_sitemap ul li {
  margin-bottom: 8px;
}

.footer_sitemap ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer_sitemap ul li a:hover {
  color: #c4ab9f;
}

.footer_social {
  display: flex;
  gap: 15px;
}

.footer_social a {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s;
}

.footer_social a:hover {
  color: #c4ab9f;
}

.footer_bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #333;
  font-size: 14px;
  color: #888;
}

/*********************************
12. Top Bar
*********************************/

.top_bar {
  width: 100%;
  background: #232323;
  color: #ffffff;
  border-bottom: solid 1px #c4ab9f;
  padding: 10px 0;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.top_bar_item {
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.top_bar_item i {
  margin-right: 8px;
  color: #937c6f;
}

.top_bar_social ul {
  list-style: none;
  margin-bottom: 0;
}

.top_bar_social li {
  margin-left: 15px;
}

.top_bar_social a {
  color: #ffffff;
  transition: color 0.3s ease;
}

.top_bar_social a:hover {
  color: #937c6f;
}

/*********************************
Search Bar
*********************************/

.search_bar {
  margin-right: 30px;
}

.search_input {
  width: 300px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
  color: #333;
  background: #fff;
}

.search_button {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: -40px;
  color: #333;
}

.search_button:hover {
  color: #937c6f;
}

/* Styles pour la page de livraison */
.delivery_info {
  background: #f8f8f8;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.delivery_info h3 {
  color: #333333;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}

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

.delivery_list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  color: #666666;
}

.delivery_list li i {
  color: #c4ab9f;
  margin-right: 15px;
  font-size: 18px;
  width: 20px;
}

.delivery_list li span {
  flex: 1;
}

@media only screen and (max-width: 991px) {
  .delivery_info {
    margin-bottom: 20px;
  }
}

.test_slider_container {
  padding-top: 40px;
}

.owl-item {
  outline: none;
}

.test_text {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 50px;
}

.quote {
  width: 50px;
  height: 50px;
  background: #b49383;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.quote img {
  width: 20px;
  height: auto;
}

.test_info {
  text-align: center;
}

.test_image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px auto;
  border: 3px solid #b49383;
}

.test_image img {
  max-width: 100%;
  height: auto;
}

.test_name {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}

.test_role {
  font-size: 14px;
  color: #b49383;
  font-style: italic;
}

.owl-dots {
  margin-top: 40px;
  text-align: center;
}

.owl-dot {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
}

.owl-dot.active {
  background: #b49383;
}

/* Style de la barre de défilement */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #c4ab9f;
  border-radius: 5px;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #b39a8e;
}

/* Pour Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #c4ab9f #f1f1f1;
}
