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

:root {
  --main-color: #023020;
  --black-color: #0e0e0e;
  --white-color: #fff;
  --gold-color: #cc9966;
  --border: 0.1rem solid #cc9966;
  --borders: 0.1rem solid #023020;
  --borderwhite: 0.1rem solid #fff;
}

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  transition: 0.2s ease;
}

video {
  height: 100vh;
  width: 100%;
  z-index: 10;
  object-fit: cover;
}

/*! base html codes  */
html {
  font-size: 62.5%;
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 0.8rem;
  background-color: var(--main-color);
}

html::-webkit-scrollbar-track {
  background-color: transparent;
}

html::-webkit-scrollbar-thumb {
  border-radius: 3rem;
  background-color: var(--gold-color);
}

body {
  background-color: var(--main-color);
  overflow-x: hidden;
  overflow: auto;
}

    body::-webkit-scrollbar {
      width: 0.5em;
    }

    body::-webkit-scrollbar-track {
      background-color: transparent;
    }

    body::-webkit-scrollbar-thumb {
      background-color: transparent;
    }

section {
  padding: 3.5rem 7%;
}

a {
  color: var(--black-color);
  text-decoration: none;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 2rem 3.75rem;
  border-radius: 20rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: var(--main-color);
  cursor: pointer;
  
}

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

.heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 3.5rem;
  border-bottom: 0.1rem solid #fff;
}

.heading2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 3.5rem;
  border-bottom: 0.1rem solid #fff;

}

.heading span {
  color: var(--gold-color);
  text-transform: uppercase;
}

.search-input {
  font-size: 1.6rem;
  color: var(--black-color);
  padding: 1rem;
  text-transform: none;
  border-radius: 3rem;
}

.booking {
  background-image: url(../images/bg-white.png);
  background-repeat: no-repeat;
}

/*! header start  */
.header .logo img {
  height: 10rem;
}

.header {
  background-color: #00000098;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7%;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header .navbar a {
  margin: 0 1.5rem;
  font-size: 1.6rem;
  color: var(--gold-color);
  border-bottom: 0.1rem solid transparent;
}

.header .navbar .active,
.header .navbar a:hover {
  border-color: var(--gold-color);
  padding-bottom: 0.5rem;
}
  
  .header .navbar a.reservation {
   border: var(--border);
   padding: 0.5rem;
   margin: 0.5rem;
   color: var(-- main-color);
    border-radius: 0.5rem;
  }
  
.header .navbar a.reservation:hover {
   border: var(--borderwhite);
   padding: 0.5rem;
   margin: 0.5rem;
   color: var(--gold-color);
    border-radius: 0.5rem;
  }
  
.header .navbar a.reservation {
    color: var(--white-color);
    font-weight: bold;

  }

.header .buttons button {
  cursor: pointer;
  font-size: 2.5rem;
  margin-left: 2rem;
  background-color: transparent;
  color: var(--gold-color);
}

.header #menu-btn {
  display: none;
}

.header #menu-btn :hover {
  transform: rotate(180deg) translateZ(0px);
}

.xmas {
    background: #c30000;
    padding-left: 15px !important;
}
/*! header end  */

/*! home start */
.home {
  min-height: 100vh;
  width: 100%;
  z-index: 10;
  object-fit: cover;
  align-items: center;
  margin-top: -11rem; 
}

.home .content {
  text-align: left;
}

.home .content h3 {
  font-size: 6rem;
  color: #fff;
  margin-top: -30%;
  text-align: center;
}

.home .content p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.8;
  padding: 1rem 0;
  color: #ccc;
  text-align: center;
}
/*! home end */

/*! home start */
.homesecond {
  min-height: 50vh;
  width: 100%;
  z-index: 10;
  object-fit: cover;
  align-items: center;
  margin-top: -13rem; 
}

.homesecond .content {
  text-align: left;
}

.homesecond .content h3 {
  font-size: 6rem;
  color: #fff;
  margin-top: -30%;
  text-align: center;
}

.homesecond .content p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.8;
  padding: 1rem 0;
  color: #ccc;
  text-align: center;
}
/*! home end */

/*! special start  */
.special {
  background-image: url(../images/bg-floral.png);
}

.special .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.4rem;
}

