
.link:hover{
	background-color: #fdf42c;
}

.link.active{
	background-color: #fdf42c;
}


.bebas{
	font-family: Bebas Neue;
}

.inter{
	font-family: Inter;
}


.kuning{
	color: #FFDA27;
}


.bg-kuning{
    background-color: #FFDA27;
}

.bg-kuning.rounded:hover{
    background-color: white;
}


.tombol:hover{
	background-color: #FFDA27;
}


.shadow{
    border-bottom: 1px solid lightgray;
}




/* Tampilan HP */
@media screen and (max-width: 600px) {

  .padding{
    padding-left: 3%;
    padding-right: 3%;
  }
  
  
  .margin{
      margin: 1%;
  }



  .judul{
    font-size: 50px;
  }
  
  
  
  
  .cover {
    background-image: url('../img/cover.png');
    background-size: cover;
    height: 670px;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.47);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white; /* Warna teks tetap terang */
}



  #layanan {
    background-image: url('../img/layanan.png');
    background-size: cover;
    height: 630px;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
}

.overlayLayanan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    color: white; /* Warna teks tetap terang */
    padding-left: 3%;
    padding-right: 3%;
}



  #aplikasi {
    background-image: url('../img/aplikasi.png');
    background-size: cover;
    height: 130px;
    width: 47%;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
    border-radius: 15px;
}


#kursus {
    background-image: url('../img/kursus.png');
    background-size: cover;
    height: 130px;
    width: 47%;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
    border-radius: 15px;
}


#ai {
    background-image: url('../img/ai.png');
    background-size: cover;
    height: 130px;
    width: 47%;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
    border-radius: 15px;
}


#iot {
    background-image: url('../img/iot.png');
    background-size: cover;
    height: 130px;
    width: 47%;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
    border-radius: 15px;
}


#cysec {
    background-image: url('../img/cysec.png');
    background-size: cover;
    height: 130px;
    width: 47%;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
    border-radius: 15px;
}


#network {
    background-image: url('../img/network.png');
    background-size: cover;
    height: 130px;
    width: 47%;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
    border-radius: 15px;
}


.overlayAplikasi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.47);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 15px;
    color: white; /* Warna teks tetap terang */
    padding-left: 4%;
    padding-right: 4%;
    font-size: 20px;
}



#kontak {
    background-image: url('../img/kontak.png');
    background-size: cover;
    height: 650px;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
}


}








/* Tampilan Dekstop  */
@media screen and (min-width: 600px) {

  .padding{
    padding-left: 8%;
    padding-right: 8%;
  }
  
  
  .margin{
      margin: 2%;
  }
  
  
  
  .cover {
    background-image: url('../img/cover.png');
    background-size: cover;
    height: 600px;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.47);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white; /* Warna teks tetap terang */
}


  #tentang-kami{
    background-image: url('../img/bulat_kanan.png');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
  }


  .judul{
    font-size: 60px;
  }




  #layanan {
    background-image: url('../img/layanan.png');
    background-size: cover;
    height: 660px;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
}

.overlayLayanan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    color: white; /* Warna teks tetap terang */
    padding-left: 5%;
    padding-right: 5%;
}



  #aplikasi {
    background-image: url('../img/aplikasi.png');
    background-size: cover;
    height: 200px;
    width: 350px;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
    border-radius: 15px;
}



#kursus {
    background-image: url('../img/kursus.png');
    background-size: cover;
    height: 200px;
    width: 350px;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
    border-radius: 15px;
}


#ai {
    background-image: url('../img/ai.png');
    background-size: cover;
    height: 200px;
    width: 350px;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
    border-radius: 15px;
}


#iot {
    background-image: url('../img/iot.png');
    background-size: cover;
    height: 200px;
    width: 350px;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
    border-radius: 15px;
}


#cysec {
    background-image: url('../img/cysec.png');
    background-size: cover;
    height: 200px;
    width: 350px;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
    border-radius: 15px;
}


#network {
    background-image: url('../img/network.png');
    background-size: cover;
    height: 200px;
    width: 350px;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
    border-radius: 15px;
}


.overlayAplikasi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.47);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 15px;
    color: white; /* Warna teks tetap terang */
    padding-left: 10%;
    padding-right: 10%;
    font-size: 30px;
}


.overlayAplikasi:hover {
    cursor: pointer;
    box-shadow: 1px 1px 10px #FFDA27;
}




#kenapa-eegyo{
    background-image: url('../img/bulat_kiri.png');
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
  }


#kontak {
    background-image: url('../img/kontak.png');
    background-size: cover;
    height: 530px;
    position: relative; /* Diperlukan untuk overlay */
    z-index: 2;
}


}




