﻿.title {
    color: var(--s-white);
    font-family: 'Morabba-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
}

.title-blue {
    color: var(--s-primary);
}

.card-hover {
    background: none !important;
    border: none !important;
}

.scaleable-image {
    border-radius: 15px;
    box-shadow: 0 -.75rem 1rem rgba(1, 1, 1, .75) !important;
    transition: .5s ease;
    width: 100%;
}

.card-hover:hover .scaleable-image {
    -webkit-filter: brightness(20%) contrast(90%) blur(1px) grayscale(20%);
    filter: brightness(20%) contrast(90%) blur(1px) grayscale(20%);
}

.card-hover:hover .top-right {
    display: block;
}

.scale-img {
    transition: .5s ease;
}

.blur-img {
    transition: .5s ease;
}

.cinemaImage {
    transition: .5s ease;
}

.txt-anim {
    transition: .5s ease;
    text-align: right !important;
}

.desc-anim {
    transition: .8s ease;
}

.toScale:hover .scale-img {
    position: absolute;
    transform: scale(1.2);
    z-index: 999999;
}

.toScale:hover .blur-img {
    -webkit-filter: brightness(20%) contrast(90%) blur(1px) grayscale(20%);
    filter: brightness(20%) contrast(90%) blur(1px) grayscale(20%);
}
/*.toScale:hover .txt-anim {
    color: var(--s-primary);
    font-family: "Morabba-Bold";
    font-size: 20px;
}
.toScale:hover .desc-anim {
    color: var(--s-white);  
}*/
.toScale:hover .cinemaImage {
    -webkit-filter: brightness(20%) contrast(90%) blur(1px) grayscale(20%);
    filter: brightness(20%) contrast(90%) blur(1px) grayscale(20%);
}

.toScale:hover .top-right {
    display: block;
}

.toScale:hover .top-right {
    display: block;
    padding: 20px;
}

.text-img {
    position: relative;
}

.top-right {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    transition: .5s ease;
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    /*background-color: rgba(0,0,0, 0.4);*/ /* Black w/opacity/see-through */
    padding: 10px;
    /*border: 1px solid var(--s-light);*/
    border-radius: 8px;
    text-align: right !important;
}

.card-hover:hover .top-left {
    display: block;
}

.toScale:hover .top-left {
    display: block;
}

.toScale:hover .top-left {
    display: block;
    padding: 20px;
}

.top-left {
    display: none;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: .5s ease;
    padding: 10px;
    border-radius: 8px;
    text-align: left !important;
}

.txt-on-img {
    position: absolute;
    top: 10px;
    color: var(--s-light);
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: var(--s-white);
    padding: 10px;
}

    .txt-on-img h6 {
        font-family: "Morabba-Bold";
    }

/* When you mouse over the container, fade in the overlay title */
.card-hover:hover .txt-on-img {
    opacity: 1;
}

.card-hover:hover .cinemaImage {
    -webkit-filter: brightness(20%) contrast(90%) blur(1px) grayscale(20%);
    filter: brightness(20%) contrast(90%) blur(1px) grayscale(20%);
}

.card-hover:hover .movie-info-onHover {
    opacity: 1;
}

.movie-info-onHover {
    -ms-transform: translate(-50%, -50%);
    opacity: 0;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: .5s ease;
}

.Carousel-Swiper {
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.padding-left-3p {
    padding-left: 3%;
}



.div_come_in_0 {
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: comein;
    opacity: 0;
}

@keyframes comein {
    to {
        margin-right: 0px;
        opacity: 1;
    }
}

.div_come_in_1 {
    animation-delay: 1.2s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: comein;
    margin-right: -30px;
    max-width: 300px;
    opacity: 0;
    max-height: 170px;
    object-fit: cover;
}


.div_come_in_2 {
    animation-delay: 1.4s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: comein;
    margin-right: -30px;
    opacity: 0;
}


.div_come_in_3 {
    animation-delay: 3s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-name: comein;
    opacity: 0;
}


.div_come_in_4 {
    animation-delay: 3.2s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-name: comein;
    opacity: 0;
}


.padding-right-3p {
    padding-right: 4%;
}

.newMovies-gallery {
    -ms-user-select: none; /* IE 10 and IE 11 */
    -webkit-user-select: none; /* Safari */
    user-select: none; /* Standard syntax */
}

.newMovies-card {
    background-color: var(--s-dimgray);
    padding: 15px;
}

.radius-15 {
    border-radius: 15px;
}

.card-movie-desc {
    color: var(--gray-l1);
    font-size: 13px;
}

.padding-15px {
    padding: 15px;
}

.padding-7px {
    padding: 7px;
}

.margin-left-8px {
    margin-left: 8px;
}

.font-sans { /*font-family: sans-serif;*/
}

.newMovies-footer {
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}

.top-movie-container {
    margin-top: 3rem !important;
    padding-left: 6%;
    padding-right: 6%;
}

.font-w-300 {
    font-weight: 300;
}

.popular-background {
    background: radial-gradient(50.64% 50.02% at 50.00% 50.00%, rgba(121, 184, 243, 0.30) 35%, rgba(121, 184, 243, 0.00) 100%);
}

.application-back {
    background: linear-gradient(120deg,rgba(214,179,106,.12),rgba(15,22,42,.6)), url('sponsor.jpg');
    border-radius: 15px;
}

.app-part-back {
    background-color: #d6b36a;
    border-radius: 15px;
    box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.50);
}

