
*,
html{
  margin:0;
  padding:0;
}
.top {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:8vh;
  position: static;
}

.header-h1{
  display: flex;
  justify-content: center;
  align-items:center;
  align-items: flex-start;
  font-size:8vh;
  height:4vh;
  width:28%;
  border-radius: 2vh;
  position: static;
  z-index:5;
}
.header-h1 h3 {
    display: flex;
  justify-content: center;
  align-items:center;
    font-size:3vh;
    font-weight: bold;
    height:7vh;
    background-color:#bb65ff ;
    width:50%;
    border-radius: 2vh;
    color:white;
}
@media (max-width:1200px){
  .header-h1 h3{
    font-size:1.5vh;   
    font-weight: bold;
    width:60%;
    height:4vh;
    border-radius: 1vh;
  }
}
.navbar {
  width:70%;
  display: flex;
  justify-content: flex-end;
  right:1vh;
  position: absolute;
}
@media (max-width:600px){
    .bg{
        flex-direction: column;
    }
}
.main-size {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100vh;
  flex-direction: column;
}
.content-profil {
  border-radius:3vh 3vh 0vh 0vh;
  display: flex;
justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
  position: relative;
   z-index: 100;
   overflow: hidden;
}
.bulat {
  position: absolute;
    background-color:#bb65ff;
    opacity:0.6;
    width:60vh;
    height:60vh;
    border-radius:50%;
    z-index: -2;
    margin-right:40vh;
    margin-bottom:50vh;
}
.bulat1 {
  position: absolute;
    background-color:#bb65ff;
    width:10vh;
    height:10vh;
    border-radius:50%;
    z-index: -1;
    margin-left:50vh;
    margin-bottom:50vh;
}
.bulat2 {
  position: absolute;
    background-color:#bb65ff;
    width:25vh;
    height:25vh;
    border-radius:50%;
    z-index: -1;
    margin-right:55vh;
    margin-bottom:10vh;
}
.bulat3 {
  position: absolute;
    background-color:#bb65ff;
    opacity:0.7;
    width:18vh;
    height:18vh;
    border-radius:50%;
    z-index: -2;
    margin-left:20vh;
    margin-top:50vh;
}
.bulat4 {
  position: absolute;
    background-color:#bb65ff;
    opacity:0.7;
    width:50vh;
    height:50vh;
    border-radius:50%;
    z-index: -2;
    margin-left:50vh;
    margin-top:80vh;
}
.bulat5 {
  position: absolute;
    background-color:#bb65ff;
    width:15vh;
    height:15vh;
    border-radius:50%;
    z-index: -2;
    margin-left:50vh;
    margin-top:10vh;
}
.foto {
  display: flex;
justify-content: center;
  align-items: center;
  width:50%;
  height:100%;
    position:static;
   z-index: 1;
}
.foto img {
  width:80%; 
  height:55%;
  border-radius:50%;
}
.text {
    display:flex ;
    flex-direction: column;
justify-content: center;
  align-items: center;
  width:60%;
  height:100%;
  align-items: flex-start;
    position: relative;
   z-index: 2;
}
.text h3 {
  font-size:5vh;
}
.text h2 {
  font-size:6vh;
  color:#cf38fb;
}
.text p {
  font-size: 3vh;
  color:grey;
}
@media (max-width: 1200px) {
  .content-profil {
    flex-direction: column;
    text-align: center;

  }
  .foto {
        width:80%;
    height:100%;
  }
  .foto img {
    width:90%;
    height:70%;
    border-radius:50%;
  }
  .text h3 {
    font-size:2.7vh;
  }
  .text h2 {
    font-size:3vh;
  }
  .text p {
    font-size:2vh;
    text-align: center;
    width:100%;
  }
}
.wrapper {
  display: inline-grid;
  white-space: nowrap; 
}

.wrapper span {
  grid-area: 1 / 1;
  opacity: 0;
  animation: ganti 6s infinite ease-in-out;
  white-space: nowrap;
}

.wrapper .front {
  animation-delay: 0s;
  color:#cf38fb;
}

.wrapper .back {
  animation-delay: 2s;
  color:#cf38fb;
}
.wrapper .full {
  animation-delay: 4s;
  color:#cf38fb;
}


@keyframes ganti {
  0%   { opacity: 0; }
  10%  { opacity: 1; }   
  25%  { opacity: 1; }   
  35%  { opacity: 0; }   
  100% { opacity: 0; }
}

