body{
    margin: 0;
    box-sizing: border-box;
}
.nav {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
}
.logo{
    height: 60px;
    width: 60px;
    background-image: url(../gambar/420373ab-37af-43c7-8978-78d3b7cf1f10-removebg-preview.png);
    background-size: contain;
    margin-top: -11px;
}
.nav ul {
    list-style: none;
    line-height: 50px;
}
.depan {
    margin-left: 760px;
}
.nav ul li a {
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: 300ms;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    margin: 30px;
    float: left;
    color: #022902;
    margin-top: -60px;
}
.nav ul li a:hover {
    color: #72be06;
    ;
}
.container{
    width: 80%;
    margin-left: 10%;
    display: flex;
    height: 400px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px 6px #ccc;
}
.data{
    width: 50%;
    justify-content: start;
}
.gambar{
    width: 50%;
    align-items: center;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #3bb397;
}
.nusantara{
    font-size: 40px;
    margin-top: 100px;
}
.selogan{
    font-size: 15px;
}
.logo_2{
    height: 180px;
    width: 180px;
    background-image: url(../gambar/420373ab-37af-43c7-8978-78d3b7cf1f10-removebg-preview.png);
    background-size: contain;

}
.bersih{
    clear: both;
}
.data_diri,.nama,.tujuan,.tlp,.alamat{
    margin-left: 180px;
    margin-bottom: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.nama,.tujuan,.tlp,.alamat{
    font-size: 13px;
}
.data_diri{
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 240px;
    font-size: 23px;
}
textarea{
    height: 80px;
}
input{
    height: 20px;
}
input, textarea{
    margin-left: 180px;
    background-color: #eeeeee;
    border: none;
    width: 200px;
}
.btn{
    margin-top: 20px;
    margin-left: 240px;
   
}
button{
    width: 100px;
    height: 30px;
    background-color: #3bb397;
    color: white;
    border: none;
    border-radius: 5px;
}

/* Existing CSS remains the same until the media query */

@media only screen and (max-width: 476px) {
.nav {
height: 60px;
 padding: 0 10px;
display: flex;
  align-items: center;
 justify-content: space-between;
        }
    
.logo {
margin: 0;
height: 50px;
width: 50px;
}
    
#list {
    display: flex;
}
    
            .nav ul {
                display: flex;
                flex-direction: row;
                padding: 0;
                margin: 0;
                line-height: normal;
            }
    
            .nav ul li {
                margin: 0 10px !important;
            }
    
            .nav ul li a {
                font-size: 14px;
                padding: 5px 0;
                margin: 0 !important;
            }
    
            .container {
                flex-direction: column;
                height: auto;
                width: 90%;
                margin: 20px auto;
            }
    
            .data,
            .gambar {
                width: 100%;
            }
    
            .gambar {
                border-radius: 20px;
                margin-top: 20px;
                padding: 20px 0;
            }
    
.nusantara {
margin-top: 20px;
font-size: 30px;
}
.data_diri,.nama,.tujuan,.tlp,.alamat,input,textarea {
 margin-left: 20px;
 margin-right: 20px;
 }
    
input,textarea {
 width: calc(100% - 40px);
}
    
.data_diri {
    margin-left: 20px;
    text-align: center;
}

 .btn {
     margin-left: 20px;
     margin-bottom: 20px;
      text-align: center;
}
    
 .logo_2 {
margin: 20px auto;
 }   
}