/* ======================================================================= */
/* ======================================================================= */
/* ======================================================================= */

/* override bootstrap */

:root {
  --primary-color-rgb: 16, 19, 112;
  --primary-color: #101370;
  --primary-color-80: #101370cc;
  --darker-primary-color-rgb: 25, 26, 35;
  --darker-primary-color: #191A23;
  --lighter-primary-color-rgb: 64, 70, 212;
  --lighter-primary-color: #4046d4;
  --additional-top: 56px;
  --bs-primary-rgb: var(--primary-color-rgb);
  --bs-link-color-rgb: var(--primary-color-rgb);
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.85);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.65);
}

header nav.navbar {
  box-shadow: 0 0 6px 3px #00000080;
  text-align: center;
}

.navbar-brand {
  padding: 0;
}

.btn-primary {
  --bs-btn-bg: var(--primary-color);
  --bs-btn-hover-bg: var(--lighter-primary-color);
  --bs-btn-active-bg: var(--darker-primary-color);
  --bs-btn-border-color: var(--primary-color);
}

.dropdown-menu {
  --bs-dropdown-bg: var(--primary-color-80);
  --bs-dropdown-link-hover-bg: var(--lighter-primary-color);
  --bs-dropdown-link-active-bg: var(--darker-primary-color);
  backdrop-filter: blur(2px);
}

.text-white a {
  --bs-link-color-rgb: 255, 255, 255;
}

a:hover {
  --bs-link-color-rgb: var(--lighter-primary-color-rgb);
}

a:active {
  --bs-link-color-rgb: var(--darker-primary-color-rgb);
}

/* end of override bootstrap */

/* ======================================================================= */

/* ======================================================================= */
/* ======================================================================= */

/* ======================================================================= */

/* custom style */

html,
body {
  position: relative;
  font-family: Inter, sans-serif;
}

header>nav.navbar>div {
  padding: 0 100px;
  width: 100%;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* fix section covered by navbar */
.custom-container {
  position: relative;
  padding: var(--additional-top) 100px;
}

section h3 {
  font-weight: 700;
  text-transform: uppercase;
}

section h4,
section h5 {
  font-weight: 600;
}

section a {
  font-weight: 600;
  overflow-wrap: anywhere;
}

/* ======================================================================= */

/* HERO section */

#hero {
  position: relative;
  z-index: 99;
}

#hero>div:first-child {
  position: relative;
  min-height: 80vh;
  flex-direction: row-reverse;
  justify-content: start;
  padding: var(--additional-top) 100px 0;
}

#hero>div:first-child>.event-logo {
  margin: 0 auto;
  position: absolute;
  bottom: 5%;
  height: 65%;
  right: 10%;
}

#hero>div:first-child>.content {
  padding: 40px 0;
  width: 60%;
}

#hero>div:first-child>.content>h2 {
  margin-bottom: 2.5rem;
  color: var(--primary-color);
}

#hero>div:first-child>.content>p {
  font-size: 1.5rem;
  color: var(--primary-color);
}

#hero>div:first-child>.content>p:nth-child(3) {
  margin-bottom: 2.5rem;
}

#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../image/background.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

#hero>.greetings {
  position: relative;
  padding: 20px 100px;
  background-color: var(--primary-color-80);
}

#hero>.greetings>div {
  width: 60%;
  color: #ffffff;
}

#hero>.greetings>div>p {
  margin-bottom: 0;
}

/* end of HERO section */

/* ======================================================================= */

/* ======================================================================= */

/* EVENT section */

#event>.custom-container>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#event>.custom-container>h3 {
  margin-bottom: 2rem;
}

#event>.custom-container>div>div {
  width: 35%;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

#event>.custom-container>div>ul {
  padding: 0;
  list-style: none;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

#event>.custom-container>div>ul>li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

#event>.custom-container>div>ul>li>svg {
  margin-top: -5px;
  margin-right: 1rem;
  width: 54px;
}

#event>.custom-container>div>ul>li h5,
#event>.custom-container>div>ul>li p {
  margin-bottom: 0;
}

/* end of EVENT section */

/* ======================================================================= */

/* ======================================================================= */

/* SCHEDULE section */

#schedule-preparation {
  text-align: center;
}

#schedule-preparation>.custom-container>div>img {
  max-width: 100%;
}

/* end of SCHEDULE section */

/* ======================================================================= */

/* ======================================================================= */

/* PREPARATION section */

#preparation {
  text-align: center;
}

