@import url("https://fonts.googleapis.com/css2?family=Poppins: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");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  background-color: #fff;
  font-family: "Poppins", serif;
  font-size: 12px;
  opacity: 0;
  animation: fadeIn 1.5s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/*loading spinner*/
/* Full-screen overlay */
#loading-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* Spinner animation */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ed0125;
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*============== end of loading spinner ==================*/

.logo img {
  width: 140px;
}

.testimoni-thumb {
  min-height: 128px;
}

.homepage-title {
  padding: 30px 20px;
  text-align: center;
}
.homepage-title h1 {
  font-family: "Lato", serif;
  color: #ff4d67;
  /*font-size: 5.825rem;*/
  font-weight: bold;
}
.homepage-title h4 {
  color: #6c757d;
  font-size: 28px;
}
.section-title {
  color: #ed0125;
  font-weight: bold;
  /*margin-bottom: 20px;*/
}
.testimonials {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
}
.form-section {
  background-color: #ffe4e6;
  padding: 30px;
  border-radius: 10px;
}
footer {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  color: #6c757d;
}

.header-wrapper {
  background-color: #fee9e9;
}
.btn-rounded-cstm {
  border-radius: 50px;
  background-color: #f0e0e0;
  border: 0px;
  color: #000;
  font-size: 14px;
  min-width: 120px;
  transition: 0.3s;
}
.red_title {
  color: #ed0125;
}
.black_title {
  color: #000;
}
.group-wrapper-1 {
  font-size: 80px;
}

.img_width_cstm {
  width: 100%;
}
.content-p {
  font-size: 1.6rem;
  text-align: justify;
  overflow: hidden;
}

.card-gradient-background {
  background: linear-gradient(to bottom, #1e3a8a, #021533);
  border-radius: 34px;
  border: 0px;
  width: 100%;
}

.form-section {
  background-color: #fff;
}

.form-section input,
.col-form-label,
.btn-submit-style1 {
  font-size: 18px;
}

.bg-dark-blue {
  background-color: #111f44;
}

.footer-wrapper {
  color: #fff;
  font-size: 16px;
}

.footer-wrapper a {
  color: #fff;
  text-decoration: none;
}

.footer-wrapper a:hover {
  color: #fff;
  text-decoration: underline;
}

.banner2-wrapper {
  background: url(../img/foto\ intern.png) top left no-repeat;
  background-size: 100%;
  height: 500px;
}

.img-upper {
  height: 32%;
}

.img-lower {
  height: 66%;
}

.img-ico-style1 {
  width: 20px;
}

.img-ico-style2 {
  /*width: 45px;*/
  width: 40px;
}

.img-lower img,
.img_upper img {
  height: 100%;
}

#benefit-wrapper {
  background-color: #ed0125;
}

.sc-title-1 {
  font-size: 55px;
}

.sc-title-2 {
  font-size: 40px;
}

.card-text {
  font-size: 16px;
  height: 70px;
  overflow: hidden;
}

.testi-info {
  margin-left: 5px;
}
.testi-info .user {
  font-size: 12px;
}

.testi-info .date {
  font-size: 12px;
}

.border-start-end {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.benefit-title {
  font-size: 40px;
}
.img-w100 {
  width: 100% !important;
  height: 100%;
}

.btn-apply-intern-wrapper .button {
  border-radius: 100px;
  border: 0px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  background-color: #ed0125;
  text-decoration: none;
  transition: 0.5s;
  line-height: 2;
}

.btn-apply-intern-wrapper .button:hover {
  background-color: #890014;
}

#magangForm label {
  font-size: 14px;
}

#magangForm label.label-small-text {
  font-size: 12px;
}

/* Responsive adjustments */
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .testimoni-thumb {
    min-height: auto;
  }
  .group-wrapper-1 {
    font-size: 70px;
  }

  .content-p {
    font-size: 1.2rem;
  }

  .sc-title-1 {
    font-size: 45px;
  }

  .sc-title-2 {
    font-size: 25px;
  }

  .img-ico-style1 {
    width: 10px;
  }

  .img-ico-style2 {
    width: 20px;
  }

  .card-text {
    font-size: 10px;
    height: 60px;
    overflow: hidden;
  }

  .testi-info {
    font-size: 8px;
    margin-left: 3px;
  }
  .testi-info .user {
    font-size: 1.1em;
  }

  .testi-info .date {
    font-size: 8px;
  }

  .form-section input,
  .col-form-label,
  .btn-submit-style1 {
    font-size: 16px;
  }
}
/* carousel*/

@media screen and (max-width: 767px) {
  .testimoni-thumb {
    min-height: auto;
  }
  .btn-rounded-cstm {
    font-size: 11px;
    min-width: auto;
    padding: 4px 15px;
  }

  .header-wrapper .logo img {
    width: 85px;
  }

  .homepage-title {
    padding: 15px 0px 0px 0px;
  }

  .homepage-title h1 {
    font-size: 35px;
  }

  .homepage-title h2 {
    font-size: 12px;
  }

  .homepage-title h4 {
    font-size: 12px;
  }

  .content-p {
    font-size: 12px;
    text-align: justify;
    overflow: hidden;
    line-height: 14px;
    padding-top: 3px;
  }

  .text-muted {
    font-size: 8px;
  }

  .card-text {
    font-size: 10px;
    height: 60px;
    overflow: hidden;
  }

  .form-section {
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
  }

  .banner2-wrapper {
    background-size: 100%;
    width: 200px;
    height: 220px;
  }

  .footer-wrapper {
    font-size: 10px;
  }

  .benefit-item img {
    width: 75px;
  }

  .benefit-item img.icon-certificate {
    width: 50px !important;
  }

  .sc-title-1 {
    font-size: 28px;
  }

  .sc-title-2 {
    font-size: 16px;
  }

  .img-ico-style1 {
    width: 10px;
  }

  .img-ico-style2 {
    width: 20px;
  }

  .testi-info {
    font-size: 8px;
    margin-left: 3px;
  }
  .testi-info .user {
    font-size: 0.88em;
  }

  .testi-info .date {
    font-size: 8px;
  }

  .form-section input,
  .col-form-label,
  .btn-submit-style1 {
    font-size: 12px;
  }

  .btn-apply-intern-wrapper .button {
    font-size: 17px;
  }

  .benefit-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 410px) {
  .content-p {
    font-size: 10px;
  }
  .btn-rounded-cstm {
    font-size: 10px;
    min-width: auto;
    padding: 3px 10px;
  }

  .img-ico-style1 {
    width: 10px;
  }

  .testi-info {
    margin-left: 3px;
  }
  .testi-info .user {
    font-size: 0.875em;
  }

  .testi-info .date {
    font-size: 6px;
  }

  .form-section input,
  .col-form-label,
  .btn-submit-style1 {
    font-size: 10px;
  }

  .btn-apply-intern-wrapper button {
    font-size: 17px;
  }

  .benefit-title {
    font-size: 17px;
  }
}
