/* ======================================================
                         RESET
====================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #1c6fb4;
  color: #111;
}

img {
  max-width: 100%;
  display: block;
}

/* ======================================================
                    STICKY HEADER
====================================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;

    background: #156aa5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 60px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 9999999999;
    }

.header-spacer {
  width:30%;
}

.fuck {
  display: flex;
  justfy-content: center;
  align-items: center;
  width: 30%;
}


.nav {
    display: flex;
    gap: 28px;
    justify-content: end;
    align-items: center;
  width: 30%;
}

.nav a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: 0.25s;
    }

.nav a:hover {
    transform: translateY(-2px);
    opacity: 0.8;
    }

.join-btn {
    background: linear-gradient(45deg,#ff2fa6,#9b4dff);
    padding: 8px 18px;
    border-radius: 20px;
    transition: 0.25s;
    }

.join-btn:hover {
    transform: scale(1.08);
    }

.menu {
    display: none;
    font-size: 26px;
    }

/* ======================================================

                         FAQ

====================================================== */

.FAQ {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
  background: #1c6fb4;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}

.FAQ h2 {
  font-size: 72px;
  font-weight: 900; 
  line-height: 0.8;
  margin-bottom: 50px;
}

.title {
  display: flex;
  align-items: center;
  background: #1c6fb4;
  color: white;
  padding: 20px;
}


.FAQ img {
  width: 50%;
  margin: 0 15%;
}

.left-side {
  position: sticky;
  top: 150px;
}

.right-side {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 150px;
}

.center-column {
  display: flex;
  flex-direction: column;
  align-items: left;
  background: #1c6fb4;
  color: white;
  width: 50%;
  max-width: 1000px;
}

.question {
  display: flex;
  flex-direction: row;
  align-items: left;
  padding: 10px 10px 2px;
  margin: 20px 40px 0 -40px;
  background-color: rgb(0 0 0 / 10%);
  border-radius: 20px;
  border: 2px solid #444;
}

.FAQ h4 {
  font-size: 32px;
  font-weight: 300; 
  padding: 12px;
  transform: translateY(-6px);
}

.Q2 {
  padding: 12px;
  font-weight: 600; 
}

.answer {
  display: flex;
  flex-direction: row;
  align-items: start;
  padding: 10px;
  margin: 20px 0 20px 0;
  position: relative;
  background-color: #337ebc;
  border-radius: 20px;
  border: 2px solid white;
}

.answer-left {
  display: flex;
  flex-direction: row;
  align-items: start;
  padding: 10px;
  margin: 20px 0 20px;
  position: relative;
  background-color: #337ebc;
  border-radius: 20px;
  border: 2px solid white;
}

.word-bubble-tail-right {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  right: -97px;
  bottom: 20px;
}

.word-bubble-tail-left {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left: -97px;
  bottom: 20px;
  }

.A2 {
  padding: 12px;
}

/*
.FAQ-text {
    width: 40%;
    max-width: 800px;
    padding: 0 60px 0 0;
    position: relative;
    z-index: 2;
    }
*/

.FAQ p {
  font-size: 20px;
  }

.FAQ a {
    text-decoration: underline;
    color: white;
    font-weight: 600;
    transition: 0.25s;
    }


.big-bottom-spacer {
  height:200px;
  }

.e-mail {
text-align: center;
}

.e-mail p {
font-size: 26px;
}

/* ======================================================

                       NEXT SECTION 

====================================================== */

.next-section {
  width: fit-content;
  margin: -240px 0 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

/* ======================================================

                       RESPONSIVE 

====================================================== */


@media (max-width: 1175px) {

.header-spacer {
  display: none;
}

.menu-logo {
  padding: 0;
  margin: 0;
  align-items: start;
}

.menu-logo img {
  transform: translateX(-25px);
}

.nav {
  width: 70%;
}

/*
.skyline {
  background-image: none;
}

.column {
  margin: 20px;
  }
*/

}

/* ======================================================

                         MOBILE 

====================================================== */

@media (max-width: 600px) {

/* ==============================================
                     MENU                             [MOBILE]
============================================== */

button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.header-spacer {
  display: none;
}

.menu-logo {
  display: none;
}

.nav {
  display: none;
}

.header {
  width: 100vw;
  padding: 5px;
  }

.small-logo {
  width: 100px;
  }

.hidden-menu {
  color: #156aa5;
  }

.menu {
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  }

/*.e-mail {
  font-size: 100%;
  }
*/

/* ==============================================
                     FAQ                             [MOBILE]
============================================== */

.FAQ {
  flex-direction: row;
  padding-top: 50px;
  padding-bottom: 50px;
}

.FAQ h2 {
  font-size: 60px;
  font-weight: 900; 
  line-height: 0.8;
  margin-bottom: 0px;
}

.title {
  display: flex;
  align-items: center;
  padding: 20px;
}

.FAQ img {
  display: none;
}

/*
.left-side {
  position: sticky;
  top: 150px;
}

.right-side {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 150px;
}
*/

.center-column {
/*
  display: flex;
  flex-direction: column;
  align-items: left;
  background: #1c6fb4;
  color: white;
*/
  width: 90%;
/*
  max-width: 1000px;
*/
}

.question {
  flex-direction: column;
  padding: 10px;
  margin: 20px 0 10px 0;
}

.FAQ h4 {
  display: none;
}

.Q2 {
  padding: 12px;
  font-weight: 600; 
}

.answer, .answer-left {
  flex-direction: column;
  padding: 10px;
  margin: 10px 0 20px 0;
}

/*
.answer-left {
  display: flex;
  flex-direction: row;
  align-items: start;
  padding: 10px;
  margin: 20px 0 20px;
  position: relative;
  background-color: #337ebc;
  border-radius: 20px;
  border: 2px solid white;
}

.word-bubble-tail-right {
  display: flex;
  justify-content: flex-start;
  position: absolute;
  right: -97px;
  bottom: 20px;
}

.word-bubble-tail-left {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left: -97px;
  bottom: 20px;
  }
*/

.A2 {
  padding: 12px;
}

/*
.FAQ-text {
    width: 40%;
    max-width: 800px;
    padding: 0 60px 0 0;
    position: relative;
    z-index: 2;
    }
*/

.FAQ p {
  font-size: 20px;
  }

.big-bottom-spacer {
  height:0;
  }

/* ======================================================

                       NEXT SECTION 

====================================================== */

.next-section {
  width: fit-content;
  margin: 0 0 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

}


