.sticky-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fafafccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    z-index: 20;
}

.sticky-head .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
    bottom: 80px;
}

@media (max-width: 768px) {
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-horizontal.swiper-pagination-bullets {
        bottom: 80px;
    }
}


@media (max-width: 640px) {
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-horizontal.swiper-pagination-bullets {
        bottom: 30px;
    }
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.3;
    height: 12px;
    width: 12px;
}

.swiper-pagination-bullet-active {
    background: #ac2032;
    opacity: 1;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes charUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-up {
    animation: fadeUp 0.8s ease-out forwards;
}

.animate-char {
    animation: charUp 0.6s ease-out forwards;
}

.swiper.myProfiles .swiper-navigation-icon {
    width: 18px;
    height: 18px;
    color: #fff;
}

.floating-box {
    animation: trustedmoveobject 3s infinite linear alternate;
}

@keyframes trustedmoveobject {
    50% {
        left: 50px;
    }
}

.floating-box-right {
    animation: trustedmoveobjectright 3s infinite linear alternate;
}

@keyframes trustedmoveobjectright {
    50% {
        right: 50px;
    }
}

[type='checkbox']:checked, [type='radio']:checked {
    background-color: #ac2032;
}

[type='checkbox']:checked:hover, [type='checkbox']:checked:focus, [type='radio']:checked:hover, [type='radio']:checked:focus {
    background-color: #ac2032;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body, button, a, div {
    user-select: none;
}

/* @media (min-width: 30em) and (max-width: 50em) {

} */

@media (max-width: 450px) {
    .profile-show-dropdown {
        left: 0;
        right: auto;
    }
}
 

