@import url('https://fonts.googleapis.com/css2?family=BBH+Sans+Bogle&family=Bebas+Neue&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..700;1,300..700&family=Fraunces:ital,opsz,wght@0,9..144,100..700;1,9..144,100..700&family=Hanken+Grotesk:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..700;1,14..32,100..700&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..700;1,100..700&family=Outfit:wght@100..700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,700&display=swap');

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white: #fff;
    --black: #000;
    --light-blue: #D5FAFC;
    --purple: #7C3AED;
    --cyan: #1DB5BE;
}

body {
    height: 100vh;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
}

ul {
    list-style: none;
    display: flex;
}

a {
    text-decoration: none;
}

.click {
    cursor: pointer;
}

#nav-toggle {
    display: none;
}

/* navigation */

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navs {
    display: flex;
    align-items: center;
}

nav a {
    color: var(--black);
}

nav ul {
    margin-left: 1.5rem;
}

.nav-item div {
    display: flex;
}

nav li {
    font-size: 18px;
    margin-right: 0.9rem;
}

nav img {
    cursor: pointer;
}

button {
    cursor: pointer;
}

/* Introduction */

.intro {
    background-image: url(/img/Background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 4rem;
}

.intro .bd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
}

.way {
    margin-top: 5rem;
}

.intro h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.intro p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.intro .split {
    display: flex;
    column-gap: 1rem;
}

.intro .start {
    color: var(--white);
    background-color: var(--purple);
    font-size: 18px;
    border: none;
    border-radius: 8px;
    padding: 1rem;
}

.intro .watch {
    color: var(--purple);
    font-size: 18px;
    background: none;
    display: flex;
    align-items: center;
    border: none;
}


.intro .watch img {
    margin-right: 0.5rem;
}

.intro .phone {
    margin-left: 120px;
}

.clients {
    width: 70%;
    display: flex;
    justify-self: center;
    border-top: 1px solid rgba(161, 159, 159, 0.19);
    border-bottom: 1px solid rgba(161, 159, 159, 0.19);
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 2rem 6rem;
}

/* tailor */

.tailor {
    padding: 4rem 4rem 2rem 4rem;
    text-align: center;
}

.tailor h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.tailor p {
    width: 50%;
    display: flex;
    justify-self: center;
    font-size: 18px;
    margin-bottom: 3rem;
}

.tailor .bd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.tailor h2 {
    margin-top: 1.5rem;
}

.tailor .bd-grid p {
    width: 80%;
    margin-top: 0.5rem;
}

/* stories */
.stories {
    background-color: var(--light-blue);
    padding: 4rem;
    position: relative;
}

.stories .text {
    position: absolute;
    top: 130px;
    margin-left: 100px;
    z-index: 100;
}

.stories h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 1rem;
}

.stories .text p {
    font-size: 20px;
}

.stories .grid {
    display: flex;
    justify-self: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

.stories .cell {
    background-color: var(--white);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.123);
}

.stories .cell .logo {
    margin-bottom: 1.5rem;
}

.stories .cell p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.stories .cell h3 {
    font-size: 22px;
    margin-bottom: 0.2rem;
}

.stories .cell h4 {
    font-size: 15px;
    color: rgba(164, 162, 162, 0.666);
}

.cell1 {
    width: 350px;
    height: 350px;
}

.cell2 {
    width: 500px;
    margin-bottom: 50px;
}

.cell3 {
    width: 400px;
}

.stories .comment {
    display: flex;
    gap: 15px;
}

.comment img {
    height: 10px;
}

/* achievements */
.achievements {
    padding: 4rem;
    margin-top: 1rem;
}

.achievements .years {
    display: flex;
}

.years .super {
    width: 40%;
}

.years h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.years p {
    font-size: 18px;
}

.achievements .bd-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 2rem;
    column-gap: 5rem;
    margin-left: 150px;
}

.achievements .bd-grid img {
    height: 30px;
}

.achievements .four {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.four h2 {
    font-size: 2.5rem;
}

.achievements .integration {
    display: flex;
    column-gap: 2%;
    margin-top: 100px;
    border-top: 1px solid #EDE9FE;
}

.easy h2 {
    font-size: 3rem;
    font-weight: 800;
}

.easy p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0.5rem;
}

