:root {
    --primary--color: #111010;
    --seccondary-color: #f3f3f3;
}


* {
    box-sizing: border-box;
    
}
body{
    background-color: #0c0c0c;
}

body {
    background-color:var(--primary--color);
    color: var(--seccondary-color);
    font-family:'Yanone Kaffeesatz', sans-serif;
}
main {
    width: 960px;
    margin: auto;
    min-height: 100vh;
    /* background-color: grey; */
}
/* h1{
    padding: 48px;
    font-size: 75px;
 }*/

/* ----------------------------header---------------------------- */

header img {
    /* float:left; */
    font-size: 100px;
    padding: 15px;
    margin: 5px 0 0 25px;
}


/* header nav {
     width: 960px;
 } */
#logo {
    width:100%;
    text-align: center;
    font-family: 'Fascinate', cursive;
    margin-right: 250px;   
    font-size: 30px; 
    text-decoration: none;
    color: #F65560;
}
header ul {
    margin-left: 25px;
}

header ul li {
    display: table-cell;
    vertical-align: middle;
    padding-top:25px;
    
}

header {
    height: 80px;
    margin:auto;
    width: 960px;
}

a.nav {
    text-decoration: none;
    padding-left: 35px;
    color:var(--seccondary-color);
    font-size: 20px;
    font-weight:700;
}

a:hover.nav {
    color:#F65560;
    
    text-decoration: underline;
}
/* ----------------------------footer---------------------------- */

footer {
text-align: center;
position: static;
bottom: 0px;
width: 100%;
height: 100px;
left: 0;
clear: both;
font-family: 'Fascinate', cursive;

}

#footerlogo {
    padding: 25px;
    font-size: 30px;
    text-decoration: none;
    color:var(--seccondary-color);
}



/* ----------------------------main---------------------------- */
#banner {
    height:100px;
    width:100%;
    overflow: hidden;
}
#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height:auto;
    width:auto;
    z-index: -100;
}
 
#catsec {
    margin-top:300px;
    clear: both;
}

main section {
    text-align: center;
    margin: 15px 0;
}
main section section {
    float:left;
}

main section section article {
    overflow: hidden;
    text-align: center;
    width: 33%;
}


main section section article img {
    border-radius: 4px;
    margin: 15px;
    transition: transform .5s ease;
    border: 2px solid white;
}

main section section article img:hover {
    transform: scale(1.05);
    border: 2px solid #F65560;
}

main section section article button {
    height: 40px;
    width:93px;
    background-color:var(--seccondary-color);
    color: var(--primary--color);
    cursor: pointer;
    font-size: 15px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 900;
    transition-property: background;
  transition-duration: .3s;
  transition-timing-function: linear;
}

main section section article button:hover {
    background-color: #F65560;
   
    /* color: var(--seccondary-color); */
}

main section section article button:first-of-type {
margin-right: 2px;
}

main section h1 {
    text-align: center;
    font-size: 30px;
    margin: 15px 0 15px 0;
    color:#ebebeb;
}

main section p {
    text-align: center;
    font-size: 20px;
    color:#ebebeb;
}

main article h1 {
    text-align: center;
    font-size: 30px;
    margin: 15px 0 15px 0;
    color:#ebebeb;
}

main article section h5 {
    text-align: center;
    color:#ebebeb;
}

main article section {
    text-align: center;
}

#toprated section {
    display: inline;
    /* text-align: center; */
}

#toprated {
  margin: 400px 0 30px 0;
  position: relative; 
}


.left {
    float: left;
    margin-right: 5px;
}

/* Subscribe */
#subscribe {
    margin: 900px 0 30px 0;
    background-color: var(--primary--color);
}

#subscribe form {
background-color: var(--primary--color);
}
input[type=text], input[type=submit] {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }
  
  input[type=checkbox] {
    margin-top: 16px;
  }
  
  input[type=submit] {
    background-color:rgb(15, 14, 14);
    color:var(--seccondary-color);
    border-radius: 5px;
  }
  
  input[type=submit]:hover {
    opacity: 0.8;
    cursor: pointer;
  }

  #subscribe h2 {
      font-size: 30px;
      padding: 15px;
  }

