body {
    margin: 0;
    height: 5200px;
}

#menucheckbox {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
}

#menucheckbox:checked ~ #menu{
    top: 0;
    transition: 0.3s ease-in-out;
}

#menucheckbox:checked ~ #menubutton {
    top: 60px;
    transition: 0.3s ease-in-out;
}

#menu {
    position: absolute;
    position: fixed;
    top: -48px;
    width: 100%;
    height: 60px;
    background-color: #C697F8;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
}

#logomenu {
    margin-left: 1%;
    margin-top: 1%;
}

#menupages {
    width: 40%;
    color: white;
    font-family: "Alexandria", sans-serif;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    margin-left: 20%;
}

#usericon {
    width: 30px;
    height: 30px;
    margin-left: 20%;
    cursor: pointer;
}

#carticon {
    width: 30px;
    height: 30px;
    margin-left: 5%;
    cursor: pointer;
}

#menubutton {
    position: absolute;
    position: fixed;
    top: 12px;
    width: 6%;
    height: 60px;
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
    background-color: #C697F8;
    display: flex;
    justify-content: center;
    margin-left: 1%;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

#background1 {
    width: 100%;
    height: 1000px;
    background: radial-gradient(#C697F8 30%,white 70%);
    font-family: "Alexandria", sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 80px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#mainlogo {
    width: 50%;
    height: 65%;
}

#subtitle {
    margin-top: -150px;
}

#register {
    width: 100%;
    display: flex;
    margin-top: 60px;
}

#login {
    width: 10%;
    height: 40px;
    border-radius: 50px;
    background-color: #9451DA;
    background-position: 200%;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 35%;
    cursor: pointer;
    transition: 0.5s;
}

#login:hover {
    box-shadow: 0 0 10px 10px #C697F8;
    transition: 0.5s;
}

#loginicon {
    width: 20px;
    height: 20px;
    padding-right: 20px;
}

#signup {
    width: 10%;
    height: 40px;
    border-radius: 50px;
    background-color: #9451DA;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    cursor: pointer;
    transition: 0.5s;
}

#signup:hover {
    box-shadow: 0 0 10px 10px #C697F8;
    transition: 0.5s;
}

#signupicon {
    width: 20px;
    height: 20px;
    padding-left: 20px;
}

#store {
    width: 14%;
    height: 50px;
    border-radius: 20px;
    background-color: #C697F8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    cursor: pointer;
    transition: 0.5s;
}

#store:hover {
    box-shadow: 0 0 10px 10px #9451DA;
    transition: 0.5s;
}

#storeicon {
    margin: 20px;
}

#service {
    width: 100%;
    height: 663px;
    background-image: url(Background\ Image.png);
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Anta", sans-serif;
    color: white;
    line-height: 40px;
}

#servicediv1 {
    width: 30%;
    height: 300px;
    background-color: #C697F8;
    border-radius: 20px;
    font-size: 20px;
    margin-left: 8%;
    padding-left: 3%;
    padding-top: 2%;
    transition: 0.8s ease-in-out;
}

#servicediv1:hover {
    margin-left: 10%;
    transition: 0.8s ease-in-out;
}

#servicediv2 {
    width: 30%;
    height: 300px;
    background-color: #C697F8;
    border-radius: 20px;
    font-size: 20px;
    text-align: right;
    margin-left: 59%;
    padding-right: 3%;
    padding-top: 2%;
    transition: 0.8s ease-in-out;
}

#servicediv2:hover {
    margin-left: 57%;
    transition: 0.8s ease-in-out;
}

#servicetitle {
    font-size: 30px;
}

#background2 {
    width: 100%;
    height: 300px;
    background: radial-gradient(#C697F8 30%,white 70%);
    font-family: "Alexandria", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 80px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#toppicks {
    width: 100%;
    height: 500px;
    background-image: url(Background\ Image.png);
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Alexandria", sans-serif;
    font-size: 10px;
    color: #7E7E7E;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#toppick {
    width: 30%;
    height: 300px;
    background-color: #C697F8;
    border-radius: 20px;
    font-size: 20px;
    display: flex;
    cursor: pointer;
    transition: 0.8s;
}

#toppick:hover {
    width: 31%;
    height: 320px;
    background-color: #9451DA;
    transition: 0.8s;
}

#toppickimg {
    width: 50%;
    height: 80%;
    margin-left: 3%;
    margin-top: 2%;
}

#toppickdesc {
    width: 40%;
    height: 150px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-left: 3%;
    margin-top: 2%;
}

#desc {
    margin-left: 2%;
}

#price {
   color: #FFB44C;
}

#footer {
    width: 100%;
    margin-top: 200px;
}

#window1 {
    position: absolute;
    top: 5400px;
    left: 65%;
    width: 10%;
    height: 150px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#window2 {
    position: absolute;
    top: 5400px;
    left: 76%;
    width: 10%;
    height: 150px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#window3 {
    position: absolute;
    top: 5570px;
    left: 65%;
    width: 10%;
    height: 150px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#window4 {
    position: absolute;
    top: 5570px;
    left: 76%;
    width: 10%;
    height: 150px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#socialmedia {
    cursor: pointer;
    transition: 0.5s;
}

#socialmedia:hover {
    transform: rotate(360deg);
    transition: 0.5s;
}

#door {
    position: absolute;
    top: 5635px;
    left: 40%;
    width: 15%;
    height: 400px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}