.simply-countdown-wedding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
}
.simply-countdown-wedding .simply-section {
    position: relative;
    background-color: #f7f7f7;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
}
.simply-countdown-wedding .simply-section .simply-amount {
    position: relative;
    color: var(--theme-color-dark);
    font-family: var(--title-font);
    font-size: 70px;
    font-weight: 400;
    line-height: 1em;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.simply-countdown-wedding .simply-section .simply-word {
    position: relative;
    margin-bottom: 7px;
    font-family: var(--title-font);
    font-weight: 400;
    font-size: 18px;
    color: var(--theme-color-dark);
}

.quote p {
    color:white !important;
    font-size: 18px !important;
    font-weight: bold;
}

.quote i {
    color:white !important;
}

.quote strong{
    color:white !important
}

.text > p{
    color:white !important;
    font-size:20px;
    font-family:"Cinzel";
    line-height:15px;
}

#floating-button .audio-play {
    display:none;
    position: absolute;
    top: 0;
    z-index: 100;
    margin-right: -290px;
    margin-top: -50px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    padding: 1px;
}

.banner-section-three .content-column .inner-column {
    position: relative;
    padding: 80px 0 190px;
    text-align: center;
}

.audio-icon-wrapper{
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    position: fixed;
    bottom:2.5rem;
    right: 2rem;
    color: white;
    opacity: 0.5;
    mix-blend-mode: difference;
    animation: rotating 4s linear infinite;
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height:0;
    z-index: 999999;
}

.autoscroll-icon-wrapper{
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    position: fixed;
    bottom:7.5rem;
    right: 2rem;
    color: white;
    opacity: 0.5;
    mix-blend-mode: difference;
    animation: rotating 4s linear infinite;
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height:0;
    z-index: 999999;
}

@keyframes rotating {
    from{
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}

.footer-popup p {
    font-size: 16px !important;
    font-family:'arial';
    margin-bottom: 10px;
}

@media(max-width: 576px){
    .simply-countdown-wedding .simply-section {
        position: relative;
        background-color: #f7f7f7;
        width: 130px;
        height: 130px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
    }
    .simply-countdown-wedding .simply-section .simply-amount {
        position: relative;
        color: var(--theme-color-dark);
        font-family: var(--title-font);
        font-size: 50px;
        font-weight: 400;
        line-height: 1em;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .simply-countdown-wedding .simply-section .simply-word {
        position: relative;
        margin-bottom: 7px;
        font-family: var(--title-font);
        font-weight: 400;
        font-size: 18px;
        color: var(--theme-color-dark);
    }

    .banner-section-three .content-column .inner-column .date {
        position: relative;
        color: var(--theme-color-light);
        font-family: var(--title-font);
        font-weight: 500;
        line-height: 1em;
        font-size: 26px;
        margin-bottom: 20px;
    }

    .text > p {
        line-height: 30px;
    }
}