/****** 
Friday Filmworks Theme 
****************************/

@font-face {
    font-family: "goBold";
    src: url("../fonts/Gobold-Regular.otf");
}

@font-face {
    font-family: "avante";
    src: url("../fonts/AVGARDN_2.TTF");
}

button:focus {
    outline: none;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: avante;
    font-size: 14px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.p-t-100 {
    padding-top: 100px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

header {
    background-color: #000;
    position: fixed;
    width: 100%;
    z-index: 9;
}

.content-wrapper {
    padding-top: 125px;
}

html {
    scroll-behavior: smooth;
}

.navbar {
    padding: 35px 0;
    margin-bottom: 0px;
}

.navbar-brand {
    float: left;
    height: initial;
    padding: 0;
    font-size: initial;
    line-height: initial;
}

.navbar-brand img {
    width: 145px;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
}

.nav > li > a {
    color: #fff;
    padding: 0;
    padding-right: 45px;
    line-height: 3.5;
}

.nav > li:last-of-type a {
    padding-right: 0px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #e61b23;
    font-weight: 700;
}

.nav > li.active a {
    color: #e61b23;
    font-weight: 700;
}

.footer-social li img:hover {
    -webkit-filter: grayscale(1) brightness(5);
    filter: grayscale(1) brightness(5);
}

.section-inner {
    padding: 100px 0;
}

.title {
    font-family: goBold;
    font-size: 30px;
    text-transform: uppercase;
    color: #e61b23;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
    font-weight: 700;
}

#about {
    background-color: #000;
}

.navbar-nav {
    float: none;
    margin: 0;
    width: 100%;
    left: 45%;
    text-align: center;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    position: relative;
}

.navbar-brand {
    position: relative;
    z-index: 999;
}

.founders {
    color: #fff;
}

.founders p {
    font-size: 14px;
}

.founders h3 {
    font-size: 18px;
    font-weight: 700;
}

.sub-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}

.know-more {
    display: inline-block;
    background: #fff;
    padding: 6px 15px;
    color: #000;
    border-radius: 3px;
    border: none;
}

#venture {
    background-color: #1b1b1b;
    color: #fff;
}

#venture p {
    font-size: 14px;
}

#venture .title {
    margin-top: 10px;
    margin-bottom: 20px;
}

#movie-block {
    background-color: #000;
}

.movie-rotate {
    margin-top: 100px;
}

.movie-desc {
    padding-top: 80px;
}

.movie-desc .title {
    font-size: 110px;
    margin-bottom: 0px;
}

.movie-desc h3 {
    font-size: 40px;
    color: #e61b23;
    margin-top: 0px;
    font-weight: 700;
}

.movie-desc p {
    font-size: 13px;
    color: #6b6b6b;
    font-style: italic;
}

.production p,
.direction p {
    font-size: 16px;
    color: #fff;
}

.awards-block {
    background-color: #1b1b1b;
    color: #fff;
}

#awards .item {
    text-align: center;
}

.awards-block .title {
    color: #fff;
}

#affialiate {
    background-image: url("../img/affialiate.png");
    background-size: cover;
}

#affialiate .title {
    color: #fff;
}

#contact {
    background-color: #000;
}

#contact h2 {
    color: #e61b23;
    text-align: center;
    text-transform: uppercase;
    font-family: "goBold";
    margin-bottom: 20px;
}

.input-block span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.input-block input,
.input-block textarea {
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    border: none;
    margin-bottom: 15px;
    background-color: #1b1b1b;
    color: #fff;
}

.input-block textarea {
    width: 100%;
    padding: 15px;
    border-radius: 6px;
    border: none;
    margin-bottom: 15px;
    background-color: #1b1b1b;
}

.input-block input[type="file"] {
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    width: initial;
}

