.social {
    display: flex;
    position: fixed;
    top: 5%;
    z-index: 99;
    padding: 0;
    left: 2%;
}
.social li a {
    width: 40px;
    display: block;
    margin-right: 20px;
    border-radius: 20%;
    padding: 15px;
    pointer-events: auto;
}
#indonesia {
    background-image: url('img/lang-img/indonesia.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#english {
    background-image: url('img/lang-img/english.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#chinese {
    background-image: url('img/lang-img/china.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1400px) {
    .social {
        top: 12%;
        left: 7%;
    }
    .social li a {
        display: block;
        padding: 12px;
    }
}
#home-images {
    width: 100%;
    height: 100%;
}

#main-logo {
    position:absolute;
    -webkit-transition: top 1s ease;
    transition: top 1s ease;
}
#process-cepat {
    position:absolute;
    -webkit-transition: left 1s ease;
    transition: left 1s ease;
}
#motor-dapat {
    position:absolute;
    -webkit-transition: right 1s ease;
    transition: right 1s ease;
}
#dapatkan-potongan {
    position:absolute;
    -webkit-transition: bottom 1s ease;
    transition: bottom 1s ease;
}
#sekarang {
    position:absolute;
    -webkit-transition: bottom 1s ease;
    transition: bottom 1s ease;
}
@media only screen and (max-width: 340px) {
    #main-logo {
      width : 200px;
      top: 0;
      left: 2%;
    }
    #process-cepat {
        width: 250px;
        top:18%;
        left:0;
    }
    #motor-dapat {
        width: 150px;
        top:58%;
        right:0;
    }
    #dapatkan-potongan {
        width: 90px;
        bottom: 0;
        left: 65%;
    }
    #sekarang {
        width: 250px;
        bottom: 0;
        left: 15%;
    }
}
@media only screen and (min-width: 340px) {
    #main-logo {
      width : 200px;
      top: 0;
      left: 5%;
    }
    #process-cepat {
        width: 250px;
        top:18%;
        left:0;
    }
    #motor-dapat {
        width: 200px;
        top:55%;
        right:0;
    }
    #dapatkan-potongan {
        width: 100px;
        bottom: 0;
        left: 68%;
    }
    #sekarang {
        width: 250px;
        bottom: 0;
        left: 18%;
    }
}

