
* {
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    font-size: 15px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
  }
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    color: white;
    background-color: black; 
}

.header{
    text-align: center;
    height: 100px;

}
.header h1{
    font-size: 35px;
    padding: 40px;
    color: #ff6500;
}
.menu{
    z-index: 100;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #b1b1b1;
    line-height: 60px;
    width: 100%;
    transition: background-color 0.5s ease;
    background-color: transparent;
    filter: drop-shadow(10px);
    justify-content: center;
    align-items: center;
    display: flex;
  
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1000;
  


    float: right;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu ul li {
    list-style-type: none;
    line-height: 60px;
    font-size: 1.8rem;
    color: white;
    margin-left: 4rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
}
  ul li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: bold;
}
ul li a:hover {
    padding: 0px 1px 0px 1px;
    color: #ff6500;
    border-bottom: 3px solid #ff6500;
}
.bungkus {
    display: flex;
    width: 100%;
    min-height: 400px; 
    background-color: #eee; 
    margin-top: 20px;
  }
.kanan {
    width: 30%;
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 20px;
    height: 600px;
 }
 .kanan p{
    margin-top:50px; 
}

 .ikon a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    border: 0.2rem solid #ff6500;
    font-size: 2rem;
    border-radius: 50%;
    margin: 3rem 1.5rem 3rem 0;
    transition: 0.3s ease;
    color: #ff6500;
  }
  
.content {
    width: 70%;
    background-color: #f4f4f4;
    padding: 20px;
  }
  .content.home {
    margin-top: 20px;
    text-align: center;
  }
  .content.home h2 {
    font-size: 2.4rem;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
  }
  .content.profil {
    margin-top: 20px;
    text-align: center;
  }
  .content.profil h2 {
    font-size: 2.4rem;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
  }
  .content.profil p {
    font-size: 1.2rem;
    color: rgb(0, 0, 0);
    max-width: 800px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
  }
  .content .kesiswaan {
    max-width: 700px;       
    margin: 40px auto;    
    padding: 20px;         
    background-color: #f9f9f9; 
    border-radius: 8px;     
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
    color: #000000;         
    font-family: 'Poppins', sans-serif;
  }
  
  .content .kesiswaan h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;        
    margin-bottom: 15px;
    text-align: center;
  }
  
  .content .kesiswaan h5 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;
  }
  .content .kesiswaan p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.5;
  }
  
  .content .kesiswaan ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1.1rem;
    line-height: 1.6;
    column-count: 2;       
    column-gap: 40px;
  }
  
  .content .kesiswaan ul li {
    margin-bottom: 8px;
  }
  .content.kurikulum {
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.6;
  }
  .content.kurikulum h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #ff6500;
  }
  .content.kurikulum p{
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  .content.kurikulum ul{
    list-style-type: disc;
    margin-left: 2rem;
    margin-bottom: 20px;
  }
  .content.kurikulum ul li{
    font-size: 1rem;
    margin-bottom: 8px;
  }
.footer {
    padding: 20px 0px 20px 0px;
    background-color: #ff6500;
    color: #fff;
  }
.footer .layar-dalam {
    display: flex;
    height: fit-content;
    flex-direction: row;
    justify-content: space-between;
  }
.footer .layar-dalam div {
    width: 100%;
    margin-left: 50px;
  }
.footer .layar-dalam h5 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
  }
.footer .layar-dalam a{
    color: #fff;
  }
.footer .layar-dalam .copyright {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #666;
    text-align: center;
  }
.text{
  color:#000000;
}