.contain {
    position: relative;
    margin-left: 160px;
}

.icons {
    width: 90%;
    position: absolute;
    top: 20px;
    margin-left: 2rem;
}

.icon1 {
    display: flex;
    justify-content: space-between;
}

.icon2 {
    width: 72%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.3rem;
    margin-left: 4rem;
}

/* projects */

.projects {
    height: 558px;
    background-color: var(--cyan);
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 150px;
    padding: 0 4rem 0 4rem;
}

.manage {
    margin-top: 100px;
}

.manage h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.9rem;
}

.mobile-phone {
    display: none;
}

.manage p {
    font-size: 25px;
}

.manage .get {
    margin-top: 8%;
}

.manage .get h2 {
    font-weight: 500;
    margin-bottom: 10px;
}

/* footer */
footer {
    color: var(--white);
    background-color: var(--black);
    display: flex;
    justify-content: space-between;
    padding: 3rem 4rem 5rem 4rem;
}


.get-the-app {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-right: 5rem;
}

footer img {
    margin-bottom: 1rem;
}

footer ul {
    margin-bottom: 1rem;
}

footer li {
    font-size: 16px;
    margin-right: 0.5rem;
}

footer p {
    font-size: 14px;
    color: rgb(220, 217, 217);
}

.get-the-app p {
    font-size: 18px;
}

footer a {
    color: var(--white);
}

/* Responsive */

@media (max-width:768px) {
    #nav-toggle {
        display: block;
        position: fixed;
        right: 20px;
        z-index: 1000;
    }

    .navs .show {
        display: block;
    }

    .navs div {
        display: none;
    }

    .navs ul {
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 70px;
        left: -23px;
        z-index: 1000;
        background-color: #EDE9FE;
        width: 100%;
    }

    .navs li {
        margin-left: 2rem;
        margin-top: 1rem;
    }

    .navs li:last-of-type {
        margin-bottom: 1rem;
    }

    nav .img {
        display: none;
    }

    .intro,
    .tailor,
    .stories,
    .achievements,
    .projects,
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .intro {
        background-image: url(/img/Background\ mobile.png);
    }

    .intro h1 {
        font-size: 2rem;
        font-weight: 700;
    }

    .intro p {
        font-size: 18px;
    }

    .intro .bd-grid {
        display: block;
    }



    .intro .phone {
        width: 320px;
        margin-top: 2rem;
        margin-left: 0;
        display: flex;
        justify-self: center;
    }

    .clients {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 1.5rem;
        row-gap: 32px;
    }

    .clients img {
        width: 84px;
    }

    .tailor .bd-grid {
        display: block;
    }

    .tailor p {
        width: 80%;
        text-align: center;
    }

    .stories .text {
        width: 90%;
        position: absolute;
        top: 6%;
        margin-left: 0;
        z-index: 100;
    }

    .stories h1 {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.05;
        margin-bottom: 0.5rem;
    }

    .stories .text p {
        font-size: 20px;
    }

    .stories .grid {
        display: block;
        margin-top: 2rem;
    }

    .cell {
        width: 100%;
        height: fit-content;
    }

    .cell1 {
        margin-bottom: 2.5rem;
    }

    .achievements .years {
        display: block;
    }

    .years .super {
        width: 100%;
    }

    .years h1 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .years p {
        font-size: 18px;
    }

    .achievements .bd-grid {
        display: block;
        margin-left: 0;
        margin-top: 48px;
    }

    .achievements .bd-grid img {
        height: 30px;
    }

    .achievements .four {
        display: flex;
        align-items: center;
        column-gap: 16px;
        margin-bottom: 1rem;
    }

    .four h2 {
        font-size: 2.5rem;
    }

    .achievements .integration {
        display: block;
        margin-top: 100px;
        border-top: 1px solid #EDE9FE;
    }

    .easy h2 {
        font-size: 2rem;
        font-weight: 700;
    }

    .easy p {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 0.5rem;
    }

    .contain {
        position: relative;
        width: 100%;
        margin-top: 16px;
        margin-left: 0;
    }

    .vector {
        width: 100%;
    }

    .icons {
        width: 90%;
        position: absolute;
        top: 20px;
        margin-left: 1rem;
    }

    .icons img {
        width: 19%;
    }

    .icon1 {
        display: flex;
        justify-content: space-between;
    }

    .icon2 {
        margin-top: 1.8rem;
        margin-left: 14%;
    }

    .projects {
        height: fit-content;
        display: block;
    }

    .manage {
        margin-top: 40px;
    }

    .manage h1 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 0.9rem;
        padding-top: 1.5rem;
    }

    .manage p {
        font-size: 20px;
        line-height: 24px;
    }

    .manage .get {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .normal {
        display: none;
    }

    .mobile-phone {
        display: block;
        width: 100%;
    }

    .manage .get h2 {
        font-weight: 500;
        margin-bottom: 10px;
    }

    footer {
        display: block;
        padding-bottom: 3rem;
    }

    footer li {
        font-size: 14px;
    }

    .get-the-app {
        margin-top: 1.5rem;
    }

    .get-the-app img {
        width: 135px;
    }
}


