@import url("/fonts_css");

body {
    background-color: white;
    color: #111;
    font-family: CtrlMovieSans, Helvetica, Arial, sans-serif;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.03em;
}

.bg-dark {
    background-color: #000 !important;
    color: white;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0rem;
}

.text-block .h1,
.text-block .h2,
.text-block .h3,
.text-block .h4,
.text-block .h5,
.text-block .h6,
.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
    margin-bottom: 0.5rem;
}

h1 {
    font-size: 42px;
    font-weight: bold;
}

h2 {
    font-size: 36px;
    font-weight: bold;
}


h3 {
    font-size: 24px;
    font-weight: bold;
}

h4 {
    font-size: 1rem;
    font-weight: 700;
}

h5 {
    font-size: 1rem;
}



.text-block h3 {
    font-size: 24px;
}

.text-small {
    font-size: 0.85em;
}



.home h1 {
    font-size: 24px;
    font-weight: 300;
}

.home h2 {
    font-size: 32px;
    font-weight: bold;
}

.home h3 {
    font-size: 24px;
    font-weight: 300;
}

.navbar-white-bkgr {
    background-color: white;
}

#logo {
    width: 128px;
    height: 22px;
    background-image: url(/img/ctrlmovie-white.svg);
    background-size: 128px, 22px;
    background-repeat: no-repeat;
}


.navbar-white-bkgr #logo {
    background-image: url(/img/ctrlmovie-black.svg) !important;
}

.navbar-bold .nav-item {
    font-weight: bold;
}

.navbar-offset {
    height: 50px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: #111;
}

#footer-overflow {
    height: 5rem;
}

footer {
    background-color: black;
    color: #888;
    position: relative;
    width: 100%;
    min-height: 80px;
    z-index: 99;
    overflow: visible;
    margin-top: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
}

footer .footer-content {
    position: relative;
}

footer .footer-container {
    position: relative;
    width: 100%;
    padding: 0.5rem 0rem;
}

footer .uppercase {
    text-transform: uppercase;
}

footer .copyright {
    padding-bottom: 0.5rem;
    text-align: left;
}

footer .container .justify-end {
    justify-content: flex-end !important;
}

footer .nav-link {
    padding: 0rem 1rem;
}

footer hr {
    border-top: 1px solid rgb(255, 255, 255, 0.2);
}


@media (max-width: 1200px) {
    footer .container .justify-end {
        justify-content: center !important;
    }

    footer .copyright {
        text-align: center;
    }

    #footer-overflow {
        height: 5rem;
    }

    footer {
        min-height: 120px;
        /* Footer height */
    }
}


.font-small {
    font-size: 0.7rem;
}

.text-block {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.img-block img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.parallax {
    width: 100%;
    height: 400px;
    left: 0px;
    position: absolute;

    overflow-x: hidden;
    overflow-y: hidden;
}

.parallax-content {
    width: 100%;
    height: 600px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-position-x: center;
    transform: scale(1.2);
    z-index: -1;
}

.parallax-offset {
    height: 400px;
}

.parallax-home {
    height: 800px;
}

.parallax-home .parallax-content {
    height: 1000px;
    transform: scale(1.2);
}

.parallax-products {
    height: 500px;
}

.parallax-products .parallax-content {
    height: 700px;
    transform: scale(1.2);
}

#parallax1 {
    background-image: url(/img/JoeSowerbutts.jpg);
}

#parallax2 {
    background-image: url(/img/Infront-of-Auction-House.jpg);
}

#parallax3 {
    background-image: url(/img/cinema4.jpg);
}

#parallax4 {
    background-image: url(/img/LateShift_Garage.jpg);
}

#parallax-ls-wrapper {
    height: 1000px;
}

#parallax-ls-offset {
    height: 1000px;
}

#parallax-ls {
    background-image: url(/img/lateshift/HomeLaurels.jpg);
    background-size: 1800px;
    height: 1200px;
}

#hero-overlay {
    width: 100%;
    height: 800px;
    color: white;
    display: flex;
    align-items: center;
}

#hero-overlay .btn-primary {
    color: black;
    background-color: white;
    border-color: white;
}

#hero-overlay .btn-primary:hover {
    color: black;
    background-color: rgb(210, 210, 210, 1.0);
    border-color: rgb(210, 210, 210, 1.0);
}

#hero-overlay-movie {
    width: 100%;
    height: 800px;
    text-align: center;
    color: white;
}

#hero-overlay-movie img {
    margin-top: 250px;
    -webkit-filter: drop-shadow( 0px 3px 5px rgba(0, 0, 0, .5));
  filter: drop-shadow( 0px 3px 5px rgba(0, 0, 0, .5));
}

.hero-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

.hero-left {
    text-align: left;
    max-width: 480px;
    padding-top: 40px;
}

.hero-left img {
    margin-top: 0 !important;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, .5));
}

.hero-left h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-right {
    flex-shrink: 0;
    padding-top: 40px;
}

.cinemacon-card {
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 0.5rem;
    padding: 32px 28px 28px;
    max-width: 380px;
}

.cinemacon-card-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.cinemacon-card-badge-label {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.cinemacon-card-badge-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
}

.cinemacon-card-badge-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
}

.cinemacon-card-title {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 10px;
    letter-spacing: 0.03em;
}

