body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
}

h1,
h2,
h3 {
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

button {
  background: #c9a14a;
}

.menu-name:hover {
  color: #b65c4f;
  background: #fff;
  border: 1px solid #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
}

a[href^="#"] {
  scroll-behavior: smooth;
}

/* HERO SECTION */
.navbar-section {
  position: relative;
  background-image: url("./Images/image20.avif");
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 75vh;
  height: auto;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navbar-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.navbar-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.logo {
  position: absolute;
  top: 8%;
  left: 21%;
  transform: none;
  z-index: 2;
}

.logo img {
  width: clamp(50px, 6vw, 85px);
  height: auto;
}

/* CENTER TEXT */
.middleContent {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 2;
  padding: 0 20px;
}

.middleContent h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  font-family: playfair-display-v2, serif;
  letter-spacing: 0em;
  font-weight: normal;
}

.middleContent p {
  font-size: 19px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  margin-top: 10px;
  font-style: italic;
  letter-spacing: 0.05em;
  font-family:
    wfont_25c15b_0d34c8f91ac64d8d8227ac68252f25ad, wf_0d34c8f91ac64d8d8227ac682,
    orig_noto_sans_italic;
}

/* BOTTOM MENU */
.nav-list {
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 2;
}

.nav-list ul {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-list ul li {
  list-style: none;
}

.nav-list ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 25px;
  font-family:
    normal normal normal 20px / 1.4em playfair-display-v2,
    serif;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  width: 95%;
  max-width: 1100px;
  padding: 0 20px;
}

.hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.hero-content p {
  font-style: italic;
  margin-top: 3px;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: 300;
}

.nav {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.nav a {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.nav a:hover {
  opacity: 0.85;
}

.hero-section {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 20px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 40px;
  align-items: center;
  margin-bottom: 30px;
}

.story-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  scale: 0.9;
  margin-top: 39px;
  max-width: 100%;
  width: 100%;
}

.row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
}

.row.reverse {
  grid-template-columns: 2fr 1fr;
}

.story-images .image-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  height: 220px;
}

.story-images .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.story-images .image-box:hover img {
  transform: scale(1.04);
}

.story-images .image-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.18);
  opacity: 0;
}

.story-images .image-box:hover img {
  transform: scale(1.05);
}

.right-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #b65c4f;
  margin-bottom: 0px;
}

.right-section .heading-text {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  margin: 0 auto 0px;
  text-align: center;
  font-style: italic;
  position: relative;
  display: block;
  width: fit-content;
  padding-bottom: 0px;
  letter-spacing: 0.15em;
}

.right-section .heading-text::after {
  content: "";
  position: absolute;
  left: 52%;
  bottom: -4px;
  transform: translateX(-50%);
  width: 72px;
  height: 1px;
  background: #b3abaa;
}

.right-section p {
  color: rgb(39, 37, 33);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.9em;
  margin: 11px auto;
  text-align: center;
}

.right-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: 100%;
    max-width: 700px; */
}

.gallery-section {
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 11px 0;
  width: 100%;
  max-width: none;
  margin: 0;
}

.gallery {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  overflow-x: hidden;
  padding: 10px 20px;
  scroll-behavior: smooth;
}

.gallery-bottom {
  gap: 20px !important;
}

.gallery-item img {
  height: 420px;
  width: 400px;
  object-fit: cover;
  flex-shrink: 0;
}

.gallery-item {
  position: relative;
  width: 400px;
  height: 420px;
  flex-shrink: 0;
  overflow: hidden;
}

.bottom-gallery {
  width: 300px;
  height: 300px;
}

.bottom-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  width: 42px;
  height: 43px;
  z-index: 10;
}

.prev {
  left: 9px;
  font-size: 18px;
}

.next {
  right: 10px;
  font-size: 18px;
}

/* //video section */
.video-section {
  position: relative;
  height: 80vh;
  /* Full viewport height */
  min-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.32);
  z-index: 1;
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  transition: transform 0.2s ease-out;
}

.video-content {
  position: relative;
  width: 100%;
  height: 100%;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 2;
  padding: 20px;
  text-align: center;
  pointer-events: all;
}

