.like-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
}
.model-profile-list-show .models-around-inner .card {
    height: 410px;
}
.heart-icon i {
    color: #999;
    font-size: 22px;
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}
.heart-icon:hover i {
    color: #ff69b4;
    transform: scale(1.3);
    text-shadow: 0 0 8px rgba(255, 105, 180, 0.8);
    /* this keeps it tight */
}
.heart-icon.liked i {
    color: #ff69b4;
    text-shadow: 0 0 10px rgba(255, 105, 180, 1);
}
.media-display {
    width: 100%;
    position: relative;
}
.video-wrapper {
    position: relative;
    width: 100%;
}
.video-container {
    position: relative;
    cursor: pointer;
}
.video-thumbnail {
    width: 100%;
    height: auto;
    display: block;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px !important;
    height: 60px !important;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.video-player {
    width: 100%;
    height: auto;
    display: none;
}

.subscribe-tab-add .subscribe-left .photos-media h6 a:hover {
    color: #36454f !important;
}
.subscribe-tab-add .subscribe-left .photos-media h6 a {
    font-size: 18px;
    color: #000;
}
.subscribe-tab-add .subscribe-left {
    display: flex;
    gap: 25px;
    padding-left: 240px;
    height: 35px;
    align-items: baseline;
}
.subs-model .btn.sub-btn {
    box-shadow: none;
    margin-left: 240px;
    font-size: 12px;
    font-family: "Nunito";
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 5px;
    text-transform: uppercase;
    background: #000000;
    color: #ffffff;
}
.already-sub {
    font-size: 12px;
    font-family: "Nunito";
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #808080;
    border-radius: 5px;
    text-transform: uppercase;
    background: #808080;
    color: #ffffff;
    box-shadow: none;
}
.already-sub:hover {
    border: 1px solid #808080;
    background: #808080;
    color: #ffffff;
}
.btn-primary:active {
    background: #808080;
    border-color: #808080;
}
.btn-primary:focus {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
    box-shadow: none;
}
.btn-primary:active:focus {
    box-shadow: none;
}
.subscribe-tab-add .subscribe-left .photos-media-one img.profile-image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid white;
    object-fit: cover;
    object-position: top;
}
.photos-media-one {
    position: absolute;
    left: 35px;
    top: -135px;
}
p.explore-model-text {
    padding-top: 0px !important;
}
.card-wrapper img.play-button {
    border: none;
}
.models-around-inner .card .play-button {
    width: auto !important;
}
.bio-sample-writing {
    padding-top: 80px;
}
span#bio-text-1 {
    height: auto !important;
}
.bio-sample-writing p {
    padding-top: 20px;
    color: #666;
    font-size: 16px;
    line-height: 22px;
}
.bio-sample-writing strong {
    color: #000 !important;
    font-family: "Nunito" !important;
    font-size: 18px !important;
}
.bio-sample-writing span {
    color: #000 !important;
    font-family: "Nunito" !important;
    font-size: 18px !important;
}
p.date-time-post {
    text-align: left;
    padding-right: 0px;
    font-size: 16px;
    font-family: "Nunito";
    color: #000;
}
.subscription-weeks-add span {
    width: 100%;
    font-size: 18px;
    font-family: "Nunito";
    color: #000;
}
.subscription-weeks-add {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;
}
.model-profile-view-top {
    width: auto;
    margin-top: 50px;
}
.subscription-weeks-add.new-add-week {
    display: flex !important;
    flex-direction: row;
    margin-left: 240px;
    margin-top: 0;
    margin-bottom: -35px;
}
p.date-time-post {
    margin-bottom: 5px;
    font-size: 14px !important;
    padding-right: 0px;
}
.blr {
    filter: blur(7px) brightness(0.8) opacity(0.7);
}
.bio-modal-profile-add {
    padding-top: 35px;
    padding-bottom: 20px;
}
.tabs.join-login {
    display: flex;
    gap: 4px;
    margin-left: -15px;
    font-size: 18px;
}
.tabs.join-login a:hover {
    color: #36454f !important;
}
.tabs.join-login a {
    color: #000;
}

/*content-cretor-page-css*/
.row.models-around-inner {
    row-gap: 10px;
    margin-top: 20px;
}

/*.row.content-creator-page-add .card.looking-modal-add {
    height: 368px;
}*/
.content-creator-page-add .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 200px;
    overflow: hidden;
    /* margin-bottom: 20px; */
}
.content-creator-page-add .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-creator-page-add .search-box input {
    width: 100%;
    padding: 10px 22px !important;
    font-size: 16px;
    border: 2px solid #b7b7b7;
    border-radius: 50px;
    margin-bottom: 20px;
    color: #212529;
    font-family: 'Nunito';
}