.vertical-sub {
    vertical-align: sub;
}

.dl-header {
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.50);
}

.dl-text {
    font-size: 18px;
    margin: auto;
    max-width: 85%;
}

.dl-btn {
    background: #d4a097;
    border-radius: 15px;
    box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.50);
    color: #2C2C2C !important;
    float: left;
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
}

.serial-shadow {
    background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 65%);
}

.serial-banner-chapters {
    margin-right: 38px !important;
    margin-top: -170px;
    position: absolute;
}

.serial-banner-chapters-ltr {
    margin-left: 0px !important;
    margin-top: -150px !important;
    padding-left: 3% !important;
    position: absolute;
}

.serial-banner-info {
    margin-top: 20px;
}

.serial-banner-bullet {
    background-color: var(--s-danger);
    display: inline-block;
    height: 18px;
    margin-left: 2%;
    width: 18px;
}

.serial-banner-heading {
    font-size: 64px;
}

.vertical-align-mid {
    vertical-align: middle;
}

.vertical-align-baseLine {
    vertical-align: baseline !important;
}

.vertical-align-txt-bottom {
    vertical-align: text-bottom !important;
}

.serial-banner-text-muted {
    color: #767575;
    font-weight: 300;
}

.serial-banner-desc {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    text-align: justify;
}

.serial-banner-bottom {
    margin-bottom: 190px;
}

.mt-10 {
    margin-top: 6rem !important;
}

.banner-fade {
    background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.00) 50%);
    display: flex;
    justify-content: right;
}

.banner-fade-ltr {
    background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.00) 50%);
    display: flex;
    justify-content: left;
}

.banner-info {
    margin-right: 2%;
    margin-top: 8%;
}

.banner-info-ltr {
    margin-left: 2%;
    margin-top: 8%;
}

.banner-tag {
    background: var(--s-light-gray);
    border-radius: 12px;
    color: black;
    font-size: 15px;
    font-weight: 500;
    margin-left: 8px;
    padding: 2px 8px;
    margin-bottom: 4px;
    display: inline-block;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.banner-header {
    font-size: 20px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.50);
}

.btn-carousel {
    border-radius: 10px;
    margin-left: 5px;
    width: unset !important;
}

.btn-carousel-play {
    background: rgba(255, 255, 255, 0.80) !important;
    border-color: rgba(255, 255, 255, 0.80) !important;
    border-radius: 12px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    color: var(--s-black) !important;
    font-family: 'Morabba';
    font-size: 20px;
}

.banner-fa {
    color: var(--s-primary);
    font-size: 24px;
    margin-right: 6px;
    vertical-align: middle;
}

.menu-justify {
    justify-content: center;
    padding: 5px 0;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    justify-content: center;
}

.menu-logo {
    max-width: 120px !important;
    vertical-align: baseline !important;
}

.ml-22px {
    margin-left: 22px !important;
}

.bg-dark {
    background-color: var(--s-black) !important;
}

.menu-onScroll {
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 80%;
}

.menu-login-btn {
    background: #999999;
    border-radius: 8.85px;
    margin-bottom: auto;
    margin-right: 22px;
    margin-top: auto;
    max-height: 36px;
}

.user-menu-subscribe {
    background-color: #d0ced0;
    border-radius: unset !important;
    color: #1c1c1c !important;
    font-family: Morabba;
}

.Carousel-Swiper-Mobile {
    margin-top:0px;
}

