.cover {
  width: 100%;
  height: 592px;
  position: relative;
  padding-bottom: 5px;
  overflow: hidden;
}
.cover .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 41% center;
     object-position: 41% center;
  transform: scale(1.9);
}
.cover .content {
  padding-inline: 20px;
  padding-top: 110px;
  padding-bottom: 40px;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  max-width: 100%;
  margin-inline: auto;
}
.cover .content .text {
  text-align: center;
  max-width: unset;
  position: relative;
  z-index: 100;
  transition: 0.8s;
  margin-bottom: 50px;
}
.cover .content .text .cover-h1 {
  color: #1F1F1F;
  font-family: "Playfair", serif;
  font-size: 53px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
.cover .content .text p {
  color: #1F1F1F;
  font-size: 20px;
  margin-top: 15px;
  padding-inline: 25px;
}
.cover .content .cover-actions {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 100;
  transition: 0.8s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
.cover .content .cover-actions button {
  border-radius: 25px;
  outline: none;
  background: #b3181a;
  color: white;
  font-weight: 400;
  font-size: 16px;
  width: 50%;
  height: 52px;
  border: none;
  transition: 0.8s !important;
}
.cover .content .cover-actions button:hover {
  background: #9b181a;
}
.cover .content .cover-actions button.secondary {
  background: transparent;
  border: 2px solid #b3181a;
  color: #1F1F1F;
}
.cover .content .cover-actions button.secondary:hover {
  background: #b3181a;
  color: white;
}

.booking {
  padding-block: 75px;
  padding-inline: 20px;
  position: relative;
  width: 100%;
  height: auto;
}
.booking .content {
  position: relative;
}
.booking .content .text {
  text-align: center;
}
.booking .content .text h2 {
  color: #1F1F1F;
  font-size: 40px;
  font-family: "Playfair", serif;
  font-weight: 500;
}
.booking .content .cards {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.booking .content .cards .card {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(83, 177, 83, 0.2);
}
.booking .content .cards .card .top {
  border-radius: 50px;
  padding: 20px;
  background: rgb(231, 231, 231);
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-bottom: 40px;
}
.booking .content .cards .card .top i {
  color: rgb(0, 128, 0);
  font-size: 33px;
}
.booking .content .cards .card .bottom {
  position: relative;
  width: 100%;
  height: 100%;
}
.booking .content .cards .card .bottom h2 {
  font-size: 26px;
  color: #1F1F1F;
}
.booking .content .cards .card .bottom p {
  padding-inline: 20px;
  color: #1F1F1F;
  margin-bottom: 30px;
}
.booking .content .cards .card .bottom a {
  color: #b3181a;
  text-decoration: none;
  font-weight: 500;
}

.about {
  width: 100%;
  height: auto;
  position: relative;
  padding-block: 75px;
  background: rgb(255, 255, 243);
}
.about .content {
  padding-inline: 20px;
  position: relative;
  width: 100%;
  height: 100%;
}
.about .content .image {
  position: relative;
  margin-bottom: 165px;
}
.about .content .image img {
  width: 90%;
  height: auto;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(97%);
}
.about .content .image .card {
  width: 80%;
  height: -moz-max-content;
  height: max-content;
  background: rgb(7, 138, 7);
  border-radius: 14px;
  border: none;
  position: absolute;
  bottom: -125px;
  right: 0;
  padding: 30px;
}
.about .content .image .card h2 {
  color: white;
  font-size: 16px;
  margin-bottom: 12px;
}
.about .content .image .card a {
  color: white;
  font-size: 12px;
  margin-block: 8px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.about .content .image .card a i {
  color: white;
  font-size: 13px;
  padding-right: 7px;
}
.about .content .text {
  text-align: center;
}
.about .content .text h2 {
  color: #1F1F1F;
  font-size: 40px;
  font-family: "Playfair", serif;
  font-weight: 500;
}
.about .content .text p {
  color: #1F1F1F;
  font-size: 18px;
}
.about .content .text button {
  border-radius: 25px;
  outline: none;
  background: #b3181a;
  color: white;
  font-weight: 400;
  font-size: 16px;
  width: 75%;
  height: 52px;
  border: none;
  transition: 0.8s !important;
  margin-top: 26px;
}
.about .content .text button:hover {
  background: #9b181a;
}
.about .content .text button.secondary {
  background: transparent;
  border: 2px solid #b3181a;
  color: #1F1F1F;
}
.about .content .text button.secondary:hover {
  background: #b3181a;
  color: white;
}

.services {
  padding-block: 75px;
  padding-inline: 20px;
  position: relative;
  width: 100%;
  height: auto;
}
.services .content {
  position: relative;
}
.services .content .text {
  text-align: center;
}
.services .content .text h2 {
  color: #1F1F1F;
  font-size: 40px;
  font-family: "Playfair", serif;
  font-weight: 500;
}
.services .content .cards {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
.services .content .cards .card {
  border-radius: 12px;
  text-align: left;
  border: none;
  background: none;
  padding-inline: 9px;
}
.services .content .cards .card img, .services .content .cards .card video {
  border-radius: 16px;
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(97%);
}
.services .content .cards .card h2 {
  color: #1F1F1F;
  font-size: 24px;
  margin-top: 15px;
  transform: translateX(5px);
}
.services .content .cards .card p {
  transform: translateX(5px);
  color: #1F1F1F;
  font-size: 16px;
}

.takeaway {
  width: 100%;
  height: auto;
  position: relative;
  padding-block: 75px;
  background: rgb(255, 255, 243);
}
.takeaway .content {
  padding-inline: 20px;
  position: relative;
  width: 100%;
  height: 100%;
}
.takeaway .content .image {
  position: relative;
  margin-bottom: 65px;
  display: flex;
  gap: 13px;
}
.takeaway .content .image img {
  width: 50%;
  height: 269px;
  border-radius: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(97%);
}
.takeaway .content .image .two {
  width: 50%;
  height: auto;
  transform: translateY(25px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 13px;
}
.takeaway .content .image .two img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 150px;
}
.takeaway .content .text {
  text-align: center;
}
.takeaway .content .text h2 {
  color: #1F1F1F;
  font-size: 40px;
  font-family: "Playfair", serif;
  font-weight: 500;
}
.takeaway .content .text p {
  color: #1F1F1F;
  font-size: 18px;
}
.takeaway .content .text button {
  border-radius: 25px;
  outline: none;
  background: #b3181a;
  color: white;
  font-weight: 400;
  font-size: 16px;
  width: 75%;
  height: 52px;
  border: none;
  transition: 0.8s !important;
  margin-top: 26px;
}
.takeaway .content .text button:hover {
  background: #9b181a;
}
.takeaway .content .text button.secondary {
  background: transparent;
  border: 2px solid #b3181a;
  color: #1F1F1F;
}
.takeaway .content .text button.secondary:hover {
  background: #b3181a;
  color: white;
}

.reviews {
  width: 100%;
  height: auto;
  position: relative;
  padding-block: 75px;
}
.reviews .content {
  padding-inline: 20px;
  position: relative;
  width: 100%;
  height: 100%;
}
.reviews .content .text {
  text-align: center;
}
.reviews .content .text h2 {
  color: #1F1F1F;
  font-size: 40px;
  font-family: "Playfair", serif;
  font-weight: 500;
}
.reviews .content .text p {
  color: #1F1F1F;
  font-size: 18px;
}
.reviews .content .cards {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.reviews .content .cards .card {
  background: rgb(238, 238, 238);
  width: 100%;
  height: auto;
  padding: 28px;
  border-radius: 7px;
  border: none;
}
.reviews .content .cards .card .top {
  border-bottom: 1px solid lightgray;
  padding-bottom: 15px;
}
.reviews .content .cards .card .top h2 {
  color: #b3181a;
  font-size: 21px;
}
.reviews .content .cards .card .top p {
  margin-top: 15px;
  color: #1F1F1F;
  font-size: 18px;
  padding-top: 15px;
}
.reviews .content .cards .card .bottom {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
.reviews .content .cards .card .bottom .image {
  width: 25%;
}
.reviews .content .cards .card .bottom .image img {
  width: 60px;
  height: auto;
  border-radius: 100%;
}
.reviews .content .cards .card .bottom .name {
  width: 75%;
}
.reviews .content .cards .card .bottom .name h2 {
  font-size: 18px;
  color: #1F1F1F;
}
.reviews .content .cards .card .bottom .name p {
  color: #1F1F1F;
  font-size: 16px;
}

@media only screen and (min-device-width: 1140px) {
  .only-mob {
    display: none;
  }
  .cover {
    width: 100%;
    height: 100vh;
    position: relative;
    padding-bottom: 5px;
    overflow: hidden;
  }
  .cover .cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: unset;
       object-position: unset;
    transform: scale(1.85);
  }
  .cover .content {
    padding-inline: 50px;
    padding-top: 170px;
    padding-bottom: 40px;
    height: -moz-max-content;
    height: max-content;
    position: relative;
    max-width: 1400px;
    margin-inline: auto;
  }
  .cover .content .overlay {
    width: 90%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.36);
    z-index: 1;
    border-radius: 50px; /* Softens corners */
    box-shadow: 0 0 100px 510px rgba(255, 255, 255, 0.36); /* Spread effect */
  }
  .cover .content .text {
    text-align: center;
    max-width: unset;
    position: relative;
    z-index: 100;
    transition: 0.8s;
    margin-bottom: 50px;
    z-index: 11;
  }
  .cover .content .text .cover-h1 {
    color: #1F1F1F;
    font-family: "Playfair", serif;
    font-size: 90px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 900px;
    margin-inline: auto;
  }
  .cover .content .text p {
    color: #1F1F1F;
    font-size: 24px;
    margin-top: 15px;
    padding-inline: 25px;
    max-width: 800px;
    margin-inline: auto;
  }
  .cover .content .cover-actions {
    margin-top: 15px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 100;
    transition: 0.8s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    max-width: 500px;
    margin-inline: auto;
  }
  .cover .content .cover-actions button {
    border-radius: 25px;
    outline: none;
    background: #b3181a;
    color: white;
    font-weight: 400;
    font-size: 16px;
    width: 50%;
    height: 52px;
    border: none;
    transition: 0.8s !important;
  }
  .cover .content .cover-actions button:hover {
    background: rgb(188, 140, 73);
  }
  .cover .content .cover-actions button.secondary {
    background: transparent;
    border: 2px solid #b3181a;
    color: #1F1F1F;
  }
  .cover .content .cover-actions button.secondary:hover {
    background: transparent;
  }
  .booking {
    padding-block: 115px;
    padding-inline: 50px;
    position: relative;
    width: 100%;
    height: auto;
  }
  .booking .content {
    position: relative;
    max-width: 1400px;
    margin-inline: auto;
  }
  .booking .content .text {
    text-align: center;
  }
  .booking .content .text h2 {
    color: #1F1F1F;
    font-size: 60px;
    font-family: "Playfair", serif;
    font-weight: 500;
  }
  .booking .content .cards {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 37px;
  }
  .booking .content .cards .card {
    padding: 40px;
    border-radius: 12px;
    width: 33%;
    border: 1px solid rgba(83, 177, 83, 0.2);
  }
  .booking .content .cards .card .top {
    border-radius: 50px;
    padding: 20px;
    background: rgb(231, 231, 231);
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .booking .content .cards .card .top i {
    color: rgb(0, 128, 0);
    font-size: 33px;
  }
  .booking .content .cards .card .bottom {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .booking .content .cards .card .bottom h2 {
    font-size: 26px;
    color: #1F1F1F;
  }
  .booking .content .cards .card .bottom p {
    padding-inline: 0px;
    color: #1F1F1F;
    margin-bottom: 30px;
  }
  .booking .content .cards .card .bottom a {
    color: #b3181a;
    text-decoration: none;
    font-weight: 500;
  }
  .about {
    width: 100%;
    height: auto;
    position: relative;
    padding-block: 115px;
    background: rgb(255, 255, 243);
  }
  .about .content {
    padding-inline: 50px;
    position: relative;
    max-width: 1400px;
    margin-inline: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
  }
  .about .content .image {
    position: relative;
    margin-bottom: 165px;
  }
  .about .content .image img {
    width: 82%;
    height: auto;
    border-radius: 14px;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(97%);
  }
  .about .content .image .card {
    width: 59%;
    height: -moz-max-content;
    height: max-content;
    background: rgb(7, 138, 7);
    border-radius: 14px;
    border: none;
    position: absolute;
    bottom: -65px;
    right: 90px;
    padding: 40px;
  }
  .about .content .image .card h2 {
    color: white;
    font-size: 20px;
    margin-bottom: 12px;
  }
  .about .content .image .card a {
    color: white;
    font-size: 16px;
    margin-block: 8px;
    display: flex;
    align-items: center;
    padding-right: 10px;
  }
  .about .content .image .card a i {
    color: white;
    font-size: 17px;
    padding-right: 7px;
  }
  .about .content .text {
    text-align: left;
  }
  .about .content .text h2 {
    color: #1F1F1F;
    font-size: 60px;
    font-family: "Playfair", serif;
    font-weight: 500;
  }
  .about .content .text p {
    color: #1F1F1F;
    font-size: 19px;
  }
  .about .content .text button {
    border-radius: 25px;
    outline: none;
    background: #b3181a;
    color: white;
    font-weight: 400;
    font-size: 16px;
    width: 75%;
    max-width: 290px;
    height: 55px;
    border: none;
    transition: 0.8s !important;
    margin-top: 26px;
  }
  .services {
    padding-block: 115px;
    padding-inline: 20px;
    position: relative;
    width: 100%;
    height: auto;
  }
  .services .content {
    position: relative;
    max-width: 1400px;
    margin-inline: auto;
  }
  .services .content .text {
    text-align: left;
  }
  .services .content .text h2 {
    color: #1F1F1F;
    font-size: 60px;
    font-family: "Playfair", serif;
    font-weight: 500;
    max-width: 800px;
  }
  .services .content .cards {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 38px;
  }
  .services .content .cards .card {
    border-radius: 12px;
    text-align: left;
    border: none;
    background: none;
    padding-inline: 9px;
    width: 33%;
  }
  .services .content .cards .card img, .services .content .cards .card video {
    border-radius: 16px;
    height: 280px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(97%);
  }
  .services .content .cards .card h2 {
    color: #1F1F1F;
    font-size: 26px;
    margin-top: 15px;
    transform: translateX(5px);
  }
  .services .content .cards .card p {
    transform: translateX(5px);
    color: #1F1F1F;
    font-size: 18px;
  }
  .takeaway {
    width: 100%;
    height: auto;
    position: relative;
    padding-block: 115px;
    background: rgb(255, 255, 243);
  }
  .takeaway .content {
    padding-inline: 50px;
    position: relative;
    max-width: 1400px;
    margin-inline: auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .takeaway .content .image {
    width: 60%;
    position: relative;
    margin-bottom: 0;
    display: flex;
    gap: 13px;
  }
  .takeaway .content .image img {
    width: 45%;
    height: auto;
    border-radius: 14px;
    -o-object-fit: cover;
       object-fit: cover;
    filter: brightness(97%);
  }
  .takeaway .content .image .two {
    width: 42%;
    height: auto;
    transform: translateY(25px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 13px;
  }
  .takeaway .content .image .two img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 50%;
  }
  .takeaway .content .text {
    text-align: left;
    width: 40%;
  }
  .takeaway .content .text h2 {
    color: #1F1F1F;
    font-size: 60px;
    font-family: "Playfair", serif;
    font-weight: 500;
  }
  .takeaway .content .text p {
    color: #1F1F1F;
    font-size: 19px;
  }
  .takeaway .content .text button {
    border-radius: 25px;
    outline: none;
    background: #b3181a;
    color: white;
    font-weight: 400;
    font-size: 16px;
    width: 75%;
    max-width: 290px;
    height: 55px;
    border: none;
    transition: 0.8s !important;
    margin-top: 26px;
  }
  .reviews {
    padding-block: 115px;
    padding-inline: 50px;
    position: relative;
    width: 100%;
    height: auto;
  }
  .reviews .content {
    position: relative;
    max-width: 1400px;
    margin-inline: auto;
  }
  .reviews .content .text {
    text-align: center;
  }
  .reviews .content .text h2 {
    color: #1F1F1F;
    font-size: 60px;
    font-family: "Playfair", serif;
    font-weight: 500;
  }
  .reviews .content .cards {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 37px;
  }
  .reviews .content .cards .card {
    background: rgb(238, 238, 238);
    width: 100%;
    height: auto;
    padding: 28px;
    border-radius: 7px;
    border: none;
    text-align: left;
  }
  .reviews .content .cards .card .top {
    border-bottom: 1px solid lightgray;
    padding-bottom: 15px;
  }
  .reviews .content .cards .card .top h2 {
    color: #b3181a;
    font-size: 24px;
  }
  .reviews .content .cards .card .top p {
    margin-top: 15px;
    color: #1F1F1F;
    font-size: 19px;
    padding-top: 15px;
  }
  .reviews .content .cards .card .bottom {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .reviews .content .cards .card .bottom .image {
    width: 25%;
  }
  .reviews .content .cards .card .bottom .image img {
    width: 71px;
    height: auto;
    border-radius: 100%;
  }
  .reviews .content .cards .card .bottom .name {
    width: 75%;
  }
  .reviews .content .cards .card .bottom .name h2 {
    font-size: 19px;
    color: #1F1F1F;
  }
  .reviews .content .cards .card .bottom .name p {
    color: #1F1F1F;
    font-size: 17px;
  }
}/*# sourceMappingURL=base.css.map */