html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

/* annimation */
.fadeinleft {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-out;
}

.fadeinright {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s ease-out;
}

.fadeindown {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}

.fadeinup {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}

.fade-in {
  opacity: 0;
  transition: all 1.3s ease-in;
}

.active-left,
.active,
.active-right,
.active-down,
.active-up {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}

.fadein {
  opacity: 0;
}

/* footer */
:root {
  /* Background Color */
  --primary-color: #212122b9;
  --secondary-color: #a3a190;
  --bg-color: #f4f4f4;
  --bg-white: #fff;
  --bg-black: #000;
  /* Text Style */
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Oswald", sans-serif;
  --tertiary-font: "Cinzel", serif;
  --primary-text: #212122b9;
  --secondary-text: #cea356;
  --text-white: #fff;
  --text-black: rgb(79, 79, 79);
  --text-gray: #e4e4e4;
}

.footer_wrapper {
  background-color: #1d1f25;
}
.footer_wrapper h5 {
  color: white;
  margin-bottom: 1.25rem;
}
.footer_wrapper ul li {
  margin-bottom: 0.5rem;
  list-style: none;
}
.footer_wrapper .contact-info li a {
  color: white;
}
.footer_wrapper .link-widget li a,
.footer_wrapper p {
  color: white;
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}
.footer_wrapper .link-widget li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer_wrapper .link-widget li a:hover {
  margin-left: 0.625rem;
  color: #b39673;
}
.footer_wrapper .social-network a {
  width: 2.1rem;
  height: 2.1rem;
  margin: 0.6rem;
  line-height: 2rem;
  font-size: 0.875rem;
  display: inline-block;
  border: 0.125rem solid var(--text-gray);
  color: var(--text-gray);
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer_wrapper .social-network a:hover {
  background-color: var(--secondary-text);
  border-color: var(--secondary-text);
  color: var(--text-white);
  box-shadow: 0 0.625rem 0.9375rem 0 rgb(0 0 0 / 10%);
  transform: translateY(-0.1875rem);
}
.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}
.footer_wrapper .copyright-section {
  padding: 1.25rem 0 0.3125rem;
  text-align: center;
}
.footer_wrapper .copyright-section h3 {
  color: white;
}

/* navbar */
.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color: black;
  transition: color 0.3s ease-in-out;
  font-weight: bold;
}

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
}

.nav-item .nav-link {
  color: black;
}

.nav-item .active-link  {
  color: #286054 !important;
  font-weight: 400;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color: #286054;
}

.nav-item:hover .underline {
  background-color: #286054;
  width: 100%;
}

.nav-item:hover a {
  color: #286054;
}

.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color: #286054;
}

.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;
}

.navbar {
  background-color: white;
  transition: background-color 0.3s ease-in-out;
}

.navbar-toggler {
  border: 2px solid #8ed3ee !important;
  background-color: #222f65;
  color: transparent !important;
}

