@import url('https://fonts.cdnfonts.com/css/nexa-bold');

:root {
    --brand-color: #eb26ec;
    --brand-color-dark: #de04df;
    --brand-color-light: #fe3fff;
    --brand-color-rgb: 235, 38, 236;
}

body {
    font-family: 'Nexa', sans-serif;
    font-weight: 600;
    color: #fdfafa;
    background-color: #000;
    --bs-body-color: #fdfafa;
    --bs-body-bg: #000;
    --bs-font-sans-serif: 'Nexa', sans-serif;
    --bs-link-color: #fdfafa;
    --bs-link-color-rgb: 253, 250, 250;
    --bs-link-hover-color: var(--brand-color);
    --bs-link-hover-color-rgb: var(--brand-color-rgb);
    --bs-link-decoration: none;
    --bs-link-hover-decoration: none;
    --bs-secondary-color: #646464;
    --bs-secondary-color-rgb: 100, 100, 100;
}

a, a:hover, a:focus, a:active,
.btn, .btn:hover, .btn:focus, .btn:active {
    text-decoration: none;
}

.btn {
    border-radius: 0;
}

.btn-primary,
.btn-danger {
    font-family: 'Nexa', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background: linear-gradient(to top, var(--brand-color-dark) 0%, var(--brand-color-light) 100%);
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--brand-color);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--brand-color);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-active-color: var(--brand-color);
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 235, 38, 236;
    padding-top: 10px;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: var(--brand-color);
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}

.crumbs .crumbs-last {
  color: rgba(255, 255, 255, 0.8);
}

hr {
    opacity: 1;
}

/** navbar **/
.navbar-main-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 134px;
    background: url('/templates/4kbadd/img/bannerShadow.webp') repeat-x left top;
    pointer-events: none;
    z-index: 1;
}

.navbar-main-has-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: transparent;
}

.navbar-main {
    padding-top: 16px;
    padding-bottom: 0;
    

    --bs-navbar-bg: transparent;
    background-color: transparent !important;
}

.navbar-main .navbar-brand .logo {
    max-width: 100%;
    height: auto;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fdfafa;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    padding-top: 5px;
    padding-bottom: 0;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--brand-color);
}

.navbar-main .btn-join {
    font-family: 'Nexa', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 20px 5px;
    border: none;
    border-radius: 0;
    background: linear-gradient(to top, var(--brand-color-dark) 0%, var(--brand-color-light) 100%);
}

.navbar-main .btn-join:hover,
.navbar-main .btn-join:focus {
    color: var(--brand-color);
    background: #fff;
}

.navbar-toggler,
.navbar-toggler:focus {
    border: none;
    box-shadow: none;
    color: #fff;
}

@media (max-width: 991.98px) {

    .navbar-main-shadow {
        top:-30px;
    }

    .navbar-main .navbar-toggler {
        background-color: var(--brand-color);
        padding: 7px 8px;
        border-radius: 0px;
    }

    .navbar-main .navbar-toggler-icon {
        --bs-navbar-toggler-icon-bg: none;
        background-image: none;
        width: 22px;
        height: 18px;
        display: block;
    }

    .navbar-main .navbar-toggler-icon span {
        display: block;
        background: #fff;
        height: 3px;
        margin-top: 3px;
    }

    .navbar-main .navbar-toggler:not(.collapsed) .navbar-toggler-icon span {
        display: none;
    }

    .navbar-main .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
        content: "X";
        display: block;
        color: #fff;
        font-family: 'Nexa', sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
        padding-top: 4px;
    }

    .navbar-main #navbarNavDropdown {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        margin-top: 8px;
        padding: 0;
        background: rgba(0, 0, 0, 0.9);
        z-index: 3;
    }

    .navbar-main .navbar-nav .nav-link {
        font-size: 18px;
        line-height: 1.2;
        padding: 0.25rem 1rem;
        border-bottom: 1px solid #000;
    }

    .navbar-main .btn-join {
        font-size: 20px;
        line-height: 25px;
        padding: 10px 20px 3px;
        width: 100%;
        margin-top: 0.5rem;
    }
}

