@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Ephesis&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  line-height: 1.5;
  overflow-x: hidden;
}

.top-bar {
  background-color: rgb(242, 250, 250);
  padding-top: 1px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar img {
  max-width: 100px;
  height: auto;
}

.navbar-brand {
  padding: 10px;
}

.carousel-item {
  position: relative;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  right: auto;
  color: white;
}

.carousel-inner,
.carousel-inner img {
  height: 105vh;
  width: 100%;
  object-fit: cover;
}

.carousel-inner img {
  filter: brightness(0.6);
}

.carousel-caption h1 {
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 300;
}

.navbar {
  margin-bottom: -7em;
  background-color: transparent;
  z-index: 10;
  padding: 1em 0em;
  position: sticky;
  top: 0px;
}

.navbar li a {
  color: white;
  font-family: Roboto;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.logo {
  width: 120px;
}

.navbar li a:hover {
  color: white;
  border-bottom: 3px solid #f76e2a;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: rgb(247, 110, 42);
}

.navbar li {
  margin: 0em 1em;
}

.navbar-toggler {
  border: none;
}

.navbar.scrolled {
  background: white;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: white;
}

.navbar.scrolled a {
  color: black !important;
}

.dropdown-item {
  color: black !important;
  background-color: white !important;
}

.dropdown .language {
  color: white !important;
}

.primary-btn {
  background-color: rgb(247, 110, 42);
  font-family: Belleza;
  color: white;
  border-radius: 0px;
  font-weight: 500;
  font-size: 18px;
  padding: 0.8em 2em;
}

.primary-btn:hover {
  background-color: rgb(224, 94, 29);
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Belleza';
}

p {
  font-family: Roboto;
}

.about-grid {
  padding: 3em;
}

.language.scrolled {
  color: black !important;
}

.banner {
  background: url('../image/banner-bg.jpeg')rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/nauticalfishing/nautical-fishing.al/nautical-fishing.al_2026-01-21_12-55-51-222/img/20260115_110654_grilled-fish-with-fresh-vegetable-salad-lettuce-sumac-sprinkles_1.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.65);
  background-position-x: 50%;
  background-position-y: 50%;
}

.banner p {
  color: white;
}

.sec-btn {
  background-color: rgba(247, 110, 42, 0);
  font-family: Belleza;
  color: white;
  border-radius: 0px;
  font-weight: 500;
  font-size: 18px;
  padding: 0.8em 2em;
  box-shadow: none !important;
  text-decoration: underline;
}

.sec-btn:hover {
  background-color: transparent;
  color: white;
  text-decoration: underline;
}

.hours-box {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3em;
}

.banner .title {
  color: white;
}

.hours-desc {
  color: rgb(26, 47, 51);
}

.hours-desc p {
  font-weight: 600;
  color: black;
}

.hours-desc span {
  color: rgb(247, 110, 42);
}

.testimonials {
  padding: 5em 0em;
}

.menu-head {
  padding: 5em 0em;
}

.menu-head h1 {
  color: rgb(26, 47, 51);
  font-size: 5rem;
  font-weight: 200;
}

.book-section {
  height: fit-content;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}

.book-section>.container {
  height: 80vh;
  width: 60%;
  position: relative;
  left: 30%;
  transform: translateX(-50%);
  border-radius: 2%;
  margin-bottom: 30px;
  perspective: 1200px;
}

.container>.right {
  position: absolute;
  height: 100%;
  width: 50%;
  transition: 0.7s ease-in-out;
  transform-style: preserve-3d;
}

.book-section>.container>.right {
  right: 0;
  transform-origin: left;
  border-radius: 10px 0 0 10px;
}

.right>figure.front,
.right>figure.back {
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 200%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  background-color: white;
  overflow: hidden;
}

.right>figure.front {
  background-position: right;
  border-radius: 0 10px 10px 0;
  box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.2);
}

.right>figure.back {
  background-position: left;
  border-radius: 10px 0 0 10px;
  box-shadow: -2px 2px 15px -2px rgba(0, 0, 0, 0.2);
  transform: rotateY(180deg);
}

.flip {
  transform: rotateY(-180deg);
}

.flip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.book-section>button {
  border: 2px solid #ef9f00;
  background-color: transparent;
  color: #ef9f00;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  transition: 0.3s ease-in-out;
}

