@import url("https://fonts.googleapis.com/css2?family=Knewave&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
    margin: 0;
    padding: 0;
    text-transform: none;
    color: #fff;
}

html {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    background-color: #111111;
    overflow-x: hidden;
}

a:active {
    outline: none;
    border: none;
}

a:focus {
    -moz-outline-style: none;
    outline: none;
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

body select::-ms-expand {
    display: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
    border: 0;
    outline: none;
}

*::-moz-selection {
    color: #fff;
    background: #000;
}

*::-webkit-selection {
    color: #fff;
    background: #000;
}

*::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

*:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

*::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

a,
a:hover,
a:active,
a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    margin: 0;
    padding: 0;
    line-height: 1;
}

    ul::after {
        display: none;
    }

li {
    list-style: outside none none;
    position: relative;
}

body p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 170%;
    margin: 0 0 15px;
    padding: 0;
}

    body p:empty {
        display: none;
        line-height: 0;
    }

    body p:last-child {
        margin: 0;
    }

    body p strong {
        font-weight: bold;
    }

body a {
    color: #fff;
    line-height: normal;
}

    body a:hover {
        color: #ff0000;
    }

body .clearfix,
body .clear {
    clear: both;
    line-height: 100%;
}

body .clearfix {
    height: auto;
}

* {
    outline: none !important;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div input,
div select,
div textarea,
div button {
    font-family: "Poppins", sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: "Poppins", sans-serif;
    line-height: normal;
    margin: 0 0 15px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: cover;
}

.hidden {
    display: none !important;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

body .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1310px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

body .small-container {
    max-width: 880px;
}

body .container .container {
    width: 100%;
    max-width: 100%;
}

html.no-scroll body,
html.no-scroll {
    overflow: hidden;
    height: 100%;
}

.section-gapping {
    padding-top: 60px;
    padding-bottom: 60px;
}

.top-gapping {
    padding-top: 60px;
}

.bottom-gapping {
    padding-bottom: 60px;
}

.main-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .main-title.text-left {
        text-align: left;
    }

    .main-title h3 {
        margin: 0;
        font-size: 22px;
        font-weight: 600;
        color: #ff0000;
        position: relative;
        padding-left: 15px;
    }

        .main-title h3::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 3px;
            background: #c20000;
            background: linear-gradient(0deg, rgba(194, 0, 0, 0) 0%, rgba(194, 0, 0, 0.15) 50%, rgba(255, 0, 0, 1) 100%);
        }

    .main-title h2 {
        margin: 0;
        font-size: 56px;
        font-weight: 600;
        line-height: 100%;
    }

    .main-title p {
        color: #c7cad1;
    }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff0000;
    border-radius: 8px;
    color: #fff;
    border: 1px solid transparent;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    gap: 5px;
}

    .btn:hover {
        border-color: #fff;
        background-color: transparent;
    }

    .btn.btn-border {
        border-color: #5c6270;
        padding: 11px 44px;
        line-height: normal;
        border-radius: 12px;
        box-shadow: 0 0 4px rgba(255, 255, 255, 0.1) inset;
        background-color: rgba(255, 255, 255, 0.04);
        backdrop-filter: blur(8px);
    }

        .btn.btn-border:hover {
            border-color: transparent;
            background-color: #ff0000;
            color: #fff;
        }

.icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.wh-20 {
    width: 20px;
    height: 20px;
}

.wh-16 {
    width: 16px;
    height: 16px;
}

body .mb-0 {
    margin-bottom: 0;
}

.mb-48 {
    margin-bottom: 48px;
}

/*-----------fx*/

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 78px;
}

header.main_header {
    background-color: #000;
    position: fixed;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    border-bottom: 1px solid #454a54;
    padding: 16px 0;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

    .header .header-left {
        display: flex;
        align-items: center;
        gap: 24px;
    }

.icon-btn {
    width: 40px;
    height: 40px;
    background-color: rgba(143, 149, 163, 0.1);
    border: none;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.1) inset;
    flex-shrink: 0;
}

    .icon-btn:hover {
        background-color: rgba(255, 0, 0, 0.2);
    }

.header-right {
    display: flex;
    gap: 12px;
}

    .header-right .btn.btn-border {
        border-color: #fff;
        background-color: transparent;
        padding: 8px 16px;
    }

.search-box {
    flex: none;
    width: 100%;
    max-width: 400px;
    position: relative;
}

    .search-box input[type="text"] {
        border: none;
        border-radius: 8px;
        width: 100%;
        background: rgba(143, 149, 163, 0.15);
        padding: 12px 16px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }

    .search-box .search-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 0;
        padding: 0;
        background-color: transparent;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 16px;
    }

        .search-box .search-btn:hover {
            opacity: 0.5;
            cursor: pointer;
        }

.banner-section {
    position: relative;
    padding: 0 0 76px 0;
}

    .banner-section .banner-img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

        .banner-section .banner-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.content-left {
    width: 100%;
    max-width: 595px;
}

    .content-left .tag {
        display: inline-flex;
        align-items: center;
        background-color: rgba(60, 19, 21, 0.3);
        border-radius: 50px;
        padding: 12px 32px 12px 65px;
        color: #ff8587;
        position: relative;
        margin-bottom: 24px;
    }

        .content-left .tag::before {
            content: "";
            position: absolute;
            left: 32px;
            top: 0;
            bottom: 0;
            background-image: url(../images/sprite-img.png);
            background-position: 0 0;
            background-repeat: no-repeat;
            width: 24px;
            height: 24px;
            margin: auto;
        }

    .content-left h2 {
        font-size: 62px;
        letter-spacing: 0.2px;
        font-weight: 600;
        line-height: 80px;
        margin-bottom: 30px;
    }

        .content-left h2 .red-text {
            display: block;
            color: #ff4d4d;
        }

    .content-left .btn {
        padding: 16px 56px;
        border-radius: 50px;
        background-color: #6e0808;
        font-size: 20px;
        font-weight: 600;
    }

        .content-left .btn:hover {
            border-color: transparent;
            background-color: #000;
        }

    .content-left ul {
        margin-top: 48px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 96px;
    }

        .content-left ul li {
            font-weight: 600;
            font-size: 48px;
            line-height: 100%;
        }

            .content-left ul li span {
                display: block;
                font-size: 16px;
                color: #737b8c;
                letter-spacing: 0.2px;
                font-weight: 400;
                line-height: normal;
                margin-top: 5px;
            }

