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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  background-color: rgb(253, 220, 235);
}

.hero-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.section-title {
  margin: 1em 0;
  font-family: "Dancing Script", serif;
  font-size: 3.5rem;
  font-weight: bold;
  color: #111012;
  text-align: center;
}

.section-subtitle {
  position: relative;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  font-size: 3rem;
  margin-bottom: 2em;
}
.section-subtitle::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  content: "";
  width: 50%;
  background-color: #93b7be;
  height: 4px;
  translate: -50%;
}

.scroll-top {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 5%;
  opacity: 0.8;
  background: #93b7be;
  font-size: 3rem;
  height: 5rem;
  width: 5rem;
  border: none;
  border-radius: 50%;
  z-index: 1000;
  transition: 0.3s;
}
.scroll-top a {
  text-decoration: none;
  color: rgb(253, 220, 235);
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgb(246, 174, 186);
  opacity: 0.9;
  z-index: 100;
}
.navbar-toggler .fa-bars {
  font-size: 2rem;
  padding: 10px;
}
.navbar-brand img {
  height: 60px;
  width: 60px;
}
.navbar-nav .nav-link {
  width: 100%;
  position: relative;
  padding: 10px 20px;
  margin-left: 0.8em;
  text-decoration: none;
  color: #111012;
  font-size: 1.8rem;
  text-transform: uppercase;
  transition: color 0.3s;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #494746;
}
.navbar-nav .nav-link::after, .navbar-nav .nav-link::before {
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  border-bottom: 2px solid #494746;
}
.navbar-nav .nav-link::before {
  right: 50%;
}
.navbar-nav .nav-link::after {
  left: 50%;
}
.navbar-nav .nav-link:hover::before, .navbar-nav .nav-link.active::before, .navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after {
  width: 50%;
}
.navbar-socials {
  text-align: center;
  padding: 5px 10px;
  font-size: 2rem;
  color: #111012;
}
.navbar .lang-switch {
  text-align: center;
}

.header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  background-image: url("../img/hero_img.webp");
  background-size: cover;
  background-position: center;
  color: rgb(253, 220, 235);
  z-index: 0;
}
.header-heading {
  font-family: "Dancing Script", cursive;
  font-size: 6rem;
  font-weight: bold;
}
.header-heading i {
  font-size: 4rem;
}
.header-text {
  position: relative;
  font-size: 2rem;
}
.header-text::after, .header-text::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 2em;
  background-color: rgb(253, 220, 235);
}
.header-text::after {
  top: 50%;
  translate: 20%;
}
.header-text::before {
  top: 50%;
  translate: -120%;
}
.header-btn {
  position: absolute;
  bottom: 2.5em;
  font-size: 2.5rem;
  color: rgb(253, 220, 235);
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  animation: bounce-top 2s infinite both;
}

.cafeteria {
  background-color: #e1f4fb;
  padding: 2em 0;
}
.cafeteria .container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.cafeteria-text {
  padding: 1em 0;
  font-size: 1.1em;
}
.cafeteria-text-wrap {
  height: 80%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 2em;
}
.cafeteria-carousel {
  width: 80%;
  margin: auto;
  padding-bottom: 1em;
}
.cafeteria-carousel img {
  width: 100%;
}
.cafeteria-btn {
  padding: 1em;
  text-decoration: none;
  text-align: center;
  font-size: 1em;
  color: #111012;
  background-color: #fde7f6;
  border: 1px solid #111012;
  border-radius: 10px;
  transition: background 0.3s;
}
.cafeteria-btn:hover {
  background-color: #93b7be;
}
.cafeteria-btn-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
}

