* {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    background-image: url(images/siswa1.jpg);
    background-size: cover; /* Menjadikan gambar memenuhi seluruh halaman */
    background-position: center; /* Menempatkan gambar di tengah */
    background-repeat: no-repeat; /* Menghindari pengulangan gambar */
    align-content: center;
}

.wave-svg {
    width: 100%;
    height: auto;
    display: block;
  }
  

.wrapper {
    width: 1100px;
    margin: auto;
    position: relative;
}

.logo a {
    font-size: 25px;
    font-weight: bold;
    float: left;
    font-family: 'comic sans ms';
    color: #000000;

}

.menu {
    float: right;

}


.center-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Mengatur tinggi halaman agar gambar benar-benar di tengah */
}

nav {
    width: 100%;
    margin: auto;
    display: flex;
    line-height: 70px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background-color: rgba(124, 82, 198, 0.168);
    backdrop-filter: blur(10px); /* Efek blur */
    z-index: 1;
    border-bottom: 5px solid rgb(255, 255, 255);

}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul li {
    float: left;

}

nav ul li a {
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 0px 7px 0px 7px;
    text-decoration: none;

}

nav ul li a:hover {
    text-decoration: underline;
}

section {
    margin: auto;
    display: flex;
    margin-bottom: 50px;
}

.kolom {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 7px;
    margin-right: 50px;
    font-size: 18px;
}

.skolom {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
}

.kolom .deskripsi {
    font-size: 20px;
    font-weight: bold;
    font-family: 'comic sans ms';
    color: #000000;
    
}

h2 {
    font-family: 'comic sans ms';
    font-weight: 800;
    font-size: 27px;
    margin-bottom: 20px;
    color: #040e19;
    width: 100%;
    line-height: 35px;
    margin-left: 20px;
}

p {
    font-family: 'comic sans ms';
    color: #040e19;
    width: 100%;
    margin-left: 20px;
}

a.tbl-biru {
    background: #3f72af;
    border-radius: 20px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 15px 30px 15px 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.705);
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;

}

a.tbl-hijau {
    background: #14da60;
    border-radius: 20px;
    border-right-width: 60px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 15px 20px 15px 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.741);

    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;

}

a.tbl-hijau:hover {
    background: #06b003;
    text-decoration: none;
}

a.tbl-biru:hover {
    background: #f4ae17;
    text-decoration: none;
}

a.tbl-pink {
    background: #b60303;
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px 20px 15px 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.705);
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;

}

a.tbl-pink:hover {
    background: #f4ae17;
    text-decoration: none;
}


a.tbl-kuning {
    background: #ede205ee;
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px 20px 15px 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.705);
    color: #000000;
    cursor: pointer;
    font-weight: bold;

}

a.tbl-kuning:hover {
    background: #03f781;
    text-decoration: none;
}

p {
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    font-family: 'comic sans ms';
    font-size: 20px;
    color: #04274d;
    width: 100%;
    margin-left: 20px;
}

.tengah {
    text-align: center;
    width: 100%;
}

.tsiswa {
    text-align: center;
    width: 100%;
}

.tutor-list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.siswa-list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.kartu-tutor {
    width: 20%;
    margin: 0 auto;
    cursor: pointer;
}

.kartu-siswa {
    width: 20%;
    margin: 0 auto;
}

.kartu-tutor img {
    width: 80%;
    border-radius: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    padding: 4px;
    /* Jarak dalam */
    display: inline-block;
    /* Agar ukuran sesuai konten */
}



.siswa img {
    width: 80%;
    border-radius: 3%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    padding: 25px;
    /* Jarak dalam */
    display: inline-block;
    /* Agar ukuran sesuai konten */
}

.kartu-tutor p {
    font-family: 'comic sans ms';
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    color: #b60303;
}

.kartu-siswa p {
    font-family: 'comic sans ms';
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    color: #b60303;
}


#contact {
    background: #dedede;
    padding: 50px 0px 50px 0px;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: fixed;
    margin: 0px;
    background-color: #4082e634; /* Tambahkan warna latar belakang jika diperlukan */
    backdrop-filter: blur(10px);
    padding: 20px 0px 20px 0px; /* Tambahkan padding jika diperlukan */
    border-top: 5px solid rgba(111, 111, 110, 0.242);

}


.footer-section {

    width: 50%;
    margin-bottom: 0;
}

h3 {
    font-family: 'comic sans ms';
    font-weight: 100px;
    font-size: 25px;
    color: #000000;
    width: 100%;
    margin-left: 20px;

}

b {
    font-family: 'comic sans ms';
    font-weight: 100px;
    font-size: 18px;
    color: #000000;
    width: 100%;
    margin-left: 20px;

}

#copyright {
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 20px 0px 20px 0px;
    margin-top: 50px;
    margin-bottom: 0px;
    display: flex;
    line-height: 20px;
    position: -webkit-sticky;
}

.recent-posts-widget {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .recent-posts-widget h2 {
    margin-top: 0;
  }
  
  .recent-posts-widget ul {
    list-style: none;
    padding: 0;
  }
  
  .recent-posts-widget li {
    margin-bottom: 10px;
  }
  
  .recent-posts-widget a {
    text-decoration: none;
    color: #333;
  }
  
  .recent-posts-widget a:hover {
    text-decoration: underline;
  }


@media screen and (max-width: 991.98px) {

    .wrapper {
        width: 100%;
    }

    .logo a {
        display: block;
        width: 100%;
        text-align: center;

    }

    nav .menu {
        width: 100%;
        margin: 0;
    }

    nav .menu ul {
        text-align: center;
        margin: auto;
        line-height: 60px;
    }

    nav .menu ul li {
        display: inline-block;
        float: none;
    }

    section {
        display: block;
    }


    section img {
        display: block;
        width: 100%;
        height: auto;
    }

    .kartu-tutor {
        width: 50%;
    }
}