/* styles.css */
*{
    color: #f4f4f4;
    
}


body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: hsl(36, 93%, 53%);
}

.simple-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: hsl(36, 93%, 53%);
    color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
}

.simple-header .logo {
    font-size: 20px;
    font-weight: bold;
}

.simple-header .nav-links a {
    color: white;
    text-decoration: none;
    margin-left: 15px;
    font-size: 16px;
    transition: color 0.3s ease;
}

.simple-header .nav-links a:hover {
    color: #FFD700;
}
.jumbotron{
    background: linear-gradient(hsl(0, 0%, 3%),hsl(0, 0%, 23%));
    padding: 200px;
    border-image: fill 0 line;
}

.profile {
    border-radius: 50%;
    float: right;
   

}
.line{
    height: 10px;
    width: 37%;
    background-color: #f0b411;
}




.img {
    float: left;
    border-radius: 50%;
}



@media (max-width: 500px) {
    * {
        font-size: 120%;
       
       
     
      }

    .profile {
        width: 0px;
        position: absolute;
        z-index: 0;
    }

    .jumbotron {
      padding: 150px;
      text-align: center;
    }

    
    .simple-header .nav-links a {
        font-size: 4vw;
        
    }
    .line {
        width: 150px;
    }
    .jumbotron{
        height: 400px;

    }
    .jumbotron h1,p,h2,.line {
       margin-left: -40px;
    }

   
    .h2{
      margin-right: 35px;
    }
    .h3 {
      margin-left: 3px;
    }

   
 
  }


 





  .d2 {
    background-color: #f0b411;
    padding: 200px;
    display: flex;
    gap: 10px; /* Jarak antar div */
    flex-wrap: wrap; /* Agar div turun ke bawah jika layar kecil */
    justify-content: center; /* Menengahkan div */
  }


 /* From Uiverse.io by adamgiebl */ 
.card {
  width: 190px;
  height: 254px;
  background: #353434;
  box-shadow: #ffffffc2 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 10px;
margin: 20px;
    
}

.img2{
 border-radius: 20px;
 margin: 20px;
}

.cmig {
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.h2 {
  margin-left: 35px ;
}





































/* header  */
















  /* Gaya default untuk header */
header {
    background-color: #333;
    padding: 10px;
  }
  
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  
  nav ul li {
    margin: 0 15px;
  }
  
  nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
  }
  
  nav ul li a:hover {
    color: hsl(0, 2%, 47%);
  }
  
  /* Tombol menu untuk mobile */
  .menu-toggle {
    display: none; /* Tersembunyi pada desktop */
    background-color: transparent;
    color: white;
    font-size: 30px;
    border: none;
    cursor: pointer;
  }
  
  /* Responsif: Menyesuaikan untuk layar lebih kecil */
  @media (max-width: 500px) {
    .menu-toggle {
      display: block; /* Menampilkan tombol menu pada layar kecil */
    }
  
    nav ul {
      display: none; /* Menyembunyikan daftar menu pada awalnya */
      flex-direction: column; /* Mengubah menjadi kolom pada layar kecil */
      align-items: center;
      width: 100%;
    }
  
    nav ul li {
      margin: 10px 0; /* Memberikan jarak antar elemen li */
    }
  
    nav ul li a {
      font-size: 18px;
    }
  
    nav ul.active {
      display: flex; /* Menampilkan menu ketika tombol diklik */
    }

    
  .d2{
    flex-direction: column; /* Mengubah arah ke bawah */
    align-items: center; /* Agar div tetap di tengah */
    padding: 15px;
  }

  .simple-header {
    width: 90%;
  }
  }


  .ma {
    background-color: hsl(36, 93%, 53%);
   padding: 200px;
   justify-content: center; /* Menengahkan div */
   display: flex;
   gap: 10px; /* Jarak antar div */
   flex-wrap: nowrap; /* Agar div turun ke bawah jika layar kecil */
   justify-content: space-between; /* Menengahkan div */
   flex-direction: row;
   text-align: center;
  }
  

  .ro{
    width: 400px;
    height: 350px;
    background: #353434;
    box-shadow: #333 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 10px;
    margin: 20px;
    text-align: center;
    
  }
  .txt {
    color: #f7f6f6;
    margin: 20px;
  }
  .pep {
    font-size: large;
  }
  span {
    color:red;
  }
  .ko {
    background-color: hsl(36, 93%, 53%);
    text-align: center;
    
  }

  @media (max-width:500px) {
    .ma {
      flex-direction: column;
      padding: 100px;
      align-items: center; /* Agar div tetap di tengah */
    }
    .ro {
      width: 250px;
      height: 350px;

    }
    .pep {
      font-size: 20px;
      margin-left: 3px;
    }
  }

  .d22 {
    background: linear-gradient(hsl(0, 0%, 3%),hsl(0, 0%, 23%));
    padding: 100px;
    display: flex;
    gap: 10px; /* Jarak antar div */
    flex-wrap: wrap; /* Agar div turun ke bawah jika layar kecil */
    justify-content: center; /* Menengahkan div */
    text-align: center;
    margin-bottom: 2px;
  }




 
  footer{
    background-color: #f08811;
    text-align: center;
    padding: 20px;
  }
  .ftt {
    font-size: 20px;
  }

.h{
  height: 50px;
  width: 50px;
  border-radius: 20px;
}
.h:hover {
  background: linear-gradient(#a0a0ff,#b632b6,pink);
}
.hh{
  height: 50px;
  width: 50px;
  border-radius: 20px;
  display: block;
}
.hh:hover {
  background:black;
}
.ko2 {
  background-color:  hsl(0, 0%, 23%);
  text-align: center;
  margin: 20px;
}