/* Fonts 
- Fairplay Display (Main Font)
- Poppins / Lato (Secondary Font used for small text)

 Font-Size: 
 Main Headlights / Titles
 2rem, 2.6rem 3.4rem 4.4rem 5.2rem 6.4rem 7.2rem 
 
 Body text 
 1.6rem - 1.8rem 

 Buttons / CTA 
 1.8rem - 2rem 



/* Colors 
   #382618 (Main-Color)
   #f4c87a (Secondary Color)
   #ffffff (Secondary Color)
*/

body {
  margin: 0;
  padding: 0;
  font-family: "Anton", Inter;
}

html {
  scroll-behavior: smooth;
}

/*********************
  Testimonial Section
**********************/
.testimonial-section {
  background-color: #382618;
  padding-bottom: 18rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  z-index: 0;
}
.testimonial-story-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* adjust darkness */
  z-index: 2;
}

/* Testimonial sign */
.sign-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5rem;
  height: 300px;
  z-index: 950;
}

.nail {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background-color: #333;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #222, inset 0 1px 3px rgba(255, 255, 255, 0.3);
  z-index: 10;
}

.rope {
  position: absolute;
  top: 5px;
  width: 4px;
  height: 150px;
  background-color: #e0c9a6;
  z-index: 5;
  transform-origin: top;
}

.rope-left {
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}

.rope-right {
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}

.hanging-sign {
  position: absolute;
  top: 130px;
  background: #e0c9a6;
  color: #382618;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Georgia", serif;
  padding: 1.2rem 3rem;
  border: 4px solid #382618;
  border-radius: 8px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
  animation: swing 3s ease-in-out infinite alternate;
  left: 50%;
  transform: translateX(-50%);
  z-index: 985;
}

/* Swing animation */
@keyframes swing {
  0% {
    transform: translateX(-50%) rotate(-2deg);
  }
  100% {
    transform: translateX(-50%) rotate(2deg);
  }
}