.navbar-toggler:hover,
.navbar-toggler:active {
  border: 2px solid #8ed3ee !important;
  background-color: #222f65;
  color: transparent !important;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(142, 211, 238, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* font family */
.lib {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}


.play {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ubu {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.btn-grad {
  border: none;
  background: transparent;
  padding: 0px;
  margin: 0px;
}

.btn-grad a {
  font-size: 15px;
  letter-spacing: 1.5px;
  border-radius: 0px;
  background-color: #286054;
  padding: 10px 20px;
  color: white;
  border: 2px solid #286054;
  transition: 1s ease;
}

.btn-grad a:hover {
color: white;
transition: 1s ease;
background-color: #8ed3ee;
}

/* index-bg */
.bg-1 {
  background: url(img/img-11.jpg) rgba(0, 0, 0, 0.40);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 70vh;
}

.bg-1 h2 {
  font-size: 25px;
  text-transform: capitalize;
  color: white;
}

.bg-1 h1 {
  color: white;
  font-size: 55px;
  text-transform: uppercase;
  text-shadow:2px 2px 2px #286054;
  margin: 15px 0;
}

.bg-2 {
  background: url(img/img-1.jpg) rgba(0, 0, 0, 0.40);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  height: 70vh;
}

.bg-2 h2 {
  font-size: 55px;
  text-transform: uppercase;
  color: white;
  text-shadow:2px 2px 2px #286054;
}

.bg-2 h4 {
  color: white;
  font-size: 25px;
  text-transform:capitalize;
  margin: 15px 0;
}


#index-bg {
  background-color: #286054;
}

/* about */
#about {
  padding: 70px 0;
}

.about-des h2 {
  font-size: 18px;
  color: #286054;
  text-transform: uppercase;
  line-height: 30px;
}

.about-des h1 {
  font-size: 45px;
  color: #000;
  text-transform: capitalize;
  line-height: 60px;
}

.about-des img {
  margin: 15px 0;
}

.but {
  display: flex;
  margin-top: 20px;
}

.but button {
  margin-right: 15px;
}

.about-img .parallax_wrapper {
  position: relative;
  margin-bottom: 25px;
}

.about-img .parallax_wrapper .img_over {
  left: -25%;
  bottom: 10%;
  position: absolute;
  z-index: 99;
}

.img-fluids {
  height: auto;
  box-shadow: 8px 8px 4px #286054;
  max-width: 100%;
}

.parallax_wrapper .img-fluid {
  max-width: 100%;
  height: auto;
}

.parallax_wrapper .img_over img {
  border: 4px solid #fff;
  width: 50%;
  height: auto;
  -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
}


/* menu */
#menu {
  background-color: #1D2326;
  padding: 70px 0;
}
.menu-ds {
  margin-bottom: 35px;
  text-align: center;
}

.menu-ds h2 {
  color: white;
  text-transform: capitalize;
  text-align: center;
  font-size: 45px !important;
  margin-bottom: 10px;
}

.menu-des {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center; 
  padding: 60px 0;
}


.menu-des h2 {
  color: #8ed3ee;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  align-items: center;
}

.menu-des p {
  font-size: 20px;
  color: grey;
  text-align: center;
}

.menu-des img {
  margin: 15px 0;
}

.menu-img img  {
  -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
}

/* gallery */
#gallery {
  padding: 70px 0;
}

.gallery-ds  {
  margin-bottom: 35px;
  text-align: center;
}

.gallery-ds h2 {
  font-size: 45px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
}

.gallery-img {
  margin: 15px 0;
}

.gallery-img img {
  -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 8px 8px 4px #286054;
}

/* service */
#service {
  padding: 70px 0;
  background-color: #1D2326;
}

.service-ds {
  margin-bottom: 35px;
  text-align: center;
}

.service-ds h2 {
  color: white;
  text-transform: capitalize;
  text-align: center;
  font-size: 45px;
  margin-bottom: 10px;
}

.service-card {
 
  border: 2px solid #286054;
  padding: 30px;
  margin: 15px 0;
  -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  text-align: center;
}

.service-card h2 {
  color: #8ed3ee;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  align-items: center;
}

.service-card p {
  font-size: 20px;
  color: grey;
  text-align: center;
}

.service-card img {
  margin: 15px 0;
}

/* testimonials */
#testimonials {
  padding: 70px 0;
  background: url(img/img-16.jpg) rgba(0, 0, 0, 0.40);
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.testimonials-ds {
  margin-bottom: 30px;
}

.testimonials-ds h2 {
  color: white;
  font-size: 45px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}

.testimonials-card {
  background-color: #1D2326;
  padding: 30px;
  margin: 15px 0;
}

.testimonials-card .dots i {
  color: #00AA6C;
}

.testimonials-card .text {
  display: flex;
}

.testimonials-card .text p {
  color: grey;
  font-size: 15px;
  margin: 15px 0;  
}

.testimonials-card .text i {
  color: white;
  font-size: 40px;
}

.testimonials-card .person {
  display: flex;
  justify-content: space-between;
}

.testimonials-card .person h2 {
  font-size: 25px;
  color: white;
}

.testimonials-card .person p {
  color: grey;
  text-transform: capitalize;
  font-size: 23px;
}

/* about-html */
#about-bg {
  background: url(img/img-16.jpg) rgba(0, 0, 0, 0.40);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  text-align: center;
  height: 70vh;
}

.about-ds h2 {
  font-size: 30px;
  color: white;
  text-transform: capitalize;
}

.about-ds h2 {
  font-size: 25px;
  text-transform: capitalize;
  color: white;
}

.about-ds h1 {
  color: white;
  font-size: 55px;
  text-transform: uppercase;
  text-shadow:2px 2px 2px #286054;
  margin: 15px 0;
}

/* gallery */
#gallery-bg {
  background: url(img/img-9.jpg) rgba(0, 0, 0, 0.40);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  text-align: center;
  height: 70vh;
}

#gallery-gallery {
  padding: 70px 0;
}

.gallery-dsc h2 {
  font-size: 25px;
  text-transform: capitalize;
  color: white;
}

