* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
    font-family: 'HelveticaNeueRoman';
    src: url('../fonts/HelveticaNeueRoman.otf');
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeueMedium.otf');
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueBold.otf');
    font-display: swap;
}
body {
  font-size: 22px;
  font-family: "HelveticaNeueRoman";
}
.bottom-content-middle {
    text-align: center;
    font-size: 62px;
    color: #ffffff;
    /*background: #1e2d46b5;*/
    z-index: 2;
    font-family: 'HelveticaNeueMedium';
    width: fit-content;
    margin: auto;
    line-height: normal;
   /*border-radius: 20px;*/
    display: flex;
    flex-direction: column;
    padding: 5px 30px 10px 30px;
}
.bottom-content-middle a {
    display: flex;
    gap: 8px;
    font-size: 18px;
    text-shadow: none;
    color: #fff;
    border: 2px solid #fff;
    background: #007dc3;
    padding: 10px 15px 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 20px !important;
    width: fit-content;
    text-align: center;
    margin: auto;
    font-family: 'HelveticaNeueRoman';
}
.bottom-content-middle a:focus {
    outline: none;
}
.contact-details-booknoe a:focus {
    outline: none;
}
.bottom-content-middle a svg {
    width: 20px;
}
.contact-details p {
    margin-bottom: 0px;
}
.contact-details p img, .contact-details a img {
    width: 20px;
    filter: brightness(0) invert(1);
}
.contact-details p, .contact-details a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.backgroung_img {
  background-image: url(../img/bg-img-coming.jpg);
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
}
.backgroung_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(29 44 69 / 55%) 0%, rgba(133, 132, 130, 0) 100%);
  z-index: 1;
}
.splash_page h1 {
  text-transform: none;
  font-variant: normal;
  font-weight: 400;
  text-align: center;
  margin: 30px 0px;
  letter-spacing: 2px;
  font-size: 42px;
}
.content {
  background: linear-gradient(
180deg, rgb(35 34 34 / 56%) 0%, rgb(255 255 255 / 0%) 100%);
  position: relative;
  z-index: 2;
  display: grid;
  padding-bottom: 30px;
  grid-template-columns: 30% 40% 30%;
  align-items: center;
  justify-content: space-around;
  padding-top: 20px;
}
.phone-no:hover, .phone-no:active, .phone-no:focus  {
  text-decoration: none;
  color: #fff;
  outline: none;
}

.website-link:hover, .website-link:active, .website-link:focus  {
    color: #fff;
    outline: none;
}
.contact-details {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-shadow: none;
    color: #ffffff;
    padding-left: 30px;
    font-family: 'HelveticaNeueRoman';
}
span.bottom-content-box-1 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: -5px;
}
span.bottom-content-box-2 {
    font-size: 38px;
    letter-spacing: 2px;
}
.contact-details-booknoe {
    padding-right: 30px;
}
.bottom-content-box {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    line-height: normal;
    color: #fff;
}
.contact-details a,.contact-details a:hover {
    text-decoration: none;
    color: #fff;
    font-family: 'HelveticaNeueRoman';
}
.content-1  .third-line {
  margin: 0;
}
.content-2  .third-line {
  margin: 0;
}
.main_logo {
    width: 300px;
    background: #fff;
    padding: 10px;
}
.contact-details-logo {
    text-align: center;
}
.MT20 {
  margin-top: 20px;
}
.contact-details-booknoe a {
    text-shadow: none;
    border: 1.5px solid #ffffff;
    display: inline;
    text-align: center;
    color: #ffffff;
    font-family: 'HelveticaNeueRoman';
    font-size: 22px;
    font-weight: 500;
    padding: 5px 10px;
    float: right;
    border-radius: 5px;
    transition: box-shadow 0.3s ease;
}
.contact-details-booknoe a:hover,.contact-details-booknoe a:focus{
  text-decoration: none;
}
.contact-details-booknoe a:hover{
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.6);
}
.MB0 {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .mobile-address-box.content .contact-details p, .mobile-address-box.content .contact-details a {
    color: #fff;
}
  .content.desk .contact-details {
      display: none;
  }
  .contact-details-booknoe {
      padding-right: 0px;
  }
  .bottom-content-middle {
      font-size: 40px;
  }
  .contact-details-booknoe a {
      font-size: 18px;
  }
  .content.desk {
      display: grid;
      grid-template-columns: 60% 30%;
      gap: 20px;
  }
  .mobile-address-box.content {
        display: flex !important;
        justify-content: left;
  }
  .contact-details p img, .contact-details a img {
      width: 20px;
      filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 767px) {
  .contact-details-booknoe a {
        font-size: 14px;
        padding: 5px 5px;
    }
     .main_logo {
    width: 180px;
}
  .splash_page h1 {
    font-size: 36px;
  }
  .contact-details-logo {
    text-align: left;
}
  .backgroung_img {
    background-position: top;
  }
  .contact-details {
      padding-left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .main_logo {
    width: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
   .bottom-content-middle {
      font-size: 54px;
  }
  .mobile-address-box.content {
    display: none !important;
}
.content.desk .contact-details {
    display: block !important;
}
.content.desk {
    grid-template-columns: 40% 25% 25% !important;
}
.content.desk .contact-details {
    padding-left: 10px !important;
}
.contact-details p, .contact-details a {
    justify-content: left !important;
}
.contact-details-logo {
    text-align: center;
}
.contact-details-logo img {
    width: 175px;
}
  .splash_page h1 {
    font-size: 40px;
  }
  .backgroung_img {
    background-position: top;
  }
}
a.reservation_btn:focus,
a.reservation_btn:active,
a.reservation_btn:hover {
  color: #fff;
  text-decoration: none;
}
