@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

 /*@font-face {
  font-family: "Golden";
  src: url("../font/golden-webfont.woff2") format("woff2");
} */

 @font-face {
  font-family: "Golden";
  src: url("../font/golften-rough-demo.regular-webfont.woff2") format("woff2");
}
 

html {
  scroll-behavior: smooth;
}

:root {
  --primary-color: #77181a;
  --golden-font: "Golden";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

::selection {
  background-color: var(--primary-color);
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}
.primary-btn {
  background-color: transparent;
  text-align: center;
  color: var(--primary-color);
  padding: 16px 50px;
  display: inline-block;
  border: 2px solid var(--primary-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  transition: all 0.4s;
}
.secondary-btn {
  background-color: transparent;
  text-align: center;
  color: #fff;
  padding: 16px 50px;
  display: inline-block;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  transition: all 0.4s;
}
.primary-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.secondary-btn:hover {
  background-color: #fff;
  color: var(--primary-color);
}
.first-section {
  background-color: #f2f1ed;
  padding: 80px 0 95px 0;
  position: relative;
}
.container {
  max-width: 1350px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 90%;
  z-index: 9;
}

.col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 35px;
}
nav ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}

.right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
.top-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.first-section-div {
  text-align: center;
  margin-top: 90px;
}
.first-section-div h1 {
  font-weight: 400;
  font-size: clamp(30px, 14vw, 90px);
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  color: var(--primary-color);
  font-family: var(--golden-font);
}
.images-col img {
  width: 100%;
}
.images-col {
  margin-top: 35px;
}

.big-img {
  height: 430px;
  overflow: hidden;
  position: relative;
  margin: 40px 0 10px 0;
}

.big-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu-img {
  display: flex;
}
.menu-img img {
  width: 100%;
  object-fit: cover;
}
.menu-div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 20px;
  padding: 50px;
  border: 1px solid var(--primary-color);
  position: relative;
}
.menu-div h3 {
  font-family: var(--golden-font);
  font-size: 66px;
  line-height: 100%;
  color: var(--primary-color);
}
.menu-div p {
  color: var(--primary-color);
  line-height: 1.2;
  font-size: 18px;
}
.menu-div a {
  width: fit-content;
}

.menu .col-2 {
  gap: 10px;
}
.about-home {
  margin-top: 50px;
  position: relative;
}

.big-img-2 {
  margin-top: -50px;
  position: relative;
  z-index: -1;
}
.shape-div {
  position: relative;
  padding: 20px;
}
.shape-div-inner {
  text-align: center;
  padding: 100px;
  background-color: var(--primary-color);
}
.shape-div-inner h3 {
  font-family: var(--golden-font);
  font-size: 70px;
  line-height: 100%;
  color: #fff;
}
.shape-div-inner p {
  color: #fff;
  line-height: 1.2;
  font-size: 18px;
  margin: 25px 0;
}
.reserve-now {
  background-image: url(../images/reserve.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 40px;
  margin-top: 80px;
}
.location-div-inner img {
  width: 100%;
}
.location {
  margin-bottom: 150px;
}
.location h2 {
  font-weight: 400;
  font-size: clamp(30px, 14vw, 90px);
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  color: var(--primary-color);
  font-family: var(--golden-font);
  margin-top: 100px;
  margin-bottom: 30px;
}
footer {
  background-color: var(--primary-color);
  position: relative;
  margin-top: 40px;
  padding-top: 150px;
}
.footer-details {
  text-align: center;
}
.footer-details img {
  margin-bottom: 80px;
}
.footer-details h2 {
  font-weight: 400;
  font-size: clamp(30px, 14vw, 90px);
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: var(--golden-font);
  padding-bottom: 30px;
}
footer .top-shape {
  top: -20px;
}
.footer-copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 25px 0;
}
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
  padding: 40px 0;
}
.footer-nav li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.subscribe-form input {
  border: 2px solid #fff;
}

input:focus {
  outline: none;
}
.subscribe-form input::placeholder {
  color: #fff;
}
.subscribe-form {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 40px 0;
}
.subscribe-form a {
  background-color: #fff;
  color: var(--primary-color);
}
.awards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.awards h3 {
  font-family: var(--golden-font);
  font-weight: 400;
  font-size: 40px;
  color: var(--primary-color);
  line-height: 37.27px;
  text-align: center;
}
.about-page-div {
  position: relative;
  text-align: center;
}

