* {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
:root {
  --font-size: 14px;
  --text-color: black;
  --heading-color: #057141;
  --primary-theme-color: #fff;
  --secondary-theme-color: #057141;
  --font: "Montserrat", sans-serif;
  --sec-padding: 60px 10px;
}
body {
  font-size: var(--font-size);
  font-family: var(--font);
  width: 100%;
  line-height: 1.5;
}
ul,
li {
  padding: 0;
}
.sec_padding {
  padding: var(--sec-padding);
}
.para {
  font-size: var(--font-size);
  font-family: var(--font);
  line-height: 1.5;
}
.text-white{
    color: white!important;
}
.sub_title {
  line-height: 1.5;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: var(--heading-color);
  font-size: 14px;
}
.fixed-size {
  max-width: 1024px;
}
.outline {
  display: inline-block;
  width: calc(100% - 150px);
  height: 10px;
  text-align: center;
  border-style: solid;
  border-color: #ffffff;
  background-color: transparent;
  position: relative;
  border-width: 1px 0px 0px;
}
.title-outline {
  content: "";
  display: block;
  width: 120px;
  border: 1px solid var(--heading-color);
  border-width: 2px 0px 0px;
  text-align: center;
  margin: auto;
}
.main-title {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--font);
  text-transform: uppercase;
  line-height: 1.5;
}
/* logo */
.logo-img {
  width: 400px;
  height: auto;
}
/* End */
.blank-img-sec img {
  min-height: 300px;
  width: 100%;
  object-fit: cover;
}

.fixed-bg-container {
  background-color: var(--primary-theme-color);
  background-attachment: fixed;
  background-position: 50% 80%;
  background-size: cover;
  min-height: 500px;
  background-image: none;
}

.fixed-bg-container-two {
  background-color: var(--primary-theme-color);
  background-attachment: fixed;
  background-position: 50% 80%;
  background-size: cover;
  min-height: 500px;
  background-image: none;
}

.btn-custom {
  background: #b30808;
  color: #fff;
  padding: 12px 35px;
  border-radius: 0;
  font-weight: 500;
}

.btn-custom:hover {
  background: #8e0000;
  color: #fff;
}

/* Toggle Button */
.menu-toggle {
    position: fixed;   /* changed from absolute */
    top: 25px;
    right: 25px;
    background: rgba(0,0,0,0.7);
    border: none;
    padding: 10px 12px;
    border-radius: 6px;
    z-index: 2000;
    cursor: pointer;
    transition: 0.3s;
    backdrop-filter: blur(6px);
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

/* Animate Toggle */
.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Custom Side Menu */
.custom-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background: rgba(0,0,0,0.95);
    transition: 0.5s ease;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Active State */
.custom-menu.active {
    right: 0;
}

/* Menu List */
.menu-list {
    list-style: none;
    padding: 0;
    text-align: center;
}

.menu-list li {
    margin: 20px 0;
}

.menu-list a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
}

.menu-list a:hover {
    color: #f4a261;
}
/* End */

/* HERO */
.hero {
  background: url("img/1.jpg") center/cover no-repeat;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  color: #fff;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.322);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
    z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
}

.hero h1 {
  font-size: 70px;
}

.hero p {
  letter-spacing: 3px;
}

/* ABOUT */
.about-img img {
  width: 100%;
}

/* Menu */
  
  .menu-img {
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;   
    justify-content: center;
    padding-top: 20px;
    overflow: hidden;
}

.menu-img img:hover {
  transform: scale(1.03);
}

.menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 27%);
    transition: 0.4s ease;
}

.menu-title-top {
    position: relative;
    color: #fff;
    font-family: var(--font);
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-img:hover .menu-overlay {
    background: rgba(0, 0, 0, 0.75);
}
/* End */
 
/* Reservation Section */
.reservation-section .bg-lightest {
    background: #f2efe9;
}

/* Left Image */
.reservation-img {
    min-height: 650px;
    object-fit: cover;
    max-height: 800px;
}

/* Form Wrapper */
.reservation-form-wrapper {
    padding: 40px 40px;
    width: 100%;
}

/* Title */
.reservation-title {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    margin-bottom: 10px;
    color: #2c2c2c;
}

.reservation-subtitle {
    margin-bottom: 30px;
    color: #6c6c6c;
}

/* Inputs */
.form-control.custom-input {
    border-radius: 4px;
    border: none;
    background: var(--primary-theme-color);
    padding: 14px 15px;
    font-size: 14px;
}
.form-select.custom-input{
    padding: 14px 15px;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
}

.custom-input:focus {
    box-shadow: none;
    background: #fff;
    border: 1px solid var(--secondary-theme-color);
}

/* Button */
.book-btn {
    background: #1e7e4f;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.book-btn:hover {
    background: #16663f;
}

/* End */

/* Gallery */
.gallery_sec img {
  width: 100%;
  margin-bottom: 30px;
  height: 150px;
  object-fit: cover;
}
.gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
  position: relative;
  width: 100%;
}

.gallery_sec a:hover img {
  opacity: 0.8;
  filter: brightness(0.5);
}

.gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(img/maximize-solid.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}
/* End */

/* CONTACT */
.contact-icons i {
  font-size: 30px;
  color: var(--heading-color);
}

/* footer */
.footer-section {
  background: linear-gradient(rgb(0 0 0 / 53%), #00000042), url(img/22.jpg) no-repeat center center / cover;
  height: 500px;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
}

.footer-overlay {
  width: 100%;
  /* background: rgba(0, 0, 0, 0.651); */
  padding: 15px 0;
}

.footer-bottom {
  text-align: center;
  color: #fff;
}

.footer-bottom i {
  margin: 0 8px;
  font-size: 18px;
  cursor: pointer;
}
.footer-section .fa-facebook, .footer-section .fa-instagram{
   font-size: 30px;
}
.fa-facebook, .fa-instagram{
    font-size: 20px;
}
.footer-logo{
  width: 120px;
  filter: invert(1);
}
/* End */

/* Scroll To Top Button */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 2000;
}

.scroll-top-btn:hover {
    background: #f4a261;
    transform: translateY(-4px);
}

/* Show button */
.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
}

/* Media Query */
@media only screen and (max-width:767px){
  .logo-img{
    width: 200px;
    height: auto;
  }
    .reservation-img{
    height: 400px!important;
    min-height: 400px!important;
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
   .hero,
  .fixed-bg-container,
  .fixed-bg-container-two {
    background-attachment: scroll !important;
    background-position: center center !important;
    min-height: 350px;
  }

  .outline {
    display: inline-block;
    width: 300px;
    height: 10px;
  }
   .reservation-img{
    height: 400px;
    min-height: 400px;
    width: 100%;
  }
  .footer-section {
  height: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 400px;
}
}


@media only screen and (max-width: 768px) and (min-resolution: 192dpi) {
    .fixed-bg-container{
        width: 100vw;
        height: calc(100vh - 50vh)!important;
        min-height: 250px!important;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* background-attachment: unset!important; */
        image-rendering: auto!important;
        background-attachment: scroll!important; /* Change from fixed to scroll */
        background-size: contain; 
        background-color: var(--primary-color);
    }
    .fixed-bg-container_two{
        min-height: 250px!important;
        height: calc(100vh - 50vh)!important;
        width: 100vw;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        /* background-attachment: unset!important; */
        image-rendering: auto!important;
        background-attachment: scroll!important; /* Change from fixed to scroll */
        background-size: contain; 
        background-color: var(--primary-color);
    }

}