body {
    margin: 0;
    padding: 0;
    font-family: Satoshi ,sans-serif;
    font-style: normal;
}

/* navbar*/
nav {
    padding: 1.4rem 7%;
    color: rgb(186, 187, 189);
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.h1 {
    font-size: 3rem;
    font-weight: 800;
    margin: 0;
    
}


.listmenu {
    display: inline-block;
    list-style: none;
    flex-direction: row;


}

.logo {
    width: 200px;
    height: auto;
}

.listmenu a {
    padding: 5px;
    color: black;
    text-decoration: none;
    font-size: 1.5;
    font-weight: 700;
}
/*hero*/
.description {
    font-size: 1.25rem;
}




 .hero {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    align-items: center;
 }

.buttonhero {
    background-color: rgb(74, 182, 98);
    width: 5rem;
    height: 1.5rem;
    text-align: center;
    padding: 15px 20px;
    font-family: satoshi, sans-serif;
    border-radius: 10px;
    
}


 .buttonaction {
   padding: 0.25rem;
   color: rgb(255, 255, 255);
   text-decoration: none;
   font-weight: 700;
   font-size: 1rem;
 }


 .herosection {
    display: flex;
    align-items: center;
    padding: 4rem 7%;
    max-height: 100vh;
    flex-direction: column;

 }

 .titlesection {
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 25px;
}

.titlesection h1 {
    font-weight: 800;
}



.imghero .img{
    width:400px;
    height: auto;
 }



 /*menu*/

#menu  {

    padding: 3rem 3%;
    margin-bottom: 20px;
}

#menu .cakesect {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
    justify-content: center;
}

#menu .cakesect .cake {
text-align: center;
}

#menu .cakesect .cake img{
    border-radius: 50%;
    width: 220px;
    height: auto;
}

.menu .cakesect .cake .titlemu {
    margin-top: 1.5rem auto 1rem;
}

.cake {
    margin: 0 1.5rem;
}

.icon {
    width: 2rem;
    height: auto;
text-align: center;
}


/*contact*/

.foot-container {
    width: 1140px;
    margin: auto;
    display: flex;
    justify-content: center;


}

.footercontent {
    width: 190px;
    margin: auto;
    padding: 7px;
}


.listfooter {
    padding: 0;
}

.listfooter li {
    width: auto;
    text-align: center;
    list-style-type: none;
    padding: 7px;
    position: relative;
    text-decoration: none;
}

.listfooter li a {
    text-decoration: none;
    color: black;
    font-weight: 400;
}

.judulfooter {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
}

.bottombar {
    background-color: aliceblue;
    text-align: center;
    padding: 10px 0;
    margin-top: 50px;
}

.bottombar p {
    color: black;
    margin: 0;
}

footer {
    background-color: rgb(208, 216, 211);
}



.buttonhero:hover {
    background-color: rgb(62, 153, 81);
}