.about-page-div img:first-of-type {
  position: absolute;
}
.about-page-div img {
  max-height: 800px;
}
.about-page-div img:last-child {
  position: relative;
  /* z-index: 9; */
}
.page-template-about .about-home {
  margin-top: 100px;
}
.book-table {
  padding: 130px 0;
}
.book-table h2 {
  font-weight: 400;
  font-size: clamp(30px, 14vw, 90px);
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  color: var(--primary-color);
  font-family: var(--golden-font);
}
.book-table p {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: var(--primary-color);
  max-width: 700px;
  margin: auto;
}

.contact-form {
  margin-top: 40px;
	text-align:center
}
.contact-form input {
  border: 2px solid var(--primary-color);
  margin-top: 20px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--primary-color);
  padding: 15px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  grid-row-gap: 0;
}
.contact-form .primary-btn {
  display: block !important;
  margin: 20px auto 0 auto !important;
  width: fit-content !important;
  background-color: var(--primary-color) !important;
  padding: 16px 50px !important;
  font-weight: 600 !important;
  color: #fff !important;
  cursor: pointer;
}
input::placeholder {
  color: var(--primary-color);
}
textarea::placeholder {
  color: var(--primary-color);
}
.contact-form textarea {
  border: 2px solid var(--primary-color);
  margin-top: 20px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--primary-color);
  padding: 15px;
  height: 220px;
  resize: none;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
.contact-first-section h1 {
  font-size: clamp(30px, 14vw, 80px);
  margin-bottom: 100px;
}
.contact-first-section a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: auto;
}

.contact-first-section {
  margin-bottom: 300px;
}
.contact-location {
  margin-top: -350px;
}

.contact-table {
  padding-top: 0;
}
.menu h2 {
  font-weight: 400;
  font-size: clamp(30px, 14vw, 90px);
  line-height: 1;
  text-align: center;
  color: var(--primary-color);
  font-family: var(--golden-font);
  margin-top: 100px;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.menu-sections {
  padding: 30px 0 100px 0;
}
.menu-sections .shape-div-inner {
  text-align: left;
  padding: 0;
  height: 100%;
}
.wine-first-section h1 {
  max-width: 890px;
  margin: auto;
}
.wine-first-section a {
  margin-bottom: 30px;
  margin-top: 30px;
}
.wine-first-section .wine-menu img {
  max-width: 100%;
}

.menu-div-inner-box p {
  font-weight: 300;
  font-style: Light;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0;
}
.menu-div-inner h4 {
  font-family: var(--golden-font);
  font-weight: 400;
  font-style: Italic;
  font-size: 65px;
  margin-bottom: 40px;
  line-height: 100%;
  color: #fff;
}
.menu-div-inner-box {
  position: relative;
  margin-bottom: 40px;
  padding-right: 80px;
}
.menu-div-inner-box h5 {
  font-family: var(--golden-font);
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.menu-div-inner-box span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
}
.bg-shape {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: 98%;
  font-family: var(--golden-font);
  font-weight: 400;
  font-style: Italic;
  line-height: 100%;
  color: #efeeea0a;
  font-size: clamp(30px, 13vw, 193px);
}
.menu-sections .left-shape {
  z-index: -1;
}
.menu-sections .right-shape {
  z-index: -1;
}
.menu-sections .shape-div {
  padding: 10px 20px;
}
.menu-sections .bottom-shape {
  left: 10px;
  width: 95%;
}
.menu-sections .top-shape {
  left: 10px;
  width: 95%;
}
.menu-page-div {
  position: relative;
  margin-top: 50px;
}
.menu-page-div .bottom-img {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, 0);
}
.menu-img-left img {
  width: 100%;
}
.menu-page-div .col-2 {
  gap: 80px;
}
.menu-details-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--primary-color);
  margin: 20px 0;
}
.menu-details-right h3 {
  font-family: var(--golden-font);
  font-weight: 400;
  line-height: 54px;
  color: var(--primary-color);
  margin-top: 40px;
  font-size: clamp(30px, 14vw, 55px);
}

