@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!!!!!!
iya.... ok... ga usah marah anjay wkkwkw*/

body {
  margin: 0px;
}

.header {
  font-family: "Plus Jakarta Sans", sans-serif;
}

body {
  font-family: Plus Jakarta Sans;
  margin: 0;
  padding: 0;
}

.hbanner {
  background: linear-gradient(270deg, #000000 1.5%, #02112e 30%);
  position: relative;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  width: bold;
}

.bgAbout {
  display: flex;
  justify-content: center;
}
.bgAbout img {
  width: 100%;
  height: 100%;
}

.judul {
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3em;
  font-weight: 800;
  font-style: bold;
  text-shadow: 4px 4px 4px rgb(0, 0, 0);
}


@media (max-width: 430px) {
  .hbanner .judul {
    font-family: "Plus Jakarta Sans";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1em;
    font-weight: 600;
    
    
  }
}

/*About*/
.about-us h2 {
  margin-top: 18px;
  margin-left: 30px;
  font-size: 45px;
  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: 1fr 0.5fr;
  grid-gap: 50px 30px;
  flex: auto;
  gap: 16px;
  padding-bottom: 3%;
}

.about-content .left {
  display: flex;
  align-items: center;
}

.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: auto;
  width: 80%;
  margin-left: 5%;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .about-content .left .about-text {
    padding-right: 0;
    padding-bottom: -90px;
  }
  .about-content .right .about-image {
    display: flex;
    justify-content: center;
  }
  .about-content .right .about-image img {
    height: auto;
    width: 80%;
    margin-left: 0%;
  }
}

@media (max-width: 768px) {
  .about-content {
    width: 100%;
    grid-template-columns: 1fr;
  }
}

.highlight {
  color: #01359d;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

/*Visi Misi*/
.visi h2 {
  text-align: left;
  margin-right: 30px;
}
.misi h2 {
  text-align: right;
  margin-right: 30px;
}

.visi h2,
.misi h2 {
  color: white;
  margin-top: 18px;
  margin-left: 30px;
  font-size: 45px;
  font-weight: 800;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
  text-shadow: 0px 4px 4px rgb(255, 255, 255, 0.25);
}

.teksvisi,
.teksmisi {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.hbannervisimisi button {
  /*margin: 5px;*/
  gap: 10px;
  background: linear-gradient(90deg, #000f2d 0%, #012b9d 100%);
  color: white;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  border: none;
  border-radius: 10px;
  width: 80%;
  padding: 2%;
  border: 1px solid white;
  pointer-events: none;
}

/* Values  */
@media (min-width: 991px) {
  .hbannervisimisi {
    height: 70vh;
    width: 100%;
    color: white;
    margin-bottom: 2px;
    padding: 0;
    background-image: url("/static/media/Hero-Image-FMC.webp");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .values {
    width: 100%;
    height: 80vh;
    color: white;
    background-image: url("/static/media/FEB.webp");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hbannervisimisi .misi {
    margin-bottom: 3rem;
  }

  .values h2 {
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 54px;
    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;
    margin-bottom: 24px;
  }

  .valuestext {
    font-family: "Plus Jakarta Sans";
    position: relative;
    gap: 10px;
    color: black;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    margin: 10px 150px;
  }
}

@media screen and (max-width: 991px) {
  .hbannervisimisi {
    height: 100vh;
    width: 100%;
    color: white;
    margin-bottom: 2px;
    padding: 0;
    background-image: url("/static/media/Hero-Image-FMC.webp");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .values {
    width: 100%;
    height: 70vh;
    margin-bottom: 20px;
    padding: 0;
    background-image: url("/static/media/FEB.webp");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .values .misi {
    margin-bottom: 6rem;
  }

  .values h2 {
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 33px;
    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;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .valuestext {
    font-family: "Plus Jakarta Sans";
    position: relative;
    gap: 10px;
    color: black;
    font-size: 18px;
    font-weight: 400px;
    text-align: justify;
    margin: 20px;
    margin-top: 10px;
  }
}

/* Testimoni Alumni  */

.testimoni-alumni {
  display: flex;
  flex-direction: column;
  margin-left: 3em;
  margin-bottom: 2em;
}

.testimoni-alumni-title{
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  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);
}

.TA-text {
  max-width: 60em;
  font-size: 20px;
}

.TA-image img {
  width: 100%;
}

.TA-image{
  width: 28em;
}

.highlight {
  color: #01359d;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style:normal;
  font-weight: 700;
  line-height: 3px;
}

.TA-text h3 {
  font-size: 39px;
  margin-bottom: -25px;
  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);
}

.TA-text h4 {
  font-size: 20px;
  font-weight: 800;
  background: linear-gradient(90deg, #000f2d 0%, #012b9d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width:540px) {
  .testimoni-alumni {
    margin-left: 1em;
  }
  .TA-image {
    width: 70%;
  }
  .TA-text {
    margin-right: 1em;
  }
}