@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

* {
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* reset user agent margin (from browser) JANGAN DIEDIT!!!!!! */
body {
  margin: 0px;
}

.header {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.hero-banner button {
  stroke:#000000;
  margin: 0 auto;
  display: block;
  border: none;
  border-radius:6px;
  margin-top: 8em;
  font-weight: bold;
}

.hero-banner button:hover {
  color: #ffffff;
  background: #012b9d;
  stroke: #ffffff;
}

.hero-banner button p {
  margin: 0;
}

@media (max-width: 991px) {
  .hero-banner {
    height: 100vh;
    width: 100%;
    color: white;
    margin-bottom: 36px;
    padding: 0px;
    background-image: url("/static/media/Hero-Image-FMC.webp");
    background-repeat: no-repeat;
    background-size: cover;
    

  }
  .buttons {
    width: 100%; 
  }
}

/* */
@media (min-width: 991px) {
  .hero-banner {
    height: 100vh;
    width: 100%;
    color: white;
    padding: 0;
    background-image: url("/static/media/Hero-Image-FMC.webp");
    background-repeat: no-repeat;
    background-size: cover;
    

  }
}

@media (max-width: 991px) {
  .hero-banner .fmc-text {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 7rem;
    font-weight: 800;
    line-height: 7rem;
    padding: 3rem 0rem 0rem 1rem;
    margin-left: 20px;
  }
  .hero-banner .feb-unpad-text {
    color: #fff;
    font-size: 2rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: -20px;
    padding: 1em 16px;
  }
}

@media (min-width: 991px) {
  .hero-banner .fmc-text {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 8rem;
    font-style: normal;
    font-weight: 800;
    line-height: 8rem;
    padding: 3rem 0rem 0rem 1rem;
  }
  .hero-banner .feb-unpad-text {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: -20px;
    padding: 10px 20px;
  }
}

@media (max-width: 700px) {
  .hero-banner .fmc-text {
    font-size: 4rem;
    line-height: 4rem;
    padding-left: 0;
  }
  .hero-banner .feb-unpad-text {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 430px) {
  .hero-banner {
    height: 50vh;
  }
  .hero-banner .fmc-text {
    font-size: 3rem;
    line-height: 3rem;
  }
  .hero-banner .feb-unpad-text {
    font-size: 1rem;
    line-height: 1rem;
  }
  .hero-banner button{
    margin-top: 1.5em;
  }
}

@media (max-width: 375px) {
  .hero-banner {
    height: 50vh;
  }
}

@media (min-width: 900px) and (max-height: 675px) {
  .hero-banner .fmc-text {
    font-size: 6rem;
    line-height: 6rem;
  }
  .hero-banner .feb-unpad-text {
    margin-top: 0.2em;
    font-size: 2rem;
    line-height: 2rem;
  }
}
/*About-us*/

.about-us h2 {
  margin-top: 18px;
  margin-left: 30px;
  font-size: 50px;
  font-weight: 800;
  background: linear-gradient(90deg, #000f2d 0%, #012b9d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about-content {
  width: 100%;
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  flex: auto;
}

.about-content .left .about-text {
  padding-right: 20px;
}

.about-content .left p {
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 15px;
  font-size: 18px;
  text-align: justify;
}

.about-content .right .about-image img {
  height: 100%;
  width: 100%;
}

.about-us .about-image {
  display: flex;
  justify-content: flex-end;
}

.about-us a {
  text-decoration: none;
}

@media (max-width: 991px) {
  .about-content .left .about-text {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about-us h2 {
    font-size: 30px;
  }

  .about-content {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .about-us .about-image {
    display: flex;
    margin-top: 29px;
    margin-bottom: -10px;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .about-content .right .about-image img {
    height: 100%;
    width: 90%;
  }
}

.highlight {
  color: #01359d;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 5px;
}

.about-us button {
  /*button*/
  margin: 0 auto;
  width: 110px;
  height: 47px;
  border-radius: 6px;
  border: none;
  background: #85b4ff;
  color: #ffffff;
  font-family: Plus Jakarta Sans;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.3s ease;
  stroke: #ffffff;
}

.about-us button:hover {
  background: #0d00c7;
  stroke: #ffffff;
}

.pengurus h2 {
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
  text-shadow: 9px 6px 6px rgba(0, 0, 0, 0.25);
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: linear-gradient(90deg, #000f2d 0%, #012b9d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-pengurus {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

@media (max-width: 991px) {
  .pengurus h2 {
    font-size: 30px;
  }
  .content-pengurus {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
  }
  .pengurus-image {
    width: 50%;
    align-self: center;
    align-content: space-between;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .pengurus-image img {
    height: auto;
    width: 170%;
    align-self: center;
  }
  .pengurus-info {
    text-align: justify;
    margin: 30px;
    width: 80%;
  }
  .division-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-content: center;
  }
}

@media (min-width: 991px) {
  .pengurus-image {
    width: 30%;
  }
  .pengurus-image img {
    max-width: 100%;
  }
  .pengurus-info {
    width: 60%;
    text-align: justify;
    margin-left: 30px;
  }
}

.pengurus-info p {
  font-size: 18px;
}

.division-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: non-wrap;
}

.divisions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.pengurus-info button {
  margin: 5px;
  gap: 10px;
  background: linear-gradient(90deg, #000f2d 0%, #012b9d 100%);
  color: white;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 25px;
  width: 18rem;
  padding: 10px 0px;
  pointer-events: none;
}