.book-section>button:focus,
.book-section>button:active {
  outline: none;
}

.back {
  background-image: url('../image/menu-1.png');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.front {
  background-image: url('../image/menu-1.png');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-box p,
.menu-box h4 {
  color: white;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.food-name {
  color: rgb(159, 100, 37);
  font-weight: bold;
  text-align: center;
}

.menu-items .d-flex,
.menu-items {
  width: 70%;
  margin: auto;
}

.restaurant-name {
  color: white;
  font-size: 2.5rem;
  font-weight: 300;
}

.menu-name {
  color: white;
  font-family: 'Ephesis';
  font-size: 5rem;
  font-weight: 300;
}

.book-section>button:hover {
  background-color: #ef9f00;
  color: #fff;
}

.menu-nav {
  background-color: white !important;
}

.menu-nav .nav-link {
  color: black !important;
}

.menu-box {
  padding: 2em;
}

.review-box {
  border: 1px solid rgba(0, 0, 0, 0.281);
  border-style: dashed;
  padding: 3em;
}

.review-box i {
  color: gold;
}

.pree-footer {
  background: url('../image/pree-footer-banner.jpg')rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  height: 60vh;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/nauticalfishing/nautical-fishing.al/nautical-fishing.al_2026-01-21_12-55-51-222/img/20260115_110705_mixed-fried-fish-with-lemon_1.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.5);
  background-position-x: 50%;
  background-position-y: 50%;
}

.footer {
  padding-top: 5em;
}

.footer-link {
  color: black;
}

.footer-title {
  font-size: 32px;
  letter-spacing: 4px;
}

.about-home {
  padding: 5em 0em;
}

.description {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.small-title {
  font-weight: 600;
  text-transform: uppercase;
  color: rgb(247, 110, 42);
}

.title {
  color: rgb(26, 47, 51);
  font-weight: 300;
  font-size: 4rem;
}

.why-us {
  padding: 4em 0em;
}

.diff-title {
  font-weight: 600;
  color: rgb(58, 58, 58);
}

.subtitle {
  color: rgb(26, 47, 51);
  font-size: 4rem;
}

.features-img {
  width: 90px;
}

.reason {
  color: rgb(26, 47, 51);
}

.statistic h2 {
  font-size: 3.5rem;
  font-weight: 300;
}

.statistic span {
  color: rgb(247, 110, 42);
}

.divider {
  border-style: dotted;
}

.pree-footer h2 {
  font-size: 4.5rem;
  font-weight: 300;
  color: white;
}

.pree-footer .primary-btn {
  width: fit-content;
}

.reach h4 {
  font-size: 24px;
}

.reach a {
  display: block;
  padding: 5px 0;
}

.direction {
  margin-top: 10px !important;
  border-bottom: 1px solid #c8a178;
  width: max-content;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(200, 161, 120);
}

.footer-map {
  width: 100%;
  border: 0;
  height: 150px;
}

.logo-footer {
  width: 110px;
}

.gallery-head {
  background: url('../image/bluesky-1.webp')rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/nauticalfishing/nautical-fishing.al/nautical-fishing.al_2026-01-21_12-55-51-222/img/20260116_084459_mixed-fried-fish-with-lemon_2_1.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.6);
  background-position-x: 50%;
  background-position-y: 50%;
}

.gallery {
  padding: 5em 0;
}

.photos img {
  height: 100%;
}

.about-head {
  background: url('../image/bluesky-3.webp')rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-position: 0% 30%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/nauticalfishing/nautical-fishing.al/nautical-fishing.al_2026-01-21_12-55-51-222/img/20260115_112355_grilled-fish-with-fresh-vegetable-salad-lettuce-sumac-sprinkles_1.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.6);
  background-position-x: 0%;
  background-position-y: 30%;
}

.top-title {
  font-size: 5rem;
  font-weight: 300;
  color: white;
}

.contact-head {
  background: url('../image/banner-bg.jpeg')rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: center;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/nauticalfishing/nautical-fishing.al/nautical-fishing.al_2026-01-21_12-55-51-222/img/20260116_084523_grilled-fish-barbecue-with-vegetables-dip-sauce_1.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.6);
  background-position-x: center;
  background-position-y: center;
}

.contact {
  padding: 5em 0;
}

.map {
  width: 100%;
  border: 0;
  height: 200px;
}

body {
  line-height: 1.5;
  overflow-x: hidden;
}