.input-block input[type="submit"] {
    width: initial;
    padding: 10px 20px;
    background: #e61b23;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

footer {
    background-color: #000;
    border-top: 5px solid #1b1b1b;
    padding: 15px 0;
}

.footer-social {
    list-style-type: none;
}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social li:last-of-type {
    margin-right: 0px;
}

.footer-social li img {
    width: 35px;
}

footer h4 {
    color: #fff;
    margin-top: 10px;
    font-style: italic;
    letter-spacing: 0.5px;
    font-weight: 700;
}

/*modal css*/
.modal-header {
    border-bottom: none;
}

.modal-content {
    background-color: #292929;
}

.modal-body {
    color: #fff;
}

.modal-title {
    color: #ED1B24;
    font-family: "goBold";
}

.modal-content .close {
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #F11B23;
    width: 40px;
    height: 40px;
    z-index: 9;
    color: #fff;
}

/*modalcss end*/
a.know-more:hover,
a.know-more:link {
    background: #ed1b24;
    text-decoration: none;
    color: #fff;
}

/*movie overlay*/
.thumb-movie {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.movie-overlay-info {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.thumb-block:hover .thumb-movie {
    opacity: 0.3;
}

.thumb-block:hover .movie-overlay-info {
    opacity: 1;
}

.text-soon {
    color: #fff;
    font-family: "goBold";
    font-size: 18px;
}

div#home {
    position: relative;
    margin-bottom: -5px;
}

.big-thumb {
    width: 61%;
    /*margin: 0px auto;*/
    float: right;
}

p.award-text {
    color: #a7a7a7;
    font-size: 18px;
}

.text-soon img {
    width: 50px !important;
}

#award .owl-nav {
    display: block;
}

#award button.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    left: -100px;
    /*background: #000!important;*/
    /* border-radius: 50%; */
    line-height: 38px;
}

#award button.owl-prev:focus,
#award button.owl-next:focus {
    outline: none;
}

#award button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    right: -100px;
    /*background: #000!important;*/
    /* border-radius: 50%; */
    line-height: 38px;
}

#award button.owl-prev span,
#award button.owl-next span {
    font-size: 65px;
}

/*entities animation*/
.entity-single:hover .item-overlay.top {
    top: 0;
}

.item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: rgba(255,255,255,0.5);*/
    color: #fff;
    overflow: hidden;
    text-align: center;
    width: 100%;
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

.item-overlay.top {
    top: 100%;
}

.entity-single {
    position: relative;
    float: left;
    /*margin: 2%;*/
    overflow: hidden;
    /*width: 21%;*/
}

.entity-content {
    /*position: absolute;
    bottom: 0px;
    text-align: left;
    padding: 10px;*/
    position: absolute;
    top: 0px;
    text-align: left;
    padding: 300px 10px 0px 10px;
    background: #000000;
    opacity: 0.8;
    bottom: 0;
}

.entity-title {
    color: #f11b23;
    font-size: 14px;
    font-weight: 900;
    ;
}

.entity-detail {
    font-size: 12px;
    color: #ffffff;
}

/*twnmax*/
.content-wrapper {
    /*    display: none;*/
}

header {
    /*    display: none;*/
}

.load-block {
    background: #fff;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    z-index: 5;
}

.video-block-overly {
    background: #fff;
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: 2;
}

.video-block-overly:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.37);*/
    z-index: 1;
}

.video-block-overly video {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*movieinfo nav buttons*/
#movieinfo .owl-nav button {
    width: 40px;
    height: 40px;
    background: #000000 !important;
    line-height: 38px;
    margin-right: 5px;
    border: 2px solid #e61b23;
}

#movieinfo .owl-nav button:focus {
    outline: none;
}

#movieinfo .owl-nav button span {
    color: #bdb2b2;
    font-size: 28px;
    line-height: 32px;
}

/*movieinfo nav buttons end*/
.input-block.has-error input {
    border: 1px solid red;
}

.special-ops p {
    padding-top: 40px;
    color: #ffffff;
    line-height: 1.5;
    width: 70%;
    margin: 0 auto;
    text-align: justify;

}

.container.embedblock {
    padding-top: 50px;
}

.container.embedblock iframe {
    border: 3px solid #e61b23;
}

.custom-captcha label.checkbox-inline {
    color: #ffffff;
}

.videoSlider .item iframe {
    width: 100%;
    height: 400px;
}

.videoSlider,
.trailerSlider {
    position: relative;
}

.videoSlider .owl-prev,
.trailerSlider .owl-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}

