:root {
    --mm-dark-blue: #0A0853;
    --mm-light-grey: #E6E6E6;
    --mm-bright-blue: #2A27AD;
    --mm-blue: #5E5EDE;
    --mm-purple: #8B6BD7;
    --mm-light-purple: #A162D3;
    --mm-light-pink: #CC93D8;
    --blog-header: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies_com/MM_240806_bg_blog_header_sm.jpg);
}

body,
html {
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    hanging-punctuation: first last;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--mm-dark-blue);
    scroll-behavior: smooth;
}

@media(prefers-reduced-motion: no-preference) {
    :has(:target) {
        scroll-margin-top: 4rem;
        scroll-behavior: smooth;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.text-balance {
    text-wrap: balance;
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}

.display-1 {
    /* calc(1.375rem + 5.5vw);*/
    font-size: clamp(1.375rem, 1.375rem+5.5vw, 3.5rem);
}

p {
    text-wrap: pretty;
}

p:last-child {
    margin-bottom: 0;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.text-bright-blue {
    color: var(--mm-bright-blue);
}

.text-blue {
    color: var(--mm-blue);
}

.text-purple {
    color: var(--mm-purple);
}

.text-light-purple {
    color: var(--mm-light-purple);
}

.text-light-pink {
    color: var(--mm-light-pink);
}

.mm-logo,
footer .mm-logo {
    max-width: 200px;
    width: 100%;
}

.container {
    position: relative;
    z-index: 2;
}

a,
a:visited,
a:active,
a:focus {
    color: var(--mm-dark-blue);
    text-decoration: none;
}

a:hover {
    color: var(--mm-purple);
    text-decoration: underline;
}

a.btn {
    text-decoration: none !important;
    transition: transform 0.5s;
}

a.btn:hover {
    text-decoration: none !important;
    transform: scale(1.05);
}

.mm-gradient {
    background: linear-gradient(to left, #5e5ede 0%, #8b6bd7 28%, #a162d3 53%, #a162d3 77%, #cc93d8 100%);
}

.btn-mm,
a.btn-mm {
    background: linear-gradient(to left, #5e5ede 0%, #8b6bd7 28%, #a162d3 53%, #a162d3 77%, #cc93d8 100%);
    color: #fff;
    border-width: 0;
    text-decoration: none !important;
    transition: transform 0.5s;
}

.btn-mm:hover,
a.btn-mm:hover {
    transform: scale(1.05);
    text-decoration: none !important;
}

.btn-dark-blue {
    background-color: var(--mm-dark-blue);
    color: var(--mm-light-pink) !important;
    border-width: 0;
    text-decoration: none !important;
    /* display: inline-block; */
}

.btn-dark-blue:hover {
    background-color: var(--mm-dark-blue);
    transform: scale(1.05);
    text-decoration: none !important;
}



.main-body-content {
    max-width: 2000px;
    margin: 0 auto;
}

.mm-gradient-reverse {
    background: linear-gradient(to right, #5e5ede 0%, #8b6bd7 28%, #a162d3 53%, #a162d3 77%, #cc93d8 100%);
}



.pagination {
    --bs-pagination-active-bg: #fff;
    --bs-pagination-active-color: var(--mm-blue);
    --bs-pagination-active-border-color: var(--mm-blue);
    --bs-pagination-border-color: #fff;
    --bs-pagination-color: var(--mm-dark-blue);
    --bs-pagination-disabled-color: var(--mm-dark-blue);
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #fff;
}

.page-link {
    font-weight: 700;
    font-size: 1.2rem;
}

.fb_iframe_widget,
.fb_iframe_widget>span,
.fb_iframe_widget iframe {
    width: 100% !important;
}



.mm-menu .nav-link {
    color: #fff !important;
    padding-left: 0;
    padding-right: 0;
    /* margin-right: var(--bs-navbar-nav-link-padding-x);
    margin-left: var(--bs-navbar-nav-link-padding-x); */
    position: relative;
    word-break: keep-all;
    white-space: nowrap;
}

.mm-menu .nav-link::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0%;
    height: 3px;
    background: linear-gradient(to left, #5e5ede 0%, #8b6bd7 28%, #a162d3 53%, #a162d3 77%, #cc93d8 100%);
    transition: all 0.5s;
}

.mm-menu .nav-link.active,
.mm-menu .nav-link:active,
.mm-menu .nav-link:focus,
.mm-menu .nav-link:hover {
    color: #fff !important;
    text-decoration: none !important;
    position: relative;

}

.mm-menu .nav-link:not(#menu-link-login).active::before,
.mm-menu .nav-link:not(#menu-link-login):active::before,
.mm-menu .nav-link:not(#menu-link-login):focus::before,
.mm-menu .nav-link:not(#menu-link-login):hover::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #5e5ede 0%, #8b6bd7 28%, #a162d3 53%, #a162d3 77%, #cc93d8 100%);
}

.mm-menu .navbar-toggler-icon {
    background-image: none;
    -webkit-mask-image: var(--bs-navbar-toggler-icon-bg);
    mask-image: var(--bs-navbar-toggler-icon-bg);
    background-color: #fff;
}

.mm-menu .navbar-toggler {
    border-color: #fff;
}

#menu-link-login {
    border-radius: 15rem;
    padding: 5px 30px;
    height: 40px;
    margin-top: 6px;
}

hr {
    border: none;
    opacity: 1;
    border-top: 1px solid var(--mm-dark-blue);
    margin: 1.5em 0;
}

hr.white-line {
    opacity: 1;
    width: 10%;
    min-width: 100px;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 3px;
    border-top-color: #fff;
}


svg[class^='icon-'] {
    width: 1.3em;
    height: 1.3em;
    fill: currentColor;
    vertical-align: -0.25em;
}

header .mm-gradient a {
    color: #fff;
}

header .mm-gradient a:hover {
    color: var(--mm-dark-blue);
}

header svg[class^='icon-'] {
    margin-right: .55em;
    height: 1em;
    width: 1em;
}

.social-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-list svg {
    margin-right: 1.1em;
}

.social-link {
    border-bottom: solid 1px var(--mm-dark-blue);
    padding: 1.2em 0;
    margin: 0;
    font-weight: 800;
    font-size: 1.2rem;
    width: auto;
}

.social-link:last-child {
    border-bottom: none;
}

.social-list li a:hover {
    text-decoration: none !important;
}

footer {
    font-size: .8rem;
}


.footer-links {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: end; */
    gap: 0em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin: 0;
    border-right: 1px solid var(--mm-dark-blue);
    padding: 0 1.4em;
}



.footer-links li:last-child {
    border-right: none;
}

footer form input {
    border: none;
    border-bottom: 1px solid var(--mm-dark-blue);
    border-radius: 0;
    padding: 0.5em 1em;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--mm-purple);
    background-color: #fff;
    width: 100%;
}

footer form input::placeholder {
    color: var(--mm-purple);
}

footer form input:focus {
    outline: none;
    border-color: var(--mm-purple);
}



.carousel {
    overflow: hidden;
}

.carousel-indicators {
    position: initial
}

.carousel-control-next,
.carousel-control-prev {
    background-color: var(--mm-blue);
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    opacity: 1;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32L109.3 224 254.6 78.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.2rem;
    height: 1.2rem;
}

.carousel-inner {
    overflow: visible;
}

.carousel-control-next {
    right: 30px;
}

.carousel-control-prev {
    left: 30px;
}

.carousel-indicators .active {
    background-color: var(--mm-blue);
    width: 3.2rem;
    transition: all 0.5s;
}

.pushcrew-side-button {
    top: 250px !important;
}

.footer-blog {
    width: 100%;
    height: fit-content;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.footer-blog::-webkit-scrollbar {
    display: none;
}

.footer-blog-item {
    float: none;
    display: inline-block;
    height: calc(100vw/6);
    width: calc(100vw/6);
}

.footer-blog-item img {
    height: 100%;
    width: 100%;
}


@media (max-width: 575.98px) {

    body,
    html {
        font-size: 14px;
    }

    .carousel-control-next {
        right: 0;
    }

    .carousel-control-prev {
        left: 0;
    }

    .footer-blog-item {
        height: calc(100vw/3);
        width: calc(100vw/3);
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {

    body,
    html {
        font-size: 16px;
    }

    .carousel-control-next {
        right: 0;
    }

    .carousel-control-prev {
        left: 0;
    }

    .footer-blog-item {
        height: calc(100vw/3);
        width: calc(100vw/3);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    body,
    html {
        font-size: 18px;
    }

    .carousel-control-next {
        right: 0;
    }

    .carousel-control-prev {
        left: 0;
    }

    .footer-blog-item {
        height: calc(100vw/4);
        width: calc(100vw/4);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) and (max-width: 1399.98px) {}

@media (min-width: 1400px) {
    .footer-blog-item {
        height: calc(2000px/7);
        width: calc(2000px/7);
    }
}