.banner-section .profile-btn {
    position: absolute;
    right: 0;
    bottom: -35px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.progress-card-1 {
    position: relative;
    width: 240px;
    padding: 15px 30px;
    border-radius: 60px;
    border: 3px solid #ff4d4d;
    background: rgba(204, 0, 0, 0.5);
    color: white;
    font-family: "Poppins", sans-serif;
}

.progress-text {
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

.progress-fill-1 {
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -4px;
    border: 3px solid #fff;
    border-radius: 50px 0 0 50px;
    border-right: none;
    width: 50%;
}

.progress-value {
    position: absolute;
    right: -5px;
    top: 0;
    font-size: 12px;
    z-index: 3;
}

.progress-card-2 {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 32px;
    width: 290px;
    border-radius: 70px;
    background: rgba(204, 0, 0, 0.5);
    border: 2px solid #ff0000;
    color: white;
    font-family: "Poppins", sans-serif;
}

.circle-progress {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-top-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}

.progress-title {
    font-size: 16px;
}

footer {
    margin-top: auto;
    background-color: #000000;
    border-top: 5px solid #ff0000;
    background-image: url(../images/footer-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
}

    footer::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 42px;
        background-image: url(../images/footer-before.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 178px;
        height: 265px;
    }

.footer-content {
    display: flex;
    gap: 80px;
}

    .footer-content .footer-logo {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

        .footer-content .footer-logo .logo {
            padding: 23px 16px;
        }

    .footer-content ul {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

.footer-right {
    flex: 1 1 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

    .footer-right .grid-2 {
        display: flex;
        gap: 50px;
    }

.footer-content h3 {
    color: #71717a;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.footer-contact,
.social-links {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .social-links a {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .social-links a .icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
        }

.footer-right .footer-menu {
    flex: 1 1 0;
    justify-content: space-between;
}

.across-section {
    position: relative;
}

    .across-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        filter: blur(190px);
        background-color: #ff0000;
        width: 380px;
        height: 190px;
        opacity: 0.2;
    }

.across-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

    .across-box li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-weight: 400;
        gap: 20px;
        background-color: #000;
        border-radius: 16px;
        padding: 40px;
    }

        .across-box li span {
            font-size: 20px;
            color: #c7cad1;
        }

.cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

    .cards-container .glass-card {
        background: linear-gradient( 229.44deg, rgba(36, 36, 36, 0.6) 4.22%, rgba(36, 36, 36, 0.24) 14.33%, rgba(36, 36, 36, 0.09) 39.12%, rgba(36, 36, 36, 0.0639189) 54.05%, rgba(36, 36, 36, 0.06) 84.63% );
        border: 1px solid rgba(33, 28, 28, 1);
        border-radius: 16px;
        padding: 112px 40px 40px;
        position: relative;
    }

.glass-card .card-tag {
    position: absolute;
    left: -30px;
    top: 30px;
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(15, 0, 0, 0.3), rgba(15, 0, 0, 0.3)), linear-gradient(229.44deg, rgba(51, 0, 0, 0.42) 4.22%, rgba(51, 0, 0, 0.24) 14.33%, rgba(51, 0, 0, 0.09) 39.12%, rgba(51, 0, 0, 0.0639189) 54.05%, rgba(51, 0, 0, 0.06) 84.63%);
    padding: 16px 24px;
    box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.1) inset;
}

.glass-card .card-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

    .glass-card .card-list li {
        position: relative;
        padding-left: 35px;
        line-height: normal;
    }

        .glass-card .card-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 3px;
            background-image: url(../images/sprite-img.png);
            background-position: -3px -43px;
            background-repeat: no-repeat;
            width: 21px;
            height: 20px;
        }

    .glass-card .card-list.icon-locked li::before {
        background-position: -3px -82px;
    }

.gallery-section {
    position: relative;
    overflow: hidden;
}

    .gallery-section::before,
    .gallery-section::after {
        content: "";
        position: absolute;
        top: -120px;
        right: -110px;
        margin: auto;
        background-image: url(../images/gallery-before.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 310px;
        background-size: 100%;
        height: 280px;
        rotate: 30deg;
    }

    .gallery-section::after {
        top: auto;
        bottom: -40px;
        left: -130px;
        right: auto;
        rotate: 10deg;
    }

.gallery-box .tabs-top {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

body .tabs {
    display: flex;
    align-items: center;
    gap: 10px;
}

    body .tabs .tab-link {
        min-width: 200px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 1px solid #5c6270;
        padding: 12px 15px;
        border-radius: 8px;
        color: #8f95a3;
        font-size: 14px;
        stroke: #8f95a3;
    }

.icon-btn.btn-group .icon {
    width: 16px;
    height: 16px;
}

.tabs-top svg {
    stroke: #8f95a3;
}

body .tabs .tab-link:hover,
body .tabs .tab-link.active {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #fff;
    box-shadow: 0px 0px 4px rgba(255, 0, 0, 0.33);
}

.tabs-top .tabs .tab-link:hover svg,
.tabs-top .tabs .tab-link.active svg {
    stroke: #fff;
}

.tabs-top .tabs-right {
    display: flex;
    gap: 24px;
    align-items: center;
}

.icon-btn.btn-group {
    padding: 4px;
    gap: 4px;
    width: auto;
    height: auto;
}

.tabs-right .btn {
    background-color: transparent;
    color: #8f95a3;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .tabs-right .btn:hover,
    .tabs-right .btn.active {
        background-color: #3c1315;
        color: #ff8587;
        border-color: transparent;
    }

        .tabs-right .btn:hover svg,
        .tabs-right .btn.active svg {
            stroke: #ff8587;
        }

.tab-content {
    display: none;
    min-height: 200px;
    position: relative;
}

    .tab-content.active {
        display: block;
    }

.gallery-boxs {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.gallery-box {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

    .gallery-box .gallery-img {
        height: 320px;
        position: relative;
    }

        .gallery-box .gallery-img::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 17.31%, rgba(0, 0, 0, 0.35) 58.17%, rgba(0, 0, 0, 0.9) 100%);
        }

        .gallery-box .gallery-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

    .gallery-box .gallery-txt {
        position: absolute;
        bottom: 8px;
        left: 8px;
        right: 8px;
    }

.gallery-txt h3,
.newest-txt h3,
.rank-detail h3 {
    margin-bottom: 4px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

    .gallery-txt h3 a,
    .newest-txt h3 a,
    .rank-detail h3 a {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: capitalize;
    }

        .gallery-txt h3 a:hover,
        .newest-txt h3 a:hover,
        .rank-detail h3 a:hover {
            color: #ff0000;
        }

    .gallery-txt h3 .verified,
    .newest-txt h3 .verified,
    .rank-detail h3 .verified {
        width: 20px;
        height: 20px;
        background-image: url(../images/sprite-img.png);
        background-position: -1px -128px;
        background-repeat: no-repeat;
        flex-shrink: 0;
    }

.gallery-txt ul,
.rank-detail ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .gallery-txt ul li,
    .rank-detail ul li {
        display: flex;
        align-items: center;
        gap: 3px;
        font-size: 14px;
        font-weight: 600;
    }

        .gallery-txt ul li .icon svg,
        .rank-detail ul li .icon svg {
            stroke: #ff4d4d;
        }

.online {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #1aa61a;
    width: 16px;
    height: 16px;
    border-radius: 50px;
}

.gallery-swiper .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-content {
    margin-bottom: 48px;
    position: relative;
}

.btn-bottom {
    text-align: center;
}

.slider-arrow {
    position: absolute;
    bottom: 0;
    margin: auto;
    top: 0;
    background-color: rgb(204 0 0 / 50%);
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    left: -70px;
    cursor: pointer;
    z-index: 1;
}

    .slider-arrow.next {
        left: auto;
        right: -70px;
    }

.gallery-section .slider-arrow {
    left: 36px;
}

    .gallery-section .slider-arrow.next {
        left: auto;
        right: 36px;
    }

.slider-arrow:hover {
    background-color: #cc0000;
    color: #fff;
}

.swiper-pagination {
    position: static;
    margin-top: 24px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

    .swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.12);
        margin: 0 !important;
        cursor: pointer;
        transition: all 0.5s ease 0s;
        box-shadow: 0 0 4px rgba(255, 255, 255, 0.1) inset;
    }

        .swiper-pagination .swiper-pagination-bullet:hover {
            background-color: rgba(255, 10, 10, 0.7);
        }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: rgba(255, 10, 10, 0.7);
            width: 12px;
            height: 12px;
        }

.why-section {
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
}

    .why-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background-color: #000;
    }

.step-section {
    padding-top: 40px;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

    .steps-container .step-card {
        background-color: rgba(0, 0, 0, 0.4);
        padding: 32px;
        border-radius: 24px;
        position: relative;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.1) inset;
        display: flex;
        flex-direction: column;
    }

        .steps-container .step-card::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            background-image: url(../images/step-bg.png);
            background-position: center bottom;
            background-repeat: no-repeat;
            width: 100%;
            height: 440px;
            z-index: -1;
        }

.step-card h3 {
    font-size: 18px;
    font-weight: 400;
}

.step-card p {
    color: #c7cad1;
    font-size: 14px;
    margin-bottom: 32px;
}

.step-card .step-icon {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(41, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1) inset;
    margin-top: auto;
}

    .step-card .step-icon svg {
        stroke: #ff4d4d;
    }

.testimonial-swiper .box {
    padding: 32px;
    border-radius: 16px;
    background-color: #000;
    position: relative;
    margin-bottom: 42px;
}

    .testimonial-swiper .box::before {
        content: "";
        position: absolute;
        left: 50px;
        bottom: -20px;
        background-color: #000;
        width: 60px;
        height: 70px;
        z-index: -1;
        border-radius: 8px;
        rotate: 60deg;
    }

    .testimonial-swiper .box p {
        text-align: center;
    }

.testimonial-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .testimonial-profile .client {
        width: 70px;
        flex-shrink: 0;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
        border: 3px solid #000;
        box-shadow: 0 0 0 2px #ff0000;
        margin-left: 2px;
        margin-bottom: 2px;
    }

        .testimonial-profile .client img,
        .full-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

    .testimonial-profile h4 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .testimonial-profile p {
        color: #c7cad1;
    }

.platform-boxs {
    display: flex;
}

    .platform-boxs .platfrom-center {
        width: 430px;
        flex: none;
        padding: 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: 40px;
        background-color: #111;
    }

.platfrom-center li {
    position: relative;
    padding-left: 88px;
}

    .platfrom-center li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: url(../images/icons.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 72px;
        height: 72px;
    }

    .platfrom-center li:nth-child(2)::before {
        background-position: 0 -106px;
    }

    .platfrom-center li:nth-child(3)::before {
        background-position: 0 -212px;
    }

    .platfrom-center li:nth-child(4)::before {
        background-position: 0 -318px;
    }

    .platfrom-center li h3 {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 6px;
    }

    .platfrom-center li p {
        font-size: 14px;
        color: #c7cad1;
    }

.newest-section .main-title h3 {
    display: inline-block;
    width: fit-content;
    align-items: center;
    margin: 0 auto;
}

.newest-section .tabs {
    justify-content: center;
    margin-bottom: 48px;
}

.newest-box {
    text-align: center;
}

.newest-img {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.newest-box .newest-img-box {
    position: relative;
    width: 180px;
    margin: 0 auto 15px;
}

    .newest-box .newest-img-box .online {
        right: 20px;
        bottom: 16px;
    }

.newest-txt h3 a {
    font-size: 24px;
    font-weight: 500;
}

.newest-txt .location,
.rank-detail .location {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8f95a3;
    text-transform: capitalize;
    margin-top: 12px;
}

    .newest-txt .location .icon svg,
    .rank-detail .location .icon svg {
        stroke: #ff4d4d;
    }

.newest-section {
    position: relative;
    background-image: url(../images/newest-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .newest-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #000;
        opacity: 0.7;
    }

.event-box {
    border: 1px solid rgba(92, 98, 112, 0.2);
    border-radius: 16px;
    overflow: hidden;
}

.event-img-box {
    height: 250px;
    overflow: hidden;
    position: relative;
}

    .event-img-box .date {
        position: absolute;
        right: 12px;
        top: 0;
        padding: 8px 12px;
        background-color: rgba(255, 0, 0, 0.5);
        font-size: 12px;
        font-weight: 600;
        color: #e3e5e8;
        text-align: center;
    }

        .event-img-box .date span {
            display: block;
            color: #fff;
            font-size: 16px;
        }

    .event-img-box .btn-view {
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.55);
        border-radius: 50px;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 7px 12px;
        line-height: 1;
        backdrop-filter: blur(8px);
    }

        .event-img-box .btn-view .icon {
            width: 18px;
            height: 18px;
        }

.event-box .event-txt {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.07)), linear-gradient( 229.44deg, rgba(153, 0, 0, 0.1625) 3.21%, rgba(153, 0, 0, 0.0875) 27.53%, rgba(153, 0, 0, 0.0575) 58.1%, rgba(153, 0, 0, 0.0475) 71.16%, rgba(153, 0, 0, 0.0375) 81.92%, rgba(153, 0, 0, 0.0125) 95.66% );
    padding: 20px;
}

.event-txt .event-tag {
    padding: 4px 10px;
    border-radius: 50px;
    background-color: #3c1315;
    display: inline-flex;
    font-size: 10px;
    color: #ff8587;
    margin-bottom: 8px;
}

.event-txt h3 {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.event-txt .event-detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

    .event-txt .event-detail > li {
        display: flex;
        align-items: center;
        color: #c7cad1;
        gap: 8px;
    }

.event-detail .user-img {
    display: flex;
}

.event-detail .user .user-img li {
    width: 28px;
    height: 28px;
    overflow: hidden;
    border-radius: 50px;
    margin-left: -12px;
}

    .event-detail .user .user-img li:first-child {
        margin-left: 0;
    }

.event-txt .btn-box .btn-border {
    width: 100%;
}

.event-txt .event-detail > li svg {
    stroke: #ff4d4d;
}

.event-swiper-box {
    position: relative;
}

.ranking-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 15px;
}

.rank-boxs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    list-style: none;
    counter-reset: my-counter;
    padding-left: 0;
}

    .rank-boxs li.box {
        counter-increment: my-counter;
        margin: 8px 0;
        position: relative;
        border: 1px solid rgba(92, 98, 112, 0.5);
        background-color: rgba(255, 255, 255, 0.07);
        border-radius: 12px;
    }

        .rank-boxs li.box::before {
            content: "#" counter(my-counter);
            position: absolute;
            left: 0;
            right: 0;
            bottom: -30px;
            font-family: "Knewave", system-ui;
            background-image: url(../images/sprite-img.png);
            background-position: 0 -169px;
            background-repeat: no-repeat;
            width: 65px;
            height: 55px;
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #111111;
            font-size: 20px;
            font-weight: 400;
        }

        .rank-boxs li.box.top-box::before {
            background-position: 0 -249px;
        }

    .rank-boxs .box.top-box {
        background-color: rgba(253, 199, 0, 0.07);
        border-color: rgba(253, 199, 0, 0.5);
        box-shadow: 0px 6px 28px 0px rgba(253, 199, 0, 0.24);
    }

.rank-img-box img {
    border-radius: 12px 12px 0 0;
}

.rank-img-box {
    position: relative;
    height: 250px;
}

    .rank-img-box .tag {
        border: 1px solid rgba(253, 199, 0, 0.6);
        border-radius: 50px;
        background-color: rgba(115, 91, 5, 0.8);
        position: absolute;
        top: 6px;
        left: 6px;
        font-size: 12px;
        font-weight: 500;
        padding: 8px 12px;
        padding-left: 30px;
        line-height: 1;
    }

        .rank-img-box .tag::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 12px;
            background-image: url(../images/sprite-img.png);
            background-position: -52px 0px;
            background-repeat: no-repeat;
            width: 12px;
            height: 12px;
        }

    .rank-img-box .top-tag {
        position: absolute;
        top: -23px;
        right: -15px;
    }

