.font-playfair {
    font-family: "Playfair Display";
}

.gradient-bg {
    background-color: #FFFFFF !important;
}

.search-bar {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e7e7e9;
}

.btn-primary {
    background: #e41642;
    transition: all 0.3s ease;
}

.floating-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #e41642;
    border-radius: 50%;
}

.swiper-pagination-bullet {
    background: #e41642 !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
    transform: scale(1.2);
}

.available-badge {
    background: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0.3) 10%,
        rgba(255, 255, 255, 0) 100%
    );
}

#mobile-menu{
    transition: ease-in-out .2s;
}

.mock-interface {
    background: url("/images/new_design/8b95218551206efb9e3e084f35caa1c38a892b6a.jpg")
        left no-repeat;
    background-size: cover;
}

.achieve-card,
.avater-country-flag {
    position: relative;
    /* required so ::after is positioned relative to this */
    overflow: hidden;
    /* optional, prevents ::after overflow */
}

.achieve-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: url("/images/new_design/8b95218551206efb9e3e084f35caa1c38a892b6a.jpg")
        no-repeat top center;
    background-size: cover;

    transform: scaleX(-1);
    transform-origin: center;
    z-index: -1;
}

.avater-country-flag::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/images/new_design/shapes/Union.png") no-repeat top center;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.1);

    transform: scaleX(-1);
    transform-origin: center;
    z-index: -1;
}

.hero-support-image {
    transform: scaleX(-1);
}

.border-is {
    border: 1px solid;
}

.testimonial-card {
    font-size: 18px;
}