.video-content h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
  max-width: 760px;
  position: absolute;
  top: 17%;
}

.video-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  /* position: absolute;
     bottom: 11%; */
}

.testimonials-section {
  background-image: url("./Images/image20.avif");
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
}

.testimonials-section h2 {
  color: rgb(255, 255, 255);
  letter-spacing: 0.08em;
  text-align: center;
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 1.6em;
  font-weight: 400;
  font-size: 25px;
  max-width: 800px;
}

.testimonials-section p {
  color: #fff;
  letter-spacing: 0.1em;
  font-family: playfair-display-v2, serif;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 81%;
  transform: translateX(-50%);
  text-align: center;
}

.testimonials-section {
  position: relative;
}

.gallery-section h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 9px;
}

.menu-name {
  background: rgb(190, 90, 79);
  padding: 10px 28px;
  font-size: 14px;
  border: none;
  display: block;
  margin: 14px auto;
  color: #fff;
  font-style: italic;
}

.contact-section {
  padding-top: 34px;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-left: 21px;
  padding-right: 21px;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
  margin-bottom: 30px;
}

.contact-info {
  flex: 1;
  font-size: 16px;
  line-height: 2;
  min-width: 250px;
}

.map {
  flex: 1;
  min-width: 250px;

  overflow: hidden;

  cursor: url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur), default;
}

.map iframe {
  width: 80%;
  height: 100%;
  min-height: 320px;
  border: none;
}

h2 {
  margin-bottom: 20px;
}

footer {
  width: 100%;
  color: #fff;
  background-color: rgb(190, 90, 79);
}

footer p {
  text-align: center;
  padding: 9px 0;
  position: relative;
  bottom: 0;
  font-size: 12px;
}

.followUs-section h2 {
  text-align: center;
  color: rgb(100, 99, 95, 0.7);
  margin-bottom: 8px;
  font-size: 18px;
}

.followUs-section ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  list-style: none;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

.icons {
  color: rgb(100, 99, 95, 0.7);
  font-size: 18px;
}

.info-item {
  display: flex;
  align-items: center;
}

.info-item i {
  font-size: 22px;
  color: #555;
  min-width: 30px;
}

.info-item p {
  margin: 0;
  color: #555;
  font-size: 16px;
}

.contact-info h2 {
  color: #5d5851;
  font-size: 27px;
}

.overlay-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  opacity: 0.8;
  z-index: 2;
  background-image: url("./Images/overlay.png");
}

.video-content ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  padding: 12px 24px;
}

.video-content ul li a:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.video-content ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  list-style: none;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .image-box {
    height: 180px;
  }

  .middleContent h1 {
    font-size: 32px;
  }

  .middleContent p {
    font-size: 14px;
  }

  .nav-list ul {
    gap: 40px;
    flex-wrap: wrap;
  }

  .nav-list ul li a {
    font-size: 16px;
  }

  .hero-section {
    margin: 0px auto;

    align-items: center;
  }

  .right-section {
    width: 100%;
    padding: 30px;
  }

  .right-section h2 {
    font-size: 28px;
  }

  .right-section h4 {
    font-size: 16px;
  }

  .right-section p {
    font-size: 14px;
  }

  .gallery img {
    height: 250px;
    width: 200px;
  }

  .video-content ul {
    font-size: 14px;
    gap: 20px;
  }

  .testimonials-section {
    height: auto;
    padding: 40px 20px;
    background-attachment: local;
  }

  .testimonials-section h2 {
    font-size: 24px;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 30px;
  }

  .contact-section {
    padding: 30px 20px;
  }

  .contact-info {
    flex: none;
    opacity: 0;
    transform: translateX(-100px);
    animation: slideInLeft 0.8s ease forwards;
  }

  @keyframes slideInLeft {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .map {
    flex: none;
    width: 100%;
  }

  .map iframe {
    min-height: 220px;
  }

  .menu-name {
    padding: 12px 25px;
    font-size: 16px;
  }
}

