@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");

:root {
  --black: #333;
  --light-color: #cdaa7c;
  --box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
* {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  text-transform: capitalize;
  transition: color 0.2s linear, background-color 0.2s linear,
    border-color 0.2s linear;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
/*navbar style start*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--black);
  padding: 1rem 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--box-shadow);
  z-index: 10000;
}
header .logo img {
  height: auto;
}
header .navbar a {
  font-size: 1.7rem;
  padding: 0.5rem 1.5rem;
  color: var(--light-color);
  border: 0.1rem solid transparent;
}
header .navbar a.active,
header .navbar a:hover {
  color: #fff;
  border: 0.1rem solid rgba(205, 170, 124, 0.2);
}
header .icons i {
  cursor: pointer;
  margin-left: 0.5rem;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  background: var(--light-color);
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  transition: transform 0.2s linear, background-color 0.2s linear,
    color 0.2s linear;
}
header .icons i:hover {
  color: #fff;
  background: var(--light-color);
}
header .icons #menu {
  display: none;
}

/*navbar style end here*/

/*slider style start*/
.home .home-slider .slide {
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: flex-start;
  background-color: #000;
}
.home,
.home * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.swiper-wrapper {
  will-change: transform;
}
.home .home-slider .slide1 {
  background: url(../images/slideshow/slideshow-9.jpg);
}
.home .home-slider .slide2 {
  background: url(../images/slideshow/slideshow-11.jpg);
}
.home .home-slider .slide3 {
  background: url(../images/slideshow/slideshow-8.jpg);
}
.home .home-slider .slide1,
.home .home-slider .slide2,
.home .home-slider .slide3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home .home-slider .slide .content {
  text-align: center;
  padding-left: 9rem;
}
.home .home-slider .slide .content h3 {
  color: var(--light-color);
  font-size: 3rem;
  font-weight: 300;
}
.home .home-slider .slide .content h1 {
  color: #fff;
  font-size: 8rem;
}
.home .home-slider .slide .content p {
  color: #e6e7e7;
  font-size: 1.8rem;
  letter-spacing: 1px;
  padding: 0.5rem 0;
  line-height: 1.5;
  font-weight: 200;
}
.btn {
  margin-top: 1rem;
  display: inline-block;
  font-size: 1.7rem;
  color: #fff;
  border: 0.1rem solid rgba(205, 170, 124, 0.2);
  background: transparent;
  cursor: pointer;
  padding: 0.8rem 3rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--light-color);
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.5s;
}
.btn:hover.btn:before {
  left: 0;
}
.swiper-pagination-bullet {
  background: var(--light-color) !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 0 !important;
}

/*slider style end*/

/*welcome style start*/
section {
  padding: 8rem 9%;
}
.heading {
  text-align: center;
  color: var(--black);
  font-size: 4.5rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.sub-heading {
  text-align: center;
  color: var(--light-color);
  font-size: 2.5rem;
  padding: 0.5rem 2rem;
  font-weight: 300;
  margin-bottom: 4rem;
  background: var(--black);
  display: inline-block;
}

.welcome .box-container {
  display: flex;
  gap: 1.5rem;
}
.welcome .box-container .box {
  width: 33%;
  background: var(--black);
  box-shadow: var(--box-shadow);
  text-align: center;
  padding-bottom: 1%;
  display: flex;
  flex-direction: column;
}
.welcome .box-container .box .image {
  height: 25rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.welcome .box-container .box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.2s linear;
}
.welcome .box-container .box .image:hover img {
  transform: scale(1.1);
}
.welcome .box-container .box .content {
  padding: 2rem;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.welcome .box-container .box .content .btn {
  margin-top: auto;
}
.welcome .box-container .box .content h3 {
  color: var(--light-color);
  font-size: 2.2rem;
  font-weight: 400;
}
.welcome .box-container .box .content p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0.5rem 0;
  line-height: 1.5;
}
/*welcome style end*/

/*our-menu style start*/
.our-menu {
  background: url(../images/blog/our-menu-bg-1.png) left top no-repeat,
    url(../images/chefs/our-menu-bg-3.jpg);
}
.our-menu .menu-container {
  padding: 3rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50rem, 2fr));
  gap: 5rem 10rem;
}
.our-menu .menu-container .item .item-name {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  margin-top: 0.5rem;
}
.our-menu .menu-container .item .menu-item {
  padding: 0.5rem 0;
}
.our-menu .menu-container .item .item-name h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 2px 8px #000a;
}