.hamburger {
  display: none;
}
@media (max-width: 1200px) {
  .menu-page-div .bottom-img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .menu-page-div .col-2 {
    gap: 0;
    grid-template-columns: 1fr;
  }
  .menu-page-div {
    margin-top: 0;
  }
  .menu-sections .shape-div {
    padding: 0;
  }
  .menu-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .menu-div-inner h4 {
    font-size: 40px;
  }
  .menu-div-inner-box h5 {
    font-size: 25px;
  }
  .menu-details-right h3 {
    margin-top: 15px;
    font-size: 40px;
    line-height: 45px;
  }
  .menu h2 {
    font-size: 45px;
  }
  .container {
    max-width: 767px;
    width: 100%;
  }
  .hamburger {
    display: flex;
    gap: 5px;
    flex-direction: column;
    position: relative;
    z-index: 9;
  }
  .line {
    width: 30px;
    height: 2px;
    background-color: var(--primary-color);
  }

  .navbar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100dvh;
    width: 100%;
    background-color: #fff;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: scroll;
    gap: 20px;
    padding: 150px 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s;
  }
  .navbar li a {
    color: var(--primary-color);
  }
  .logo {
    position: relative;
    z-index: 99;
  }
  .navbar.active-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.4s;
    z-index: 9;
  }
  .overflow-hidden .container {
    position: unset;
  }
  .bottom-shape {
    display: none;
  }
  .top-shape {
    display: none;
  }
  .right-shape {
    display: none;
  }
  .left-shape {
    display: none;
  }
  .first-section {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .first-section-div h1 {
    font-size: 45px;
  }
  .primary-btn {
    font-size: 15px;
    padding: 12px 20px;
  }
  .secondary-btn {
    font-size: 15px;
    padding: 12px 20px;
  }
  .images-col {
    gap: 15px;
    display: flex;
    overflow-x: scroll;
  }
  .images-col img {
    max-width: 230px;
  }
  .menu .col-2 {
    grid-template-columns: 1fr;
  }
  .menu-div {
    padding: 30px 15px 15px 15px;
  }
  .menu-div h3 {
    font-size: 45px;
  }
  .about-home .shape-div {
    padding: 0;
  }
  .about-home {
    margin-top: 15px;
  }
  .about-home .shape-div-inner {
    padding: 50px 20px;
  }
  .shape-div-inner h3 {
    font-size: 45px;
  }
  .reserve-now .shape-div {
    padding: 0;
  }
  .reserve-now {
    padding: 15px 0;
    margin-top: 15px;
  }
  .reserve-now .shape-div-inner {
    padding: 50px 20px;
  }
  .location h2 {
    font-size: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .location {
    margin-bottom: 50px;
  }
  .location .shape-div {
    padding: 0;
  }
  footer {
    padding-top: 80px;
  }
  .footer-details h2 {
    font-size: 45px;
  }
  .footer-details img {
    margin-bottom: 50px;
  }
  .footer-nav {
    display: grid;
    gap: 15px;
    padding: 20px 0 40px 0;
    text-align: center;
  }
  .about-page-div img {
    max-width: 100%;
  }
  .page-template-about .about-home {
    margin-top: 20px;
  }
  .awards h3 {
    font-size: 20px;
    line-height: 1.2px;
  }
  .book-table {
    padding: 60px 0;
  }
  .book-table h2 {
    margin-bottom: 0;
    font-size: 45px;
  }
  .contact-form {
    margin-top: 10px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-first-section {
    margin-bottom: 0;
    margin-top: 50px;
  }
  .contact-location {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .page-template-contact .first-section-div h1 {
    margin-bottom: 30px;
  }
}
.fade-in-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s;
}

.fade-in-bottom.visible {
  opacity: 1;
  transform: translateY(0);
}

.gallery-container {
display: grid;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1100px;
    margin: auto;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s 
ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .card {
        width: 15rem;
        height: 24rem;
        margin: 0 1rem;
    }
	.card:hover {
    transform: rotate(0deg) scale(1.1) !important;
    z-index: 20;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
}

.card {
    position: relative;
    width: 100%;
    height: 320px;
    transition: all 0.5s 
ease-in-out;
}


.card-1 {
    transform: rotate(-20deg);
}

.card-2 {
    transform: rotate(20deg);
}
.card-3 {
    transform: rotate(-20deg);
}

.card-4 {
    transform: rotate(29deg);
}

.card .overlay h3 {
    color: white;
    font-size: 1.875rem;
    font-weight: 600;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s 
ease-in-out, transform 0.5s 
ease-in-out;
}



.card:hover .overlay h3 {
    opacity: 1;
    transform: scale(1);
}
.location-div-inner iframe {
	height:550px
}
.location-div-inner {
	padding-left:20px;
	padding-top:20px;
}
@media(max-width:1024px) {
	.location-div-inner {
    padding-left: 0;
    padding-top: 0;
}
	.location-div-inner iframe {
	height:450px
}
	.card {
		transform: none !important;
		min-width: 230px;
        width: 100%;
	}
	
	.gallery-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    overflow-x: scroll;
		padding-top: 0;
    padding-bottom: 10px;
}
	.card .overlay h3 {
opacity:1}
} 

.active {
	color: var(--primary-color);
}