@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


/* navbar */
.nav {
    display: flex;
    
}
.navbar-ug {
    
    margin-left: 73px;

}

.navbar-font-ug {
    width: 101px;
    margin-bottom: 2px;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.105em;
}

.navbar-font-title {
    width: 351px;
    height: 84px;
    margin-left: 28px;
    margin-top: 4px;
    margin-bottom: 2px;


    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.04em;
}

/* body */
.font-jurusan {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;

    text-align: center;
    letter-spacing: 0.005em;

    color: #531F8C;

}

.font-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 114.5%;
    /* identical to box height, or 37px */

    /* text-align: center; */
    letter-spacing: 0.005em;

    color: #000000;
}
.body-title {

    height: 40px;
    left: 78px;
    top: 155px;
    margin-top: 30px;
    margin-bottom: 5px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 47px;
    /* or 48px */
    
    letter-spacing: 0.105em;
    
    color: #000000;
    
}

.body-subtitle {
    left: 78px;
    top: 155px;
    margin-bottom: 18px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    /* or 48px */
    
    letter-spacing: 0.105em;
    
    color: #000000;
}
.body-box {
    border-radius: 10px;
    overflow: hidden;
    background: #F4F4F4;
    padding: 0; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.body-img-si {
    /* position: relative; */
    width: 330px;
    height: 214px;
    top: 0px;
    left: 0px;
    border-radius: 15px 0px 0px 15px;
}

.body-img-si-grad {
    position: relative;
    width: 330px;
    height: 106px;
    /* top: -105px; */
    left: 0px;

    background: linear-gradient(2.44deg, #370D61 1.66%, rgba(205, 154, 255, 0.55799) 72.48%, rgba(219, 212, 212, 0) 85.21%);
    mix-blend-mode: normal;
    border-radius: 0px 0px 0px 15px;
}

.body-fontimg-si {
    position: absolute;
    width: 248px;
    height: 16px;
    left: 10px;
    top: 69px;
    color: white;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 97.5%;
    /* or 23px */

    text-align: center;
    letter-spacing: 0.105em;
}

.body-font {
    width: 742px;
    height: 115px;
    left: 513px;
    top: 285px;
    margin-top: 20px;

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */

    text-align: justify;
    letter-spacing: 0.105em;

    color: #000000;
}

.button {
    display: inline-block;
    padding: 10px 15px;
    width: 212px;
    height: 40px;
    cursor: pointer;
    
    /* text-decoration: none; */
    outline: none;
    color: #fff;
    background-color: #4B197D;
    border: none;
    border-radius: 15px;
}

.button-font {
    width: 180px;
    height: 21px;
    
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    /* line-height: 150%; */
    /* identical to box height, or 21px */

    text-align: center;
    letter-spacing: 0.105em;

    color: #FFFFFF;
}

.button:hover {background-color: #593879}

.button:active {
  background-color: #593879;
  transform: translateY(4px);
}

.card {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

/* footer */

footer {
    background-color: #370D61;
}
.footbar-font-ug {
    width: 101px;
    margin-bottom: 2px;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.105em;
}

.footbar-font-title {
    position: relative;
    width: 351px;
    height: 84px;
    top: -87px;
    margin-left: 77px;
    margin-top: 4px;
    margin-bottom: 2px;


    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.04em;
}

.footbar-font-location {
    height: 28px;
    /* left: 737px; */
    top: 76px;

    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 118.5%;
    /* or 28px */

    letter-spacing: 0.04em;
}

.footbar-font-location2 {
    height: 30px;
    left: 698px;
    /* top: 177px; */

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    line-height: 17px;
    /* or 17px */

    text-align: center;
    letter-spacing: 0.04em;

}

.footbar-font-web {
    height: 28px;
    /* left: 737px; */
    top: 76px;

    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 118.5%;
    /* or 28px */

    letter-spacing: 0.04em;
}

.footbar-divicon {
    margin-left: 30px;
}
.footbar-icon {
    width: 50px;
    height: auto;
    
}
.footbar-icon1 {
    width: 50px;
    height: auto;
    margin-left: 60px;
}


@media only screen and (max-width: 600px) {
    .footbar-icon1 {
        width: 50px;
        height: auto;
        margin-left: 0px;
    }
  }
