*{
    font-family: 'Montserrat', sans-serif;
}
.h-screen{
    min-height: 100vh;
}
.video {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}
.bg-red{
    background-color: #F0024E;
    background-image: url("../img/bg-red.png");
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.fs-100{
    font-size: 100px;
}

.invert{
    filter: invert(1);
}

.bg-black{
    background-color: #1C1C1C;
}
.fs-60{
    font-size: 60px;
}
.fs-40{
    font-size: 40px;
}
.text-red{
    color: #F0024E;
}

.red-line{
    height: 2px;
    width: 100%;
    background-color: #F0024E;
    margin: 10px 0;
}
.fs-22{
    font-size: 22px;
}
.fs-15 {
    font-size: 12px;
}
.red-bg{
    background-color: #F0024E !important;
}

.recent-artists{
    font-size: 20px;
    color: white !important;
}

.recent-artists::after{
    content: '';
    width: 300px;
    height: 2px;
    background-color: #F0024E;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.recent-artists span{
    z-index: 20;
}

body, html{
    overflow-x: hidden;
}


.red-top{
    background: url("../img/red-top.jpeg");
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}
.py-75{
    padding-top: 75px;
    padding-bottom: 75px;
}
.black-bg{
    background: url("../img/black-bg.png");
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: calc(100vh - 230px);
}

.py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}

.fs-28{
    font-size: 28px !important;
}
.fs-18{
    font-size: 18px !important;
}
.reel{
    margin-bottom: -150px;
}
.fs-30{
    font-size: 30px;
}

.h-screen-50{
    height: 50vh;
}
.bg-dark{
    background-color: #1D1D1D !important;
}

.half-red-bg{
    background-image: url("../img/half-red.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.smqr{
    min-width: 100px;
    width: 100px;
}
.grid{
    display: grid;
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.bg-btn{
    background: url("../img/bg-btn.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 50px;
    display: block;
    text-decoration: none;
    transform: scaleX(-1);
}
.bg-btn span{
    transform: scaleX(-1);
    display: inline-block;
}
.top-minus-100{
    margin-bottom: -120px;
}
.w-80{
    width: 80%;
}
.fs-45{
    font-size: 45px;
}
.bg-red-vertical{
    background-image: url("../img/half-red-v.jpeg");
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: right;
}