html {
    height: 100%;
    width: 100%;
}
.home {
    background: url('/assets/images/hero-background.png') no-repeat center center;
    background-size: cover;
    min-height: 100%;
    width: 100%;
}

.home-artists {
    padding-top: 70px;
    position: relative;
}

.home-artists:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/images/hero-artists.png') no-repeat right;
    background-size: contain;
}

.home .container {
    border-bottom: 1px solid rgba(239, 169, 11, 0.2);
    z-index: 1;
    position: relative;
}
.border-color-primary {
    border: 1px solid rgba(239, 169, 11, 0.5);
}
.box-1, .box-2 {
    background-color: rgba(255, 255, 255, 0.04);
    width: 300px;
}
.home .shareon > a {
    background: rgba(0, 0, 0, 0) !important;
}
.home-2 {
    background: url('/assets/images/voting-sche-bg.png') no-repeat center center;
    background-size: cover;
    min-height: 100%;
    width: 100%;
    position: relative;
    padding-top: 70px;
}
.font-weight-600{
    font-weight: 600;
}
.week-header {
    background: var(--secondary-medium);
    display: inline-block;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
}

/* mobile and tablet*/
@media screen and (max-width: 992px) {
    .home {
        text-align: center !important;
    }

    .home {
        padding-top: 0;
    }

    .home-artists::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }
    .section-1 .pb-5 {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 499px) {
    .home h1 {
        font-size: 45px;
        line-height: 56px;
    }
}


