
.containerboxfooter {
    width: 100%;
    height: auto;
    padding: 1em 0em 2em;
    box-sizing: border-box;
    background-color: #3332CB;
}


.containerfooterjp {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    height: auto;
    padding: 0em 1em 0em;
    box-sizing: border-box;
    background-color: #3332CB;
}

.boxkolom {
    color: white;
    padding: 20px;
    flex: 1 1 100%; /* Default untuk perangkat mobile */
}


.boxkolom h1 {
   font-size: 20px;
   font-weight: 700;
   letter-spacing: 0.5px;
   margin-bottom: 7px;
}

.boxkolom h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
 }

 .boxkolom span {
    color: gold;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
 }


 .boxkolom p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
 }

 .boxkolom a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
    text-decoration: none;
    color: #ffffff;
 }

 .boxkolom a:hover {
    color: gold;
 }

 .boxkolom h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
    color: gold;
 }

 .fotoiconijin {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 20px;
 }

 .fotosj {
    width: 70px;
    height: 70px;
    display: block;
    margin: 10px;
    border-radius: 10px;
 }


 .fotosjiso {
    width: 150px;
    height: auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
 }

 .fotoiconijin2 {
    width: 100%;
    height: auto;
 }




.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}


.social-icons a {
    font-size: 20px;
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
}
.social-icons a i {
    color: #3332CB;
}
.facebook { background: #ffffff; }
.telegram { background: #ffffff; }
.youtube { background: #ffffff; }
.instagram { background: #ffffff; }
.linkedin { background: #ffffff; }

.social-icons a:hover {
    transform: scale(1.2);
}











@media (min-width: 600px) {
    .boxkolom {
        flex: 1 1 calc(50% - 10px); /* 2 kolom sejajar */
    }
}

@media (min-width: 990px) {
    .boxkolom {
        flex: 1 1 calc(33.33% - 10px); /* 3 kolom sejajar */
    }

    .fotosj {
        width: 70px;
        height: 70px;
        display: block;
        margin: 10px;
        border-radius: 10px;
     }

     .containerfooterjp {
        padding: 0em 2em 0em;
        box-sizing: border-box;
     }
}

@media (min-width: 1200px) {
    .boxkolom {
        flex: 1 1 calc(20% - 10px); /* 5 kolom sejajar */
    }

    .fotosj {
        width: 30%;
        height: auto;
        display: block;
        margin: 0px;
        margin-left: 10px;
        border-radius: 10px;
     }
}








.containerboxkolom {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    border-top: 3px solid #ffffff;
}

.boxkoloma, .boxkolomb {
    padding: 1em 0em 0em;
    box-sizing: border-box;
    color: white;
    text-align: center;
    align-items: center;
}


.boxkolomb p {
    font-size: 15px;
    text-align: center;
}

.iconplaystore {
    width: 100%;
    height: auto;
}

.iconplaystore img {
    width: 150px;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 50px;
    margin-bottom: 10px;
}



@media (min-width: 600px) {
    .containerboxkolom {
        flex-direction: row;
    }
    .boxkoloma {
        order: 2;
        width: 50%;
    }
    .boxkolomb {
        order: 1;
        width: 50%;
    }

    .boxkolomb p {
        font-size: 16px;
        text-align: left;
    }

    .iconplaystore {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        margin: auto;
    }

    .iconplaystore img {
        width: 130px;
        height: auto;
        margin-right: 1px;
        border-radius: 50px;
    }
    
}


@media (min-width: 990px) {


    .iconplaystore {
        width: 350px;
        height: auto;
        display: flex;
        justify-content: space-between;
        margin: auto;
    }

    .iconplaystore img {
        width: 150px;
        height: auto;
        margin-right: 1px;
        border-radius: 50px;
    }
}