/*
* RegistrationHacks Style File
* http://bit.ly/1ywfhq7
*/
/* Open Sans Google Font */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,700);

/* Montserrat Google Font */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* DM Sans Google Font */
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap);

/* Hanken Grostek */
@import url(https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/*
 * Primary Blue: #44D5FF;
 * Dark Blue: #0F2C34;
 * Primary Pink: #FF7FA8;
 */

* {
  font-family: "Hanken Grotesk";
  font-weight: 600;
}
body {
  background-color: transparent !important;
}
section,
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
  background-color: none;
}

/* two sides */
.top-section {
  background: linear-gradient(
    180deg,
    #000000 0%,
    #090d1e 49.79%,
    rgb(9, 13, 30) 101.7%
  );
  color: #f7f8fa;
  position: relative;
}

.bottom-section {
  padding-top: 150px;
  padding-bottom: 110px;
  color: #000;
  background-color: #090d1e;
  background-image: url("/images/transition.svg");
  background-repeat: no-repeat;
  background-size: cover;
}


/*
 * Trust Badge
 */

#mlh-trust-badge {
  display: block;
  max-width: 100px;
  min-width: 60px;
  width: 10%;
}

#register-button {
  background-color: #ffffff;
  color: #d793e4;
  transition: all 1s ease-out;
}
#register-button:hover {
  color: #ffffff;
  background-color: #d793e4;
}

#preregister-button {
  background-color: #ffffff;
  color: #d793e4;
  transition: all 1s ease-out;
  padding: 12px 24px;
  font-size: 15px;
}
#preregister-button:hover {
  color: #ffffff;
  background-color: #d793e4;
}

.badges {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  column-gap: 4rem;
  z-index: 10000;
  padding-right: 4rem;
  align-items: flex-start;
  top: 0;
  right: 0;
  /* height: 6vh; */
  position: fixed;
  width: min-content;
  flex-wrap: nowrap;
}

/* sponsor section */

/* .wrap-layer {
  position: relative;
}
.text-layer {
  position: absolute;
  width: 100%;
  height: auto;
} */

#sponsorship-button {
  background-color: #ffffff;
  color: #00071e;
  transition: all 1s ease-out;

}

#sponsorship-button:hover {
  background-color: #288d2a;
  color: #ffffff;
  box-shadow: #0f2c34;
}

.sponsor {
  width: 300px;
}

.zoom {
  transition: transform 0.2s;
}
/*
 * Hero Section
 */
.call-to-action {
  position: relative;
}
.call-to-action h4 {
  display: inline;
}

#floating {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: auto;
  top: 0;

  /* background: url("/images/masks/Gradientheader.svg") no-repeat; */
}

.hero {
  /* background-color: #F5699C; */
  /* min-height: 100vh; */
  margin: auto;
  padding-top: 110px;
}

#sparkle-stars {
  max-width: 45%;
  height: auto;
}

.fh-logo {
  width: 34.8387%;
  height: auto;
  /* left: 37.59%; */
  /* top: 71.05%; */
  /* z-index: 1; */
  /* position: relative; */
}

.fh-logo img {
  width: -webkit-fill-available;
}

.fh-logo span {
  font-weight: lighter;
  line-height: 122%;
  font-size: 30px;
}

.hero hr {
  border-top: 15px solid #0f2c34;
  margin: 0;
  position: relative;
  top: -14px;
}

.hero .wrapper {
  padding-top: 30vh;
}

.hero .wrapper h1 {
  /* background: #fff;
  background: rgba(255, 255, 255, .3); */
  display: inline-block;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -2px;
  padding: 10px 30px;
}

.hero .wrapper h2 {
  font-size: 28px;
  font-weight: 200;
}

.hero .wrapper h3 {
  font-size: 20px;
  font-weight: 200;
  padding-bottom: 35px;
}

.hero .buttons {
  margin: 40px 0;
}

.hero .buttons a {
  /* background: #fff; */
  border: 10px solid #0f2c34;
  border-radius: 40px;
  color: #abbcc1;
  display: inline;

  font-size: 24px;
  font-weight: 700;
  padding: 10px 70px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero .buttons a:hover,
.hero .buttons a:focus {
  background-color: #0f2c34;
  color: #f9f9f9;
  transition: all 0.2s ease;
}

.hero .buttons a:not(:last-child) {
  margin-right: 10px;
}
/*
 * About Section
 */

.about {
  border-width: 15px 0;
  color: #f9f9f9;
  padding: 130px 0;
  position: relative;

  display: flex;
  flex-direction: column;
  align-content: flex-start;
}

.about p {
  color: #eeeeee;
  
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 122%;
}

.about p span {
  font-weight: 700;
  text-transform: uppercase;
}

.about h1 {
  
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 122%;
  /* or 67px */

  background: linear-gradient(90deg, #dafff2 0%, #b1daff 121.39%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.about .description {
  display: inline-block;
}

/*
 * Info Section
 */

.info {
  /* background-color: #fff; */
  margin-top: 15px;
  padding: 100px 0;
  position: relative;
}

.info .item {
  padding: 20px;
}

.info .item h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 122%;
  margin: 20px 0;
}

.info .item img {
  max-width: 220px;
}

.info .item p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 122%;
}

/*
 * FAQ Section
 */

.faq {
  position: relative;
  background-color: #f9f9f9;
  color: #000000;
}

.faq h1 {
  font-weight: 700;
  margin: 30px 0;
}

.faq .question .question-gradient {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 100%;
  /* identical to box height, or 25px */

  background: linear-gradient(90deg, #3fa1cb 18.08%, #9d57e3 95.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.faq .question hr {
  border-top: 8px solid #0f2c34;
  margin: 20px 0;
  width: 80px;
}

.faq .question p {
  font-size: 18px;
  line-height: 1.5em;
}

.faq img {
  margin-bottom: -2px;
  margin-top: 40px;
  width: 300px;
}

/*
 * Footer Section
 */

#footer-mask-gradient {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 35%;
  bottom: 0px;
  overflow: hidden;
}

.footer {
  color: #f9f9f9;
  padding: 30px 0;
}

.footer img {
  max-width: 250px;
  margin-bottom: 15px;
}

.footer h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.footer h3 a {
  color: #f9f9f9;
}

/* media queries */
@media (max-width: 768px) {
  .hero .buttons a {
    border-width: 8px;
    display: block;
    font-size: 20px;
    margin: 5px;
  }

  .hero img {
    width: 250px;
  }

  .hero hr {
    border-top-width: 8px;
    top: -8px;
  }

  /* about */
  .about .description {
    width: 100%;
  }

  .about .container {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .fh-logo #logo {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .fh-logo #logo {
    width: 80%;
  }
}
