*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
.bgnav{
    background-color: rgb(244, 242, 242);
  
}
.bgnav2{  
    background-color: transparent;
}
/* NAVIGATION BAR */
nav{
    color: rgb(0, 0, 0);
    height: 80px;
    width: 100%;

    /* background-color: ; */
    /* background-size: cover; */
    align-items: center;
    z-index: 999999;
    position: fixed;
    display: flex;
    justify-content: space-between;
    padding-left:10% ;
    padding-right: 10%;
    margin-bottom: 80px;
}
nav .logo{
    font-size: 28px;
    /* color: rgb(0, 0, 0); */
}
nav ul li a{
    text-decoration: none;
    /* color: rgb(0, 0, 0) ; */
}
nav ul li{
    list-style: none;
    display: inline-block;
    padding: 20px;
}
/* AKHIR NAVBAR */

/* MAIN 1 */
/* #main1{
    
    height: 100vh;
    width: 100%;
    
    /* background-image: url(/assets/back4.jpg);
     */
     /* background-color: white;
    background-size: cover;
    text-align: center; */
    /* display: flex;
    z-index: -99999;
    justify-content: center;
    align-items: center; */
    /* font-size: 60px;
    color: rgb(0, 0, 0); */
    /* box-shadow: 0px 5px 5px 0px #000; */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-text-stroke-width: 2px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    -webkit-text-stroke-color: rgb(5, 5, 5); */
    
    

/* } */

#main1 .content {
    display: flex;
    align-items: center; /* Agar gambar dan teks rata secara vertikal */
    justify-content: center; /* Jika ingin keduanya berada di tengah */
}
#main1 .content img{
    width: 200px; /* Atur lebar gambar sesuai kebutuhan */
    height: auto; /* Otomatis menyesuaikan proporsi gambar */
}
#main1 .h11{
    padding-top: 20vh;
    padding-bottom: 0;

}
#main2 .im1 .imgn .content1{
    transition: .5s ease-in-out;
} 

/* AKHIR MAIN 1 */

/* MAIN 2 */
#main2 {
    
    height: 95vh;
    
    background-color: white;
    background-size: cover;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    margin-top: 0;

    align-items: center;
    display: flex;
    
    /* padding-left: 30%; */
    
    
}
#main2 div .imgn{
    /* border: 2px solid rgb(255, 253, 253); */
    margin-right: 15px;
    margin-top:0px ;
    
    border-radius: 25px;
    
    
}
#main2 .im3 a .imgn .content1{
    transition: .5s ease-in-out;
}
#main2 div .imgn img{

    margin: 10px;
    border-radius: 20px;
    transition: .5s;
    width: 300px;
    /* padding: 5px; */
    /* border: 2px solid white; */
    
}

#main2 .im3 a{
    text-align: center;
    text-decoration: none;
    color:transparent;

}

#main2 div .imgn img:hover{

    filter: blur(20px);
    -webkit-filter: blur(4px);

}

#main2 .im3 a .imgn img:hover ~.content1{
    color: #000000;
}
#main2 .im3 a .imgn img:hover ~.content1{
    color: #000000;
}



/* AKHIR MAIN 2 */

/* FOOTER 1 */
#full{
    height: 80vh;
    background-color:#000 ;
    display: block;
    text-align: center;
    padding-top: 40vh;
    color: #fff;
    

}
#full h3{
    opacity: .8;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/* AKHIR FOOTER 1 */

/* FOOTER 2 */
#bottom{
    height: 20vh;
    color: rgb(2, 2, 2);
    text-align: center;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color:rgb(253, 250, 250) ;
}
/* AKHIR FOOTER 2 */