.rank-boxs .box .rank-detail {
    padding: 16px 16px 45px;
}

.rank-detail ul {
    justify-content: flex-end;
}

.rank-detail .location {
    margin-bottom: 8px;
}

.rank-detail h3 a {
    font-weight: 600;
    font-size: 16px;
}

.event-section {
    background-color: #000;
}

.hotline-box {
    border-radius: 24px;
    overflow: hidden;
    background: RGBA(153, 0, 0, 0.65);
    background: linear-gradient(270deg, rgba(153, 0, 0, 0.45) 0%, rgba(17, 17, 17, 0.8) 100%);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.1) inset;
}

.feed-detail {
    padding: 24px;
    border-bottom: 1px solid #313131;
}

    .feed-detail,
    .feed-detail .client {
        display: flex;
        gap: 15px;
    }

        .feed-detail .client-img {
            position: relative;
            width: 60px;
            height: 60px;
            flex-shrink: 0;
        }

            .feed-detail .client-img .img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                overflow: hidden;
            }

.client-img .online {
    width: 12px;
    height: 12px;
    bottom: 3px;
    right: 3px;
}

.feed-detail .client {
    flex: 1 1 0;
}

    .feed-detail .client .client-detail h4 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 8px;
    }

.client-detail .location,
.feed-detail .date {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #e3e5e8;
}

