/*************
Gradient
*************/

#gradientContainer {
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100vh;
}

#gradientCanvas {

    --gradient-color-1: #6ec3f4;
    --gradient-color-2: #83e6ff;
    --gradient-color-3: #de84ff;
    --gradient-color-4: #6E37EF;

    --gradient-color-3: #6E37EF;
    --gradient-color-2: #C881FB;
    --gradient-color-4: #EDABEB;
    --gradient-color-1: #8bccf1;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

#gradientFade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    position: absolute;
}

/*************
Home
*************/

#home {
    padding: 0 20px;
    margin-bottom: 70px;
    padding-top: 155px;
}

#homeTitle {
    font-size: 64px;
    font-weight: 700;
    line-height: 74px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

#hommeTitleHighlight {
    display: block;
    background: linear-gradient(90.07deg, #6E37EF 4.17%, #C038FF 41.61%, #FF69EB 75.45%, #6E37EF 102.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 5s linear infinite;
    background-size: 300% auto;
}

@keyframes shine {
    to {
        background-position: 300% center;
    }
}

#homeSubtitle {
    max-width: 473px;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 176%;
    text-align: center;
    margin-bottom: 20px;
}

#homeButton {
    margin-bottom: 80px;
}

#homeImage {
    max-width: 992px;
    width: 100%;
    margin: auto;
    display: block;
    height: auto;
    filter: drop-shadow(0px 4px 87px rgba(0, 0, 0, 0.25));
}

@media(max-width: 800px) {
    #homeTitle {
        font-size: 47px;
        line-height: initial;
    }

    #homeButton {
        margin-bottom: 50px;
    }
}

/*************
Do
*************/

#do {
    padding: 70px 20px 0;
}

#doTitle {
    margin-bottom: 76px;
}

#doGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 67px;
    row-gap: 73px;
}

.doItem {}

.doItemImage {
    width: 70px;
    height: 56px;
    margin-bottom: 16px;
    object-fit: contain;
}

.doItemTitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 8px;
}

.doItemDescription {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 176%;
}


@media(max-width: 800px) {
    #do {
        padding: 40px 40px 0;
    }

    #doGrid {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    #doTitle {
        margin-bottom: 25px;
    }
}

/*************
Live
*************/

#live {
    padding: 140px 20px 0;
}

#liveGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    align-items: center;
}

#liveImage {
    width: 100%;
}

#liveTitle {
    margin-bottom: 20px;
}

#liveDescription {}

#liveLink {}

@media(max-width: 800px) {
    #live {
        padding: 60px 40px 0;
    }

    #liveGrid {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    #liveImage {
        order: 1;
    }

}

/*************
Team
*************/

#team {
    margin-bottom: 140px;
    padding: 170px 20px 0;
}

#teamGrid {
    display: grid;
    grid-template-columns: 5fr 6fr;
    column-gap: 40px;
    align-items: center;
}

#teamTitle {
    margin-bottom: 20px;
}

#teamDescription {}

#teamLink {}

#teamImage {
    width: 100%;
}

#teamList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    align-items: flex-start;
    position: relative;
}

.teamListColumn {
    display: grid;
    row-gap: 20px;
}

.team {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 4px 73px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 30px;
}

.team.extra {
    margin-top: 60px;
}

.teamImage {
    width: 49px;
    height: 49px;
    object-fit: contain;
    margin-bottom: 18px;
}

.teamTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
}

.teamDescription {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 176%;
}

#teamListGradient {
    position: absolute;
    top: -69%;
    left: -5%;
    width: 158%;
    height: auto;
    z-index: -1;
}

@media(max-width: 800px) {
    #team {
        margin-bottom: 60px;
        padding: 60px 40px 0;
    }

    #teamGrid {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }


    #teamList,
    .teamListColumn {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .team.extra {
        margin-top: 0;
    }

    #teamListGradient {
        position: absolute;
        top: -32%;
        left: -28%;
        width: 158%;
        height: auto;
        z-index: -1;
    }
}


/*************
fit
*************/

#fit {
    margin: 0 auto 20px;
    padding: 110px 80px 80px;
    border-radius: 20px;
    background-image: url(/assets/img/home/fit-gradient.png);
    background-size: cover;
}

#cotnactGrid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#fitTitle {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 0;
    margin-top: 0;
}

#fitButton {
    animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0px rgb(110 55 239 / 50%)
}

@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 15px rgba(56, 96, 251, 0);
    }
}

@media(max-width: 800px) {
    #fit {
        margin: 0 20px 0;
        padding: 60px 40px 40px;
    }

    #cotnactGrid {
        flex-direction: column;
    }

    #fitTitle {
        font-size: 25px;
        margin-bottom: 10px;
        text-align: center;
    }
}