*{
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', 'sans-serif';
    overflow-x: hidden;

}

.wrapper {
    width: 80%;
    margin: auto;
    position: relative;
}

.logo a {
    font-size: 50px;
    font-weight: 800;
    float: left;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:#a8d8ea;
}

/* Menu */

.menu {
    float: right;
    font-family: 'Lato', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav {
    width: 100%;
    margin: auto;
    display: flex;
    line-height: 80px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: royalblue;
    z-index: 1;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul li {
    float: left;
}

nav ul li a {
    color: white;
    font-weight: 400;
    text-align: center;
    padding: 0px 16px 0px 16px;
    text-decoration: white;
}

nav ul li a:hover{
    text-decoration: none;
    color: black ;
    display: block ;
    background: rgb(49, 79, 170);
}

/* Dropdown */

.menu ul li .dropdown {
    display: none;

}

.menu ul li:hover .dropdown {
    display: block;
    background: royalblue;
    position: absolute;
    padding: 10px;
}

.menu ul li:hover .dropdown li {
    display: block;

}

.menu ul li:hover .dropdown li a {
  
    margin-bottom: 5px;
}


/* SECTION */

section {
    margin: auto;
    display: flex;
    margin-bottom: 50px;
}

.kolom {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 4%;
    padding-bottom: 4%;
}

.kolom .deskripsi {
    font-size: 20px;
    font-weight: bold;
    color: royalblue;
    text-align: center;
}

.kolom-atas {
    margin-top: 100px;
    margin-bottom: 25px;
    margin-right: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10%;
    padding-bottom: 4%;
}

.kolom-atas .deskripsi {
    font-size: 20px;
    font-weight: bold;
    color: royalblue;
    text-align: left;
}


h2 {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 20px;
    color: black; 
    width: 100%;
    line-height: 50px;
}

.kolom .h2 {
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 20px;
    color: black; 
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.kolom-bawah span {
    font-weight: 1000;
    color: royalblue;
}

.kolom img {
    width: auto;
}



p {
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
}

/* JASA */

.tengah {
    text-align: center;
    width: 100%;
}

.jasa-list {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.jasa {
    width: 20%;
    margin: 0 auto;
}

.jasa img {
    width: 80%;
}

.jasa p {
    font-weight: 800;
    font-family: Roboto;
    font-size: 25px;
    text-align: center;
    color: black;
}

p {
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
}

.pinggir {
    text-align: center;
    width: 100%;
}

.kolom-bawah {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 10%;
    padding-bottom: 4%;
}

.tombol {
    font-size: 17px;
    font-weight: 300;
    background: royalblue;
    width: 160px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
    border-radius: 20px;

}

.tombol:hover {
    background: rgb(81, 93, 129);
    color: rgb(189, 189, 189);
}


/* Bantuan */

.form {
    width: 100%;
    display: block;
    font-size: var(--normal-font-size);
    font-weight: var(--font-semi);
    box-sizing: border-box;
    padding: 0;
    border-radius: .5rem;
    border: 1.5px solid var(--second-color);
    outline: none;
    margin: 2px 0px;
    color: black;
    transition: 0.5s;
}

.from label {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
}

#contact {
    background: #dedede;
    padding: 50px 0px 50px 0px;

}

/* Footer */
.footer-wrapper {
    width: 1100px;
}

.footer {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}

.footer-section {
    width: 20%;
    margin: auto;
}

p {
    margin: 0;
    padding: 0;
}

h3 {
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 20px;
    color: black;
    width: 100%;
    line-height: 50px;
}

#copyright {
    text-align: center;
    padding: 25px 0px 25px 0px;
    margin-top: 0px;
}

/* Animasi  */



 .pic {
    transition: 1s;
    transform: translateX(-700px);
}

.pic.show2 {
    transform: translateX(0px);
}


.erepair {
    transition: 1s;
    transform: translateX(700px);
}

.erepair.show1 {
    transform: translateX(0px);
}


@media screen and (max-widht: 991.98px) {
    .wrapper {
        width: 90%;
    }

    .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;
    }

    .jasa-list {
        width: 50%;
    }

    .jasa{
        width: 50%;
    }
}

form {
    margin-top: 6%;
}

.tbl-order tr {
    line-height: 2;
}

.tbl-order tr td input[type=submit], #bantuan .form form input[type=submit]  {
    width: 90%;
    height: 30px;
    background: #4169e1;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    border: none;
}

.tbl-order tr td input[type=submit]:hover, #bantuan .form form input[type=submit]:hover {
    background: gray;
}