@media (max-width: 1200px) {
    .navbar-main .navbar-brand .logo {
        max-width: 250px;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 32px;
        padding-top: 4px;
    }

    .navbar-main .btn-join {
        font-size: 22px;
        padding: 10px 20px 3px;
    }
}

@media (max-width: 991.98px) {
    .navbar-main .navbar-brand .logo {
        max-width: 200px;
    }
}

@media (max-width: 575.98px) {
    .navbar-main .navbar-brand .logo {
        max-width: 150px;
    }
}

#navbarAccountDropdown:hover {
    text-decoration: none;
}

/** footer **/
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 30px 40px;
    margin-top: 60px;
    text-align: center;
}

footer .btn-primary {
    font-weight: 300;
    font-size: 50px;
    line-height: 80px;
    padding: 15px 74px 0;
    margin-top: 30px;
    margin-bottom: 90px;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

footer .btn-primary:hover,
footer .btn-primary:focus,
footer .btn-primary:active {
    color: var(--brand-color);
    background: #fff;
    border-color: #fff;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 0px;
}

.footer-links ul li {
    font-family: 'Nexa', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 12px;
    position: relative;
    line-height: 26px;
}

.footer-links ul li::after {
    width: 2px;
    height: 12px;
    background-color: #464646;
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
}

.footer-links ul li:last-child::after {
    display: none;
}

.footer-links ul li a {
    color: rgba(var(--bs-link-color-rgb), 1);
    text-decoration: none;
}

.footer-links ul li a:hover,
.footer-links ul li a.active {
    color: rgba(var(--bs-link-hover-color-rgb), 1);
}

.footer-links > p {
    font-size: 12px;
    color: #646464;
    font-family: 'Nexa', sans-serif;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 720px;
    line-height: 1.4;
}

.footer-links > p a {
    color: rgba(var(--bs-secondary-color-rgb), 1);
    text-decoration: none;
}

.footer-links > p a:hover,
.footer-links > p a:focus {
    color: rgba(var(--bs-link-hover-color-rgb), 1);
    text-decoration: none;
}

@media (max-width: 1279.98px) {
    footer .btn-primary {
        line-height: 64px;
        font-size: 42px;
        padding: 12px 52px 2px;
    }
}

@media (max-width: 1023.98px) {
    footer .btn-primary {
        line-height: 74px;
        font-size: 39px;
        padding: 8px 42px 0;
    }
}
@media (max-width: 992px) {
    .footer-logo {
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    footer {
        padding: 30px 16px 10px;
        margin-top: 10px;
    }

    footer .btn-primary {
        line-height: 44px;
        font-size: 22px;
        padding: 13px 38px 6px;
        margin-bottom: 60px;
    }

    .footer-logo {
        max-width: 200px;
        margin-bottom: 20px;
    }

    .footer-links > p {
        font-size: 13px;
        max-width: 600px;
        line-height: 1.3;
    }
}

@media (max-width: 479.98px) {
    footer .btn-primary {
        line-height: 44px;
        font-size: 18px;
        padding: 10px 38px 4px;
    }
}

@media (max-width: 400px) {
    footer .btn-primary {
        line-height: 36px;
        font-size: 17px;
        padding: 6px 20px 3px;
        margin-bottom: 40px;
    }
}

/** banner index bottom **/
.banner-index-btm {
    position: relative;
    height: 555px;
    overflow: hidden;
}

.banner-index-btm__link {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-index-btm__picture {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-index-btm__img,
.banner-index-btm__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.banner-index-btm__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 705px;
    max-width: 55%;
    height: 100%;
    padding: 20px 10px 0 0;
    z-index: 2;
    pointer-events: none;
}

.banner-index-btm__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner-index-btm__list li {
    margin-bottom: 5px;
    line-height: 60px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    font-family: 'Nexa', sans-serif;
    font-weight: 300;
    color: #fff;
    width: 100%;
    font-size: 40px;
    text-transform: uppercase;
    padding: 10px 0 0 15px;
}

.banner-index-btm__list li i {
    color: var(--brand-color);
    font-size: 32px;
    padding-top: 5px;
    margin-right: 8px;
}

.banner-index-btm__cta {
    text-align: center;
    padding-top: 22px;
    pointer-events: auto;
}

.banner-index-btm__cta .btn {
    font-size: 48px;
    line-height: 62px;
    padding: 15px 36px 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.banner-index-btm__cta .btn i {
    font-size: 30px;
    transform: translateY(-5px);
}

@media (max-width: 1279.98px) {
    .banner-index-btm__img,
    .banner-index-btm__video {
        object-position: 52% top;
    }

    .banner-index-btm__overlay {
        width: 705px;
        max-width: 100%;
    }

    .banner-index-btm__list li {
        line-height: 40px;
        font-size: 27px;
        padding: 10px 0 10px 10px;
    }

    .banner-index-btm__list li i {
        padding-right: 5px;
        padding-top: 10px;
    }

    .banner-index-btm__cta .btn {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .banner-index-btm__overlay {
        width: 420px;
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .banner-index-btm {
        height: 455px;
    }

    .banner-index-btm__list li {
        line-height: 30px;
        font-size: 22px;
        padding: 10px 0 10px 10px;
    }

    .banner-index-btm__list li i {
        font-size: 22px;
        margin-right: 0px;
    }

    .banner-index-btm__cta .btn {
        font-size: 30px;
        line-height: 62px;
        padding: 5px 36px 0;
    }

    .banner-index-btm__cta .btn i {
        font-size: 22px;
    }
}

@media (max-width: 479.98px) {
    .banner-index-btm__overlay {
        width: 100%;
    }

    .banner-index-btm__cta {
        padding-top: 12px;
    }
}
/** dropdown **/
.dropdown-menu {
    --bs-dropdown-bg: #000;
    --bs-dropdown-border-color: #fff;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-box-shadow: 0 0 10px -6px;
    --bs-dropdown-link-color: #fff;
    --bs-dropdown-link-hover-color: #000;
    --bs-dropdown-link-hover-bg: #fff;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: var(--brand-color);
    --bs-dropdown-divider-bg: rgba(255, 255, 255, 0.2);
    --bs-dropdown-link-disabled-color: #666;
    padding: 0;
    border-radius: 0;
    min-width: auto;
}

.dropdown-item {
    font-family: 'Nexa', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 9px 17px 7px;
    border-radius: 0;
}

.dropdown-item small {
    font-size: inherit;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    background-color: var(--brand-color) !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #000;
    background-color: #fff;
}

.dropdown-item.active:hover,
.dropdown-item.active:focus,
.dropdown-item:active:hover,
.dropdown-item:active:focus {
    color: #fff !important;
    background-color: var(--brand-color) !important;
}

.dropdown-divider {
    margin: 0;
}

.order-dropdown {
    width: 226px;
    position: relative;
}

.order-dropdown.show {
    z-index: 9999;
}

.order-dropdown .dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    --bs-dropdown-spacer: 0;
    margin: 0 !important;
    transform: none !important;
    border-top: 1px solid #fff;
}

.order-dropdown.show .dropdown-toggle {
    border-bottom: 1px solid #fff;
}

.order-dropdown .dropdown-toggle {
    display: block;
    width: 100%;
    font-family: 'Nexa', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    background: #000;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 8px 40px 4px 10px;
    position: relative;
    line-height: 1.4;
}

.order-dropdown .dropdown-toggle::after {
    position: absolute;
    right: 14px;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    border: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transform: translateY(-50%);
    vertical-align: unset;
}

.order-dropdown .dropdown-toggle:hover,
.order-dropdown .dropdown-toggle:focus {
    color: #fff;
    background: #000;
    border-color: #fff;
}



@media (max-width: 1279.98px) {
    .order-dropdown {
        width: 200px;
    }
}

@media (max-width: 767.98px) {
    .order-dropdown {
        width: 170px;
    }
}

a.red-title:not(:hover):not(:focus) {
    color: rgba(var(--bs-link-hover-color-rgb), 1);
}

/* forms */
.form-control:focus,
.form-control {
    background: #fff;
    color: #000;
}
.form-control,
.js-login-form .form-control ~ .floating-label,
.form-floating > label,
.form-label {
    font-family: "Nexa",sans-serif;
    font-weight: 300;
}

/* modal login */
#modalLogin .js-login-form,
#modalLogin .js-login-form h4,
#modalLogin .js-login-form h5,
#modalLogin .floating-label,
#modalLogin .auth-control,
#modalLogin .form-check-label,
#modalLogin .auth-link,
#modalLogin .auth-modal-social p {
    font-family: 'Nexa', sans-serif;
}

#modalLogin .js-login-form h4 {
    font-weight: 600;
    text-transform: uppercase;
}

#modalLogin .js-login-form h5 {
    font-weight: 300;
}

#modalLogin .js-login-submit-btn {
    font-family: 'Nexa', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 0;
    background: linear-gradient(to top, var(--brand-color-dark) 0%, var(--brand-color-light) 100%);
    box-shadow: none;
}

#modalLogin .js-login-submit-btn:hover,
#modalLogin .js-login-submit-btn:focus,
#modalLogin .js-login-submit-btn:active {
    color: var(--brand-color);
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}

