/* Section Common */
.text-block h2 {
    margin-bottom: 30px;
}

.text-block p.title-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #FFFFFF;
}

.section.text-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
/*endsection */

/* Section Banner */
body {
    background: #000000;
}

.banner {
    height: 100vh;
    background: url('../img/common/default-bg.svg') no-repeat 0 0;
    background-size: cover;
    background-position: top center; 
}

.banner .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner h1 {
    font-family: 'Nexa Bold';
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
}
/*endsection */

/* Section The Whole */
.the-whole {
    margin-bottom: 230px;
}

.the-whole .container {
    max-width: 580px;
}

.the-whole p {
    font-family: 'Nexa Bold';
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 70px;
}

.the-whole .block {
    display: flex;
    justify-content: space-between;
}

.the-whole span {
    max-width: 270px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 156.5%;
    letter-spacing: 0.02em;

}

.the-whole span:first-child {
    margin-right: 40px;
}
/*endsection */

/* Section Key Features */
.key-features {
    margin-bottom: 176px;
}

.key-features .bg {
    margin-bottom: 167px;
}

.key-features .bg img {
    width: 100%;
}
/*endsection */

/* Section Key Features */
.versality-creation {
    margin-bottom: 255px;
}

.versality-creation .text-block {
    max-width: 788px;
    margin-bottom: 253px;
}

.versality-creation .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.versality-creation .list:last-child {
    margin-bottom: 0;
}

.versality-creation .list .item {
    max-width: 580px;
    width: 100%;
    height: 326px;
    border-radius: 13px;
    overflow: hidden;
}

.versality-creation .list .item.item-grey {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    background: #121317;
}

.versality-creation .list .item.item-bg img {
    transition: .3s;
}

.versality-creation .list .item.item-bg:hover img {
    transform: scale(1.05);
    transition: .3s;
}

.versality-creation .list .item p {
    font-family: 'Nexa Bold';
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 15px;
}

.versality-creation .list .item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 156.5%;
    letter-spacing: 0.02em;
}
/*endsection */

@media (max-width: 480px) {
    /* Section Common */
    .text-block p.title-desc {
        font-size: 14px;
    }
    /*endsection */

    /* Section Banner */
    .banner {
        padding-top: 100px;
        height: auto;
        margin-bottom: 100px;
    }

    .banner img {
        width: 600px;
    }
    
    .banner h1 {
        font-size: 34px;
        text-align: center;
    }
    /*endsection */

    /* Section The Whole */
    .the-whole {
        margin-bottom: 100px;
    }

    .the-whole p {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .the-whole p br {
        display: none;
    }

    .the-whole .block {
        flex-direction: column;
    }

    .the-whole span {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .the-whole span:first-child {
        margin-right: 0;
    }

    .the-whole span:last-child {
        margin-bottom: 0;
    }
    /*endsection */

    /* Section Key Features */
    .key-features {
        margin-bottom: 100px;
    }

    .key-features .bg {
        margin-bottom: 100px;
    }
    /*endsection */

    /* Section Key Features */
    .versality-creation {
        margin-bottom: 100px;
    }

    .versality-creation .text-block {
        margin-bottom: 40px;
    }

    .versality-creation h2 {
        text-align: left;
        margin-bottom: 20px;
    }

    .versality-creation p.title-desc {
        text-align: left;
    }

    .versality-creation .list {
        flex-direction: column;
    }

    .versality-creation .list.first,
    .versality-creation .list.third {
        flex-direction: column-reverse;
    }

    .versality-creation .list .item {
        max-width: 100%;
        height: auto;
    }

    .versality-creation .list .item.item-bg {
        margin-bottom: 20px;
    }

    .versality-creation .list .item.item-bg img {
        width: 100%;
        display: flex;
    }

    .versality-creation .list .item.item-grey {
        padding: 24px;
    }

    .versality-creation .list .item p {
        font-size: 24px;
    }

    .versality-creation .list .item span {
        font-size: 13px;
    }
    /*endsection */
}