@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');



footer {
    /* clear: both; */
    /* background-color: white; */
    position: relative;
    z-index: 2;
    color: white;
    padding-top: 1px;
}
.content{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    margin: 20px 100px;

    /* padding-bottom: 30px; */

}

.logo img{
    width: 250px;
    height: 250px;
}

.logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo span{
    color: #CDA93F;
}

.head p{
    font-weight: 800;
    margin-bottom: 40px;
    color: #fafafa;
}

.lokasi p{
    width: 300px;
}

.lokasi p span{
    font-weight: 700;
}

.menu ul{
    padding:0;
}
.menu ul li{
    text-decoration: none;
    list-style: none;
    margin-bottom: 18px;
}

.media ul{
    padding: 0;
    display: flex;
    /* justify-content: space-between; */
}

.media ul li{
    text-decoration: none;
    list-style: none;
    font-size: 30px;
    margin: 0 9px 0 0;
    /* margin-bottom: 18px; */
}

.footer{
    background-color: #f3f3f3;
    padding: 20px;
    color: #000000;
    font-weight: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

@media (max-width: 1024px) {
    .content{
        display: flex;
        justify-content: space-between;
        /* align-items: center; */

    }
}

@media (max-width: 800px) {
    .content{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .menu{
        padding-left: 20px;
    }
    .footer{
        background-color: #f3f3f3;
        padding: 15px;
        color: #000000;
        font-weight: 500px;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .head p{
        font-weight: 800;
        margin-bottom: 10px;
        color: #fafafa;
    }
}

@media (max-width:425px) {
    .content{
        display: flex;
        flex-direction: column;
        margin: 0 35px;
    }
    .menu{
        padding-left: 0px;
    }
    .footer{
        background-color: #f3f3f3;
        padding: 15px;
        color: #000000;
        font-weight: 500px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}
