h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
}

.item-w .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 14px;
    line-height: normal;
}

.item-w-feat, .share-button {
    cursor: pointer;
}

.ghtm_im {
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.model-img, .blank-model {
    width: 100%;
    display: block;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    background-color: var(--primary-dark);
}

.header-co, .footer, .footer .section {
    background-color: var(--primary-dark);
}

.btn.btn-p,
.btn.btn-i,
.taxo {
    border-color: var(--white);
}

.taxo {
    color: var(--link);
}

.sidebar-channel-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zoomable {
    transition: transform 0.3s ease;
    transform-origin: center center;
    display: inline-block;
}

img.zoomable:hover {
    transform: scale(1.1);
}

.animated-thumbnail video {
    display: none;
    object-fit: fill;
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
}

.animated-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.animated-thumbnail:hover video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.leg-link, .fsoc, .fc-w, .psoc, .tab-w, .cov strong, a {
    text-decoration: none;
}

.pagination-component {
    display: flex;
    flex-direction: row;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
}

.pagination-component .page-button-active, .pagination-component > a > button:hover {
    background-color: var(--white);
    color: var(--button);
}

.page-button {
    align-items: center;
    background-color: var(--button);
    border-radius: 100%;
    color: var(--white);
    display: flex;
    font-size: 14px;
    height: 36px;
    justify-content: center;
    margin: 0 3px;
    width: 36px;
    display: inline-flex;
    -moz-box-align: center;
    -moz-box-pack: center;
    position: relative;
    box-sizing: border-box;
    outline: 0px;
    border: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    padding: 8px;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.categories-content-videos-pagination {
    width: 100%;
}

.ava-pic {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.search-more-models .vid-th {
    aspect-ratio: 9 / 16;
    .th-s-all {
        height: 100%;
    }
}

.category-link {
    aspect-ratio: 16 / 9;
    background-color: var(--primary-dark);
}

.header, .page, .footer {
    width: 100%;
}

.grid {
    min-width: 100%;
}

.channel-list-item .img, .channel-list-item .blank-channel {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    background-color: var(--primary-dark);
}

.channel-list-item .ava {
    background-color: var(--primary);
}

.channel-list-item:hover .zoomable {
    transform: scale(1.1);
}

.gall-th-img {
    cursor: pointer;
}

.album-fullscreen-photo {
    width: auto;
    max-height: 90vh;
    max-width: 90vw;
}

.album-fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--primary-dark) 80%, transparent);
    z-index: 9999;
}

.attr.attr-op, .attr.attr-inf {
    background-color: var(--primary);
    opacity: 0.7;
    color: var(--white);
}

.th-s-all {
    background-color: var(--primary-light);
}

.tab.tab-w {
    color: var(--link);
}

.tabs {
    border-color: var(--link);
}

.chn-top {
    height: auto;
    .coh.coh_wt {
        gap: 5px;
    }
    .ava {
        background-color: var(--primary);
        text-decoration: none;
    }
}

.btn.btn-l {
    background-color: var(--white);
}

.alphabet-pagination {
    flex-wrap: wrap;
}

#shareDialog {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mod_in_s .fc-w {
    color: var(--black);
}

.w-tab-pane {
    display: block;
}

.bubble {
    position: absolute;
    background: var(--primary-dark);
    color: var(--white);
    padding: 6px 10px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 9999;
}

.bubble.visible {
    opacity: 1;
    transform: translateY(-5px);
}

#videoUrl {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 30px;
}

.show-hide-video-info {
    display: none;
    width: 100%;
}

.toggle-show {
    margin-left: auto;
    margin-right: auto;
}

.ft_ad {
    height: 250px;
    padding: 0;
}

.tube-player-ad-1,
.tube-player-ad-2 {
    overflow: hidden;
    width: 320px;
    height: 240px;
    position: absolute;
    left: 50%;
    margin-left: -330px;
    top: 50%;
    margin-top: -120px;
    z-index: 2;
}

.tube-player-ad-2 {
    margin-left: 10px;
}

.tube-player-ad-4 {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    overflow: hidden;
}

