*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
header{
    width: 100%;
    height: 13vh;
    display: flex;
    position: fixed;
    background-color: white;
    top: 0px;
    z-index: 100;
}
header>.logo{
    height: 70%;
    width: 10%;
    margin-left: 1%;
    margin-top: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header>.logo>img{
    height: 80%;
}
header>.logo>span{
    font-weight: 700;
    color: #C31952;
    font-size: 1.1rem;
    margin-left: 1%;
}
header>.button{
    height: 70%;
    width: 13%;
    margin-left: 1%;
    margin-top: 1%;
}
header>.button>ul{
    list-style: none;
    display: flex;
}
header>.button>ul>li{
    margin: 8% ;
    margin-top: 10%;
    font-weight: 600;
}
header>.button>ul>li:hover{
    color: #C31952;
    cursor: pointer;
    text-decoration: underline 3px;
}
header>nav{
    height: 70%;
    width: 22%;
    margin-left: 1%;
    margin-top: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 37%;
}
header>nav ul{
    list-style: none;
    display: flex;
}
header>nav>ul>li{
    margin-right: 15px;
    margin-left: 15px;
    font-weight: 550;
}
header>nav>ul>li:hover{
    color: #C31952;
    cursor: pointer;
    text-decoration: underline 3px;
}
.signup{
    height: 70%;
    width: 15%;
    margin-left: 1%;
    margin-top: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 36%;
}
.signup>#l{
    width: 40%;
    height: 80%;
    margin-right: 2%;
    border-radius: 25px;
    outline: none;
    background-color: #C31952;
    color: white;
    border: none;
    font-size: 1.1rem;
}
.signup>#s{
    width: 40%;
    height: 80%;
    margin-left: 2%;
    border-radius: 25px;
    outline: none;
    border: none;
    font-size: 1rem;
    font-weight: 550;
}
.signup>#l:hover{
    background-color: #970d3b;
    cursor: pointer;
}
.signup>#s:hover{
    cursor: pointer;
    background-color: rgb(196, 196, 196);
}
.top{
    width: 100%;
    height: 77vh;
    margin-top: 6%;
}
.top>h1{
    width: 50%;
    margin: auto;
    margin-top: 2%;
    font-size: 3.5rem;
    line-height: 170%;
    text-align: center;

}
.top>h1>span{
    display: block;
    color: #C28B00;
}
.img1{
    border-radius: 10%;
    filter: blur(2px);
    width: 230px;
    height: 300px;
    margin-top: -5%;
    margin-left: -12%;
    border: 2px groove;
    position: relative;
    animation-name: images;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-fill-mode: backwards;
    z-index: -5;
}
.img2{
    border-radius: 10%;
    width: 230px;
    height: 300px;
    filter: opacity(70%);
    margin-left: 1.3%;
    filter: brightness(90%);
    filter: blur(2px);
    border: 2px groove;
    position: relative;
    animation-name: images;
    animation-duration: 4s;
    animation-delay: 1.2s;
    animation-fill-mode: backwards;
    z-index: -5;
}
.images{
    width: 100%;
    height: 55%;
    display: flex;
}
.img3{
    border-radius: 10%;
    width: 230px;
    height: 270px;
    filter: opacity(70%);
    margin-left: 1.3%;
    filter: brightness(90%);
    filter: blur(2px);
    margin-top: 5%;
    border: 2px groove;
    position: relative;
    animation-name: images;
    animation-duration: 4s;
    animation-delay: 1.5s;
    animation-fill-mode: backwards;
    z-index: -5;
}
.img4{
    border-radius: 10%;
    width: 230px;
    height: 270px;
    filter: opacity(70%);
    margin-left: 8%;
    filter: brightness(90%);
    filter: blur(2px);
    margin-top: 5%;
    border: 2px groove;
    position: relative;
    animation-name: images;
    animation-duration: 4s;
    animation-delay: 1.2s;
    z-index: -5;
    animation-fill-mode: backwards;
}
.img5{
    border-radius: 10%;
    width: 230px;
    height: 300px;
    filter: opacity(70%);
    margin-left: 1.3%;
    filter: brightness(90%);
    filter: blur(2px);
    border: 2px groove;
    position: relative;
    animation-name: images;
    animation-duration: 4s;
    animation-delay: 1.5s;
    animation-fill-mode: backwards;
    z-index: -5;
}
.img6{
    z-index: -5;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    filter: blur(2px);
    width: 60px;
    height: 300px;
    margin-top: -5%;
    margin-left: 1.5%;
    border: 2px groove;
    position: relative;
    animation-name: images;
    animation-duration: 4s;
    animation-delay: 1s;
    animation-fill-mode: backwards;
}
#button{
    font-size: 1.5rem;
    padding: 1%;
    height: 60px;
    width: 65px;
    text-align: center;
    border-radius: 50%;
    background-color: #C28B00;
    color: white;
    margin-left: 7%;
    margin-top: 12%;
    animation-name: arrow;
    animation-duration: 1s;
    position: relative;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: -1;
}
@keyframes arrow {
    0%{
        top: 0%;
    } 
    100%{
        top: 10%;
    }   
}
@keyframes images {
    0%{
        bottom: -20%;
        visibility: hidden;
    } 
    1%{
        bottom: -20%;
        visibility: visible;
    }
    100%{
        bottom: 0%;
    }  
}
.v{
    width: 100%;
    height: 11vh;
    background-color: #FFFD92;
    z-index: -5;
    box-shadow: -10px -10px 20px 10px rgb(224, 224, 224);
    text-align: center;
    font-weight: 600;
    padding-top: 1.6%;
}
a{
    text-decoration: none;
    color: white;
}
.search{
    width: 100%;
    height: 90vh;
    background: linear-gradient(to top ,#faf894, #fcf975);
    display: flex;
    align-items: center;
    justify-content: center;
}
.search>div {
    width: 45%;
    height: 90%;
}
.img{
    position: relative;
    width: 39% !important;
    border: 1.5px dotted red !important;
    margin-right: 3%;
    position: relative;
    animation-name: image;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: enter 20% cover 40%;
}
.img>#s1{
    width: 250px;
    height: 250px;
    border-radius: 50px;
    position: relative;
    top: 120px;
    z-index: 1;
}
.img>#s2{
    width: 190px;
    height: 240px;
    border-radius: 50px;
    position: relative;
    top: -10px;
    left: 50px;
    z-index: 1;
}
.img>#s3{
    width: 170px;
    height: 240px;
    border-radius: 50px;
    position: relative;
    top: 20px;
    left: 350px;
    z-index: 1;
}
.img>#s4{
    width: 270px;
    height: 400px;
    border-radius: 50px;
    position: absolute;
    top: 60px;
    left: 140px;
    z-index: 5;
    border: 2px groove;
}
.dinner{
    width: 330px;
    height:13vh;
    position: absolute;
    top: 43%;
    background-color: white;
    left: 17%;
    border-radius: 50px;
    z-index: 6;
    padding: 5%;
    font-size: 1.3rem;
    font-weight: 700;
    color: rgb(117, 25, 25);
}
.dinner>i{
    font-weight: 900 !important;
    color: black;
}
.img:hover{
    cursor: crosshair;
}
.text>h1{
    text-align: center;
    margin-top: 20%;
    font-size: 3.5rem;
    color: #C31952;
    position: relative;
    animation-name: search;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
}
.text>p{
    text-align: center;
    margin-top: 5% !important;
    font-size: 1.5rem;
    color: #C31952;
    width: 80%;
    margin: auto;
    position: relative;
    animation-name: search;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
}
.text>button{
    text-align: center;
    margin-top: 5% !important;
    font-size: 1rem;
    padding: 2.7% 4%;
    border: none;
    outline: none;
    font-weight: 700;
    background-color: #E60023;
    color: white;
    border-radius: 40px;
    margin-left: 35%;
    position: relative;
    animation-name: search;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
}
.text>button:hover{
    cursor: pointer;
    background-color:#b3001b;
}
#buttoon{
    background-color: #b3001b;
    width: 50px;
    padding-top: 2%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 50px;
    margin-left: 4%;
    margin-top: -25% !important;
    position: relative;
    animation-name: search;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
    z-index: 7;
    display: inline-block;
}
@keyframes search {
    0%{
        right: -50%;
    }  
    100%{
        right: 0%;
    }  
}
@keyframes image {
    0%{
        right: 50%;
    }   
    100%{
        right: -2%;
    } 
}
#save{
    width: 100%;
    height: 90vh;
    background-color:rgb(218, 255, 246);
    display: flex;
    justify-content: center;
    align-items: center;
}
#save>.Text{
    width: 50%;
    height: 90%;
}
#save>.Text>h1{
    font-size: 3.5rem;
    text-align: center;
    color: rgb(0, 107, 108);
    margin-top: 20%;
    position: relative;
    animation-name: save;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
}
#save>.Text>p{
    font-size: 1.8rem;
    text-align: center;
    color: rgb(0, 107, 108);
    margin-top: 5% !important;
    width: 70%;
    line-height: 150%;
    margin: auto;
    position: relative;
    animation-name: save;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
}
#save>.Text>button{
    text-align: center;
    margin-top: 5% !important;
    font-size: 1rem;
    padding: 2% 3.5%;
    border: none;
    outline: none;
    font-weight: 700;
    background-color: #E60023;
    color: white;
    border-radius: 40px;
    margin-left: 60%;
    position: relative;
    animation-name: save;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
}
#save>.Text>button:hover{
    cursor: pointer;
    background-color: #b3001b;
}
#save>.pic{
    width: 45%;
    height: 100%;
    margin-right: -3%;
    margin-left: 2%;
    position: relative;
    animation-name: pic;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-iteration-count: 1;
    z-index: 7;
    overflow: hidden;
}
@keyframes save {
    0%{
        left: -50%;
    }  
    100%{
        left: 0%;
    }  
}
#save>.pic>.e1{
    width: 330px;
    height: 330px;
    border-radius: 50px;
    background-image: url(accesst/img/e1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pic>div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pic>div>p{
    color: white;
    font-size: 300%;
    font-weight: 700;
    text-align: center;
}
#save>.pic>.e2{
    width: 250px;
    height: 250px;
    border-radius: 50px;
    background-image: url(accesst/img/e3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right:0%;
    top: 0%;
}
#save>.pic>.e2>p{
    font-size: 1.8rem !important;
    width: 60%;
    text-align: left;
}
#save>.pic>.e3{
    width: 180px;
    height: 180px;
    border-radius: 50px;
    background-image: url(accesst/img/e5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 13%;
    top: 45%;
}
#save>.pic>.e3>p{
    font-size: 1.3rem;
    width: 60%;
}
#save>.pic>.e4{
    width: 220px;
    height: 250px;
    border-radius: 50px;
    background-image: url(accesst/img/e2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 15%;
    top: 70%;
}
#save>.pic>.e4>p{
    font-size: 2rem;
}
#save>.pic>.e5{
    width: 220px;
    height: 250px;
    border-radius: 50px;
    background-image: url(accesst/img/e4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 3%;
    top: 80%;
}
#save>.pic>.e5>p{
    font-size: 3rem;
    margin-top: -50%;
    margin-left: -15%;
}
@keyframes pic {
    0%{right:-50%;}
    100%{ right: 0%;}
}
#buttoon.but{
    margin-left: 0% !important;
    position: relative;
    animation-name: save;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
}
#shop{
    width: 100%;
    height: 90vh;
    display: flex;
}
#shop>div{
    width: 50%;
    height: 100%;
}
#shop>.s-img{
    background-image: url(accesst/img/shopimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    animation-name: shopimg;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: enter 20% cover 40%;
}
#shop>.s-img>.reel{
    width: 230px;
    border-radius: 20px;
    margin-top: 8%;
    margin-left: 15%;
    height: 400px;
    background-image: url(accesst/img/reel.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40%;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 1.3rem;
    font-weight: 600;
    position: relative;
    animation-name: shopimg;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: enter 20% cover 40%;
}
#shop>.s-img>.reel>.lipstick{
    width: 100px;
    height: 100px;
    border: 3px solid white;
    margin-left: -30%;
    border-radius: 50px;
    margin-top: 5%;
    background-image: url(accesst/img/lipstick.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    animation-name: shopimg;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: enter 20% cover 40%;
}
#shop>.s-img>.reel>p{
    font-size: 1rem;
    color: white;
    margin-top: -20%;
    margin-left: 23%;
    position: relative;
    animation-name: shopimg;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: enter 20% cover 40%;
}
#shop>.s-img>.reel>p>span{
    font-size: 0.8rem;
    font-weight: lighter;
    display: block;
}
@keyframes shopimg {
    0%{
        opacity: 0%;
    }    
    50%{
        opacity: 100%;
    }
}
#shop>.s-text{
    background-color: #FFE2EB;
}
#shop>.s-text>h1{
    color: #C32F00;
    font-size: 3.5rem;
    width: 60%;
    text-align: center;
    margin: auto;
    margin-top: 20%;
    position: relative;
    animation-name: search;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
}
#shop>.s-text>p{
    color: #C32F00;
    font-size: 1.4rem;
    line-height: 130%;
    font-weight: lighter;
    text-align: center;
    width: 60%;
    margin-top: 3% !important;
    margin: auto;
    position: relative;
    animation-name: search;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
}
#shop>.s-text>button{
    color: white;
    font-weight: 600;
    background-color: #C32F00;
    outline: none;
    border: none;
    padding: 2.5% 3.5%;
    border-radius: 40px;
    margin-left: 40%;
    margin-top: 2%;
    position: relative;
    animation-name: search;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
}
#shop>.s-text>div{
    padding: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #C32F00;
    width: 9%;
    height: 10%;
    font-size: 1.3rem;
    border-radius: 60px;
    display: inline-block;
    margin-left: 3%;
    padding-left: 3% !important;
    position: relative;
    animation-name: search;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
}
#bottom{
    width: 100%;
    height: 80vh;
    background-image: url(accesst/img/food\ menu\ \(2\).jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter:grayscale(60%) ;
    display: flex;
    justify-content: space-between;
    position: relative;
    animation-name: shopimg;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: enter 20% cover 40%;
}
#bottom>h1{
    font-size: 5rem;
    color: white;
    width: 30%;
    margin-left: 5%;
    margin-top: 7%;
    position: relative;
    animation-name: save;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    z-index: 7;
}
#bottom>.up{
    width: 30%;
    background-color: white;
    height: 100%;
    margin-right: 10%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
    animation-name: form;
    animation-duration: 2s;
    animation-timeline: view();
    animation-range: entry 20% cover 40%;
    
}
#bottom>.up>h1{
    text-align: center;
    margin-top: 5%;
    font-weight: 600 !important;
}
#bottom>.up>h1:hover{
    cursor: context-menu;
}
#bottom>h1>div{
    font-size: 2rem !important;
    background-color: #C28B00;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
