* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
}

body {
    background-color: #e69090;
    max-width: 1150px;
    font-family: "Fira Sans Condensed", sans-serif;
    margin: auto;
    box-shadow: 0px 2px 12px #8a5151;
}

img {
    max-width: 100%;
    margin: auto;
}

h1,
h2,
h3,
h3,
nav,
button {
    text-transform: capitalize;
}

h2 {
    font-weight: 400;
    font-size: 4rem;
}

h3 {
    font-weight: 400;
    font-size: 3rem;
}

.icon {
    font-family: material symbols outlined;
    font-size: 1.5rem;
}

.fa {
    color: #FF9F9F;
    font-size: 2rem !important;
    height: 3rem;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

button,
.btn {
    background-color: #FF9F9F;
    color: #FFF;
    border-radius: 1rem;
    padding: 0.75rem 3rem;
    box-shadow: 0px 2px 12px #ce7a7a80;
    border: none;
    font-weight: 400;
    width: fit-content;
    font-size: 1.5rem;
    white-space: nowrap;
}

.Sbtn {
    background-color: #FF9F9F;
    color: #FFF;
    padding: 0.75rem;
    vertical-align: middle;
    border-radius: 1rem;
    box-shadow: 0px 2px 12px #ce7a7a80;
    border: none;
    font-weight: 400;
    width: fit-content;
    font-size: 1.5rem;
    white-space: nowrap;
}

img {
    width: 100%;
    margin: auto;
}



/* NAV------- */
header {
    margin: auto;
    background-color: #FFF;
}

.top {
    position: fixed;
    display: flex;
    align-items: center;
    width: calc(100% - 4rem);
    max-width: calc(1150px - 4rem);
    margin: auto;
    height: 4rem;
    gap: 1rem;
    padding: 1rem 2rem;
    white-space: nowrap;
    background-image: linear-gradient(to right bottom, #FF9F9F, #FFF, #FFF);
    z-index: 6;
}

nav {
    display: flex;
    height: 4rem;
    gap: 1rem;
    position: absolute;
    right: 5%;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

header form {
    position: relative;
    right: 4rem;
    display: none;
    flex-direction: row;
    height: 3rem;
    background-color: #FF9F9F;
    color: #FFFfff;
    border-radius: 1rem;
    box-shadow: 0px 2px 12px #ce7a7a80;
    z-index: 2;
    margin: auto;
    gap: calc(100% - 200px);
    max-width: 50vw;
}

.searchI {
    height: 3rem;
    width: 3rem;
    background-color: #FF9F9F;
    color: #FFF;
    height: 3rem;
    border-radius: 1rem;
    box-shadow: 0px 2px 12px #ce7a7a80;
    font-weight: 600;
    padding: 0 !important;
}

#searchM input {
    border-radius: 1rem;
    padding: 0 1rem;
    height: 3rem;
    border: none;
    outline: none;
    background: none;
    color: #ffffff90;
}

input[type=text] {
    max-width: 50%;
    font-size: 1rem;
}

input[type=submit] {
    position: relative;
    color: white;
    font-size: 2rem;
    z-index: 4;
    right: 4vw;
}

#mobNav {
    display: flex;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    top: 6rem;
    right: 0;
    gap: 1rem;
    background-color: #FF9F9F;
    border-radius: 1rem;
    padding: 1rem 2rem 2rem;
    box-shadow: 0px 2px 12px #ce7a7a80;
    font-weight: 400;
    font-size: 1.3rem;
    white-space: nowrap;
    color: #ffffff;
}

#mobNav li {
    white-space: nowrap;
}

#mobNav a {
    color: #ffffff;
}

/* Banner  */
.take,
.products,
.why,
.faq,
footer section {
    display: flex;
    padding: 2rem 2rem;
}

.take article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    font-size: 1rem;
    flex: 1.2;
    padding-top: 4rem;
}

.take p,
.why li {
    background-color: #ffffff90;
    box-shadow: 0px 0px 92px #ffffff;
    border-radius: 2rem;
}

.take article ul {
    display: flex;
}

.take .img,
.why .img,
.faq .img {
    display: none;
}

.bg {
    background-position-y: 100%;
    background-position-x: 100%;
    background-repeat: no-repeat;
    background-size: 60%;
}

.bgH {
    background-image: url("./img/banner.png");
}

.take .social,
.faq .icon {
    color: #FF9F9F;
    gap: 1rem;
    padding: 2rem 0;
}

/* animated header ----*/
.slide {
    position: relative;
    display: flex;
    align-items: center;
}

.element {
    position: absolute;
    flex: 1;
    max-width: 500px;
}

.element .first {
    z-index: 4;
    flex: 5;
}

.bottle {
    z-index: 2;
}

.third {
    z-index: 3;
}

.leafs {
    z-index: 2;
}

.back {
    z-index: 1;
}


/* MAIN */

main {
    background-color: rgb(255, 255, 255);
}

/* PRODUCTS &...*/
.products,
.why,
.faq {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.products .Particle,
.why article,
.faq article {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 2rem;
}

.products section article {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    gap: 1rem;
}

.products li {
    gap: 2rem;
}

.Pimg {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
}

.yel {
    background-color: #FCDDB0;
}

.pink {
    background-color: #FF9F9F;
}

.choc {
    background-color: #DCB4A0;
}

/* WHY */

.img .why {
    background-color: #FF9F9F;
}

.why p {
    font-size: 1rem;
}

.why ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 4rem;
}

.why b {
    color: #FF9F9F;
    font-weight: 400;
}

.bgW {
    background-image: url("./img/why_us_back.png");
}

/* FAQ */
.faq .Farticle,
.faq div {
    width: 100%;
    align-items: flex-end;
}

.faq article {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 3rem;
    border-block-end: 1px solid #0000003a;
}


.dropNoneLi {
    display: none;
    padding: 0 0 2rem;
    background-color: #ffffff;
}

.dropNoneLi::before {
    content: "Answer ";
    color: #FF9F9F;
}


.faq .dropLi {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}



.bgF {
    background-image: url("./img/FAQ_back.png");
}


/* FOOTER */

footer {
    background-color: rgb(255, 255, 255);
}

footer .link1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem
}

footer .link1 ul,
footer .link2 ul {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

footer .link2 {
    flex-direction: column;
    justify-content: center;
}

footer .link2 ul {
    justify-content: space-evenly;
    align-items: center;
    border-block-end: 1px solid #00000040;
}


/* DESKTOP */

@media (min-width: 768px) {
    nav {
        flex-direction: row;
    }

    #mobNav {
        display: flex;
        flex-direction: row;
        top: 0;
        right: 0;
        background: none;
        box-shadow: none;
        height: 3rem;
    }

    #mobNav a {
        color: #000000;
    }

    #menuI,
    #closeI {
        display: none;
    }

    h2 {
        font-size: 4.6rem;
    }


    /* article */
    .take,
    .products .Particle,
    .faq,
    footer .link2 ul {
        flex-direction: row;
    }

    .why {
        flex-direction: row-reverse;
    }

    .faq {
        align-items: flex-start;
    }

    /* image */
    .bg {
        background: none;
    }

    .take .img,
    .faq .img,
    .why .img {
        display: flex !important;
        flex: 0.8;
    }

    .take .img,
    .faq div .img {
        background-image: radial-gradient(#FF9F9F, #fff, #fff);
    }

    .why .img {
        background-image: radial-gradient(#FCDDB0, #fff, #fff);
    }

}