.banner-logo-mobile {
    margin-bottom: 4px;
    max-width: 150px;
}

.offer-container {
    position: absolute;
    top: 38rem;
    z-index: 99;
}

.desktop {
    display: flex;
}

.desktop-block {
    display: block;
}

.mobile {
    display: none;
}

.mobile-block {
    display: none;
}

.chapters-img {
    border-radius: 10px;
    width: 100%;
}

.vertical-align-mid-sub {
    vertical-align: middle;
}

.max-w-60 {
    max-width: 60%;
}

.max-w-80 {
    max-width: 80%;
}

.category-section {
    margin-top: 7rem;
}

.plan-main-back {
    background: radial-gradient(50.64% 50.02% at 50.00% 50.00%, rgba(216, 157, 42, 0.30) 0%, rgba(217, 155, 36, 0.00) 100%);
}

.plan-title {
    font-family: Morabba;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.50);
}

.plan-title-bold {
    font-size: 26px;
}

.home-plan-card {
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.threeMounth {
    background: linear-gradient(23deg, #27CE86 0%, #0D913A 100%);
    border: none !important;
}

.sixMounth {
    background: linear-gradient(213deg, #FF5900 0%, #E9A221 100%);
    border: none !important;
}

.oneMounth {
    background: linear-gradient(143deg, #39B5F7 0%, #0D2B7B 100%);
    border: none !important;
}

.plan-price {
    font-size: 15px;
    margin-top: 20px;
}

.plan-price-home {
    font-size: 30px;
    margin-top: 20px;
}

.plan-price-bold {
    font-size: 60px;
}

.plan-btn {
    background-color: var(--s-white);
    border-radius: 13px;
    color: #29A936 !important;
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
    padding: 0 10px;
}

.plan-hr {
    background: var(--s-light-gray);
    height: 1px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 70%;
}

.plan-desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.50);
}

.six-mounth-padding {
    padding: 0px 60px;
}

.plan-hr-bold {
    margin-bottom: 25px;
    margin-top: 20px;
}

.mb-5rem {
    margin-bottom: 5rem !important;
}

.mb-6rem {
    margin-bottom: 6rem !important;
}

.main-margin-top {
    margin-bottom: 100px;
    margin-top: 100px;
}

.login-logo {
    width: 100%;
}

.login-logo-div {
    text-align: right;
}

.login-input {
    background: var(--s-light-gray);
    border-radius: 15px !important;
    color: #626262;
    direction: rtl;
    height: 50px !important;
}

    .login-input::placeholder {
        color: #626262;
    }

    .login-input:focus {
        border-color: #626262;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #626262;
    }

#login-button {
    background-color: var(--s-primary);
    border-color: var(--s-primary);
    border-radius: 12px;
    color: var(--s-white);
    float: left;
    font-size: 24px;
    font-weight: 600;
    padding: 5px 45px;
}

#login-button, #activation-button {
    background-color: var(--s-primary);
    border-color: var(--s-primary);
    border-radius: 12px;
    color: var(--s-white);
    float: left;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 20px;
}

.ruls-a {
    border-bottom: 1px solid;
    color: white !important;
}

.ruls-p {
    color: var(--s-white);
    font-size: 13px;
    font-weight: 500;
    margin-top: auto;
}

.login-container {
    margin-top: 10%;
}

.activeCode-input {
    background: none;
    border: none;
    border-bottom: 1px solid var(--s-white);
    border-radius: 0;
    color: var(--s-white);
    display: inline-block;
    margin-right: 3%;
    max-width: 40px;
    padding-bottom: 0;
    text-align: center;
}

    .activeCode-input:focus {
        background: none;
        border: none;
        border-bottom: 1px solid var(--s-white);
        border-color: black;
        box-shadow: none;
        color: var(--s-white);
    }

.activation-inner-div {
    background-color: #3990ef8c;
    border-radius: 15px;
    direction: ltr;
    height: 45px;
    margin: auto;
    padding: auto;
    width: 100%;
}

.activationCode-title {
    color: var(--s-white);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 1%;
    margin-top: auto;
    text-align: center;
}

#login-error {
    color: var(--s-danger) !important;
}

.menu-back {
    background-color: #000000ba;
}

.cinema-poster-card {
    margin: auto 70px auto 0;
}

.cinema-poster-card-ltr {
    margin: auto 0 auto 70px;
}