@media (min-width: 769px) and (max-height: 600px) {
  .navbar-section {
    min-height: 60vh;
    padding-bottom: 40px;
  }

  .middleContent {
    top: 45%;
  }

  .middleContent h1 {
    font-size: 28px;
    top: 40%;
  }

  .middleContent p {
    font-size: 13px;
  }

  .nav-list ul {
    gap: 50px;
    bottom: 15px;
  }

  .video-content h2 {
    font-size: 18px;
    top: 20%;
  }

  .video-content ul {
    bottom: 15%;
  }

  .testimonials-section {
    height: auto;
    min-height: 400px;
    padding: 30px 20px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .navbar-section {
    min-height: 70vh;
  }

  .middleContent h1 {
    font-size: 36px;
  }

  .middleContent p {
    font-size: 15px;
  }

  .nav-list ul {
    gap: 60px;
  }

  .nav-list ul li a {
    font-size: 18px;
  }

  .right-section h2 {
    font-size: 32px;
  }

  .right-section .heading-text {
    font-size: 17px;
  }

  .right-section p {
    font-size: 14px;
  }

  .gallery-item {
    width: 300px;
    height: 300px;
  }

  .gallery-item img {
    height: 100%;
    width: 100%;
  }

  .video-content h2 {
    font-size: 24px;
    top: 25%;
  }

  .video-content ul {
    bottom: 15%;
    gap: 18px;
  }

  .testimonials-section {
    height: auto;
    min-height: 500px;
    padding: 50px 30px;
    background-attachment: local;
  }

  .testimonials-section h2 {
    font-size: 26px;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin-bottom: 40px;
  }

  .contact-wrapper {
    gap: 35px;
  }

  .contact-section {
    padding: 45px 25px;
  }

  .contact-info h2 {
    font-size: 25px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .info-item i {
    font-size: 20px;
  }

  .info-item p {
    font-size: 15px;
  }

  .map iframe {
    min-height: 260px;
  }

  .menu-name {
    padding: 13px 30px;
    font-size: 16px;
  }
}

/* SMALL MOBILE DEVICES (480px and below) */
@media screen and (max-width: 480px) {
  .navbar-section {
    height: 80vh;
    padding-bottom: 40px;
  }

  .video-section {
    height: 75vh;
    min-height: 500px;
  }

  .video-content h2 {
    font-size: 22px;
    top: 20%;
  }

  .nav a {
    font-size: 14px;
  }

  .image-box {
    height: 150px;
  }

  .middleContent {
    top: 40%;
  }

  .middleContent h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .middleContent p {
    font-size: 12px;
  }

  .nav-list {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .nav-list ul {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .nav-list ul li {
    flex: 1;
    min-width: 80px;
  }

  .nav-list ul li a {
    font-size: 13px;
    text-align: center;
    display: block;
    white-space: nowrap;
  }

  .story-images .img1,
  .story-images .img2,
  .story-images .img3,
  .story-images .img4 {
    height: 200px;
  }

  .right-section h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .right-section .heading-text {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .right-section p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .gallery-item {
    width: 280px;
    height: 280px;
  }

  .gallery-item img {
    height: 100%;
    width: 100%;
  }

  .gallery {
    padding: 0 10px;
    justify-content: flex-start;
    gap: 12px;
  }

  .hero {
    height: 100vh;
  }

  .prev,
  .next {
    width: 35px;
    height: 35px;
    padding: 5px;
    font-size: 16px;
  }

  .gallery-section {
    padding: 12px 0;
  }

  .video-content h2 {
    top: 20%;
    max-width: 90%;
    padding: 0 15px;
    line-height: 2;
  }

  .video-content ul {
    font-size: 11px;
    gap: 8px;
    flex-wrap: wrap;
    bottom: 10%;
    padding: 0 10px;
  }

  .video-content ul li a {
    padding: 8px 12px;
    font-size: 11px;
  }

  .testimonials-section {
    height: auto;
    min-height: 300px;
    padding: 25px 15px;
    background-attachment: local;
  }

  .testimonials-section h2 {
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .testimonials-section p {
    font-size: 10px;
    white-space: nowrap;
    /* padding: 0 15px; */
  }

  p span {
    font-size: 11px;
    display: block;
    margin-top: 10px;
  }

  .contact-section {
    padding: 20px 15px;
  }

  .contact-info h2 {
    margin-bottom: 20px;
  }

  .info-item {
    gap: 10px;
    margin-bottom: 12px;
  }

  .info-item i {
    font-size: 18px;
    min-width: 24px;
  }

  .info-item p {
    font-size: 15px;
    line-height: 1.5;
  }

  .map {
    width: 100%;
    flex: none;
  }

  .map iframe {
    min-height: 280px;
  }

  .hero-section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }

  .followUs-section h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .followUs-section ul {
    gap: 15px;
    font-size: 18px;
  }

  .icons {
    font-size: 20px;
  }

  .menu-name {
    padding: 10px 20px;
    font-size: 13px;
    margin: 12px auto;
  }

  footer p {
    font-size: 11px;
    padding: 12px 10px;
  }
}

@media (max-width: 380px) {
  .middleContent h1 {
    font-size: 20px;
  }

  .middleContent p {
    font-size: 11px;
  }

  .nav-list ul li a {
    font-size: 11px;
  }

  .right-section h2 {
    font-size: 22px;
  }

  .gallery-item {
    width: 180px;
    height: 180px;
  }

  .testimonials-section h2 {
    font-size: 14px;
  }

  .contact-info h2 {
    font-size: 32px;
  }

  .hero-section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .map iframe {
    min-height: 250px;
  }
}

@media (min-width: 1024px) {
  body {
    font-family: "Poppins", sans-serif;
  }

  .hero {
    height: 62vh;
    background: url(./Images/image21.avif) center / cover !important;
    position: relative;
    color: #fff;
    width: 108%;
    min-height: 453px;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-left: -3%;
  }

  .bottom-gallery {
    width: 350px !important;
    height: 350px !important;
  }

  .nav-video a {
    margin: 0 46px !important;
  }

  .story-images .image-box {
    height: auto;
  }

  .navbar-section {
    min-height: 75vh;
    padding-bottom: 80px;
  }

  .logo img {
    width: 72px;
  }

  .middleContent {
    top: 38%;
  }

  .logo {
    position: absolute;
    top: 1%;
    left: 18%;
    transform: none;
    z-index: 2;
  }

  .middleContent h1 {
    font-size: 54px;
  }

  .nav-list ul {
    gap: 130px;
  }

  .nav-list ul li a {
    font-size: 26px;
  }

  .hero-section {
    gap: 20px;
  }

  .right-section h2 {
    font-size: 35px;
  }

  .right-section .heading-text {
    font-size: 15px;
  }

  .gallery-item {
    width: 400px;
    height: 400px;
  }

  /* .video-section {
         height: 520px;
     } */

  .video-content h2 {
    font-size: 24px;
    top: 19%;
  }

  /* .video-content ul {
         bottom: 11%;
         gap: 30px;
     } */

  .video-content ul li a {
    font-size: 18px;
    padding: 12px 24px;
  }

  .testimonials-section {
    height: 90vh;
  }

  .contact-info h2 {
    font-size: 30px;
  }

  .info-item {
    gap: 15px;
    margin-bottom: 12px;
  }

  .info-item i {
    font-size: 22px;
  }

  .info-item p {
    font-size: 16px;
  }

  .map iframe {
    min-height: 213px;
  }

  .followUs-section ul {
    gap: 16px;
  }
}

.story-images .image-box {
  position: relative;
  overflow: hidden;
}

.story-images .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-images .image-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);

  opacity: 0;
}

.story-images .image-box:hover::after {
  opacity: 1;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.gallery-item:hover::after {
  opacity: 1;
}

.map iframe {
  filter: grayscale(100%) brightness(110%) contrast(90%);
}

.founder-name {
  display: flex;
  justify-content: center;
}

.hero {
  height: 62vh;
  background: url("./Images/image21.avif") center/cover;
  position: relative;
  color: #fff;
  width: 108%;
  min-height: 453px;
  overflow: hidden;
  background-repeat: no-repeat;
  margin-left: -3%;
}

.hero-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero h1 {
  font-family: "Playfair Display", serif;
  font-size: 41px;
  font-weight: 400;
}

.hero p {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.nav-video {
  position: absolute;
  bottom: 47px;

  text-align: center;
}

.nav a,
.nav-video a {
  color: #fff;
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  white-space: nowrap;
}

.scroll-btn::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1.5px solid #333;
  border-left: 1.5px solid #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.scroll-btn.next::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.scroll-btn.prev::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.scroll-btn:hover {
  background: #f5f5f5;
}

@media screen and (max-width: 932px) and (orientation: landscape) {
  .hero-section {
    width: 100%;
    max-width: 100%;
    padding: 0;
    gap: 20px;
  }

  .hero-content h1 {
    max-width: 700px;
    margin: auto;
  }

  .story-images {
    width: 100%;
    max-width: 100%;
    scale: 1;
    padding: 30px;
    margin-top: 0;
  }

  .row,
  .row.reverse {
    gap: 8px;
  }

  .image-box {
    height: auto !important;
  }

  .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .right-section {
    width: 100%;
    padding: 0 31px;
  }

  .right-section {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }

  .right-section p {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 27px;
  }

  .right-section .heading-text {
    font-size: 32px;
  }

  .contact-info {
    animation: slideInLeft 0.8s ease forwards;
  }

  .hero-section {
    margin: 0 auto;
  }

  .contact-section {
    padding: 25px 15px;
  }

  .contact-wrapper {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 0px !important;
    align-items: center;
  }

  .contact-info {
    padding: 0;
  }

  .contact-info h2 {
    font-size: clamp(50px, 4vw, 40px) !important;
    line-height: 1.2;
  }

  .contact-info,
  .map {
    flex: 1 1 48%;
    min-width: 280px;
  }

  .contact-info {
    padding: 24px;
  }

  .info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 31px;
    align-items: center;
  }

  .info-item i {
    font-size: 22px !important;
    min-width: 24px;
  }

  .info-item p {
    font-size: clamp(25px, 1.7vw, 18px) !important;
    line-height: 1.5;
    word-break: break-word;
  }

  .map iframe {
    width: 100%;
    min-height: 320px;
    border-radius: 8px;
  }

  .menu-name {
    display: none;
  }

  .video-section {
    height: 89vh;
    min-height: 700px;
  }

  .hero {
    height: 100vh;
  }
}

@media screen and (max-width: 932px) and (orientation: portrait) {
  .menu-name {
    display: none;
  }

  .hero h1 {
    font-size: 34px;
  }
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

.contact-section .container {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;

  padding-right: 21px;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.contact-info h2 {
  font-size: 25px;
  margin-bottom: 22px;
  font-weight: 600;
}

.info-item i {
  font-size: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}

.info-item p {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 500;
}

.city-name {
  display: block;
}

/* Mobile: stack them */
@media (max-width: 900px) {
  .hero-section,
  .gallery-section,
  .contact-section,
  .navbar-section {
    width: 100%;
    max-width: 100%;
  }

  .story-images,
  .right-section {
    width: 100%;
    max-width: 100%;
    scale: 1;
    padding: 21px;
    margin-top: 0px;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .video-section,
  .gallery-section {
    margin-bottom: 20px;
  }

  .hero-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
    width: 100%;
    padding: 0;
  }

  .story-images .image-box {
    height: auto;
  }

  /* .info-item p{
        font-size: 30px;
        margin-bottom: 30px;
    } */
  .contact-info h2 {
    font-size: 30px;
  }

  .info-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  footer p {
    font-size: 18px;
  }
}

.nav-video a {
  margin: 0 15px;
}

@media screen and (max-width: 932px) and (orientation: landscape) {
  .hero {
    height: auto;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center top;
    min-height: 100vw;
    width: 100%;
    margin: 0;
    left: 0;
  }

  .testimonials-section p {
    font-size: 18px;
    white-space: nowrap;
  }

  .hero-section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .followUs-section h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }

  .icons {
    font-size: 34px;
  }

  footer p {
    padding: 8px 19px;

    font-size: 1.3rem;
  }

  .followUs-section ul {
    gap: 40px;
  }

  .followUs-section {
    margin-bottom: 45px;
  }

  .logo {
    position: absolute;
    top: 30px;
    left: 56px;
    z-index: 10;
  }

  .logo img {
    content: url("./Images/logo_landscape.png");
    width: 100px;
    height: auto;
  }

  .hero-content {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 21%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-content h1 {
    font-size: 4em;
    line-height: 1.1;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .hero-content p {
    font-size: 1.8rem;
    line-height: 1.1;
    max-width: 450px;
    margin: 15px auto 0;
    letter-spacing: 1px;
  }

  .video-content h2 {
    max-width: 670px;
    font-size: 47px;
    top: 12%;
    margin: auto;
  }

  .nav,
  .nav-video {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    width: 100%;

    margin-top: auto;
    margin-bottom: 61px;
    padding-bottom: 0px;
  }

  .nav-video a {
    font-size: 31px;
  }

  .nav a {
    font-size: 2.2rem;
    /* Increased from your 1rem */
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-family: "Times New Roman", serif;
  }

  .nav-item a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 932px) and (orientation: portrait) {
  .hero {
    width: 100%;
    margin: 0;
    min-height: 480px;
  }

  .map iframe {
    width: 100%;
  }

  .hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }

  .logo {
    top: 20px;
    left: 20px;
  }

  .logo img {
    width: 100px;
    height: auto;
  }

  .hero-content {
    width: 90%;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-content h1 {
    font-size: 2.3rem;
    line-height: 1.15;
    margin-bottom: 0;
  }

  .hero-content p {
    font-size: 1rem;
    margin-top: 20px;
  }

  .nav {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;

    display: flex;
    justify-content: center;
    gap: 18px;

    flex-wrap: nowrap;
  }

  .nav a {
    font-size: 18px;
    font-family: "Playfair Display", serif;
  }
}

.mobile-top-banner {
  display: none;
}

/* ALL PHONES */
@media screen and (max-width: 932px) {
  .mobile-top-banner {
    display: flex;
    align-items: center;
    height: 110px;
    padding-left: 20px;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url("./Images/mobileportrait.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 15%;
  }

  .hero .logo {
    display: none;
  }
}

/* PORTRAIT */
@media screen and (max-width: 932px) and (orientation: portrait) {
  .mobile-top-banner {
    height: 110px;
    padding-left: 5px;
  }

  .mobile-top-banner img {
    width: 85px;
  }
}

/* LANDSCAPE */
@media screen and (max-width: 932px) and (orientation: landscape) {
  .mobile-top-banner {
    height: 130px;
    padding-left: 20px;
    background-size: 100%;
    background-position: center 16%;
    background-image: url("./Images/mobileportrait.jpg");
  }

  .mobile-top-banner img {
    width: 125px;
  }

  .hero {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

/* TABLET + DESKTOP */
@media screen and (min-width: 933px) {
  .mobile-top-banner {
    display: none !important;
  }

  .hero .logo {
    display: block;
  }
}

@media screen and (max-width: 667px) and (orientation: landscape) {
  .hero h1 {
    font-size: 3.5em;
  }

  .nav a {
    font-size: 1.6em;
  }
}

/* iPad Portrait */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-content h1 {
    font-size: 5em;
    line-height: 1.1;
  }

  .hero-content p {
    font-size: 2em;
  }

  .nav a,
  .nav-video a {
    font-size: 2.4em;
  }

  .hero {
    width: 100%;
    margin: 0;
    height: 100%;
  }
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 933px) {
  .hero-bg {
    content: url("./Images/image21.avif");
  }
}
@media (max-width: 480px) {
  .nav-video a {
    margin: 0 0px;
  }
  .nav-video {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
  }
  .testimonials-section .author-name {
    white-space: nowrap;
    font-size: 10px;
    letter-spacing: 0;
  }
  .testimonials-section p.author-name {
    white-space: nowrap;
  }
}