/* content */
.block-title {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.block-title .h3 {
    font-size: 32px;
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    background: #000000;
    z-index: 2;
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}
.block-title:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    left: 0;
    right: 0;
    top: 40%;
    z-index: 1;
}
.block-title.font-lato:after{
    top: 50%;
}

.block-view-all {
    display: flex;
    width: fit-content;
    margin: 10px auto 30px;
    align-items: center;
    gap: 10px;
    padding: 13px 24px;
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Nexa", sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
}

.block-view-all span {
    margin: 7px 5px 1px 0;
    line-height: 1;
}

.block-view-all:hover,
.block-view-all:focus {
    background: #fff;
    color: #000;
}

.block-view-all:hover i,
.block-view-all:focus i {
    color: #000;
}

/** content list **/
.content-list .duration {
    position: absolute;
    right: 10px;
    bottom: 8px;
    margin: 0;
    padding: 7px 10px 4px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-family: "Nexa", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

/** gallery list **/
.gallery-list .gallery-info {
    position: absolute;
    top: auto;
    left: auto;
    right: 10px;
    bottom: 8px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 7px 8px 4px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-family: "Nexa", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gallery-list .gallery-info i {
    font-size: 12px;
    color: #fff;
}

.content-title {
    padding-top: 10px;
    padding-bottom: 1px;
}

.content-title h3 {
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/** actor list **/
.actor-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 12px 7px;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.9)
    );
    transition: all 300ms ease;
}