.hotline-img-box {
    margin: 24px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 172px;
}

    .hotline-img-box::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        backdrop-filter: blur(6px);
        border-radius: 16px;
        overflow: hidden;
        opacity: 0.1;
    }

    .hotline-img-box .play-icon {
        background-color: rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding-left: 5px;
        cursor: pointer;
    }

        .hotline-img-box .play-icon:hover {
            background-color: rgba(255, 0, 0, 0.6);
        }

    .hotline-img-box img {
        object-position: center;
    }

.hotline-txt {
    padding: 0 24px 24px;
}

    .hotline-txt p {
        font-size: 14px;
        color: #e3e5e8;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        margin-bottom: 40px;
    }

.hotline-section {
    background-color: #000;
    position: relative;
    overflow: hidden;
    background-image: url(../images/gallery-before.png);
    background-position: -60px 70px;
    background-repeat: no-repeat;
    background-size: 180px;
    z-index: 1;
}

    .hotline-section::before,
    .hotline-section::after {
        content: "";
        position: absolute;
        left: -12%;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url(../images/hotline-before.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 340px;
        height: 457px;
        rotate: 40deg;
        z-index: -1;
    }

    .hotline-section::after {
        left: auto;
        right: -12%;
        rotate: -40deg;
    }

.hotline-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.hotline-detail,
.hotline-detail li {
    display: flex;
    align-items: center;
}

    .hotline-detail li {
        gap: 5px;
        color: #ebecef;
        font-size: 14px;
        font-weight: 600;
    }

        .hotline-detail li:not(:last-child) {
            padding-right: 10px;
            margin-right: 10px;
            border-right: 1px solid #737b8c;
        }

.hotline-bottom .btn-box .btn {
    background-color: rgba(81, 26, 28, 0.8);
    border: none;
    color: #ff8587;
    font-size: 16px;
}

    .hotline-bottom .btn-box .btn:hover {
        background-color: #ff0000;
        color: #fff;
    }

.main-menu {
    z-index: 99;
    position: fixed;
    left: -248px;
    width: 248px;
    background-color: #000;
    height: calc(100vh - 78px);
    top: 78px;
    bottom: 0;
    transition: all 0.5s ease 0s;
}

    .main-menu.open {
        left: 0;
    }

.header-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}

    .header-menu .bottom-menu {
        background-color: #2e0000;
    }

    .header-menu ul {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }

        .header-menu ul li a {
            padding-left: 30px;
            position: relative;
            display: flex;
            font-size: 14px;
            border-radius: 5px;
        }

        .header-menu ul.top-menu li a {
            padding: 10px 10px 10px 45px;
        }

        .header-menu ul li a::before {
            content: "";
            position: absolute;
            left: 13px;
            top: 0;
            bottom: 0;
            margin: auto;
            background-image: url(../images/sprite-menu.png);
            background-position: 0 2px;
            background-repeat: no-repeat;
            width: 24px;
            height: 24px;
        }

        .header-menu ul li:nth-child(2) a::before {
            background-position: 0px -35px;
        }

        .header-menu ul li:nth-child(3) a::before {
            background-position: 0 -74px;
        }

        .header-menu ul li:nth-child(4) a::before {
            background-position: 0 -113px;
        }

        .header-menu ul li:nth-child(5) a::before {
            background-position: 0 -152px;
        }

        .header-menu ul li:nth-child(6) a::before {
            background-position: 0 -191px;
        }

        .header-menu ul li:nth-child(7) a::before {
            background-position: 0 -230px;
        }

        .header-menu ul li:nth-child(8) a::before {
            background-position: 0 -270px;
        }

        .header-menu ul li:nth-child(9) a::before {
            background-position: 0 -347px;
        }

        .header-menu ul.top-menu li a:hover,
        .header-menu ul.top-menu li a.active {
            box-shadow: 0 0 4px rgba(255, 255, 255, 0.1) inset;
            background-color: rgba(255, 0, 0, 0.4);
            color: #fff;
        }

        .header-menu ul.bottom-menu li a::before {
            left: 0;
            background-position: 0 -308px;
        }

        .header-menu ul.bottom-menu li:nth-child(2) a::before {
            background-position: 0 -387px;
        }

        .header-menu ul.bottom-menu li:nth-child(3) a::before {
            background-position: 0 -425px;
        }

        .header-menu ul.top-menu {
            height: calc(100vh - 262px);
            overflow-y: auto;
        }

