* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
    background-color: rgb(201, 193, 193);
    width: 100%;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
   scroll-behavior: smooth;
}
.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.header-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
#fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #403e3c;
  height: 70px;
}
#header-img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.9;
}

.nav-menu {
  position: relative;
  top: -21px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: white;
  width: 100%;
  
}

.nav-menu a li {
  margin: 0 35px;
  font-size: 20px;
  list-style-type: none;
  transition: all 0.3s ease;
  cursor: pointer;
 
}
.nav-menu a {
 text-decoration: none;
}
.nav-menu a li:hover{
    color:red
}
#header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
  width: 100%;
}
.dancing-script {
  font-family: 'Rochester', cursive;
  font-size: 143px;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 300px;
  margin-top: 0;
}

#hero {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 130px;
}
#reser{
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 20px;
    margin-bottom: 54px;
    height: 55px;
    width: 215px;
    font-size: 22px;

}
#header-kinda-div{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.cards{
    height: 381px;
    width: 246px;
    margin: 0px 25px 170px;
}
.cards h3{
    display: flex;
    justify-content: center;
}
#prawns{
    height: 271px;
    width:100%;
}
.desc{
    text-align: justify;
}
#items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#our-specials{
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 61px;
}
#dining2{
  width: 100%;
  height: 600px;
    position: relative;
    top: 46px;
    display: flex;
    
}
#side-img{
    width: 1003px;
    height: 100%;
}
#side-img img{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
#story{
  position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
   justify-content: space-between;
   background-color: aliceblue;

}
#story h3{
  font-family: Raleway, sans-serif;
      height: 150px;
    width: 100%;
    font-size: 68px;
    display: flex;
    justify-content: flex-start;
    padding: 0px 0px 0px 65px;
   margin-top: 135px;
    font-weight: 400;
    font-size: 38px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    position: relative;
}
#story h3::after {
content: "";
    position: absolute;
    left: 72px;
    bottom: 40px;
    width: 99px;
    height: 2px;
    background-color: red;
}

#story p{
  text-align: justify;
    height: 388px;
    width: 100%;
    padding: 2px 350px 0px 60px;
     margin: 0px 0px 0px 42px;
     opacity: 0.7;;
}
#dining3 h1{
  position: relative;
     font-family: Raleway, sans-serif;
    width: 100%;
    text-align: center;
    height: 50px;
    font-size: 35px;
}
#dining3 h1::after{
  content: "";
    position:absolute;
    top: 50px;
    left: 47%;
    width: 80px;
    height: 2px;
    background-color: red;
}

.food{
  width: 100%;
}

.food h2{
  text-align: center;
  position: relative;
}
.food h2::after{
  content: "";
  position: absolute;
  background-color: red;
  width: 85px;
  height: 2px;
  top: 35px;
  left: 46%;
}
.space h3{
      font-family: "Open Sans", serif;
}
.space p{
  opacity:0.7 ;
}
.space{
  display: flex;
  justify-content: space-between;
}
#wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    justify-content: space-between;
}
.spacing{
  width: 40%;
  margin: 40px;
}
#it1,#it3{
  margin-left: 100px;
}
#it2,#it4{
  margin-right: 100px;
}
#pics{
  width: 100%;
  height: 260px;
  display: flex;
}
.pic-lu{
  height: 100%;
  width: 25%;
}
.pic-lu img{
  height: 100%;
  width: 100%;
}
#chef-section{
  height: 100vh;
  width:100%;
  display: flex;
  flex-wrap: wrap;
}
#chef-matter{
  width: 50%;
  height: 100%;
   display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
}
#chef-matter h3{
    height: 66px;
    width: 245px;
    text-align: center;
    position: relative;
    font-size: 28px;

}
#chef-matter h3::after{
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: red;
  top: 33px;
  right: 15%;
}
#chef-matter p{
    font-family: "Open Sans", serif;
    opacity: 0.6;
    margin: 0px 50px 0px 50px;
}

