
* {
    margin: 0;
    padding: 0;
    
}


:root{
    --title-color: #1E1E1E;
}
body {
    background-color: #F5EBDC;
}

.start {
    display: flex;
    justify-content: space-between;
    height: 90vh;
    background-color: #FFF5E5;

}
#fadingImageA{
    opacity: 1;
}
#fadingImageB{
    opacity: 0;
}
.startTekst {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.Deal{
    font-size: 2rem;
    color: white;
    margin-bottom: 10px;
}
.Discount{
    font-size: 1.5rem;
    color: white;
    margin-bottom: 10px;
}
.fadingImage{
    width: 50%;
    transition: opacity 2s ease;
}
.fadingImage img{
    width: 50%;
    max-height:200px;
}
#fadingImageB{
    position:absolute;
    top:85px;
    right:0px;
    object-fit: cover;
    width: 50%;
    height: 90vh;
    object-fit: cover;
    --p: 70px;
    aspect-ratio: 1;
    clip-path: polygon(var(--p) 0, 100% 0, 100% 100%, 0 100%);
    transition: opacity 2s ease;
}

.fadeItem{
    background-color: rgba(255, 135, 50, 1);
}
.productContent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:15%;
}

.fadingImageHome {
    display:flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    top:85px;
    right:0px;
    object-fit: cover;
    width: 50%;
    height: 90vh;
    object-fit: cover;
    --p: 70px;
    aspect-ratio: 1;
    clip-path: polygon(var(--p) 0, 100% 0, 100% 100%, 0 100%);
    transition: opacity 2s ease;
    opacity: 1;
}
#dealButton{
    position: absolute;
    top: 90%;
    left: 78%;
    transform: translate(-50%, -50%);
    width: 20%;
    height: 40px;
    z-index: 2;
    background-color: #D32200;
    text-decoration: none;
    color: #FFF5E5;
    border-radius:20px;
    font-size: 20px;
    font-family: flame;
    justify-content: center;
    align-items: center;
    display:flex;
    transition: opacity 2s ease;
    opacity: 0;
}
.menuButton{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 7%;
    background-color: #D32200;
    font-size: 1.3rem;
    margin-top: 3%;
    border-radius: 20px;
}

.menuButton a{
    text-decoration: none;
    color: #FFF5E5;
}

.usp{
    height: 80vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 5%;
}

.usp h2{
    margin-top: 1%;
    color: #502314;
    font-size: 2rem;
    font-weight: normal;
}

.usp h1{
    color: #D32200;
    margin-bottom: 1%;
    font-size: 3rem;
}

.uspBox{
    display: flex;
    justify-content: space-evenly;
    height: 80vh;
    width: 98vw;
    max-height: 700px;
}

.uspBox1{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    height: 80%;
    background-color: white;
    border-radius: 10px;
}

.uspBox .check{
    width: 10%;
    height: 45%;
}

.uspBox .headIcon{
    margin-top: 4%;
    width: 20%;
}

.uspBox p{
    font-size: 1rem;
    width: 102%;
    margin-left: 12%;
}

.uspBox3 p{
    width: 90%;
}

.uspBox h1{
    font-size: 1.7rem;
    margin-bottom: 4%;
}


.uspBox2{
     display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    height: 80%;
    background-color: white;
    border-radius: 10px;
}

.uspBox2 .check{
    height: 100%;
}

.uspBox2 :nth-child(5){
    height: 11%;
}

.uspBox3{
   display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    height: 80%;
    background-color: white;
    border-radius: 10px;
}

.uspBox3 .check{
    height: 60%;
}
.usp li{
    list-style: none;
    margin-bottom: 5%;
    position: relative;
    padding-left: 29px;

}
.usp li:before{
    content: "✔";
   left: -10px;
    position: absolute;
}
.usp ul {
    width: 80%;
    margin: 0 auto;
}

/*.uspBox3 :nth-child(4){*/
/*    height: 18%;*/
/*}*/

.headReview{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.reviews{
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3%;
}
.reviews h1{
    font-size: 2.5rem;
    margin-bottom: 4%;
}

.ReviewArea{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 80vh;
}

.reviewBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
}

.reviewTitel{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.review{
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 70%;
    height: 50%;
    margin-bottom: 5%;
    padding: 1%;
    border-radius: 10px;
}

@media screen { max-width: 500px  }
.review {
    font-size: 1rem;
    width: 80%;
    height: auto;

}

.view{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D32200;
    height: 10%;
    width: 20%;
    color: #F5EBDC;
    border-radius: 10px;
    cursor: pointer;
}

.view a{
    color: #F5EBDC;
    text-decoration: none;
}

.register-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    background-color: #FF8732;
    height: 100%;
}



.register-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}   

.register-right form {
    display: flex;
    flex-direction: column;
    width: 80%;
    align-items: center;
    gap: 5px;
}

.register{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;   
    background-color: #FFF5E5;
}

.register-right input{
    width: 50%;
    height: 60px;
    border: none;
    padding-left: 10px;
    margin-top: 5px;
    border: black solid 1px;
    border-radius: 2px;
}

.register-right h1{
    color: var(--title-color);
    font-size: 2rem;
    margin-bottom: 20px;
}

.register-right button {
    width: 51%;
    height: 60px;
    background-color: #FF8732;
    color: white;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-size:  1.1rem;
    margin-top: 45px;
}
.view p {
    font-size: 2rem;
    text-align: center;

}
#checkbox {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.checkbox-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    width: 50%;
    font-size: 0.9rem;
    height: 60px;
    /*background: #FFFFFF;*/
}
#logged-in {
        margin-top:20px ;
        font-size: 15px;
}


@media only screen and (max-width: 450px){
    #fadingImageB{
        width: 60%;
    }
    .start img{
        width: 60%;
    }

    .startTekst{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 17%;
        margin-left: 2%;
    }

    .startTekst p {
        margin-bottom: 5%;
    }

    .menuButton{
        width: 75%;
        height: 10%;
    }

    #dealButton{
        width: 30%;
    }

    .usp{
        height: 230vh;
    }

    .uspBox{
        flex-direction: column;
        align-items: center;
    }

    .uspBox1{
        width: 95%;
        margin-bottom: 10%;
        
    }

    .uspBox2{
        width: 95%;
        margin-bottom: 10%;
    }

     .uspBox3{
        width: 95%;
    }

    .reviewBox{
        height: 100%;

    }

    .reviews{
        height: 115vh;
        margin-bottom: 5%;
    }

    .view{
        width: 50%;
    }

    .view p{
        font-size: 1.5rem;
    }

    .register-left{
        display: none;
    }

    .register-right{
        width: 100vw;
    }

    .register-right form{
        width: 100vw;
    }

    .register-right button{
        margin-top: 30px;
    }
    
}