/*-------------CSS Edids ------------------*/

/* Colors 
Black: #252419
fuchsia: #ff00ff
Rosy Brown : #BCAB99
White #ffffff
*/

/*-------------------------------------------*/
/* Foogle Fonts */
h1,
h2,
h3,
h4 {

    font-family: 'Raleway', sans-serif;
    color: #ff00ff;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
}


body {

    background-color: #000000;
}

/*-------------PRE LOADER---------------------------*/


#preloader {
    background: #000000;
    height: 100%;
    width: 100%;
    z-index: 9999;
    position: fixed;
}


.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 25% 47%;
}

.lds-ripple div {
    position: absolute;
    border: 6px solid #ff00ff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;


}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}



/*-------------FILM--SECTION----------------------------*/
#film-section {

    width: 100%;
    display: block;
    padding-bottom:0;
    
}

#film-section .carousel-caption {

    margin-bottom: 150px;

}

.carousel-inner .carousel-caption .heading-1 {

    font-size: 50px;
    font-weight: 500;
    color: #ffffff;


}

.carousel-inner .carousel-caption .heading-2 {

    font-size: 45px;
    font-weight: 400;
    color: #ff00ff;

}

.carousel-inner .carousel-caption .heading-2 span {
    color: #ffffff;
    font-weight: 300;

}

.carousel-inner .carousel-caption .heading-1 strong {
    font-weight: 500;
}


.carousel-inner .carousel-caption .heading-3 {
    color: #ff00ff;
    font-size: 35px;
    font-weight: 400;
}

.carousel-inner .carousel-caption .heading-4 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
}

@media (max-width: 600px) {

    #film-section .carousel-caption {

        margin-bottom: 10px;

    }
}


/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

#film-section .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 700px;
}

@media only screen and (max-width: 600px) {
    #film-section .carousel-item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 300px;
    }

}


/*----------------FESTIVAL INFO---------------------------*/
section {
    padding: 60px 0;

}


#festival-info img {

    width: 100%;
    height: auto;
    border-radius: 20px;
}

.about-festival strong{
    color: #ff00ff;
    text-transform: capitalize;
     
}

#festival-info .about-festival {

    margin: 30px 10px 0 10px;

}

#festival-info h1 {

    color: #ff00ff;
    font-weight: 300;
    font-size: 50px;
    text-shadow: 0 0px 8px #ff00ff;
    text-align: left;
    padding: 10px 20px 10px 10px;

}

#festival-info p {
    font-weight: 100;
    padding: 0 20px;
    text-align: left;
}

@media only screen and (max-width: 600px) {
    #festival-info {
        margin-top: o;
        margin-bottom: 300px;
    }

    #festival-info .about-festival {
        font-size: 14px;
    }
}

/*-------------Opening-Times----------------------------*/

#opening-times {
    height: 350px;
    background: url("../img/calender.jpg") no-repeat center fixed;
    background-size: cover;
    padding: 0;

}

#opening-times .overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 60px auto;

}

.content .text-style {
    padding: 0;

}

#opening-times h1 {

    padding: 60px 0 10px 0;

    color: #ff00ff;
    font-weight: 300;
    font-size: 50px;
    text-transform: uppercase;
    text-shadow: 0 0px 8px #ff00ff;
}

#opening-times h1 i {
    color: #ffffff;
    text-shadow: 0 0px 0px #ffffff;
}

/*----------------REGISTER---------------------------*/
#register {

    height: 350px;

}


#register h1 {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 15px 0;
    text-shadow: 0 0 8px #ff00ff;
    text-align: center;
}

.info-form .input-group {

    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 px 0 10px;
    position: relative;
    width: 50%;
    margin-left: 70px;


}

.input-group .input-style {

    padding: 5px 0;
    font-size: 16px;
    color: #ccc;
    background: transparent;
    border: none;
}

input {
    outline: none;
    border: none;
    width: 100%;
    font-size: 40px;
    font-family: inherit;

}

.btn {
    margin-left: 70px;
    padding: 3px 10px;
    border: none;
    background: #ff00ff;
    border-radius: 13px;
    color: #ffffff;
    text-align: center;

}



/*----------------UPCOMING FILMS---------------------------*/



#upcoming-films .heading-films {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    margin: 4px 0;
    text-shadow: 0 0 8px #ff00ff;
    margin-bottom: 16px;


}

#upcoming-films .film-section {

    -webkit-box-shadow: 0px 0px 15px 3px #212529;
    box-shadow: 0px 0px 15px 3px #212529;
    border-radius: 8px;
    transition: all 400ms linear;
    height: 410px;
    text-align: center;


}

