@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Instrument+Serif:ital@0;1&family=Onest:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.cta{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  gap: 10px;
}

.whatsapp-btn, .instagram-btn, .zomato-btn{
  width: 65px;
  height: 65px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whatsapp-btn{
  background: #25D366;
}
.instagram-btn{
  background: linear-gradient(#ff0526, #be0039);
}
.zomato-btn{
  background: #fff;
  border: red 1px solid;
}

/* Hover Lift */
.whatsapp-btn:hover, .zomato-btn:hover, .instagram-btn:hover {
  transform: translateY(-6px) scale(1.1);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@keyframes pulse3 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 96, 128, 0.6);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.whatsapp-btn {
  animation: pulse 2s infinite;
}

.zomato-btn {
  animation: pulse2 2s infinite;
}
.instagram-btn {
  animation: pulse3 2s infinite;
}



/* =========================
   NAVBAR
========================= */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 18px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(3px);
  z-index: 1000;
  transition: 0.3s;
}

.navbar:hover {
  background: #000;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}

.nav-links {
  display: flex;
  gap: 30px;
}

.nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  transition: 0.3s;
}

.nav-links a:hover {
  color: #8B5E3C;
}

/* Mobile Menu */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #fff
}

/* =========================
   SLIDER
========================= */
.slider {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  /* margin-top: 80px; */
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.slide.active {
  opacity: 1;
}

#glass {
  margin-bottom: 20px;
  transform: rotate(-375deg) translateX(-12px) scaleX(-1);
}

#glass-2 {
  margin-bottom: 20px;
  transform: rotate(12deg);
}