.cinemacon-card-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
    margin: 0 0 20px;
}

.cinemacon-card-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.cinemacon-card-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.cinemacon-card-cta {
    display: inline-block;
    background: white;
    color: black;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px;
    border-radius: 0.4rem;
    text-decoration: none;
    transition: background-color 0.2s;
}

.cinemacon-card-cta:hover {
    background-color: rgb(210, 210, 210);
    color: black;
    text-decoration: none;
}

.cinemacon-card-cta svg {
    display: none;
}

.video {
    width: 100%;
    height: 500px;
}

@media (max-width: 767.98px) {
    .video {
        height: 200px;
    }

    #hero-overlay img {
        margin-top: 220px;
        width: 200px;
    }

    .hero-split {
        flex-direction: column;
        justify-content: center;
        padding: 0 20px;
        gap: 30px;
    }

    .hero-left {
        text-align: center;
        max-width: 100%;
        padding-top: 20px;
    }

    .hero-left h1 {
        font-size: 20px;
    }

    .hero-right {
        padding-top: 0;
    }

    .cinemacon-card {
        max-width: 100%;
        padding: 24px 20px 20px;
    }

    .cinemacon-card-title {
        font-size: 18px;
    }

    .parallax-home .parallax-content {
        background-position-x: 80%;
    }

    .parallax-products .parallax-content {
        background-position-x: 70%;
    }

    #parallax-ls-wrapper {
        height: 600px;
    }

    #parallax-ls-offset {
        height: 600px;
    }

    #parallax-ls {
        background-size: 900px;
        height: 600px;
        background-position-y: 50px;
        background-repeat: no-repeat;
        background-color: black;
    }
}

@media (max-width: 1140px) {
    .parallax-home .parallax-content {
        background-position-x: 80%;
    }
}

@media (max-width: 1400px) {
    .parallax-home .parallax-content {
        background-position-x: 80%;
    }
}

.person {
    border-radius: 75px;
}

footer .social-img {
    width: 16px;
    height: 16px;
}

.social-img-body {
    width: 35px;
    height: 35px;
    margin-right: 1em;
    display: inline-block;
}

.cookie-disclaimer {
    position: fixed;
    z-index: 1500;
    padding: 1rem;
    width: 100%;
    bottom: 0px;
}

.lateshift-laurels {
    background-image: url(/img/LateShiftLaurels.jpg);
    background-size: 768px;
    background-repeat: no-repeat;
    background-position-x: center;
}

.alert {
    border: none;
    border-radius: 0.5rem;
}

.alert-success {
    color: white;
    background-color: #155724;
}


.alert-danger {
    background-color: #8e1723;
    border-color: #8e1723;
    color: white;
    padding: 1rem;
}

.alert-success {
    background-color: #e7ffe0;
    border-color: #e7ffe0;
    color: #23721c;
    padding: 1rem;
}

.splide__pagination__page.is-active {
    background: #888 !important;
}

.splide__slide ul {
    margin-bottom: 1em;
}

@media (max-width: 767.98px) {
    .splide__arrows {
        display: none !important;
    }

    .splide__pagination {
        display: none !important;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: white;
    font-weight: bold;
    color: black;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: black;
}

a.dropdown-toggle {
    outline: none;
}

.btn-secondary {
    background-color: #555;
    border-color: #555;
}

.btn-secondary:hover {
    background-color: #444;
    border-color: #444;
}

.btn {
    border-radius: 0.4rem;
}

.btn-lg {
    border-radius: 0.5rem;
}

.bg-dark a {
    color: white;
}

.e-addr {
    unicode-bidi: bidi-override;
    direction: ltr;
}

.width-400 {
    width: 400px;
}

.vertical-center {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.img-apphero {
    transform: scale(1.08);
}

.img-rounded {
    border-radius: 1rem;
}

.card {
    border-radius: 0.5rem;
}

.card-shaded {
    background-color: white !important;
    border-radius: 1rem;
    border: 1px solid transparent !important;
    box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.1);
}

a:hover .card-shaded {
    background-color: rgba(0, 0, 0, 0.02) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

a .card-shaded p, a .card-shaded h4 {
    text-decoration: none !important;
    color: black !important;
}

.bg-dark .card-shaded {
    background-color: #222 !important;
    border: 1px solid #2b2b2b !important;
}

.bg-dark .card-shaded p, .bg-dark .card-shaded h4 {
    color: white !important;
}

.bg-dark a .card-shaded small {
    color: #017cff !important;
}

.bg-dark a:hover .card-shaded {
    background-color: #282828 !important;
}

a:hover {
    text-decoration: none !important;
}

.pb-30px {
    padding-bottom: 30px;
}


form {
    margin-block-end: 0;
}

.form-control-lg {
    border-radius: 0.5rem !important;
}

#help-article-content blockquote {
    border: none;
    border-radius: 0.5rem;
    background-color: #fffae3;
    color: rgb(0,0,0,0.8);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

#help-article-content blockquote p {
    margin-bottom: 0;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 1rem;
}

.navbar-dark .nav-link {
    text-transform: uppercase;
}

.navbar-light .nav-link {
    text-transform: uppercase;
}

.rounded {
    border-radius: 0.75rem !important;
}

.text-max-width {
    max-width: 50rem;
}