@import url('https://fonts.googleapis.com/css2?family=Delius&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: delius;
}
.navbar{
    width: 100%;
    height: 55px;
    z-index: 2;
    overflow: hidden;
    background-color: #3f88c5;
    position: fixed;
    display: flex;
    justify-content: space-between;
    transition: height 0.5s;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 6px;
}

.logo{
    font-size: 1.4em;
    font-weight: bold;
    color: white;
    margin-left: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img{
    margin-top: -7px;
    margin-right: -5px;
}

.burger_menu{
    position: absolute;
    top: 18px;
    left: 2.5vw;
    display: none;
}

.list_menu{
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.list_menu a{
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: white;
}
.list_menu li{
    padding:17.5px;
}
.list_menu li:hover{
    background-color: #ddd;
    color: black;
}
#icon{
    padding-right: 0.5vw;
}

.area_user{
    position: absolute;
    right: 1.5vw;
    top: 8px;
    display: flex;
    gap: 8px;
}

.keluar{
    display: none;
    background-color: #ddd;
    padding: 10px;
    width: fit-content;
    height: fit-content;
    border-radius: 5px;    
}
.keluar:hover{
    background-color:rgb(234, 70, 70);
    color: white;
}

.login{
    background-color: #ddd;
    font-size: 1em;
    font-weight: bold;
    border:none;
    padding: 9px 15px;
    border-radius: 5px;
}
.login:hover{
    background-color: #da6033;
    color: white;
}

.shadow{
    background-color:rgba(0, 0, 0, 0.354);
    width: 100%;
    height: 100%;
    z-index: 3;
    position: fixed;
    display: none;
}

.login_box{
    width: 70%;
    background-color: white;
    z-index: 4;
    position: fixed;
    top: 13.5%;
    left: 15.5%;
    display: none;
    font-size: 1.2em;
}

.login_header i{
    padding: 15px 8px 0 0;
    position: absolute;
    right: 0;
}
.login_content{
    width: 50%;
    text-align: center;
}
.login_content h3{
    margin-top: 20px;
}
.login_content img{
    width: 70%;
    margin: 40px 0 40px 0px;
}
.login_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #add8e6;
    width: 50%;
    padding-bottom: 10px;
}

.login_form h3,.login_form_guru h3{
    margin-bottom: 15px;
}

.login_form input{
    width: 85%;
    font-size: 1em;
    border: none;
    background-color: white;
    height: 29px;
    color: black;
    margin-top: 25px;
}
.login_form button{
font-weight: bold;
font-size: 1em;
padding: 7px 17px 7px 17px;
border-radius: 5px;
background-color: #da6033;
color: white;
border: none;
margin-top: 40px;
}
.login_form #log_guru{
    font-size: 0.8em;
    margin-top: 20px;
    background-color: #198754;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.login_form_guru{
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #76e0af;
    width: 50%;
    padding-bottom: 10px;
}
.login_form_guru input{
    width: 85%;
    font-size: 1em;
    border: none;
    background-color: white;
    height: 29px;
    color: black;
    margin-top: 25px;
}
.login_form_guru button{
font-weight: bold;
font-size: 1em;
padding: 7px 17px 7px 17px;
border-radius: 5px;
background-color: #da6033;
color: white;
border: none;
margin-top: 40px;
}
.login_form_guru #log_siswa{
    font-size: 0.8em;
    margin-top: 20px;
    background-color: #3f88c5;
    color: white;
    padding: 5px;
    border-radius: 5px;
}

.shadow.responsive{
    display: flex;
}

.login_box.responsive{
    display: flex;
}

.main{
    position: absolute;
    top: 55px;
    width: 100%;
    display: grid;
    grid-template-rows: 565px 170px 600px 360px auto 80px;
    font-size: 1.1em;
    color: white;
    font-weight: bold;
}

.content_1{
    display: flex;
    flex-direction: column;
    justify-content:center;
    margin-top: -150px;
    align-items: center;
    background-image: url("../../asset/siklus_air.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.content_1 a{
    text-decoration: none;
}
.content_1 .start_button{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    gap: 10px;
}
.content_1 #judul1{
    color: black;
    font-size: 1.3em;
    text-align: center;
    margin-top: 5vh;
}

.content_1 #judul2{
    color: black;
    font-size: 2.1em;
    text-align: center;
    line-height: 2em;
}

.content_1 .start{
    padding: 15px 15px 15px 15px;
    font-size: 1em;
    background-color: #198754;
    border-radius: 7px;
    color: white;
    font-weight: bold;
    border: none;
    box-shadow: 2px 2px 5px gray;
}
.content_1 .start:hover{
    background-color: #20ab6a;
}

