@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

@font-face {
    font-family: 'Anaphora';
    src: url('../fonts/Anaphora-Fat-trial.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.logo_image {
    width: 180px;
    height: auto;
}

body {
    background: #101010 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.category_btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    padding: 0 40px;
}

.category_btns button {
    border: none;
    border-radius: 8px;
    max-width: 272px;
}

.category_btn_teens {
    background-image: url(../img/teens_btn.jpg);
    background-size: cover;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 17px;
}

.category_btn_singles {
    background-image: url(../img/singles_btn.jpg);
    background-size: cover;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 17px;
}

.category_btn_milf {
    background-image: url(../img/milf_btn.jpg);
    background-size: cover;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 17px;
}

.category_btn_babes {
    background-image: url(../img/babes_btn.jpg);
    background-size: cover;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 17px;
}

.titleBryndon {
    color: #ffffff;
    background-size: cover;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.titleBryndon:hover,
.model_block img:hover,
.logo_image:hover {
    cursor: pointer;
}

.models_block {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

@media (max-width: 767.98px) {
    .models_block {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 400.98px) {
    .models_block {
        padding: 0 2px;
    }
}

.model_block {
    position: relative;
    display: grid;
    justify-items: center;
    padding: 5px;
    border-radius: 10px;
}

.model_block > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.model_block > div img {
    margin-bottom: 10px;
}

.model_block > div .online {
    right: 5px;
    top: 10px;
    left: unset;
}

.model_block > div .model_name {
    order: -1;
    align-self: start;
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 14px;
}

@media (max-width: 550px) {
    .model_block > div .online {
        right: 3px;
        top: 4px;
    }

    .model_block > div .model_name {
        padding-top: 8px;
    }
}

@media (max-width: 489.98px) {
    .model_block {
        padding: 8px 8px 18px;
    }
}

.model_name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 24px;
    text-align: center;
}

.teens_block {
    background: linear-gradient(152.53deg, #ff3e9a -7.2%, rgb(32 32 32) 27.93%);
}

.teens_block2 {
    background: linear-gradient(213deg, #ff3e9a -7.2%, rgba(32, 32, 32) 27.93%);
}

.singles_block {
    background: linear-gradient(152.53deg, #fdd302 -7.2%, rgba(32, 32, 32) 27.93%);
}

.singles_block2 {
    background: linear-gradient(213deg, #fdd302 -7.2%, rgba(32, 32, 32) 27.93%);
}

.milf_block {
    background: linear-gradient(152.53deg, #fc0e0e -7.2%, rgba(32, 32, 32) 27.93%);
}

.milf_block2 {
    background: linear-gradient(213deg, #fc0e0e -7.2%, rgba(32, 32, 32) 27.93%);
}

.babes_block {
    background: linear-gradient(152.53deg, #bd00ff -7.2%, rgba(32, 32, 32) 27.93%);
}

.babes_block2 {
    background: linear-gradient(213deg, #bd00ff -7.2%, rgba(32, 32, 32) 27.93%);
}

.green_circle {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #7ff447;
}

.online p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
}

.online {
    background: #101010;
    border-radius: 8px;
    padding: 2px 4px;
    display: flex;
    position: absolute;
    align-items: center;
    gap: 4px;
    top: 18px;
    left: 18px;
}

.model_block img {
    border-radius: 10px;
    width: 100%;
    min-width: 125px;
}

.btn_open_profile {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(279.43deg, #f39201 64.84%, #ff3a9d 91.75%);
    border-radius: 40px;
    padding: 8px 24px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* ///////pagination/////// */
.simple-pagination ul {
    margin: 57px 0 47px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 15px;
}

.simple-pagination li a,
.simple-pagination li span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #a946a9;
    border-radius: 10px;
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    text-decoration: none;
}

.page-link.next,
.page-link.prev {
    background: #a946a9;
}

.simple-pagination .current {
    background-color: transparent;
    border: 1px solid #a946a9;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    color: #a946a9;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #a946a9;
    border-radius: 10px;
    border: none;
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    color: white;
}

/* //////////////////////////////////// */

button:hover {
    cursor: pointer;
}

.main_block {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 10px 10px 10px;
    box-sizing: border-box;
    min-height: 94vh;
}

/* //////////pop img250////// */
.mymodal {
    display: none;
}

.mymodal:hover {
    cursor: pointer;
}

.mymodal .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.mymodal .content {
    display: block;
    margin: 20vh auto auto auto;
    width: 500px;
    background-color: #202020;
    border-radius: 10px;
    position: relative;
}

.modal_text {
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-size: cover;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.mymodal img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: cover;
}

.banner300x100 {
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 32px;
}

.banner300x100 img {
    width: 90%;
    height: auto;
}

.banner300x250 {
    background-color: black;
    width: 300px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    line-height: 300px;
    text-align: center;
}

.footer {
    width: 100%;
    background-color: #070707;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 35px 10px;
}

footer > div:nth-child(2) {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

footer > div:nth-child(1) {
    color: white;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer a.footer__link {
    color: #a6a6a6;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    text-transform: uppercase;
}

.footer_year {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.footer_doc a {
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    text-align: right;
    text-transform: uppercase;
    color: #ffffff;
}

@media (max-width: 650px) {
    .footer {
        flex-direction: column;
        padding: 32px;
    }

    .footer_year {
        padding-bottom: 24px;
    }
}

@media (max-width: 550px) {
    .mymodal .content {
        width: 90%;
    }
}

@media (max-width: 500px) {
    .category_btns {
        padding: 0 10px;
    }

    .footer {
        padding: 12px;
    }

    footer > div:nth-child(2) {
        align-items: center;
    }

    .category_btn_teens,
    .category_btn_singles,
    .category_btn_milf,
    .category_btn_babes {
        font-size: 22px;
        line-height: 29px;
    }

    footer div:nth-child(2) {
        gap: 5px;
        flex-direction: column;
    }

    footer div:nth-child(1) {
        font-size: 14px;
    }

    .simple-pagination .current,
    .simple-pagination li a,
    .simple-pagination li span {
        font-size: 14px;
        line-height: 19px;
    }

    .simple-pagination .prev.current,
    .simple-pagination .next.current,
    .simple-pagination .current,
    .simple-pagination li a,
    .simple-pagination li span {
        width: 46px;
        height: 46px;
    }

    .btn_open_profile {
        padding: 8px 4px;
    }
}

@media (max-width: 360px) {
    .category_btn_teens,
    .category_btn_singles,
    .category_btn_milf,
    .category_btn_babes {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 320px) {
    .banner300x250,
    .banner300x100 {
        width: 98%;
    }

    .simple-pagination li {
        margin-right: 5px;
    }
}

@media (max-width: 300px) {
    .category_btns,
    .teens_block,
    .singles_block,
    .milf_block,
    .babes_block {
        grid-template-columns: 1fr;
    }

    .simple-pagination .prev.current,
    .simple-pagination .next.current,
    .simple-pagination .current,
    .simple-pagination li a,
    .simple-pagination li span {
        width: 26px;
        height: 26px;
    }
}

/* ////////////burger//////// */
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

:root {
    --nav-bg: #03000e;
    --main-clr: dodgerblue;
    --nav-shadow: 0px 3px var(--main-clr);
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    width: 100%;
    background: #060606;
    box-shadow: 0px 3px 48px -5px #5b305b;
    z-index: 999;
}

nav .logo {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-family: 'Anaphora';
}

nav ul {
    --padding: 20px;
    --font-size: 22px;

    list-style: none;
    display: flex;
    align-items: center;
    font-size: var(--font-size);
    overflow-y: hidden;
    transition: 1s cubic-bezier(0.68, -0.55, 0.27, 10.55);
}

nav ul li {
    padding: var(--padding);
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

nav ul li a::after {
    content: '';
    width: 0%;
    height: 1.7px;
    border-radius: 99px;
    background: var(--main-clr);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s ease;
    background: #f25274;
}

nav ul li a:hover::after {
    width: 100%;
}

.menu-icon img {
    width: 55px;
    height: 55px;
    display: block;
}

.menu-icon img {
    width: 55px;
    height: 55px;
    display: block;
}

nav .menu {
    width: 32px;
    height: 20px;
    display: flex; /* показываем */
    flex-direction: row; /* в одну линию */
    align-items: center;
    justify-content: flex-end; /* если нужно справа */
    gap: 15px; /* расстояние между иконками */
    margin: 20px;
}


nav .menu span {
    width: 100%;
    height: 4px;
    border-radius: 99px;
    background: #fff;
    transition: 0.3s ease;
    transform-origin: left;
}

nav .menu.active span:nth-child(1) {
    transform: rotate(27deg);
}

nav .menu span:nth-child(3) {
    transform-origin: left;
}

nav .menu.active span:nth-child(3) {
    transform: rotate(327deg);
}

nav .menu.active span:nth-child(2) {
    transform: scale(0);
}

#nav li a::before {
    content: url('../img/menu_dote.png');
    padding-right: 5px;
}

#nav li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}

@media (max-width: 910px) {
    nav .menu {
        display: flex;
    }

    nav ul {
        --height: 0px;

        flex-direction: column;
        background: #060606;
        box-shadow: -1px 20px 48px -5px #5b305b;
        position: absolute;
        width: 100%;
        left: 0;
        top: 56px;
        height: var(--height);
        transition: 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }

    nav ul.active {
        --height: calc((((var(--padding) * 2) + (var(--font-size) * 1.5))) * var(--childenNumber));
        transition: 1s ease;
    }

    nav ul li {
        width: 100%;
        text-align: center;
    }

    nav ul li a {
        width: 100%;
        text-transform: capitalize;
    }
}

.model__btn-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 5px;
}

.favorite-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    padding: 2px;
    background: linear-gradient(279.43deg, #f39201 64.84%, #ff3a9d 91.75%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.favorite-btn.favorite-btn--active .favorite-btn__inner {
    background-color: transparent;
}

.favorite-btn__inner {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: rgba(32, 32, 32);
    display: flex;
    align-items: center;
    justify-content: center;
}

.favorite-btn__inner img {
    width: 26px;
    height: 26px;
    margin-bottom: 0 !important;
    min-width: unset;
}

.btn_open_profile {
    width: 100%;
}

.open_profilePage {
}

.track-click {
}



/* Nwe style */

/* --- Обновленная сетка (3 колонки десктоп, 2 колонки мобилки) --- */
.models_block {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Возвращаем 3 в ряд */
    gap: 15px;
}

@media (max-width: 767.98px) {
    .models_block {
        grid-template-columns: repeat(2, 1fr); /* 2 в ряд на мобилках */
    }
}

@media (max-width: 400.98px) {
    .models_block {
        padding: 5px;
        gap: 8px;
    }
}

/* --- Стили самой карточки --- */
.model_block {
    background: #1a1a1a; /* Темный фон как на скрине */
    border-radius: 20px;
    padding: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: none;
}
/* Внутренний блок — flex колонка, кнопка прижата к низу карточки */
.model_block > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

/* Сбрасываем старые градиенты на фоне блоков */
.milf_block2, .teens_block2, .singles_block2, .babes_block2 {
    background: #1a1a1a !important;
}

.milf_model2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Имя сверху */
.model_name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #ffffff;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0;
    order: -2;
}



.online p {
    font-family: 'Montserrat';
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
    margin: 0;
}

/* Кольцо статуса */
.green_circle {
    width: 12px;
    height: 12px;
    border: 6px solid #21d829; /* Цвет лайма/оливки со скрина */
    border-radius: 50%;
    background: transparent;
}

/* Фото модели */
.model_block img.open_profilePage {
    border-radius: 12px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 12px;
}

/* Контейнер для кнопок */
.model__btn-wrap {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: auto;
}

/* Кнопка "Open Chat" */
.btn_open_profile {
    flex-grow: 1;
    background: linear-gradient(90deg, #f23d8c 0%, #f39201 100%);
    border: none;
    border-radius: 25px;
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
    padding: 10px 5px;
    text-transform: none; /* Убираем жесткий CAPS */
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn_open_profile:hover {
    opacity: 0.9;
}

/* Кнопка "Сердце" (если нужно оставить её) */
.favorite-btn {
    width: 40px;
    height: 40px;
    display: none; /* На скриншоте её нет, если хочешь — удали эту строку */
}

/* Ховер эффект для всей карточки */
.model_block:hover {
    transform: translateY(-3px);
    transition: 0.3s ease;
}