#preparation ul {
  margin-top: 2rem;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#preparation ul>li {
  color: var(--primary-color);
  background-color: #ffffff;
  padding: .75rem;
  border-radius: .5rem;
  height: auto;
  flex: 1;
}

#preparation ul>li:not(:last-child) {
  margin-right: .5rem;
}

#preparation ul>li>p:first-child {
  font-size: 3rem;
}

#preparation .swiper {
  padding-bottom: 1rem;
}

#preparation .swiper-scrollbar {
  --swiper-scrollbar-drag-bg-color: #fff;
  --swiper-scrollbar-bg-color: #aaa;
  left: 0;
  width: 100%;
}

/* end of PREPARATION section */

/* ======================================================================= */

/* ======================================================================= */

/* REGISTRATION section */

#registration {
  text-align: center;
}

#registration h3 {
  margin-bottom: 2rem;
}

#registration>.custom-container>ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#registration>.custom-container>ul>li {
  color: var(--primary-color);
  padding: 2rem;
  border: 2px solid var(--primary-color);
  border-radius: 45px;
  width: 320px;
  box-shadow: 0 5px 0px 0 var(--darker-primary-color);
}

#registration>.custom-container>ul>li:not(:last-child) {
  margin-right: 2rem;
}

#registration>.custom-container>ul>li>svg {
  margin-left: .5rem;
  margin-bottom: 2rem;
}

#registration>.custom-container>ul>li>p {
  text-align: justify;
}

#registration>.custom-container>ul>li>p:last-child {
  margin-bottom: 0;
}


#registration>.custom-container>ul>li>ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 1rem;
}

#registration>.custom-container>ul>li>ul>li {
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}

#registration>.custom-container>ul>li>ul>li>p {
  margin-left: 1rem;
  margin-bottom: 0;
  flex: 1;
}


/* end of REGISTRATION section */

/* ======================================================================= */

/* ======================================================================= */

/* VISA section */

#visa>.custom-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#visa>.custom-container>div {
  display: flex;
  align-items: stretch;
}

#visa>.custom-container>div>div:first-child {
  margin-right: 3rem;
}

#visa>.custom-container>div>div {
  flex: 1;
}

#visa>.custom-container>h3 {
  width: 100%;
  margin-bottom: 2rem;
}

/* end of VISA section */

/* ======================================================================= */

/* ======================================================================= */

/* ARRIVAL section */

#arrival>.custom-container {
  display: flex;
  align-items: center;
}

#arrival>.custom-container>div:first-child {
  margin-right: 4rem;
}

#arrival>.custom-container>div>ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
}

#arrival>.custom-container>div>ul>li {
  margin-bottom: 4rem;
  padding: 2.5rem;
  border: 2px solid var(--primary-color);
  border-radius: 45px;
  height: auto;
  width: 45%;
  box-shadow: 0 5px 0px 0 var(--darker-primary-color);
}

#arrival>.custom-container>div>ul>li>hr {
  border-width: 2px;
  opacity: 1;
}

#arrival>.custom-container>div>ul>li>p {
  text-align: justify;
}

#arrival>.custom-container>div>ul>li>p:last-child {
  margin-bottom: 0;
}

#arrival>.custom-container>div>ul>li>div {
  border: 2px solid var(--primary-color);
}

#arrival>.custom-container>div>ul>li>div>img {
  width: 100%;
}

#arrival .swiper {
  padding-bottom: 2rem;
}

#arrival .swiper-scrollbar {
  --swiper-scrollbar-drag-bg-color: var(--primary-color);
  --swiper-scrollbar-bg-color: #aaa;
  left: 0;
  width: 100%;
}

/* end of ARRIVAL section */

/* ======================================================================= */

/* ======================================================================= */

/* MEDICAL section */

#medical {
  text-align: center;
}

#medical h3 {
  margin-bottom: 2rem;
}

#medical p {
  width: 80%;
  margin: 0 auto;
}

/* end of MEDICAL section */

/* ======================================================================= */

/* ======================================================================= */

/* TRANSPORTATION section */

#transportation>.custom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#transportation>.custom-container>div {
  width: 20%;
  margin-right: 4rem;
}

#transportation>.custom-container>ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 70%;
}

#transportation>.custom-container>ul>li {
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  border: 2px solid var(--primary-color);
  border-radius: 45px;
  width: 100%;
  box-shadow: 0 5px 0px 0 var(--darker-primary-color);
  display: flex;
  align-items: center;
}

