@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}

body {
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

h3,
h4 {
  font-family: "Playfair Display", serif;
}

:root {
  --white: #fff;
  --smooth-yellow: #625b4b;
  --green: #838835;
  --lightyellow: #dabb88;
  /* --yellow:#fcb13a; */
  --card-color: #26231d;
  --gray: #aaaaaa;
  --gray-dark: #302f2f;
  --gray-darken: #0c0b09;
  --image-url: url("../img/hero-image.jpg");
  --poppins-font: "Poppins", sans-serif;
}

.vw-100 {
  width: 100vw;
}

header .nav-bar i {
  display: none;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.btn {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.3s;
  border: 2px solid var(--green);
  width: 140px;
}

.btn a {
  color: var(--green);
}

.btn:hover a {
  color: var(--white);
}

.btn:hover {
  background-color: var(--green);
}

.section-space {
  padding: 38px 0;
}

.form-content .btn {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 23px;
  border-radius: 50px;
  transition: 0.4s ease-in-out;
  border: 2px solid var(--green);
  /* width: 140px; */
  color: var(--white);
  background: var(--green);
  margin-top: 10px;
}

.form-content .btn:hover {
  background-color: #fff;
  color: var(--green);

  border: 2px solid var(--green);
}

.section-title-content {
  margin-bottom: 20px;
  text-align: center;
}

.section-title-content .section-title {
  font-size: 32px;
  font-weight: 500;
  color: var(--green);
  /* font-family: "Playfair Display", serif; */
  font-family: "Poppins", sans-serif;
}

.section-title-content .section-sub-title h2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
  color: var(--gray);
  font-family: "Poppins", sans-serif;
}

.section-text-content {
  color: var(--gray-dark);
}

.section-text-content h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.section-text-content ul li {
  padding-bottom: 10px;
  margin: auto 0;
}

.section-text-content ul {
  padding: 0;
}

.section-text-content ul li a {
  color: var(--gray-dark);
}

.section-text-content ul li i {
  margin-right: 10px;
  font-size: 20px;
  color: var(--green);
}

.section-text-content .section-description {
  font-size: 17px;
}

.section-text-content .section-description p:first-child {
  margin: 17px 0;
}

/* ----------------------navbar-section-------------- */
header .nav-bar li {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  transition: 0.3s;
}

header .nav-bar li:first-child {
  margin-left: 0;
}

header .nav-bar li:last-child {
  margin-right: 0;
}

.nav-bar {
  position: fixed;
  z-index: 997;
  width: 100vw;
  height: 74px;
  padding: 6px 0;
  background: var(--white);
  border-bottom: 1px solid rgb(197 193 184 / 70%);
}

.nav-content .col-xl-7 {
  padding: 0;
}

.nav-logo {
  text-align: left;
  margin: 0;
  width: 300px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.nav-logo img {
  width: 100%;
}

.nav-content .nav-menu ul {
  margin-bottom: 0;
}

.nav-menu {
  margin-top: 9px;
}

.nav-content .nav-menu .nav-link li a {
  font-size: 14px;
  color: white;
}

.nav-content .nav-menu .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.nav-content .nav-menu ul li a:hover {
  color: var(--green);
}

.nav-logo a {
  color: var(--green);
}

.nav-bar .contact-info p a,
.nav-bar .languages p a {
  color: var(--gray-darken);
}

.btn-content {
  text-align: end;
  border-radius: 10px;
  margin-top: 9px;
}

/* ------------------------------welcome-section------------------- */
.welcome-section {
  position: relative;
  background: linear-gradient(rgb(243 241 241 / 0%), rgb(255 255 255 / 100%)), url(../img/main-bg.jpg) center center;
  background-size: cover;
  height: 305px;
}

.welcome-section .card {
  width: 425px;
  height: 232px;
  background: rgb(255 252 245 / 1);
  border-bottom: 1px solid rgb(197 193 184 / 70%);
}

.welcome-section .section-text-content {
  color: var(--green);
}

.welcome-section .col-6 {
  height: 425px;
  display: flex;
  align-items: center;
  padding: 0 38px;
}

.welcome-section .welcome-section-left {
  height: 100%;
  margin: 0;
  text-align: center;
  -ms-transform: translateY(-40%);
  transform: translateY(40%);
}

.welcome-section .welcome-section-left {
  color: var(--green);
  top: 0;
}

.welcome-section .welcome-section-left span {
  color: var(--green);
}

.welcome-section .welcome-section-left h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: var(--gray-dark);
  font-family: "Poppins", sans-serif;
  /* border:1px solid var(--green); */
}

.welcome-section .welcome-section-left .welcome-btn-content {
  margin-top: 30px;
}

.welcome-section .welcome-section-left .welcome-btn-content .btn-wel-book {
  margin-left: 15px;
}

/* -----------------------------------about-section----------------------------------- */

.about-section {
  position: relative;
  background: linear-gradient(rgb(253 253 253), rgb(255 252 252 / 48%)), url(../img/1.webp) center center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.about-section .section-text-content .section-text-title h3 {
  font-family: var(--poppins-font);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 8px;
  color: var(--green);
}

.about-section .section-text-content .section-description ul li {
  font-size: 16px;
  padding-bottom: 10px;
}

.about-section .about-img img {
  max-width: 100%;
  position: relative;
}

.about-section .about-image-content .about-img {
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.about-section .about-image-content .about-img {
  transition: all 1s;
  transition-duration: 1s;
  width: 500px;
  margin-left: 60px;

}

.about-section .about-image-content:hover .about-img {
  transform: scale(1.04);
}

.about-section .about-image-content:hover .about-img::before {
  transform: translate(-15px, -15px);
}

.about-section .about-image-content:hover .about-img::after {
  transform: translate(15px, 15px);
}

.about-section .about-img::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  border-right: 5px solid var(--green);
  border-bottom: 5px solid var(--green);
  transition: all 0.6s ease-in-out 0s;
}

.about-section .about-img::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 20px;
  top: 20px;
  z-index: 2;
  border-left: 5px solid var(--green);
  border-top: 5px solid var(--green);
  transition: all 0.6s ease-in-out 0s;
}

.about-section .section-space {
  padding: 80px 0;
}

/* -----------------------------------why-us-section----------------------- */
.why-us-section {
  background: linear-gradient(rgb(255 254 254), rgb(255 255 255 / 0%)), #cafcff center center;
}

.why-us-section .section-content .section-card .slick-slide {
  padding: 0 15px;
}

.why-us-section .why-us-card {
  background: rgb(255 252 245 / 21%);
  height: 100%;
  padding: 30px;
  border-radius: 0px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  transition: all ease-in-out 0.2s;
  margin-bottom: 0;
}

.why-us-section .section-content .section-card .why-us-card:hover {
  background: linear-gradient(rgb(255 254 254), rgb(255 255 255 / 0%)), #cafcff center center;
}

.why-us-section .section-content .section-card .card .card-content,
.why-us-section .section-content .section-card .card .card-content span,
.why-us-section .section-content .section-card .card .card-content h4,
.why-us-section .section-content .section-card .card .card-content p {
  transition: all 0.9s ease-in-out;
  text-align: center;
}

.why-us-section .section-content .section-card .card:hover .card-content {
  transform: translateY(-15px);
}

.why-us-section .section-content .section-card .card .card-content img {
  max-width: 100%;
  border-radius: 50%;
}

.why-us-section .section-content .section-card .card .card-content span {
  font-size: 28px;
  font-weight: 700;
  color: var(--green);
}

.why-us-section .section-content .section-card .card .card-content h4 {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  color: var(--gray-dark);
}

/* --------------------------------------chefs-section-------------------------- */
.chefs-section {
  background: linear-gradient(172deg,rgb(243 241 241 / 8%),rgba(202,252,255 ,30%) ),rgb(255 255 255) center center;
}

.chefs-section .chefs-img.img-fluid {
  /*width: 220px;
  height: auto;
  border: 4px solid var(--green);
  border-radius: 50%;*/
      width: 220px;
    height: 220px !important;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    background: #fff;
}

.chefs-section .row {
  --bs-gutter-x: 1.5rem;
}

.chefs-section .card {
  border: 0;
}
.chefs-section .col-xl-3.col-lg-4.col-md-6.col-sm-6 {
  margin-top: 20px;
}
.chefs-img-content {
  text-align: center;
}

.chefs-section .chefs-img-details {
  color: #0c0b09;
  margin-top: 10px;
  padding: 0 36px;
}

.chefs-img-details p,
.chefs-section .chefs-img-details ul,
.chefs-img-details h3 {
  margin-bottom: 0;
}

.chefs-section .chefs-img-details h3 {
  font-weight: 600;
  font-size: 22px;
  color: var(--green);
  font-family: "Poppins", sans-serif;
}

.chefs-section .chefs-img-details p {
  font-size: 15px;
  color:var(--gray-dark);
}

.chefs-section .chefs-img-details ul li {
  display: inline-block;
}

.chefs-section .chefs-img-details ul li a i {
  font-size: 20px;
  padding-top: 10px;
  color: #fff;
  margin: 0 5px;
}

.chefs-section .chefs-btn {
  margin-top: 10px;
}

.chefs-section .chefs-btn-style {
  width: 100px;
  padding: 6px 0px;
  text-transform: initial;
  color: var(--green);
}

.chefs-section .chefs-btn-style:hover {
  color: var(--white);
}
.chefs-section .chefs-logo-img{
      position: absolute !important;
    top: 130px;
    border-radius: 50%;
    right: 20px;
}
/* ------------------------footer-border---------------------------- */
.footer-border {
  padding: 30px 0;
  background: linear-gradient(rgb(255 254 254), rgb(255 255 255 / 0%)), #cafcff center center;
  color: var(--gray-dark);
  border-top: 1px solid rgb(197 193 184 / 70%);
}

.footer-border p:last-child {
  margin-bottom: 0;
}

.footer-border .footer-copyright p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-border .footer-creadit-line {
  font-size: 13px;
}
.footer-border .footer-creadit-line img{
  width: 60px;
}
/* ----------------------------logo-link-------------------------------- */
.footer-link-border {
  border-top: 1px solid rgb(197 193 184 / 70%);
  padding: 20px 0;
}

.footer-link-border .footer-site-link .footer-site-link-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.footer-link-border .footer-site-link .footer-site-link-icon li {
  margin: 0 8px;
}

/* -------------------------------------------------------------------------------- */
/* =============================== responsive-css ===================================== */
/* ========================================1200============================================= */
@media (max-width: 1200px) {
  .section-space {
    padding: 30px 0;
}

  /*----------------------------------header-css------------------------------ */
  .nav-bar .contact-info p a,
  .nav-bar .languages p a {
    font-size: 15px;
  }

  .nav-logo {
    width: 282px;
  }

  /* ------------------------------welcome-section------ */
  .welcome-section .welcome-section-left h1 {
    font-size: 40px;
  }

  .form-content .btn {
    width: 113px;
    padding: 5px;
  }

  /* ---------------------------about-section---------------- */
  .about-section .section-text-content .section-text-title h3 {
    font-size: 20px;
  }

  .about-section .about-image-content .about-img {
    width: 390px;
  }

  .section-text-content .section-description {
    font-size: 15px;
  }

  .section-text-content .section-description p:first-child {
    margin: 10px 0;
  }

  .section-text-content ul {
    padding: 0;
    margin: 0;
  }
}

/* ===========================================1024============================== */
@media (max-width: 1024px) {

  /* ------------------------header-section---------------------- */
  .nav-bar .contact-info p a,
  .nav-bar .languages p a {
    font-size: 14px;
  }

  .btn {
    padding: 8px 16px;
    width: 131px;
  }

  /* ---------------------------about-section---------------- */
  .about-section .section-text-content .section-text-title h3 {
    font-size: 20px;
  }
}

/* ============================================991==================================== */
@media (max-width: 991px) {
  .section-title-content {
    margin-bottom: 10px;
}
  /* ------------------------header-section---------------------- */
  .nav-logo {
    width: 220px;
  }

  .btn {
    padding: 7px;
    width: 106px;
    font-size: 11px;
  }

  .nav-bar .contact-info p a,
  .nav-bar .languages p a {
    font-size: 12px;
  }

  .nav-bar .contact-info {
    padding: 0;
  }

  .languages {
    text-align: end !important;
  }

  /* -------------------------------welcome-section------------- */
  .welcome-section .welcome-section-left h1 {
    font-size: 30px;
    line-height: 37px;
  }
  .welcome-section .card {
    height: 215px;
  }

  .form-select {
    font-size: 12px;
    line-height: 15px;
  }

  .form-group.mb-4 {
    margin-bottom: 17px !important;
  }

  .form-content .btn {
    width: 85px;
    padding: 2px;
    font-size: 13px;
  }
  /* -----------------------------------------about-section------------------------------ */
  
  .about-section .about-image-content .about-img {
    width: 400px;
    margin-left: 0px;
}
.about-section .section-text-content .section-text-title h3 {
  font-size: 18px;
}
.section-text-content .section-description p:first-child {
  margin: 0px 0;
}
.about-section .section-text-content .section-description ul li {
  font-size: 14px;
  padding-bottom: 0;
}
/* ----------------------------------why-us----------------------------- */
.why-us-section .col-sm-12 {
  margin-top: 10px;
}
.why-us-section .section-content .section-card .card .card-content h4 {
  font-size: 18px;
  font-weight: 500;
}.why-us-section .section-content .section-card .card .card-content img {
  width: 200px;
}
.why-us-section .why-us-card {
  padding: 15px;
}
 /* ----------------------------footer-site-link-icon----------------------------- */
 .footer-site-link-icon img{
  width: 75px;
}
}

/* ==========================================768============================ */
@media (max-width: 768px) {
  .section-title-content .section-title {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
}
 
  /* -------------------------header-css---------------------------- */
  .nav-bar {
    height: 42px;
  }

  .nav-logo {
    width: 148px;
  }

  .row.d-flex.mt-3 {
    margin: 0 !important;
  }

  .btn-content {
    margin-top: 0;
  }

  .btn {
    padding: 6px 0px;
    width: 95px;
    font-size: 10px;
}

  .nav-bar .contact-info p a,
  .nav-bar .languages p a {
    font-size: 11px;
  }

  /* ----------------------------welcome-section-------------------------- */
  .welcome-section {
    height: 215px;
}
  .welcome-section .col-6 {
    height: 300px;
    padding: 10px;
  }

  .section-text-content h3 {
    font-size: 17px;
    margin-bottom: 14px;
  }

  .welcome-section .welcome-section-left h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .form-group.mb-4 {
    margin-bottom: 14px !important;
  }

  .form-content .btn {
    font-size: 12px;
    margin-top: 0;
  }

  .welcome-section .card {
    height: 178px;
  }
  /* ---------------------------------------about-section------------------------- */
  .about-section .about-image-content .about-img {
    width: 509px;
    margin-left: 0;
}
.about-section .section-text-content .section-description {
  font-size: 14px;
  margin-bottom: 15px;
}
.about-section .section-text-content .section-description ul li {
  font-size: 13px;
  padding-bottom: 0;
}

/* ----------------------------footer-site-link-icon----------------------------- */
.footer-site-link-icon img{
  width: 60px;
}

}

/* ===========================================576=========================== */
@media (max-width: 576px) {

  .nav-bar .contact-info p a,
  .nav-bar .languages p a {
    display: none;
  }

  .welcome-section {
    height: 230px;
  }

  .welcome-section .welcome-col {
    display: none;
  }

  .welcome-section .col-full {
    width: 95%;
    margin: 0 10px;
    text-align: center;
  }

  .form-select {
    font-size: 14px;
    line-height: 18px;
  }

  .welcome-section .card {
    height: 196px;
  }

  .form-content .btn {
    margin-top: 7px;
  }

  .welcome-section .col-6 {
    height: 320px;
    padding: 0 38px;
  }
  /* ------------------------about-section----------------------- */
 
    .about-section .about-image-content .about-img {
      width: 360px;
      margin: auto;
  }
 .section-title-content .section-title {
    font-size: 20px;
}
  /* ----------------------------footer-site-link-icon----------------------------- */
  .footer-site-link-icon img{
    width: 50px;
}
}
/* ===================================368============================ */
@media (max-width: 368px) {
  .about-section .about-image-content .about-img {
    width: 280px;
}
}