body {
  height: 2000px;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dancing Script", cursive;
  color: #1188ff;
}

.sect-pa {
  padding-top: 25px;
  padding-bottom: 25px;
}

nav {
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
nav .bg-dark {
  background-color: #27292a !important;
}
.nav-item a,
.navbar-brand {
  color: white !important;
}

.dropdown-menu {
  background-color: #27292a !important;
  color: white;
  right: 0 !important;
  left: auto;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

.dropdown-item {
  transition: all 300ms ease-in-out;
}

.dropdown-item:hover {
  background-color: #0e5c97;
  padding-left: 34px;
}

header {
  background: url("../image/HeaderMod.png") no-repeat center center;
  height: 600px;
  overflow: hidden;
  color: white;
}
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 570px;
}
.header p {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  padding: 0 20px;
  font-size: 19px;
  text-align: center;
}
.header img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  width: 275px;
  height: 275px;
}
.header button {
  position: absolute;
  bottom: 25%;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 4rem;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px !important;
  height: 50px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev {
  background: #1188ff;
}
.carousel-control-next {
  background: #000000;
}
.cont {
  height: 275px;
}
.header button {
  bottom: 0;
}

.carousel-item {
  padding: 25px;
}
.cont {
  height: 330px;
  padding: 5px;
  background-color: #00000070;
  border-radius: 5rem;
  box-shadow: 1px 1px 15px;
}
.header button {
  bottom: 10%;
}

/* reserve */

.reserve {
  height: 450px;
  background: url("../Restaurant/bg-parallax-2.jpg");
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.reserve h1 {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 25%;
  margin: 0;
  transform: translateX(-50%);
}
.reserve input {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.reserve input:hover {
  background-color: white;
  color: #1188ff;
  border: none;
}
.reserve input:active {
  border: none !important;
  box-shadow: none !important;
}
.reserve .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000030;
}
/* story section */

section.story {
  padding-top: 60px;
  overflow: hidden;
  box-shadow: 0 8px 8px #00000050;
}
h1 {
  font-size: 3.5rem;
  margin: 10px 0 20px 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000090;
}
.right-story {
  padding-bottom: 75px;
}

.right-story h2 {
  color: white !important;
  margin: 15px;
}
.right-story img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.story-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.story-wrapper .text-wrapper {
  padding-right: 45px;
  padding-left: 45px;
  color: white;
}
.owl-dots button {
  outline: none !important;
  border: none !important;
}
.owl-dots span {
  width: 20px !important;
  height: 20px !important;
  background: #fcc810 !important;
}
.owl-dots .active span {
  background-color: red !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
  .cont p {
    font-size: 16px !important;
  }
  .reserve h1 {
    font-size: 2.5em;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .header button {
    bottom: 20%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .header button {
    bottom: 20%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
* .swiper-container {
  width: 100%;
  padding-top: 50px;
  padding: 100px 0;
}

.our-chefs {
  background: url("../Restaurant/bg-parallax-2.jpg");
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 280px;
  height: 350px;
  overflow: hidden;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: white;
}
.swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
}
.our-chefs .card {
  background-color: #18f;
}
.card-body {
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.card-body img {
  height: 100% !important;
  object-fit: cover;
}

.card-body .overlay {
  opacity: 0;
  transition: all 0.1s ease-in !important;
}
.card-body:hover .overlay {
  opacity: 1;
  cursor: pointer;
}
.card-body ul {
  color: white;
  transform: translateX(-50px) scale(0);
  transition: all 0.3s ease;
  position: absolute;
  z-index: 2;
  top: 0;
}
.card-body ul li {
  margin: 15px 15px;
}

.card-body:hover ul {
  transform: translateX(0) scale(1);
}
.card-body ul li {
  font-size: 20px;
  width: 32px;
  background: gray;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
  transition: all 0.2s ease-in !important;
}
.card-body ul li a {
  text-decoration: none;
  color: white;
}
.card-body ul li:hover {
  background: white;
}
.card-body ul li:hover a {
  color: gray !important;
}
.card-body .desc-chef {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 130px);
  z-index: 3;
  color: white;
  transition: all 0.2s ease-in !important;
}
.card-body:hover .desc-chef {
  transform: translate(-50%, 0);
}

/* menu  */
.grid {
  padding-top: 90px;
}
.pan {
  width: 100%;
  height: 100%;
  padding-bottom: 250px;
}
.sub-menu {
  position: relative;
  box-shadow: 0 7px 16px #00000030;
  padding: 40px 10px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
}
.sub-menu > img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 3px 10px #00000030;
}
.price {
  width: 100%;
  height: 160px;
  position: absolute;
  /* left: 50%; */
  bottom: -160px;
  background: url("../image/woody.png") no-repeat center;
  background-size: contain;
  /* transform: translateX(-50%); */
}
.price img {
  width: 200px;
  position: absolute;
}
.price p {
  position: absolute;
  top: 36%;
  z-index: 4;
  mix-blend-mode: color-burn;
  color: #898d83;
  left: 50%;
  transform: translate(-50%);
  font-weight: 700;
  font-size: 1.5rem;
}

/* gallerie */
.gallerie {
  overflow: hidden;
}
.my-gallery {
  width: 100%;
  border: 2px dashed brown;
  border-radius: 60px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 2px 2px 10px #00000060;
}
.my-gallery figure {
  width: 24%;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.my-gallery figure img {
  width: 100%;
  height: auto;
}