.content_1 .start_2{
    display: none;
    padding: 10px 15px 10px 15px;
    font-size: 1.2em;
    background-color:#2f6795;
    border-radius: 7px;
    color: white;
    font-weight: bold;
    border: none;
    box-shadow: 2px 2px 5px gray;
}
.content_1 .start_2:hover{
    background-color: #3f88c5;
}


.content_2{
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.content_2 .text1{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: black;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 2em;
    text-align: justify;
}
.content_2 h2{
    text-align: center;
}
.content_2 img{
    width:200px;
    height: 200px;
}

.content_3{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-flow: row-reverse;
}
.content_3 .text2{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: black;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 2em;
    text-align: justify;
}
.content_3 h2{
    text-align: center;
}
.content_3 img{
    width:200px;
    height: 200px;
}

.content_4{
    background-color: #ddd;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 7vh;
}

.content_4 h2{
    margin-bottom: 4vh;
}

.content_5{
    color: black;
    background-color:#01bcf3;
    margin-top: -1px;
    text-align: center;
    padding: 30px 8% 0 8%;
    font-size: 1.2em;
    font-weight: normal;
}

.footer{
    background-color: #3f88c5;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:680px){


.navbar.responsive{
    height: 235px;
    transition: height 0.5s;
}

.logo{
    display: none;
}

.area_user{
    font-size: 0.8em;
}

#icon{
    padding-right: 2vw;
}

.burger_menu{
    display: block;
}

.list_menu{
    width: 100%;
    margin-top: 55px;
    display: block;
    margin-right: 0;
}
.list_menu li{
    padding-left: 2.5vw;
    padding-top: 9px;
    padding-bottom: 9px;
}
.list_menu li:hover{
    background-color: #ddd;
    color: black;
}
.list_menu a{
    margin-left: 0;
}

.login_box{
    width: 70%;
    background-color: white;
    z-index: 4;
    position: fixed;
    top: 10%;
    left: 15.5%;
    display: none;
    font-size: 1em;
}
.login_header{
    height: 7%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.login_header i{
    padding: 15px 8px 0 0;
    position: static;
}

.login_content{
    width: 100%;
    text-align: center;
}
.login_content h3{
    margin-top: 0;
}
.login_content img{
    width: 45%;
    margin: 20px 0 0 0;
}
.login_form{
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 200px;
    background-color: white;
    width: auto;
}

.login_form input{
    width: 85%;
    font-size: 1em;
    border: none;
    background-color: lightgray;
    height: 29px;
    color: black;
    margin: 5px;
}

.login_form p, .login_form_guru p{
    margin-bottom: 5px;
}

.login_form h3,.login_form_guru h3{
    margin: 20px 0 5px 0;
}

.login_form button{
    font-size: 0.9em;
    font-weight: bold;
    padding: 7px 17px 7px 17px;
    border-radius: 5px;
    background-color: #da6033;
    color: white;
    border: none;
    margin-top: 10px;
}

.login_form #log_guru{
    margin-top: 10px;
}

.login_form_guru{
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 200px;
    background-color: white;
    width: 100%;
}
.login_form_guru input{
    width: 85%;
    font-size: 1em;
    border: none;
    background-color: lightgray;
    height: 29px;
    color: black;
    margin: 5px;
}
.login_form_guru button{
font-size: 0.9em;
font-weight: bold;
padding: 7px 17px 7px 17px;
border-radius: 5px;
background-color: #da6033;
color: white;
border: none;
margin-top: 10px;
}

.login_form_guru #log_siswa{
    margin-top: 10px;
}

.shadow.responsive,.login_box.responsive{
    display: block;
}


.main{
    grid-template-rows: 91vh 210px auto auto auto 12.5vh;
}

.content_1 #judul1{
    font-size: 0.9em;
}



.content_1 .start{
    font-size: 0.8em;
}
.content_1 .start_2{
    font-size: 0.8em;
}

.content_2{
    flex-direction: column;
    font-size: 0.8em;
}
.content_2 h2{
    margin: 30px 0 30px 0;
}
.content_2 .text1{
    width: 80%;
    margin-bottom: 30px;
    text-align: left;
}
.content_2 img{
    width: 150px;
    height: 150px;
    margin-top: 6vh;
}

.content_3{
    flex-direction: column;
    font-size: 0.8em;
}
.content_3 h2{
    margin: 30px 0 30px 0;
}
.content_3 .text2{
    width: 80%;
    margin-bottom: 30px;
    text-align: left;
}
.content_3 img{
    width: 150px;
    height: 150px;
    margin-top: 6vh;
}

.content_4 .scroll_peta_konsep{
    width: 100%;
    margin: auto;
    overflow: scroll;
}

.content_4 img{
    margin: 2vh;
    width: 200%;
}

.content_5 p{
    font-size: 0.7em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8% 0 8%;
}

}
