* {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'open sans', sans-serif;
}

.wrapper {
    width: 95%;
    margin: auto;
    position: relative;
}

.wrapper22 {
    width: 1100px;
    margin: auto;
    position: relative;
}

.logo a{
    font-size: 50px;
    font-weight: 800;
    float: left;
    font-family: courer;
    color: brown;
}

.menu {
    float: right;
}

nav {
    width: 100%;
    margin: auto;
    display: flex;
    line-height: 80px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #FFFFFF;
    z-index: 1;
    border-bottom: 1px solid #000000;
}

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 16px 0px 16px;
    text-decoration: none;
}

nav ul li a:hover {
    text-decoration: underline;
}

section {
    margin: auto;
    display: flex;
    margin-bottom: 50px;
}

.kolom {
    margin-top: 0px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.kolom .deskripsi {
    font-size: 24px;
    font-weight: bold;
    font-family: 'comic sans ms';
    color: blueviolet;
}

.kolom .detail {
    font-size: 18px;
    font-weight: normal;
    color: grey;
}

h2 {
    font-family: 'comic sans ms';
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0px;
    color: blue;
    width: 100%;
    line-height: 50px;
}

a.tombol2 {
    background: green;
    border-radius: 20px;
    margin-top: 20px;
    padding: 15px 20px 15px 20px;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

a.tombol2.hover {
    background: yellow;
    text-decoration: none;
}

p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.tengah {
    text-align: center;
    width: 100%;
}

.kiri {
    text-align: left;
    width: 100%;
}
.produklist {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.produkitem {
    width: 20%;
    margin: 0 auto;
}

.produkitem img {
    width: 80%;
    border-radius: 50%;
}

.produkitem p {
    font-family: 'comic sns ms';
    font-weight: 800;
    font-size: 15;
    text-align: center;
    color: brown;
}

.mitralist {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.mitraitem {
    width: 33%;
    margin: 0 auto;
}

.mitraitem video {
    width: 320px;
    height: 240px;
}

.mitraitem img {
    width: 80%;
    border-radius: 50%;
}

.mitraitem p {
    font-family: 'comic sns ms';
    font-weight: 800;
    font-size: 15;
    text-align: center;
    color: brown;
}

.mandirilist {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.mandiriitem {
    width: 33%;
    margin: 0 auto;
}

.mandiriitem video {
    width: 320px;
    height: 240px;
}

.mandiriitem img {
    width: 100%;
    height: 80%;
    border-width: 50%;
}

.mandiriitem p {
    width: 100%;
    font-family: 'comic sns ms';
    font-weight: 800;
    font-size: 15;
    text-align: center;
    color: brown;
}

#kontak {
    background: #dedede;
    padding: 50px opx 50px 0px;
}

.footer {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding-top: 10px;
}

.footer-section {
    width: 20%;
    margin: auto;   
}

a.tombol1 {
    background: white;
    border-style: outset;
    margin-top: 10px;
    padding: 5px 10px 5px 10px;
    color: black;
    cursor: pointer;
    font-weight: bold;
}

a.tombol1.hover {
    background: blue;
    text-decoration: none;
}

h3  {
    font-family: 'comc sans ms';
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px;
    color: #364f6b;
    width: 100%;
    line-height: 50px;
}

#copyright {
    text-align: center;
    width: 100%;
    margin-top: 0px;
}

@media screen and (max-width: 991.98px) {
    .wrapper {
        width: 100%;
    }
    
    .wrapper22 {
        width: 95%;
    }

    .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;
    }

    /*coba*/
    .gbrawal {
        width: 240px;
        height: 240px;
    }
    
    .produklist {
        width: 100%;
    }

    .produkitem {
        width: 50%;
    }

    .produkitem img {
        width: 90%;
    }
    
    /*coba*/
    .mitralist {
        width: 100%;
        display: block;
    }

    /*coba*/
    .mitraitem {
        width: 100%;
        display: block;
    }



    .mandiriitem img {
        width: 50%;
    }
}