* {
    box-sizing: border-box;
}
body {
    /* seluruh layar*/
    margin: 0;
    height: auto;
    padding: 0;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    overflow-x: hidden; 
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin: 0;
    max-width: 100vw; 
    overflow: hidden; 
}




 /* Bagian Header */
header {
    display: flex;
    position: sticky;
    height: 10%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3); 
    backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(5px);
    justify-content: end;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
    z-index: 10;
}

header h1 {
    height: 100%;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 20px;
    justify-content:center ;
    transition: 0.5s;
    align-self: center;
}

header button {
    background-color: rgba(255, 255, 255, 0);
    height: 100%;
    width: 15%;
    border: 0;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    font-family: 'Courier New', Courier, monospace;
    transition: 0.5s;
    max-width: 100vw;
}

header .homeButton {
    height: 50%;
    width: auto;
    align-self: center;
    justify-self: center;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}



.utamaa{
    display: flex;
    height: 90%;
    width: 100%;
    flex-direction: row;
    
}

.utamaa .bannerutama{
    width: 40%;
    background-color: #023370;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 10px;
    justify-content: center;
}

.utamaa .bannerutama .namautama{
    display: flex;
    flex-direction: column;
    
}

.utamaa .bannerutama .namautama p{
    margin: 0;
    padding: 0;
}
.utamaa .bannerutama .namautama .coret span{
    text-decoration: line-through;
}

.utamaa .bannerutama .namautama .datss {
    font-size: 200%;
}

.utamaa .bannerutama  h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.utamaa .bannerutama h1 span{
    font-size: 112px;
}



.halamansatu .utamaa .foto {
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 100%;
}
.utamaa .foto img{
   
    width: 100%;
    height: auto;
}

.utamaa .foto .quote{
    height:auto;
    width: 100%;
    background-color: lightgray;
    text-align: center;

}
.utamaa .foto .quote p{
    margin: 5%;
    font-style: italic;
}


.utamaa .penjelasan{
    width: 30%;
    background-color: #995e3a;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}
.utamaa .penjelasan p{
    color: #0c0600e6;
    align-items: center;

    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-shadow: 0 0 0.5px brown;
}
.utamaa .penjelasan{
    width: 30%;
    background-color: #995e3a;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}
.utamaa .penjelasan .datsci{
    width: 90%;
    box-sizing: border-box;
    margin-left: 10%; 
   
}

.utamaa .penjelasan .datsci .fotodat {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    flex-wrap: wrap; 
    width: 80%;
    box-sizing: border-box;
}

.utamaa .penjelasan .datsci .fotodat img {
    height: 50px; 
    width: 50px;
    margin-bottom: 10px; 
}

.utamaa .penjelasan .expert {
    width: 90%; 
    box-sizing: border-box;
    margin-left: 10%;
}

.utamaa .penjelasan .expert .fotoexp {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    flex-wrap: wrap;
    width: 80%; 
    box-sizing: border-box;
}


.utamaa .penjelasan .expert .fotoexp p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: flex;
    flex-direction: column;
    font-style: normal;
    color: black;
    margin-top: 1%;
   
}

.utamaa .penjelasan .organisasi{
    width: 90%;
    box-sizing: border-box;
    margin-left: 10%; 
   
}

.utamaa .penjelasan .organisasi .fotorg {
    display: flex;
    flex-direction: row;
    justify-content: left; 
    flex-wrap: wrap; 
    width: 80%;
    box-sizing: border-box;
}

.utamaa .penjelasan .organisasi .fotorg img {
    height: 50px; 
    width: auto;
    margin-bottom: 10px; 
    margin-right: 5%;
}

header button:hover{
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 24px rgba(0, 0, 0, 0.2); 
}
header button:active{
    transform: translateY(2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}