* {
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* Navbar */
.navbar-main {
  background-color: #4c0d68;
}

.navbar-main .nav-item .nav-link {
  color: #dbcde1;
  margin-right: 50px;
}

.navbar-main .nav-item .nav-link.active {
  color: #fff;
  font-weight: bold;
}
.navbar-main .nav-item .nav-link:hover {
  color: white;
  font-weight: bold;
}

.navbar-main .vr-login {
  height: 25px;
  width: 5px;
  background-color: #7e329f;
}
.navbar-main .hr-login {
  width: 45px;
  height: 2px;
  background-color: #fff !important;
  color: white;
}
.bg-purple {
  background-color: #7e329f;
}
.text-purple {
  color: #7e329f;
}
.text-purple-bold {
  color: #7e329f;
  font-weight: bold;
}
.bg-purple-transparant {
  background-color: #f2e3f9;
}
.bg-silver {
  background-color: rgba(163, 103, 177, 0.46);
}

.custom-active:active,
.custom-active:hover,
.custom-active.active {
  background-color: #4c0d68 !important; 
  border-color: #4c0d68 !important; 
  color: #ffffff !important; 
}
.input-form {
  border-radius: 20px;
  height: 65px;
}
.input-form:focus {
  background-color: #f2e3f9;
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.form-label {
  font-size: 20px;
}
.btn-forgot:hover {
  color: #7c838a;
}

footer .hr-footer {
  width: 80%;
}
footer li {
  text-align: start;
}

.border-red {
  border: 1px solid red;
}
.border-blue {
  border: 1px solid blue;
}
.text-grey {
  color: #7c838a;
}

.eye-box {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.btn-masuk,
.btn-register {
  font-size: 26px;
  border-radius: 15px;
}

.new-event .btn-event-now{
  font-size: 16px;
  border-radius: 20px;
  padding: 10px;
  font-weight: bold;
  background-color: #7e329f;
}

.new-event .btn-event-now:hover{
  background-color: #4c0d68;
  color: white;
}

.btn-masuk:hover{
  background-color: #4c0d68;
  color: white;
}

.btn-register {
  border-color: #7e329f;
  color: #7e329f;
}

.btn-register:hover {
  background-color: #7e329f;
  border-color: #4c0d68;
  color: white;
}
.btn-register-user {
  width: 100%;
  font-size: 26px;
  border-radius: 16px;
}

.btn-register-user:hover {
  background-color: #4c0d68;
  color: white;
}

.fa-eye,
.fa-eye-slash {
  color: #7e329f;
}
.hero section {
  margin-top: 130px;
}
.hero .headline-title {
  font-size: 40px;
  font-weight: bolder;
}

.hero .headline-subtitle {
  font-size: 18px;
  text-align: justify;
  max-width: 80%;
}

.category-competion p {
  color: #30103e;
  font-weight: bold;
}
.category-competion .info-tingkat {
  transition: transform 0.3s ease;
}

.category-competion .info-tingkat:hover {
  transform: scale(1.05);
}

.opportunity .title,
.record-opportunity .title {
  font-size: 48px;
}

.opportunity .sub-title {
  font-size: 18px;
}
.opportunity .title-opportunity {
  font-size: 24px;
  text-align: center;
}
.opportunity .sub-title-opportunity {
  font-size: 18px;
}

.record-opportunity-bg {
  background-image: linear-gradient(#a265be, #fff);
}

.record-opportunity .title {
  padding-top: 130px;
  padding-bottom: 80px;
}
.record-opportunity .sub-title {
  font-size: 20px;
  padding-bottom: 70px;
}
.record-opportunity .carousel-record img {
  width: 100%;
  height: 600px;
}

.testimonial .title-video {
  font-size: 64px;
  font-weight: 600;
  padding-top: 60px;
  padding-bottom: 30px;
}
.testimonial .sub-title-video {
  font-size: 20px;
  text-align: center;
  padding-bottom: 150px;
}

.testi-section .testi-title {
  font-size: 40px;
  padding-top: 140px;
}

.testi-section .testi-sub-title {
  font-weight: 400;
  font-size: 20px;
}
.carousel-testi .name {
  color: #4c0d68;
  font-size: 30px;
  font-weight: bold;
}
.carousel-testi .sekolah,
.carousel-testi .gols {
  color: #4c0d68;
  font-size: 20px;
  font-weight: 500;
}

.carousel-testi .bg-name {
  background-color: #8e1c6d;
  opacity: 0.9;
  color: #fff;
}

.carousel-testi .bg-name .winner {
  font-size: 25px;
  font-weight: bold;
}

/* Logged Home */
.hero .headline-title-logged {
  font-size: 48px;
  font-weight: bolder;
  color: #280d34;
  margin-top: 300px;
}

.hero .headline-sub-title-logged p {
  font-size: 20px;
  font-weight: bolder;
  /* text-align: center; */
}

.logged .visi p,
.logged .misi p {
  font-size: 32px;
  color: #1a202c;
  text-align: justify;
}
.logged .visi p span,
.logged .misi p span {
  font-size: 48px;
  color: #000;
}

.logged .info .sub-title {
  font-size: 32px;
}
.logged .info .title {
  font-size: 48px;
}

.faq .topic .title {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 48px;
  color: #000;
}

/* accordion */
.accordion-button[aria-expanded="true"] {
  background-color: #F1E1F9;
  color: #000;
}
.accordion-button:not([aria-expanded="true"]) {
  background-color: #fff;
}

.new-event .product-event {
  cursor: pointer;
  position: relative;
  width: 100%; /* Atur agar kontainer mengikuti grid atau tata letak */
  max-width: 500px; /* Batas lebar maksimum setiap gambar */
  margin: 10px auto;
}

.new-event .product-event img {
  width: 100%; /* Gambar mengikuti lebar kontainer */
  height: 500px; /* Atur tinggi agar seragam */
  object-fit: cover; /* Menjaga aspek rasio dan memotong jika perlu */
  border-radius: 8px; /* Opsional: buat gambar dengan sudut melengkung */
}



@media (max-width: 576px) {
  .navbar-main .hr-login {
    width: 100%;
  }
  footer li {
    text-align: center;
  }
 
}

/* Button styling for medium screens (md) */
@media (min-width: 576px) and (max-width: 768px) {
  .navbar-main .hr-login {
    width: 100%;
  }
 
}

.no-ud::-webkit-outer-spin-button,
.no-ud::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