.content-creator-left {
    padding-left: 5px;
}

.content-creator-page-add .search-box input::placeholder {
    color: #b7b7b7;
}
.content-creator-page-add .product {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    background: #fafafa;
}
.content-creator-page-add .product img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.content-creator-page-add .product-title {
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Nunito';
    color: #000;
    border: none !important;
}
.content-creator-page-add .product-price {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    font-family: 'Nunito';
    font-size: 15px;
    color: #000;
}
.content-creator-page-add .blog-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.content-creator-page-add .blog-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.content-creator-page-add .blog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.content-creator-page-add .blog-card .content {
    padding: 15px;
}
.content-creator-page-add .blog-card .date {
    font-size: 12px;
    color: #777;
    margin-bottom: 8px;
}
.content-creator-page-add .blog-card p {
    margin: 0 0 10px;
    font-size: 14px;
}
.content-creator-page-add .blog-card a {
    font-size: 13px;
    color: #f20239;
    text-decoration: none;
    font-weight: bold;
}
.content-creator-page-add .search-box input:focus-visible {
    outline: none;
}
.content-creator-right p.product-text-add {
    text-align: left;
    color: #acacac;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Nunito';
}
.view-all-creator-btn a {
    color: #000;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    display: flex;
    justify-content: right;
    font-size: 15px;
    font-family: 'Nunito';
}
.content-creator-right .product img {
    height: 285px;
    object-fit: cover;
}

.content-creator-left .row.models-around-inner .card {
    height: 318px !important;
}

.content-creator-right div#product-list {
    text-align: center;
}

.content-creator-left
 .card-wrapper .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.4;
    transition: opacity 0.3s ease;
    z-index: 1;
}

/*content-cretor-page-css*/

@media (max-width: 767px) {
   
.content-creator-page-add .row.models-around-inner img.video-thumbnail {
    height: auto;
}

.content-creator-page-add .row.models-around-inner img.play-button {
    top: 29%;
}

.content-creator-right .product img {
    height: auto;
    object-fit: cover;
}
.subscribe-top-explore .subscribe-tab-add {
    padding-top: 0px !important;
}
    .models-around-world.model-profile-list-show.distracted-card-add-list .card.looking-modal-add {
        height: auto !important;
    }
    .models-around-world.model-profile-list-show.distracted-card-add-list .card {
        height: 450px !important;
    }
    .model-profile-list-show .models-around-inner .card {
        height: auto;
    }
    .subscription-weeks-add.new-add-week {
        display: flex !important;
        flex-direction: row;
        margin-left: 0;
        margin-top: 10px;
        height: auto;
    }
    .photos-media.hours-media-add {
        position: relative;
        top: 0;
        left: 0;
    }
    .subscribe-top-explore .subscribe-tab-add {
        height: auto;
    }
    .model-profile-view-top {
        width: auto;
        margin-top: 0px !important;
    }
    .subscribe-tab-add .subscribe-left {
        padding-left: 0px;
        height: auto;
        margin-bottom: 15px;
    }
    .subscribe-top-explore .subscribe-tab-add {
        display: block;
        padding-top: 135px;
    }
    .subscribe-tab-add .subscribe-left .photos-media-one img.profile-image {
        width: 125px;
        height: 125px;
        position: absolute;
        bottom: 0;
        top: -100px;
        left: 5px;
    }
    .model-profile-list-banner {
        width: 100%;
        height: 350px;
    }
    .container.subscribe-top-explore {
        padding: 10px;
    }
    .subscribe-right .heart-icons-add {
        align-items: baseline;
        display: flex;
        justify-content: flex-start;
    }
    .subscribe-right p {
        text-align: left;
    }
    .subscribe-top-explore .photos-media-two {
        justify-content: left;
    }
    .models-around-world .models-around-inner .card {
        margin-bottom: 15px;
    }
    .subscription-weeks-add {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .subscribe-tab-add .photos-media button {
        width: auto;
        padding: 5px 10px;
    }
    .subscribe-right .heart-icons-add p.usa-text-add {
        padding-left: 0;
    }
    .subscribe-right p {
        text-align: left;
        padding-left: 0px;
    }
    .photos-media button.btn.btn-primary {
        width: 150px;
        margin-bottom: 10px;
    }
    .bio-sample-writing {
        padding-top: 0px !important;
        padding-bottom: 10px;
    }
    .bio-sample-writing {
        padding-top: 30px;
    }
}
.container.model-profile-list-banner.modal_camera_icon {
    margin-top: 0px;
}