.testimonial-card-1 {
  background: url(Testimonial-Clients/Texas-Client-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 70%;
  border-radius: 12px;
  width: 100%;
  color: #fff;
  font-family: "Georgia", serif;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  margin: 0rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: end;
  grid-column: span 2;
  border: 3px solid #6b4c2a;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.testimonial-card-2 {
  background: url(Testimonial-Clients/Grandpa-Cowboy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #6b4c2a;
  border-radius: 12px;
  width: 100%;
  color: #fff;
  font-family: "Georgia", serif;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  margin: 0rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: end;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.testimonial-card-3 {
  background: url(Testimonial-Clients/Woman-Cowboy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #6b4c2a;
  border-radius: 12px;
  width: 100%;
  color: #fff;
  font-family: "Georgia", serif;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  margin: 0rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: end;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.testimonial-card-4 {
  background: url(Testimonial-Clients/Couple-Cowboys.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #6b4c2a;
  border-radius: 12px;
  width: 100%;
  color: #fff;
  font-family: "Georgia", serif;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  margin: 0rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: end;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.testimonial-card-5 {
  background: url(Testimonial-Clients/Grillmaster-Cowboy.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #6b4c2a;
  border-radius: 12px;
  width: 100%;
  color: #fff;
  font-family: "Georgia", serif;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  margin: 0rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: end;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.testimonial-card-6 {
  background: url(Testimonial-Clients/Texas-Client-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid #6b4c2a;
  border-radius: 12px;
  width: 100%;
  color: #fff;
  font-family: "Georgia", serif;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
  margin: 0rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  justify-content: end;
  grid-column: span 2;
  grid-column: 2 / 4;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* adjust darkness */
  z-index: 2;
}

.star-rating-top {
  display: flex;
  gap: 0.25rem;
  padding-left: 2rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: 0 auto;
  column-gap: 3rem;
  row-gap: 3rem;
  justify-items: center;
  grid-auto-rows: 600px;
  margin-top: 13rem;
  position: relative;
  z-index: 2;
}

.photo-wrapper {
  position: relative;
  width: 18px;
  height: 18px;
  margin-bottom: 1rem;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  overflow: hidden;
  border: 3px solid #d4af37;
  box-shadow: 0 0 6px #d4af37, 1px 1px 3px rgba(0, 0, 0, 0.6);
  display: block;
  background-color: #e0c9a6;
  flex-shrink: 0;
}

.testimonial-content .quote {
  font-family: "Libre Franklin";
  font-size: 0.8rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.client-info {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  margin-top: 3rem;
  font-weight: bold;
}

.client-info .name {
  font-size: 1.2rem;
  font-family: "Cinzel", cursive;
  color: #ffffff;
  letter-spacing: 1.2px;
  text-shadow: 0 0 2px #d4af37, 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.client-info .role {
  font-size: 0.8rem;
  color: #c9b89b;
  font-family: "Libre Franklin";
  letter-spacing: 1px;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
}

.rating {
  font-size: 1.3rem;
  margin-top: 0.5rem;
}

.testimonial-content {
  padding-left: 2rem;
  padding-bottom: 2rem;
}

/*********************
  Testimonial Section End
**********************/

/************************
    Booking Section 
*************************/
.booking-section {
  position: relative;
  background-image: url(Testimonial-Clients/StockCake-Sunset\ Cowboy\ Silhouette_1752931736.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem 3rem;
}

.container {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-self: flex-end;
}

.booking-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.85) 20%,
    rgba(0, 0, 0, 0.65) 35%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0.05) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.booking-section > * {
  position: relative;
  z-index: 1;
}

.booking-title {
  width: 100%;
}

.reservation-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.notepad {
  background: #fdf3e7;
  border: 2px solid #aa7b4e;
  padding: 2rem;
  max-width: 300px;
  width: 100%;
  box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.5);
  font-family: "Courier New", Courier, monospace;
  border-radius: 8px;
  position: relative;
}

.notepad::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 20px;
  width: 60px;
  height: 20px;
  background: #c19a6b;
  border-radius: 10px;
  transform: rotate(-6deg);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.notepad h2 {
  font-size: 1.5rem;
  color: #4a2d1a;
  margin-bottom: 1rem;
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  font-weight: bold;
  margin-top: 0.75rem;
  color: #4a2d1a;
}

input {
  padding: 0.5rem;
  margin-top: 0.25rem;
  border: 1px solid #aa7b4e;
  background: #fff9f3;
  border-radius: 4px;
  font-family: inherit;
}

button {
  margin-top: 1.5rem;
  padding: 0.75rem;
  background: #8b5e3c;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s ease;
}

button:hover {
  background: #800020;
}
/************************
    Booking Section End
*************************/

/************************
    Gallery Section
*************************/
.gallery {
  background-color: #382618;
  padding: 18rem 1rem 18rem 1rem;
  position: relative;
}

.gallery-item {
  padding: 7px;
  box-sizing: border-box;
  border-radius: 0.5rem;
  overflow: hidden;
  grid-row-end: span var(--row-span);
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.gallery-overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  pointer-events: none;
}

.container-gallery {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin: 0 auto;
  column-gap: 0.5rem;
}

.gallery-image {
  width: 100%;
  min-height: 500px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.gallery-card-span {
  margin-bottom: 7rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
}

.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 38, 24, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.gallery-item .overlay img {
  width: 40px;
  height: 40px;
}

.gallery-title {
  color: #e0c9a6;
  width: 100%;
  z-index: 1090;
}

/* Hover effect */
.gallery-item:hover .overlay {
  opacity: 1;
}

/************************
    Footer Section 
*************************/
.footer {
  background-color: #e0c9a6;
  padding: 10rem 3rem 10rem 3rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 100%;
  grid-auto-rows: 15rem;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 0rem;
  column-gap: 2rem;
}

.footer-logo {
  object-fit: cover;
  width: 185px;
  height: 81px;
  border-radius: 1rem;
}

.footer-column-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.icons-holder {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.social-icon {
  width: 2.5rem;
  height: 1.7rem;
  fill: #382618;
}

.social-1 {
  width: 2.5rem;
  height: 2.2rem;
}

.footer-title {
  color: #382618;
  font-family: "Cinzel";
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: bolder;
  letter-spacing: 0.8px;
}

.footer-column-2,
.footer-column-3,
.footer-column-4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  color: #382618;
  font-family: "Libre Franklin";
  letter-spacing: 0.8px;
  font-size: 0.9rem;
  text-transform: capitalize;
}

.footer-link:active,
.footer-link:hover {
  color: #800020;
}

/************************
    Footer Section End
*************************/