/* Overlay */
.overlay {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  transform: translateY(-50%);
  color: #ffffff;
  max-width: 500px;
  padding: 20px 40px;
  mask: radial-gradient(30px at 30px 30px, #0000 90%, #000) -30px -30px;
  background: #caa45f24;
  text-align: center;
  backdrop-filter: blur(10px);
  border: 2px solid #5e2b033b;
  transition: all .3s;
}

.map{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2W0FerrGkYnToa82H1CKq62-gSi9quzxrIEHsz51gXW_AN298zvJOE_EdqAdl2a71dyQXWnWoG8TAWqUr2cAtiWNP6uwl0-fcAatDyIjpGTwuzTBIh8dGI7TW4opt30igm39XyeZEcbi7gS8fuEL_KiFAsP4I97_e-Lq3yb2ptkotYv34-TbrGu92fB8/s16000/bg3.png");
  padding: 60px 20px;
}
.overlay-2{
  position: relative;
  mask: radial-gradient(30px at 30px 30px, #0000 90%, #000) -30px -30px;
  width: 600px;
  height: 250px;
  object-fit: contain;
  border: 1px solid #a67b3b;
  transition: .2s cubic-bezier(0.215, 0.610, 0.355, 1);
  cursor: pointer;
}
.overlay-2:nth-child(1){
  background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbYFT3jCL9dKwuENKhbEMwaXAzB2HqUkwP9nws7ylzyzLqUQreZrL-48-4-0xu0h-1DbHpVbxo8LW5T4QuvcqxFSxAUK1n8e0p_G4bZJq3Jw1H_Vhj4bqkHjaMU1LY4s99Wtn7xSgt9dCBeffDqNTSRiCmEtLIV4vTqethFSix6WsXUGdvO2AJE5MHNsc/s16000/map-tit.png');
  background-size: cover;
}
.overlay-2:nth-child(2){
  background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQnSOhFh28XdXhWrwjfA-YIhTSeK7L7MeKfz8T3BtUT4gC9_AxNrbyMqSViP31ctAKlkzF7HfMzla0u63WPMPeFLL7LIC3EAEBa2qcgHFZS6EFbAJgt0ZjgokyZzy3pNtp_mF1In9ug0LmSh1Dr4dj0z5OtZKUuIhc478RDjItkwVOaqoyIsVsnl29kaM/s16000/map.png');
  background-size: cover;
}

.overlay-2::before{
  content: 'Direction →';
  position: absolute;
  bottom: -20%;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to right, #161105, #6c582f, #140E03);
  color: #ffe1ab;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: .2s cubic-bezier(0.215, 0.610, 0.355, 1);
  opacity: 0;
}
.overlay-2:hover::before{
  bottom: 0;
  opacity: 100%;
}

@media screen and (max-width: 700px){
  .overlay-2{
    width: 100%;
  }
}
.overlay h1 {
  font-size: 52px;
  margin-bottom: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
}


.overlay p {
  font-size: 18px;
  margin-bottom: 20px;
}

/* Navigation Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
}

.arrow.left {
  left: 20px;
}

.arrow.right {
  right: 20px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {

  .overlay h1 {
    font-size: 32px;
  }

  .overlay p {
    font-size: 16px;
  }

  .nav-links {
    position: absolute;
    top: 80px;
    right: 0;
    background: #000;
    width: 40%;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 50px;
    font-size: 24px;
    display: none;
    transition: all .3s linear;
  }

  .nav-links a {
    display: inline-block;
    padding: 14px 35px;
    border: 1px solid #53351d;
    color: #1a1a1a;
    text-decoration: none;
    text-align: center;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: bold;
    background: linear-gradient(to right, #161105, #6c582f, #140E03);
    color: #fff;
    mask: radial-gradient(10px at 10px 10px, #0000 90%, #000) -10px -10px;
    transition: 1s all;
    width: 150px;
  }

  .nav-links.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
}

/* ===============================
   EXPERIENCE SECTION
================================= */

.experience-section {
  background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6kfNy14mnQ0Egs_1rKXITpRS43DBonNoM_gkwRyIfcZaKaR29IJaZaRCmfOZov6fZKp5N6BShhzNxmKRYuYHOmF8BtLehc4Wjl5cAfD2LbrwGXL8xyJbhIPvHNXOW0BzNvp1YCjxReXBN1PafKyOVwR7gIgJzknAIQIV83EC40M5pQx8o57Omd9hpNdY/s16000/bg1.png');
  color: #fff;
  padding: 100px 8%;
  text-align: center;
  background-size: cover;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.subtitle {
  display: block;
  font-size: 13px;
  letter-spacing: 4px;
  color: #caa45f;
  margin-bottom: 15px;
}

.divider {
  width: 80px;
  height: 2px;
  background: #caa45f;
  margin: 0 auto 30px auto;
}

.title {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 60px;
}

/* ===============================
   CARDS
================================= */

.cards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
}

/* ===========================
   OFFSET FRAME CARD
=========================== */

.offset-card {
  position: relative;
  max-width: 320px;
  text-align: center;
  transition: 0.4s ease;
}

/* Gold Frame Background */
.frame {
  border-radius: 20px 20px 0 0;
  position: absolute;
  width: 100%;
  height: 360px;
  top: 20px;
  left: 0px;
  z-index: 0;
  transition: 0.4s ease;
  background: linear-gradient(#a67c3b, #ff8a42);
  transform: skewX(5deg);
  mask:
    radial-gradient(6px at 75% 100%, #0000 95%, #000) 42% calc(100% - 6px)/24px 100% repeat-x,
    radial-gradient(3px at 53% 53%, #000 141%, #0000 101%) bottom/24px 12px repeat-x;
}



/* Image Wrapper */
.image-wrapper {
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

/* Caption */
.card-caption {
  margin-top: 30px;
}

.card-caption h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.card-caption span {
  font-size: 13px;
  letter-spacing: 2px;
  color: #caa45f;
}

/* Hover Effect */
.offset-card:hover {
  transform: translateY(-10px);
}

.offset-card:hover .frame {
  transform: skewX(-5deg);
}

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 768px) {

  .frame {
    height: 300px;
  }

  .image-wrapper img {
    height: 300px;
  }

}


/* ===============================
   STORY SECTION
================================= */

.story-section {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhW50tQ-sjIorQL0hPwv3B_Ss1V_1P2bQDJ8vKJ-xN-fVIqWRhEgVigflLOXXJ3EoErC2COGzYu_wpi2FIC0dlXt8HrgiFFUhiFcuMyr40wtcI7rNz5BO9roAu7Sv1W-fYGAjWN_DLhcMRJS17ckGTeGgpfffC9_Jxa7xdcXXDlj3fmUkChLBthiIkcF8/s16000/bg2.png");
  padding: 100px 8%;
  background-size: cover;
}

.story-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* ===============================
   LEFT CONTENT
================================= */

.story-content {
  flex: 1;
}

.story-subtitle {
  font-size: 13px;
  letter-spacing: 4px;
  color: #caa45f;
  display: block;
  margin-bottom: 15px;
}

.story-divider span {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #caa45f;
  margin-bottom: 25px;
}

.story-title {
  font-size: 42px;
  font-weight: 500;
  color: #1a1a1a;
  margin-bottom: 25px;
}

.story-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 40px;
  max-width: 550px;
}

.story-contact p {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px;
}

.story-contact h3 {
  font-size: 26px;
  color: #53351d;
  font-weight: 500;
  margin-bottom: 35px;
}

.story-btn {
  display: inline-block;
  padding: 14px 35px;
  border: 1px solid #53351d;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: bold;
  background: linear-gradient(to right, #161105, #362c18, #140E03);
  color: #fff;
  mask: radial-gradient(10px at 10px 10px, #0000 90%, #000) -10px -10px;
  transition: .3s all;
}

.story-btn:hover {
  background: linear-gradient(to right, #161105, #574727, #140E03);
  transform: translateY(-5px);
}

/* ===============================
   RIGHT IMAGE
================================= */

.story-image {
  flex: 1;
}

.story-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 100% 0% 100% 0% / 4% 94% 6% 96%;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 1024px) {
  .story-container {
    gap: 50px;
  }
}

@media (max-width: 768px) {

  .story-container {
    flex-direction: column;
  }

  .story-title {
    font-size: 32px;
  }

  .story-image img {
    height: 350px;
  }

  .story-text {
    max-width: 100%;
  }

}

/* ===============================
   HERITAGE LOCATION SECTION
================================= */

.heritage-location {
  background: #fffdfb;
  /* warm ivory */
  padding: 120px 8%;
  font-family: "Georgia", serif;
  color: #2a2a2a;
}

.heritage-header {
  text-align: center;
  margin-bottom: 80px;
}

.heritage-header span {
  font-size: 13px;
  letter-spacing: 4px;
  color: #a67c3b;
}

.heritage-header h2 {
  font-size: 42px;
  font-weight: 500;
  margin: 20px 0;
}

.heritage-line {
  width: 80px;
  height: 1px;
  background: #a67c3b;
  margin: auto;
}

/* ===============================
   LAYOUT
================================= */

.heritage-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  gap: 100px;
  align-items: center;
}

/* ===============================
   IMAGE FRAME
================================= */

.heritage-image {
  flex: 1;
}

.image-frame {
  padding: 20px;
  width: 100%;
  border: 1px solid #a67c3b;
}

.image-frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* ===============================
   DETAILS
================================= */

.heritage-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.heritage-card {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(166, 124, 59, 0.3);
}

.heritage-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: 500;
}

.heritage-card p {
  font-size: 15px;
  margin-bottom: 6px;
  color: #555;
}

.heritage-card span {
  font-size: 14px;
  color: #a67c3b;
  letter-spacing: 1px;
}

/* Subtle hover */
.heritage-card:hover h3 {
  color: #a67c3b;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 1024px) {
  .heritage-container {
    gap: 60px;
  }
}

@media (max-width: 768px) {

  .heritage-container {
    flex-direction: column;
  }


  .heritage-header h2 {
    font-size: 30px;
  }

}


/* ===============================
   TEAM SECTION
================================= */

.team-section {
  background: #121212;
  padding: 120px 8%;
  color: #f5f5f5;
  font-family: "Georgia", serif;
}

.team-header {
  text-align: center;
  margin-bottom: 80px;
}

.team-header span {
  font-size: 13px;
  letter-spacing: 4px;
  color: #caa45f;
}

.team-header h2 {
  font-size: 46px;
  font-weight: 500;
  margin: 20px 0;
}

.team-divider {
  width: 80px;
  height: 1px;
  background: #caa45f;
  margin: auto;
}

/* ===============================
   TEAM GRID
================================= */

.team-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  max-width: 1300px;
  margin: auto;
}

/* ===============================
   TEAM CARD
================================= */

.team-card {
  text-align: center;
  transition: 0.4s ease;
}

.team-image {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(202, 164, 95, 0.4);
  margin-bottom: 25px;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: 0.6s ease;
}

/* Subtle overlay */
.team-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  opacity: 0;
  transition: 0.4s ease;
}

.team-card:hover img {
  transform: scale(1.08);
}

.team-card:hover .team-image::after {
  opacity: 1;
}

/* ===============================
   TEAM INFO
================================= */

.team-info h3 {
  font-size: 24px;
  margin-bottom: 8px;
  position: relative;
  display: inline-block;
}

.team-info h3::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #caa45f;
  margin: 8px auto 0;
  transition: 0.4s ease;
}

.team-card:hover .team-info h3::after {
  width: 60%;
}

.team-info p {
  font-size: 13px;
  letter-spacing: 3px;
  color: #caa45f;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 1024px) {
  .team-container {
    gap: 40px;
  }
}

@media (max-width: 768px) {

  .team-container {
    grid-template-columns: 1fr;
  }



  .team-header h2 {
    font-size: 32px;
  }

}


/* ===============================
   PREMIUM FOOTER
================================= */

.premium-footer {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.9)),
    url('https://images.unsplash.com/photo-1509042239860-f550ce710b93');
  background-size: cover;
  background-position: center;
  color: #f5f5f5;
  padding: 120px 8% 40px;
  font-family: "Georgia", serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  max-width: 1400px;
  margin: auto;
  align-items: center;
}

