:root {
    --swiper-pagination-bullet-horizontal-gap: 2px;
}
h1, h2, h3, h4 {
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.i-home a {
    text-decoration: none;
    color: inherit;
}


/* Section Styling */
section {
    margin: 20px 0;
    padding: 30px 0;
}

.section-title:not(.no-default) {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    font-size: 32px;
}

.section-title:not(.no-border)::before,
.section-title:not(.no-border)::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 2px;
    background: #000;
}

.section-title:not(.no-border)::before {
    left: 0;
}

.section-title:not(.no-border)::after {
    right: 0;
}

/* Part 1: Top 6 Fixed Images (Slider on Mobile) */
/*
.head-media .item-media {
    max-height: 100vh;
    object-fit: cover;
    width: 100%;
}
*/

#header:not(.is-scroll)::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(0,0,0,0.35),
            rgba(0,0,0,0)
    );
    pointer-events: none;
    z-index: 10;
}

.head-media .items {
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0 auto;
}

.head-media .items .item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.head-media .items .item .item-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% center;
    display: block;
    transition: transform 0.3s ease;
}

.head-media .items .item .item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    color: white;
    text-align: center;
    transition: opacity 0.3s ease;
    padding: 20px;
}

.head-media .items .item:hover .item-content {
    background: rgba(0, 0, 0, 0.5);
}

