/* Navbar */
.navbar {
    height: 5rem;
    margin: 1.5rem auto 2rem;
}

.navbar-brand {
    grid-column: 1 / span 2;
    align-self: center;
    max-width: 9.5rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-toggler {
    grid-column: 12 / span 1;
    align-self: center;
    text-align: end;
    position: relative;
    display: none;
    width: 1.625rem;
    height: 1.5rem;
    margin-left: auto;
    cursor: pointer;
}

.navbar-toggler .toggler-burger,
.navbar-toggler .toggler-burger:before,
.navbar-toggler .toggler-burger:after {
    display: block;
    width: 100%;
    height: 0.25rem;
    background-color: var(--chrome-54);
    border-radius: 0.063rem;
    right: 0;
}

.navbar-toggler .toggler-burger:before {
    content: "";
    position: absolute;
    top: 10px;
}

.navbar-toggler .toggler-burger:after {
    content: "";
    position: absolute;
    bottom: 0;
}

.navbar-nav {
    grid-column: 3 / span 10;
    align-self: center;
    text-align: end;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.navbar-nav .nav-item {
    display: inline-block;
    white-space: nowrap;
}

.navbar-nav .nav-link {
    text-transform: capitalize;
    font-size: var(--fs-regular);
    font-weight: var(--fw-bold);
    color: var(--gray-11);
    text-decoration: none;
    padding: 1rem;
    display: block;
    background-color: var(--white);
}

.navbar-nav .nav-link.active {
    color: var(--chrome-54);
    text-decoration: underline;
}

.navbar-nav .nav-item.nav-city {
    padding-right: 1rem;
    width: 100%;
    max-width: calc(17.5rem + 1rem);
}

@media screen and (max-width: 1027.98px) {
    .navbar-nav .nav-city {
        max-width: calc(17.5rem - 3rem);
    }
}

@media screen and (max-width: 991.98px) {
    .navbar {
        height: 3.75rem;
        margin: 1rem 0 1.5rem;
    }

    .navbar-brand {
        grid-column: 1 / span 6;
        max-width: 8.688rem;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-nav {
        background-color: var(--white);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        justify-content: center;
        z-index: 9999;
        align-items: baseline;
        display: none;
        padding: 5.5rem 1rem 5rem;
        margin: 0;
        overflow: auto;
    }

    .navbar-nav.show {
        display: block;
    }

    .navbar-nav .nav-item {
        display: block;
        text-align: center;
        margin-bottom: 1rem;
        max-width: 21rem;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar-nav .nav-link {
        font-size: var(--fs-xregular);
        padding: 0.75rem 1rem;
        display: inline-block;
    }

    .navbar-text {
        font-size: var(--fs-xxregular);
        font-weight: var(--fw-bold);
        color: var(--gray-20);
    }

    .navbar-mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        padding: 1rem;
        background-color: var(--white);
        width: 100%;
        z-index: 2;
    }

    .navbar-mobile-nav .close {
        color: var(--chrome-54);
        font-size: var(--fs-medium);
        margin-right: 1.5rem;
        padding: 0;
        line-height: 0;
    }

    .navbar-nav .nav-item.nav-city {
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        width: 100%;
        max-width: 21rem;
    }
}


/* Footer Styling */
.footer {
    background-color: var(--gray-20);
    padding: 2.5rem 0 2.25rem;
}

.footer-by .wrapper {
    display: flex;
    align-items: flex-end;
}

.footer-by .footer-app-by {
    color: var(--gray-97);
    font-weight: var(--fw-semibold);
    margin: 0 1rem 0 0;
    display: inline-block;
}

.footer-by img {
    width: 100%;
    max-width: 10rem;
}

.footer-nav .nav-item:not(:last-child) {
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
}

.footer-nav .nav-item a {
    color: var(--gray-94);
    text-decoration: none;
}

.footer-about p {
    color: var(--white);
    margin-bottom: 0;
}

.footer-about p:nth-child(2) {
    margin-bottom: 1.5rem;
}

.footer-app-platform {
    display: flex;
    flex-direction: row;
}

.footer-app-platform a {
    width: 100%;
    max-width: 10.5rem;
}

.footer-app-platform a:nth-child(1) {
    margin-right: 1rem;
}

@media screen and (max-width: 991.98px) {
    .footer-by span {
        margin-right: 0.5rem;
    }

    .footer-by img {
        max-width: 7.5rem;
    }
}

@media screen and (max-width: 599.98px) {
    .footer {
        padding: 2rem 0 2rem;
    }

    .footer-by .footer-app-by {
        margin-right: 0.5rem;
    }

    .footer-by img {
        max-width: 5.5rem;
    }

    .footer-nav .nav-item {
        padding: 0;
        margin-bottom: 1.5rem;
        display: inline-block;
    }

    .footer-nav .nav-item:not(:last-child) a:after {
        content: '|';
        display: inline-block;
        margin: 0 0.25rem;
    }

    .footer-about {
        margin-bottom: 1rem;
    }

    .footer-about p:nth-child(2) {
        margin-bottom: 1rem;
    }

    .footer-app-platform a {
        width: 100%;
        max-width: 10.25rem;
    }
}


/* Container Styling */
.scootsafe-pagecontent {
    position: relative;
}


/* IG Styling */
.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-image {
    width: 100%;
    height: 100%;
}

.eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-inner {
    width: 100% !important;
}

.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
    display: none !important;
}

.eapps-instagram-feed-posts-view > div:nth-child(1) {
    border-radius: 0.5rem 0 0 0;
}

.eapps-instagram-feed-posts-view > div:nth-child(4) {
    border-radius: 0 0.5rem 0 0;
}

.eapps-instagram-feed-posts-view > div:nth-child(5) {
    border-radius: 0 0 0 0.5rem;
}

.eapps-instagram-feed-posts-view > div:nth-child(8) {
    border-radius: 0 0 0.5rem 0;
}

@media (max-width: 599.98px) {
    .eapps-instagram-feed-posts-view > div:nth-child(3) {
        border-radius: 0 0.5rem 0 0;
    }

    .eapps-instagram-feed-posts-view > div:nth-child(4) {
        border-radius: 0;
    }

    .eapps-instagram-feed-posts-view > div:nth-child(5) {
        border-radius: 0;
    }

    .eapps-instagram-feed-posts-view > div:nth-child(7) {
        border-radius: 0 0 0 0.5rem;
    }

    .eapps-instagram-feed-posts-view > div:nth-child(8) {
        border-radius: 0;
    }

    .eapps-instagram-feed-posts-view > div:nth-child(9) {
        border-radius: 0 0 0.5rem 0;
    }
}


/* Cookie Styling */
.cookie-policy {
    padding: 1rem 1.5rem !important;
    background-color: rgba(var(--white-rgb), 0.95) !important;
    box-shadow: 0 -0.375rem 1.5rem rgba(var(--black-rgb), 0.4);
    display: none;
}

.cookie-policy .cookie-content {
    color: var(--gray-32);
    font-size: var(--fs-small);
    font-weight: var(--fw-regular);
}

.cookie-policy .cookie-close {
    color: var(--gray-32);
    background-color: transparent;
    font-weight: var(--fw-bold);
    font-size: var(--fs-regular);
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    border-radius: var(--border-radius-default);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    font-size: var(--fs-small);
    font-weight: var(--fw-regular);
}

.cookie-policy .cookie-accept {
    color: var(--white);
    background-color: var(--chrome-54);
    border-color: var(--chrome-54);
    font-weight: var(--fw-bold);
    font-size: var(--fs-regular);
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius-default);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    color: var(--white);
    font-size: var(--fs-small);
    font-weight: var(--fw-regular);
}

.cookie-policy.cookie-policy-dark {
    padding: 1rem 1.5rem !important;
    background-color: #000 !important;
    /*background-color: rgba(var(--gray-32-rgb), 0.98) !important;*/
    box-shadow: 0 -0.375rem 1.5rem rgba(var(--black-rgb), 0.4);
}

.cookie-policy.cookie-policy-dark .cookie-content {
    color: var(--white);
    font-size: var(--fs-small);
    font-weight: var(--fw-regular);
}

.cookie-policy.cookie-policy-dark .cookie-content a {
    color: var(--chrome-54);
}

.cookie-policy.cookie-policy-dark .cookie-close {
    color: var(--white);
    background-color: transparent;
    font-weight: var(--fw-bold);
    font-size: var(--fs-regular);
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    border-radius: var(--border-radius-default);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    font-size: var(--fs-small);
    font-weight: var(--fw-regular);
}

.cookie-policy.cookie-policy-dark .cookie-accept {
    color: var(--white);
    background-color: var(--chrome-54);
    border-color: var(--chrome-54);
    font-weight: var(--fw-bold);
    font-size: var(--fs-regular);
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius-default);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    color: var(--white);
    font-size: var(--fs-small);
    font-weight: var(--fw-regular);
}