.gallery-dsc h1 {
  color: white;
  font-size: 55px;
  text-transform: uppercase;
  text-shadow:2px 2px 2px #286054;
  margin: 15px 0;
}

/* contact-html */
#contact-form {
  padding: 70px 0;
}

#contact-bg {
  background: url(img/img-3.jpg) rgba(0, 0, 0, 0.40);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  text-align: center;
  height: 70vh;
}

.contact-ds h2 {
  font-size: 25px;
  text-transform: capitalize;
  color: white;
}

.contact-ds h1 {
  color: white;
  font-size: 55px;
  text-transform: uppercase;
  text-shadow:2px 2px 2px #286054;
  margin: 15px 0;
}

.contact-form {
  padding: 30px;
}

.contact-form h2 {
  font-size: 45px;
  color: #8ed3ee;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
}

.contact-form .contact-list h2 {
  color: white;
  font-size: 30px;
  text-align: start;
}

.contact-form .contact-list p {
  font-size: 15px;
  color: grey;
}

.contact-form .contact-list a {
  font-size: 15px;
  color: grey;
  text-decoration: none;
}

/* menu */
#menu-bg {
  background: url(img/img-13.jpg) rgba(0, 0, 0, 0.40);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  text-align: center;
  height: 70vh;
}

.menu-dess h2 {
  font-size: 25px;
  text-transform: capitalize;
  color: white;
}

.menu-dess h1 {
  color: white;
  font-size: 55px;
  text-transform: uppercase;
  text-shadow:2px 2px 2px #286054;
  margin: 15px 0;
}


.s-menu-list div.container div.row div.menu-content div.block-text.text-center.style-2 p.subtitle {
  font-size: 15px;
  text-transform: uppercase;
  color: #033A58;
  letter-spacing: 2.7px;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 18px;
}

.s-menu.p-list div.container div.row div.menu-content div.block-text.text-center.fadeinup.active-up p.subtitle::before,
.s-menu.p-list div.container div.row div.menu-content div.block-text.text-center.fadeinup.active-up p.subtitle::after {
  background-color: white;
}

.s-menu-list {
  background: #033A58;
  padding: 144px 0 0;
}

.block-text.style-2 .title {
  color: #fff;
  margin-left: -3px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 21px;
}

.s-menu-list .block-text.style-2 .text {
  color: #fff;
  font-size: 20px;
}

.s-menu-list .portfolio-main {
  position: relative;
  z-index: 9;
  display: flex;
  margin: 100px 0 -200px;
  overflow: hidden;
}

.portfolio-box-1 {
  position: relative;
}

.s-menu-list .portfolio-main .portfolio-box-1 .image {
  height: 558px;
}

.portfolio-box-1 .image {
  height: 477px;
}

.portfolio-box-1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-menu-list .portfolio-main .portfolio-box-1 .content {
  left: 40px;
  right: 40px;
  bottom: 40px;
  top: 75%;
  padding: 5% 5% 5% 5%;
}

.portfolio-box-1 .content {
  background: #033A58;
  position: absolute;
  left: 37px;
  right: 26px;
  top: 89%;
  bottom: -55px;
  padding: 28px 40px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-box-1 .content .name {
  color: #e6c9a2;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: 0px;
  line-height: 1.5;
}

.s-menu.p-list {
  padding: 70px 0;
}

.s-menu .menu-content .block-text .subtitle {
  color: #033A58;
  margin-bottom: 21px;
}

.s-menu.p-list .block-text .subtitle {
  margin-bottom: 20px;
  color: #033A58;
  display: block;
  text-align: center;
  margin-bottom: 20px !important;
}

.s-menu.p-list .block-text .title::after {
  content: "";
  position: absolute;
  bottom: 17px;
  right: -52px;
  width: 40px;
  height: 3px;
  background: #00AA6C;
}

.s-menu.p-list .block-text .title::before {
  content: "";
  position: absolute;
  bottom: 17px;
  left: -52px;
  width: 40px;
  height: 3px;
  background: #00AA6C !important;
}

.s-menu.p-list .block-text .title {
  font-size: 32px;
  display: inline-block;
  position: relative;
  color: black !important;
  margin-bottom: 13px;
}

.s-menu .menu-content .menu-main {
  display: flex;
  margin-top: 5px !important;
}

.s-menu .menu-content .menu-main .menu-list {
  width: 50%;
  padding-right: 35px;
  padding-top: 40px;
}

.menu-list li {
  margin-bottom: 30px;
}

.menu-list h5 {
  color: white;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  letter-spacing: 1.3px;
  position: relative;
  margin-bottom: 1px;
}

.menu-list h5::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #033A58;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: -1;
}

