@font-face {
    font-family: bebas;
    src: url(fonts/BebasNeue-Regular.ttf);
}

@font-face {
    font-family: inter;
    src: url(fonts/Inter-VariableFont_slnt\,wght.ttf);
}

section{
    min-height: 100vh;
}

.navbar a:hover,
.navbar a.active{
    color: rgb(177, 177, 177);
}

.hide-navbar {
    display: none; /* Mengatur navbar agar tidak terlihat */
  }

.home{
    padding-left: 2%;
    padding-right: 2%;
    background-image: url(image/Cover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-content {
    padding-top: 1vh;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    justify-content: space-between;
}

.home-content h3{
    font-family: bebas;
    font-weight: 1000;
    color: #ffffff;
}

.home-content h3:hover{
    color: #9a9a9a;
}

.home-contunt h3{
    font-family: bebas;
    font-weight: 1000;
    color: #ffffff;
}

.home-contunt h3:hover{
    color: #9a9a9a;
}

.home-contunt {
    padding-top: 80.6vh;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    display: flex;
    justify-content: space-between;
}

@keyframes animate {
	0%,
	100% {
		clip-path: polygon(
			0% 45%,
			16% 44%,
			33% 50%,
			54% 60%,
			70% 61%,
			84% 59%,
			100% 52%,
			100% 100%,
			0% 100%
		);
	}

	50% {
		clip-path: polygon(
			0% 60%,
			15% 65%,
			34% 66%,
			51% 62%,
			67% 50%,
			84% 45%,
			100% 46%,
			100% 100%,
			0% 100%
		);
	}
}

.welkom {
    display: flex;
}

.aboutme{
    padding-left: 2%;
    padding-right: 2%;
    background-image: url(image/cuvir.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutme h1{
    padding-top: 50px;
    font-family: bebas;
    align-items: center;
}
.saya{
    display: flex;
}
.deskripsi{
    padding-right: 10px;
    font-family: inter;
    width:380vh;
    font-size: 1.1rem;
    text-align: center;
}

.penjelasan {
    padding-left: 10px;
    font-family: inter;
    font-size: 20px;
    font-weight: 600;
    width:380vh
}
.penjelasan h2{
    text-align: center;
}


.waving-effect {
  animation: waving 2s infinite;
}

@keyframes waving {
  0% { transform: rotate(0); }
  25% { transform: rotate(10deg); }
  50% { transform: rotate(0); }
  75% { transform: rotate(-10deg); }
  100% { transform: rotate(0); }
}

.vl {
    border-left: 6px solid rgb(18, 23, 18);
    height: 280px;
    display: block;
}

.vlh {
    border-left: 6px solid rgb(255, 255, 255);
    height: 450px;
    display: block;
}

.expirience{
    padding-left: 5%;
    padding-right: 2%;
    background-image: url(image/sa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.projekan{
    padding-left: 2%;
    padding-right: 2%;
    background-image: url(image/kufra.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.projekan h1{
    padding-top: 50px;
    font-family: bebas;
    align-items: center;
}

.gambir img{
    height: 35px; width: auto;
}
.gambur img{
    height: 35px; width: auto;
}

.welkom img{
    width: 60px; 
    height: 60px;
}
.hello{
    font-size: 33px;
    margin-top: -5px;
}

.page{
    font-size: 33px;
    padding-left: 50px;
}

.content{
    padding-left: 42px; 
    padding-top: 20px;
}

.content h2 {
	color: #fff;
	font-size: 33px;
	position: absolute;
    font-family: bebas;
	transform: translate(-50%, -50%);
    font-weight: 300;
}

.content h2:nth-child(1) {
	color: transparent;
	-webkit-text-stroke: 0.5px #ffffff;
}

.content h2:nth-child(2) {
	color: #ffffff;
	animation: animate 2s ease-in-out infinite;
}
  
.social-media a{
    display: inline-flex;
    justify-content: center ;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border: .2rem solid black;
    border-radius: 50%;
    font-size: 1.3rem;
    color: black;
    margin: 3rem 1.rem 3rem 0;
    transition: .5s ease;
    
}

.social-media a:hover{
    background: var(--main-color);
    color: white;
    background-color: black;
    box-shadow: 0 0 1rem var(--main-color);
}

@media (max-width: 1000px) {
    .welkom{
        padding-top: 9px;
    }
    .welkom img{
        width: 51px; 
        height: 51px;
    }
    .hello{
        font-size: 28px;
        margin-top: -5px;
    }
    
    .page{
        font-size: 28px;
        padding-left: 44px;
        padding-top: 2px;
    }
    
    .content{
        padding-left: 36px; 
        padding-top: 19px;
    }
    
    .social-media{
        padding-bottom: 80px;
    }
    .content h2 {
        color: #fff;
        font-size: 28px;
        position: absolute;
        font-family: bebas;
        transform: translate(-50%, -50%);
        font-weight: 300;
    }
    
    .content h2:nth-child(1) {
        color: transparent;
        -webkit-text-stroke: 0.5px #ffffff;
    }
    
    .content h2:nth-child(2) {
        color: #ffffff;
        animation: animate 2s ease-in-out infinite;
    }
    .gambir img{
        height: 35px; width: auto;
    }
    .gambur img{
        height: 35px; width: auto;
    }
    .gambur {
        margin-left: -80px;
        margin-right: -65px;
    }
    .gambir {
        margin-left: -80px;
        margin-right: -65px;
    }
    .angjay{
        padding-top: 4px;
    }
    .aboutme{
        padding-top: 30px;
    }
    .saya{
        display: block;
    }
    .deskripsi{
        font-size: 12px;
        width: auto;
        text-align: center;
    }
    .penjelasan{
        font-size: 12px;
        width: auto;
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
    }
    .penjelasan h3{
        text-align: center;
    }
    .penjelasan h2{
        text-align: center;
    }
    .penjelasan p{
        text-align: center;
    }
    .vl {
        display: none;
      }
      .vlh {
        display: none;
      }
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
}

  .card {
    flex-basis: calc(33.33% - 20px);
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .card img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .card h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: bebas;
  }

  .card p {
    margin-bottom: 90px;
    font-family: inter;
  }

  .card a {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  }



  @media screen and (max-width: 600px) {
    .card {
      flex-basis: 100%;
    }
  }