body {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  scroll-behavior: smooth;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#header .navbar-brand {
  font-weight: 600;
}

#hero-section {
  max-width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0 !important;
}

#hero-section .card-reservation {
  position: relative;
  border-radius: 20px;
  font-family: 'Playfair Display', sans-serif;
  -webkit-box-shadow: 0.2rem 0.2rem 10px black;
  box-shadow: 0.2rem 0.2rem 10px black;
  -webkit-animation: anima-reservation 1.5s ease-in-out;
  animation: anima-reservation 1.5s ease-in-out;
}

#hero-section .card-reservation .card-text {
  font-weight: 300;
  font-size: 1rem;
}

#hero-section .form-reservation {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#hero-section .form-reservation input {
  width: 100%;
  margin: 0;
}

#hero-section .btn-submit button {
  width: 100%;
  padding: 0.8rem 0;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-color: #ff4900;
}

@-webkit-keyframes anima-reservation {
  from {
    bottom: -10rem;
  }
  to {
    bottom: 0px;
  }
}

@keyframes anima-reservation {
  from {
    bottom: -10rem;
  }
  to {
    bottom: 0px;
  }
}

#info {
  position: relative;
  z-index: 1 !important;
  margin: -5rem 0 0 0 !important;
}

#info .container {
  min-width: 80%;
  background-color: #082032;
}

#popular {
  font-family: 'Playfair Display', sans-serif;
  background-color: #444444;
  margin-top: -7.6rem;
}

#popular .container {
  padding-top: 8rem;
}

#popular .container img {
  border: none;
  width: 100%;
  background-size: cover;
}

#service {
  font-family: 'Playfair Display', sans-serif;
  margin-top: -9rem;
  background-color: #f6f6f6;
}

#service .container {
  padding-top: 12rem;
}

#service .container .row:nth-child(2) {
  position: relative;
  -webkit-animation: anima-service 2s ease-out;
  animation: anima-service 2s ease-out;
}

@-webkit-keyframes anima-service {
  from {
    left: -5rem;
  }
  to {
    left: 0rem;
  }
}

@keyframes anima-service {
  from {
    left: -5rem;
  }
  to {
    left: 0rem;
  }
}

#testimonial {
  font-family: 'Playfair Display', sans-serif;
}

#offer {
  background-color: #444444;
  font-family: 'Playfair Display', sans-serif;
}

#offer input {
  width: 80%;
}

#offer .btn-help {
  border: 2px solid #fff;
  color: #fff;
}

#offer .btn-cta {
  background-color: #ff4900;
  color: #fff;
}

#footer {
  font-family: 'Playfair Display', sans-serif;
  margin-top: 0;
}

#footer .copyright {
  font-size: 12px;
}

@media (max-width: 575.98px) {
  #info .container h3 {
    font-size: 0.2rem;
  }
}

@media (max-width: 767.98px) {
  #info .container h3 {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=custom.css.map */
