@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');


:root {
    --p-color: #626262;
    --bg-card: #F7F9FE;
    --blue-color: #2F4E9A;
    --timeline-color: #6986CE;
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    background: #f8f8f8;
    font-family: 'Poppins', sans-serif !important;
}

.image-not-found {
    max-width: 400px;
    width: 100%;
}

.content {
    background-color: #f8f8f8;
    padding-bottom: 150px;
}

.cards {
    background-image: url('/assets/img/bgg.png');
    min-height: 120vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.padding-left-right {
    background-image: url('/assets/img/bggg.png');
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.card {
    border-radius: 25px;
    text-align: left;
}

.card p {
    color: var(--p-color);
    font-size: 15px;

}

.card .icon {
    background-color: white;
    display: inline-block;
    padding: 18px;
    border-radius: 100%;
}

.title h3 {
    font-size: 24px;
    font-weight: 600;

}

.gradient_timeline {
    width: 100%;
    height: 200px;
    z-index: 4;
    background: linear-gradient(to bottom, #ffffff6d, #acbeff7d, #ffffff6d);
    position: absolute;
    left: 0;
    z-index: 5;
    right: 0;
    bottom: -2%;
}
/* nav active */
.active {
    position: relative !important;

}

.active:not(.carousel-item)::after {
    content: "";
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 70%;
    height: 4px;
    background: linear-gradient(to right, #2F4E9A, #3391CE);
    border-radius: 5px;
}

.icon_shake_2 {
    position: absolute;
    right: 5%;
    bottom: 20%;
    animation: shake 2.5s infinite;
}

.icon_shake_1 {
    position: absolute;
    right: 35%;
    animation: shake 3s infinite;
}

.blue_brilian {
    background-image: linear-gradient(to right, #2F4E9A, #3391CE) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.orange_brilian {
    background-image: linear-gradient(to right, #EB6712, #F7A82F);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.headline {
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 32;
}

.headline::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: 40px;
    height: 4px;
    background: linear-gradient(to right, #EB6712, #F7A82F);
    border-radius: 5px;
}

.design {
    display: flex;
    align-items: center;
    justify-content: center;
}

.information {
    z-index: 800 !important;
}

.section_1,
.section_2,
.section_3,
.section_5,
.section_6 {
    padding: 100px 85px 0 85px;

}

.section_4 {
    padding: 0px 85px 0 85px;
}

.section_1 .row {
    padding-top: 7rem;
}

.section_1 .col h3 {
    font-size: 18px;
}


@keyframes shake {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}


.section_1 .row h1 {
    font-weight: 700;
    font-size: 40px;
}

.section_1 .row p {
    font-size: 15px;
    font-weight: 400;
    color: var(--p-color);
}

.section_1 .row .d-flex p {
    color: var(--p-color);
    font-weight: 500;
    text-decoration: underline;
    margin: 0;
    font-size: 12px;

}

.col .students .student {
    position: absolute;
    right: 8%;
    top: 25%;
    width: 27.5rem;
    height: auto;
}

.col .students .bg-student {
    position: absolute;
    right: 5%;
    width: 181px;
    height: auto;
}


.btn-primary {
    color: #fff;
    background-image: linear-gradient(to right, #EB6712, #F7A82F);
    border-color: transparent !important;
    padding: 10px 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
}

.btn-primary:focus {
    outline: pink !important;
}


.btn-primary-sm {
    color: #fff;
    background-image: linear-gradient(to right, #EB6712, #F7A82F);
    border-color: transparent !important;
    padding: 8px px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
}

.btn-blue {
    color: #fff;
    background-image: linear-gradient(to right, #2F4E9A, #3391CE);
    border-color: transparent !important;
    padding: 8px px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
}

.btn-primary-sm-gray {
    color: #fff;
    background-color: rgb(205, 205, 205);
    border-color: transparent !important;
    padding: 8px px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
}

.btn-primary-sm-gray:hover {
    color: #fff;
    background-color: rgb(225, 225, 225);

}

.btn-primary-sm:hover {
    color: white;
}


.section_2 .card {
    background-color: var(--bg-card);
}

.section_3 .card {
    width: 350px;
    background-color: var(--bg-card);
}

.section_3 .d-flex {
    gap: 60px;
    margin-top: 4rem;
}

.beasiswa_card .d-flex {
    gap: 60px;
}



.section_4 .galeri .one {
    display: flex;
    gap: 18px;
}

.section_4 .galeri .left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px;
}

.section_4 .galeri .left .image {
    max-width: 264px;
    max-height: 171px;
    overflow: hidden;
}

.section_4 .galeri .right .image {
    max-width: 666px;
    max-height: 359px;
    overflow: hidden;
}

.section_4 .galeri .image img {
    width: 100%;
    border-radius: 3px;
    height: 100%;
}

.section_5 .card .desk h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.section_5 .card {
    gap: 23px;
    display: flex;
    flex-direction: row;
    align-items: start;
    padding: 30px;
    border-radius: 10px;

}

.section_5 .card h3 {
    font-weight: bold;
    font-size: 24px;
    padding: 10px 20px;
    border-radius: 100%;
    background-color: #F8F7FE;

}

.section_6 {
    background-color: #f8f8f8;

}

.section_6 .icons {
    gap: 34px;
    margin-top: 50px;
    width: 20px;
    margin-left: 4rem
}

.section_6 .container h4 {
    font-weight: 600;
}

.section_6 .container h4 span {
    background-image: linear-gradient(to right, #2F4E9A, #3391CE);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.section_6 .container ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14;
    color: #282828;

}

.section_6 .container ul li {
    list-style: none;
    margin: 28px 0;
}

.section_6 .contact .address {
    width: 18rem;
}

.section_6 .container p {
    width: 20rem;
    font-size: 14px;
    font-weight: 500;
    color: var(--p-color);
    line-height: 21px;
    margin-left: 4rem
}

.section_7 {

    padding: 38px 118px;
    color: white;
    background: linear-gradient(to right, #2F4E9A, #3391CE);
}


/* Halaman Detail Beasiswa */

.breadcrumb {
    background-image: url('/assets/img/banner.png');
    width: 100%;
    height: auto;
    padding-top: 30rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: relative;
}


.breadcrumb .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.breadcrumb .desc h4 {
    color: var(--p-color);
    margin-top: 20px;
    font-size: 20px;
}



.padding-left-right {
    padding: 50px 85px 0 85px
}


/* responsive layar desktop */
@media (min-width: 901px) {
    .section_2 {
        padding: 20px 85px;
    }


    .section_3 {
        padding: 20px 85px;
    }
}

/* tablet */

@media (min-width: 768px) and (max-width: 1024px) {
    .col .students .student {
        position: absolute;
        width: 300px;
        top: 23%;
    }

    .cards {
        min-height: 155vh;
    }

    .section_1,

    .section_5,
    .section_6 {
        padding: 90px 60px;

    }

    .section_6 .bd-highlight {

        gap: 0;
        flex-direction: column;
    }

    .section_3,
    .section_2 {
        padding: 30px 60px;
    }


    .section_1 .row {
        padding-top: 4rem;
    }

    .section_1 .row h1 {
        font-size: 26px;
    }

    .section_1 .row p {
        font-size: 12px;

    }

    .btn-primary {

        padding: 8px 40px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        border-radius: 6px !important;
    }

    .btn-primary-sm {

        padding: 8px 10px !important;
        font-size: 12px !important;

    }

    .btn-primary-sm-gray {

        padding: 8px 10px !important;
        font-size: 12px !important;

    }


    .beasiswa_card .d-flex {
        gap: 40px;
    }

    .title h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .card p {
        font-size: 12px;
    }

    .card .icon {
        padding: 14px;
    }


    .col .icon img {
        width: 30px;
    }
}

/* mobile */
@media only screen and (max-width: 767px) {
    .d-flex {
        flex-wrap: wrap;

    }

    .students {
        display: none;
    }

    .cards {
        min-height: 230vh;
    }


    .section_1 .row {
        flex-direction: column-reverse;
    }

    .section_1 .row h1 {
        font-size: 24px;
    }

    .beasiswa_card .d-flex {
        gap: 20px;
    }

    .section_3 .d-flex {
        gap: 20px;
        flex-wrap: wrap;
        margin-top: 4rem;
    }

    .col .students .student {
        position: absolute;
        right: calc(25%);
        top: 20%;
        width: 200px;
        height: auto;
    }

    .col .students .bg-student {
        position: absolute;
        right: calc(25%);
        top: 24%;
        width: 70px;
        height: auto;
    }



    .icon_shake_1 {
        display: none;

    }

    .icon_shake_2 {
        display: none;
    }

    .headline {

        font-size: 20px;
    }

    .title h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .card .icon {
        background-color: white;
        display: inline-block;
        padding: 11px;
        border-radius: 100%;
    }

    .card .icon img {
        width: 30px;
    }

    .section_2 {
        margin-top: 50px;
    }

    .section_1,
    .section_2,
    .section_3,
    .section_5 {
        padding: 34px 34px 0 34px;
    }

    .section_4 {
        padding: 22px 22px 0 22px;
    }

    .section_4 .galeri .one {

        flex-wrap: wrap;
    }

    .section_6 .container p {
        margin-left: 0;
    }

    .section_6 .container ul {
        padding: 0;
    }

    .section_6 .container ul li {
        margin: 12px 0;
    }

    .section_6 {
        padding: 34px 34px 0 34px;
    }

    .text-pendaftaran {
        padding: 34px 0;
    }

    .section_6 .icons {
        gap: 24px;
        margin-top: 29px;
        width: 300px;
        margin-left: 0;
    }

    .section_7 {
        padding: 20px 12px;
        color: white;
        background: linear-gradient(to right, #2F4E9A, #3391CE);
    }



    .section_6 .container p {
        width: 16rem;
        font-size: 12px;

    }

    .btn-primary {

        padding: 8px 34px !important;
        font-size: 14px !important;

    }

    .section_6 .container ul li a {

        font-size: 12px;

    }

    .section_6 .container ul li {
        margin: 10px 0;
    }

    .padding-left-right {
        padding: 41px 14px 0 14px;
    }

    .section_7 {
        font-size: 12px;

    }

    .timeline-content span {
        font-size: 12px;
    }

    .timeline-content .desc {
        font-size: 13px;
    }

    .breadcrumb .desc h4 {

        font-size: 13px;
    }

    .breadcrumb .container .desc {
        top: 50%;
    }



    .section_5 .card {
        padding: 18px;
        gap: 12px;
    }

    .section_5 .card h3 {

        font-size: 12px;
        padding: 8px 12px;

    }

    .section_5 .card .desk h2 {
        font-size: 14px;
        line-height: 20px;
    }

    .card p {
        color: var(--p-color);
        font-size: 13px;
    }

    .image-not-found {
        max-width: 200px;
        width: 100%;
    }
}


/* timeline */

.timeline {
    margin-top: 100px;
    position: relative;
}

.timeline::before {
    content: "";
    background: #6986CE;
    width: 5px;
    height: 85%;
    position: absolute;
    left: 50%;
    margin-top: 70px;
    transform: translateX(-50%);
}

.timeline-item {
    width: 100%;
    margin-bottom: 20px;
}

.timeline-item:nth-child(even) .timeline-content {
    float: right;
}

.timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0;
}

.timeline-item::after {
    content: "";
    display: block;
    clear: both;
}

.timeline-content {
    position: relative;
    width: 45%;
    padding: 20px;
    border-radius: 16px;
    border: solid 1.5px rgba(0, 0, 0, 0.119);
    background: #F7F9FE;
}

.timeline-content span {
    font-weight: 12px;
    font-weight: 600;
    color: #2F4E9A;
}

.timeline-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.timeline-content .desc {
    color: var(--p-color);
    font-size: 14px;
    font-weight: normal;
}

.timeline-img {
    width: 25px;
    height: 25px;
    background: white;
    border: solid #6986CE 3px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 70px;
    margin-left: -13px;
}

.timeline-img:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #6986CE;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline-card {
    padding: 0 !important;
}

.timeline-card p {
    padding: 0 20px;
}

.timeline-card a {
    margin-left: 20px;
}

.timeline-img-header {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}

.timeline-img-header h2 {
    color: #FFFFFF;
    position: absolute;
    bottom: 5px;
    left: 20px;
}



@media screen and (max-width: 768px) {
    .timeline::before {
        left: 50px;
    }

    .timeline .timeline-img {
        left: 50px;
    }

    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 70px;
    }

    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }

}