#foot{
  height: 250px;
  width: 100%;
     background: rgb(38, 38, 38);
     display: flex;
     justify-content: space-around;
}
.footer-data{
    height: 135px;
    width: 182px;
        text-align: center;
    line-height: 41px;
    margin-top: 50px;
    position: relative;
}
.footer-data h3{
    color: rgb(211, 210, 209);
    position: relative;
}
#d1::after{
    content: "";
    position: absolute;
    width: 86px;
    height: 2px;
    background-color: red;
    right: 48px;
    top: 36px;
}
#d2::after{
      content: "";
    position: absolute;
    width: 86px;
    height: 2px;
    background-color: red;
    right: 48px;
    top: 36px;
}
#d3::after{
      content: "";
    position: absolute;
    width: 86px;
    height: 2px;
    background-color: red;
    right: 48px;
    top: 36px;
}
ul {
  list-style-type: none;
}
li{
  color: rgb(211, 210, 209);
}
#chef-img{
    height: 100%;
    width: 50%;
}
#chef-img img{
  width: 100%;
  height: 100%;
  padding: 50px;
      width: 92%;
    height: 85%;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#form{
   background: rgb(38, 38, 38);
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
  padding-bottom: 20px;
}
#form h3{
    text-align: center;
    color: white;
    position: relative;
}
#form h3::after{
    content: "";
    position: absolute;
    width: 101px;
    height: 2px;
    background-color: red;
    top: 28px;
    right: 46%;
}
form div{
  display: flex;
    align-items: center;
    justify-content: center;
}
form div input{
      margin: 23px;
    height: 29px;
    width: 220px;
}
#ta{
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 34%;
    height: 105px;
        width: 603px;
}
#btn{
      text-transform: uppercase;
    color: rgb(255, 254, 254);
    background-color: transparent;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(129, 120, 120);
    border-image: initial;
    padding: 14px 20px;
    margin: 20px 0px 0px;
    border-radius: 0px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    left: 45%;
}
#bottom{
  width: 100%;
  height: 115px;
      background: rgb(41, 32, 32);
          font-family: "Open Sans", serif;
          display: flex;
          align-items: center;
          justify-content: space-around;
}
#bottom p{
  opacity: 0.7;
  color: azure;
}
.ico{
  margin:2px 2px 2px 2px;
      height: 28px;
    width: 31px;
}
.fa-solid,.fa-brands{
        height: 28px;
    width: 35px;
    font-size: 25px;
}
#icon-div{
      width: 170px;
    height: 33px;
}
#fd{
  margin-left: 50px;
}
/* Container styling */
.booking-form-container {
  max-width: 420px;
  margin: 40px auto;
  padding: 25px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  animation: fadeInScale 0.6s ease forwards;
}

/* Form title */
.booking-form h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #333;
  font-weight: 700;
  letter-spacing: 1.1px;
  animation: slideDown 0.7s ease forwards;
}

/* Labels */
.booking-form label {
  display: block;
  margin: 14px 0 6px 0;
  font-weight: 600;
  color: #444;
  transition: color 0.3s ease;
}

/* Input and select styling */
.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form input[type="tel"],
.booking-form input[type="number"],
.booking-form input[type="date"],
.booking-form input[type="time"],
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
  resize: vertical;
  font-family: inherit;
}

/* Focus effect */
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 8px rgba(74, 144, 226, 0.6);
}

/* Button styling */
.booking-form button {
  margin-top: 25px;
  width: 100%;
  padding: 12px 0;
  background: linear-gradient(135deg, #4a90e2, #357ABD);
  color: white;
  font-size: 1.15rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.4s ease, transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(53, 122, 189, 0.6);
}


.booking-form button:hover {
  background: linear-gradient(135deg, #357ABD, #4a90e2);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(53, 122, 189, 0.8);
}
.booking-form button:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(53, 122, 189, 0.6);
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.reservation-link {
  display: inline-block;
  font-weight: 600;
  font-size: 1.1rem;
  color: #4a90e2;
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
  transition: color 0.3s ease;
  cursor: pointer;
}

.reservation-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #357ABD;
  transition: width 0.35s ease;
  border-radius: 2px;
}

.reservation-link:hover {
  color: #357ABD;
}

.reservation-link:hover::after {
  width: 100%;
}