@media (min-width:768px) and (max-width: 1024px) {
    #nav-toggle {
        display: block;
        position: fixed;
        right: 40px;
        z-index: 1000;
    }

    .navs .show {
        display: block;
    }

    .navs div {
        display: none;
    }

    .navs ul {
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 78px;
        left: -23px;
        z-index: 1000;
        background-color: #EDE9FE;
        width: 100%;
    }

    .navs li {
        margin-left: 2rem;
        margin-top: 1rem;
    }

    .navs li:last-of-type {
        margin-bottom: 1rem;
    }

    nav .img {
        display: flex;
        margin-right: 2.5rem;
    }

    .intro,
    .tailor,
    .stories,
    .achievements,
    .projects,
    footer {
        padding-left: 40px;
        padding-right: 40px;
    }

    .intro {
        background-image: url(/img/Background\ Tablet.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .intro .bd-grid {
        display: block;
    }

    .intro .bd-grid .phone {
        margin-top: 3.5rem;
    }

    .clients {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1rem;
        justify-content: center;
    }

    .walmart {
        grid-column-start: 2;
    }

    .tailor .bd-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 2.5rem;
    }

    .tailor p {
        width: 100%;
    }

    .tailor .bd-grid p {
        width: 100%;
    }

    .stories h1 {
        margin-left: 0;
    }

    .stories .grid {
        display: block;
        margin-top: 8rem;
    }

    .grid .cell {
        width: 100%;
        height: fit-content;
    }

    .grid .flex {
        margin-top: 3rem;
    }

    .achievements .years {
        display: block;
    }

    .years .super {
        width: 100%;
    }

    .years h1 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .achievements .bd-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        row-gap: 2rem;
        column-gap: 5rem;
        margin-top: 2.5rem;
        margin-left: 0;
    }

    .achievements .integration {
        width: 100%;
        display: flex;
        margin-top: 100px;
        gap: 0;
    }

    .easy h2 {
        font-size: 2rem;
        font-weight: 800;
        margin-top: 20px;
    }

    .easy p {
        font-size: 18px;
        width: 70%;
        line-height: 1.4;
        margin-top: 0.5rem;
    }

    .easy p br {
        display: none;
    }

    .contain {
        width: 328px;
        position: relative;
        margin-left: 0;
    }

    .vector {
        width: 100%;
    }

    .icons {
        margin-left: 10px;
    }

    .icons img {
        width: 39px;
    }

    .icon1 {
        width: 100%;
    }

    .icon2 {
        margin-top: 1px;
        margin-left: 26px;
    }

    .projects {
        height: fit-content;
        display: block;
        padding-top: 1px;
    }

    .projects p {
        line-height: 28px;
    }

    .manage {
        margin-top: 4rem;
    }

    .projects .normal {
        margin-top: 2rem;
        height: 500px;
        margin-bottom: -5px;
    }

    footer {
        display: flex;
    }
}