@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: 'Cinzel', serif;
  color: rgb(0, 0, 0);
}

h6 {
  font-family: "Gilda Display", serif;
  line-height: 30px;
}

a {
  text-decoration: none;
  color: white;
}

::selection {
  color: rgb(255, 255, 255);
  background: #74685E;
  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: rgb(116, 104, 94);
}

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

.background-container {
  animation: zoom 10s ease-in-out forwards;
}

nav.navbar {
  background-color: rgb(255, 255, 255) !important;
  backdrop-filter: blur(0px) !important;
  font-family: Literata, serif;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: sticky;
}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 15px !important;
}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}

a.nav-link:hover {
  transform: scale(1.07);
}

.navbar li a.active {
  color: rgb(67, 88, 118) !important;
  transform: scale(1.05);
  border-bottom: 1px #435876 solid !important;
  background-color: transparent;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: rgb(67, 88, 118) !important;
}

.navbar-brand img {
  height: auto;
  width: 110px;
}

.navbar-brand {
  padding: 10px;
}

.navbar hr {
  color: rgb(67, 88, 118);
}

.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0);
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #435876;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: rgb(255, 255, 255);
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

.carousel-item {
  position: relative;
}

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

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

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

.carousel-caption h2 {
  text-shadow: rgb(67, 88, 118) 3px 3px 4px;
  font-family: Cinzel, serif;
  text-transform: capitalize;
  font-size: 100px !important;
  font-weight: 500;
}

.carousel-caption p {
  margin-bottom: 30px;
  font-family: arial, cursive !important;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 7px;
  font-weight: 100;
  color: rgb(255, 255, 255) !important;
}

.bottone5,
.bottone:hover {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #435876;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.about-section {
  background-color: rgba(220, 236, 244, 0.62);
  padding-top: 100px;
  padding-bottom: 0px;
}

.about-section span {
  color: rgb(56, 95, 150);
}

.ratings {
  margin-top: 70px;
  margin-bottom: 70px;
}

.ratings h1 {
  font-size: 90px;
  font-family: "Cormorant Garamond", serif;
  color: rgb(255, 255, 255);
}

.rooms-section {
  background-color: rgb(26, 26, 26);
  padding-top: 100px;
  padding-bottom: 100px;
}

.rooms-section h2 {
  color: white;
}

.room-section .bottone5 {
  display: flex;
}

.room-container {
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.room-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.initial-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  font-size: 25px;
  text-shadow: rgb(67, 88, 118) 3px 3px 4px;
}

.overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 3;
}

.rooms-section h6 {
  color: rgb(219, 222, 226);
}

.room-container-1 .h4 {
  font-size: 20px;
  font-family: arial;
}

.room-container-1 .h6 {
  font-size: 15px;
  line-height: 25px;
  font-family: arial;
}

.room-container-1 .bottone5 {
  background-color: rgb(32, 44, 69) !important;
}

.room-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 100px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 50vh;
}

video {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.449);
  z-index: 2;
}

.video-content {
  z-index: 100 !important;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: 'Gilda Display', serif;
}

.video-content h1 {
  font-size: 80px;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.initial-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 2;
  font-size: 25px;
  text-shadow: 3px 3px 4px #435876;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.449);
  z-index: 2;
}

.video-content {
  z-index: 100 !important;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: 'Gilda Display', serif;
}

.video-content h1 {
  font-size: 80px;
}

.room-container:hover .overlay {
  opacity: 1;
  transform: translateY(-30%);
}

.room-text {
  color: white;
  text-align: center;
}

.res-section {
  background-size: 70%;
  background-position: right;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-right: 1px solid #435876;
  border-bottom: 1px solid #435876;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: rgb(219, 222, 226);
  background-position-x: right;
  background-position-y: center;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(67, 88, 118);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(67, 88, 118);
}

.res-section h6 {
  color: rgb(67, 88, 118);
  line-height: 30px;
}

.res-section span {
  color: rgb(67, 88, 118);
}

.suite {
  background-color: #1a1a1a;
  background-size: 70%;
  background-position: right;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-right: 1px solid #435876;
  border-bottom: 1px solid #435876;
  padding-top: 100px;
  padding-bottom: 50px;
}

.suite h6 {
  line-height: 30px;
  color: aliceblue;
}

.res-11 {
  background-color: rgb(234, 241, 252);
  padding-top: 100px;
  padding-bottom: 100px;
}

