.nav-item {
 margin-left: 45px;
 

}

.nav-item :hover {
	
animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

 



.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  }


  .carousel-caption {
    
    top:30vh;
    bottom: auto;
    border-radius: 5px;
    
 }
 body {
  background-color: black;
}

h3 {
  text-shadow: 2px 2px black;
  font-family: 'Roboto', sans-serif;
	color: white ;
	font-weight: bold;
}
 
p {
  font-weight: 13;
  text-shadow: 1px 1px black;
  
}
 




@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.cont{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: rgb(0, 0, 0);
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}

.ContLabel{
	font-family: 'Roboto', sans-serif;
	color: white ;
	font-weight: bold;
	margin-left: 10%;
    margin-top: 2%;
}

.flip-card{
  cursor: pointer;
  height: 450px;
  width: 290px;
  background-color: #1e1e26;
  margin-left: 7.5%;
  margin-top: 2%;
  border-radius: 5px;
  box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.5);

}
.MoviBox{
	height: 650px;
	display: flex;
	flex-flow: row wrap;
	background-color: #1C1C47;
	justify-content: center;
	align-items: center;
}

.TitleOF {
 text-align: center;
 margin-top: 2px;
 color: white;
 font-size: 25px;
}

.DescriptorOF {
	text-align: center;
	margin-top: 10%;
	color: white;
}

ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}

.flip-card:hover{
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

.content-table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	min-width: 400px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
	color: white;
  }
  
  .content-table thead tr {
	background-color:#1e1e26;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
  }
  
  .content-table th,
  .content-table td {
	padding: 12px 15px;
  }
  
  .content-table tbody tr {
	border-bottom: 1px solid #dddddd;
  }
  
  .content-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
	color: #ffffff;
  }
  
  
  .content-table tbody tr.active-row {
	font-weight: bold;
	color: #1e1e26;
  }
  
  .iframe {

	
  }


  #banner {
	background-image:url('./images/jumbo/BatmanLg.png'); 
	
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	background-size: cover;
	padding: 0px;
	
    
	
	
   }

.stars {
	--s:50px;
	position:relative;
	display:inline-flex;
	margin-left: 70px;
	
  }
  .stars input {
	width:var(--s);
	height:var(--s);
	margin:0;
	opacity:0;
	cursor:pointer;
  }
  .stars i {
	position:absolute;
	inset:0 0 calc(var(--s)*0.1);
	pointer-events:none;
	--v1:transparent,#000 0.5deg 108deg,#0000 109deg;
	--v2:transparent,#000 0.5deg  36deg,#0000  37deg;
	-webkit-mask:
	  conic-gradient(from 54deg  at calc(var(--s)*0.68) calc(var(--s)*0.57),var(--v1)),
	  conic-gradient(from 90deg  at calc(var(--s)*0.02) calc(var(--s)*0.35),var(--v2)),
	  conic-gradient(from 126deg at calc(var(--s)*0.5)  calc(var(--s)*0.7) ,var(--v1)),
	  conic-gradient(from 162deg at calc(var(--s)*0.5)  0                  ,var(--v2));
	-webkit-mask-size: var(--s) var(--s);
	-webkit-mask-composite: xor,destination-over;
	mask-composite: exclude,add;
	background:
	  linear-gradient(rgba(28,28,71,var(--o,0.3)) 0 0),  
	  linear-gradient(#ff0000                      0 0)
	  #ffffff;
	background-size:calc(var(--l,0)*var(--s)) 100%,calc(var(--p,0)*var(--s)) 100%;
	background-repeat:no-repeat;
  }
  
  .stars:focus-within {
	outline:1px solid;
  }
  
  input:active ~ i{--o:1}
  
  input:nth-of-type(1):checked ~ i {--p:1}
  input:nth-of-type(2):checked ~ i {--p:2}
  input:nth-of-type(3):checked ~ i {--p:3}
  input:nth-of-type(4):checked ~ i {--p:4}
  input:nth-of-type(5):checked ~ i {--p:5}
  input:nth-of-type(6):checked ~ i {--p:6}
  input:nth-of-type(7):checked ~ i {--p:7}
  input:nth-of-type(8):checked ~ i {--p:8}
  input:nth-of-type(9):checked ~ i {--p:9}
  input:nth-of-type(10):checked ~ i {--p:10}
  /*input:nth-of-type(N):checked ~ i {--p:N}*/
  
  input:nth-of-type(1):hover ~ i {--l:1}
  input:nth-of-type(2):hover ~ i {--l:2}
  input:nth-of-type(3):hover ~ i {--l:3}
  input:nth-of-type(4):hover ~ i {--l:4}
  input:nth-of-type(5):hover ~ i {--l:5}
  input:nth-of-type(6):hover ~ i {--l:6}
  input:nth-of-type(7):hover ~ i {--l:7}
  input:nth-of-type(8):hover ~ i {--l:8}
  input:nth-of-type(9):hover ~ i {--l:9}
  input:nth-of-type(10):hover ~ i {--l:10}
  /*input:nth-of-type(N):hover ~ i {--l:N}*/


  @import url('https://fonts.googleapis.com/css?family=Roboto');





.wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 550px;
  background: rgba(0,0,0,0.8);
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.wrapper .title h1{
  color: #c5ecfd;
  text-align: center;
  margin-bottom: 25px;
}

.contact-form{
  display: flex;
}

.input-fields{
  display: flex;
  flex-direction: column;
  margin-right: 4%;
}

.input-fields,
.msg{
  width: 48%;
}

.input-fields .input,
.msg textarea{
  margin: 10px 0;
  background: transparent;
  border: 0px;
  border-bottom: 2px solid #c5ecfd;
  padding: 10px;
  color: #c5ecfd;
  width: 100%;
}

.msg textarea{
  height: 212px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c5ecfd;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #c5ecfd;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #c5ecfd;
}

.btn {
    background: #39b7dd;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

@media screen and (max-width: 600px){
  .contact-form{
    flex-direction: column;
  }
  .msg textarea{
    height: 80px;
  }
  .input-fields,
  .msg{
    width: 100%;
  }
}

  @keyframes shake {
	10%, 90% {
	  transform: translate3d(-1px, 0, 0);
	}
	20%, 80% {
	  transform: translate3d(2px, 0, 0);
	}
	
	30%, 50%, 70% {
	  transform: translate3d(-2px, 0, 0);
	}
	40%, 60% {
	  transform: translate3d(2px, 0, 0);
  }