@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: white;
}

.header{
    width: 100%;
    margin-top: 30px;
    height: 120px;
    /* background-color: black; */
    position: absolute;
    display: block;
    z-index: 3;
}

.main{
    height: 100vh; 
    width: 100%;
}

.header img{
    position: relative;
    width: 350px;
    top: 50%;
    margin-top: -37.5px;
    margin-left: 70px;
}

.header img:hover{
    filter: brightness(60%);
    transition: filter 0.25s;
}

.header ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    margin-left: 480px;
}

.header ul li{
    display: inline-block; 
    margin-right: 42px;
}

.header ul li a{
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.header ul li a:hover{
    filter: brightness(60%);
    transition: filter 0.25s;
}

.grad{
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    z-index: 2;
    opacity: 80%;
}

.real-big{
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 2;
}

.menu{
    position: absolute;
    font-size: 44px;
    z-index: 3;
    top: 30vh;
    left: 194px;
    cursor: default;
}

.invite{
    position: relative;
    z-index: 3;
    top: -64vh;
    padding-left: 201px;
    font-size: 22px;
    width: 583px;
    cursor: default;
}

.shop{
    position: relative;
    width: 142px;
    height: 47px;
    background-color: white;
    z-index: 3;
    top: -62vh;
    margin-left: 218px;
    border-radius: 10px;
}

.shop p{
    position: absolute;
    color: black;
    font-size: 21px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -16px;
}

.shop:hover{
    filter: brightness(75%);
    transition: 0.2s;
}

.arrow{
    position: absolute;
    left: 50%;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    z-index: 3;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.animation{
    animation-name: up-down;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes up-down{
    from{
        top: 97vh;
    }
    to{
        top: 96vh;
    }
}

.footer{
    width: 100%;
    height: 300px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.fade{
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    width: 100%;
    height: 50px;
}

.block{
    width: 100%;
    height: 250px;
    background-color: black;
}

.block-inner{
    /* background-color: blue; */
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    height: 182px;
    display: block;
    position: relative;
    top: 40px;
}

.block-inner img{
    width: 80px;
    margin: 30px;
}

.block-inner img:hover{
    filter: brightness(60%);
    transition: filter 0.25s;
}

.preview{
    background-image: url(./images/shop-1.png);
    width: 100%;
    height: 100vh;
    background-size: cover;
    transition: background-image 0.5s;
}

.models{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.models ul{
    flex: 1;
    text-align: center;
}

.models ul li{
    display: inline-block;
    margin: 40px 50px;
}

.models ul li a{
    color: white;
    font-size: 19px;
    transition: 0.2s;
}

.fade-up{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40vh;
    background-image: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
}

.fade-down{
    position: absolute;
    top: 0;
    width: 100%;
    height: 30vh;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
}

.splash{
    width: 100%;
    height: 100vh;
    background-image: url(./images/form-1.png);
    background-size: cover;
}

.form{
    position: relative;
    width: 800px;
    height: 100vh;
    margin: 0 auto;
    cursor: default;
}

.form-inner{
    position: absolute;
    background-color: white;
    width: 100%;
    height: 955px;
    margin-top: 150px;
    border-radius: 20px;
    box-shadow: 1px 1px 64px -38px rgba(0,0,0,1) inset;
}

.form-inner h1{
    position: absolute;
    color: black;
    font-size: 45px;
    top: 40px;
    left: 70px;
}

.input{
    position: relative;
    /* background-color: black; */
    width: 450px;
    margin: 0 auto;
    margin-top: 135px;
}

.form-fruits{
    /* background-color: red; */
    color: black;
    padding-top: 7px;
    padding-bottom: 7px;
    height: 80px;
}

.form-fruits p{
    padding-left: 20px;
    text-transform: capitalize;
}

.bubble{
    width: 100%;
    height: 45px;
    background-color:aliceblue;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    cursor:text;
}

.tos{
    /* background-color: red; */
    padding-top: 13px;
    display: flex;
    padding-left: 15px;
    margin-bottom: 60px;
}

.checkbox{
    background-color: white;
    width: 23px;
    height: 23px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px inset;
    cursor: pointer;
}

.tos p{
    padding-left: 13px;
    font-size: 14px;
    color: rgb(85, 85, 85);
    padding-top: 2px;
}

.confirm{
    width: 100%;
    height: 45px;
    background-color: rgb(54, 54, 167);
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.confirm p{
    font-size: 20px;
    padding-top: 7px;
}