.carousel-inner, .carousel-inner img {
  height: 105vh;
  width: 100%;
  object-fit: cover;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Belleza;
}

.book-section > .container {
  height: 80vh;
  width: 60%;
  position: relative;
  left: 30%;
  transform: translateX(-50%);
  border-top-left-radius: 2%;
  border-top-right-radius: 2%;
  border-bottom-right-radius: 2%;
  border-bottom-left-radius: 2%;
  margin-bottom: 30px;
  perspective: 1200px;
}

.container > .right {
  position: absolute;
  height: 100%;
  width: 50%;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
  transform-style: preserve-3d;
}

.book-section > .container > .right {
  right: 0px;
  transform-origin: left center;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
}

.right > figure.front, .right > figure.back {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-size: 200%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  background-color: white;
  overflow-x: hidden;
  overflow-y: hidden;
}

.right > figure.front {
  background-position-x: 100%;
  background-position-y: 50%;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 15px -2px;
}

.right > figure.back {
  background-position-x: 0%;
  background-position-y: 50%;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) -2px 2px 15px -2px;
  transform: rotateY(180deg);
}

.book-section > button {
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(239, 159, 0);
  border-right-color: rgb(239, 159, 0);
  border-bottom-color: rgb(239, 159, 0);
  border-left-color: rgb(239, 159, 0);
  background-color: transparent;
  color: rgb(239, 159, 0);
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: all;
}

.book-section > button:focus, .book-section > button:active {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.menu-box p, .menu-box h4 {
  color: white;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.menu-items, .menu-items .d-flex {
  width: 70%;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.book-section > button:hover {
  background-color: rgb(239, 159, 0);
  color: rgb(255, 255, 255);
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.cropped-image-parent, :has(.cropped-image) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  position: relative !important;
}

@media (max-width: 1025px) {
  .navbar {
    background-color: white !important;
    margin-top: -1px;
  }
  .nav-link {
    color: black !important;
  }
  .dropdown .language {
    color: black !important;
  }
  .carousel-caption h1 {
    font-size: 4rem;
  }
  .title {
    font-size: 3rem;
  }
  .why-us .text-center {
    padding: 10px !important;
  }
  .subtitle {
    font-size: 3.5rem;
  }
  .navbar {
    margin-top: -1px;
  }
  .review-box {
    padding: 20px;
  }
  .pree-footer h2 {
    font-size: 3rem;
  }
  .banner {
    height: auto;
    padding: 4em 0em;
  }
  .book-section>.container {
    height: 40vh;
    width: 98%;
    position: relative;
    left: 49%;
    transform: translateX(-50%);
    border-radius: 2%;
    margin-bottom: 30px;
    perspective: 1200px;
  }
  .menu-box h1 {
    font-size: 14px;
  }
  .menu-box h4,
  .menu-box p {
    font-size: 12px;
  }
  .menu-box {
    padding: 1em;
  }
  .book-section > .container {
    height: 40vh;
    width: 98%;
    position: relative;
    left: 49%;
    transform: translateX(-50%);
    border-top-left-radius: 2%;
    border-top-right-radius: 2%;
    border-bottom-right-radius: 2%;
    border-bottom-left-radius: 2%;
    margin-bottom: 30px;
    perspective: 1200px;
  }
  .menu-box h4, .menu-box p {
    font-size: 12px;
  }
}

@media (max-width:850px) {
  .about-grid {
    padding: 1em;
  }
  .title {
    font-size: 2rem;
  }
  .about-home img {
    height: 100% !important;
  }
  .subtitle {
    font-size: 3rem;
  }
  .top-title {
    font-size: 4rem;
  }
  .menu-head h1 {
    font-size: 3rem;
  }
}

@media (max-width:425px) {
  .pree-footer h2 {
    font-size: 1.5rem;
  }
  .menu-items .d-flex,
  .menu-items {
    width: 100% !important;
    margin: auto;
    padding: 10px;
  }
  .carousel-caption h1 {
    font-size: 3rem;
  }
  .about-home img {
    padding: 10px;
  }
  .top-title {
    font-size: 3rem;
  }
}

@media (max-width:320px) {
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 850px) {
  .about-home img {
    height: 100% !important;
  }
}

@media (max-width: 425px) {
  .menu-items, .menu-items .d-flex {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100% !important;
  }
  .about-home img {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}