.hotline-swiper-box,
.testimonial-swiper-box {
    position: relative;
}

.mobile-view {
    margin-top: 25px;
    display: none;
}

.newest-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-profile {
    position: relative;
    flex-shrink: 0;
}

    .icon-profile .profile-box {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #35363e;
        border-radius: 12px;
        padding: 24px;
        z-index: 9;
        width: max-content;
        display: none;
    }

    .icon-profile:hover .profile-box {
        display: block;
    }

.profile-box .newest-img-box {
    width: 96px;
}

.profile-box .newest-img {
    width: 96px;
    height: 96px;
}

.profile-box .newest-img-box .online {
    right: 5px;
    bottom: 5px;
}

.profile-box .newest-txt a {
    letter-spacing: 0;
}

.settings {
    display: flex;
    gap: 25px;
    margin: 12px 0 24px;
}

.switch-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 6px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
    flex-shrink: 0;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: 0.3s;
    border-radius: 34px;
    border: 1px solid #87939f;
}

    .slider:before {
        content: "";
        position: absolute;
        height: 16px;
        width: 16px;
        left: 1px;
        bottom: 1px;
        background-color: white;
        border-radius: 50%;
        transition: 0.3s;
    }

.switch input:checked + .slider {
    background-color: #ff0000;
    border-color: transparent;
}

    .switch input:checked + .slider:before {
        transform: translateX(12px);
    }

