/* GLOBAL */

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  letter-spacing: 1px;
  background: white;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
}

.container {
  margin: auto;
  overflow: hidden;
  background: white;
  display: block;
}

/* HEADER */
.header {
  display: flex;
  flex-direction: row;
  height: calc(0.1 * 100vw);
  background: white;
  padding: 20px;
  font-weight: bold;
}

.header .logo {
  width: 30%;
  height: 100%;
  max-height: 50px;
  text-align: center;
  margin: auto;
}

.header .logo img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}

.header .nav {
  width: 70%;
  height: 100%;
  text-align: center;
  justify-content: left;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .nav a {
  color: black;
  text-decoration-line: none !important;
  margin-left: 10px;
  margin-right: 10px;
}

.header .nav .button {
  height: 100%;
  width: fit-content;
  display: flex;
  align-items: center;
}

.header .nav .button img {
  height: 60%;
  object-fit: contain;
}

.header .menu-container .button img {
  height: 100%;
  width: auto;
}


#nav3 {
  min-width: fit-content;
  background: #C6202F;
  padding: 10px;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  height: fit-content;
  margin: auto;
  border-radius: 20px;
}

.footer-top #nav3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

#myModal #nav3 {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}


@media only screen and (max-width: 800px) {

  #nav3 {
    display: none;
  }

  .footer-top #nav3 {
    display: block;
  }

  #myModal #nav3 {
    display: block;
  }

}




/* IMAGES */
.image1, .image2, .image3 {
  position: absolute;
}

.image1-responsive, .image2-responsive, .image3-responsive {
  position: absolute;
}

/* SECTION 1*/
.section1 {
  height: calc(0.332 * 100vw);
  position: relative;
}

/* SECTION 2*/
.section2 {
  height: auto;
  position: relative;
  background: white;
}

#image2_1 {
  margin-top: 20px;
}

.image2_2-container {
  position: relative;
  max-width: 120px;
  width: 30%;
  margin-bottom: 20px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (max-width: 800px) {
  .image2_2-container {
    margin-right: auto;
  }
}


/* WHITE SECTION 3 */
.white-section {
  background-image: url("../assets/img/global/white_background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* SECTION 3 */
.section3 {
  height: calc(0.6 * 100vw);
  position: relative;
  cursor: pointer;
}

/* SECTION 4 */
.section4 {
  height: calc(0.6 * 100vw);
  position: relative;
  cursor: pointer;
}


/* SECTION 5 */
.section5 {
  height: calc(0.6 * 100vw);
  position: relative;
  cursor: pointer;
}

/* SECTION 6 */
.section6 {
  height: calc(0.138 * 100vw);
  position: relative;
}

/* SECTION 7 */
.section7 {
  height: calc(0.355 * 100vw);
  position: relative;
}


/* FOOTER */
.footer {
  background: #231F20;
  padding-top: 10px;
  padding-bottom: 10px;
}


.footer-top {
  width: 90%;
  text-align: center;
}


.footer-top {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}


.footer-top div {
  width: 16.5%;
  color: white;
  text-align: left;
}

.footer-top div h5 {
  margin-bottom: 5px;
  text-align: left;
}

.footer-top div a {
  font-size: 12px;
  margin-bottom: 20px;
  display: block;
}


.footer-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.footer-bottom div h5 {
  text-align: center;
  color: white;
  font-size: x-small;
  font-weight: normal;
}

.footer-social {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.footer-social a {
  width: 15%;
  min-width: 35px;
}

.footer a {
  color: white;
  text-decoration: none;
  font-weight: lighter;
}


@media only screen and (max-width: 800px) {

  .footer-top {
    flex-direction: column;
  }

  .footer-top div {
    width: 100%;
    text-align: center;
  }

  .footer-top div h5 {
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom div {
    width: 100% !important;
    text-align: center;
    justify-content: center;
  }

  .footer-bottom div h5 {
    text-align: center;
  }

}



/* RESPONSIVE */
.header .menu-container {
  display: none;
}

.image1, .image2, .image3 {
  display: block;
}

.image1-responsive, .image2-responsive, .image3-responsive {
  display: none;
}

#image4_1_responsive {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

#image4_2_responsive {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

#image4_3_responsive {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

#image5_3_responsive {
  position: relative;
}


@media only screen and (max-width: 800px) {

  .header {
    height: calc(0.2 * 100vw);
  }

  .header .nav {
    display: none;
  }

  .header .logo {
    width: 80%;
    text-align: left;
  }

  .header .menu-container {
    display: flex;
    width: 20%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }


}


/* MENU */

.menu {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #C02033;
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}



/* MENU MODAL */
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: absolute;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 0;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background: white;
  margin: auto;
  padding: 20px;
  width: 50%;
  max-width: 400px;
  margin-right: 0;
}

/* The Close Button */
.close {
  color: gray;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.menu-nav {
  display: flex;
  flex-direction: column;
}

.menu-nav a {
  color: black;
  text-decoration-line: none !important;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}

.menu-nav a:hover {
  color: gray;
}


.menu-nav .button img {
  max-height: 50px;
  margin-top: 20px;
  object-fit: contain;
}


/* FORM */

.form-container {
  margin: auto;
  width: 80%;
  display: block;
  position: relative;
}


.form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  justify-content: center;
  padding-bottom: 40px;
}

.form div {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form input {
  width: 80%;
  border: none;
  background: #E8E8E9;
  height: 40px;
  border-radius: 10px;
  margin: auto;
  text-align: left;
  padding-left: 20px;
  color: #4d4a4a;
  font-size: larger;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}


.form label {
  display: none !important;
}

.form .error {
  border-width: 1px;
  border-color: red;
  border-style: solid;
}


@media only screen and (max-width: 800px) {

  .form {
    flex-direction: column;
  }

  .form div {
    width: 100%;
    margin-bottom: 10px;
  }

  .image2_2-container {
    width: 50%;
  }

}


.gender-left-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border: none;
}

.gender-right-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  border: none;
}

#selectedGenderImage {
  position: absolute;
  left: 0;
  top: 0;
}

/* THANK YOU PAGE */
.thankyou-title {
  color: #C6202F;
  text-align: center;
  padding-top: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.team {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.team div {
  padding: 40px;
}

.team div img {
  object-fit: contain;
}


.team div h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.team div h1 {
  color: #C6202F;
  text-align: center;
  font-size: xxx-large;
  margin-top: 0px;
}

@media only screen and (max-width: 800px) {

  .team {
    flex-direction: column;
  }

}





/* LOADER */
#loader {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.90);
}

#loaderLogo {
  display: block;
  max-width: 200px;
  object-fit: contain;
  margin: auto;
  margin-top: 45vh;
}



#snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #C6202F;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 30px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: max-content;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.show {
  visibility: visible !important;
  /* Show the snackbar */

  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}




/* SLIDER */
* {
  box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  pointer-events: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #717171;
  font-weight: bold;
  font-size: xxx-large;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: #C6202F;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #717171;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #C6202F;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}


/* VIDEO */
.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}