/* Pacifico */
@font-face {
  font-family: 'Pacifico';
  src: url('fonts/Pacifico-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Oswald */
@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/Oswald-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('fonts/Roboto-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Great Vibes */
@font-face {
  font-family: 'Great Vibes';
  src: url('fonts/GreatVibes-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ===========================
   Global Styles
   =========================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #333;
  line-height: 1.6;
}
.navbar-toggler.custom-toggler:focus{
    outline: none;
}
.navbar-toggler.custom-toggler{
    border: none;;
}
/* ===========================
   Header Styles
   =========================== */

.navbar-header {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 30px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.navbar-header.fixed-menu {
  background-color: #081525;
  
}
.navbar-header.navbar {
  margin-bottom: 0;
}
/* .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.brand-title {
  font-family: 'Pacifico', cursive;
  font-size: 22px;
  color: #E53935;
  font-weight: 400;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 0;
  white-space: break-spaces;
  max-width: 39%;
}
.brand-title:hover{
    color: #E53935;
    text-decoration: none;
}
.navbar-header .navbar-brand {
  padding: 0;
  margin-right: auto;
}

.navbar-menu {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.navbar-menu .nav-link {
  color: #fff;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  position: relative;
  transition: color 0.3s ease;
}

.navbar-menu .nav-link:before {
  width: 0px;
  height: 0px;
  position: absolute;
  background: rgba(229, 57, 53, 0.6);
  content: "";
  border-radius: 100%;
  left: 0;
  right: 0;
  top: 8px;
  bottom: 0;
  margin: auto;
  z-index: -1;
  transition: 0.5s;
}

.navbar-menu .nav-link:hover:before {
  width: 30px;
  height: 30px;
}
/* Initial state: Hamburger icon (3 lines) */
.navbar-toggler.custom-toggler .navbar-toggler-icon {
  width: 25px;
  height: 3px;
  background-color: #fff;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.navbar-toggler.custom-toggler .navbar-toggler-icon::before,
.navbar-toggler.custom-toggler .navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  left: 0;
  transition: all 0.3s ease;
}

.navbar-toggler.custom-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler.custom-toggler .navbar-toggler-icon::after {
  bottom: -8px;
}

/* Active/Expanded state: X icon */
.navbar-toggler.custom-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler.custom-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.navbar-toggler.custom-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

footer{
    background-color: #06111F;
    padding: 50px 0 0;
}
.footer-smiley {
    width: 100%;
    max-width: 90px;
}
.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.footer-smiley {
    width: 100%;
    max-width: 90px;
}
.footer-logo {
    font-family: 'Pacifico', cursive;
    font-size: 40px;
    color: #E53935;
    font-weight: 400;
    letter-spacing: 1px;
    white-space: nowrap;
    display: block;
}
.footer-logo:hover{
    color: #E53935;
    text-decoration: none;
}
.footer-content .navbar-menu {
    gap: 0 30px;
}
.footer-content .navbar-menu .nav-link::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #ffffff;
    top: 0;
    right: -15px;
    z-index: 1;
    transform: rotate(12deg);
}
.footer-content .navbar-menu .nav-link:last-child::after {
    display: none;
}   
.footer-content .navbar-menu .nav-link {
    font-weight: 400;
    position: relative;
}
.copyright-area {
    background: #0c284a;
    padding: 14px 0;
    color: #fff;
    margin-top: 50px;
}
.booking-form {
    width: 316px;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 9999;
}
.booking-button {
    cursor: pointer;
    background: #fc2242;
    padding: 12px 15px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.booking-table-heder .booking-icon {
    margin-right: 10px;
    display: inline-block;
}
.booking-button h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: white;
    display: inline-block;
}
.booking-button img.booking-form-arrow {
    float: right;
    margin-top: 12px;
    position: relative;
    right: 20px;
}
/* ===========================
   Booking Section Styles
   =========================== */

.booking-section {
  padding: 60px 0;
}

.top-heading {
  text-align: center;
  margin-bottom: 50px;
}

.top-heading h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  line-height: 1.3;
}

.booking-image {
  max-width: 100%;
  width: 100%;
}

.booking-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.top-heading .desc-text {
    padding-left: 0;
}
.desc-text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 38px;
    color: #555;
    margin-bottom: 40px;
    text-align: justify;
    letter-spacing: 0.5px;
    padding-left: 30px;
}

.action-button-wrapper {
    display: flex;
    gap: 15px;
    padding-left: 30px;
}

.green-btn {
    display: inline-block;
    background-color: #28A745;
    color: #fff;
    padding: 18px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 7px solid #B9EDC5;
    cursor: pointer;
    text-transform: uppercase;
}

.green-btn:hover {
  background-color: #187a2f;
  border-color: #B9EDC5;
  color: #fff;
  text-decoration: none;
}

.action-button-wrapper img {
    margin-left: 5px;
}
.gallery-img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.show-more-btn img {
    transform: rotate(90deg);
}
.menu-img {
    border-radius: 50px;
}
@media (min-width: 992px) and (max-width: 1199.98px){
    .brand-title {
    font-size: 20px;
    word-break: break-all;
}
.navbar-menu {
    gap: 10px;
}
.navbar-menu .nav-link {
    font-size: 16px;
    font-weight: 400;
}
}
@media (max-width: 991.98px) {
  .navbar-header {
    padding: 12px 20px;
  }

  .brand-title {
    font-size: 18px;
  }

  .navbar-toggler.custom-toggler {
    display: flex !important;
  }

  .navbar-menu {
    display: flex !important;
    flex-direction: column;
    gap: 0;
    padding:20px 0px 0;
    justify-content: flex-start;
  }

  .navbar-menu .nav-link {
    padding: 10px 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
  }
  .green-btn{
    padding: 12px 20px;
    font-size: 16px;
}
.footer-content .footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0;
    justify-content: center;
}
.footer-content .navbar-menu .nav-link::after {
    height: 50%;
    top: 11px;
}
.footer-logo {
    white-space: break-spaces;
    text-align: center;
}
}
@media (max-width: 767.98px){
    .desc-text, .action-button-wrapper{
        padding-left: 0;
    }
    .action-button-wrapper{
        justify-content: center;
    }
    .footer-logo {
    font-size: 30px;
    }
    .brand-title {
        max-width: 70%;
    }
    .booking-table-heder {
        display: flex;
        justify-content: flex-end;
    }
    .booking-button {
        width: 72px;
    }
    .booking-table-heder h3 {
        display: none;
    }
    .booking-table-heder img.booking-form-arrow {
        display: none;
    }
    .desc-text {
        font-size: 18px;
        line-height: 32px;
    }
    .menu-img {
        border-radius: 20px;
}
}
@media (max-width: 341.98px){
    .green-btn {
        font-size: 14px;
    }
}

@media only screen and (max-width: 319px) {
    html, body {
        width: 320px !important;
        overflow-x: auto !important;
    }
    .xs-scroll {
        overflow: scroll !important;
        white-space: initial;
        min-width: 370px;
    }
}