.hero-2 .hero-items .hero-content h1 {
    font-size: 70px;
}

.tv-shows-items:hover .tv-shows-image img {
    border: 1px solid gray;
}

.cta-movie-section-2::before {
    background: radial-gradient(47.42% 58.11% at 56.6% 39.68%, rgba(1, 15, 41, 0) 0%, #47291570 100%);
}

.cta-movie-wrapper .cta-content h2 {
    font-size: 36px;
    font-weight: 600;
}

.cta-movie-wrapper {
    padding: 140px 0;
}

.footer-widgets-wrapper .single-footer-widget .footer-content p {
    text-transform: none;
}

.header-1 .header-right .header-button .theme-btn {
    background-color: var(--theme);
}

.login-wrapper .signin-item .input-item input {
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.login-wrapper .signin-item .input-item:not(:last-child) {
    margin-bottom: 20px;
}

.hero-2 .hero-items .hero-slider-bg::before {
    background: rgb(0 0 0 / 65%);
}
.wh-40 {
    width: 40px;
    height: 40px;
}
.header-1 {
    position: fixed;
    background-color: #000000e3;
    top: 0;
    z-index: 999;
}
.cta-shows-wrapper::before {
    background: linear-gradient(to right, rgb(34 31 31 / 0%) 0%, rgba(34, 31, 31, 0.4) 100%);
}
@media (max-width: 767px)  {
    .footer-bottom p {
        font-size: 14px;
    }
    .login-wrapper .signin-item .button-items .theme-btn {
        padding: 10px 60px;
        font-weight: 500;
    }
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
        padding: 10px 60px;
        border-radius: 40px;
        font-weight: 500;
    }
    .theme-btn {
        padding: 10px 60px;
    }
    .header-1 {
        background-color: #000000e3;
        position: sticky;
        top: -2px;
    }
    .login-wrapper .signin-item {
        padding: 40px 0;
    }
    .login-wrapper {
        padding: 10px;
    }
    .login-wrapper .signin-item .sign-header h3 {
        font-size: 30px;
    }
    .breadcrumb-wrapper .page-heading.coming-soon-items {
        height: 84vh;
    }
    .hero-2 .hero-items .hero-content h1 {
        font-size: 40px;
    }
    .hero-2 .banner-thumnail-area-3 .banner-img img {
        width: 300px;
        height: 140px;
        border-radius: 10px;
        margin-bottom: 30px;
        display: none;
    }
    .hero-2 .hero-items .hero-slider-bg {
        max-height: 300px;
    }
    .hero-slider .swiper-wrapper .swiper-slide {
        transform: none;
    }
    .header-left .logo a img {
        width: 120px;
    }
    .hero-2 .hero-items {
        padding: 220px 0 0;
    }
    h2 {
        font-size: 28px;
    }
    .section-title p {
        color: #a4a4a4;
        font-weight: 400;
    }
    .cta-movie-wrapper.style-2 .cta-movie-slider-items .cta-movie-slider {
        display: none;
    }
    .cta-movie-wrapper.style-2 .cta-content .cta-button {
        justify-content: start;
    }
    .section-padding {
        padding: 40px 0;
    }
    .offcanvas__logo a img {
        width: 110px;
    }
    .piano-card {
        padding: 10px!important;
        margin-bottom: 20px;
    }
    .piano-card img {
        max-height: 60px!important;
    }
    .steps-lime .d-flex .steps-content {
        line-height: 24px;
    }
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 25px;
        font-weight: 500;
    }
    .breadcrumb-wrapper .page-heading {
        padding: 90px 0 40px;
    }
}


/* Piano */

.sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.sec-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    left: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333333;
    width: 50px;
}

.sec-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    right: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333;
    width: 50px;
}

.advertisers-service-sec span {
    color: #ff2905;
}

.advertisers-service-sec .col {
    padding: 0 1em 1em 1em;
    text-align: center;
}

.advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#ffffff, #ffe8e8);
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
}

.advertisers-service-sec p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
    top: 0%;
}

.service-card .icon-wrapper {
    background-color: #ffffff;
    color: #ff2905;
    border: 1px solid #ff2905;
}

.piano-card {
    border-radius: 4px;
    background: #3d3d3d;
    font-weight: 500;
    color: white;
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    padding: 40px;
    cursor: pointer;
    text-align: center;
}

.piano-card:hover {
    transform: scale(1.05);
}

.piano-card p {
    font-weight: 400;
    line-height: 20px;
    color: lightgrey;
}

.piano-card h3 {
    font-weight: 600;
}

.piano-card img {
    margin-bottom: 6px;
    max-height: 120px;
}

/* Piano */