


.image-container {
    position: relative
}
.overlay-icon {
    width: 10%;
    margin-left: 45%;
    margin-top: 30%;
    opacity: 1;
}
.content-parallax-row-wrapper {
    background-color: #fff;
    position: relative;
    top: 0;
    /* z-index: 99999; */
    width: 100%;
    padding: 0
}
.btn-ripples-static {
    opacity: 0.5;
    background-color: transparent;
    color: white;
    transition: opacity 0.3s, background-color 0.3s, color 0.3s;
}

.btn-ripples-static.active {
    opacity: 1;
    background-color: white;
    color: #0002D7;
}

.overlay,
.overlay-scooter {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    opacity: 0
}

.overlay {
    max-height: 100%;
    transition: .3s;
    background-color: #000
}

.overlay-scooter,
.terms-conditions-grid-row>div:first-child {
    background-color: #28348a
}

.card-img,
.card-img-scooter {
    transition: opacity .3s
}

.card-img-scooter:hover .overlay-scooter,
.card-img:hover .overlay {
    opacity: .5
}

.overlay-scooter {
    max-height: 71%;
    transition: .3s
}

.terms-conditions-grid-row {
    display: grid;
    grid-template-columns: 350px auto;
    /* max-width: 1400px */
}

.terms-conditions-grid-row>div {
    padding: 30px 0
}

/* .terms-conditions-grid-row>div:nth-child(2) {
   
    overflow-x: hidden
} */

.terms-conditions-grid-row>div:first-child>button {
    width: 100%;
    text-align: left;
    border: none;
    padding-left: 20px;
    background-color: transparent;
    height: 60px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    opacity: .5;
    transition: .4s ease-in-out
}

#covid-guideline>ul,
#covid-guideline>ul>li>ul,
#registration-process>ul,
#registration-process>ul>li>ul {
    list-style-type: disc;
    padding-left: 30px
}

#covid-guideline>ul>li,
#registration-process>ul>li {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px
}

#covid-guideline>ul>li>a,
#payment-policy>ul>li>a,
#registration-process>ul>li>a {
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 5px
}

#current-openings ul {
    color: #212529
}

.terms-conditions-grid-row>div>div>.btn-ripples {
    width: 100%;
    text-align: left !important;
    border: none
}

.terms-conditions-grid-row>div>div>.btn-ripples:hover {
    border: none !important
}

.slideInLeft {
    animation: .5s ease-in-out slideInLeft
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@media screen and (max-width:1080px) {
    .events-terms-conditions-banner {
        top: 62px
    }

    .terms-conditions-grid-row {
        grid-template-columns: 250px 3fr
    }

    .terms-conditions-grid-row>div:nth-child(2) {
        padding: 30px 20px
    }

    .fs-s-bike-in {
        margin-right: 49%
    }
}

@media screen and (max-width:640px) {
    .terms-conditions-grid-row {
        grid-template-columns: repeat(1, 1fr)
    }

    .terms-conditions-grid-row>div:first-child {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        white-space: nowrap;
        overflow-x: scroll;
        gap: 10px;
        padding: 15px 5px;
        overflow-y: hidden
    }

    .terms-conditions-grid-row>div>div>.btn-ripples {
        width: fit-content !important
    }

    .terms-conditions-grid-row>div>button {
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-radius: 50px !important;
        width: fit-content !important;
        height: 42px !important
    }

    .events-terms-conditions-banner>h1 {
        top: 40%;
        padding: 0 20px
    }
}

.download-info h2 img {
    width: 25px
}

.card-container {
    display: ruby;
    gap: 20px
}

.card {
    overflow: hidden;
    border: none;
    width: 33%;
    margin: 10px 0px 0px;
}

.card img {
    width: 100%;
    height: auto;
    cursor: pointer
}

.card h2 {
    font-size: 1.1em;
    margin: 15px 0
}

.download-button {
    text-decoration: none
}

.download-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    h2{
        font-size: 20px;
        padding: 10px 0px;
    }
}

.dowmload-file {
    display: flex;
    align-items: center;
    flex-direction: row
}

.Scooters-155 {
    margin-right: 30px
}

.dowmload-file a {
    margin-right: 4px
}

.dowmload-file img {
    width: 20px;
    gap: 10px
}

.fs-s-bike-in {
    margin-right: 67%
}

@media screen and (max-width:598px) {
    .events-terms-conditions-banner>h1 {
        font-size: 32px
    }

    .terms-conditions-grid-row>div:nth-child(2) {
        padding: 30px 5px
    }

    .download-info h2 {
        font-size: 1.1rem
    }

    .dowmload-file a {
        font-size: 15px
    }

    .dowmload-file img {
        width: 15px
    }

    .Scooters-155,
    .fs-s-bike-in {
        margin-right: 0
    }

    #covid-guideline>ul,
    #covid-guideline>ul>li>ul,
    #registration-process>ul,
    #registration-process>ul>li>ul {
        padding-left: 0
    }
}

@media(max-width:1680px) {
    .card-container {
        max-width: 1160px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0
    }

    #covid-guideline>ul,
    #covid-guideline>ul>li>ul,
    #registration-process>ul,
    #registration-process>ul>li>ul {
        padding-left: 0
    }

    .card-img:hover .overlay {
        opacity: .5
    }
}

@media(max-width:1500px) {
    .card-container {
        max-width: 1040px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0
    }

    .card {
        width: 330px
    }

    .overlay {
        max-height: 100%;
        max-width: 100%
    }

    .card-img-scooter:hover .overlay-scooter,
    .card-img:hover .overlay {
        opacity: .5
    }

    .overlay-scooter {
        max-height: 65%;
        max-width: 95%
    }
}

@media(max-width:1440px) {
    .card-container {
        max-width: 1000px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0
    }

    .card {
        width: 280px
    }

    .overlay {
        max-height: 70%;
        max-width: 95%
    }

    .overlay-scooter {
        max-height: 56%;
        max-width: 95%
    }

    .card-img:hover .overlay {
        opacity: .5
    }
}

@media(max-width:1366px) {
    .card-container {
        max-width: 840px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0
    }

    .card {
        width: 260px
    }

    .overlay {
        max-height: 68%;
        max-width: 95%
    }

    .card-img-scooter:hover .overlay-scooter,
    .card-img:hover .overlay {
        opacity: .5
    }

    .overlay-scooter {
        max-height: 54%;
        max-width: 95%
    }
}

@media(max-width:1240px) {
    .card-container {
        max-width: 770px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0
    }

    .card {
        width: 240px
    }

    .card h2 {
        font-size: .9rem
    }

    .download-info h2 img {
        width: 22px
    }

    .dowmload-file a {
        font-size: 13px
    }

    .overlay {
        max-height: 68%;
        max-width: 95%
    }

    .card-img-scooter:hover .overlay-scooter,
    .card-img:hover .overlay {
        opacity: .5
    }

    .overlay-scooter {
        max-height: 59%;
        max-width: 95%
    }
}

@media(max-width:1024px) {
    .card-container {
        max-width: 600px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px
    }

    .card {
        width: 240px
    }

    .card-img:hover .overlay {
        opacity: .5
    }
}

@media(max-width:800px) {
    .card-container {
        max-width: 840px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px
    }

    .card {
        width: 195px
    }

    .card-img:hover .overlay {
        opacity: .5
    }
}

@media (max-width:390px) {
    .card {
        width: 175px
    }
}