.special .box-container .box {
  padding: 3rem;
  border-radius: 3rem;
  background-color: transparent;
  border: 0.1rem solid #cc9966;
  border-radius: 1rem;
  min-height: 55rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.special .box-container .box img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.special .box-container .box .special-category {
  font-size: 1.2rem;
  color: var(--gold-color);
}

.special .box-container .box h3 {
  font-size: 2.5rem;
  padding: 1rem 0;
  color:var(--gold-color)

}

.special .box-container .box .information {
  padding: 0.5rem 0;
  color:#fff;
}

.special .box-container .box .information span {
  font-size: 1.5rem;
}

.special .box-container .boxsecond {
  padding: 2rem;
  margin-top: 2rem;
  background-color: transparent;
  border: 0.1rem solid #cc9966;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  display: flex;
  text-align: center;
  align-items: center;
}

.special .box-container .boxsecond h3 {
  font-size: 2.5rem;
  padding: 1rem 0;
  color:var(--gold-color)

}

.special .box-container .boxsecond .information {
  padding: 0.5rem 0;
  color:#fff;
}

.special .box-container .boxsecond .information span {
  font-size: 1.5rem;
}
/*! special end  */

/*! producst start  */
.products .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.products .box-container .box {
  text-align: center;
  background-color: #fff;
  position: relative;
  border-radius: 3rem;
  height: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
}

.products .box-container .box .box-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}

.products .box-container .box .box-head .title {
  font-size: 1.4rem;
}

.products .box-container .box .box-head .name {
  font-size: 4rem;
  font-weight: bold;
  text-align: start;
  overflow-wrap: anywhere;
}

.products .box-container .dark-bg .box-head .name,
.products .box-container .dark-bg .box-head .title {
  color: #fff;
}

.products .box-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  border-radius: 3rem;
}

.products .box-container .dark-bg img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: unset;
}

.products .box-container .box-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}

.products .box-container .box-bottom .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.products .box-container .box-bottom .info .price {
  font-size: 3rem;
}

.products .box-container .box-bottom .info .amount {
  font-size: 1.4rem;
}

.products .box-container .dark-bg .box-bottom .info .price,
.products .box-container .dark-bg .box-bottom .info .amount {
  color: #fff;
}

.products .box-container .box-bottom .product-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 6.5rem;
  height: 6.5rem;
  border: 0.2rem solid var(--main-color);
}

.products .box-container .box-bottom .product-btn a i {
  font-size: 1.5rem;
  color: var(--main-color);
}

/*! producst end  */

/*! background start  */
.background {
  background-image: url(../images/bg-white.png);
  background-repeat:repeat;
}
.background-counters {
    padding: 3em 0;
    background: #e6e6e6;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
/*! background end  */

/*! about start  */
.about .row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}

.about .row .image {
  flex: 1 1 45rem;
}

.about .row img {
  width: 100%;
  background-color: transparent;
  border-radius: 3rem;
  padding: 2rem 0;

}

.about .row .content {
  flex: 1 1 45rem;
}

.about .row .content h3 {
  font-size: 3rem;
  color: #ffffff;
}

.about .row .content p {
  font-size: 1.4rem;
  color: #ffffff;
  padding: 0.6rem 0;
  line-height: 1.8;
}
/*! about end  */

/*! aboutsecond start  */
.bookingsecond {
  background-color: var(--main-color);
  background-repeat:repeat;
}
.bookingsecond .row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
}

.bookingsecond .row .image {
  flex: 1 1 45rem;
}

.bookingsecond .row img {
  width: 100%;
}

.bookingsecond .row .content {
  flex: 1 1 45rem;
}

.bookingsecond .row .content h3 {
  font-size: 1.8rem;
  color: #cc9966;
}

.bookingsecond .row .content p {
  font-size: 1.4rem;
  color: #ffffff;
  padding: 1rem 0;
  line-height: 1.8;
  text-align: justify;
}
/*! about end  */

/*! review start  */
.review .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.review .box-container .box {
  border: var(--border);
  text-align: center;
  padding: 3rem 2rem;
  background-color: #fff;
  border-radius: 3rem;
}

.review .box-container .box p {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 2rem 0;
}

.review .box-container .box .user {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  object-fit: cover;
}

.review .box-container .box h3 {
  padding: 1rem 0;
  font-size: 2rem;
  color: var(--main-color);
}

.review .box-container .box .stars i {
  font-size: 1.5rem;
  color: gold;
}

/*! review end  */

/*! contact start  */
.contact {
  background-image: url(../images/bg-floral.png);
}

.contact .row {
  display: flex;
  background-color: var(--black-color);
  flex-wrap: wrap;
  gap: 1rem;
}

.contact .row .map{
  flex: 1 1 45rem;
  width: 100%;
  height: 45rem;
  object-fit: cover;
}

.contact .row form {
  flex: 1 1 45rem;
  padding: 5rem 2rem;
  text-align: center;
}

.contact .row form h3 {
  text-transform: uppercase;
  font-size: 3.5rem;
  color: #fff;
}

