body {
    word-break: break-word;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.topBanner {
    background-image: url(../img/home/header-bg.jpg);
    background-position: bottom center;
    background-size: cover;
    position: relative;
    z-index: 2;
    box-shadow: 0px 16px 15px -12px #111;
}

.topBanner img {
    max-width: 100%;
}

.topBanner::before {
    content: "";
    background: linear-gradient(0deg, rgb(165, 65, 255) 0%, rgb(63, 187, 254) 100%);
    background-image: -moz-linear-gradient(0deg, rgb(165, 65, 255) 0%, rgb(63, 187, 254) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(165, 65, 255) 0%, rgb(63, 187, 254) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(165, 65, 255) 0%, rgb(63, 187, 254) 100%);
    height: 4px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.topBanner::after {
    /* background-image: url(../img/home/shadow.png); */
    content: "";
    position: absolute;
    bottom: -9px;
    width: 100%;
    background-position: center;
    background-size: contain;
    height: 10px;
    background-repeat: no-repeat;
    z-index: 0;
}

.customDropdown {
    position: absolute;
    top: 67px;
    right: 15px;
}

.customDropdown button {
    font-size: 34px;
}

.bodyContent {
    background-image: url(../img/home/body-bg.jpg);
    min-height: 100vh;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 100%;
}

.aboutTint {
    /* margin-top: 40px; */
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.16);
}

.aboutBefore {
    border: 2px solid #fff;
    padding: 50px;
}

.aboutTint p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
}

.ourShows h1 {
    font-family: 'Merchons';
    font-size: 72px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.ourShowCard {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ourShowCardBefore {
    border: 2px solid #000;
    padding: 0px 11px;
}

.ourShowCardImg {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
    padding: 0px;
}

.ourShowCardImg img {
    max-width: 100%;
    width: 100%;
}

.ourShowCardBefore h3 {
    font-family: 'Roboto';
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    background-color: #000;
    padding: 5px 0px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    padding-left: 75px;
    padding-right: 75px;
    text-transform: uppercase;
}

.ourShowCardBefore h3::before {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    left: -100%;
    right: 0px;
    height: 100%;
    z-index: -1;
    top: 0px;
}

.ourShowCardBefore h3::after {
    content: "";
    background-color: #000;
    position: absolute;
    width: 100%;
    left: auto;
    right: -100%;
    height: 100%;
    z-index: -1;
    top: 0px;
}

.ourShowCardBefore p {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0px;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 20px;
}

.startWatching {
    position: relative;
    margin-top: 20px;
}

.startWatching h1 {
    font-family: 'Merchons';
    font-size: 72px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.startWatching img {
    width: 100%;
    box-shadow: 0px 0px 8px 2px #000;
}

.findOut {
    background-image: url(../img/home/find-out.png);
    background-position: center;
    background-size: cover;
    border: 10px solid #fff;
    padding: 50px 0px;
    position: relative;
}

.findOut::before {
    content: "";
    background-image: url(../img/home/shadow-v1.png);
    position: absolute;
    bottom: -27px;
    width: 100%;
    height: 17px;
    left: 0px;
    background-position: center;
    right: 0px;
}

.findOut h1 {
    font-family: 'Roboto';
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.findOut h1 a {
    color: #fff;
}

.findOut h1 a:hover {
    color: #f5422c;
}

footer {
    background-color: #000;
    border-color: #ffffff;
    border-top: 3px rgba(234, 234, 234, 0.79) solid;
    border-image: url(../img/home/line.jpg) 3;
    -webkit-border-image: url(../img/home/line.jpg) 3;
    -moz-border-image: url(../img/home/line.jpg) 3;
    -o-border-image: url(../img/home/line.jpg) 3;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 5px 0px;
}


footer a {
    display: inline-flex;
}

footer a i, 
footer a svg {
    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    padding: 5px;
    border-radius: 5px;
}

footer a:hover i, footer a:hover svg {
    color: rgb(145 90 255);
    border-color: rgb(145 90 255);
    fill: rgb(145 90 255)!important;
}

footer p {
    font-family: 'Roboto';
    font-size: 15.5px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 0px;
}

footer img {
    max-width: 100%;
    margin: 10px auto;
}

@media(min-width:1200px) and (max-width: 1435.98px) {
    .ourShowCardBefore p {
        padding-left: 45px;
        padding-right: 45px;
    }

    .ourShowCardBefore h3 {
        padding-left: 45px;
    }
}

@media(min-width:1025px) and (max-width: 1199.98px) {
    .ourShowCardBefore h3 {
        font-size: 24px;
        padding: 5px 0px;
        line-height: 1;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 15px;

    }

    .ourShowCardBefore p {
        font-size: 16px;
        margin-bottom: 0px;
        padding-bottom: 20px;
        line-height: normal;
        margin-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .aboutBefore {
        padding: 30px;
    }

    .ourShows h1,
    .startWatching h1 {
        font-size: 60px;
    }

    .findOut h1 {
        font-size: 24px;
    }

    .findOut {
        padding: 30px;
    }
}

@media(min-width:992px) and (max-width: 1024.98px) {
    .ourShowCardBefore h3 {
        font-size: 24px;
        padding: 5px 0px;
        line-height: 1;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 15px;

    }

    .ourShowCardBefore p {
        font-size: 16px;
        margin-bottom: 0px;
        padding-bottom: 20px;
        line-height: normal;
        margin-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .aboutBefore {
        padding: 30px;
    }

    .ourShows h1,
    .startWatching h1 {
        font-size: 60px;
    }

    .findOut h1 {
        font-size: 24px;
    }

    .findOut {
        padding: 30px;
    }
}

@media (max-width: 991.98px) {
    .aboutBefore {
        padding: 15px;
    }

    .findOut {
        padding: 15px;
        border: 2px solid #fff;
    }
    .findOut::before {
        bottom: -6px;
        height: 4px;
    }

    .aboutTint p {
        font-size: 16px;
        line-height: normal;
    }

    .ourShows h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .startWatching h1 {
        font-size: 30px;
    }

    .startWatching h1 {
        font-size: 30px;
    }

    .ourShowCardBefore h3 {
        font-size: 24px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .ourShowCardBefore p {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    footer {
        padding: 15px 0px;
    }

    footer .row {
        align-items: center;
    }

    footer img {
        max-width: 100%;
        margin: 10px auto;
    }

    footer p {
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 0px auto;
    }

    footer .text-end {
        text-align: center !important;
        justify-content: center;
    }

    .ourShows h1 {
        margin-bottom: 1rem;
    }

    .ourShowCard {
        margin-bottom: 1rem;
    }

    .startWatching h1 {
        margin-bottom: 1rem;
    }

    .startWatching {
        margin-top: 0px;
    }

    .findOut h1 {
        margin-bottom: 0px;
        font-size: 18px;
    }
    .ourShowCardBefore p {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ourShowCardBefore h3 {
        padding-left: 0px;
        padding-right: 0px;
    }
}