html,body {
	font-family: 'Lato', sans-serif;
}
a, a:hover{
	color:#000 !important;
	text-decoration:none;
}
nav{
	padding: 0px !important;
}
.fa-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#0473a7), to(#0473a7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 20px;
}
.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #0000001f;
}
.carousel-caption h2, .carousel-caption p {
    text-shadow: 3px 3px 5px #686868;
    width: 50%;
    margin: 0px auto;
}

.homeNewFilmSection{
	padding: 70px 0px;
	background: #fbf9f9;
}
.section-title {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000;
}

.section-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #008acf;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 4px;
  background: #008acf;
  bottom: 0;
  left: calc(50% - 20px);
}


@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.btn-primary{
	background: #008acf;
	color: #fff;
}
.btn-primary:hover{
	background: #026597;
	color: #fff !important;
}
.slideFromBottom {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromBottom;
}

.homeNewFilmSection .poster{
    height: 360px;
    width: auto;
}
.filmGrid{
	padding: 70px 0px;
	background: #fff;
}
.filmGrid .filmsWrapper{
    box-shadow: 2px 2px 5px 0px #8b8b8b75;
    border-radius: 5px;
    height: 550px;
    margin-bottom: 20px;
}
.filmGrid .filmsWrapper h4{
    font-size: 20px;
    font-weight: bold;
}
.filmDetails .poster{
	height: 360px;
    width: auto;
}
.filmDetails{
    padding: 70px 0px;
	background: #1F1F1F;
    color: #fff;
}
.filmsCast .castWrapper {
    box-shadow: 2px 2px 5px 0px #8b8b8b75;
    border-radius: 5px;
    height: 290px;
    margin-bottom: 20px;
}
.filmsCast .castWrapper h4{
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0px;
	padding: 0px 10px;
}
.filmsCast .castWrapper p{
    font-size: 14px;
    padding: 0px 10px;
    padding-bottom: 10px;
}
.filmsCrew, .filmsSynopsis{
	padding: 50px 0px;
	background: #fff;
}
.filmsCast{
	padding: 50px 0px;
	background: #fbf9f9;
}




footer{
	background: #e3e3e3;
}
footer .nav .nav-link{
	padding: 0px 10px;
}
footer .nav .nav-link i{
	font-size: 20px;
}
footer h3{
    margin-bottom: 15px;
    border-bottom: 3px solid #008acf;
    width: fit-content;
}
footer .border-top {
    border-top: 1px solid #8b8b8b!important;
}
@media only screen and (max-width:768px) {
.poster{
    margin: 30px auto;
}
.filmGrid .filmsWrapper {
    height: 680px;
}
.filmsCast .castWrapper {
    height: 450px;
}
.navbar-brand img{
    height: 30px;
}
}