#app {
  width:5vh;
  height:5vh;
  margin:1vh;
}
@media(max-width:1000px){
  #app{
    width:4vh;
    height:3vh;
    margin:0.1vh;
  }
}
.kotak{
   display:flex;
   justify-content:left;
   align-items:center;
   width:100%;
   height:6vh;
}
.email {
  width:12vh;
  height:5vh;
  background-color:#cf38fb ;
  border-radius:2vh;
   display:flex;
   justify-content:center;
   align-items:center;
   margin-right:2vh;
}
.email a {
    color:white;    text-decoration:none;
    font-size:2.5vh;
    font-weight:bold;
}
.kontak {
  width:14vh;
  height:5vh;
  background-color:grey ;
   border-radius:2vh;
   display:flex;
   justify-content:center;
   align-items:center;
   border:none;
   outline: none;
   color:#cf38fb;
   font-weight:bold;
   font-size:2vh;
   z-index: 1;
   position: relative;
}
.kontak::after {
  content:"";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background-color: #ebebeb;
  border-radius:2vh;
}
.kontak::before {
  content:"";
  background: linear-gradient(45deg,
  #ff0000,#ff7300,#fffb00,#48ff00,
  #00fff5,#002bff,#ff00c8,#ff0000);
  position: absolute;
  top:-2px;
  left:-2px;
  background-size:600%;
  z-index: -1;
  width: 100%;
  height: 100%;
  filter:blur(8px);
  animation:animasi 20s linear infinite;
  transition: opacity .3s ease-in-out;
  border-radius: 2vh;
  opacity:0;
}

@keyframes animasi {
  0% { background-position:0 ,0;}
  50% { background-position:400% ,0;}
  100% { background-position:0 ,0;}
}
.kontak:hover::before {
  opacity:1;
}
.mediasosial a {
  color:grey;
}
@media(max-width:1200px){
  .mediasosial a {
    justify-content: center;
    align-items:center;
    margin-left:0.5vh;
  }
}
.story {
  border-radius:3vh 3vh 0vh 0vh;
  display: flex;
  flex-direction: column;
justify-content: center;
  align-items: center;
  width:100%;
  height:100vh;
  position: relative;
   z-index: 100;
   overflow: hidden;
}
.mystory {
  width:100%;
  height:100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foto-story img{
  width:80%;
  height:90%;
  border-radius:50%;
}
.foto-story {
  width:60%;
  height:60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0vh;
}
.text-aboutme {
  width:70%;
  height:100%;
    display: flex;
    flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-aboutme h3 {
  font-size: 9vh;
   color:#cf38fb;
}
.mystory p {
  text-align: start;
  font-size:2.8vh;
  width:90%;
  color:grey;
}
.experience {
  width:100%;
  height:40vh;
  background-color: green;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.bulat7{
position: absolute;
      position: absolute;
    background-color:#bb65ff;
    width:40vh;
    height:40vh;
    border-radius:50%;
    z-index: -2;
    margin-left:70vh;
    margin-top:70vh;
    opacity: 0.8;
}
@media (max-width: 1300px) {
  .mystory {
    flex-direction: column;
    
  }
  .foto-story{
    width:80%;
    height:100%;
    margin-right: 0vh;
  }
  .foto-story img {
    width:90%;
    height:70%;
  }
  .text-aboutme p {
    font-size: 1.5vh;
    width:100%;
    text-align: center;
  }
  .text-aboutme h3 {
    font-size:5vh;
  }
}
.bulat8 {
  position: absolute;
    background-color:#bb65ff;
    opacity:0.6;
    width:60vh;
    height:60vh;
    border-radius:50%;
    z-index: -2;
    margin-right:90vh;
    margin-bottom:60vh;
}
.bulat9{
  position: absolute;
    background-color:#bb65ff;
    width:10vh;
    height:10vh;
    border-radius:50%;
    z-index: -1;
    margin-left:50vh;
    margin-bottom:50vh;
}
.bulat10 {
  position: absolute;
    background-color:#bb65ff;
    width:25vh;
    height:25vh;
    border-radius:50%;
    z-index: -1;
    margin-right:45vh;
    margin-bottom:30vh;
}
.bulat11 {
  position: absolute;
    background-color:#bb65ff;
    opacity:0.7;
    width:18vh;
    height:18vh;
    border-radius:50%;
    z-index: -2;
    margin-left:20vh;
    margin-top:50vh;
}
  .panel{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    position: relative;
    width: 100%;
    height:100vh;
    border-radius: 14px;
    overflow: hidden;
     z-index: 1;
  }

  .skills-label{
    margin-bottom:5vh;
    width: 56px;
    height:5vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
  }
  .skills-label h2{

    font-weight: 700;
    color:#cf38fb ;
    font-size: 6vh;
  }

  .heading{
    text-align: center;
    font-size: 7vh;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .desc{
    color: dimgrey;
    text-align: center;
    font-size: 3vh;
    line-height: 1.6;
    width:70%;
    margin: 0 auto 34px auto;
  }

  .grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .skill-card{
    background-color:bisque;
    border-radius: 10px;
    padding: 22px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: transform 0.2s ease, background 0.2s ease;
    width:20vh;
    

  }
  .skill-card:hover{
    background-color:grey ;
    transform: translateY(-4px);
    color:white;
  }

  .skill-card i{
    font-size: 8vh;
  }

  .skill-card span{
    color: #eaeaea;
    font-size: 2.5vh;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
        color:black;
  }

  /* Brand colors kept true to each tech */
  .colored.csharp{ color: #9B4F96; }
  .colored.html5{ color: #E34F26; }
  .colored.css3{ color: #2965F1; }
  .colored.js{ color: #F0DB4F; }
  .colored.php{ color: #8993BE; }
  .colored.mysql{ color: #4479A1; }

  /* Tablet */
  @media (max-width: 768px){
    .panel{
      padding: 40px 28px 40px 80px;
    }
    .heading{ font-size: 26px; }
    .grid{ gap: 14px; }
  }

  /* Mobile */
  @media (max-width: 520px){
    .panel{
      padding: 60px 16px 32px 16px;
      border-radius: 10px;
    }
    .skills-label{
      width: 100%;
      height: 40px;
      top: 0;
      bottom: auto;
    }
    .skills-label span{
      writing-mode: horizontal-tb;
      transform: none;
      margin-top:10vh;
    }
    .heading{ font-size: 21px; margin-top: 6px; }
    .desc{ font-size: 12px; }
    .grid{
      grid-template-columns: repeat(3, 1fr);
      gap: 12px;
    }
    .skill-card{ padding: 18px 8px;
    width:10vh;}
    .skill-card i{ font-size: 32px; }
    .skill-card span{ font-size: 10.5px; }
  }
 
 