* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

body {
    animation: fadeIn 0.1s ease-in-out;
    background-color: #2d323f;
}


#frame {
    width: 1440px;
    height: 1751px;
    background-color: #FBFAFA;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

a {
    text-decoration: none;
    color: #000000;
}

.header {
    align-items: center;
    margin-top: 0;
    display: flex;
    width: 1440px;
    height: 144px;
    background-color: #063970;
}

.header p {
    color: #F0B907;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin-left: 0px;
}

.logo {
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    margin-left: 34px;
    border-radius: 100%;
}

.logo img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}

.garis {
    width: 3px;
    height: 113px;
    background-color: #F0B907;
    margin-left: 25px;
    margin-right: 25px;
}
.nav1, .nav2, .nav3, .nav4 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 152px;
    height: 52px;
}
.nav1 {  
    margin-left: 42px;
    background-color: #ffffff;
}
.nav1 p {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.nav4 {  
    background-color: #615F5F;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-left: 12px;

}

.nav4 p {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.nav2, .nav3 {
    margin-left: 12px;
    background-color: #ffffff;
}

.nav2 p, .nav3 p {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.nama {
    text-align: center;
    background-color: #063970;
    margin-left:44px;
}
.nama p {
    color: #F0B907;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.header img{
    margin-right: 21px;
    margin-left: auto;
    border-radius: 100%;
    width: 90px;
    height: 90px;
}
.nama h2 {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

#tengah {
    width: 1440px;
    height: auto;            
    background-color: #FBFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;          
    justify-content: flex-start;  
    padding: 50px 0;              
}

.container {
    width: 1224px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.profil-card {
    width: 1224px;
    height: 272px;
    align-items: center;
    background-color: #d9d9d9;
    border-left: 19px solid #003366;
    border-right: 19px solid #003366;
    border-radius: 5px;
    display: flex;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.img{
    margin-left: 50px;
    display: flex;
    width: 198px;
    height: 220px;
    overflow: hidden;
    border: 2px solid #2103ff;
    border-radius: 5px;  
    object-fit: cover;
}

.garis2 {
    width: 1px;
    height: 217px;
    background-color: #000000;
    margin-left: 48px;
    margin-right: 48px;
}


.detail-td{
    font-family: 'inter', sans-serif;
    padding: 6px 7px;
    font-size: 24px;
    font-weight: bold;
    width: 140px;
    text-align: left;
}

.detail-td2 {
    font-family: 'Inter', sans-serif;
   
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    
}
.kirim {
    display: flex;
    width: 130px;
    height: 32px;          
    background-color: #0080FF;      
    color: #ffffff;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;         
    border-radius: 5px; 
    margin-top: auto; 
    margin-left: auto;         
    align-items: center;
    justify-content: center;   
}

.footer {
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    width: 1440px;
    height: 180px;
    background-color: #063970;
    margin-top: 90px;
}
.f1{
    margin-right: 141px;
}

.footer p{
   
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.sosmed{
    background-color: #063970;
    display: flex;
    margin-left: 141px;
}
.ig, .x, .f, .yt, .tt{
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 51px;
    margin-left: 0px;
    margin-top:0px ;
    margin-right: auto;
}
.kopi{
    background-color: #011D3B;
    width: 1440px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kopi p{
    margin: 0;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
}