@media only screen and (min-width: 376px) {
    #main-logo {
        width : 250px;
        top: 0;
        left: 5%;
    }
    #process-cepat{
        width: 300px;
        top:18%;
        left:0;
    }
    #motor-dapat {
        width: 200px;
        top:55%;
        right:0;
    }
    #dapatkan-potongan {
        width: 130px;
        bottom: 0;
        left: 65%;
    }
    #sekarang {
        width: 300px;
        bottom: 0;
        left: 17%;
    }
}
@media only screen and (min-width: 376px) and (min-height: 350px) {
    #main-logo {
        width : 250px;
        top: 0;
        left: 5%;
    }
    #process-cepat {
        width: 300px;
        top:18%;
        left:0;
    }
    #motor-dapat {
        width: 200px;
        top:55%;
        right:0;
    }
    #dapatkan-potongan {
        width: 130px;
        bottom: 0;
        left: 65%;
    }
    #sekarang {
        width: 300px;
        bottom: 0;
        left: 17%;
    }
}@media only screen and (min-width: 376px) and (min-height: 350px) {
    #main-logo {
        width : 250px;
        top: 0;
        left: 5%;
    }
    #process-cepat {
        width: 300px;
        top:18%;
        left:0;
    }
    #motor-dapat {
        width: 200px;
        top:55%;
        right:0;
    }
    #dapatkan-potongan {
        width: 130px;
        bottom: 0;
        left: 65%;
    }
    #sekarang {
        width: 300px;
        bottom: 0;
        left: 17%;
    }
}
@media only screen and (min-width: 425px) {

}
@media only screen and (min-width: 600px) {
    #main-logo {
        width : 450px;
        top: 0;
        left: 5%;
    }
    #process-cepat {
        width: 500px;
        top:20%;
        left:0;
    }
    #motor-dapat {
        width: 250px;
        top:20%;
        right:0;
    }
    #dapatkan-potongan {
        width: 250px;
        bottom: 0;
        left: 65%;
    }
    #sekarang {
        width: 400px;
        bottom: 0;
        left: 30%;
    }
}
@media only screen and (min-width: 600px) and (min-height: 350px) {
    #main-logo{
        width : 250px;
        top: 0;
        left: 25%;
    }
    #process-cepat{
        width: 200px;
        top:30%;
        left:0;
    }
    #motor-dapat{
        width: 200px;
        top:20%;
        right:0;
    }
    #dapatkan-potongan{
        width: 100px;
        bottom: 0;
        left: 45%;
    }
    #sekarang{
        width: 200px;
        bottom: 0;
        left: 35%;
    }
}
@media only screen and (min-width: 768px) {
    #main-logo{
        width : 500px;
        top: 0;
        left: 5%;
    }
    #process-cepat{
        width: 500px;
        top:15%;
        left:0;
    }
    #motor-dapat{
        width: 350px;
        top:57%;
        right:0;
    }
    #dapatkan-potongan{
        width: 250px;
        bottom: 0;
        left: 65%;
    }
    #sekarang{
        width: 400px;
        bottom: 0;
        left: 30%;
    }
}
@media only screen and (min-width: 900px) {
    #main-logo{
        width : 600px;
        top: 0;
        left: 20%;
    }
    #process-cepat{
        width: 600px;
        top:20%;
        left:0;
    }
    #motor-dapat{
        width: 450px;
        top:60%;
        right:0;
    }
    #dapatkan-potongan{
        width: 300px;
        bottom: 0;
        left: 65%;
    }
    #sekarang{
        width: 450px;
        bottom: 0;
        left: 30%;
    }
}
@media only screen and (min-width: 1000px) {
    #main-logo{
        width : 500px;
        top: 0;
        left: 25%;
    }
    #process-cepat{
        width: 450px;
        top:20%;
        left:0;
    }
    #motor-dapat{
        width: 350px;
        top:20%;
        right:0;
    }
    #dapatkan-potongan{
        width: 200px;
        bottom: 0;
        left: 65%;
    }
    #sekarang{
        width: 450px;
        bottom: 0;
        left: 15%;
    }
}
@media only screen and (min-width: 1000px) and (min-height: 1000px){
    #main-logo{
        width : 500px;
        top: 0;
        left: 25%;
    }
    #process-cepat{
        width: 550px;
        top:20%;
        left:0;
    }
    #motor-dapat{
        width: 450px;
        top:55%;
        right:0;
    }
    #dapatkan-potongan{
        width: 300px;
        bottom: 0;
        left: 60%;
    }
    #sekarang{
        width: 550px;
        bottom: 0;
        left: 35%;
    }
}
@media only screen and (min-width: 1100px) {
    #main-logo{
        width : 600px;
        top: 0;
        left: 20%;
    }
    #process-cepat{
        width: 600px;
        top:20%;
        left:0;
    }
    #motor-dapat{
        width: 450px;
        top:60%;
        right:0;
    }
    #dapatkan-potongan{
        width: 300px;
        bottom: 0;
        left: 65%;
    }
    #sekarang{
        width: 450px;
        bottom: 0;
        left: 30%;
    }
}
@media only screen and (min-width: 1200px) {
    #main-logo{
        width : 450px;
        top: 0;
        left:30%;
    }
    #process-cepat{
        width: 450px;
        top:25%;
        left:0;
    }
    #motor-dapat{
        width: 400px;
        top:20%;
        right:0;
    }
    #dapatkan-potongan{
        width: 200px;
        bottom: 0;
        left: 45%;
    }
    #sekarang{
        width: 450px;
        bottom: 0;
        left: 30%;
    }
}
@media only screen and (min-width: 1300px) {
    #main-logo{
        width : 500px;
        top: 0;
        left:30%;
    }
    #process-cepat{
        width: 500px;
        top:22%;
        left:0;
    }
    #motor-dapat{
        width: 400px;
        top:20%;
        right:0;
    }
    #dapatkan-potongan{
        width: 200px;
        bottom: 0;
        left: 48%;
    }
    #sekarang{
        width: 450px;
        bottom: 0;
        left: 40%;
    }
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 1800px) {
    #main-logo{
        width : 700px;
        top: 0;
        left: 35%;
    }
    #process-cepat{
        width: 700px;
        top:25%;
        left:0;
    }
    #motor-dapat{
        width: 550px;
        top:25%;
        right:0;
    }
    #dapatkan-potongan{
        width: 300px;
        bottom: 0;
        left: 45%;
    }
    #sekarang{
        width: 500px;
        bottom: 0;
        left: 38%;
    }
}
@media only screen and (min-width: 2000px) {

}
@media only screen and (min-width: 2250px) {

}
@media only screen and (min-width: 2500px) {

}