.our-menu .heading {
  color: #fff !important;
  text-shadow: 0 4px 16px #000c, 0 1px 0 #444;
  font-weight: 700;
  letter-spacing: 2px;
}
.our-menu .menu-container .item .item-menu h3 {
  font-size: 2rem;
  color: #f5f5f5;
  font-weight: 300;
  display: inline-block;
  text-shadow: 0 1px 6px #000a;
}
.our-menu .menu-container .item .item-menu span {
  width: 37%;
  display: inline-block;
  border: 1px dotted #fff5;
}
.our-menu .menu-container .item .item-menu ul {
  display: flex;
  font-size: 1.5rem;
  list-style: none;
  padding: 0.8rem 0;
  font-weight: 200;
}
.our-menu .menu-container .item .item-menu ul li a {
  color: #eee;
  text-shadow: 0 1px 4px #000a;
}

/*our-menu style ends*/

/*our chef style start*/
.our-chef {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  grid-gap: 1.5rem;
}
.our-chef .item .image img {
  width: 100%;
}
.our-chef .item {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.our-chef .item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.our-chef .item:hover.item:before {
  display: block;
}
.our-chef .item .chef-info {
  position: absolute;
  top: 130%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  align-items: center;
  transition: 1s;
  cursor: pointer;
}
.our-chef .item .chef-info h3 {
  font-size: 1.7rem;
  color: #fff;
  padding: 0.8rem 0;
  text-transform: uppercase;
}
.our-chef .item .chef-info span {
  font-size: 1.7rem;
  color: var(--light-color);
  letter-spacing: 1px;
  font-weight: 300;
}
.our-chef .item .chef-info ul {
  list-style: none;
  display: flex;
  grid-gap: 2rem;
  padding: 3rem 0;
}
.our-chef .item .chef-info ul li a {
  color: #b9b6b6;
  font-size: 1.8rem;
}
.our-chef .item:hover .chef-info {
  top: 0;
}

/*our chef style ends*/

/*reservation style start*/
.reservation {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.reservation .image {
  width: 55%;
  background: url(../images/book-a-table.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 9rem;
}
.reservation .form {
  background: #181818;
  width: 45%;
  padding: 9rem 7%;
}
.reservation .form h1 {
  color: #fff;
}
.reservation .form-holder {
  display: flex;
  grid-gap: 3rem;
  width: 100%;
}
.reservation .form form input,
.reservation .form form select {
  display: block;
  margin: 2rem 0;
  width: 100%;
  background: none;
  border-bottom: 0.1rem solid #b7b3b3;
  color: #b7b3b3;
  font-size: 1.8rem;
  font-weight: 300;
}
.reservation .form form input:placeholder {
  color: #b7b3b3;
}
/*reservation style end*/

/*blog style start*/
.blog .box-container .box {
  background: #fff;
}
.blog .content {
  text-align: left;
  position: relative;
}
.blog .content h3,
.blog .content p,
.blog .content a {
  color: #333 !important;
}
.blog .content a {
  font-size: 14px;
  display: inline-block;
  padding-top: 1rem;
  text-decoration: underline;
}
.blog .content img {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*blog style ends*/

/* testimonials section */
.testimonial-avatar {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 1.2rem auto;
  border: 3px solid var(--light-color);
  box-shadow: 0 2px 12px #0003;
  background: #fff;
  display: block;
}
.testimonials {
  padding: 6rem 0;
  background: #222;
}
.testimonials-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
.testimonial {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 4px 24px #0005;
  padding: 2.5rem 3rem 2rem 3rem;
  max-width: 350px;
  min-width: 260px;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s;
  border: 1.5px solid #393939;
}
.testimonial:before {
  content: "\201C";
  font-size: 3.5rem;
  color: var(--light-color);
  position: absolute;
  left: 22px;
  top: 10px;
  opacity: 0.4;
}
.testimonial:hover {
  transform: scale(1.025) translateY(-2px);
  box-shadow: 0 6px 18px #0004;
  border-color: var(--light-color);
}
.testimonial span {
  display: block;
  margin-top: 1.5rem;
  color: var(--light-color);
  font-weight: bold;
  letter-spacing: 1px;
}


/* contact section */
.contact {
  padding: 6rem 0 4rem 0;
  background: #232323;
}
.contact-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 4rem;
  justify-content: center;
  align-items: stretch;
  margin: 3.5rem auto 0 auto;
  max-width: 900px;
  min-width: 320px;
}
@media (max-width: 900px) {
  .contact-container {
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 98vw;
  }
  .contact-info,
  .contact-map iframe {
    min-width: 220px;
    max-width: 100%;
  }
}

.contact-info {
  flex: 1 1 320px;
  min-width: 280px;
  max-width: 380px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 2.5rem 3rem;
  box-shadow: 0 4px 24px #0005;
  border: 1.5px solid #393939;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.info-item i {
  font-size: 2.2rem;
  color: var(--light-color);
  min-width: 25px;
}
.info-item p {
  font-size: 1.6rem;
  line-height: 1.4;
}
.info-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
  cursor: default;
}
.info-item a.address-link strong {
  color: inherit;
}
.contact-info p {
  margin: 1.3rem 0;
}
.contact-info strong {
  color: var(--light-color);
  letter-spacing: 1px;
}
.copy-btn {
  cursor: pointer;
  color: var(--light-color);
  margin-left: auto;
  font-size: 1.8rem;
  transition: all 0.2s ease;
  opacity: 0.7;
}
.copy-btn:hover {
  color: #fff;
  opacity: 1;
  transform: scale(1.2);
}
.copy-btn.copied {
  color: #4caf50;
}
.contact-map {
  flex: 1 1 320px;
  min-width: 280px;
  max-width: 380px;
  display: flex;
}
.contact-map iframe {
  border-radius: 14px;
  height: 100%;
  width: 100%;
  box-shadow: 0 4px 24px #0004;
  border: 1.5px solid #393939;
}

/*footer style start*/
.footer {
  background: #333;
  text-align: center;
  color: #b2b2b2;
  font-size: 1.3rem;
}
.footer .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 2fr));
  color: #b2b2b2;
  grid-gap: 1rem;
  padding: 4rem 0;
  border-bottom: 1px solid #b2b2b2;
}
.footer .container div {
  padding: 0 7rem;
}
.footer .container h3 {
  color: #fff;
  font-size: 1.5rem;
  padding-bottom: 0.8rem;
}
.footer .container input {
  width: 100%;
  border: 1px solid #b2b2b2;
  padding: 0.5rem 0.8rem;
  background: transparent;
  border-radius: 20px;
}
.footer .container ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.footer .container ul li a {
  color: #b2b2b2;
  margin-left: 10px;
  font-size: 18px;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer .container ul li a:hover {
  color: var(--light-color);
  transform: translateY(-5px);
}
.footer .container span {
  display: block;
}
/*footer style ends*/

/*custom scroll bar*/

::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #333;
}
::-webkit-scrollbar-thumb {
  background: #cdaa7c;
}