/* ===============================
   LEFT + RIGHT COLUMNS
================================= */

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 14px;
}

.footer-col a {
  text-decoration: none;
  color: #ccc;
  font-size: 14px;
  letter-spacing: 2px;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #caa45f;
}

/* ===============================
   CENTER BRAND BOX
================================= */

.footer-center {
  flex: 1;
  display: flex;
  justify-content: center;
}

.brand-box {
  padding: 60px 80px;
  border-left: 1px solid rgba(202, 164, 95, 0.6);
  border-right: 1px solid rgba(202, 164, 95, 0.6);
  text-align: center;
}

.brand-box h3 {
  font-size: 22px;
  letter-spacing: 3px;
}

.gold-divider {
  width: 60px;
  height: 1px;
  background: #caa45f;
  margin: 20px auto;
}

.brand-box p {
  font-size: 18px;
  color: #e8d9c3;
}

/* ===============================
   RIGHT SIDE
================================= */

.insta p {
  font-size: 15px;
  margin-bottom: 6px;
}

.insta a {
  color: #caa45f;
  font-size: 14px;
  text-decoration: none;
}

.policy-links {
  margin-top: 30px;
}

/* ===============================
   BOTTOM BAR
================================= */

.footer-bottom {
  text-align: center;
  margin-top: 80px;
  font-size: 13px;
  color: #aaa;
}

