@keyframes partnerMarquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.animate-partner-marquee {
    display: flex;
    width: max-content;
    animation: partnerMarquee 25s linear infinite;
}

/* Pause marquee animation on hover */
.animate-partner-marquee:hover {
    animation-play-state: paused;
}

/*Google Translator custom css*/
.goog-te-combo{
            background: transparent !important;
            color: #fff;
        }
        .goog-te-combo option{
            color: #000 !important;
        }
        /* Hides the "Powered by Google" link and text */
.goog-logo-link {
    display: none !important;
}

/* Removes the extra spacing/overflow often used for branding */
.goog-te-gadget {
    color: transparent !important;
    font-size: 0px !important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd{
    display: none !important;
}

.goog-te-combo{
    border: 1px solid gray;
    border-radius: 5px;
}
.translator-container{
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 5px;
}