.ad-list {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.out-of-service {
    color: var(--white);
    max-width: 90vw;
    width: 800px;
    margin: 30px auto;
    font-size: 16px;
    line-height: 28px;
    h1 {
        text-align: center;
    }
}

body {
    background-color: var(--primary);
}

.cookies-consent, .adult-warning {
    position: fixed;
    z-index: 9999;
    height: auto;
    max-width: 100vw;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    & > div:first-child {
        margin: 2.5vw;
        background-color: var(--primary-light);
        border-radius: 10px;
        color: var(--white);
        padding: 20px;
        position: relative;
        z-index: 1;
    }
    .buttons {
        display: flex;
        flex-direction: row;
        gap: 5px;
    }
}

.adult-warning {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    & > div:first-child {
        width: 500px
    }
    .background {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        z-index: 0;
    }
}

.video-header {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: 40vh;
    margin: 0 auto;
    overflow: hidden;
    .h-logo {
        width: 50vh;
        max-width: 80vw;
        z-index: 3;
        position: relative;
    }
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-image: radial-gradient(var(--primary) 2px, transparent 3px);
        background-size: 5px 5px;
        opacity: 0.6;
        z-index: 1;
        pointer-events: none;
    }
    &::before,
    &::after {
        content: '';
        position: absolute;
        top: 0;
        width: 60%;
        height: 100%;
        z-index: 2;
        pointer-events: none;
    }
    &::before {
        left: 0;
        background: linear-gradient(to right, var(--primary) 0%, transparent 100%);
    }
    &::after {
        right: 0;
        background: linear-gradient(to left, var(--primary) 0%, transparent 100%);
    }
    .header-content {
        position: absolute;
        z-index: 3;
        text-align: center;
        width: 100%;
        color: white;
        top: 50%;
        transform: translateY(-50%);
    }
}

#backgroundVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-rek {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    display: none;
    justify-content: center;
    align-items: center;
    & > div {
        width: 300px;
        height: 100px;
        overflow: hidden;
    }
}

.w-tab-pane {
    width: 100%;
}

.separator-l {
    border-left: 1px solid #aabbcc80;
    padding-left: 11px;
}

.dropdown-list{
    display: none;
    flex-direction: column;
    width: 150px;
    min-width: auto;
    margin-top: 180px;
    position: absolute;
    .dropdown-link {
        width: 120px;
        padding: 10px;   
    }
}

.h-nav-link-wrapper {
    display: flex;
    flex-direction: row;
    color: var(--white);
    cursor: pointer;
    margin-right: 11px;
    .h-nav-link{
        margin-right: 0px;
    }
    #submenu-toggle {
        display: inline-block;
        cursor: pointer;
        transition: transform 0.3s ease;
    }
    #submenu-toggle.rotated {
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 479px) {
    .item-w.item-w-feat, .item-w {
        width: calc(100vw - 28px);
    }
    .item-w.item-w-7 {
        width: 150px;
    }
    .item-w.item-w-model.item-w-model-grd, .item-w.item-w-7.search-more-models {
        width: calc(89.5% / 7);
    }
}

.video-js {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    background-color: var(--primary-dark);
    .vjs-control-bar {
        background: transparent;
        font-size: 14px;
        display: flex;
    }

    .vjs-play-control {
        color: var(--white);
    }

    .vjs-play-control:hover {
        color: var(--button);
    }

    .vjs-play-progress {
        background-color: var(--button) !important;
    }

    .vjs-load-progress {
        background: var(--primary-light) !important;
    }

    .vjs-volume-level {
        background-color: var(--button) !important;
    }

    .vjs-remaining-time,
    .vjs-current-time,
    .vjs-duration {
        color: var(--white);
        font-family: Outfit, sans-serif;
    }
    
    .vjs-big-play-button {
        background-color: var(--button);
        border: none;
        border-radius: 50%;
        width: 50px;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px;
    }

    .vjs-big-play-button:hover {
        background-color: var(--button);
    }

    .vjs-menu-button-popup .vjs-menu {
        left: 0em;
    }

    &.vjs-has-started .vjs-control-bar {
        display: '';
    }
    .vjs-poster {
        background-color: var(--primary-dark);
    }
}

.item-w-vert {
    .img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        background: var(--primary-dark);
    }
    .animated-thumbnail video {
        object-fit: contain;
    }
}

.gallery-img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.embed-video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border: 0;
}

.w-tab-content .grid {
    margin-left: 0;
}

button.in-ico {
    background: none;
}

.h-logo-link {
    color: var(--white);
}

.img {
    height: 100%;
    object-fit: cover;
}

.tab_lab {
    font-size: 14px;
    line-height: normal;
}

@media screen and (max-width: 991px) {
    .item-w {
        margin-bottom: 4vw;
    }
    .mobile-rek {
        display: flex;
    }
    .dropdown-list{
        margin-top: 0px;
        position: relative;
        background-color: var(--primary);
    }
}

:root {
    --orange: var(--button);
    --red: var(--error);
    --white-smoke: #f2f4f8;
    --black: var(--primary-light);
    --org: var(--button);
    --dark: var(--primary);
    --black-3: var(--primary-dark);
    --light-coral: var(--white);
    --medium-spring-green: var(--white);
    --black-2: var(--link);
    --midnight-blue-2: var(--primary-light);
    --dark-slate-blue: var(--primary);
    --peach-puff: var(--link);
    --midnight-blue: var(--primary);
    --dark-slate-blue-2: var(--primary-light);
    --gray: var(--link);
}