*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

@media only screen and (max-width: 600px) {
    .header{
        flex-direction :column;
    }

    .logo{
        margin-bottom: 14px;
    }
    .about{
        flex-direction: column;
    }
    .facil{
        flex-direction: column;
    }
    .form-section{
        flex-direction: column;
    }
    .visi{
        flex-direction: column;
    }
}

.container{
    font-size: 17px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid black;
    padding: 20px 30px 20px;
    
     
    
}
 div > img {
    display: flex;
    flex-direction: column;
    width:100%;
    height: 500px;
    margin-bottom: 5px;
 }

 .main-content > div{
     padding-bottom: 20px;
 }
    

.header > .nav{
    display: flex;
}

.header > .nav > a{
    background-color: #f5f6f7;
    padding: 8px 16px;
    border: 1px solid black;
    cursor: pointer;
    transition: 0.3s  ease-out;
    border-radius: 2px;
    margin-right: 8px;
    text-decoration: none;
    color: black;
}



.header > .nav >a:hover{
    background-color:#81b3e4;
}


.header > .logo{
    width: auto;
    height: 40px;
}

.main-content{
    padding: 50px;

}
.main-content > #hero{
    padding-bottom: 20px;
}

.main-content > h3{
    padding-bottom: 20px;
}
.main-content > .form-section{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}
 
.data{
    width: 180px;
}
.pesan{
    width: 195px;
    height: 100px;
}
.tgl{
    width: 180px;
}


.input-field > .submit{
    height: 20px;
    border-radius: 5px;
    background-color: #afa7a7;
    border: none;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    
    
}
.button > .click{
    cursor: pointer;
    border: none;
    border-radius: 2px;
    background-color: grey;
}

.footer > footer{
    align-items: center;
    
}

.button > .click:hover{
    background-color: rgb(194, 193, 193);
}


.input-field > .submit:hover{
    background-color: grey;
    transition: 0.3s background-color ease-out;
    
}
.form-input{
line-height: 35px;
padding-left: 20px;
padding-top:30px;
width: 420px;
height: 200px;


}

.form-input > .input-field{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  
}

.form-input > .input-radio{
    display: flex;
}
.form-input > .input-radio > .radio{
    margin-left: 90px;
}
.form-input > .input-radio > .ra{
    margin-left: 10px;
}

.form-input > .input-field > label{
    flex: 1;
}
.form-input > .input-field > input{
    flex: 1;
    
}

div > .button > .click{
    height: 25px;
    width: 70px;
    font-weight: bold;
}

.form-section{
    border-top: 2px solid black;
    padding-top: 30px;
    
   
}
.output{
    border: 1px solid black;
    width: 450px;
    height: 230px;
    padding-left: 20px;
    padding-top: 30px;
    line-height: 35px;
}

.footer{
   margin-top: 90px;
   background-color: lightgrey;
   padding: 10px;

}
#facilitation{
    border-top: 2px solid black;
    padding-top: 20px;
    padding-bottom: 20px;
    
    
}

#facilitation > .facil-list{
    align-items: center;
    justify-content: center;
}

.facil{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.about-me{
    padding: 30px;
    line-height: 30px;
}

.about{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 900px;
    padding: 50px;
    margin-left: 100px;
}

.visi{
    background-color: #bdb8b8;
    padding: 30px;
    border-radius: 5px;
}
.misi{
    background-color: #bdb8b8;
    padding: 30px;
    border-radius: 5px;
}

.facil-img{
    width: 130px;
    height: 130px;
    border-radius: 999px;
}
.facil-p{
    text-align: center;
}
.footer> footer{
    text-align: center;
    color:black;
    font-size: 12px;
    font-weight: bold;

}