#transportation>.custom-container>ul>li>h5 {
  font-size: 4rem;
  text-wrap: nowrap;
  margin-right: 1rem;
  margin-bottom: 0;
}

#transportation>.custom-container>ul>li>hr {
  border-width: 2px;
  opacity: 1;
}

#transportation>.custom-container>ul>li>p {
  text-align: justify;
  margin-bottom: 0;
}

/* end of TRANSPORTATION section */

/* ======================================================================= */

/* ======================================================================= */

/* ADDITIONAL section */

#additional {
  text-align: center;
}

#additional h3 {
  margin-bottom: 2rem;
}

#additional ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}

#additional ul>li {
  width: 30%;
  display: flex;
  flex-direction: column;
}

#additional ul>li>p {
  flex-grow: 1;
}

#additional ul>li>div {
  border: 2px solid #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin: auto;
}

#additional ul>li>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* end of ADDITIONAL section */

/* ======================================================================= */

/* ======================================================================= */

/* CHECKLIST section */

#checklist {
  text-align: center;
}

#checklist h3 {
  margin-bottom: 2rem;
}

#checklist ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  text-align: justify;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  height: 440px;
  color: #ffffff;
  background-color: var(--primary-color);
  padding: 2rem;
  border-radius: 1rem;
}

#checklist ul>li {
  width: 320px;
  margin: 0 1rem .5rem;
}

#checklist ul>li>svg {
  margin-right: .5rem;
  flex-shrink: 0;
}

#checklist ul>li>p {
  text-align: left;
  margin-bottom: 0;
}

/* end of CHECKLIST section */

/* ======================================================================= */

/* ======================================================================= */

/* footer section */

footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer>.custom-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

footer>.custom-container>.info,
footer>.custom-container>.links {
  margin-right: 3rem;
}

footer>.custom-container>div {
  flex: 0 1 auto;
}

footer>.custom-container>.info>div:first-child,
footer>.custom-container>.info>p {
  margin-bottom: 1rem;
}

footer>.custom-container .social {
  display: flex;
}

footer>.custom-container .social>.btn {
  --bs-btn-bg: #ffffff10;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .75rem;
  border-radius: 9999px;
}

footer>.custom-container .social>.btn:not(:last-child) {
  margin-right: .5rem;
}

footer>.custom-container .social>.btn>svg {
  width: 100%;
  height: 100%;
}

footer>.custom-container .mobile-copyright {
  display: none;
}

footer>.custom-container>.links>nav {
  width: max-content;
  padding: 0;
}

footer>.custom-container>.links>nav>ul:first-child {
  margin-right: 2.5rem;
}

footer>.custom-container>.location>a {
  display: inline-block;
  margin-bottom: 1rem;
}

footer>.custom-container>.location>a>svg {
  height: 20px;
  width: 24px;
  margin-top: -2px;
}

footer>.custom-container>.location>.gmaps {
  border: 2px solid #ffffff;
  height: 200px;
  overflow: hidden;
}

footer>.custom-container>.location>.gmaps>iframe {
  max-width: 100%;
}



/* end of footer section */

/* ======================================================================= */

/* ======================================================================= */

/* scroll to top */

.scroll-to-top-wrapper {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 98;
}

.scroll-to-top-wrapper>.btn {
  --bs-btn-bg: var(--primary-color-80);
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 9999px;
  box-shadow: 0 2px 6px 1px #00000080;
}

.scroll-to-top-wrapper>.btn>svg {
  width: 100%;
  height: 100%;
}

/* end of scroll to top */

/* ======================================================================= */

/* ======================================================================= */
/* ======================================================================= */

/* ======================================================================= */

/* responsive style */

/* ======================================================================= */