.actor-name h3 {
    text-align: center;
    font-family: "Nexa", sans-serif;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 300;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/** one video **/
.one-video-title {
    font-family: "Nexa", sans-serif;
    font-weight: 700;
    font-size: 31px;
    display: inline-block;
    color: #fff;
    padding-bottom: 2px;
}

.one-video-models {
    padding-bottom: 0;
}

.one-video-models::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-bottom: 5px;
    margin-top: -10px;
}

.one-video-models p {
    font-size: 19px;
    font-weight: 400;
    font-family: "Nexa", sans-serif;
    line-height: 24px;
    padding-bottom: 25px;
    margin: 0;
}

.one-video-models p a {
    display: inline-block;
    color: #fff;
}

.one-video-models p a:hover {
    color: var(--brand-color);
}

.one-video-models p span {
    color: #fff;
}

.one-video-description {
    padding-top: 12px;
    padding-bottom: 10px;
}

.one-video-description p {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    font-family: "Nexa", sans-serif;
    line-height: 24px;
    padding-bottom: 15px;
    margin: 0;
}

.one-video-cats ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.one-video-cats ul li {
    font-size: 16px;
    font-weight: 300;
    font-family: "Nexa", sans-serif;
    margin-right: 8px;
    margin-bottom: 8px;
}