.profile-box .newest-box .btn {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(92, 98, 112, 0.4);
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
}

    .profile-box .newest-box .btn:hover {
        background-color: #ff0000;
        border: 1px solid #ff0000;
    }

.profile-box .newest-txt {
    padding-bottom: 25px;
    border-bottom: 1px solid #454a54;
    margin-bottom: 25px;
}

.profile-box .profile-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .profile-box .profile-menu li a {
        display: flex;
        padding-left: 33px;
        background-image: url(../images/sprite-menu.png);
        background-position: 1px -462px;
        background-repeat: no-repeat;
    }

    .profile-box .profile-menu li:nth-child(2) a {
        background-position: 0 -152px;
    }

    .profile-box .profile-menu li:nth-child(3) a {
        background-position: 1px -502px;
    }


.input-box input.invalid {
    border-color: #c63737;
    box-shadow: 0 0 0 2px rgba(198,55,55,0.05);
}



/* Visible when password is shown */

.input-box {
    position: relative;
    overflow: visible !important; /* VERY IMPORTANT */
}

    .input-box input::placeholder {
        color: rgba(143, 149, 163, 1);
    }

/* custom-select-container, custom-select-1, dropdown, search-box - moved to editprofile.css */

/* TOP SELECT BOX */
.custom-select {
    background: #1b1b1d;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid rgba(92, 98, 112, 1);
    color: #ccc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

    .custom-select:hover {
        border-color: rgba(127, 191, 255, 0.4);
    }




.error {
    border: solid 1px rgba(197, 4, 4, 1);
}

.error-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(255, 77, 77, 1);
    padding-top: 10px;
}

.custom-select select {
    width: 100%;
    background: #111111; /* black background */
    color: #fff; /* white text */
    border: none; /* grey border */
    border-radius: 10px; /* rounded */
    font-size: 18px;
    appearance: none; /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}


/* profile page - moved to profile.css */

/* Tag */
.tag {
    display: inline-block;
    background: #1b1b1b;
    border-radius: 20px;
    padding: 8px 24px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 6px;
    margin-top: 12px;
    border: solid 1px rgba(255, 255, 255, 0.08);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

/* Location */
.location {
    color: #ccc;
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 12px;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

/* Button - moved to profile.css */

.left-sidebar {
    width: 350px;
    padding: 20px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.04);
}

    .left-sidebar h3 {
        margin-bottom: 16px;
        color: #d0d0d0;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0px;
        color: rgba(255, 77, 77, 1);
    }

.slot {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #222;
    padding-bottom: 8px;
}

/* right-content, profile-main-div, post-card - moved to profile.css */

.left-flex-info {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.icon-f-information {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26px;
    color: rgba(199, 202, 209, 1);
}

.contact-info {
    margin-bottom: 32px;
}

.slot span {
    background-color: rgba(255, 255, 255, 0.04);
    border: solid 1px rgba(53, 54, 62, 1);
    padding: 8px 24px;
    border-radius: 4px;
    min-width: 81px;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.time-slots {
    margin-bottom: 32px;
}

.description p {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: rgba(199, 202, 209, 1);
}

    .description p a {
        text-decoration: none;
        color: #fff;
    }

/* user-info, post-footer, recent-post-title - moved to profile.css */

.profile-about .profile-section-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 37px;
    letter-spacing: 0px;
    color: rgba(199, 202, 209, 1)
}

    .profile-about .profile-section-text span {
        color: white
    }

.addpost-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(3px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.addpost-content {
    width: 80%;
    max-width: 1100px;
    background: #1E1E1E;
    border-radius: 14px;
    color: #fff;
    max-height: 90vh;
    overflow-y: auto;
    /* SCROLLBAR DESIGN */
    scrollbar-width: thin;
    scrollbar-color: #444 #1E1E1E;
}

    .addpost-content::-webkit-scrollbar {
        width: 8px; /* slim */
    }

    .addpost-content::-webkit-scrollbar-track {
        background: #1A1A1A;
        border-radius: 10px;
    }

    .addpost-content::-webkit-scrollbar-thumb {
        background: #444;
        border-radius: 10px;
    }

        .addpost-content::-webkit-scrollbar-thumb:hover {
            background: #666; /* hover effect */
        }

.popup-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 27px;
    border-bottom: solid 1px rgba(69, 74, 84, 1);
}

.cancel-btn, .post-btn {
    cursor: pointer;
    font-weight: 500;
    color: rgba(199, 202, 209, 1);
}

button.post-btn {
    color: rgba(255, 77, 77, 1);
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    background: transparent;
    border: 0px;
}

.popup-body {
    display: flex;
    margin-top: 0;
    gap: 20px;
}

/* LEFT UPLOAD BOX */
.left-upload {
    flex: 1;
    background: #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-box {
    text-align: center;
}

    .upload-box p {
        margin: 10px 0;
        color: #bdbdbd;
    }

.select-btn {
    padding: 10px 16px;
    border: 1px solid rgba(92, 98, 112, 0.4);
    background: transparent;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.04);
}

/* RIGHT SIDE */
.right-info {
    flex: 1;
    padding-right: 24px;
}

.user-head {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-top: 24px;
}

    .user-head .avatar {
        width: 68px;
        height: 68px;
        border-radius: 50%;
        margin: 0;
    }

    .user-head .u-right h4 {
        display: flex;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0px;
        align-items: center;
        gap: 5px;
    }

    .user-head .active-dot {
        width: 10px;
        height: 10px;
        background: #00ff3c;
        border-radius: 50%;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        left: 50px;
    }

.desc-box {
    width: 100%;
    height: 140px;
    margin-top: 15px;
    background: transparent;
    border: 1px solid #3A3A3A;
    border-radius: 8px;
    padding: 12px;
    color: #fff;
    resize: none;
    height: 200px;
    margin-top: 24px;
}

.location-input {
    width: 100%;
    margin-top: 15px;
    background: transparent;
    border: 1px solid #3A3A3A;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
}

.blur-options,
.privacy-options {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.popup-top h2 {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0;
}

span.post-btn {
    color: rgba(255, 77, 77, 1);
}

.desc-box::placeholder {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: rgba(199, 202, 209, 1);
}

.user-text-comment {
    position: relative;
}

    .user-text-comment svg {
        position: absolute;
        bottom: 17px;
        right: 14px;
    }

.custom-multi-select .multi-select-box {
    width: 350px;
    background: #0e0e0e;
    border: 1px solid #303030;
    border-radius: 10px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    cursor: pointer;
    position: relative;
}

.custom-multi-select .selected-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
}

.custom-multi-select .tag {
    background: #6e0d0d;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .custom-multi-select .tag .close {
        cursor: pointer;
        font-size: 16px;
        line-height: 14px;
    }

/* DROPDOWN LIST */
.custom-multi-select .dropdown-options {
    width: 350px;
    background: #111;
    border: 1px solid #333;
    border-radius: 10px;
    margin-top: 8px;
    display: none;
    flex-direction: column;
    padding: 10px;
    gap: 10px;
}

.custom-multi-select .option {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

    .custom-multi-select .option input {
        width: 16px;
        height: 16px;
    }

.custom-multi-select .dropdown-arrow {
    display: flex;
    align-items: center;
}

.custom-multi-select .placeholder {
    color: #666;
    font-size: 14px;
    pointer-events: none;
}

.heieight textarea {
    height: 128px;
}

/* flex-post-div, posts-no, post-text, paddfift - moved to profile.css */


.tag {
    display: flex;
    align-items: center;
    background: #7a0000;
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
}

    .tag span {
        margin-left: 8px;
        cursor: pointer;
        font-weight: bold;
    }

#tagInput, .tagInput {
    flex: 1;
    border: none;
    background: transparent;
    color: white;
    font-size: 14px;
    outline: none;
}

    #tagInput::placeholder {
        color: #777;
    }

