@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100..900&display=swap");
/********placeHolder********/
body {
  margin: 0;
  padding: 0;
  background: #f6f6f6;
  font-family: "Inter", sans-serif !important;
}

.d-grid-center {
  display: grid;
  place-items: center;
}
.navbar-brand {
	width: 100px;
}
header {
  margin: 0;
  padding: 10px 0px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}
header .navbar {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}
/**@media only screen and (max-width: 991px) {
  header {
    position: relative;
    background: #0d0d0d;
  }
}**/

.sticky {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  animation: mymove 1s ease-in-out;
  background: #000;
}

@keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
.navbar-toggler {
  background: #FCAC19;
}
.navbar-toggler i {
  color: #fff;
}
.navbar-toggler:focus {
  background: #5d0e03;
}
.navbar-toggler:focus i {
  color: #fff;
}

.main-nav nav ul {
  gap: 0 20px;
}
.main-nav nav ul > li > a {
  font-size: 14px;
  color: #fff;
	text-transform:uppercase;
}
.main-nav nav ul > li > a:hover {
  color: #FCAC19 !important;
}
.main-nav nav ul > li > a:focus {
  color: #FCAC19 !important;
}
.main-nav nav ul .active a {
  color: #FCAC19 !important;
}

.btn-book {
  color: #FCAC19;
  border: 1px solid #FCAC19;
  padding: 6px 20px;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
}
.btn-book:hover {
  background: #FCAC19;
  color: #000;
}

.slick-dots {
  list-style: none;
  position: absolute;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  bottom: 0px;
  z-index: 8;
}
.slick-dots li button {
  text-indent: -10000px;
  border: none;
  background: #FCAC19;
  height: 10px;
  width: 10px;
  aspect-ratio: 1;
  padding: 0;
  border-radius: 100px !important;
}
.slick-dots .slick-active button {
  background: #5d0e03;
}

.slick-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  background: #FCAC19;
  color: #000;
  border: none;
  width: 40px;
  aspect-ratio: 1;
  height: 40px;
  border-radius: 0px !important;
  opacity: 0.8;
}
.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.hero-banner .hero-group .img-box:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-banner .hero-group .hero-text-box {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 40%;
  z-index: 4;
}
@media only screen and (max-width: 767.98px) {
  .hero-banner .hero-group .hero-text-box {
    width: 95%;
    left: 5%;
  }
}
.hero-banner .hero-group .hero-text-box h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 50px;
  position: relative;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner .hero-group .hero-text-box h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-banner .hero-group .hero-text-box h1 {
    font-size: 13px;
  }
}
.hero-banner .hero-group .hero-text-box h3:after {
  position: absolute;
  content: "";
  border-top: 1px solid #FCAC19;
  top: 50%;
  width: 40px;
  left: 0;
  transform: translateY(-50%);
}
.hero-banner .hero-group .hero-text-box h2 {
  color: #fff;
  font-size: 60px;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (max-width: 991.98px) {
  .hero-banner .hero-group .hero-text-box h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-banner .hero-group .hero-text-box h2 {
    font-size: 20px;
  }
}
.hero-banner .hero-btn {
  color: #FCAC19;
  border: 1px solid #FCAC19;
  padding: 6px 20px;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
}
.hero-banner .hero-btn:hover {
  background: #FCAC19;
  color: #000;
}
.hero-group {
	height: 80vh;
}
.sicon a {
  color: #fff;
}
.sicon a:hover {
  color: #FCAC19;
}

.fixed-right {
  right: 10px;
  position: fixed;
  bottom: 150px;
  z-index: 33;
}
.fixed-right a {
  background: #FCAC19;
  color: #000;
  aspect-ratio: 1;
  width: 30px;
  line-height: 30px;
}
.fixed-right a:hover {
  color: #000;
}

.top-foodcat {
  background: url(../images/menu.png) no-repeat bottom right;
  background-size: 40vw;
}

.top-food {
  display: inline-block;
  height: 380px;
  width: 100%;
}
.top-food .foodover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 93%, rgba(0, 0, 0, 0.8) 100%);
}
.top-food .foodover h4 {
  margin-top: auto;
  color: #FCAC19;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-style: italic;
}