/*jump to top*/
.topbtn {
  position: fixed;
  right: 2%;
  bottom: 10%;
  width: 30px;
  height: 30px;
  background: #cdaa7c;
  color: #fff;
  cursor: pointer;
}

/*media query*/
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  header {
    padding: 1rem 2rem;
  }
  header .logo img {
    height: 7rem;
  }
  .our-menu .menu-container {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 2fr));
  }
  .our-menu .menu-container .item .item-menu span {
    width: 15%;
  }
}
@media (max-width: 768px) {
  /*navbar media query*/
  header .logo img {
    height: 7rem;
  }
  header .icons #menu {
    display: inline-block;
  }
  header .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #eee;
    border-top: 0.1rem solid rgba(205, 170, 124, 0.2);
    border-bottom: 0.1rem solid rgba(205, 170, 124, 0.2);
    padding: 1rem;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  header .navbar.active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  header .navbar a {
    display: block;
    padding: 1.5rem;
    margin: 1rem;
    font-size: 2rem;
    background: var(--black);
  }

  /*slider media query*/
  .home .home-slider .slide {
    justify-content: center;
    height: 80vh;
  }
  .home .home-slider .slide .content {
    padding: 0;
  }
  .home .home-slider .slide .content h1 {
    font-size: 7rem;
  }

  /*welcome section*/

  .welcome .box-container {
    flex-wrap: wrap;
  }
  .welcome .box-container .box {
    width: 100%;
  }
  .reservation .image {
    width: 0;
  }
  .reservation .form {
    width: 100%;
  }
  .reservation .form .form-holder {
    display: block;
  }

  /* global spacing on small screens */
  section {
    padding: 5rem 5%;
  }

  .heading {
    font-size: 3.2rem;
  }

  .sub-heading {
    font-size: 1.8rem;
  }

  /* menu section: single column on mobile */
  .our-menu .menu-container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .our-menu .menu-container .item .item-menu span {
    width: 25%;
  }

  /* chefs grid: stack cards */
  .our-chef {
    grid-template-columns: 1fr;
  }

  /* footer: single column and smaller padding */
  .footer .container {
    grid-template-columns: 1fr;
    padding: 2rem 0;
  }

  .footer .container div {
    padding: 0 2rem;
  }
}