.menu {
  margin-bottom: 4em;
}
.menu .container-md {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.menu .container-md .row {
  width: 100%;
}
.menu-card {
  text-align: center;
  color: #111012;
}
.menu-card__icon {
  margin-top: 2rem;
  font-size: 4rem;
}
.menu-card__title {
  font-size: 2rem;
}
.menu-link {
  margin-top: 3rem;
  padding: 1em 2em;
  color: #111012;
  font-size: 1.8rem;
  text-decoration: none;
  border: 1px solid #111012;
  border-radius: 10px;
  transition: background 0.3s;
}
.menu-link:hover {
  background-color: #93b7be;
}

.retro {
  background-color: #e1f4fb;
  padding-bottom: 4em;
  padding-top: 2em;
}
.retro-wrapper {
  width: 100%;
}
.retro-wrapper .row {
  margin-top: 1em;
}
.retro-text {
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
  padding: 1em 3em;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  align-self: center;
}
.retro .retro-text__last {
  color: #494746;
  font-size: 0.8em;
}
.retro-img {
  width: 100%;
  border-radius: 30px;
  aspect-ratio: 4/5;
}
.retro-btn {
  margin-top: 1em;
  padding: 1em;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  color: #111012;
  background-color: #fde7f6;
  border: 1px solid #111012;
  border-radius: 10px;
  transition: background 0.3s;
}
.retro-btn:hover {
  background-color: #93b7be;
}

.cruise {
  margin-bottom: 4em;
}
.cruise .carousel {
  width: 80%;
}
.cruise .carousel img {
  width: 100%;
}
.cruise-text {
  font-size: 1.1em;
  line-height: 1.4em;
  text-align: center;
  padding: 2em 1em;
  width: 100%;
}
.cruise-pricing {
  margin: auto;
  color: #494746;
  text-align: center;
  width: 80%;
}
.cruise-btn {
  margin-top: 1em;
  padding: 1em;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  color: #111012;
  background-color: #fde7f6;
  border: 1px solid #111012;
  border-radius: 10px;
  transition: background 0.3s;
}
.cruise-btn:hover {
  background-color: #93b7be;
}

.opinions {
  background-color: #e1f4fb;
  padding-bottom: 4em;
  padding-top: 2em;
}
.opinions-group {
  display: flex;
  height: -moz-max-content;
  height: max-content;
}
.opinions-group .opinion {
  height: 100%;
  margin: 0 1em;
  border: 1px solid #111012;
  border-radius: 20px;
  padding: 1em 2em;
}
.opinions-group .opinion .fa-quote-left {
  font-size: 3em;
  color: #93b7be;
}
.opinions-group .opinion-desc {
  font-size: 2rem;
  max-width: 15em;
}
.opinions-group .opinion .fa-circle-user {
  font-size: 2em;
}
.opinions-group .opinion-user {
  display: flex;
}
.opinions-group .opinion-name {
  font-size: 2rem;
  margin-left: 1em;
}

.contact {
  padding-bottom: 2em;
}
.contact .row {
  width: 100%;
  flex-direction: column;
}
.contact-map {
  width: 100%;
  height: 20em;
  margin-bottom: 2em;
}
.contact-logo {
  height: 6rem;
  width: 6rem;
}
.contact-title {
  font-weight: bold;
}
.contact-info, .contact-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-info {
  position: relative;
  padding: 1rem;
}
.contact-info:last-child::after {
  display: none;
}
.contact-info::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #93b7be;
  left: 5px;
  bottom: 0;
}
.contact-text {
  margin: 0;
}
.contact-text a {
  text-decoration: none;
  color: #494746;
}
.contact-socials a {
  position: relative;
  width: 100%;
  text-decoration: none;
  color: #111012;
  transition: color 0.3s;
}
.contact-socials a:hover {
  color: #93b7be;
}
.contact-socials a::after, .contact-socials a::before {
  transition: 0.3s;
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  border-bottom: 2px solid #93b7be;
}
.contact-socials a::before {
  right: 50%;
}
.contact-socials a::after {
  left: 50%;
}
.contact-socials a:hover::before, .contact-socials a:hover::after {
  width: 50%;
}
.contact-socials i {
  font-size: 2rem;
  margin: 0.4rem 1rem 0.4rem 0;
  translate: 0 5%;
}

.footer {
  margin: 0;
  padding: 0.8rem;
  text-align: center;
  border-top: 1px solid #93b7be;
}

/* ----------------------------------------------
   * Generated by Animista on 2023-4-16 15:24:58
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
/**
   * ----------------------------------------
   * animation bounce-top
   * ----------------------------------------
   */
@keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .section-title {
    font-size: 5rem;
  }
  .header-heading {
    font-size: 10rem;
  }
  .header-heading i {
    font-size: 7rem;
  }
  .header-text {
    font-size: 3rem;
  }
  .cafeteria-text {
    font-size: 2rem;
  }
  .cafeteria-btn {
    font-size: 1.8rem;
  }
  .retro-img {
    width: 50%;
  }
  .retro-text {
    width: 50%;
    padding: 1em;
  }
  .retro-text__last {
    width: 80%;
  }
  .retro-pricing {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    width: -moz-max-content;
    width: max-content;
  }
  .header-heading {
    font-size: 12rem;
  }
  .header-heading i {
    font-size: 8rem;
  }
  .header-text {
    font-size: 4rem;
  }
  .menu-card:hover {
    color: #93b7be;
  }
  .retro-text {
    font-size: 1.4em;
  }
  .retro-text__last {
    font-size: 1.2em;
  }
  .cruise-text {
    font-size: 1.4em;
  }
  .cruise-pricing {
    font-size: 1.2em;
    margin-bottom: 0.5em;
  }
  .contact .row {
    flex-direction: row;
  }
  .contact-info {
    align-items: start;
  }
  .contact-info::after {
    width: 2px;
    height: 100%;
    left: 95%;
  }
  .contact-logo {
    margin: auto;
    margin-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cafeteria {
    padding-bottom: 4em;
  }
  .cafeteria .container {
    flex-direction: row;
  }
  .cafeteria-text-wrap {
    width: 45%;
  }
  .cafeteria-carousel {
    width: 55%;
  }
  .cafeteria-btn {
    font-size: 1em;
  }
  .cafeteria-btn-wrap {
    flex-direction: row;
    gap: 3em;
  }
  .retro-img {
    width: 40%;
  }
  .retro-text {
    padding: 0 3em;
    width: 60%;
  }
  .retro-text__last {
    margin-top: 1em;
  }
  .cruise .carousel {
    width: 35%;
  }
  .cruise-content {
    width: 60%;
    padding: 2em 1em;
  }
  .cruise-btn {
    width: 60%;
  }
}/*# sourceMappingURL=main.css.map */