.blackbtn a {
  color: #FCAC19;
  border: 1px solid #FCAC19;
  padding: 6px 20px;
  display: inline-block;
  background: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.blackbtn a:hover {
  background: #FCAC19;
  color: #000;
}

.title-content h1, .title-content h2 {
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
}
@media only screen and (max-width: 991.98px) {
  .title-content h1, .title-content h2 {
    font-size: 30px;
  }
}
.title-content p {
  color: gray;
  font-size: 16px;
}

.about-block {
  background: #1e1e1e;
}
.about-block .bg-pic {
  height: 80vh;
}
@media only screen and (max-width: 991.98px) {
  .about-block .bg-pic {
    height: 50vh;
  }
}
.about-block .bg-pic .img-bottom {
  position: relative;
  z-index: 1;
}
.about-block .bg-pic .img-top {
  aspect-ratio: 1;
  position: absolute;
  z-index: 3;
  right: 10px;
  width: 40vw;
  height: 35vw;
  top: 10px;
  bottom: 10px;
}
@media only screen and (max-width: 991.98px) {
  .about-block .bg-pic .img-top {
    width: 30vh;
    height: 40vh;
  }
}

.white-ttitle-content h1 {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
}
@media only screen and (max-width: 991.98px) {
  .white-ttitle-content h1 {
    font-size: 30px;
  }
}
.white-ttitle-content p {
  color: gray;
  font-size: 16px;
}

.teablock .imgblock {
  height: 400px;
}
.teablock h3 {
  color: #000;
  font-family: "Cormorant Garamond", serif;
  text-align: center;
}

.testread:after {
  position: absolute;
  content: "";
  content: "''";
  font-family: "Cormorant Garamond", serif;
  color: #FCAC19;
  font-size: 60px;
  line-height: 60px;
}
.testread h3 {
  color: #000;
  font-size: 25px;
  font-family: "Cormorant Garamond", serif;
}
.testread .user-flow .test-pic {
  width: 30px;
  height: 30px;
  border-radius: 100px !important;
  overflow: hidden;
}
.testread .user-flow h5 {
  color: #000;
  font-size: 16px;
}
.testread .user-flow h6 {
  color: #000;
  font-size: 12px;
}

.booktable {
  background: url(https://images.unsplash.com/photo-1505935428862-770b6f24f629?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Nnx8Zm9vZCUyMHRhYmxlfGVufDB8fDB8fHww) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.booktable .overlay-block {
  background: rgba(0, 0, 0, 0.5);
}

.center-book h3 {
  font-size: 30px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (max-width: 991.98px) {
  .center-book h3 {
    font-size: 26px;
  }
}
.center-book h5 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
@media only screen and (max-width: 991.98px) {
  .center-book h5 {
    font-size: 30px;
  }
}

.re-num h2 {
  font-size: 40px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (max-width: 991.98px) {
  .re-num h2 {
    font-size: 26px;
  }
}
.re-num h3 {
  font-size: 30px;
  color: #fff;
}
@media only screen and (max-width: 991.98px) {
  .re-num h3 {
    font-size: 20px;
  }
}

.insta {
  width: 200px;
  height: 200px;
  aspect-ratio: 1;
}

footer {
  background: #1e1e1e;
}
footer .address-text h6 {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}
@media only screen and (max-width: 991.98px) {
  footer .address-text h6 {
    font-size: 18px;
  }
}
footer .address-text h6 span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
footer .get-btn a {
  color: #FCAC19;
  display: inline-block;
  border: 1px solid #FCAC19;
  padding: 6px 20px;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
}
footer .get-btn a:hover {
  background: #FCAC19;
  color: #000;
}

.follow-box h2 {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}
@media only screen and (max-width: 991.98px) {
  .follow-box h2 {
    font-size: 18px;
  }
}

.time-open h4 {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}
@media only screen and (max-width: 991.98px) {
  .time-open h4 {
    font-size: 18px;
  }
}
.time-open h5 {
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 991.98px) {
  .time-open h5 {
    font-size: 16px;
  }
}

.copy-right {
  background: #131111;
}
.copy-right p {
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
}

.inner-block {
  background-repeat: no-repeat !important;
  background-position:  bottom right !important;
  background-size: cover !important;
  padding: 150px 0 60px 0;
}
.inner-block h4, .inner-block h1 {
  color: #fff;
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
}

.text-content h3 {
  color: #000;
  font-size: 26px;
}
.text-content h4 {
  color: #000;
  font-size: 20px;
}
.text-content p, .text-content ul li {
  color: #000;
  font-size: 16px;
}

.form-contact h3 {
  color: #000;
  font-size: 26px;
  font-family: "Cormorant Garamond", serif;
}
.form-contact label {
  font-size: 14px;
  color: #000;
}
.form-contact input[type=text],
.form-contact input[type=email],
.form-contact input[type=number],
.form-contact input[type=tel],
.form-contact textarea {
  width: 100%;
  padding: 6px 15px;
  border-radius: 0px !important;
  font-size: 16px;
  color: #000;
  background: #fff;
  border: 1px solid #cccccc;
}
.form-contact button, .form-contact input[type="submit"] {
  background: #FCAC19;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 0px !important;
  border: none;
  min-width: 100px;
}
.form-contact button:hover , .form-contact input[type="submit"]:hover  {
  background: #000;
  color: #fff;
}

.contact-details h3 {
  color: #000;
  font-size: 26px;
  font-family: "Cormorant Garamond", serif;
}
.contact-details h4 {
  color: #000;
  font-size: 18px;
}
.contact-details h5 {
  color: #000;
  font-size: 18px;
}

.sficon a {
  color: #000;
  font-size: 20px;
}
.sficon a:hover {
  color: #FCAC19;
}

.locatonmap {
  border: 1px solid #cccccc;
}
.locatonmap iframe {
  width: 100%;
  height: 240px;
}

.insta-image {
  aspect-ratio: 1;
  overflow: hidden;
}/*# sourceMappingURL=main.css.map */

.wrap{

  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  grid-gap:10px;
  padding:0.5em;
  perspective:500px;
}
.article {
  display:flex;
  flex-direction:column;
  height:300px;
  position:relative;
  background-size:cover;
  border-radius:7px;
  overflow:hidden;
  padding:1em;
  cursor:pointer;
  transform: rotateX(0deg) rotateY(0deg);
  transition: all 0.2s linear ;
  will-change: transform;
}
 

.overlay {
  width:100%;
  height:100%;
  background-image:radial-gradient(circle at 50% 50%,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.4) 50%);
  position:absolute;
  left:0;
  top:0;
  z-index:1;
}
.article h2{
  font-size:1.5em;
  margin-top:auto;
  cursor:pointer;
  transition:all 0.3s;
  position:relative;
  z-index:2;
  pointer-events:none;
	font-family:"Cormorant Garamond", serif;
}

.article h2{
  transform:translateY(-20px)
}
.article h2 span{
  color:#fff;
}

.article span.cat {
font-family:"Cormorant Garamond", serif;
  letter-spacing:2px;
  font-weight:bold;
	font-size: 20px;	
  position:relative;
  z-index:2;
  pointer-events:none;
  overflow:hidden;
  color:#fff;
}

@media screen and (min-width:1000px){
  .wrap{
    grid-template-columns:repeat(auto-fit,minmax(400px,1fr));
    grid-gap:20px;
    padding:1em;
  }
  .article h2{
    transform:translateY(0px);
  }
  .article:hover h2{
  transform:translateY(-20px)
  }
  
  .article span.cat {
    color:transparent;
  }
  
.article span.cat::before,.article span.cat::after{
  content:attr(data-hover);
  position:absolute;
  display:inline-block;
  left:0;
  top:0;
  white-space: nowrap;
  overflow:hidden;
  max-width:0%;
  transition:max-width 300ms ease-out; 
}
.article span.cat::before {
  color:#fcac19;
  transition-delay:100ms;
}
.article span.cat::after {
  color:white;
}

.article:hover span.cat:after,.article:hover span.cat:before{
  max-width:100%;
}

.article:hover span.cat:after {
  transition-delay:300ms;
}
}

