.home-header {
    /* height: 500px; */
    background-position: top right;
    background-repeat: no-repeat;
    clear: both;
}



.home-box-img {
    max-width: 120px;
    max-height: 120px;
}

.home-mid-img {
    max-width: 400px;
}

.coinbasae-logo {
    height: 1.3rem
}

.header-title {

    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-size: 70px;
    line-height: 93px;

    white-space: nowrap;
}

.header-sub-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
}

.features h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */
    color: #121212;
}

.features {
    background-color: #fff;
}

.features .bg-custom {
    border: 1px solid rgba(143, 128, 65, 0.3);
    border-radius: 8px;
    margin: 10px;
    overflow: hidden;
}

.features span {
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 27px;
    color: rgba(18, 18, 18, 0.7);
}

.features img {
    height: 60px;
}


#creator {
    padding: 80px 0px;
}

#creator .title {

    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 67px;
    /* identical to box height */

    color: #121212;

}

#creator p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-align: center;

    color: rgba(18, 18, 18, 0.75);

}

.features {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (prefers-color-scheme: dark) {

    #creator .title {
        color: #fff;

    }

    #creator p {
        color: #FFFFFFBF;

    }

    .features {
        background-color: #2D0428
    }


    .features h5 {
        color: #fff;
    }


    .features span {

        color: rgba(255, 255, 255, 0.7);

    }

    .header-title {
        color: #fff !important;
    }

    .header-sub-title {
        color: #E7E7E7CC
    }

    .features .bg-custom {
        border: 1px solid #88015799;
    }


}


@media screen and (max-width:900px) {
    .features {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        margin: 0px !important;
    }

    .features img {
        height: 30px;
    }

    .features h5 {

        font-size: 18px;
        line-height: 25px;
    }

    .features span {

        font-size: 16px;
        line-height: 22px;
    }

    #creator .title {

        font-size: 24px;
        line-height: 32px;
    }

    #creator p {
        line-height: 22px;
        font-size: 16px;

    }

 
}