body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  background-color: #38bdff;
}

body .container_hero {
  background: white;
}

body .header {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  background-color: white;
  z-index: 100;
}

body .header .logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

body .header .logo img {
  width: 80px;
}

body .header nav {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

body .header nav ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

body .header nav ul li {
  font-weight: bold;
}

body .header nav ul li a {
  text-decoration: none;
  color: #002f9d;
}

body .header nav ul li a:hover {
  color: #38bdff;
}

body .header .language {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

body .header .language a {
  display: inline-block;
  margin-left: 1.5rem;
  text-decoration: none;
}

body .header .language a img {
  width: 30px;
}

.thank_you_header {
  text-decoration: none;
  color: #002f9d;
  position: relative;
  background-color: white;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.thank_you_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}

.thank_you_information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  margin: auto;
}

.thank_you_button {
  padding: 0.8em 1.2em;
  background-color: #002f9d;
  color: white;
  width: 200px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 5%;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.thank_you_button:hover {
  background: #38bdff;
}

.thank_you_button:active {
  outline: none;
  border: none;
  background-color: #021f59;
}

.thank_you_button:focus {
  outline: none;
  border: none;
}

.carousel_hero {
  position: relative;
  height: 450px;
  width: 100%;
  margin: 156px auto 0;
  visibility: hidden;
}

.carousel_hero main {
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 285px;
  text-align: center;
  position: absolute;
  color: white;
  line-height: 35px;
}

.carousel_hero main h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

.carousel_hero main h2 {
  margin: 0 0 1em 0;
  font-size: 1em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

.carousel_hero main h2 span {
  font-size: 12px;
  position: absolute;
  margin-top: -0.1em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

.carousel_hero main .book {
  padding: 0.8em 1.2em;
  background-color: #002f9d;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.carousel_hero main .book:hover {
  background: #38bdff;
}

.carousel_hero main .book:active {
  outline: none;
  border: none;
  background-color: #021f59;
}

.carousel_hero main .book:focus {
  outline: none;
  border: none;
}

.carousel_hero .carousel_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel_hero .carousel_track-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.carousel_hero .carousel_track {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  height: 100%;
}

.carousel_hero .carousel_slide {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.carousel_hero .buttons_container {
  position: absolute;
  top: 80%;
  right: 1em;
}

.carousel_hero .buttons_container button {
  padding: 0;
  margin: 0 0.3em;
  border: none;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  background: transparent;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.3);
}

.carousel_hero .buttons_container .buttons_carousel_img {
  margin: 0;
  padding: 0;
  height: 50px;
  border-radius: 50%;
}

.carousel_hero .buttons_container button:hover {
  background: black;
  opacity: 0.5;
}

.carousel_hero .buttons_container button:active {
  outline: none;
  border: none;
  background-color: #021f59;
}

.carousel_hero .buttons_container button:focus {
  outline: none;
  border: none;
}

.container_description {
  background: white;
  padding: 1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.container_description .desc_item {
  max-width: 400px;
  margin: 0 auto;
}

.container_description .desc_item h2 {
  margin: 0;
  padding: 0.5em 0 0.8em;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #002f9d;
}

.container_description .desc_item p {
  margin: 0;
  padding: 0 0 1em;
  text-align: center;
  font-size: 18px;
  color: #021f59;
}

.container_description .desc_item p:last-child {
  padding: 0;
}

.container_services {
  background-color: #021f59;
  color: white;
  padding: 1em;
}

.container_services h2 {
  margin: 0;
  padding: 0.5em 0 0.8em;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.container_services p {
  font-size: 18px;
}

.container_services .list-of-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0;
}

.container_services .list-of-services .item-of-services {
  text-align: center;
}

.container_services img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  width: 40px;
}

.container_services .services_description {
  text-align: left;
  margin: 0 auto;
}

.container_services .services_description .desc_service_p:last-child {
  margin: 0;
}

.social_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  padding: 1em;
  color: #021f59;
}

.social_container h4 {
  font-size: 20px;
  margin-right: 1em;
}

.social_container .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social_container .social-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  padding: 10px;
  border: 2px solid #021f59;
  border-radius: 50%;
}

.social_container .social-icon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.social_container .social-icon img {
  width: 100%;
  height: 100%;
}

.hotels_container {
  background-color: #002f9d;
  text-align: center;
  padding: 1em;
}

.hotels_container .hotels_title {
  margin: 0;
  padding: 0.5em 0 0.8em;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

.hotels_container .hotels_list {
  padding: 0;
  margin: 0 auto;
}

.hotels_container .hotels_list .card {
  max-width: 500px;
  margin: 20px auto;
  background-color: white;
}

.hotels_container .hotels_list .card .card-link {
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hotels_container .hotels_list .card .card-image {
  width: 100%;
  height: 100%;
}

.hotels_container .hotels_list .card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hotels_container .hotels_list .card .card-content {
  padding: 10px;
  text-align: left;
  color: #021f59;
}

.hotels_container .hotels_list .card .card-content h3 {
  font-size: 18px;
  margin: 10px 0;
  text-align: center;
}

.hotels_container .hotels_list .card .card-content .book_hotel {
  color: #002f9d;
  font-size: 25px;
  font-weight: bold;
}

.hotels_container .hotels_list .card:hover .book_hotel {
  color: #38bdff;
}

.about_container {
  background-color: #002f9d;
  color: white;
  padding: 1em;
}

.about_container h2 {
  margin: 0;
  padding: 0.5em 0 0.8em;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.about_container h3 {
  margin: 0;
  padding: 0.8em 0 0.8em;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

.about_container p {
  margin: 0;
  padding: 0 0 1.5em;
  text-align: left;
  font-size: 18px;
  color: white;
}

.about_container .youtube_video {
  text-align: center;
  width: 100%;
  height: 270px;
}

.about_container .youtube_video iframe {
  width: 100%;
  height: 100%;
}

.prices_container {
  background-color: white;
  text-align: center;
  color: #021f59;
  padding: 1em;
}

.prices_container h2 {
  margin: 0;
  padding: 0.5em 0 0.8em;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.prices_container h3 {
  padding: 0 0.8em 1.5em;
  font-weight: normal;
}

.prices_container p {
  font-size: 18px;
}

.prices_container .list-of-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 0;
  margin: 0 auto;
}

.prices_container .list-of-prices .item-of-prices {
  text-align: center;
}

.prices_container img {
  width: 40px;
}

.reviews_container {
  background-color: white;
  text-align: center;
  color: #021f59;
  padding: 1em;
}

.reviews_container h2 {
  margin: 0;
  padding: 0.5em 0 0.8em;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.reviews_container .trip_advisor_description {
  padding-bottom: 1em;
}

.reviews_container .trip_advisor_description h3 {
  margin: 0;
}

.reviews_container .trip_advisor_description img {
  width: 50px;
}

.reviews_container .reviews_list {
  list-style-type: none;
  margin: 1em;
  padding: 0;
}

.reviews_container .reviews_list li {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding: 2em;
  font-size: 18px;
  background-color: #021f59;
  border-radius: 10px;
}

.reviews_container figure {
  margin: 0;
  padding: 0;
}

.reviews_container figure img {
  width: 100px;
  border-radius: 50%;
}

.reviews_container figcaption {
  font-weight: bold;
  color: #38bdff;
}

.reviews_container blockquote {
  color: white;
  font-size: 0.9em;
  line-height: 1.6em;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.contact_container {
  background-color: #021f59;
  text-align: center;
  color: white;
  padding: 1em 1em 2em;
}

.contact_container h2 {
  margin: 0;
  padding: 0.5em 0 0.8em;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact_container .contact_information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_container .emails {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1em;
}

.contact_container .emails span {
  font-weight: normal;
}

.contact_container .emails img {
  width: 40px;
}

.contact_container .contact-form {
  width: 100%;
}

.contact_container .contact-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.contact_container .contact-form input[type="text"],
.contact_container .contact-form input[type="email"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.contact_container .contact-form textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100px;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  resize: vertical;
}

.contact_container .submit_btn {
  padding: 0.8em 1.2em;
  background-color: #002f9d;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 5%;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.contact_container .submit_btn:hover {
  background: #38bdff;
}

.contact_container .submit_btn:active {
  outline: none;
  border: none;
  background-color: #021f59;
}

.contact_container .submit_btn:focus {
  outline: none;
  border: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.animate_fadein {
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
}

.animate_fadein_long {
  -webkit-animation: fadeIn 4s forwards;
          animation: fadeIn 4s forwards;
}

ul {
  list-style-type: none;
}

@media (min-width: 768px) {
  body .header {
    padding: 1em 2em;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body .header .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: min-content;
        flex-basis: min-content;
    padding-right: 50px;
  }
  body .header .logo img {
    width: 120px;
  }
  body .header nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  body .header nav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .header nav ul li {
    font-weight: 400;
    font-size: 20px;
  }
  body .header .language {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    justify-self: flex-end;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body .header .language a img {
    width: 40px;
  }
  .thank_you_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .thank_you_information {
    width: 500px;
    margin: 0;
  }
  .carousel_hero {
    height: 450px;
  }
  .carousel_hero main {
    line-height: 35px;
  }
  .carousel_hero .buttons_container {
    top: 50%;
    right: 2em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .container_description {
    padding: 1em 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
  .container_description .desc_item {
    margin: 0;
  }
  .container_services {
    padding: 1em 2em;
  }
  .container_services .list-of-services {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .container_services .list-of-services .item-of-services {
    width: 200px;
  }
  .container_services .services_description {
    max-width: 880px;
  }
  .social_container {
    padding: 1em 2em;
  }
  .social_container h4 {
    font-size: 25px;
    margin-right: 1.5em;
  }
  .social_container .social-icon {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
  .hotels_container {
    padding: 1em 2em;
  }
  .hotels_container .hotels_list .card {
    max-width: 900px;
  }
  .hotels_container .hotels_list .card .card-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hotels_container .hotels_list .card .card-image {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .hotels_container .hotels_list .card .card-content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .about_container {
    padding: 1em 2em;
  }
  .about_container .about_description {
    margin: 0 auto;
    max-width: 880px;
  }
  .about_container .youtube_video {
    margin: 0 auto;
    width: 100%;
    max-width: 880px;
    height: 660px;
    padding-bottom: 0.5em;
  }
  .about_container .youtube_video iframe {
    width: 100%;
    height: 100%;
  }
  .prices_container {
    padding: 1em 2em;
  }
  .prices_container .list-of-prices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .prices_container .list-of-prices .item-of-prices {
    width: 250px;
  }
  .contact_container {
    padding: 1em 2em 2em;
  }
  .contact_container .contact_information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 100px;
  }
  .contact_container .emails {
    font-size: 18px;
  }
  .contact_container .emails img {
    width: 50px;
  }
  .contact_container .contact-form {
    width: 500px;
  }
}

@media (min-width: 1500px) {
  body {
    width: 1500px;
    margin: 0 auto;
  }
  body .header {
    padding: 1em 6em;
    width: inherit;
    left: inherit;
  }
  .carousel_hero {
    height: 500px;
  }
  .carousel_hero main {
    line-height: 50px;
  }
  .carousel_hero main h1 {
    font-size: 45px;
  }
  .carousel_hero main h2 {
    line-height: 30px;
  }
  .carousel_hero .buttons_container {
    right: 6em;
  }
  .social_container {
    padding: 1em 6em;
  }
  .social_container h4 {
    margin-right: 2em;
  }
}
/*# sourceMappingURL=main.css.map */