.footer-bottom span {
  color: #caa45f;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 1024px) {
  .footer-container {
    gap: 40px;
  }

  .brand-box {
    padding: 40px;
  }
}

@media (max-width: 768px) {

  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-col {
    margin-bottom: 40px;
  }

  .brand-box {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(202, 164, 95, 0.6);
    border-bottom: 1px solid rgba(202, 164, 95, 0.6);
    padding: 40px 20px;
  }

  .footer-bottom {
    margin-top: 50px;
  }
}

a {
  color: #fff;
  text-decoration: none;
}


/* ===============================
   PREMIUM GALLERY
================================= */

.premium-gallery {
  background: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiMePWf4z1I2lrC2BaUNSYwky5OkpyU_7bHKdz-3sWA6I3yj-cINwjMkSMqEZeBS5DFPkRs3xgO86n7wReVGRMGoMWTzAsj3Y_b5kLKKGLhD2m-ccJc9Hkx9yhRDv4HHuJVBta3DjmgHKxL2EPVxBO7e-oAJqrfnPjUPZ3mvJTb1KehEeJKyUImHh2MSIA/s16000/bg4.png');
  background-size: contain;
  padding: 120px 8%;
  font-family: "Georgia", serif;
  color: #1a1a1a;
}

/* Header */

.gallery-header {
  text-align: center;
  margin-bottom: 80px;
}

.gallery-header span {
  font-size: 13px;
  letter-spacing: 4px;
  color: #a67c3b;
}

.gallery-header h2 {
  font-size: 42px;
  font-weight: 500;
  margin: 20px 0;
}

.gallery-line {
  width: 80px;
  height: 1px;
  background: #a67c3b;
  margin: auto;
}

/* Grid Layout */

.gallery-grid {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 30px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item.large {
  grid-row: span 2;
}

/* Images */

.gallery-item img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  transition: 0.6s ease;
}

/* Hover Effect */

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:hover::after {
  opacity: 1;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .gallery-item.large {
    grid-row: span 1;
  }

  .gallery-header h2 {
    font-size: 30px;
  }

}

#order-now{
  background: linear-gradient(to left,#caa45f, #5b4724);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}