@import url('https://fonts.googleapis.com/css2?family=Days+One&family=Quicksand:wght@400;500;700&display=swap');

body {
 height: 0 auto;
 background-image: url('../image/home.jpg');
 background-repeat:no-repeat;
 margin:  0 auto;
 background-size: 100% auto;
 max-width: 100%;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html {
  --scrollbarBG: #FFFF;
  --thumbBG: #D89F9D;
}
body::-webkit-scrollbar {
  width: 20px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
}

.banner{
  color: black;
  display: inline-block;
  background-color: white;
  padding:  20px;
  position: sticky;
  top:  0;
  z-index: 9999;
  width:  100% auto;
}

.logo {
  display: inline-block;
    vertical-align: middle;
    width: 7%;
}

.logo img {
  height:  auto;
  width:  100%;
  margin-left:  60px;
}

.nav{
  list-style-type: none;
  background-color: white;
  display: inline-block;
  padding-right:  100px;
  float: right;
  align-items: center;
  align-content: center;
}

.nav a{
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav a:hover{
    color: white;
    border-radius: 100px;
    background-color: #D89F9D;
} 

.nav ul {
    list-style-type: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size:  20px;

}

.nav li {
   font-weight: bold;
   padding:  40px;
}

.nav ul li {
    display: inline;
    padding:30px;
}

.nav .current {
    color: white;
    background-color: #D89F9D;
    border-radius: 100px;
}

.nav ul li a {
    color: #2b2a2a;
    display: inline;
    text-decoration: none;
    max-width: 100%;
    text-align: center;
}


.container{
  display: block;
  margin:  0 auto;
  align-items: center;
  align-content: center;
}

.first{
  display: flex;
  width: 80%;
   margin: 0 auto;
}

.me{
  width: 500px;
  margin-top: 2%;
  padding: 2%;
}
.me img {
  vertical-align: middle;
  float:  left;
  width: 300px;
}

.exp{
  margin-top: 3%;
  align-content: center;
  width: 500px;
  padding: 3%;
  float: right;
}

.title{
  font-family: 'Days One', sans-serif;
  font-size:50px;
  display: inline-block;
  padding: 2%;
}

.explain{
  font-family: 'Quicksand', sans-serif;
  width: 420px;
  max-width: 100%;
  background-color: white;
  border-radius: 20px;
  display: inline-block;
  font-size:  21px;
  line-height: 30px;
  padding: 6%;
  margin-top: 14%;
}

.middle{
  text-align: center;
}

.mouse{
  width: 40px;
  height: 55px;
  border: 4px solid #333;
  border-radius: 60px;
  margin: 0 auto;
  position:relative;
}

.mouse::before{
  content: "";
  width: 7px;
  height: 7px;
  position:absolute;
  background: #333;
  align-content: center;
  border-radius: 50%;
  opacity: 1;
  animation: mouse 2s infinite;
  margin: 0 auto;
  left: 40%;
}

@keyframes mouse {
  from{
    opacity: 1;
    top: 15px;
  }
  to{
    opacity: 0;
    top: 50px;
  }
}

.scroll {
  font-family: 'Quicksand', sans-serif;
  font-size:  20px;
  line-height: 30px;
  text-align: center;
}


.experience{
  font-family: 'Days One', sans-serif;
  font-size:50px;
  text-align: center;
  padding: 20px;
  margin-top: 3%;
}

.wrapping{
  display: block;
  margin:  0 auto;
  align-items: center;
  align-content: center;
}

.card{
  display: flex;
  align-items: center;
  align-content: center;
  margin: auto;
  justify-content: center;
  width: 0 auto;
  margin:  0 auto;
}


.cards{
  width: 35%;
  background: white;
  border-radius: 20px;
  margin-top: 1%;
  margin-left: 1%;
  margin-right: 3%;
  margin-bottom: 2%;
  padding: 2%;
}

.titles{
  font-family: 'Quicksand', sans-serif;
  font-size:  30px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

.wrapper{
  display: flex;
  width: 400px;
}

.left{
  font-family: 'Quicksand', sans-serif;
  font-size:  25px;
  font-weight: bold;
  color: #d89f9d;
  padding: 3% 3% 3% 10%;
}
.year{
  margin-top: 35%;
}

.year2{
  margin-top: 160%;
}

.year3{
  margin-top: 30%;
}

.year4{
  margin-top: 34% ;
}

.year5{
  margin-top: 85% ;
}
.right{
  font-family: 'Quicksand', sans-serif;
  font-size:  20px;
  padding: 4%;
  line-height: 35px;
}

.where{
  font-weight: bold;
  margin-top: 4%;
}

.in{
  margin-top: 1%;
}

.myskill{
  font-family: 'Days One', sans-serif;
  font-size:50px;
  text-align: center;
  padding: 10px;
}

.aboutskill{
  text-align:  center;
    font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  padding: 10px;
}

.keahlian{
  display: block;
  margin:  0 auto;
  align-items: center;
  align-content: center;
}

.kartu{
  display: flex;
  margin:  0 auto;
}

.cards2{
  width: 38%;
  background: white;
  border-radius: 20px;
  margin-top: 1%;
  margin-left: 5%;
  margin-bottom: 2%;
  padding: 2%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.wrap{
  padding: 10px;
  align-content: center;
  margin:  0 auto;
  justify-content: center;
  align-items: center;
  width:  100%;
}

.launch-animate{
  margin:  0 auto;
  text-align: center;
  vertical-align: middle;
  align-content: center;
}
.launch {
  padding: 5px;
  font-size: 17px;
  transition: 1s;
  box-shadow: inset 0 0 0 0 #F3D0DF;
}

.launch:hover {
 box-shadow: inset 200px 0 0 0 #F3D0DF;
}

button {
  background-color: transparent;
  border: none;
  color: #2b2a2a;
  font-size: 14px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  width: 190px;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #2b2a2a;
  border-radius: 20px;
}

button:hover {
  background-color: white;
  transition: 0.25s;
}

.skills{
  display: inline-flex;
  width: 100%;  
  flex-grow: 1;
  height: 100%;
  margin: 0 auto;
  padding: 2%;
}

.skill{
  font-family: 'Quicksand', sans-serif;
  font-size:  20px;
  line-height: 35px;
  padding: 1%;
}

.software{
  margin-top: 6%;
  width: 170px;
}

.meter{
  width:  250px;
  padding: 1%;
  margin-top: 1%;
  margin-left: 3%;
}

#line1{
  background-color: #f1b08b;
  border-radius:  30px;
  width: 250px;
  max-width: 100%;
  height: 20px;
  position:relative;
  width:100%;
  margin:10px auto;
  animation-delay: 1.25s;
  animation-name: fadeInUp;  
}

#circle1{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  background-color: #2B2A2A;
  transform: translate(0px, -20%)
}

#line2{
  background-color: #bfe6f5;
  border-radius:  30px;
  width: 250px;
  max-width: 100%;
  height: 20px;
  position:relative;
  width:100%;
  margin:10px auto;
  top: 10%; 
  animation-delay: 1.25s;
  animation-name: fadeInUp; 
}

#circle2{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  background-color: #2B2A2A;
  transform: translate(0px, -20%)
}
#line3{
  background-color: #dec1dd;
  border-radius:  30px;
  width: 250px;
  max-width: 100%;
  height: 20px;
  position:relative;
  width:100%;
  margin:10px auto; 
  top:  20%;
  animation-delay: 1.25s;
  animation-name: fadeInUp; 
}