.contact .row form .inputBox {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  border: var(--border);
}

.contact .row form .inputBox i {
  color: #fff;
  font-size: 2rem;
  padding-left: 2rem;
}

.contact .row form .inputBox input {
  width: 100%;
  padding: 2rem;
  font-size: 1.7rem;
  color: #fff;
  text-transform: none;
  background-color: transparent;
}

.contact .row form .btn {
  color: var(--main-color);
  background-color: #fff;
  font-weight: bold;
}

.contact-tex{
  font-size: 1.5rem;
  padding: 2rem 3rem;
  margin-top: -2rem;
  color: var(--white-color);  
  text-align: center;
}

.contact .opening{
  font-size: 1.5rem;
  color: var(--white-color);
  font-weight: 300;
  padding-top: 1.5rem;
  text-align: center;
  padding: 2rem 3rem;
}

.contact .opening a {
  color: var(--white-color);
  text-decoration: none;
}

/*! contact end  */

/*! menupdf start  */
.menupdf {
  padding-top: 10rem; 
  padding-bottom: 10rem;
}
.menupdf .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.5rem;
}

.menupdf .box-container .box {
  background-image: url(../images/bg-white.png);
  width: 100%;
  border-radius: 3rem;
}

.menupdf .box-container .box .image {
  height: 25rem;
  overflow: hidden;
  width: 100%;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.menupdf .box-container .box .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.menupdf .box-container .box:hover .image img {
  transform: scale(1.2);
}

.menupdf .box-container .box .content {
  padding: 2rem;
  text-align: center;
}

.menupdf .box-container .box .content .title {
  line-height: 1.5;
  font-size: 2.5rem;
}

.menupdf .box-container .box .content span {
  display: block;
  padding-top: 1rem;
  font-size: 2rem;
}

.menupdf .box-container .box .content p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #ccc;
  padding: 1rem 0;
}
/*! menupdf end  */

/*! footer start  */
.footer {
  background-color: var(--black-color);
  text-align: center;
}

.footer .search {
  display: flex;
  justify-content: center;
}

.footer .search .search-input {
  width: 30rem;
}

.footer .search .btn-primary {
  background-color: var(--main-color);
  padding: 1rem 2rem;
  margin-left: 1rem;
}

.footer .share {
  padding: 2rem 0;
}

.footer .share a {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  color: #fff;
  font-size: 2rem;
  border: var(--border);
  border-radius: 50%;
  margin: 0.3rem;
}

.footer .share a:hover {
  background-color: var(--main-color);
}

.footer .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer .links a {
  background-color: var(--main-color);
  padding: 0.7rem 2rem;
  color: #fff;
  font-size: 1.5rem;
  border: var(--borders);
}

.footer .links a:hover {
  background-color: var(--black-color);
  opacity: 0.7;
}

.footer .links a.active {
  background-color: var(--black-color);
}

.footer .credit {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 300;
  padding-top: 1.5rem;
}

.footer .credit span {
  color: var(--main-color);
}

.footer .credit a{
  font-size: 1.5rem;
  color: var(--gold-color);
  font-weight: 300;
  padding-top: 1.5rem;
  text-align: center;
}

.footer .credit a:hover{
  font-size: 1.5rem;
  color: var(--main-color);
  font-weight: 300;
  padding-top: 1.5rem;
  text-align: center;
}
.footer .opening{
  font-size: 1.5rem;
  color: var(--white-color);
  font-weight: 300;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  text-align: center;
}
/*! footer end  */

Copy
/*! responsive start  */
@media (min-width: 1024px) and (max-width: 1232px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 50%;
  }

  .header {
    padding: 1.5rem 2rem;
  }

  .header .logo img {
    height: 7rem;
  }

  section {
    padding: 2rem;
  }

  .products .box-container .box .box-head .name {
    font-size: 3.4rem;
  }

  .header #menu-btn {
    display: none;
  }
}


@media (max-width: 1094px) {
  .header #menu-btn {
    display: inline-block;
  }

  .header .navbar {
    position: fixed;
    top: 10%;
    background-color: #00000098;
    height: calc(100vh - 9rem);
    width: 30rem;
    right: -100rem;
  }

  .header .navbar.hidden {
    opacity: 0;
  }

  .header .navbar.active {
    right: 3rem;
  }

  .header .navbar a {
    color: var(--gold-color);
    display: block;
    margin: 1.5rem;
    padding: 0.5rem;
    font-size: 2rem;
  }
}


@media (max-width: 576px) {
  html {
    font-size: 50%;
  }
}
/*! responsive end  */
