body {
    background: #ffeaf2;
}

.card {
    --bs-card-spacer-y: 0;
    --bs-card-spacer-x: 0;
    background: transparent;
    border: 0px solid transparent !important;
    box-shadow: 0 0 0 transparent;
    position: relative;
}
.card .top {
    position: relative;
    margin-bottom: 0.75rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.advantages-list .badge {
    border-radius: 1000px;
    margin-right: 5px !important;
    display: inline-block;
    --bs-badge-font-size: 0.5em;
    transform: translateY(-3px);
}
.advantages-list .badge-1 {
    background: #ea0457;
}
.advantages-list .badge-2 {
    background: #5838f5;
}
.advantages-list .badge-3 {
    background: #b20bdf;
}
.advantages-list .badge-4 {
    background: #ff4c2d;
}
.card a.btn {
    border-radius: 1000px;
    font-weight: bold;
    background-image: linear-gradient(45deg , #ea0457  0% , #ea0457 100%);
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    border: 0;
    box-shadow: 0 0 0 0 rgba(231, 0, 99, 0.5);
}
.card a.btn:hover {
    box-shadow: 0 0 2px 4px rgba(231, 0, 99, 0.5);
}
.card .badge {
    font-size: 1.2rem;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .badge-verified {
    position: absolute;
    left: 10px;
    top: 10px;
    border: 1px solid var(--bs-primary) !important;
    border-radius: 1000px !important;
    background: #fff !important;
    color: var(--bs-primary);
}
.card .badge-online {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid var(--bs-success) !important;
    border-radius: 1000px !important;
    background: #fff !important;
    color: var(--bs-success);
}
.card .card-name {
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 0.35rem;
    color: #fff;
    padding: 5px;
}

#profileGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
}
@media screen and (max-width: 1200px) {
#profileGrid {
    grid-template-columns: 1fr 1fr 1fr;
}
}

.row>* {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.card .card-img-top {
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: center;
}

.online-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--bs-success); 
    margin-right: 6px;
    animation: blink 1s infinite;
    vertical-align: middle;
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}

.badge-real-only {
    color: #ea0457;
    border: 1px solid #ea0457;
    border-radius: 1000px;
}

.btn-all {
    position: sticky;
    bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}
.btn-container .btn,
.btn-all .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    border-radius: 1000px;
    font-weight: bold;
    background-image: linear-gradient(45deg , #ea0457  0% , #A004EA 100%) !important;
    min-height: 70px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    border: 0;
    box-shadow: 0 0 0 0 rgba(161, 24, 234, 0.5);
}
.btn-container .btn {
    font-size: 1.35rem;
}
.btn-container .btn:hover,
.btn-all .btn:hover {
    box-shadow: 0 0 2px 4px rgba(161, 24, 234, 0.5);
}

.main-title {
    font-size: 3.5rem;
}
.secondary-title {
    font-size: 3rem;
}



@media screen  and (max-width: 991px){

#profileGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
}

.card a.btn {
    min-height: 40px;
    font-size: 1rem;
}

.card .top {
    margin-bottom: 0.5rem;
}

.card .badge {
    font-size: 0.7rem;
    height: 21px;
}

.card .card-name {
    padding: 3px 5px;
    font-size: 1rem;
    left: 7px;
    bottom: 7px;
}
.card .badge-verified {
    left: 7px;
    top: 7px;
}
.card .badge-online {
    right: 7px;
    top: 7px;
}

.online-indicator {
  width: 7px;
  height: 7px;
  margin-right: 4px;
}

.btn-all .btn {
    max-width: 300px;
    min-height: 58px;
    font-size: 1.5rem;
}

.advantages-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.35rem;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.advantages-list ul li {
    text-align: left;
    margin-right: 0 !important;
}

.main-title {
    font-size: 2.5rem;
}
.secondary-title {
    font-size: 2rem;
}


}


/* @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1020px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 960px;
    }
} */

.footer-link a {
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
@media screen and (max-width: 767px){
    .logo img {
        max-width: 240px;
    }
}




.popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.popup-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
}
.popup-card {
    position: relative;
    background: #fff;
    padding: 25px;
    width: 90%;
    max-width: 380px;
    border-radius: 14px;
    z-index: 2;
    animation: popupScale 0.25s ease;
}
.popup-card h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
}
.popup-card .btn {
    margin-bottom: 10px;
}
@keyframes popupScale {
    from {
        opacity: 0;
        transform: scale(0.85);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* custom blocks */
.actions {
    padding: 100px 0px;
}
.actions h4 {
    font-size: 32px;
}
.actions h5:not(.secondary-title) {
    font-size: 28px;
}
.actions .lead {
    margin-bottom: 30px;
}
.actions .cards {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.white-block {
    border-radius: 30px;
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: normal;
    flex-direction: column;
    min-height: 200px;
}
.vote-block {
    border-radius: 30px;
    background: #A004EA;
    padding: 40px 20px 20px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}
.vote-block h4 ,
.vote-block h5 {
    color: #fff !important;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 0px !important;
}
.quote-block-white h5,
.quote-block h5 {
    font-weight: 500;
    line-height: 160%;
}
.avatar img {
    max-width: 80px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    border-radius: 1000px;
}
.first-quote-pink:before {
    content: '';
    width: 48px;
    height: 40px;
    background: url(../img/quote-pink.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -20px;
    left: 40px;
}
.quote-bottom {
    margin-top: 20px;
    display: inline-flex;
    gap: 20px;
    align-items: center;
    vertical-align: middle;
    justify-content: flex-start;
}
.white-block h4 {
    line-height: 1.4;
}
.white-block h4 {
    color: #000;
    font-weight: bold;
}
.white-block h4 span {
    color: #e92c1c;
}
.content b span {
    color: #e92c1c;
}
.actions p {
    color: #000;
    margin-bottom: 0;
    font-size: 24px;
}

@media screen and (max-width: 767px) {
.actions .cards {
    grid-gap: 20px;
    grid-template-columns: 1fr;
}
.actions h4 {
    font-size: 27px;
}
.actions h5:not(.secondary-title) {
    font-size: 24px;
}
}

.stories {
    padding: 0 0 100px 0;
}
.stories .secondary-title {
    margin-bottom: 30px;
}
.stories .cards {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.stories .white-block {
    justify-content: space-between;
}
.stories .quote-bottom {
    margin-top: 0;
}
.stories .white-block h4 {
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 0px !important;
    font-size: 32px;
}
.stories .quote-text p {
    font-size: 24px;
    margin-top: 15px;
    font-weight: 500;
    line-height: 160%;
}
.first-quote:before {
    content: '';
    width: 48px;
    height: 40px;
    background: url(../img/quote.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -20px;
    left: 40px;
}

@media screen and (max-width: 767px) {
.stories .cards {
    grid-gap: 20px;
    grid-template-columns: 1fr;
}
.stories .white-block h4 {
    font-size: 27px;
}
.stories .quote-text p {
    font-size: 21px;
}
}