@property --gap{
  syntax: '<length>';
  inherits: true;
  initial-value: 0;
}
@property --angle{
  syntax: '<angle>';
  inherits: true;
  initial-value: 0deg;
}

.pp {

  width: 100px;
  aspect-ratio: 1;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 20px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.pp:hover {
  --angle: 0deg;
  --gap: 5px;
}



.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

#slideshow {
    margin: 80px auto;

    width: 240px;
    height: 240px;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  
  #slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

/* ---- Base Rules ---- */

/* ================================
   MODERN FONT SYSTEM (SAFE OVERRIDE)
   ================================ */


/* prevent weird scroll collapse */

body {
  margin: 0;
  padding: 0;



  /* Layout */
  height:100%;
  min-height: 100vh;

  /* Background */
  background-color: #f5f5f5;

  /* Smooth rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input:read-only {
  background-color: rgb(168, 168, 165);
}


a {
  box-shadow: inset 0 0 0 0 #54b3d6;
  border-radius:5px;
  padding: 0 .25rem;

  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}


a:focus{color:#000;}

/* Presentational styles */
a {
  color:  #1e88e5;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.timeline img { 
  width:150px;
}





.handap {
  
  margin:0;padding:0;
  overflow:hidden;
}
.handap li {
  padding: 2em;
  color:#fff; }
.handap li span {
  display:block;
  font-size:1.4em;
  margin-bottom:1em;
  color: rgb(255, 255, 255);
}

.handap {
  background-color: 	#0000007c;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display:grid;
  list-style-type:none;
  margin:0;padding:0;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
}
.timeline img { 
  width:150px;
  justify-self:center;
}




  
  /* Properti lain tidak ditulis agar lebih singkat */


@media only screen and (max-width: 500px) {
  
  
  .handap  {
    display:none;
      font-size:16px;
  }


}
/* Typeography General*/


h1 {
   
  text-transform: uppercase;
    font-size: 18pt;
  
}


/* ---- Layout Rules ---- */



/* Header Styles */


/* label base */
input[type="checkbox"] + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  user-select: none;
  transition: 0.3s ease;
}


/* =========================
   MODERN INPUT STYLE
========================= */

/* INPUT */
.inputan {
  width: 75%;
  height:40px;
  padding: 12px;
  margin: 8px 0;

  border: none;
  border-radius: 10px;

  background: rgba(255,255,255,0.1);
  color: #fff;

  outline: none;

  transition: 0.3s;
}

.inputan:focus {
  background: rgba(255,123,0,0.15);
  box-shadow: 0 0 10px rgba(255,123,0,0.3);
}

/* =========================
   RESPONSIVE FIX
========================= */

@media (max-width: 600px) {
  .inputan {
    max-width: 100%;
  }
}
