
* {
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
}

html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}


body {
    margin: 0;
    height: 100%;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-45deg, #fef3ed, #fdf9ee);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    overflow: hidden

}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.buttons-list-mobile {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.buttons-container {
    height: 100px;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 2;
    animation: slideInFromTop 0.5s ease forwards;
}

.cards-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5vmin;
    min-width: 55%;
    background: transparent;
    transform: translate3d(0, 0, 0);

    .card {
        flex: 1;
        transition: all 1s ease-in-out;
        height: 75vmin;
        position: relative;

        .img {
            background-repeat: no-repeat;
            background-size: auto 100%;
            background-position: center;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: background-image .15s ease-in;
        }

        .img1 {
            background-image: url("./images/image1.JPG");
        }

        .img2 {
            position: absolute;
            background-image: url("./images/image3.JPG");
        }

        .img3 {
            background-image: url("images/image5.JPG");
        }
    }

    .heart-top {
        background-image: url("images/hearts.png");
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: -132px;
        right: -158px;
        height: 320px;
        width: 320px;
        transform: rotate(18deg);
        pointer-events: none;
    }

    .heart-bottom {
        background-image: url("images/hearts.png");
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 104px;
        left: -191px;
        height: 320px;
        width: 320px;
        transform: rotate(320deg);
        pointer-events: none;
    }
}

.mobile-picture {
    display: none;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: background-image .15s ease-in;
    background-image: url("./images/image1.JPG"); /* Начальное изображение */
    position: relative;
    animation: changeImage 24s infinite; /* Анимация для смены изображений каждые 12 секунд */
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@keyframes changeImage {
    0% {
        background-image: url("./images/image1.JPG");
        transform: scale(1);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    16.66667% {
        background-image: url("./images/image2.JPG");
        transform: scale(1.07);
        clip-path: polygon(0 0, 100% 0, 100% 98%, 0 98%);
    }
    33.33333% {
        background-image: url("./images/image3.JPG");
        transform: scale(1);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    50% {
        background-image: url("./images/image4.JPG");
        transform: scale(1.07);
        clip-path: polygon(0 0, 100% 0, 100% 98%, 0 98%);
    }
    66.66667% {
        background-image: url("./images/image5.JPG");
        transform: scale(1);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    83.33333% {
        background-image: url("./images/image6.JPG");
        transform: scale(1.07);
        clip-path: polygon(0 0, 100% 0, 100% 98%, 0 98%);
    }
    100% {
        background-image: url("./images/image1.JPG"); /* Возвращение к первому изображению */
        transform: scale(1);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes moveHearts {
    0%, 100% {
        transform: rotate(18deg) scale(1.1); /* Исходное положение сердечек */
    }
    50% {
        transform: rotate(22deg) scale(1); /* Легкое вращение сердечек */
    }
}

ul {
    align-items: center;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

ul li {
    list-style: none;
    margin: 0 15px;
}

ul li a {
    position: relative;
    display: block;
    width: 120px; /* Doubled width */
    height: 120px; /* Doubled height */
    text-align: center;
    border-radius: 50%;
    font-size: 60px; /* Doubled font size */
    color: rgba(190, 104, 109, 0.75);
    transition: .5s;
}

ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}

ul li a:hover::before {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(190, 104, 109, 0.75);
}

ul li a:hover {
    color: #be686d;
    box-shadow: 0 0 5px rgb(190, 104, 109);
    cursor: pointer;
}


.onlyfans-btn:hover {
    color: #be686d;
}

.fansly-btn:hover {
    color: #be686d;
}

#twitter-btn,
#instagram-btn,
#telegram-btn,
#youtube-btn,
#fansly-btn,
#onlyfans-btn,
#playboy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}


.fa-instagram, .fa-telegram {
    font-size: 72px;
}

.fa-x-twitter, .fa-instagram, .fa-telegram, .fa-youtube, .onlyfans-icon, .fansly-icon, .playboy-icon {
    animation: scaleAnimation 0.5s ease-in-out;
}


.onlyfans-icon {
    margin-top: 6px;
    height: 62px;
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media only screen and (max-width: 768px) {
 .heart-top {
     animation: moveHearts 12s infinite; /* Анимация для плавного движения сердечек */
 }

    .buttons-container {
        margin-top: 0;
    }
    
    ul li a:hover::before {
    transform: scale(1);
    box-shadow: none;
}

ul li a:hover {
    color: #be686d;
    box-shadow: none;
    cursor: pointer;
}
}

@media only screen and (max-width: 1024px) {
    .cards-container {
        min-width: 80%;
    }
}