/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* CONTENT */
body {
    background-color: #123A32;
}

#main {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.container {
    width: 85%;
    height: 100vh;
    background-image: url(../img/bg-lp-biodiview.jpg);
    background-size: cover;
}

.logo img{
    width: 150px;
    margin: 20px;
}

.container .content .judul {
    display: flex;
    justify-content: space-evenly;
    margin-top: 5px;
}


.container .content .judul .bio-logo img{
    width: 400px;
}

.container .content .judul .burung img{
    width: 150px;
    margin-top: -30px;
}

.container .content .desc {
    margin: -30px auto 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.container .content .desc h5 {
    font-weight: 600;
    color: #123A32;
}

.container .content .desc h5 span {
    font-weight: 700;
    color: rgb(255, 225, 0);
}

.container .content .desc h4 {
    margin-top: 10px;
    font-weight: 700;
    color: #123A32;
}

.container .content .contain-menu {
    width: 85%;
    position: absolute;
    margin-top: 30px;
}

.container .content .box-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.container .content .box-menu .menus {
    width: 500px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.525);
    border-radius: 25px;
}


.container .content .box-menu .menus .tombol{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.container .content .box-menu .menus .tombol a{
    width: 80%;
    height: 42px;
    text-align: center;
    line-height: 260%;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.505);
    border: 2px solid #123A32;
    border-radius: 30px;
    color: #123A32;
    margin-top: 15px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    transition: .5s;
}

.container .content .box-menu .menus .tombol a:hover{
    background-color: #8aaea7;
}

.container .content .box-menu .menus .tombol .btn-active{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    background-color: #123A32;
    width: 82%;
    height: auto;
    border-radius: 30px;
}


.container .content .box-menu .menus .tombol .btn-active a{
    background-color: #123A32;
    width: 100%;
    height: 42px;
    color: white;
    border-radius: 30px;
    margin-top: 0;
    font-weight: 700;
}

.container .content .box-menu .menus .tombol .btn-active a:hover{
    background-color: #226b5c;
    color: rgb(255, 225, 0);
}


.contain-menu .cr{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.contain-menu .cr h5{
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 200;
}










.container .content .gif {
    display: flex;
    margin-top: 75px;
    margin-left: 40px;
}

.container .content .gif .domba img{
    width: 220px;
    margin-top: 40px;
}

.container .content .gif .rusa img{
    width: 320px;
    margin-left: 320px;
}





/* RESPONSIVE */
/* Tablet */
@media screen and (max-width: 768px){
    .container {
        width: 100%;
        height: 100vh;
        background-image: url(../img/bg-lp-biodiview2.jpg);
        background-size: cover;
    }

    .logo img{
        width: 120px;
        margin: 20px;
    }

    .container .content .judul {
        margin-top: 50px;
    }


    .container .content .judul .bio-logo img{
        width: 340px;
    }

    .container .content .judul .burung img{
        width: 150px;
        margin-top: -45px;
    }






    .container .content .desc {
        margin: 20px auto 10px;
    }

    .container .content .desc h5 {
        font-weight: 600;
        color: #123A32;
    }

    .container .content .desc h5 span {
        font-weight: 700;
        color: rgb(255, 225, 0);
    }

    .container .content .desc h4 {
        margin-top: 10px;
        font-weight: 700;
        color: #123A32;
    }









    .container .content .contain-menu {
        width: 100%;
        position: absolute;
        margin-top: 50px;
    }






    .contain-menu .cr{
        display: flex;
        justify-content: center;
        margin-top: 310px;
        }

    .contain-menu .cr h5{
        color: white;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 200;
    }








    .container .content .gif {
        display: flex;
        margin-top: 340px;
        margin-left: 160px;
    }
    
    .container .content .gif .domba img{
        width: 220px;
        margin-top: 40px;
    }
    
    .container .content .gif .rusa img{
        width: 260px;
        margin-left: 120px;
        margin-top: 70px;
    }







    #main {
        display: flex;
        justify-content: center;
        margin-bottom: 210px;
    }


}


/* mobile */
@media screen and (max-width: 760px){

    #main {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    .container {
        width: 100%;
        height: fit-content;
        background-image: url(../img/bg-lp-biodiview3.jpg);
        background-size: cover;
    }

    .logo img{
        width: 80px;
        margin: 20px;
    }

    .container .content .judul {
        margin-top: 30px;
    }


    .container .content .judul .bio-logo img{
        width: 200px;
    }

    .container .content .judul .burung img{
        width: 80px;
        margin-top: -20px;
    }






    .container .content .desc {
        margin: 10px auto 10px;
        padding: 0 30px;
    }

    .container .content .desc h5 {
        font-size: 12px;
        font-weight: 400;
        color: #123A32;
    }

    .container .content .desc h5 span {
        font-weight: 600;
        color: rgb(255, 225, 0);
    }

    .container .content .desc h4 {
        margin-top: 20px;
        font-weight: 700;
        font-size: 12px;
        color: #123A32;
    }







    .container .content .gif {
        display: flex;
        margin-top: 340px;
        margin-left: 0px;
    }
    
    .container .content .gif .domba img{
        width: 140px;
        margin-top: -20px;
    }
    
    .container .content .gif .rusa img{
        width: 200px;
        margin-left: 0px;
        margin-top: 70px;
    }







    .container .content .contain-menu {
        width: 90%;
        position: absolute;
        margin-top: 10px;
        padding: 0 15px;
    }
    
    .container .content .box-menu {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .container .content .box-menu .menus {
        width: 300px;
        height: 280px;
        background-color: rgba(255, 255, 255, 0.525);
        border-radius: 10px;
    }
    
    
    .container .content .box-menu .menus .tombol{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    
    .container .content .box-menu .menus .tombol a{
        width: 85%;
        height: 36px;
        text-align: center;
        line-height: 280%;
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.505);
        border: 2px solid #123A32;
        border-radius: 30px;
        color: #123A32;
        margin-top: 15px;
        font-size: 12px;
        font-weight: 800;
        font-family: 'Poppins', sans-serif;
        transition: .5s;
    }
    
    .container .content .box-menu .menus .tombol a:hover{
        background-color: #8aaea7;
    }
    
    .container .content .box-menu .menus .tombol .btn-active{
        margin-top: 15px;
        display: flex;
        justify-content: center;
        background-color: #123A32;
        width: 85%;
        height: auto;
        border-radius: 30px;
    }
    
    
    .container .content .box-menu .menus .tombol .btn-active a{
        background-color: #123A32;
        width: 100%;
        height: 36px;
        color: white;
        border-radius: 30px;
        margin-top: 0;
        font-weight: 700;
    }
    
    .container .content .box-menu .menus .tombol .btn-active a:hover{
        background-color: #226b5c;
        color: rgb(255, 225, 0);
    }



    .contain-menu .cr h5{
        color: white;
        font-family: 'Poppins', sans-serif;
        font-size: 10px;
        font-weight: 200;
        margin-top: 10px;
    }

}