/* subscribe end */


/*---------------------- contact us-----------------------*/

#contactus {
    padding: 5px;
    float: left;
    width: 50%;
    text-align: left;
    
}




main article {
    display: inline;
    width: 25%;
}

.genres {
    float: left;
    width: 25%;      
}

#genrebox{
    width: 100%;
    margin-left: 28px;
}
#genrebox h1{
    width: 100%;
    margin-left: -28px;
}
.genres img {
    border-radius: 4px;
    /* padding-left: 12px; */
    height: 280px;
    overflow: hidden;
    border: 2px solid white;
}

.genres:hover img {
    transform: scale(1.1);
    transition: transform .5s ease;
    border: 2px solid #F65560;
}

#profile {
    text-align: center;
    margin: 20px;
}



#profile img {
    width: 80px;
}


table
tr,
td {
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    width:180px;
    height: 50px;
    text-align: center;
    border: solid 1px rgb(173, 172, 172);
    vertical-align: middle;
}

table th {
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    height: 50px;
    width:180px;
    text-align: center;
    border: solid 1px wheat;
    vertical-align: middle;
}

#profile img.trash {
    width: 25px;
    padding: 0;
}

td.imgcontainer {
    width:120px;
}

#profileContainer {
    text-align: center;
    margin: 20px;
}

#favoriteList h3,
#watchList h3{
    margin:15px 0;
    font-size: 25px;
}

#profiledetails {
    text-align: left; 
    font-size: 17px;
    padding: 15px 0;   
}
#about{
    margin-left: 150px;
}
#ahmad{
    margin-left: 225px;
}
.teampic{
    border-radius: 50%;
    width:130px;
    height: 130px;
    border: 2px solid #F65560;
    transition: 0.6s ease;
    
}
.teampic:hover{
    transform: scale(1.1);
}

  .cont  {
    float: left;
    margin-left: 62px;
    /* padding-top:22px;  */

}



h4{
    color:white;
    font-size: 150%;
    padding-top: 54px;
    padding-left: 13px;
   
    
}

i{
   float: left;
   margin-left: 15px;
color:#F65560 }

#form input[type=text]{
    width:300px;
    height: 25px;}


#form input[type=email]{
    margin: 15px 0 15px 0;
    width: 300px;
    height: 25px;
}
#form textarea{
    margin: 15px 0 15px 0;
    width: 300px;
    height: 75px;
}
main section article p a{
    text-decoration: none;
    color: #F65560;
}
#form input[type="submit"]{
    width: 300px;
}

#contactmain{
    margin-top: 125px;
}

.overlayText1{
 position:absolute;
 top: 315px;
  left:0%;
  border: rgb(15, 14, 14,0.5);
  z-index:1;
}
#movie1{
    color: rgb(233, 225, 225);
    font-size: 30px;
    align-self: center;
}
.overlayText2{
    position:absolute;
 top: 315px;
  left:52%;
  border: rgb(15, 14, 14,0.5);
  z-index:1;
}
.overlayText3{
    position:absolute;
    top: 680px;
     left:1%;
     border: rgb(15, 14, 14,0.5);
     z-index:1;
}
.overlayText4{
    position:absolute;
    top: 680px;
     left: 52%;
     border: rgb(15, 14, 14,0.5);
     z-index:1;
}


/* --------------------------Slide Shows---------------------------------------------------- */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: left;
  background-color: rgb(0, 0,0 ,.8);
  font-weight: bold;
}
.text a{
    text-decoration: none;
    color:#F65560;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #F65560;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #551b1f;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


#actioncontent{
    text-align: center;
    margin: 15px 48px;
}
#dramacontent{
    text-align: center;
    margin: 15px 48px;
}
#comedycontent{
    text-align: center;
    margin: 15px 48px;
}
#horrorcontent{
    text-align: center;
    margin: 15px 48px;
}