#bottom>h1>div>a{
    color: rgb(68, 10, 10);
}
#bottom>.up>p{
    text-align: center;
    margin-top: 3%;
    margin-bottom: 6%;
}
#bottom>.up>form>label{
    display: block;
    margin-left: 20%;
}
#bottom>.up>form>input{
    width: 70%;
    margin-left: 15%;
    margin-top: 1%;
    height: 8vh;
    margin-bottom: 2%;
    border-radius: 14px;
    outline: none;
    border: 2px solid rgb(184, 184, 184);
    padding: 5%;
    font-size: 1.2rem;
}
#bottom>.up>form>input:hover{
    border: 2px solid grey;
}
#bottom>.up>form>input:focus{
    outline: 3px solid rgb(0, 247, 255);
}
#bottom>.up>form>button{
    width: 70%;
    margin-left: 15%;
    height: 6vh;
    background-color: #ff0e0e;
    border-radius: 20px;
    filter: grayscale(0%);
    filter: brightness(200%);
    font-weight: 500 !important;
    font-size: 1rem;
    color: white;
    letter-spacing: 2px;
    border: none;
    outline: none;
    margin-top: 4%;
}
#bottom>.up>form>button:hover{
    cursor: pointer;
    background-color: #910000;
}
#bottom>.up>form>p{
    width: 60%;
    margin: auto;
    font-size: 0.75rem;
    color: rgb(158, 158, 158);
    text-align: center;
    margin-top: 7%;
    line-height: 130%;
}
#bottom>.up>form>p>span{
    color: black;
}
#bottom>.up>form>p>span:hover{
    text-decoration: underline;
}
@keyframes form {
    0%{
        left: 100%;
    }   
    100%{
        left: 0%;
    }    
}
footer{
    width: 100%;
    height: 10vh;
    border: 2px solid;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer>p{
    display: inline-block;
    color: white;
}
footer>p>a:hover{
    text-decoration: underline;
}

