body{
    margin: 0;
    padding: 0;
    background-color: rgb(50, 31, 37);
    font-family: Arial, Helvetica, sans-serif;
}
a{
    text-decoration: none;
    cursor: pointer;
}
@media only screen and (max-width: 550px) {
    .menuMas{
        top: 5%;
        right: 4%;
        text-align: right;
        font-size: 18px;
    }
    .about,.kontak{
        width: calc(92% - 50px);
    }
}
@media only screen and (min-width: 551px) {
    .menuMas{
        left: 25%;
        text-align: center;
        width: 50%;
        font-size: 21px;
    }
        .menuMas a{
            padding: 0 15px;
        }
        
    .homeRight{
        right: 4%;
        width: 55%;
    }
    .about,.kontak{
        width: 45%;
    }
}
.bgGar1 {
    width: 55%;
    height: 100%;
    transform: skew(-30deg);
    left: 25%;
}
.bgGar1b {
    width: 30%;
    height: 100%;
    transform: skew(-30deg);
    left: 50%;
}
.bgGar2 {
    width: 55%;
    height: 100%;
    transform: skew(30deg);
    right: 25%;
}
.bgGar2b {
    width: 30%;
    height: 100%;
    transform: skew(30deg);
    right: 50%;
}
.bgGarTrans {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.04);
    z-index: 1;
}
.pname{
    position: fixed;
    font-weight: bold;
    font-size: 32px;
    top: 4%;
    left: 4%;
}
.menuMas{
    position: fixed;
    top: 5%;
    z-index: 99;
}
    .menuMas a{
        display: inline-table;
        margin: 0 8px;
    }
        .menuMas a:hover{
            color: white;
        }

.homeLeft{
    position: absolute;
    left: 4%;
    top: 10%;
    height: 80%;
    width: 75%;
    z-index: 98;
}
    .homeLeft .nama{
        font-size: 92px;
        text-shadow: 2px 3px 12px rgb(0, 0, 0);
        color: white;
        margin-top: 18%;
        margin-left: 3%;
    }
    .homeLeft .stat{
        font-size: 62px;
        text-shadow: 2px 3px 12px rgba(0, 0, 0, 0.77);
        margin-top: 1%;
        margin-left: 3%;
    }
.homeRight{
    position: absolute;
    bottom: 0;
    z-index: 97;
    text-align: center;
    height: 85%;
}
    .homeRight img{
        height: 100%;
    }
.about{
    position: absolute;
    left: 4%;
    top: 38%;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 18px 25px;
    font-size: 18px;
    text-align: justify;
}
    .about h2{
        margin: 0 0 20px 0px;
    }
.kontak{
    position: absolute;
    left: 4%;
    top: 34%;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 18px 25px;
    font-size: 18px;
    text-align: justify;
}
    .kontak h2{
        margin: 0 0 20px 0px;
    }
    .kontak ul{
        list-style: none;
        padding: 0px 0px 0 15px;
    }
.buttonChat{
    position: absolute;
    margin-top: 45px;
    background-color: transparent;
    color: rgb(227, 165, 117);
    border: 1px solid;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
    .buttonChat:hover{
        background-color: rgb(227, 165, 117);
        color: rgb(74, 34, 2);
    }
.torange{
    color: rgb(225, 159, 107);
}

.aktif{
    color: white !important;
}