/*==================
       comon css 
  ======================*/
*{ 
    margin: 0;
    padding: 0;
    transition: 0.3s all ease;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    background: #010101;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
  }

    
  ul, p {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  span {
    display: inline-block;
  }

  button {
    border: none;
    outline: none;
    box-shadow: none;
  }

  a, a:hover {
    text-decoration: none;

  }



  img {
    max-width: 100%;
    height: auto;
  }

  input:focus, button:focus,
  textarea:focus {
    box-shadow: none !important;
    outline: 0 !important;
  }

  input,
  textarea,
  button,
  select,
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  button:focus {
    box-shadow: none;
    outline: none;
  }
  ::placeholder {
    color: #2f2d41;
    opacity: 1;
  }
  :-ms-input-placeholder {
    color: #2f2d41;
  }
  ::-ms-input-placeholder {
    color: #2f2d41;
  }
  ::selection {
    color: white;
    background: #0a52be;
  }
  
  ::-webkit-selection {
    color: white;
    background: #0a52be;
  }
  
  ::-moz-selection {
    color: white;
    background: #0a52be;
  }

  h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
  }

  img:hover {
    transform: scale(1.03);
  }
/*================== comon css =====================*/

/* ============================
Header Area
============================ */

nav ul a {
  color: #fff !important;
}

header {
  width: 100%;
  padding: 0 50px;
  display: block !important;
  background: rgba(1, 1, 1, 0.7);
  z-index: 999;
}

#navbarNav ul li {
  margin: 0 7px;
}

.navbar-brand img {
  width: 100px;
 }

 .nav-link {
  border: 1px solid transparent;
  padding: 3px 5px;
  transition: 0.3s all ease;
 }

 .nav-link:hover {
  border-bottom-color: #22cc00;
 }
 /* ============================
 End of Header Area
============================ */
.hero_section {
  width: 100%;
  height: 95dvh;
  display: block;
  background: url(../images/herro_img_5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}

.hero_section .hero_inner h1{
  font-weight: 900;
}

.hero_inner {
  background: rgba(18, 22, 31, 0.6);
  height: 100%;
  padding: 100px 0;
}

.hero_slider {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.slider {           
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 0;
}
.slides {
  display: flex;
  transition: transform 2s ease-in-out;
  min-width: 100%;
}
.slide {
  min-width: 100%; 
  overflow: hidden;
  display: block;
}

.resent_movie {
  padding-top: 120px;
}

/* =======================
Stat The Populer Movies Section 
=======================*/

.populer_movie_area {
  width: 100%;
  display: block;
  background: #12161F;
  padding: 100px 0 20px;
}


.populer_area_header h2 {
  font-size: 35px;
  font-weight: 600;;
}

.populer_area_header p {
  color: #dddd
}

.populer_area_header span {
  display: block;
  width: 300px;
  height: 2px;
  background: #6666;
}

.populer_area_header span {
  display: block;
  width: 300px;
  height: 2px;
  background: #6666;
}

.populer_movie_area .gap-4 a span {
  color: #ddd;
  font-size: 18px;
  display: block;
}

.populer_movie_area .gap-4 a p {
  color: #898989;
  font-size: 13px;
  display: block;
}

.populer_movie_area .gap-4, .populer_more_movie {  
  flex-wrap: wrap;
}
.populer_movie_area .gap-4 a, .populer_more_movie .col-6 a{
  height: 180px;
  width: 160px;
  transition: 0.3s all ease;
  grid-row: 3;
  margin: 30px 0;
}

.populer_movie_area .gap-4 a img, .populer_more_movie .col-6 a img {
  max-height: 100%;
  width: 100%;
  transition: 0.3s all ease;
}

.populer_movie_area .gap-4 a:hover span {
  color: #22cc00;
}
.populer_movie_area .gap-4 a:hover img, .populer_more_movie .col-6 a:hover img {
  transform: scale(1.1);
}

.populer_movie_area span{
  height: 1px;
  top: 50%;
  left: 0%;
  z-index: 0;
}
.populer_movie_area a{
  z-index: 999;
}

/* =======================
End of  The Populer Movies Section 
=======================*/

/* =======================
Hollywood Movies Section css strat
=======================*/
.holywood_movie {
  background: #979797;
}
.holywood_movie .position-absolute, .movie_list .position-absolute {
  height: 1px;
  top: 50%;
  left: 0%;
  z-index: 0;
}

.holywood_movie a, .movie_list a { 
  z-index: 999;
}
.holywood_movie .gap-3 a{
  width: 200px;
  margin-top: 40px;
}

.holywood_movie a{
  z-index: 999;
}

.holywood_movie .gap-3 a p {
  color: #111;
  font-size: 13px;
  display: block;
}

.holywood_movie .gap-3 a span  {
  color: #000;
  font-size: 20px;
  display: block;
  font-weight: 600;
}

.holywood_movie .gap-3 a:hover span  {
  color: #3200bd;
}
.holywood_movie .gap-3 a img  {
  transition: 0.3s all ease;
}
.holywood_movie .gap-3 a:hover img  {
  transform: scale(1.05);
}
/* =======================
Hollywood Movies Section css end
=======================*/


/* =======================
bolyywood_area Movies Section css start
=======================*/
.bolyywood_area {
  background-image: url(../images/herro_img_3.jpg) ;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bollywood_inner {
  background: rgba(47, 45, 65, 0.7);
  padding: 50px 0;
}

.bolyywood_area .gap-2 {

  flex-wrap: wrap;
}
.bolyywood_area .gap-2 div{
  width: 85%;

}


/* =======================
bolyywood_area Movies Section css end
=======================*/


/* =======================
movie_list css start
=======================*/
.movie_list {
  padding: 50px 0;
  background: #12161F;
}

.movie_list ul li {
  border-bottom: 1px solid #000;
}
.movie_list ul li:hover {
  background: #000;
}
.movie_list ul li:last-child:hover {
  background: transparent
}

.movie_list ul li:last-child {
  border-bottom: none;
}
.movie_list ul li a .text-center {
  font-weight: 600;
  font-size: 30px;
}
.movie_list ul li:hover .text-center{
  color: #22cc00 !important;
}

.movies_list_movie {
  display: flex;
  grid-row: calc(45);
}
/* =======================
movie_list css end
=======================*/

/* =======================
footer area css Start
=======================*/
.footer_area {
  background: #000;
  padding: 50px;
  
}

.footer_logo {
  width: 150px;
} 

.footer_area a svg {
  fill: #fff;
  width: 20px;
  transition: 0.3s all ease;
}

.footer_area a:hover svg {
  fill: #0141cc;
  transform: scale(1.5);
}

.footer_area .text-dark-emphasis:hover {
  color: #0141cc !important;
}

/* =======================
footer area Start css end
=======================*/

/* =====================
    Humberger Meno
============================= */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.6s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
/* ===Humberger_type== */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.6s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

    