.tag-input-box {
    /* adjust to match your layout */
    background: transparent;
    border: 2px solid #2b2b2b;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-height: 48px;
    box-sizing: border-box;
}

/* This inner wrapper holds tags and input in one row */
.tags-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    flex-wrap: wrap;
}

.tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
/* Tag style (red pill) */
.tag-new {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #7a0000; /* red from your screenshot */
    color: #fff;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    user-select: none;
}

.tag .remove {
    cursor: pointer;
    font-weight: 700;
    padding-left: 6px;
    padding-right: 2px;
}

/* Input */
#tagInput {
    flex: 1 0 140px; /* grow, but give min width */
    min-width: 120px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    outline: none;
    padding: 6px 4px;
}

    #tagInput::placeholder {
        color: #777;
    }

/* right-side arrow / affordance (optional) */
.arrow {
    margin-left: auto;
    color: #aaa;
    font-size: 18px;
    padding: 6px;
    cursor: default;
}

/* small responsive tweak */
@media (max-width: 480px) {
    .tag-input-box {
        width: 100%;
    }
}

/* location-title, location-text - moved to profile.css */

.notification {
    background: rgba(51, 0, 0, 1);
    padding: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    gap: 16px;
}

.notification-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.activeacesss {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-style: solid;
}

/* radio-button-div comment-box-pop - moved to profile.css */
/* editprofile - moved to editprofile.css */


.profile-left .avatar-wrapper img {
    width: 108px;
    height: 108px;
    padding: 0;
}

.profile-left .online-dot {
    right: 7px;
    border: none;
}

.app-cropper * {
    box-sizing: border-box;
    font-family: Arial,Helvetica,sans-serif
}


.app-cropper {
    position: relative;
    inset: 0;
    background: rgba(0,0,0,.85);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}


    /* ===== MODAL ===== */
    .app-cropper .cropper-box {
        width: 100%;
        max-width: 100%;
        background: #000;
        border-radius: 14px;
        padding: 0;
        position: relative;
        height: 100%;
    }


    /* ===== IMAGE AREA ===== */
    .app-cropper .image-wrap {
        position: relative;
        width: 100%;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 14px;
        height: 100%;
    }

        .app-cropper .image-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            user-select: none;
            transform-origin: center;
            cursor: grab
        }


    /* dark overlay + crop circle */
    .app-cropper .overlay {
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0);
    }

        .app-cropper .overlay::after {
            content: "";
            position: absolute;
            inset: 0;
            margin: auto;
            width: 70%;
            height: 70%;
            border-radius: 50%;
            box-shadow: 0 0 0 9999px rgba(255, 255, 255, 0);
        }

    .app-cropper .crop-circle {
        position: absolute;
        inset: 0;
        margin: auto;
        width: 70%;
        height: 70%;
        border-radius: 50%;
        border: 2px solid rgba(255,255,255,.6);
        pointer-events: none
    }


    /* ===== CONTROLS ===== */
    .app-cropper .controls {
        margin-top: 18px;
        width: 44%;
        float: left;
        margin-left: 15px
    }

    .app-cropper input[type=range] {
        width: 100%
    }


    .app-cropper .actions {
        display: flex;
        gap: 10px;
        margin-top: 12px;
        width: 45%;
        float: right
    }

    .app-cropper .btn {
        flex: 1;
        padding: 10px;
        border-radius: 10px;
        border: none;
        cursor: pointer
    }

        .app-cropper .btn.cancel {
            background: transparent;
            color: #fff;
            border: solid 1px rgba(92, 98, 112, 0.4);
            width: 122px;
            height: 48px;
        }

        .app-cropper .btn.save {
            background: #ff0000;
            color: #fff
        }

