   <style>
        /*.section-title h2 .split-line{*/
        /*    color:#fff !important;*/
        /*}*/
        .section-title h2.text-anime-style-3.home-slider{
           color:#fff !important;
           font-size: 74px;
        }
    button.accordion-button:active {
    color: #fff !important;
}
/*        .scrolling-text {*/
/*    padding-top: 20px;*/
/*    font-size: 20px;*/
/*    color: #fff;*/
/*}*/
.hero.hero-bg-image.hero-slider-layout.bg-section.dark-section{
    margin-top:20px;
}
.announcement-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

.marquee-track {
    display: inline-flex;
    width: max-content;
    animation: marquee 15s linear infinite;
}

.marquee-track span {
    display: inline-block;
    background: #FF000A;
    padding: 10px 15px;
    margin-right: 30px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
button.payment-button.primary.s-rdKjYERIA3az
{
    background-color: #000 !important;
}
a.btn-default.btn-highlighted{
    background: #FF000A;
    margin: 0px 10px;
}
li.nav-item.city-btn.mr-3 a{
    border-radius:25px;
    margin-right:10px;
}
.city-btn > a {
  background: #FF000A;
  color: #e63946;
  border: 1px solid #e63946;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: 500;
}

.city-btn > a:hover {
  background: #e63946;
  color: #fff;
}
.navbar-nav.align-items-center {
  margin-left: auto;
}

    </style>