#upcoming-films .film-section:hover {
    background: #212529;

}

.film-section img {
    border-radius: 15px;
    height: 180px;

}

.film-section .film-heading {
    padding: 8px 0;
    height: 90px;

}

#upcoming-films .film-text a {
    color: aliceblue;
    font-size: 25px;
    font-weight: 100;
    text-decoration: none;
}

.film-section .discription {
    padding: 15px 0 0 20px;

}

.discription h6 {

    color: #ff00ff;
    font-size: 15px;
    font-weight: 200;
    margin: 5px 30%;
    border: 1px solid #ff00ff;
    border-radius: 20px;
    padding: 5px 0;
    text-align: center;
}


/*-------Contact Us-------*/

#contact-us {
    height: 300px;
    background: url("../img/contact.jpg") no-repeat fixed;
    background-size: cover;
    padding: 0;


}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    padding: 30px 0;

}

.contact ul.contact-info {
    padding: 0;
    list-style: none;
    


}

#contact-us h2 {
    font-weight: 300;
    font-size: 40px;
    margin: 25px 0 0 0;
    
    color: #ff00ff;
    text-transform: uppercase;
    text-shadow: 0 0px 8px #ff00ff;
    text-align: center;

}

.contact ul.contact-info li {
    list-style: none;
    font-size: 18px;
    font-weight: 200;
    margin-top: 5px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
}

.contact ul.contact-info li a {

    color: #ffffff;
    text-decoration: none;

}

.contact ul.contact-info li a:hover {
    color: #ff00ff;
}

.contact ul.contact-info li i {
    border: transparent;
    padding: 5px 18px 5px 0;
    color: #ff00ff;
    font-size: 20px;

}

/*-----------About Us-----------*/
#about-us {
    margin-top: 30px;
    padding: 10px;
   /*height: 300px; */
}

#about-us .heading-about {
    font-weight: 300;
    font-size: 40px;
    margin: 44px 0 0 0;
    ;
    color: #ff00ff;
    text-transform: uppercase;
    text-shadow: 0 0px 8px #ff00ff;
    text-align: center;

}

#about-us .about {
    padding: 15px;
    margin: 10px;
    
    background: #212529;
    -webkit-box-shadow: 0px 0px 15px 3px #212529;
    box-shadow: 0px 0px 15px 3px #212529;
    border-radius: 10px;

}

#about-us .about p {
    font-size: 15px;
    margin: 0;
    font-weight: 100;
}


@media (max-width: 600px) {

    #about-us .about {

        margin: 0 15px;
        padding: 0 auto;

    }

    #about-us .about p {

        font-size: 12px;
    }

}

/*-----------FOOTER-----------*/
#footer-info {
    background: tranparent;
   /* height: 160px;*/
    padding: 40px 0;
    margin: 50px 0;

}


#footer-info .footer {

    font-weight: 100;
    margin: 25px 0 0 0;

}

.footer h3 {
    font-size: 18px;
    text-align: center;

}

.footer p {
    font-size: 12px;
    margin: 0;
    text-align: center;
}

.footer .menu-footer a {
    text-decoration: none;
    color: #ffffff;
}

/*______Footer List Menu_____*/
.footer ul.list-info {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    list-style: none;
    padding-inline-start:18px;
   
}



.footer ul.list-info li {

    width: 50px;
    height: 35px;

}

.footer ul.list-info li a {
    color: #ffffff;
    border: transparent;
    border-radius: 50%;
    padding: 4px;
    margin: 0;
    background: #ff00ff;
    

}


.footer ul.list-info li a i {
    font-size: 15px;
    padding: 10px 5px 10px 5px
}

ul.menu-footer {
    padding: 0 auto;
    list-style: none;
    justify-content: left;
    width:200px;
    margin: 0 auto;

    

}

@media (max-width: 600px) {

    .footer ul.list-info {
         
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        width: 100%;
        justify-content: center;
       


    }
}

/*-------Nav Bar-----------*/


ul.navbar-nav .nav-item a span {
    color: #ff00ff;
}

nav {
    background: black;
    border-bottom: #212529;

    -webkit-box-shadow: 0px 0px 15px 3px #212529;
    box-shadow: 0px 0px 15px 3px #212529;
    margin:0;

}

#navbarContent .navbar-nav li.active > a {
	    color:#ff00ff;
}

/* Position of navbar button in small screen */
.navbar-toggler{
    margin-left: 50%;
    
}

/* Carousel Overlay*/
.carousel-inner .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
     background:linear-gradient(#080808, rgba(8,8,8, .2), rgba(8,8,8,.1), #080808);
    left: 0;
    top: 0;
    z-index: 1;
   
}



