@import url("https://fonts.googleapis.com/css2?family=Libertinus+Serif:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Roboto", sans-serif;
}

.navbar-main {
  padding: 30px 0;
  background: #1c7c54;
}

.navbar-main .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.navbar-main .logo img {
  max-width: 200px;
}

.navbar-main .nav-main-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-main .nav-main-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px;
}

.navbar-main .nav-main-links ul li {
  list-style: none;
}

.navbar-main .nav-main-links ul li a {
  text-decoration: none;
  color: #fff;
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.2s;
}

.navbar-main .nav-main-links ul li a:hover {
  color: #e3c479;
}

.hero-main {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px 0;
}

.hero-main h2 {
  font-family: "Libertinus Serif", serif;
  color: #fff;
  font-size: 55px;
}

.hero-main h2 strong {
  font-family: "Libertinus Serif", serif;
  color: #e3c479;
}

.hero-main p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.more-section {
  background: #0c674186;
  padding: 50px 0;
}

.more-section img {
  height: 250px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 10px;
}

.more-section h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Libertinus Serif", serif;
}

.more-section p {
  color: #fff;
  margin-bottom: 10px;
}

.more-section a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.2s;
}

.more-section a:hover {
  background: #1c7c54;
  border: 1px solid #1c7c54;
}

.about {
  padding: 50px 0;
}

.about img {
  width: 300px;
}

.about h2 {
  font-weight: 300;
  font-size: 40px;
  font-family: "Libertinus Serif", serif;
}

.about p strong {
  color: #1c7c54;
}

.about p b {
  color: #1c7c54;
}

.about-more {
  padding: 50px 0;
}

.about-more-item {
  padding: 0 20px;
}

.about-more a {
  font-size: 30px;
  display: inline-block;
  text-decoration: none;
  color: #c59d1f;
  transition: 0.3s;
  margin-bottom: 10px;
  font-family: "Libertinus Serif", serif;
}

.about-more h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
  font-family: "Libertinus Serif", serif;
}

.about-more a:hover {
  color: #000;
}

.about-more p {
  font-size: 17px;
  line-height: 1.5;
}

footer {
  background: #1c7c54;
  padding: 50px 0;
}

footer .footer-top {
  border-bottom: 1px solid #ffffff86;
  padding-bottom: 30px;
}

footer .footer-top img {
  width: 200px;
  margin-bottom: 15px;
}

footer .footer-top p {
  font-size: 18px;
  color: #fff;
}

footer .footer-bottom {
  padding-top: 30px;
}

footer .footer-bottom p {
  color: #fff;
  margin-bottom: 20px;
}

footer .footer-bottom ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 10px;
}

footer .footer-bottom ul li {
  list-style: none;
}

footer .footer-bottom ul li a {
  text-decoration: none;
  color: #fff;
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.2s;
  font-size: 14px;
}

footer .footer-bottom ul li a:hover {
  color: #e3c479;
}

.about-hotel {
  padding: 50px 0;
}

.about-hotel-text h2 {
  font-family: "Libertinus Serif", serif;
  font-size: 50px;
}

.about-hotel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reservation-box {
  background-color: #1c7c54;
  color: white;
  padding: 2rem;
  max-width: 400px;
  margin: 2rem auto;
  border-radius: 8px;
}
.reservation-box h5 {
  font-size: 1rem;
  color: #ccc;
  margin-top: 1rem;
}
.reservation-box h2 {
  font-size: 2rem;
  font-weight: bold;
}
.btn-gold {
  background-color: #e3c479;
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 0.75rem;
  border: none;
}

.btn-gold:hover {
  background-color: #c59d1f;
}

@media (max-width: 768px) {
  .hero-main {
    padding: 80px 0;
  }
}

.container-self {
  max-width: 1350px;
  margin: 0 auto;
}
