@font-face {
    font-family: 'ChelaOne-Regular';
    src: url('../fonts/Chela_One/ChelaOne-Regular.woff') format('woff'),
        url('../fonts/Chela_One/ChelaOne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Segoe-UI-Bold';
    src: url('../fonts/Segoe_UI_Bold/FontsFree-Net-Segoe-UI-Bold.woff') format('woff'),
        url('../fonts/Segoe_UI_Bold/FontsFree-Net-Segoe-UI-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Segoe-UI-Regular';
    src: url('../fonts/Segoe_UI_Bold/segoe-ui.woff') format('woff'),
        url('../fonts/Segoe_UI_Bold/segoe-ui.ttf') format('truetype');
}

body {
    font-family: 'Segoe-UI-Regular';
}

.btn-social {
    height: 2rem;
    width: 2rem;
}

@media (min-width: 768px) {
    .btn-social {
        height: 2.5rem;
        width: 2.5rem;
    }
}

.mt-10 {
    margin-top: 12rem !important;
}

.bg-images {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.section-heading {
    font-family: 'ChelaOne-Regular';
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.transparent-black-box {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
}

.btn-img img {
    transition: 0.5s;
}

.btn-img:hover img {
    filter: brightness(90%);
}

/** main menu **/
#mainNav {
    border-top: none;
}

#mainNav.navbar-shrink {
    background: transparent;
    border-top-width: 10px;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: 'ChelaOne-Regular';
    font-size: 1.5rem;
    color: #0579cc;
}

#mainNav .navbar-collapse.show {
    background: #0579cc;
}

#mainNav .navbar-collapse.show .navbar-nav .nav-item {
    border-bottom: 1px solid #50a1db;
}

#mainNav .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

#mainNav .nav-follow .section-heading {
    text-shadow: none;
}

#mainNav .nav-follow .btn-social {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
    color: #fff;
    border: 2px solid #fff;
}

@media (min-width: 768px) {
    #mainNav {
        border-top: 40px solid #08172f;
    }

    #mainNav.navbar-shrink {
        background: rgba(255, 255, 255, 0.8);
    }
}

/** header **/
header.masthead {
    padding-top: 2rem;
    padding-bottom: 18rem;
    border-bottom: 2px solid #000;
}

/*@media (min-width: 768px) {
    header.masthead {
        padding-top: 7.5rem;
        padding-bottom: 15rem;
    }
}*/

.social-fix {
    position: fixed;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.social-fix .curvy-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.social-fix .curvy-bg .btn-social:hover img {
    filter: brightness(90%);
}

.tagline {
    font-family: 'ChelaOne-Regular';
    font-size: 1.4rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.play-now {
    width: 300px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -37px;
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 9rem;
        padding-bottom: 7.5rem;
    }

    .tagline {
        font-size: 3rem;
        text-align: left;
    }

    .play-now {
        width: 500px;
        bottom: -60px;
    }
}

@media (min-width: 3840px) {
    header.masthead {
        padding-bottom: 54.5rem;
    }
}

.custom-file-input {
    width: 100%;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Add attachments (below 5mb)';
    display: inline-block;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #0579cc;
    width: 100%;
}

.custom-file-input.file-selected::before {
    content: attr(data-before);
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

/** introduction **/
.introduction .introduction-details {
    color:#fff;
    font-family: 'ChelaOne-Regular';
}

.introduction .transparent-black-box {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
    margin-top: 500px;
}

/** news and updates **/
.news .card {
    border-radius: 0;
    border: 0;
}

.news .card-title {
    font-family: 'Segoe-UI-Bold';
}

.news .card-img-top {
    border-radius: 0;
}

.news .news-slide .slick-arrow {
    position: absolute;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    opacity: 1;
    transition: .3s ease-in-out;
    z-index: 2;
    width: 20px;
    top: 50%;
}

.news .news-slide .slick-arrow.slick-next {
    right: -20px;
}

.news .news-slide .slick-arrow.slick-prev {
    left: -20px;
}

.news .news-slide .slick-arrow img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .news .card-content {
        min-height: 84px;
    }

    .news .news-slide .slick-arrow {
        width: 40px;
    }

    .news .news-slide .slick-arrow.slick-next {
        right: -50px;
    }

    .news .news-slide .slick-arrow.slick-prev {
        left: -50px;
    }
}

/** trailer **/
/*.trailer {
    padding: 1rem 0 8rem 0;
}*/

/** heroes **/
.heroes {
    background: rgba(0, 0, 0, 0.5);
    padding: 4rem 0 4rem 0;
}

.heroes .container {
    position: relative;
}

.heroes .card {
    border-radius: 0;
    border: 0;
    background: #2c2c36;
    cursor: pointer;
}

.heroes .card-body {
    padding: 0;
}

.heroes .card-title {
    color: #fff;
    background: #232227;
    margin: 0;
    text-align: center;
    font-size: 1rem;
    padding: 5px;
}

.heroes .heroes-name {
    font-size: 3rem;
}

.heroes .heroes-name,
.heroes .heroes-power {
    font-family: 'ChelaOne-Regular';
    color: #fff;
    text-shadow: 2px 2px 8px #0579cc;
}

.heroes .heroes-details {
    color: #fff;
}

.heroes .heroes-img-thumb .card-img-top {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.heroes .heroes-img-thumb.heroes-active .card-img-top,
.heroes .heroes-img-thumb:hover .card-img-top {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

@media (min-width: 768px) {
    .heroes {
        padding: 4rem 0 8rem 0;
    }

    .heroes .heroes-img {
        position: absolute;
        width: 450px;
        right: 0;
        top: -120px;
    }

    .heroes .heroes-details {
        min-height: 200px;
    }
}

/** community **/
.community {
    padding-bottom: 6rem;
}

.community .transparent-black-box {
    /*max-height: 400px;*/
    overflow-y: scroll;
}

.community .card {
    background: transparent;
    color: #fff;
}

.community .card .img-fluid {
    background: #fff;
}

.community .card-title {
    font-family: 'Segoe-UI-Bold';
}

.community .community-content {
    font-size: 0.9rem;
}

/** footer **/
.footer {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    color: #fff;
    margin-top: -60px;
}

.footer .btn-social {
    color: #fff;
    border: 2px solid #fff;
}

/** contact us **/
.contact-us {
    padding-bottom: 6rem;
    color: #fff;
}

.contact-us .btn-social-contact {
    color: #fff;
    font-family: 'ChelaOne-Regular';
    font-size: 1.60rem;
    text-align: left;
    padding: 0;
}

.contact-us .btn-social-contact:hover {
    color: #0579cc;
}

.contact-us .btn-social-contact .btn-social-icon {
    min-width: 60px;
    display: inline-block;
}

.contact-us .contact-link {
    color:#fff;
    text-decoration:none;
}

.contact-us .contact-link:hover {
    color:#0579cc;
}