.btn-cinema-poster {
    background: var(--s-primary) !important;
    border-color: var(--s-primary) !important;
    color: #FFF !important;
    font-size: 18px;
    font-weight: 600;
    padding: 2px 20px;
}

.btn-cinema-info {
    background: var(--s-primary) !important;
    border-color: var(--s-primary) !important;
    border-radius: 15px;
    color: #FFF !important;
    font-family: 'morabba';
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    padding: 5px 20px;
    width: 100% !important;
}

.btn-ticket-info {
    background: var(--s-primary) !important;
    border-color: var(--s-primary) !important;
    border-radius: 15px;
    color: #FFF !important;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    padding: 5px 20px;
    width: 100% !important;
}

.border-right-0 {
    border-right: 0;
}

.cinema-tag {
    background: #d9d9d9bf !important;
}

.cinema-span {
    margin-right: 25px;
}

.image-overlay-cinema {
    background: linear-gradient(270deg, #000000 0%, rgba(217, 217, 217, 0.00) 100%);
}

.image-overlay-cinema-info {
    background: linear-gradient(270deg, #000000 27%, rgba(217, 217, 217, 0.00) 120%);
}

.cinema-card {
    background: none;
    filter: drop-shadow(-5px 0px 4px rgba(182, 182, 182, 0.25));
}

.cinema-card-header {
    margin-bottom: 30px;
}

.newCinema-card {
    background-color: var(--s-dimgray);
    padding: 7px;
}

    .newCinema-card h6 {
        font-size: 15px;
    }

    .newCinema-card p {
        font-size: 12px;
    }

.newCinema-card-col {
    margin-bottom: 1rem;
    padding-left: 4px;
    padding-right: 4px;
}

.font-size-15px {
    font-size: 15px;
}

.cinema-btn-susbcribe {
    background: var(--s-primary);
    border-radius: 15px;
    font-weight: 700;
    padding: 15px 25px;
}

.background-none {
    background: none;
}

.cinema-info {
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.00) 0%, #000 45%);
    bottom: 175px;
    position: relative;
    right: 80px;
}

.cinema-info-ltr {
    background: linear-gradient(181deg, rgba(0, 0, 0, 0.00) 0%, #000 45%);
    bottom: 175px;
    position: relative;
    left: 80px;
}

.font-w-400 {
    font-weight: 400;
}

.font-size-14px {
    font-size: 14px;
}

.cinema-actors {
    background: none;
    max-width: 100px;
}

.cinema-actors-img {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.cinema-actors-txt {
    background: var(--s-light-gray);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    text-align: center;
}

.actors-col {
    flex-basis: max-content;
}

.cinema-info-back {
    background: radial-gradient(55.67% 50% at 25.00% 50.00%, rgba(61, 154, 255, 0.20) 0%, rgba(61, 154, 255, 0.00) 100%);
}

.play-tizer-btn {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    padding: 10px 20px;
    position: absolute;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: hidden !important;
}

.popular-row {
    margin-bottom: 9rem;
    margin-top: 9rem;
}

.application-mobile-padding {
    margin-bottom: 6rem !important;
    margin-top: 6rem !important;
}

.topWatch-div {
    margin-bottom: 7rem;
    margin-top: 7rem !important;
}

.w-80 {
    max-width: 80% !important;
}

.img-on-cinemaBanner {
    max-width: 200px;
}

.cinema-info-logo {
    width: 100%;
}
.btn-tizer {
    background: var(--s-silver) !important;
    border-color: var(--s-primary) !important;
    border: 1px solid;
    border-radius: 15px;
    color: var(--s-primary) !important;
    font-family: 'Morabba';
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    padding: 10px 25px;
}

.btn-movie-info {
    background: var(--s-primary) !important;
    border-color: var(--s-primary) !important;
    border-radius: 15px;
    color: #FFF !important;
    font-family: 'Morabba';
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    padding: 10px 25px;
}

.play-fa {
    margin-left: 5px;
    vertical-align: middle;
}

.m-r-l-auto {
    margin-left: auto;
    margin-right: auto;
}

.card-cinema-page {
    position: relative;
    top: 0px;
}

.swiper-cinema-page {
    position: relative;
    top: 0;
}

.footer-cinema-page {
    position: relative;
    top: 0;
}

.w-65 {
    width: 65% !important;
}

#login-activeCode {
    direction:rtl;

/*    letter-spacing: 30px;
    max-width: 80%;
    text-align: center !important;*/
}

.p-l-0 {
    padding-left: 0;
}

.srch-col {
    padding-left: .3rem;
    padding-right: .3rem;
}

.srch-d-none {
    display: none;
}

.srch-d-block {
    display: block;
}

.span-play-timer {
    background: #d9d9d9bf !important;
    border-radius: 12px;
    color: black;
    font-size: 16px;
    margin-left: 5px;
    /*font-weight: bold;*/
    padding: 2px 8px;
}

#play-timer, #play-timer-m {
    display: flex;
    margin-top: 20px;
    text-align: center;
}

.p-nowrap {
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

.span-btn-carousel {
    color: var(--s-white);
    font-family: 'Morabba-Bold';
    margin-right: 3px;
}

.tv-alert {
    background-color: var(--s-dimgray);
    border-radius: 8px;
    margin: auto;
    margin-bottom: 8px;
    padding: 16px 24px;
    width: 100%;
}

.tv-alert-btn {
    background: var(--s-primary);
    border-radius: 4px;
    margin-right: 16px;
    padding: 4px 8px;
}

.newMoviesSlider {
    margin-top: 15rem;
}

.carousel-fade {
    box-shadow: 0px 50px 60px 100px #000000;
    height: 2%;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.svg-color {
    filter: var(--svg-filter);
}

.participate label {
    margin-bottom: 4px;
    margin-right: 4px;
}

.profile-input {
    background: var(--s-light);
    border-radius: 15px !important;
    color: #626262;
    direction: rtl;
    min-height: 50px !important;
}

    .profile-input::placeholder {
        color: #626262;
    }

    .profile-input:focus {
        border-color: var(--s-light);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px var(--s-light);
    }

input[type=file]::file-selector-button {
    min-height: 48px !important;
}

.newMovies-card img, .card .cinemaImage, .card .img-card-hover {
    max-height: 283px;
    object-fit: cover;
}

.toScale .cinemaImage {
    max-height: 260px;
    object-fit: cover;
}

.rating .rating-symbol {
    float: none;
}

.rating div {
    display: inline-block;
}

.rating .fa-star {
    color: var(--s-warning);
}

.fa-star-empty {
    color: var(--s-white) !important;
}

.rating span {
    float: left;
    cursor: pointer;
}

.radio div {
    display: inline-block;
}

.radio .btn-outline-secondary {
    padding: 4px 20px;
    border-radius: 50px;
    border-color: var(--bs-light);
    color: var(--s-light);
    margin-left: 2px;
    font-size: 16px;
}

.line {
    display: inline-flex;
    background-color: #ffffff;
    min-height: 5px;
    width: 25%;
}

.line-sm {
    display: inline-flex;
    background-color: #ffffff;
    min-height: 5px;
    width: 10%;
    margin-right: 1%;
    margin-top: auto;
    margin-bottom: auto;
}

.border-primary {
    border-color: var(--s-primary)!important;
}

.radius-24 {
    border-radius: 24px !important;
}

.radius-32 {
    border-radius: 32px !important;
}

.movie-card-btn {
    background-color: var(--s-primary);
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: 0 !important;
    width: 100%;
    border-radius: 8px;
    margin-top: 16px;
}

.background-secondary {
    background-color: var(--s-secondary);
}

.background-primary {
    background-color: var(--s-primary);
}

.background-white {
    background-color: var(--s-white);
}

.bg-image {
    height: 100px;
    background-size: cover;
    background-position: center;
}

.back-orange-line {
    background:  radial-gradient(30% 30.02% at 100% 42%, #FE7D00 98%, rgb(255 255 255 / 0%) 100%) !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--s-primary) !important;
    color: white !important;
}

.vertical-pills .nav-link {
    /*border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;*/
    background-color: #331A00 !important;
    color: #7B6148 !important;
    margin-bottom: 16px;
    user-select: none;
    font-size: 16px;
    font-weight: bold;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border-radius: 15px;
}

.vertical-pills {
    width: 25%;
}

.tab-body {
    border: 1px solid var(--s-primary);
    border-radius: 15px;
    padding: 1.5rem;
}


.movie-info-container-fluid.nav {
    margin: 0 !important;
    padding: 10px 0 !important;
}
.movie-info-tab.nav {
    padding: 10px 0px;
    gap: 0;
}
.radius-right {border-top-left-radius:0 !important;border-bottom-left-radius:0 !important;}
.radius-left {border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;}