* {
    margin: 0;
    padding: 0;
    padding-inline-start: 0px;
}

html {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    margin-block-start: 0em;
    margin-block-end: 0em;
}


main {
    background-color: #ffffff;
}

li {
    list-style-type: none;
}


h2 {
    padding: 2rem 0rem;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
}

img {
    box-sizing: content-box;
    width: 100%;
    margin: auto;
}

a {
    text-decoration: none;
    color: #ffffff;
}

p {
    padding-bottom: 1rem;
}

.icon {
    font-size: 2rem;
    font-family: material symbols outlined;
    vertical-align: middle;
    font-weight: 300;
}

.storeI {
    max-width: 250px;
}

.code {
    width: 2rem;
    padding: 0.5rem;
    vertical-align: middle;
}

.bbg {
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff, #bdcef3);
}


/* MULTIPLES --------------------------------*/
.v,
.reviewU span {
    color: #BC8AFC;
}

.get .img,
.get article,
.serv {
    flex: 50%;
}

/* padding --------------------------------*/
header article,
header .img,
.app article,
.review h2 {
    padding: 2rem 5%;
}

button {
    background-color: #BC8AFC;
    color: #13081b;
    border-radius: 0.5rem;
    padding: 0 1.5rem;
    height: 3.5rem;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    border: none;
    width: fit-content;
}

button:hover,
button:active {
    color: #BC8AFC;
    background-color: #13081b;
    box-shadow: 0px 0px 5px #BC8AFC;
    cursor: pointer;
}



/*HEADER ----------------**/
header {
    background-color: #13081b;
    color: #ffffff;
    margin: auto;
    z-index: 4;
}

.navC {
    position: fixed;
    display: flex;
    width: 100vw;
    max-width: 1450px;
    justify-content: space-between;
    align-items: center;
    background-color: #13081b;
    box-shadow: 2px 0px 20px #13081b90;
    z-index: 8;
    padding: 2rem 0;
}

header nav {
    position: absolute;
    top: 2rem;
    right: 5%;
    display: flex;
    align-content: center;
    align-items: center;
}

h1 {
    font-size: 2rem;
    padding: 0 5%;
}


#mobNav {
    display: flex;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: center;
    height: fit-content;
    z-index: 6;
    background-color: #13081b;
    gap: 2rem;
    padding: 0 2rem 5rem 5rem;
}


#mobNav li {
    white-space: nowrap;
}


/* BANNER -----------------------------------*/

#banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
}

#banner article,
#banner .img {
    flex: 4;
}

#banner img {
    z-index: 2;
}

#banner article {
    z-index: 1;
}

header p {
    line-height: 1.8;
}


/* STATS ----------------*/

.stats article {
    position: relative;
    top: -6rem;
    margin: auto;
    border-radius: 1rem;
    background-color: #ffffff;
    box-shadow: 0px 2px 10px #6f5098;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: calc(100% - 30%);
    padding: 2rem 5%;
}

