@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Satisfy&display=swap");
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: inherit;
  background-color: inherit;
  border: 1px solid inherit;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 5px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.btn-gold {
  background: #D8AC5A;
  border: 1px solid #8D6417;
  font-family: "Outfit", sans-serif;
  color: #744f0c;
  font-size: 20px;
  font-weight: 400;
  font-optical-sizing: auto;
}
.btn-gold:hover {
  background: #c79945;
  border: 1px solid #8D6417;
  font-family: "Outfit", sans-serif;
  color: #744f0c;
  font-size: 20px;
  font-weight: 400;
  font-optical-sizing: auto;
}

.btn-knowmore {
  border: 1px solid #fff;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-optical-sizing: auto;
}
.btn-knowmore:hover {
  border: 1px solid #fff;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-optical-sizing: auto;
}

body {
  font-family: "Outfit", sans-serif;
  color: #1E1F21;
  font-size: 16px;
  font-weight: 400;
  font-optical-sizing: auto;
}

@media (max-width: 575.98px) {
  .logo {
    width: 200px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-item:not(:last-child) {
  padding-right: 20px;
}
.nav-item a:not(.btn-gold) {
  font-family: "Outfit", sans-serif;
  color: #1E1F21;
  font-size: 20px;
  font-weight: 300;
  font-optical-sizing: auto;
}
@media (max-width: 575.98px) {
  .nav-item {
    font-family: "Outfit", sans-serif;
    color: #1E1F21;
    font-size: 16px;
    font-weight: 300;
    font-optical-sizing: auto;
  }
}
.nav-item .nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-toggler-icon {
  background-image: url(../img/burger.svg);
  width: 36px;
  height: 36px;
}

.hero .container {
  background: url(../img/hero-bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-text {
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  font-optical-sizing: auto;
}

.about {
  background: url(../img/logo-faded.png);
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .about {
    background: url(../img/logo-faded.png);
    background-position: 50% 10%;
    background-repeat: no-repeat;
  }
}
.about-head {
  font-family: "Satisfy", cursive;
  color: #1E1F21;
  font-size: 50px;
  font-weight: 300;
  font-optical-sizing: auto;
}
@media (max-width: 575.98px) {
  .about-head {
    font-family: "Satisfy", cursive;
    color: #1E1F21;
    font-size: 28px;
    font-weight: 300;
    font-optical-sizing: auto;
    text-align: center;
  }
}
.about-text {
  font-family: "Outfit", sans-serif;
  color: #1E1F21;
  font-size: 19px;
  font-weight: 200;
  font-optical-sizing: auto;
  letter-spacing: 0.32px;
  line-height: 150%;
}
.about-text span {
  font-family: "Outfit", sans-serif;
  color: #1E1F21;
  font-size: 19px;
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: 0.32px;
  line-height: 150%;
}
@media (max-width: 575.98px) {
  .about-text {
    font-family: "Outfit", sans-serif;
    color: #1E1F21;
    font-size: 17px;
    font-weight: 200;
    font-optical-sizing: auto;
    letter-spacing: 0.32px;
    line-height: 150%;
    text-align: center;
  }
  .about-text span {
    font-family: "Outfit", sans-serif;
    color: #1E1F21;
    font-size: 18px;
    font-weight: 500;
    font-optical-sizing: auto;
    letter-spacing: 0.32px;
    line-height: 150%;
  }
}
.about .card-one {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.about .card-one p {
  font-family: "Outfit", sans-serif;
  color: #1E1F21;
  font-size: 19px;
  font-weight: 200;
  font-optical-sizing: auto;
}
@media (max-width: 575.98px) {
  .about .card-one p {
    font-family: "Outfit", sans-serif;
    color: #1E1F21;
    font-size: 19px;
    font-weight: 200;
    font-optical-sizing: auto;
    padding-bottom: 15px;
  }
}
.about .card-two {
  border: 1px solid #b1aeae;
}
.about form input[type=text]:focus, .about form input[type=email]:focus, .about form select:focus, .about form textarea:focus {
  box-shadow: none;
  border: 1px solid #D8AC5A;
}
.about form input[type=text]::-moz-placeholder, .about form input[type=email]::-moz-placeholder, .about form select::-moz-placeholder, .about form textarea::-moz-placeholder {
  font-family: "Outfit", sans-serif;
  color: #aaa393;
  font-size: 16px;
  font-weight: 300;
  font-optical-sizing: auto;
}
.about form input[type=text]::placeholder, .about form input[type=email]::placeholder, .about form select::placeholder, .about form textarea::placeholder {
  font-family: "Outfit", sans-serif;
  color: #aaa393;
  font-size: 16px;
  font-weight: 300;
  font-optical-sizing: auto;
}
.about form input[type=submit] {
  font-family: "Outfit", sans-serif;
  color: #744f0c;
  font-size: 18px;
  font-weight: 400;
  font-optical-sizing: auto;
}

.offer {
  background: url(../img/bg.jpg);
}
.offer h5 {
  font-family: "Outfit", sans-serif;
  color: #8D6417;
  font-size: 24px;
  font-weight: 300;
  font-optical-sizing: auto;
}
.offer h2 {
  font-family: "Satisfy", cursive;
  color: #3D2801;
  font-size: 36px;
  font-weight: 400;
  font-optical-sizing: auto;
}
.offer p {
  font-family: "Outfit", sans-serif;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 200;
  font-optical-sizing: auto;
}
.offer a.book {
  font-family: "Outfit", sans-serif;
  color: #744F0C;
  font-size: 18px;
  font-weight: 500;
  font-optical-sizing: auto;
  letter-spacing: 0.48px;
}

.amenities h2 {
  font-family: "Outfit", sans-serif;
  color: #8D6417;
  font-size: 24px;
  font-weight: 300;
  font-optical-sizing: auto;
}
.amenities h2 span {
  font-family: "Satisfy", cursive;
  color: #3D2801;
  font-size: 32px;
  font-weight: 400;
  font-optical-sizing: auto;
}
.amenities h5 {
  font-family: "Outfit", sans-serif;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 300;
  font-optical-sizing: auto;
}
.amenities .card {
  border-left: 2px solid #8D6417;
  border-right: 2px solid #8D6417;
}
.amenities .bg-gold {
  background: #8D6417;
}
.amenities .bg-gold h5 {
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-optical-sizing: auto;
}

.benefits .card {
  border: 0;
  border-radius: 0;
  background: transparent;
}
.benefits-bg {
  margin-top: 20px;
  background: #eeddbd;
  border-radius: 10px;
  padding: 10px 10px 0px 10px;
}
.benefits h2.head {
  font-family: "Outfit", sans-serif;
  color: #8D6417;
  font-size: 24px;
  font-weight: 300;
  font-optical-sizing: auto;
}
.benefits h5.head {
  font-family: "Satisfy", cursive;
  color: #3D2801;
  font-size: 32px;
  font-weight: 400;
  font-optical-sizing: auto;
}
.benefits h5 {
  font-family: "Outfit", sans-serif;
  color: #3D2801;
  font-size: 20px;
  font-weight: 600;
  font-optical-sizing: auto;
}
.benefits p {
  font-family: "Outfit", sans-serif;
  color: #1E1E1E;
  font-size: 17px;
  font-weight: 200;
  font-optical-sizing: auto;
  margin-bottom: 0;
}
.benefits-bottom {
  background: #3D2801;
  border-radius: 0 0 10px 10px;
}
.benefits-bottom h5 {
  font-family: "Outfit", sans-serif;
  color: #3D2801;
  font-size: 40px;
  font-weight: 400;
  font-optical-sizing: auto;
}
@media (max-width: 575.98px) {
  .benefits-bottom h5 {
    font-family: "Outfit", sans-serif;
    color: #3D2801;
    font-size: 24px;
    font-weight: 400;
    font-optical-sizing: auto;
  }
}
.benefits-bottom p {
  font-family: "Outfit", sans-serif;
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 200;
  font-optical-sizing: auto;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .benefits-bottom p {
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    font-optical-sizing: auto;
    margin-top: 10px;
  }
}

.why h2 {
  font-family: "Outfit", sans-serif;
  color: #3D2801;
  font-size: 36px;
  font-weight: 500;
  font-optical-sizing: auto;
}
@media (max-width: 575.98px) {
  .why h2 {
    font-family: "Outfit", sans-serif;
    color: #3D2801;
    font-size: 28px;
    font-weight: 500;
    font-optical-sizing: auto;
    text-align: center;
  }
}
.why ul, .why p {
  font-family: "Outfit", sans-serif;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 200;
  font-optical-sizing: auto;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .why ul, .why p {
    text-align: center;
  }
}
.why ul li, .why p li {
  padding-bottom: 10px;
}

.footer {
  background: #3D2801;
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  font-optical-sizing: auto;
}
.footer a {
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
  font-optical-sizing: auto;
  text-decoration: none;
}