.one-video-cats ul li a {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    line-height: 36px;
    padding: 5px 18px 3px;
    display: flex;
    align-items: center;
}

.one-video-cats ul li a:hover {
    color: var(--brand-color);
}

.one-video-tags {
    padding-bottom: 20px;
}

.one-video-tag {
    display: inline-block;
    font-family: "Nexa", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-right: 12px;
    margin-bottom: 6px;
}

.one-video-tag:hover {
    color: var(--brand-color);
}

i.vote {
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

i.vote:hover,
i.vote-active {
    color: var(--brand-color);
    background-color: transparent;
}

span[class*="votes-"][class*="-count"] {
    display: inline-block;
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    min-width: 1.5rem;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 1590px) {
    .one-video-title {
        font-size: 28px;
    }
}

@media (max-width: 1023.98px) {
    .one-video-title {
        font-size: 26px;
        padding-bottom: 4px;
    }

    .one-video-description p {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 0;
    }

    .one-video-description {
        padding-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .one-video-title {
        font-size: 22px;
    }

    .one-video-description p {
        font-size: 14px;
    }

    .one-video-description {
        padding-bottom: 24px;
    }

    .one-video-cats ul li {
        font-size: 14px;
    }

    .one-video-cats ul li a {
        line-height: 30px;
        padding-left: 10px;
        padding-right: 12px;
    }

    .one-video-tag {
        font-size: 14px;
    }
}

/** one actor **/
.one-actor {
    padding-top: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}

.one-actor-pic img {
    display: block;
    width: 100%;
    height: auto;
}

.one-actor-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 18px;
}

.one-actor-title::before,
.one-actor-title::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
}

.one-actor-title::before {
    margin-bottom: 8px;
}

.one-actor-title::after {
    margin-top: 8px;
}

.one-actor-title h1 {
    font-size: 36px;
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding-top: 8px;
}

.one-actor-aka {
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: var(--bs-secondary-color);
    margin-bottom: 1rem;
}

.one-actor-about,
.one-actor-about p {
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 0;
}

.one-actor-about {
    padding-bottom: 30px;
}

.one-actor-stats {
    padding-bottom: 3px;
}

.one-actor-stats h2 {
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.one-actor-stats ul li {
    font-family: "Nexa", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 33px;
    color: var(--brand-color);
    word-break: break-word;
}

.one-actor-stats ul li span {
    color: #fff;
}

.one-actor-videos {
    padding-top: 40px;
    padding-bottom: 30px;
}

@media (max-width: 1590px) {
    .one-actor-title h1 {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 991.98px) {
    .one-actor {
        padding-top: 20px;
    }

    .one-actor-videos {
        padding-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .one-actor-about,
    .one-actor-about p {
        font-size: 15px;
        line-height: 20px;
    }

    .one-actor-stats ul li {
        font-size: 15px;
        line-height: 28px;
    }

    .one-actor-title h1 {
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 10px;
    }

    .one-actor {
        padding-top: 15px;
    }

    .one-actor-videos {
        padding-top: 20px;
    }
}

@media (max-width: 479.98px) {
    .one-actor {
        padding-top: 10px;
    }

    .one-actor-title h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

/* pagination */
.pagination .page-link {
    border: 2px solid transparent;
    background: #333333;
    font-weight: 300;
}

.pagination .page-item.prev-next .page-link:not(:hover) {
    background: transparent;
    border: 2px solid transparent;
}

.pagination .page-item.prev-next:not(.active) .page-link:focus {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;
}

.pagination .page-item:not(.active) .page-link:hover,
.pagination .page-item:not(.active) .page-link:focus,
.pagination .active > .page-link,
.pagination .page-link.active {
    background-color: #000;
    border: 2px solid #fff;
    color: #fff;
    box-shadow: none;
}

@media (max-width: 576px) {
  .pagination .page-link {
    padding-top: 0.2rem;
  }
}
