@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.btn {
  background: #3d5a80;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  border-radius: 0;
  padding: 10px 20px;
}
.btn:hover a {
  color: #fff;
}

header {
  background: #3d5a80;
  position: relative;
  z-index: 99;
}
header .navbar-container {
  justify-content: space-between;
  align-items: center;
}
header .logo {
  position: absolute;
  top: 0;
}
header .logo img {
  width: 140px;
}
header .mobile_menu,
header .close_menu {
  display: none;
}
header a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
header a:hover {
  color: #fff;
}
header .menu ul {
  display: flex;
}
header .menu ul li {
  margin: 0px 20px;
  padding: 25px 0;
  position: relative;
}
header .menu ul li::after {
  position: absolute;
  top: 30px;
  right: -20px;
  width: 2px;
  height: 20px;
  content: "";
  background: #fff;
}
header .menu ul li:last-child {
  margin-right: 0;
}
header .menu ul li:last-child::after {
  display: none;
}
header .menu ul li:hover .submenu {
  display: block;
}
header .menu ul li .submenu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 250px;
  display: none;
}
header .menu ul li .submenu .wrap {
  background: #3d5a80;
  padding: 25px 10px;
}
header .menu ul li .submenu .wrap a {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
header .menu ul li .submenu .wrap a:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero_slide {
  width: 100%;
  height: calc(100vh - 90px);
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}
.hero_slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.hero_slide_text {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
.hero_slide_text h1 {
  color: #fff;
  margin-bottom: 60px;
  font-size: 78px;
  font-weight: 800;
}
.hero_slide_text .hero_btn {
  background: #fff;
  border: 5px solid #3d5a80;
  color: #3d5a80;
  border-radius: 30px;
  padding: 10px 40px 10px 80px;
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.hero_slide_text .hero_btn span {
  position: absolute;
  top: -1px;
  left: -5px;
  border: 5px solid #3d5a80;
  background: #3d5a80;
  color: #fff;
  width: 50px;
  height: 102%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.event_date {
  text-align: center;
}
.event_date h2 {
  color: #3d5a80;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.event_date .countdown_finish {
  background: #3d5a80;
  padding: 30px 0;
  color: #fff;
}
.event_date .countdown {
  background: #3d5a80;
  display: flex;
  justify-content: space-evenly;
  padding: 30px 0;
  color: #fff;
  font-size: 32px;
}
.event_date .countdown h4 {
  color: #fff;
  text-transform: uppercase;
}
.event_date .countdown h4 span {
  display: block;
  margin-bottom: 10px;
}

.about .image img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

.distance {
  margin-top: 60px;
}
.distance h1 {
  color: #3d5a80;
  text-align: center;
}
.distance .distance_card {
  position: relative;
  margin-bottom: 100px;
}
.distance .distance_card img {
  width: 100%;
  height: 345px;
  -o-object-fit: cover;
     object-fit: cover;
}
.distance .distance_card_link {
  padding: 20px 60px;
  background: #3d5a80;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  text-align: center;
}
.distance .distance_card_link span {
  display: block;
  margin-top: 5px;
}
.distance .distance_card_link a:hover {
  color: #000000;
}

.join {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  height: 585px;
  background-position: center !important;
  background-size: cover !important;
}
.join h1 {
  color: #3d5a80;
  padding: 40px 0 20px;
  text-align: center;
}
.join .btn {
  margin: 0 auto;
}

.home_contact {
  background: #3d5a80;
  text-align: center;
}
.home_contact h1 {
  color: #fff;
}
.home_contact h4 {
  color: #fff;
  margin-bottom: 60px;
}
.home_contact .contact_card {
  margin-bottom: 60px;
}
.home_contact .contact_card h5 {
  color: #fff;
}
.home_contact .contact_card h6 {
  color: #e8e8e8;
  font-size: 18px;
}

.partners h1 {
  color: #3d5a80;
  text-align: center;
  text-transform: uppercase;
}
.partners h1 i {
  margin-left: 15px;
}
.partners .partner_img {
  margin: 15px 0;
}
.partners .partner_img img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners.red {
  background: #3d5a80;
}
.partners.red .partner_img {
  background: #fff;
}
.partners.red h1 {
  color: #fff;
}

footer {
  background: #000000;
  padding: 60px 0 20px;
}
footer h3 {
  color: #3d5a80;
}
footer p {
  color: #fff;
}
footer .footer_card {
  font-size: 25px;
  margin: 40px 0;
}
footer .footer_card p {
  font-family: "Montserrat", sans-serif;
}
footer .contact_detail {
  display: flex;
  margin-bottom: 25px;
}
footer .contact_detail p {
  margin-bottom: 0;
}
footer .contact_detail i {
  width: 10%;
  color: #fff;
  font-size: 25px;
}
footer .contact_detail div {
  width: 80%;
}
footer .social {
  text-align: center;
  margin-top: 50px;
}
footer .social h5 {
  color: #3d5a80;
  margin-bottom: 25px;
}
footer .social a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background: #fff;
  margin: 10px;
}
footer .copyright {
  text-align: center;
  margin-top: 40px;
}
footer .copyright p {
  font-size: 16px;
}
footer .copyright p a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}

.banner {
  width: 100%;
  height: 450px;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}
.banner.no-image {
  height: auto;
}
.banner h1 {
  text-align: center;
  color: #3d5a80;
  position: absolute;
  text-transform: uppercase;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.message .image {
  margin-bottom: 40px;
}
.message .image img {
  width: 100%;
}

.about_text table tr {
  padding: 10px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}
.about_text table tr td {
  padding: 10px 0;
}
.about_text .section_title {
  background: #3d5a80;
}
.about_text .section_title h2 {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 0;
}
.about_text ul {
  list-style: circle;
}
.about_text ul li {
  margin-bottom: 10px;
}
.about_text p a {
  font-family: "Lato", sans-serif;
}

.forms_download {
  margin-bottom: 50px;
}
.forms_download .forms_card {
  align-items: center;
  margin: 10px 0;
}
.forms_download .forms_card .form-single h3 {
  text-transform: uppercase;
  color: #3d5a80;
  font-size: 24px;
}
.forms_download .forms_card .form-single p {
  text-align: center;
}
.forms_download .forms_card .form-single a {
  text-align: center;
}

.package_cost {
  text-align: center;
}
.package_cost_card {
  margin: 30px 0;
}
.package_cost_card h2 {
  color: #3d5a80;
  text-transform: uppercase;
  padding: 25px 0;
  width: 230px;
  margin: 0 auto;
}
.package_cost_card .card_image {
  background: #3d5a80;
  padding: 40px 20px;
}
.package_cost_card .card_image img {
  margin-bottom: 20px;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.package_cost_card .card_image h3 {
  color: #fff;
  margin-bottom: 20px;
}
.package_cost_card .card_image h4 {
  color: #000000;
}

.overview {
  margin-bottom: 0;
}
.overview .row {
  justify-content: center;
}
.overview h3 {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.overview h3 span {
  color: #3d5a80;
  font-weight: 700;
}

.itinerary {
  margin-top: 30px;
}
.itinerary_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.itinerary_title h2 {
  color: #3d5a80;
  font-size: 60px;
}
.itinerary_title a {
  font-size: 24px;
  background: #000000;
  color: #fff;
  line-height: 1;
  height: 70px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
}
.itinerary .list {
  margin: 20px 0;
}
.itinerary .list .date {
  background: #3d5a80;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0;
  font-size: 20px;
  line-height: 24px;
}
.itinerary .list h5 {
  color: #3d5a80;
}
.itinerary .list p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}
.itinerary .list .detail {
  padding-left: 30px;
}
.itinerary .list .detail h3 {
  font-size: 24px;
  line-height: 32px;
}

.contact_form {
  margin: 30px 0;
  padding-right: 30px;
}
.contact_form .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.2);
  padding-left: calc(var(--bs-gutter-x) * 0.2);
}
.contact_form h4 {
  text-transform: uppercase;
}
.contact_form form {
  margin-top: 50px;
}
.contact_form input,
.contact_form textarea {
  background: #3d5a80;
  color: #fff;
  padding: 20px 15px;
  border: 0;
  width: 100%;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1;
}
.contact_form input::-moz-placeholder, .contact_form textarea::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.contact_form input::placeholder,
.contact_form textarea::placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.contact_form button {
  margin: 15px 0;
  padding: 15px 30px;
  border: 0;
  background: #000000;
  color: #fff;
}
.contact_form textarea {
  height: 182px;
}
.contact_form .contact_detail {
  display: flex;
  margin-bottom: 25px;
}
.contact_form .contact_detail p {
  margin-bottom: 0;
  color: #3d5a80;
  font-family: "Montserrat", sans-serif;
}
.contact_form .contact_detail i {
  width: 10%;
  color: #000000;
  font-size: 25px;
}
.contact_form .contact_detail div {
  width: 80%;
}

@media screen and (max-width: 1100px) {
  header::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    background: #3d5a80;
  }
  header .mobile_menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
  }
  header .close_menu {
    position: absolute;
    display: flex;
    background: #3d5a80;
    color: #fff;
    left: -30px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
  }
  header .menu {
    position: fixed;
    top: 0;
    right: 0;
    background: #3d5a80;
    width: 350px;
    height: 100vh;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  header .menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  header .menu ul {
    display: block;
  }
  header .menu ul li {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 15px;
  }
  header .menu ul li .submenu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .event_date .countdown h4 span {
    margin-bottom: 0;
  }
  .banner h1 {
    width: 100%;
  }
  .forms_download .forms_card {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #3d5a80;
  }
  .overview h3 {
    text-align: left;
  }
  .itinerary_title {
    display: block;
    margin: 40px 0;
  }
  .itinerary_title a {
    padding: 10px 20px;
  }
  .contact_form {
    padding-right: 0;
  }
}
.map-container iframe {
  width: 100%;
  height: 450px;
}/*# sourceMappingURL=style.css.map */