/* @import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sonsie+One&display=swap'); */

.bfcm-floating-banner {
    position: fixed;
    height: 80px;
    /* top: 0; */
    left: 0;
    right: 0;
    z-index: 999;
    background-image:url('../images/bfcm.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bfcm-floating-container {
    max-width: 1180px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px auto;
}

.bfcm-floating-banner .bfcm-floating-container .offer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bfcm-floating-banner .bfcm-floating-container .offer img {
    width: 942px;
    height: auto;
}

.bfcm-floating-banner .bfcm-floating-container .mobile-offer {
    display: none;
}

.bfcm-floating-banner .bfcm-floating-container .cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: linear-gradient(90deg, #FF7410 0%, #B443FF 100%);
    width: 122px;
    height: 40px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bfcm-floating-banner .bfcm-floating-container .cta a:hover {
    background: linear-gradient(90deg, #723000 0%, #6500A8 100%);
}

/* ===============================
   Responsive Design
================================ */

/* Large Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
    .bfcm-floating-container {
        max-width: 900px;
    }

    .bfcm-floating-banner .bfcm-floating-container .offer img {
        width: 700px;
    }
}

/* Tablets (max-width: 900px) */
@media (max-width: 900px) {
    .bfcm-floating-container {
        max-width: 780px;
    }

    .bfcm-floating-banner .bfcm-floating-container .offer img {
        width: 620px;
    }

    .bfcm-floating-banner .bfcm-floating-container .cta a {
        width: 100px;
        height: 36px;
        font-size: 14px;
    }
}

/* Tablets (max-width: 800px) */
@media (max-width: 800px) {
    .bfcm-floating-container {
        max-width: 750px;
    }

    .bfcm-floating-banner .bfcm-floating-container .offer img {
        width: 550px;
    }

    .bfcm-floating-banner .bfcm-floating-container .cta a {
        width: 100px;
        height: 36px;
        font-size: 14px;
    }
}

/* Tablets (max-width: 768px) */
@media (max-width: 768px) {
    .bfcm-floating-container {
        max-width: 700px;
    }

    .bfcm-floating-banner .bfcm-floating-container .offer img {
        width: 550px;
    }

    .bfcm-floating-banner .bfcm-floating-container .cta a {
        width: 100px;
        height: 36px;
        font-size: 14px;
    }
}

/* Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .bfcm-floating-banner {
        height: auto;
    }

    .bfcm-floating-container {
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
    }

    .bfcm-floating-banner .bfcm-floating-container .offer {
        display: none;
    }

    .bfcm-floating-banner .bfcm-floating-container .mobile-offer {
        display: block;
    }

    .bfcm-floating-banner .bfcm-floating-container .mobile-offer img {
        width: 98%;
    }

    .bfcm-floating-banner .bfcm-floating-container .cta a {
        width: 100%;
        width: 90px;
        height: 30px;
        font-size: 14px;
        margin-bottom: 20px;
    }
}
