* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
}
body {
  width: 960px;
  margin: 0px auto;
  font-family: "Roboto", sans-serif;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, #2f2f2f, #000000);
}
.posisi{
  border-radius: 20px ;
}
header {
  display: flex;
  position: fixed;
  top: 0px;
  align-items: center;
  width: 960px;
  background: linear-gradient(to bottom, #000000, #003366);
  height: 50px;
  z-index: 1;
  padding: 10px;
  border: 2px solid;
}
a {
  text-decoration: none;
}
.posisi {
  position: relative;
  top: 45px;
  width: 100%;
}
nav {
  display: flex;
  gap: 2em;
  width: 100%;
  justify-content: flex-end;
  padding: 15px;
}
nav a:first-child {
  margin-right: auto;
}

nav a {
  text-decoration: none;
  color: white;
  transition: 0.3 ease;
  cursor: pointer;
}
nav a:hover {
  color: #007bff;
}
nav a:active {
  color: #003366;
}
img {
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  filter: grayscale(100%);  
  transition: filter 0.3s ease;
  margin-left: 10px;
}
img:hover{
  filter: blur(1px); 
}
.pengenalan {
  display: flex;
  justify-content: center;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff, #2f2f2f);
  text-align: center;
  border: 2px solid;
  margin-top: 10px;
}

.isi {
  padding: 5px;
}
.isi p {
  color: black;
  display: flex;
}
.isi h3 {
  margin-top: 0px;
  text-transform: capitalize;
  color: black;
}
.isi mark {
  background-color: transparent;
  color: cyan;
}
.pengalaman {
  background: linear-gradient(
    to bottom,
    rgba(77, 166, 255, 0.7),
    rgba(0, 51, 102, 0.3)
  );
  border: 2px solid black;
  margin-top: 5px;
  padding: 5px;
  text-align: left;
  color:#c5c5c5;
}
.pengalaman h2 {
  text-align: center;
  font-size: 30px;
}
.peng1,
.peng2,
.peng3 {
  display: flex;
  justify-content: center;
  padding: 5px;
}
.peng1 img,
.peng2 img,
.peng3 img {
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  margin-right: 20px;
  filter: blur(10px);
    transition: filter 0.3s ease;
}
.peng1 img:hover,
.peng2 img:hover,
.peng3 img:hover{
  filter: blur(0); 
}
.skill {
  background: linear-gradient(to right, #0288d1, #003366);
  text-transform: capitalize;
  width: 100%;
  padding: 5px;
  border: 2px solid;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 750px;
}

.skill h2 {
  text-align: center;
  font-size: 30px;
  color: #ffffff;

  border: 1px solid;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-top: 0px;
}
.presentase {
  display: flex;
  justify-content: space-around;

  gap: 1em;
  width: 440px;
  margin: 15px;
  height: 196px;
  float: left;
  background: linear-gradient(to bottom, #2e93f8, #8c8c8c);

}

.presentase img {
  background-color: rgb(62, 90, 114);
  border-radius: 0px;
  margin: 5px;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.presentase img:hover{
  transform: scale(1.1);  
  filter: brightness(1.2);
}
.presentase a {
  transition: 0.3 ease;
  cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.presentase figcaption {
  text-transform: capitalize;
  margin-left: 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-start;
  color: #003366;
}
.presentase span {
  color: #003366;
  margin: auto 0px auto 0px;
}
.presentase a:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.presentase progress {
  margin: auto 0px auto 0px;
}
.about {
  padding: 5px;
  display: block;
  background: linear-gradient(to bottom, #46c3f1, #717171);
  justify-content: flex-start;
  text-transform: capitalize;
  margin-top: 5px;
  border: 2px solid black;
  color: #000000;
}
.about h2 {
  display: flex;
  justify-content: center;
  font-size: 36px;
  margin-top: 0px;
}
.isi h3 {
  font-size: 36px;
  display: flex;
  justify-content: center;
}
.plan {
  width: 100%;
  display: inline-block;
  justify-content: center;
  padding: 10px;
  border-top: 1px solid;
  color: #003366;
  text-align: center;
  border: 2px solid;
  background: linear-gradient(to right, #507daa, #d1caca);
  margin-bottom: 5px;
}
.plan h3 {
  font-size: 25px;
  text-transform: capitalize;
}
.kontak1 {
  display: block;
  justify-content: center;
  gap: 1em;
  border-top: 1px solid;
  background: linear-gradient(to left, #66b3ff, #e0e0e0);
  color: #000000;
  text-align: center;
}

.kontak1 h2 {
  text-transform: capitalize;
}
.kontak2 {
  display: flex;
  justify-content: center;
  padding: 5px;
  text-decoration: overline;
}
.kontak2 img {
  gap: 1em;
  margin: 0px 20px 0px 20px;
  border-radius: 0px;
}
.kontak2 a {
  color: #1161b7;
  cursor: pointer;
}
.kontak2 a:hover {
  color: #268f8a;
}
footer{
  background-color: #e0e0e0;
  color: black;
display: flex;
justify-content: center;
margin-top: 5px;
}