.date-info {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: rgba(199, 202, 209, 1);
}

.delete-button {
    position: absolute;
    top: 16px;
    right: 15px;
    z-index: 999;
    background: rgba(255, 255, 255, 0.15);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.show-comment .user-head {
    border-bottom: solid 1px rgba(69, 74, 84, 1);
    padding-bottom: 24px;
}

.delete-button svg {
    margin-top: 8px;
}

.sheela-comment {
    display: flex;
    width: 100%;
    gap: 12px;
    justify-content: space-between;
    /*margin-top: 24px;*/
}

.image-left-coomment {
    display: flex;
    gap: 12px;
}

.sheela-heading h4 {
    display: flex;
    gap: 6px;
    margin-bottom: 8px;
}

.hour-right {
    display: flex;
    gap: 16px;
    align-items: center;
}

.four-hour-r {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: rgba(199, 202, 209, 1);
}

.comment-second-part .user-head {
    border: none;
    padding-left: 55px;
    align-items: flex-start;
    padding-bottom: 0;
}

    .comment-second-part .user-head .avatar {
        width: 40px;
        height: 40px;
    }

.comment-second-part .sheela-comment {
    padding-left: 55px;
}

.comment-second-part .user-head .active-dot {
    left: 78px;
    top: 32px;
}

.shella-comment-fix-height {
    height: 300px;
    overflow-y: scroll;
}

.show-comment .desc-box {
    width: 93%;
    height: 24px !important;
    background: transparent;
    border: 1px solid #3A3A3A;
    border-radius: 8px;
    padding: 20px 45px;
    color: #fff;
    resize: none;
    border: none;
    border-radius: 0;
    margin-top: 0;
    overflow: hidden
}

.show-comment .user-text-comment svg {
    position: absolute;
    top: 15px;
    left: 0;
}

.user-text-comment a {
    float: right;
    color: rgba(255, 77, 77, 1);
    margin-top: 20px;
    font-weight: 600;
    font-size: 14px;
}

.profile-shela-img {
    width: 50px;
    height: 50px;
}

.show-comment .user-text-comment {
    margin-top: 100px;
    border-top: solid 1px #3A3A3A;
}

.popup-top .cancel-btn {
    border: none;
    background: none;
    padding: 0;
}

.flex-post {
    position: absolute;
    width: 95%;
    bottom: 17px;
}

.four-hour-r svg {
    fill: rgba(199, 202, 209, 1)
}

.post-header {
    position: relative;
}

.edit-delete-btn {
    background: rgba(53, 54, 62, 1);
    padding: 16px 15px;
    border-radius: 8px;
    position: absolute;
    right: 0px;
    top: 56px;
}

    .edit-delete-btn a {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0px;
        vertical-align: middle;
        color: #fff;
        margin-bottom: 16px;
        display: block;
    }

        .edit-delete-btn a:last-child {
            margin-bottom: 0;
        }

.my-album-title {
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
}


/* verify-popup-app, vp-*, bg-black, img-loader, image-loader-text, sucess-text - moved to profile.css */

/*People Online - moved to PeopleOnline.css */

/* filter-panel, fp-*, filters-header, filters-close - moved to PeopleOnline.css */

.galry-left-btn a {
    border: solid 1px rgba(92, 98, 112, 1);
    background: rgba(17, 17, 17, 1);
    padding: 6px 12px;
    color: rgba(143, 149, 163, 1);
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 48px;
}

.galry-left-btn {
    display: flex;
    gap: 8px;
}

.btn-gallary-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 150px;
}

/* galery-right, pupular-div-main, popular-btn, latest-btn, filter-btn - moved to PeopleOnline.css */

.video-card-ui {
    display: flex;
    flex-wrap: wrap;
}

    .video-card-ui .card {
        width: 25%; /* 4 cards per row */
        background: #000;
        overflow: hidden;
        position: relative;
    }

.card-img {
    position: relative;
    width: 100%;
    height: 400px;
}

    .card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* BLACK GRADIENT LIKE YOUR IMAGE */
.gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.9) );
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #fff;
    display: none;
}

.card-footer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    z-index: 10;
}

    .card-footer .name {
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 1px;
        text-align: center;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        gap: 6px;
    }

.verify {
    color: #00aaff;
}

.stats {
    font-size: 12px;
    display: flex;
    gap: 8px;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-top: 6px
}

.follow-btn {
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 20px;
    color: white;
    cursor: pointer;
}

.footer-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0) 100% );
    pointer-events: none;
}

/* FOOTER TEXT */
.card-footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 0 10px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stats span {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .stats span svg {
        color: rgba(255, 77, 77, 1);
    }
/* filter-panel open states, online-people-ui shrink - moved to PeopleOnline.css */

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 boxes per row */
    gap: 16px;
}

.grid-item {
    background: #f0f0f0;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
}

/* pagination - moved to PeopleOnline.css */

/* RESPONSIVE (optional) */
/* edit-profile-page responsive - moved to editprofile.css */