.restaurant {
  z-index: 100 !important;
  position: relative;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/gracehotel/grace.al/grace.al_2026-05-21_14-37-36-410/image/202717871.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(20, 19, 19, 0.647);
  background-size: 100%;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(183, 137, 50);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.restaurant h2 {
  color: white;
}

.restaurant h6 {
  color: rgb(183, 137, 50);
}

.restaurant h5 {
  color: rgb(255, 255, 255);
}

.img-icon {
  display: block;
  margin: auto;
}

.pool-section {
  background-size: 70%;
  background-position: right;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: rgb(249, 251, 253);
  background-position-x: right;
  background-position-y: center;
}

.pool-section h6 {
  color: rgb(67, 88, 118);
  line-height: 30px;
}

.gym-section {
  background: url('../image/white.jpg');
  background-size: 70%;
  background-position: left;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-left: 1px solid #B78932;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.restaurant {
  background: url('../image/202717871.jpg')rgba(20, 19, 19, 0.648);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-left: 1px solid #B78932;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 100 !important;
  margin-bottom: 50px;
}

.restaurant-bg {
  background: white;
  position: relative;
  margin-top: -150px;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
}

footer {
  background-color: rgb(0, 0, 0) !important;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Gilda Display", serif;
  text-align: center;
  color: white;
  background-position-x: center;
  background-position-y: top;
}

.footer img {
  width: 100px;
  height: 70px;
}

.links {
  display: flex;
}

.map-col {
  text-align: right;
}

.copyright {
  background-color: rgb(0, 0, 0);
  font-size: 20px;
  color: rgb(255, 255, 255);
}

.logopower {
  width: 130px;
  height: auto !important;
}

.footer iframe {
  width: 280px;
  height: 150px;
}

.section-background {
  background: url('../image/Double-or-Twin-Room-with-Balcony01.jpg') rgba(20, 19, 19, 0.706);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/gracehotel/grace.al/grace.al_2026-05-21_14-37-36-410/image/Double-or-Twin-Room-with-Balcony01.jpg");
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(20, 19, 19, 0.706);
  background-position-x: center;
  background-position-y: center;
}

.section-background h1 {
  font-size: 50px;
}

.section-background span {
  color: rgb(67, 88, 118);
}

.pre-rooms {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgb(249, 251, 253);
}

.pre-rooms .row {
  justify-content: center !important;
}

.pre-rooms h5 {
  line-height: 30px;
  font-family: arial;
}

.room-container1 {
  margin-bottom: 50px;
  background-color: rgb(249, 251, 253);
}

.room-container1 .bottone5 {
  background-color: rgb(67, 88, 118);
  width: 100%;
  color: white;
}

.room-content {
  padding: 15px;
}

.room-box {
  background-color: white;
}

.room-box:hover {
  -webkit-box-shadow: 7px 7px 0px 0px #435876 !important;
  -moz-box-shadow: 7px 7px 0px 0px #435876 !important;
  box-shadow: rgb(67, 88, 118) 7px 7px 0px 0px !important;
  transition: 0.3s ease;
}

.room-box:hover button {
  background: #435876 !important;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(67, 88, 118) !important;
}

.section-background1 {
  background: url('../image/re.png') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/gracehotel/grace.al/grace.al_2026-05-21_14-37-36-410/image/re.png");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(20, 19, 19, 0.667);
  background-position-x: center;
  background-position-y: center;
}

.section-background1 h1 {
  font-size: 50px;
}

.section-background1 span {
  color: rgb(67, 88, 118);
}

.rest-container {
  background-color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}

.rest-container .row {
  justify-content: center;
}

.rest-container span {
  color: rgb(67, 88, 118);
}

.res-section h6 {
  line-height: 30px;
}

.section-background4 {
  background: url('../image/slide03.png') rgba(0, 0, 0, 0.708);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/gracehotel/grace.al/grace.al_2026-05-21_14-37-36-410/image/slide03.png");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0, 0, 0, 0.71);
  background-position-x: center;
  background-position-y: bottom;
}

.section-background4 h1 {
  font-size: 50px;
}

.section-background4 span {
  color: rgb(67, 88, 118);
}

.contact-bg {
  background: #F9FBFD;
  background-size: 80%;
  background-position: right;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-left: 1px solid #B78932;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(249, 251, 253);
  background-position-x: right;
  background-position-y: center;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(183, 137, 50);
}

.contact-bg h6 {
  color: rgb(67, 88, 118);
}

.contact-bg h5 a {
  color: black;
}

.container-fluid {
  padding: 150px;
}

.section-background5 {
  background: url('../image/slide01.png') rgba(20, 19, 19, 0.768);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/gracehotel/grace.al/grace.al_2026-05-21_14-37-36-410/image/slide01.png");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(20, 19, 19, 0.77);
  background-position-x: center;
  background-position-y: bottom;
}

.section-background5 h1 {
  font-size: 50px;
}

.section-background5 span {
  color: rgb(67, 88, 118);
}

.about-page {
  margin-top: 100px;
  margin-bottom: 100px;
}

.info-box {
  width: 400px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: white;
  position: relative;
  margin-top: -20px;
  z-index: 10;
  margin-left: 100px;
  color: #435876;
}

.image2 {
  position: relative;
  margin-top: -20px;
}

.about-text {
  margin-left: 100px;
}

.facilities-section {
  background: url('../image/202718814.jpg');
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/gracehotel/grace.al/grace.al_2026-05-21_14-37-36-410/img/20260520_154759_IMAGE_17.webp");
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-position-x: center;
  background-position-y: bottom;
}

.facility-box {
  background: #0000008e;
  padding: 30px;
  border: #435876 1px solid;
  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: rgba(0, 0, 0, 0.557);
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
  display: flex;
}

.footer .footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(32, 44, 69);
  background: #ffffff;
  border-radius: 40px;
  margin-right: 5px;
  transition: .5s;
  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: rgb(255, 255, 255);
}