.stats article ul {
    display: flex;
    flex-direction: column;
    padding: 2rem 1.3rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.stats article ul h3 {
    font-size: 2.5rem;
    font-weight: 600;
}

.stats article ul h3::after {
    content: "+";
    color: #BC8AFC;
}

/* GET & SERV----------------*/

.get {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem 5%;
    line-height: 1.7;
    gap: 1rem;
}

.serv {
    display: flex;
    flex-direction: column;
    padding: 2rem 5%;
    line-height: 1.7;
    flex: 1;
    gap: 1rem;
    background-image: linear-gradient(to bottom right, #ffffff, #ffffff, #bdcef3);
}


.serv article {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.serv ul {
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    flex: 1;
}

.roundI {
    width: 5rem;
    padding: 1rem 0 0;
}

/* APP ----------------*/
.app {
    background-color: #13081b;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.app h3 {
    font-size: 1.5rem;
    padding: 1rem 0;
}

.app article {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app ul,
.appStore ul {
    display: flex;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}


.mobilS {
    align-self: flex-end;
    width: auto;
    max-height: 750px;
    max-width: 90%;
}

/* BENEFITS = GET  ---------------- */

.desktop {
    display: none;
    flex: 1
}


/*  FOOTER ------------------------- */

/* //REVIEW-------------------------- */
.review {
    display: flex;
    flex-direction: column;
}

.review h2 {
    font-size: 2rem;
    text-align: center;
}

.reviewS {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-color: #BC8AFC #417e92;
    z-index: 3;
}


.reviewU {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 1rem;
    background-color: #ffffff;
    margin: 2rem 5%;
    padding: 2rem 5%;
    min-width: calc(100% - 20%);
    box-shadow: 0px 2px 10px #6f5098;
    min-height: 300px;
}

.reviewU .p {
    white-space: normal;
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.reviewU div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.reviewU ul {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0.5rem 2rem;
    white-space: nowrap;
}

.reviewI {
    width: 4rem;
    padding: 0;
}

.btnS {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 20% 2rem;
}


/* //CONTACT ---------------- */
.contact {
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    background-color: #13081b;
    color: #ffffff;
    padding: 0 5%;
    width: calc(100% - 10%);
}

.contact article {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}

.contact .cont {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact .fa {
    padding: 5px;
    font-size: 2rem;
}

.contact .social {
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
    padding: 1rem 0;
}

.contact .socialtab {
    display: none;
}

.appStore {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

form {
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
}

form ul {
    display: flex;
    align-items: flex-start;
    background-color: #ffffff;
    height: 4rem;
    border-radius: 0.5rem;
}

form li {
    max-width: 100%;
}

input {
    font-family: "Poppins", sans-serif;
    border: none;
    border-radius: 0.5rem;
    padding: 0 2rem;
    height: 4rem;
}


input[type=email] {
    width: 50%;
}

input[type=email]:focus {
    border: none;
    background-color: #BC8AFC20;
    outline: none;
}


input[type=submit] {
    background-color: #BC8AFC;
    color: #13081b;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
}




/* MODE TABLETTE-------------------------------- */
@media screen and (min-width : 768px) {

    #banner {
        flex-direction: row;
        justify-content: space-between;
        flex: 50%;
        padding: 5rem 0 4rem;
    }

    .stats article {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 2rem 0;
    }

    .get {
        flex-direction: row;
        justify-content: center;
        flex: 1
    }

    .serv {
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 16rem;
    }

    .serv article {
        flex-direction: row;
    }

    .app {
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
        height: 500Px;
    }

    .mobilS {
        position: relative;
        bottom: 15.5rem;
    }

    .desktop,
    #tab {
        display: flex;
    }

    #zero {
        display: none;
    }

    .contact {
        flex-direction: row;
        white-space: nowrap;
    }

    .contact .socialtab {
        display: flex;
        align-items: flex-end;
        gap: 1.5rem;
        padding: 1rem 0;
    }

    .contact .social {
        display: none;
    }
}


/* MODE ORDI ------------------------------- */
@media screen and (min-width : 1200px) {

    .review h2,
    .contact article,
    .app article {
        padding: 2rem;
    }

    #banner {
        padding: 2rem 0 4rem;
    }

    header article {
        padding-right: 0;
    }

    header .img {
        padding-left: 0
    }


    .nonD {
        display: block;
    }

    #mobNav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding: 0 2rem;
    }

    #mobNav li {
        gap: 1%;
    }

    nav .icon {
        display: none;
    }

    .logo {
        font-size: 3rem;
    }

    #banner h2 {
        font-size: 5rem;
        padding: 0 0 3rem;
        line-height: 1.2;
    }

    #banner p {
        font-size: 1.2rem;
    }

    #banner img {
        position: relative;
        left: -3%;
        padding: 5rem 0rem 0rem 0;
    }

    .reviewU {
        min-width: calc(50% - 20%);
    }

    .btnS {
        display: flex;
        justify-content: space-between;
        width: 100%;
        position: relative;
        top: -250px;
        z-index: 4;
        padding: 0;
    }

    .contact .cont {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }

    .contact article {
        justify-content: space-between;
        gap: 1rem 0;
    }

    body {
        max-width: 1450px;
        margin: auto;
        background-color: #0f0919;
        box-shadow: 0px 0px 4rem #6f5098;
    }
}