*{
    margin: 0;
    padding: 0;
    /* overflow-x: hidden; */
    box-sizing: border-box;
}

/* Mobile Portrait and Landscape (up to 480px) */
@media only screen and (max-width: 480px) {
    /* top menu */
.maincontainer .topmenu .top-menu-left{
    display: none;
}
.maincontainer .topmenu .top-menu-right{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
/* .header .imglogo img{
    width: 200px;
} */

/* hero page */

/* hero image */
.hero .background{
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center ; /* Menyelaraskan gambar di tengah elemen */
    width: 100dvw;
    height: 520px;
    position: relative;
    z-index: -999;
}

.bungkusbutton{
    display: flex;
    position: absolute;
    justify-content: space-between;
    margin-top: 60%;
    width: 100%;
}
.hero .subhero{
    width: 330px;
    height: 90px;
    top: 430px;
    left: 20px;
}
.hero .subhero .texthome{
    font-size: 15px;
}

.hero .subhero .faculty{
    font-size: 20px;
}

/* share */
.share {
    display: none;
}

/* visimisi */
.visimisi{
    flex-direction: column;
}
.selectcontact{
    width: 100%;
}
.select{
    display: none;
}

.contact{
    /* border: 1px solid black; */
    box-shadow: 0px 0px 10px 0px grey;
    width: 60dvw;
    margin: auto;
}

/* mitra */
.txtmitra{
    /* margin-left: 30%; */
    width: 100%;
    margin: auto;
    text-align: center;
}
.mitrakami{
    width: 74.5%;
    margin-left: 12%;
}


/* berita */
.txtnews{
    /* margin-left: 30%; */
    width: 100%;
    margin: auto;
    text-align: center;
}
.berita{
    width: 75%;
    margin-left: 12%;
}

.berita1{
    width: 250px;
}

.berita1 .imgberita{
width: 250px;
}

.deskripsiberita{
    width: 250px;
}

.judulberita{
    width: 250px;
}

/* footer */

.footer{
    width: 100%;
}
.footer .alignnone{
    display: none;
}

.footer .atas{
    height: 100px;
    width: 100%;
    padding: 0;
}
.footer .atas ul{
    position: relative;
    left: 0;
    padding-left: 10px;
    margin-left: 3%;
    font-size:12px;
}

.footer .bawah{
    font-size: 10px;
    width: 100%;
    justify-content: space-evenly;
}

.footer .bawah .txtbwh{
    width: 300px;
    margin-left: 1%;
    padding: 0;
}
}

/* Mobile Landscape and Tablet Portrait (481px to 768px) */
@media only screen and (min-width: 481px) and (max-width: 700px) {
    /* share */
    .share {
        display: none;
    }

        /* top menu */
    .maincontainer .topmenu .top-menu-left{
        display: none;
    }
    .maincontainer .topmenu .top-menu-right{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    /* home */
    .hero .subhero{
        width: 100%;
        height: 150px;
        top: 370px;
        left:0;
    }
    .hero .subhero .texthome{
        font-size: 25px;
    }
    
    .hero .subhero .faculty{
        font-size: 20px;
    }

    /* visimisi */
    .visimisi{
        flex-direction: column;
    }
    .selectcontact{
        width: 100%;
    }
    .select{
        display: none;
    }
    
    .contact{
        /* border: 1px solid black; */
        box-shadow: 0px 0px 10px 0px grey;
        width: 60dvw;
        margin: auto;
    }

    /* footer */

.footer{
    width: 100%;
}
.footer .alignnone{
    display: none;
}

.footer .atas{
    height: 100px;
    width: 100%;
    padding: 0;
}
.footer .atas ul{
    position: relative;
    left: 0;
    padding-left: 10px;
    margin-left: 3%;
    font-size:12px;
}

.footer .bawah{
    font-size: 10px;
    width: 100%;
    justify-content: space-evenly;
}

.footer .bawah .txtbwh{
    width: 300px;
    margin-left: 1%;
    padding: 0;
}
}

/* Tablet Landscape (769px to 1024px) */
@media only screen and (min-width: 700px) and (max-width: 1024px) {
    /* share */
    /* .share {
        display: none;
    } */
    /* visimisi */
    .visimisi{
        flex-direction: column;
    }
    .selectcontact{
        width: 100%;
    }
    .select{
        display: none;
    }
    
    .contact{
        /* border: 1px solid black; */
        box-shadow: 0px 0px 10px 0px grey;
        width: 60dvw;
        margin: auto;
    }
}

/* Tablet Landscape and larger devices (1025px and above) */
/* @media only screen and (min-width: 1025px) {
} */