.head-media .items .item .item-content .item-title {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.head-media .items .item .item-content .item-subtitle {
    display: flex;
    justify-content: center;
    width: 100%;
}
.head-media .items .item .item-content .item-subtitle-group {
    font-size: 14px;
    opacity: 0;
    display: none;
    gap: 15px;
    font-weight: bold;
    max-width: 400px;
}
.head-media .items .item .item-content .item-subtitle-group > * {
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}
.head-media .items .item .item-content .item-subtitle-group > *:hover {
    border-bottom: 1px solid #fff;
}
.head-media .items .item:hover .item-content .item-subtitle-group {
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.head-media .items .item:hover .item-media {
    transform: scale(1.05);
}

/* Part 2: Main Slider with 5 Items */
.main-slider .swiper-slide {
    width: auto !important;
    max-height: 190px;
}

.main-slider .swiper-slide .item-media {
    object-fit: contain;
    max-width: 340px;
    height: 190px;
}

.main-slider .swiper .swiper-wrapper {
    margin-bottom: 45px !important;
}

.top-models-slider .swiper .swiper-wrapper {
    margin-bottom: 40px !important;
}

.swiper-pagination {
    margin-top: 20px;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background: #000;
}

/* Part 3: Popular Tag Slider */
.papular-tag {
    border-bottom: 2px solid #333333;
    padding-bottom: 26px !important;
}

.papular-tag .section-title:not(.no-default) {
    margin-bottom: 6px;
}


.popular-tag-slider .swiper-slide {
    width: auto !important;
    padding: 20px 15px;
    background: #000;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

/* Part 4: About Liliana */

.about-liliana .section-title {
    font-size: 32px;
}

.about-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.about-text {
    flex: 1;
    font-size: 14px;
}
.about-text {
    white-space: pre-line;
    margin-top: -5px;
    margin-bottom: 16px;
}
.about-buttons {
    flex: 0 0 450px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.i-home .btn {
    padding: 12px 20px;
    background: #000;
    color: white;
    text-decoration: none;
    text-align: center;
}

.about-buttons .btn {
    padding: 20px;
}

.about-buttons .btn:hover, .about-buttons .btn:focus {
    background: white;
    color: #000;
    border-bottom: 1px solid #000;
}

.about-images {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    width: 100%;
    justify-content: space-between;
}

.about-images .targeted {
    width: calc(50% - 10px);
    max-height: 300px;
    display: flex;
    align-items: center;
}

.about-images .targeted:first-child {
    justify-content: end;
}

.about-images .targeted:last-child {
    justify-content: start;
}

.about-images .targeted .item-media {
    object-fit: contain;
}

/* Part 5: Top Models Slider */
.top-models .section-title:after, .top-models .section-title:before {
    width: calc(50% - 200px);
}

.top-models-slider .swiper-slide img {
    width: 100%;
    height: 100%;
}

/* Part 6: Top Featured Tabs */
.top-featured {
    text-align: center;
}

.tabs .tabs-navs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.tabs .tabs-navs .tab-nav {
    padding: 8px 15px;
    background: #eee;
    cursor: pointer;
}

.tabs .tabs-navs .tab-nav.active {
    background: #000;
    color: white;
}

.tabs .tabs-contents .tab-content {
    width: 100%;
    visibility: visible;
    position: static;
}

.tabs .tabs-contents .tab-content:not(.active) {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.featured-item {
    overflow: hidden;
}

.featured-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.featured-item:hover img {
    transform: scale(1.05);
}

/* Part 7: Members Highlight Slider */
.members-highlight {
    width: 100%;
}
.members-highlight .section-title {
    text-align: center;
}
.members-highlight-slider {
    overflow: hidden;
    padding: 20px 0;
}

.members-highlight-slider .swiper-slide {
    width: 250px;
    height: 200px;
}

.members-highlight-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.members-highlight-slider .grid-photo .grid-item, .members-highlight-slider .grid-video .grid-item, .members-highlight-slider .grid-audio .grid-item {
    padding: 0 !important;
}

/* Part 8: Join Our Group */
.join-group {
    text-align: center;
    padding: 40px 0;
    background: #eee;
}

.join-group .entertainment img {
    margin: auto;
    max-width: 500px;
}

.group-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.group-logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.group-logo img {
    object-fit: contain;
}

/* Responsive Styles */
@media (max-width: 850px) {

    .head-media .items .item .item-content .item-title {
        font-size: 25px;
    }
    .head-media .items .item .item-content .item-subtitle-group {
        flex-direction: column;
    }

    .members-highlight .section-title {
        flex-direction: column;
    }

    .members-highlight .section-title h2 {
        text-align: center;
    }

    .about-buttons {
        flex: 0 0 270px;
    }
    .about-buttons .btn {
        padding: 20px;
    }

    .join-group-wrapper .group-logos {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
        flex-wrap: unset !important;
        gap: 5px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .about-images {
        padding: unset;
        gap: 8px;
        flex-direction: column;
    }
    .about-images .targeted {
        width: 100%;
    }
    .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }
    .popular-tag-slider .swiper-slide, .head-media .items .item .item-content .item-subtitle-group, .about-text, .tabs .tabs-navs .tab-nav {
        font-size: 12px;
    }
    .head-media .items {
        grid-template-columns: repeat(2, 1fr);
    }
    .head-media .items .item .item-content .item-subtitle-group {
        font-size: 12px;
    }
    .top-six-images {
        display: block;
    }

    .top-six-images img {
        width: 100%;
        margin-bottom: 10px;
        height: 200px;
    }

    .about-content {
        flex-direction: column;
        gap: 10px;
    }

    .about-buttons {
        flex: 1;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .about-images img {
        width: 100%;
    }

    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-title:not(.no-default)::before,
    .section-title:not(.no-default)::after {
        width: 50px;
    }
    .join-group-wrapper {
        padding: unset;
    }
    .join-group h2 {
        font-size: 16px;
    }


    .join-group .entertainment {
        margin: -35px 0 auto;
    }
    .join-group-wrapper .entertainment img {
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    section {
        padding-top: 15px!important;
        padding-bottom: 15px!important;
    }
    .about-buttons .btn {
        padding: 5px;
        width: 1%;
        flex: auto;
    }
    .head-media .items .item:hover .item-title {
        display: none;
    }
    .main-slider {
        margin-top: 8px !important;
        padding: unset !important;
    }
    .papular-tag {
        border-bottom-width: 1px;
    }
    .section-title:not(.no-default)::before, .section-title:not(.no-default)::after {
        height: 1px;
    }
    .main-slider .swiper-slide .item-media {
        object-fit: contain;
        max-width: 200px;
        height: 100px;
    }
    .main-slider .swiper .swiper-wrapper {
        margin-bottom: 35px !important;
    }
    .head-media .items .item .item-content .item-subtitle-group {
        gap: 8px;
    }
    .head-media .desktop {
        display: none;
    }

    .section-title {
        font-size: 16px !important;
    }

    .about-liliana .section-title {
        text-align: center;
    }
    .papular-tag {
        padding-bottom: 17px !important;
    }
    .papular-tag .section-title:after, .papular-tag .section-title:before {
        width: 100px;
    }
    .popular-tag-slider .swiper-slide {
        padding: 10px 7px;
    }
    .tabs .tabs-navs .tab-nav {
        flex: 1 1 auto;
    }
    .tabs .tabs-navs .tab-nav {
        text-align: center;
    }
    .top-models .section-title:after, .top-models .section-title:before {
        width: 100px;
    }
    .top-models .container-xxl {
        padding: unset;
    }
    .top-models .tabs .tabs-navs {
        padding: 0 10px;
    }
    .top-featured .tabs .tabs-navs {
        gap: 6px;
    }
    .top-featured .tabs .tabs-navs .tab-nav:nth-child(1) {
        order: 1;
    }
    .top-featured .tabs .tabs-navs .tab-nav:nth-child(2) {
        order: 2;
    }
    .top-featured .tabs .tabs-navs .tab-nav:nth-child(3) {
        order: 3;
    }
    .top-featured .tabs .tabs-navs .tab-nav:nth-child(4) {
        order: 5;
    }
    .top-featured .tabs .tabs-navs .tab-nav:nth-child(5) {
        order: 6;
    }
    .top-featured .tabs .tabs-navs .tab-nav:nth-child(6) {
        order: 4;
    }
    .top-featured .tabs .tabs-navs .tab-nav:nth-child(7) {
        order: 7;
    }
    .group-logos {
        gap: 10px;
    }
    .group-logo {
        width: 65px;
        height: 65px;
    }
    .join-group-wrapper {
        margin-bottom: 0 !important;
    }
    .join-group-wrapper .join-group {
        padding: 20px 0 !important;
    }
    .join-group .entertainment {
        margin: -25px 0 auto;
    }
    .join-group-wrapper .entertainment img {
        max-width: 215px;
    }
}

@media (min-width: 820px) {
    .join-group .entertainment {
        margin: -45px 0 auto;
        z-index: 20;
    }

    .main-slider {
        margin-top: 20px !important;
    }

    .papular-tag h2.section-title {
        text-align: left;
        padding-left: 24px;
    }

    .papular-tag h2.section-title::after {
        width: calc(100% - 240px - 40px);
    }
    .papular-tag .section-title:not(.no-border)::before {
        width: 10px;
    }
}


@media (min-width: 850px) {
    .papular-tag h2.section-title {
        text-align: left;
        padding-left: 120px;
    }

    .papular-tag h2.section-title::after {
        width: calc(100% - 240px - 140px);
    }
    .papular-tag .section-title:not(.no-border)::before {
        width: 100px !important;
    }
}
@media (min-width: 481px) {
    .head-media .mobile {
        display: none;
    }
}