#circle3{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  background-color: #2B2A2A;
  transform: translate(0px, -20%)
}

#line4{
  background-color: #f1b08b;
  border-radius:  30px;
  width: 250px;
  max-width: 100%;
  height: 20px;
  position:relative;
  width:100%;
  margin:10px auto; 
  top:  30%; 
  animation-delay: 1.25s;
  animation-name: fadeInUp;
}

#circle4{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  background-color: #2B2A2A;
  transform: translate(0px, -20%)
}
.button2 {
  background-color: transparent;
  border: none;
  color: #2b2a2a;
  font-size: 14px;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  width: 190px;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #2b2a2a;
  border-radius: 20px;
}

.button2:hover {
  background-color: white;
  transition: 0.25s;
}

.launch2 {
  padding: 5px;
  font-size: 17px;
  transition: 1s;
  box-shadow: inset 0 0 0 0 #F3D0DF;
}

.launch2:hover {
 box-shadow: inset 200px 0 0 0 #F3D0DF;
}


#line5{
  background-color: #bfe6f5;
  border-radius:  30px;
  width: 250px;
  max-width: 100%;
  height: 20px;
  position:relative;
  width:100%;
  margin:10px auto; 
  animation-delay: 1.25s;
  animation-name: fadeInUp;
}

#circle5{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  background-color: #2B2A2A;
  transform: translate(0px, -20%)
}

#line6{
  background-color: #dec1dd;
  border-radius:  30px;
  width: 250px;
  max-width: 100%;
  height: 20px;
  position:relative;
  width:100%;
  margin:10px auto; 
  top:  10%; 
  animation-delay: 1.25s;
  animation-name: fadeInUp;
}

#circle6{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  background-color: #2B2A2A;
  transform: translate(0px, -20%)
}

#line7{
  background-color: #f1b08b;
  border-radius:  30px;
  width: 250px;
  max-width: 100%;
  height: 20px;
  position:relative;
  width:100%;
  margin:10px auto; 
  top:  20%; 
  animation-delay: 1.25s;
  animation-name: fadeInUp;
}

#circle7{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  background-color: #2B2A2A;
  transform: translate(0px, -20%)
}

#line8{
  background-color: #f3d0df;
  border-radius:  30px;
  width: 250px;
  max-width: 100%;
  height: 20px;
  position:relative;
  width:100%;
  margin:10px auto; 
  top:  30%; 
  animation-delay: 1.25s;
  animation-name: fadeInUp;
}

#circle8{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  background-color: #2B2A2A;
  transform: translate(0px, -20%)
}

.footer{
  margin:  0 auto;
  text-align: center;
  vertical-align: middle;
  padding:  10px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size:  12px;
}
