* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  color: #000000;
  background-color: #FBF6F2;
}

h1 {
  font-family: 'Cinzel', serif;
}

.wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 40px;
}


.hero p {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.reserve_child_right video {
  width: 100%;
  max-width: 500px;
  max-height: 400px;
}

.reserve_child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 18px 30px;
  font-size: 24px;
  letter-spacing: 1.4px;
  text-decoration: none;
  font-weight: normal;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-red {
  background: #E01311;
  color: #fff;
}

.btn-red.dull {
  background: #BC1823;
  color: #EFEFEF;
  border-radius: 35px;
  line-height: 1.4;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 50px;
}

.btn-outline {
  border: 1px solid #ffffff;
  color: #fff;
}

/* HERO */
.hero {
  background: #525252;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("images/heroimage.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-inner {
  max-width: 100%;
}

.hero h1 {
  color: #fff;
  font-size: 48px;
  margin: 40px 0 30px;
  font-weight: 500;
  line-height: 1.4;
}

.hero p {
  color: #ffffff;
  line-height: 1.3;
  font-size: 21px;
  font-weight: normal;
  width: 700px;
}

.hero-buttons {
  margin-top: 50px;
  display: flex;
  gap: 30px;
  justify-content: center;
}

/* .logo {
  border: 2px solid #E01311;
  display: inline-block;
  padding: 20px;
  color: #E01311;
  letter-spacing: 2px;
}*/

.logo img {
  width: 200px;
  height: 200px;
}

/* TRADITION */
.tradition {
  background: #FBF6F2;
  padding: 120px 0;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.tradition h2 {
  color: #E01311;
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.tradition p {
  line-height: 1.4;
  color: #000000;
  margin-bottom: 20px;
}

.image-stack img {
  width: 44%;
  display: block;
  transition: transform 0.6s ease;
}

.image-stack img:hover {
  transform: scale(1.03);
}

.image-stack img:last-child {
  margin-left: 60px;
  transform: translateY(80px);
  margin-bottom: 80px;
}

.image-stack {
  display: flex;
  align-items: flex-start;
}

/* HIGHLIGHTS */
.highlights {
  padding: 120px 0;
  background-color: #FBF6F2;
}

.highlights h2 {
  color: #E01311;
  text-align: left;
  font-size: 36px;
  margin-bottom: 60px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.card {
  background: #fff;
  padding: 40px 30px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.tip {
  display: flex;
  align-items: center;
  margin: 40px auto 0;
  gap: 20px;
  background-color: #ffffff;
}

.tip p {
  font-size: 15px;
  font-weight: bold;
}

.tip span {
  width: 24px;
  height: 80px;
  background: #E01311;
}

/* RESERVE */
.reserve_child {
  background-color: #011E31;
  max-width: 1200px;
  margin: auto;
  padding: 120px 60px 100px 60px;
}

.reserve_child .btn {
  margin-top: 40px;
  margin-bottom: 50px;
}

.reserve {
  background: #FBF6F2;
  padding: 120px 20px 0px 20px;
  text-align: center;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.reserve h2 {
  font-size: 24px;
  color: #BC9C22;
  margin-bottom: 60px;
}

.reserve p {
  margin-bottom: 35px;
  font-size: 18px;
}

.reserve small {
  display: block;
  margin-top: 30px;
  font-size: 16px;
}

/* MENU */
.menu {
  background: #f6f1e7;
  padding: 120px 0;
  text-align: center;
}

.menu h2 {
  font-size: 44px;
  margin-bottom: 60px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.gallery img {
  width: 100%;
  height: 375px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery img:hover {
  transform: scale(1.03);
}

.highlights {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.highlights h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
}

.highlights p {
  font-size: 16px;
  line-height: 1.4;
}

.address_frame {
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding: 30px;
  font-size: 12px;
  line-height: 1.4;
}

/* FOOTER */
footer {
  background: #000;
  color: #fff;
}

.footer-wrap {
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;
}

.footer-wrap img {
  width: 100%;
  height: 100%;
}

.footer-right {
  padding: 50px 90px 50px 30px;
  text-align: center;
}

.footer-right h3 {
  font-size: 16px;
  color: #EFEFEF;
  margin-bottom: 8px;
  line-height: 1.4;
  text-transform: uppercase;
}

.footer-contact {
  margin-top: 40px;
}

.footer-contact p {
  font-size: 14px;
  color: #EFEFEF;
}

.footer-buttons {
  display: flex;
  gap: 40px;
  margin: 30px 0;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-buttons a {
  width: 100%;
}

.copyright {
  background: #BC1823;
  text-align: center;
  padding: 20px;
  font-size: 12px;
  color: #EFEFEF;
}

/* REVEAL ANIMATION */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger>* {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.reveal-stagger.active>* {
  opacity: 1;
  transform: translateY(0);
}

.reveal-stagger.active>*:nth-child(1) {
  transition-delay: 0.1s;
}

.reveal-stagger.active>*:nth-child(2) {
  transition-delay: 0.2s;
}

.reveal-stagger.active>*:nth-child(3) {
  transition-delay: 0.3s;
}

.reveal-stagger.active>*:nth-child(4) {
  transition-delay: 0.4s;
}

/* RESPONSIVE */
@media(max-width:900px) {

  .grid,
  .cards,
  .gallery,
  .footer-wrap,
  .reserve_child {
    grid-template-columns: 1fr;
  }

  .hero-buttons {
    flex-direction: column;
  }
}



/* BETTER RESPONSIVE FIXES */

/* Large tablets */
@media (max-width: 1024px) {
  .wrap {
    padding: 0 20px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    width: 100%;
    font-size: 18px;
  }

  .cards, .reserve_child {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Phones */
@media (max-width: 600px) {
  section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .hero {
    padding: 40px 20px;
  }

  .hero h1 {
    font-size: 28px;
  }

  .hero p {
    font-size: 16px;
  }

  .btn {
    width: 100%;
    font-size: 18px;
    padding: 14px 20px;
  }

  .hero-buttons {
    gap: 15px;
  }

  .grid {
    gap: 40px;
  }

  .image-stack {
    flex-direction: column;
  }

  .image-stack img {
    width: 100%;
  }

  .image-stack img:last-child {
    margin-left: 0;
    margin-top: -40px;
  }

  .cards, .reserve_child {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery img {
    height: 260px;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-right {
    padding: 30px 20px;
  }

  .reserve .btn {
    width: 80%;
  }

  .reserve_child {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media only screen and (min-width: 901px) {
  .reserve_child_left {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .reserve_child_right video {
    margin-top: 60px;
  }
}