.footer .footer-social a:last-child {
  margin: 0;
}

.footer .footer-social a:hover {
  color: rgb(255, 255, 255);
  background: #E81C2E;
  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: rgb(232, 28, 46);
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
  display: flex;
}

.footer .footer-social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202C45;
  background: #ffffff;
  border-radius: 40px;
  margin-right: 5px;
  transition: .5s;
}

.footer .footer-social a:last-child {
  margin: 0;
}

.footer .footer-social a:hover {
  color: #ffffff;
  background: #E81C2E;
}

.testimonials {
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position-x: center;
  background-position-y: top;
}

.testimonialsh1 {
  color: #000000;
  font-family: 'Gilda Display', serif;
}

.testimonials h3 {
  color: rgb(67, 88, 118);
  text-decoration: underline;
}

.testimonial-item {
  padding: 30px;
  text-align: center;
}

.testimonial-item h2 {
  margin-bottom: 15px;
  font-size: 20px;
}

.testimonial-item p {
  font-size: 16px;
  line-height: 1.6;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px !important;
  background: #435876 !important;
  color: white !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: initial !important;
  background-position-x: initial !important;
  background-position-y: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: rgb(67, 88, 118) !important;
}

.owl-nav button.owl-prev {
  left: -20px;
}

.owl-nav button.owl-next {
  right: -20px;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dot.active {
  background: #435876;
  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: rgb(67, 88, 118);
}

.map-contact {
  width: 100%;
  height: 500px;
}

.section-background6 {
  background: url('../image/slide02.png') rgba(20, 19, 19, 0.768);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
  background-image: url("https://api.intermedia-web.com/getSavedAsset/gracehotel/grace.al/grace.al_2026-05-21_14-37-36-410/image/slide02.png");
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(20, 19, 19, 0.77);
  background-position-x: center;
  background-position-y: bottom;
}

.gallery {
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: white;
  z-index: 100;
}

.section-background6 h1 {
  font-size: 50px;
}

.section-background6 span {
  color: rgb(67, 88, 118);
}

@media(min-width: 450px) {
  .work-bottom {
    grid-template-columns: repeat(2, 1fr);
  column-gap: 3rem;
  row-gap: 0;
}

html, body {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Cinzel, serif;
  color: rgb(0, 0, 0);
  overflow-x: hidden !important;
}

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

.bottone5 {
  align-items: center;
  background-color: rgb(255, 255, 255);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(67, 88, 118);
  border-right-color: rgb(67, 88, 118);
  border-bottom-color: rgb(67, 88, 118);
  border-left-color: rgb(67, 88, 118);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  min-height: 3rem;
  padding-top: calc(-1px + 0.875rem);
  padding-right: calc(-1px + 1.5rem);
  padding-bottom: calc(-1px + 0.875rem);
  padding-left: calc(-1px + 1.5rem);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.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;
}

@keyframes zoom{0%{transform:scale(1);}100%{transform:scale(1.1);}}

@media (max-width: 990px) {
  .carousel-caption h2 {
    text-shadow: rgb(67, 88, 118) 3px 3px 4px;
    font-family: Cinzel, serif;
    text-transform: capitalize;
    font-size: 50px !important;
    font-weight: 500;
  }
  .carousel-caption p {
    margin-bottom: 30px;
    font-family: arial, cursive !important;
    font-style: italic;
    font-size: 17px;
    letter-spacing: 7px;
    font-weight: 100;
    color: rgb(255, 255, 255) !important;
  }
  .info-box {
    width: 400px;
    height: 80px;
    background: white;
    position: relative;
    margin-top: -20px;
    z-index: 10;
    margin-left: 30px;
  }
  .about-text {
    margin-left: 0px;
    text-align: center;
  }
  .container-fluid {
    padding: 30px;
  }
  .restaurant {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover !important;
    text-align: center;
  }
  .restaurant-bg {
    margin-top: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  nav.navbar {
    height: auto;
  }
  .ratings h1 {
    font-size: 30px;
    font-family: "Cormorant Garamond", serif;
  }
  .ratings h6 {
    font-size: 11px;
    font-family: "Cormorant Garamond", serif;
    font-weight: normal;
  }
  .map-col {
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 576px) {
  .work-bottom {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .about-content,
    .work-top {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6rem;
    row-gap: 0;
  }
}

@media (min-width: 450px) {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
  .ratings h6 {
    font-size: 11px;
    font-family: "Cormorant Garamond", serif;
    font-weight: normal;
  }
  .cropped-image-parent, :has(.cropped-image) {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    position: relative !important;
  }
}