.menu-list h5::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #033A58;
  position: absolute;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

.s-menu .menu-content .menu-main .menu-list h5 span {
  background: #fff;
  color: #0e1927;
  z-index: 2;
}

.menu-list h5 .txt {
  background: #0e1927;
  padding-right: 15px;
}

.menu-list h5 span.price {
  font-family: "Cerebri Sans", sans-serif;
  font-size: 20px;
  line-height: 1;
  background: #0e1927;
  padding-left: 10px;
  padding-top: 4px;
  color: white;
}

.menu-list .block-text li h5 {
  text-transform: capitalize;
}

.s-menu.p-list .menu-image {
  height: 500px;
  margin-top: 65px;
  margin-bottom: 60px;
}

.s-menu.p-list .menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s-menu .menu-content .menu-main .menu-list p {
  color: #666666;
}

.about-restaurant-main .block-text .subtitle::before,
.menu-content .block-text .subtitle::before,
.s-book .block-text .subtitle::before,
.s-gallery .block-text .subtitle::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -76px;
  width: 63px;
  height: 1px;
  background: #e6c9a2;
}

.block-text .subtitle {
  font-size: 15px;
  text-transform: uppercase;
  color: #0e1927;
  letter-spacing: 2.7px;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 18px;
}

.about-restaurant-main .block-text .subtitle::after,
.menu-content .block-text .subtitle::after,
.s-book .block-text .subtitle::after,
.s-gallery .block-text .subtitle::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -76px;
  width: 63px;
  height: 1px;
  background: #e6c9a2;
}

.menu-desc {
  margin-bottom: 30px;
}

.menu-desc h2 {
  font-size: 45px;
  color: #033A58;
  text-transform: capitalize;
  text-align: center;
}

/* responsive */
@media (max-width:1100px) {
  .bg-1 h1 {
    font-size: 45px;
  }

  .bg-1 h2 {
    font-size: 20px;
  }

  .bg-2 h2 {
    font-size: 45px;
  }

  .bg-2 h4 {
    font-size:20px;
  }

  .about-des h2 {
    font-size: 16px;
  }

  .about-des h1 {
    font-size: 35px;
  }

  .about-des p {
    font-size: 15px;
  }

  .menu-ds h2 {
    font-size: 35px !important;
  }

  .menu-des h2 {
    font-size: 25px;
  }

  .menu-des p {
    font-size: 15px;
  }

  .gallery-ds h2 {
    font-size: 35px;
  }

  .service-ds h2 {
    font-size: 35px;
  }

  .service-card h2 {
    font-size: 25px;
  }

  .service-card p {
    font-size: 15px;
  }

  .testimonials-ds h2 {
    font-size: 35px;
  }

  .testimonials-card .text p {
    font-size: 15px;
  }

  .testimonials-card .person h2 {
    font-size: 20px;
  }

  .testimonials-card .person p {
    font-size: 18px;
  } 

  .about-ds h1 {
    font-size: 45px;
  }

  .menu-dess h1 {
    font-size: 45px;
  }

  .menu-desc h2 {
    font-size: 35px;
  }

  .menu-main .menu-list .block-text h3 {
    font-size: 25px !important;
  }

  .menu-main .menu-list li h5 {
    font-size: 18px !important;
  }

  .gallery-dsc h1 {
    font-size: 45px;
  }

  .contact-ds h1 {
    font-size: 45px;
  }

  .contact-form h2 {
    font-size: 35px;
  }

  .contact-form .contact-list h2 {
    font-size: 25px;
  }

  .contact-form .contact-list p {
    font-size: 15px;
  }

  .navbar-nav .nav-item a {
    font-size: 12px !important;
  }

  .dropdown button {
    font-size: 12px !important;
  }

  .btn-grad .btn {
    font-size: 12px !important;
  }
}

@media (max-width:900px) {
  .dropdown {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: start;
    align-items: start;
  }

  .dropdown .btn-grad {
    margin: 15px 0px !important;
  }
  .about-des h1 {
    font-size: 28px;
    line-height: 30px;
  }

  .about-des p {
    font-size: 15px;
  }
  .s-menu .menu-content .menu-main {
    display: flex;
    flex-direction: column;
    margin-top: 5px !important;
}

.s-menu .menu-content .menu-main .menu-list {
  width: 100%;
  padding-right: 35px;
  padding-top: 40px;
}

.menu-img img {
  margin: 15px 0;
}
}

@media (max-width:767px) {
  .parallax_wrapper .img_over {
    display: none;
  }
}