/* medium max-width */
@media (max-width: 992px) {

  /* ======================================================================= */

  header>nav.navbar>div,
  .custom-container,
  #hero>div:first-child,
  #hero>.greetings {
    padding-left: 60px;
    padding-right: 60px;
  }

  /* ======================================================================= */

  /* HERO section */

  #hero>div:first-child>.event-logo {
    width: 22%;
    height: auto;
  }

  #hero>div:first-child>.content {
    width: 100%;
  }

  /* end of HERO section */

  /* ======================================================================= */

  /* EVENT section */

  #event>.custom-container>div {
    flex-wrap: wrap;
  }

  /* end of EVENT section */

  /* ======================================================================= */

  /* PREPARATION section */

  #preparation ul>li {
    width: 240px;
    flex: 1 0 auto;
  }

  #preparation ul>li:last-child {
    margin-right: 0 !important;
  }

  /* end of PREPARATION section */

  /* ======================================================================= */

  /* REGISTRATION section */

  #registration>.custom-container>ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  #registration>.custom-container>ul>li:not(:last-child) {
    margin-right: 0;
  }

  #registration>.custom-container>ul>li {
    margin-bottom: 2.5rem;
  }

  /* end of REGISTRATION section */

  /* ======================================================================= */

  /* VISA section */

  #visa>.custom-container>div {
    flex-direction: column;
    align-items: start;
  }

  #visa>.custom-container>div>div:first-child {
    margin-right: 0;
  }

  /* end of VISA section */

  /* ======================================================================= */

  /* ARRIVAL section */

  #arrival>.custom-container {
    flex-wrap: wrap;
  }

  #arrival>.custom-container>div:first-child {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  #arrival>.custom-container>div>ul {
    flex-wrap: nowrap;
  }

  #arrival>.custom-container>div>ul>li {
    min-width: 320px;
    margin-bottom: 0;
  }

  /* end of ARRIVAL section */

  /* ======================================================================= */

  /* TRANSPORTATION section */

  #transportation>.custom-container {
    flex-wrap: wrap;
  }

  #transportation>.custom-container>div:first-child {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  #transportation>.custom-container>ul {
    width: 100%;
  }

  /* end of TRANSPORTATION section */

  /* ======================================================================= */

  /* ADDITIONAL section */

  #additional ul {
    flex-direction: column;
  }

  #additional ul>li {
    margin-bottom: 2rem;
    width: 100%;
  }

  #additional ul>li>div {
    width: 75%;
    aspect-ratio: 2 / 1;
  }


  /* end of ADDITIONAL section */

  /* ======================================================================= */

  /* CHECKLIST section */

  #checklist ul {
    flex-wrap: nowrap;
    height: 100%;
  }

  #checklist ul>li {
    margin: 0 0 .5rem;
    width: 100%;
  }

  /* end of CHECKLIST section */

  /* ======================================================================= */

  /* footer section */

  footer>.custom-container>.links>nav {
    width: min-content;
  }

  footer>.custom-container>.links>nav>ul>li {
    margin: 0;
  }

  footer>.custom-container>.info,
  footer>.custom-container>.links,
  footer>.custom-container>.links>nav>ul:first-child {
    margin-right: 1.5rem;
  }

  /* end of footer section */

  /* ======================================================================= */

}

/* ======================================================================= */

/* ======================================================================= */

/* small max-width */
@media (max-width: 580px) {

  /* ======================================================================= */

  header>nav.navbar>div,
  .custom-container,
  #hero>div:first-child,
  #hero>.greetings,
  footer>.custom-container .mobile-copyright {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* ======================================================================= */

  /* HERO section */

  #hero>div:first-child>.event-logo {
    width: 30%;
  }

  #hero>div:first-child>.content,
  #hero>.greetings>div {
    width: 100%;
  }

  /* end of HERO section */

  /* ======================================================================= */

  /* footer section */

  footer>.custom-container {
    flex-direction: column;
    text-align: center;
  }

  footer>.custom-container>.info>p,
  footer>.custom-container>.links>h5 {
    display: none;
  }

  footer>.custom-container>.info,
  footer>.custom-container>.links,
  footer>.custom-container>.links>nav>ul:first-child,
  footer>.custom-container>.location {
    margin-right: 0;
  }

  footer>.custom-container>.links {
    margin-bottom: 2rem;
  }

  footer>.custom-container>.location {
    margin-bottom: calc(122px + 2rem);
  }

  footer>.custom-container>.links>nav {
    width: 100%;
  }

  footer>.custom-container>.links>nav>ul {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }

  footer>.custom-container>.location>.gmaps {
    width: 80%;
    margin: auto;
  }

  footer>.custom-container>.location>.gmaps>iframe {
    width: 100%;
  }

  footer>.custom-container .dynamic-place {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: var(--additional-top);
  }

  footer>.custom-container .social {
    justify-content: center;
  }

  footer>.custom-container .social>.btn:not(:last-child) {
    margin-right: 1rem;
  }

  footer>.custom-container .mobile-copyright {
    display: block;
  }

  /* end of footer section */

  /* ======================================================================= */

}

/* ======================================================================= */
/* ======================================================================= */
/* ======================================================================= */