:root {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
    --font-neo-grotesque: 'Arial Black', 'Arial Nova', Arial, 'Helvetica Neue', Inter, Roboto, 'Nimbus Sans', sans-serif;
    --bs-font-sans-serif: 'Myriad Pro', 'Open Sans', Seravek, Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
}

body {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #ffff;
    overflow-x: hidden;
    font-size: 15px;
    color: #727277;
}

.nopadding {
    padding: 0px !important;
}

.hero {
    background-image: url('../img/hero.jpg');
    background-size: cover;
    background-position: center;
    display: block;
    padding: 2rem 0rem 2rem;
}

.main-text {
    margin: 8rem 0rem;
}

a,
a:hover {
    color: inherit;
    transition: all 0.2s ease;
    text-decoration: none;
}

.follow a:hover {
    color: #fc0202;
}

.menu {
    background-color: #1a1a1a;
    padding: 13px 10px;
    color: #f9f9fa;
    border-bottom: 1px solid #dddddd;
    font-family: var(--font-neo-grotesque);
    font-weight: 900;
    text-align: center;
    position: sticky;
    width: 100%;
    top: 0px;
    z-index: 99999
}

.menu li {
    font-size: 17px;
    margin: 0px 21px;
}

.menu li.active a {
    color: #fc0202;
}

.menu li a:hover {
    color: #fc0202;
}

.about {
    background-color: #1e1e1e;
    padding: 3rem 0rem;
}

.title {
    color: #f9f9fa;
    font-family: var(--font-neo-grotesque);
    font-weight: 900;
    font-size: 37px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-left-box {
    background-color: #10131c;
    padding: 2.5rem 1.5rem;
}

.sub-title {
    color: #f9f9fa;
    font-family: var(--font-neo-grotesque);
    font-weight: 900;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 23px;
}

.actor {
    color: #fdfafa;
    font-size: 13px;
    margin: 24px 0px 0px;
}

.actor a:hover {
    color: #fc0202;
}

.mail-link {
    text-decoration: underline;
}

.mail-link:hover {
    text-decoration: underline;
    color: #fc0202;
}

.border-title-box {
    background-color: #fff;
    padding: 13px 10px;
}

.border-title {
    color: #10131c;
    font-size: 37px;
    font-family: var(--font-neo-grotesque);
    font-weight: 900;
    border-left: 2px solid #a0a0a0;
    padding-left: 22px;
    line-height: 40px;
}

.trailer,
.gallery,
.watchit {
    background-color: #1e1e1e;
}

.gallery {
    background-color: #10131c;
}

.trailer-box,
.gallery-box,
.watchit-box {

    background-color: #10131c;
}

#youtube-video i {
    font-size: 6rem;
    font-size: 15cqmin;
    color: #fff;
    opacity: 0.9;
}

#youtube-video:hover i {
    color: #f03;
    opacity: 1;
}

.about-box,
.trailer-box,
.gallery-box,
.watchit-box {
    padding: 3rem 0rem;
}

.alert-white {
    background-color: #fff;
    color: #050505;
    border-top: 1px solid #10131c;
    border-radius: 0px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.copyrights {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.carousel {
    position: relative;
}

.carousel-item img {
    object-fit: cover;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fc0202;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(249 249 250);
    padding: 0px;
}

.navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(252 2 2);
}

#carousel-thumbs {
    background: rgb(16 19 28);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
}

#carousel-thumbs img {
    border: 3px solid transparent;
    cursor: pointer;
    max-height: 96px;
}

#carousel-thumbs img:hover {
    border-color: #e28c07;
}

#carousel-thumbs .selected img {
    border-color: #fc0202;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
}

.modal-open .modal {
    z-index: 99999999;
}

.modal-backdrop {
    z-index: 999999;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #5b6579;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

@media all and (max-width: 767px) {
    .carousel-container #carousel-thumbs img {
        border-width: 3px;
    }
}

@media all and (min-width: 576px) {
    .carousel-container #carousel-thumbs {
        position: absolute;
    }
}

@media all and (max-width: 576px) {
    .carousel-container #carousel-thumbs {
        background: #ccccce;
    }
}