.videoSlider .owl-next,
.trailerSlider .owl-next {
    position: absolute;
    right: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}

button.owl-next .fa,
button.owl-prev .fa {
    color: #fff;
    font-size: 30px;
    outline: none;
}
.featured-video-frame a{
    display: block;
    border:2px solid red;
}
.video-cont{
    width: 100%;
}
#affialiate{
    background-image: url(../img/affialiate_mob.png);
    background-size: contain;
    background-repeat: repeat;
}



/******************************************************************************************************/
/*************************************** CSS FOR CHANGES 09-04-2024 STARTS HERE***************************/
/*******************************************************************************************************/

body.new-page .btn.active.focus,
body.new-page .btn.active:focus,
body.new-page .btn.focus,
body.new-page .btn:active.focus,
body.new-page .btn:active:focus,
body.new-page .btn:focus {
    outline: none !important;
    color: #e61b23 !important;
}

body.new-page .btn:active.focus {
    color: #e61b23;
}

body.new-page .nav .open>a,
body.new-page .nav .open>a:focus,
body.new-page .nav .open>a:hover {
    background-color: transparent;
}

body.new-page .custom-trailerSlider-outer{
    padding:0px;
}
body.new-page #our_divisions {
    background-color: #1b1b1b;
    color: #fff;
}
body.new-page #our_team{
    background-color: #000;
}
body.new-page .divisions-read-more, 
body.new-page .divisions-read-more:hover{
    color: #e61b23;
    font-weight: 700;
    margin-top: 23px;
}
body.new-page .divisions-text{
    text-align: center;
}
body.new-page .co-founder-text{
    padding-top: 3%;
}
body.new-page .our-divisions-title{
    text-align: center;
}
body.new-page .contact-us * {
    color: #ffffff;
    line-height: 1.8;
}
body.new-page .FilmsSlider .owl-prev, 
body.new-page .DocumentarySlider .owl-prev {
    position: absolute;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}
body.new-page .FilmsSlider .owl-next, 
body.new-page .DocumentarySlider .owl-next {
    position: absolute;
    right: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}
body.new-page .custom-main-title {
    text-align: center;
    padding-top: 20px;
    font-size: 20px !important;
        color: #ffffff !important;

}
body.new-page .owl-carousel a:hover {
    text-decoration: none;
 }
body.new-page .owl-carousel a:hover .custom-main-title{
    color: #cccccc !important;
}
body.new-page .nav > li > a {
    padding-right: 0px;
    padding-left: 29px;
    line-height: 3.5;
}
body.new-page .founders h3 {
    font-size: 18px;
    font-weight: 500;
}
body.new-page .founders h3 span {
    font-size: 15px;
}
body.new-page .production *, .direction * {
    color: #e61b23 !important;
}
body.new-page .custom-upcoming-details{
    display: none;
}
body.new-page .movie-desc .title {
    font-size: 72px;
 }
@media(max-width:767px){
    body.new-page .container.embedblock iframe {
        width: 100%;
        height: 250px;
    }
    body.new-page .FilmsSlider .owl-next,  
    body.new-page .videoSlider .owl-next, 
    body.new-page .DocumentarySlider .owl-next {
        right: -25px;
        top: 35%;
    }
    body.new-page .FilmsSlider .owl-prev,  
    body.new-page .videoSlider  .owl-prev, 
    body.new-page .DocumentarySlider .owl-prev {
        left: -25px;
        top: 35%;
    }
    body.new-page .custom-main-title {
        padding-top: 15px;
        font-size: 16px !important;
     }
     body.new-page .dropdown-menu>.active>a, 
     body.new-page .dropdown-menu>.active>a:focus, 
     body.new-page .dropdown-menu>.active>a:hover {
        background-color: #d8d8d8;
    }
    body.new-page .dropdown-menu>li>a{
        color: #ffffff;
                text-align: center;
     }
     body.new-page ul.dropdown-menu {
            background: #111111 !important;
        }
}

/******************************************************************************************************/
/*************************************** CSS FOR CHANGES 09-04-2024 ENDS HERE***************************/
/*******************************************************************************************************/