@import url("https://fonts.googleapis.com/css?family=Poppins:700,600,300.500.400");

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    list-style: none;
    text-decoration: none;
}
header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 60px;
    background: #EAEAEA;
    color: #000000;
}
.logo {
    top: 0;
    left: 0;
    width: 100%;
    width: 70px;
    height: 60px;
}
.navbar {
    display: flex;
    align-items: center;
}
.navbar a{
    color: #000000;
    font-size: 1.1rem;
    padding: 30px 70px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
}

.profile {
    top: 0px;
    left: 0;
    right: 0;
    align-items: center;
}
.cart-icon {
    top: 0px;
    left: 0;
    right: 0;
    align-items: center;
}
#menu-icon{
    font-size: 2rem;
    cursor: pointer;
}
section {
    padding: 2rem 7%;
}
.homepict img {
    width: 100%;
    height: 100%;
}
.body-1{
    text-decoration: none;
    top: -10px;
    color: #4B3C39;
}
.breadcrumb {
    margin-top: 30px;
    font-size: 18px;
}
.breadcrumb-item a {
    color: #4B3C39;
    text-decoration: none;
}
.box-kontainer {
    display: flex;
    flex-wrap: wrap;
    gap: 3.7rem;
    justify-content: flex-end;
}
.box {
    padding: 10px 10px;
    border-radius: .5rem;
    border: 2px solid rgba(0, 0, 0, .1);
    position: relative;
    border-radius: 10%;
}
.box:hover {
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
}
.box-kontainer .box img{
    text-align: center;
    overflow: hidden;
    position: relative;
    object-fit: cover;
}
.box .konten{
    margin-left: 12px; 
}
footer{
    margin-top: 140px;
    color: #AEAEAE;
}
footer p{
    align-items: center;
    text-align: center;
    position: center;
}