body {
    margin: 0%;
    padding: 0%;
    user-select: none;
}

@font-face {
    font-family: "inika-bold";
    src: url(Inika-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "irish-grover";
    src: url(IrishGrover-Regular.ttf) format("truetype");
}


.menu-bar {
    background-color: #26AD85;
    width: 100vw;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: default;

}

#menu-heading {
    position: relative;
    margin-left: 20px;
    color: #FFFFFF;
    font-family: "irish-grover";
   

}

#login-btn {
    display: flex;
    align-items: center;
    margin-right: 30px;
    height: 40px;
    width: 140px;
    border-radius: 20px;
    font-size: large;
    color: #26AD85;
    background-color: #FFFFFF;
    border-color: aliceblue;
    transition: 0.2s;
    font-weight: bolder;

}

#login-btn p {
    width: 120px;
    margin-left: 50%;
    translate: -50% 0%;
    text-align: center;
   

}

#login-btn:hover {
    background-color: #00563d;
    color: #FFFFFF;
}

.heading-1 {
    margin-left: 60px;
    margin-top: 30px;
    bottom: 20px;
    cursor: default;
}

.all-items {
    width: 100vw;
    height: 70vh;
    display: flex;
    justify-content: space-between;
}

.door {
    width: 35.5vw;
    height: 70vh;
    margin-right: 5vw;
    overflow: hidden;
}

#s-door {
    max-width: 35.5vw;
    height: auto;
    margin-left: 50%;
    translate: -50% 0%;
    position: relative;
    z-index: 3;
}

#grill-overflow {
    width: auto;
    translate: 0% -101%;
    overflow: hidden;
}

#s-grill {
    max-width: 31.5vw;
    height: auto;
    margin-left: 50%;
    translate: -50% -0%;
    transition: 3s;
    position: relative;
}


#btn-open {


    margin-right: 30px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #e4e4e4;
    border-bottom: 5px solid #26AD85;

}

.btn-cap span {
    font-family: "inika-bold";
    color: #000000;
    top: 20px;
    position: relative;
    justify-content: center;
}

.btn-cap {
    text-align: center;
    margin-right: 30px;
    height: 100px;
    width: 115px;
    border-radius: 50%;
    margin-top: 02px;
    position: absolute;
    margin-left: 2px;
    background-color: #D9D9D9;
    cursor: default;
    font-size: 23px;
}


#btns div:active{
    translate: 0% 5px;
}

#btns div{
    transition: 0.2s;
}

#btn-close {
    margin-right: 30px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #e4e4e4;
    border-bottom: 5px solid #26AD85;

}

#btns {
    position: relative;
    width: 30vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 5vw;
    top: 20px;

}

.btn-cap:hover {
    background-color: #bebcbc;

}

.btn-cap span:hover {
    color: #00563d;
}