*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
    user-select: none;
}
.wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.herosection{
    width: 100%;
    height: 100vh;
    background-image: url(./images/portrait-woman-using-eye-patches-beauty.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.445);
    background-blend-mode: overlay;
}
.herocontent{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font: 18px;
}
.herosection button{
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 3px 12px;
    margin-top: 1em;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.herosection button:hover{
    background-color: white;
    color: black;
    transition: all 0.3s ease;
    cursor: pointer;
}
.top{
    font-size: 28px;
    padding-top: 1em;
}
.topthin{
    padding-bottom: 16em;
}
.bold{
    font-size: 6em;
}
.testimonial{
    display: flex;
    flex-direction: column;
    background-color: rgb(220, 209, 218);
    width: 100%;
    height: 80vh;
}
.textdiv{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
    font-size: 4em;
    color: rgb(162, 39, 60);
}
.cards{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
    gap: 10px;
}
.card{
    background-color: white;
    border: 2px solid rgb(162, 39, 60);
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgb(162, 39, 60);
}
.card:hover{
    background-color: rgba(245, 231, 205, 0.57);
    box-shadow: 0 10px 10px rgba(162, 39, 60, 0.305);
    transition: all 0.3s ease;
    cursor: pointer;
}
.feeds{
    padding: 10px;
    width: 60%;
    font-size: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.names{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    height: 20%;
    width: 100%;
    padding: 10px;
    margin-top: 4em;
    margin-bottom: 2em;
}
.radiant{
    width: 100%;
    height: 100vh;
    background-image: url(./images/two-young-teenage-girls-with-eye-patches-faces-have-hair-wrapped-towels.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.45);
    background-blend-mode: overlay;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.radiant p{
    font-size: 70px;
    color: white;
    width: 60%;
}
.philosophy{
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(162, 39, 60);
    padding: 10px;
}
.our{
    font-size: 60px;
    width: 30%;
}
.ourtext{
    width: 60%;
    font-size: 22px;
}
.yourskin{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 90vh;
}
.yourskin .image{
    width: 40%;
    height: 100%;
    background-image: url(./images/portrait-woman-using-eye-patches-beauty\ \(1\).jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.45);
    background-blend-mode: overlay;
    margin-left: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.image p{
    color: white;
    font-size: 55px;
    width: 50%;
    text-align: center;
}
.benefits{
    width: 55%;
    height: 100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.benefits p{
    font-size: 18px;
    color: rgb(162, 39, 60);
    padding-bottom: 5em;
    padding-top: 5em;
    width: 25%;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.saviours{
    margin-top: 3em;
    width: 100%;
    height: 90vh;
    background-image: url(./images/portrait-plus-size-women-doing-their-beauty-regimen-skincare-routine.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.45);
    background-blend-mode: overlay;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.boldsaviour{
    color: white;
    font-size: 60px;
    width: 30%;
}
.thinsaviour{
    color: white;
    font-size: 18px;
    padding-top: 1em;
    width: 35%;
    font-family: Arial, Helvetica, sans-serif;
}
.essential{
    margin-top: 4em;
    width: 100%;
    height: auto;
}
.essentials{
    font-size: 40px;
    color: rgb(162, 39, 60);
    padding: 20px;
}
.cards2{
    height: 80vh;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px;
    gap: 10px;
}
.card2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
#card1{
    background-image: url(./images/natural-medicine-concept-with-serum-plant.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.45);
    background-blend-mode: overlay;
}
#card2{
    background-image: url(./images/high-angle-serum-container.jpg);
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.45);
    background-blend-mode: overlay;
}
#card3{
    background-image: url(./images/arrangement-with-plant-serum.jpg);
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.45);
    background-blend-mode: overlay;
    background-position: center;
}
.back{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    padding-bottom: 1em;
}
.product{
    font-size: 38px;
}

.card2 button{
    background-color: transparent;
    padding: 4px 8px;
    border: 3px solid white;
    color: white;
    font-size: 18px;
    margin-top: 1em;
}
.card2 button:hover{
    background-color: white;
    color: black;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.card2:hover{
   transform: scaley(1.06);
   transition: all 0.3s ease-in;
}
@media screen and (max-width:993px) {
    .philosophy{
        flex-direction: column;
    }
    .our{
        width: 100%;
        text-align: center;
        padding-bottom: 1em;
    }
}
@media screen and (max-width:956px) {
    .card p{
        width: 80%;
    }
}
@media screen and (max-width:685px) {
    .cards{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:491px) {
    .cards{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width:376px) {
    .ourtext{
        width: 80%;
    }
}
@media screen and (max-width:650px) {
    .herosection{
        background-size: cover;
        background-position: center;
    }
    .bold{
        text-align: center;
    }
    .topthin{
        padding-bottom: 16em;
    }
    .radiant{
        height: 80vh;
        background-size: cover;
        background-position: center;
    }
    .radiant p{
        width: 100%;
        font-size: 3em;
    }
    .testimonial{
        height: auto;
    }
    .philosophy{
        height: auto;
    }
    .yourskin .image{
        background-position: center;
        width: 50%;
        margin-left: 10px;
    }
    .benefits{
        width: 40%;
    }
    .benefits p{
        width: 100%;
    }
    .saviours{
        background-position: center;
    }
    .thinsaviour{
        width: 70%;
    }
    .boldsaviour{
        width: 80%;
    }
}
@media screen and (max-width:686px){
    .cards2{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width:448px){
    .cards2{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width:358px){
    .bold{
        font-size: 70px;
    }
    .image p{
        font-size: 40px;
        width: 100%;
        text-align: left;
        padding-left: 2px;
    }
    .text{
        font-size: 50px;
    }
}
@media screen and (max-width:363px){
    .our{
        font-size: 50px;
    }
}
@media screen and (max-width:293px){
    .benefits p{
        font-size: 16px;
    }
}