@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');


body{
    background-image: url('../img/back.jpg');
    background-repeat: repeat;
    position: cover;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.card-1{
    background-image: url('../img/fresh.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.a_link{
    text-decoration: none;
    color:black;
}
.hover1:hover{
    color:black;
}

.visi{
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.misi{
    text-decoration: none;
    color: black;
    font-size: 20px;
}
.visi:hover{
    text-decoration: underline;
}
.misi:hover{
    text-decoration: underline;
}
.home1{
    position: relative;
    height: 100%;

}

.content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    opacity: 0;
    transition: 0.6s;
}
.content:hover{
    opacity: 1;
}
.content h5{
    font-size: 30px;
}
.content span{
    font-size: 15px;
}
.dataMember{
    overflow-x: hidden; 
    overflow-y: scroll;
    overflow-x: scroll;
}
.loading{
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color:#fff ;
    
}