/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&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=Montserrat:ital,wght@0,100..900;1,100..900&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=Nunito:ital,wght@0,200..1000;1,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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&family=Space+Grotesk:wght@300..700&display=swap');

:root {
    --accent: 33, 98%, 75%;
    --primary: 231, 46%, 20%;
    --primary-color: hsl(var(--primary));
    --accent-color: hsl(var(--accent));
    --alternative: #E31F2;
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif !important;
}

.content-wrapper {
    background-color: #fff !important;
}

.form label {
    font-size: 14px !important;
    margin-bottom: 4px;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.primary-gradient-img {
    background: linear-gradient(180deg, hsla(var(--primary), 1) 0%, hsla(var(--primary), .6) 100%), url('../img/bg.png') no-repeat center/cover;
}

.primary-gradient {
    background: linear-gradient(360deg, hsla(var(--primary), 1) 0%, hsla(var(--primary), .0) 100%);
}

.navbar-stick:not(.navbar-dark) {
    box-shadow: 0 0 1.25rem rgba(30, 34, 40, .06);
    background: var(--primary-color);
}

.text-alt {
    color:  #E31F26 !important;
}

.text-accent {
    color: var(--accent-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    /* background-color: var(--primary-color) !important; */
    background-color: #282D56 !important;
}


.bg-light {
    background-color: #F2F2F2 !important;
}

.btn {
    border-radius: 0 !important;
    border: 0 !important;
    font-size: 14px !important;
}

.btn.btn-primary {
    background-color: var(--primary-color) !important;
    color: white;
}

.btn.btn-accent {
    background-color: var(--accent-color) !important;
    color: var(--primary-color) !important;
}

.navbar-nav .nav-item .nav-link {
    font-size: 14px !important;
    color: white;
}

.swiper {
    min-width: 100%;
    /* height: 330px !important; */
    height: 100% !important;
}

.swiper.berita .card-body p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 24px;
    opacity: 1 !important;
    background-color: hsla(var(--primary), .2) !important;
}

.swiper-pagination-bullet-active {
    width: 20px !important;
    height: 8px !important;
    border-radius: 8px !important;
    background-color: var(--accent-color) !important;
}

.swiper.berita .berita-item {
    cursor: pointer;
}

.swiper.berita .berita-item:hover {
    transform: translateY(-4px) !important
}

.swiper.berita .berita-item:hover .card-body p {
    /* overflow: visible;
    display: -webkit-box;
    -webkit-box-orient: vertical; */
    -webkit-line-clamp: 5;
}

.progress-wrap::after {
    color: var(--accent-color);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--accent-color);
}

.right-angled::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    z-index: 0;
    border: 0 solid transparent;

    border-right-width: 50px;
    border-top-width: 100vh;
    top: 0;

    border-right-color: white;
}
.team-member {
    position: relative;
    overflow: hidden;
}

.team-member .section-content-wrap {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    color: #fff;
    transition: bottom 0.3s ease;
}

.team-member:hover .section-content-wrap {
    bottom: 0;
}

.team-member .section-img img {
    max-width: 100%;
    /* Menetapkan lebar maksimum gambar agar tidak melebihi kontainer */
    height: auto;
    /* Memastikan rasio aspek gambar tetap terjaga */
}

.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

@media (max-width: 426px) {
    .right-angled::after {
        display: none !important;
    }

    .text-regis {
        color: #fff !important;
        font-size: 1.17em !important;
    }
}

/* landing media query */
@media (max-width: 768px) {
    .text-join {
        color: #000 !important;
    }

    /* .right-angled::after {
        display: none !important;
    } */
 }

 @media (min-width: 1024px) {
    .text-join {
        color: #fff !important;
    }
  }
