/* ----------------------------navbar font --------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Passion+One&display=swap');
/* -----------------------navbar font end---------------------------------------------------------- */
*{
    margin : 0px;
    padding : 0px
}
body{
    /* height: 100vh; */
    min-height: 100vh;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    /* flex-direction: column; */
    background-color: #131a1f;
    background: url(https://images.unsplash.com/photo-1478760329108-5c3ed9d495a0?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8ZGFyayUyMGJsdWUlMjB0ZXh0dXJlfGVufDB8fDB8fA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60) no-repeat center/cover;
}

/* --------------------------------------- navbar 1 -------------------------------------------------- */
.navbar{
  width: 100%;
  /* height: 70px; */
  padding-top: 10px;
  padding-bottom: 10px;
  /* border: 2px solid red; */
  background-color: rgb(31, 37, 51);
  display: flex;
}
.left{
  width: 60%;
  /* border: 2px solid red; */
  display: flex;
  align-items: center;
}
.website_name{
  display:flex;
  color: #c9c1f0;
  margin-left: 14px;
}
.logo{
  /* border: 2px solid green; */
  width: 40px;
  display: flex;
  align-items: center;
}
.logo .image{
width: 100%;
 
 }
.head {
  display:flex;
  justify-content: center;
  align-items: center;
}
 .head h2{
  /* right:0px; */
  font-family: 'Passion One', cursive;
  /* margin-top: 0px; */
  font-size: 40px;
  color:rgb(252, 107, 23);
  margin-left: 4px;
}
 .head h1{
   margin-left: 2px;
   font-family: 'Passion One', cursive;
   margin-top: 9px;
   color: #f3c13b;
   font-size: 23px;
}

.search{
  display:flex;
  width: 50%;
  align-items: center;
  /* margin-left: 200px; */

}
.search input{
  width: 100%;
  padding: 7px;
  /* box-sizing: border-box; */
  border-radius: 6px;
  margin-left: 10px;
  background-color: rgba(255,255,255,0.8);
  /* background-color: #dce4e1; */
}
.fa{
 cursor:pointer; 
 /* font-size:40px; */
 filter: invert(1);
 /* border: 2px solid red; */
 width: 21px;
 margin-left: 3px;
}

.right{
  width: 40%;
  /* border: 2px solid yellow; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.right a{
 text-decoration: none;
   color: #ffffff;
 ;
 margin-right: 40px;
 font-family: 'Open Sans', sans-serif;
 font-size: 17px;
}
.slider_parent{
  margin-top: 20px;
  margin-bottom: 20px;
display: flex;
justify-content: center;
/* background-color: rgb(255, 255, 255,0.2); */
}
.hamburger{
  display: none;
  width: 20%;
  /* border: 2px solid brown; */
  justify-content: flex-end;
  align-items: center;
}
.hamburger img{
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
/* #signin_link{
  
} */
#user_logo{
  display: none;
}
#user_logo_img{
  margin-top: 5px;
  width: 33px;
}
/* -----------------------------navbar 1 end ------------------------------------------------------- */
  .container::before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #462727;
    opacity: 0.3;
    z-index: -1;
  }
  .container{
    position: relative;
    margin-top: 40px;
    border: 2px solid #414141;
    padding: 20px;
    box-sizing: border-box;
    /* width: 900px; */
    /* height: 600px; */
    /* padding: 20px; */
    /* box-shadow: 10px 10px 10px white; */
}
.heading{
    text-align: center;
    padding-bottom: 10px;
}
.heading h1{
    color : #b2adad;
    font-family: 'Poppins', sans-serif;
}
.ticket::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: -1;
}
.ticket{
  position: relative;
    border: 2px solid #3f3f44;
    width: 800px;
    /* height: 250px; */
    box-sizing: border-box;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    /* background-color: #303030; */
    border-radius: 10px;
}
.ticket:hover{
    cursor: pointer;
}
.movie_image{
    border-right: 2px solid #3f3f44;
    display: flex;
}
.movie_image img{
width: 180px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.details{
    width: 100%;
    /* border: 2px solid blue; */
}
.status{
    border-bottom: 2px solid #3f3f44;
    display: flex;
    justify-content: flex-end;
}
.booked_image{
    width: 200px;
    transform: translateX(25px);
    transform: rotateZ(8deg);
    /* filter: invert(1); */
    filter: hue-rotate(150deg) brightness(100);
    /* filter: brightness(100); */
    display: none;
}
.failed_image{
    width: 100px;
    transform: rotateZ(9deg);
    margin-right: 18px;
    /* opacity: 0.9; */
    filter: brightness(0.9);
    display: none;
}
.show_details{
/* border-bottom: 2px solid #6d6d73; */
padding: 20px;
}
.show_details ul{
    list-style: none;
}
.show_details ul li{
    color: white;
    margin: 10px;
}
.no_bookings{
  margin-top: 40px;
  /* width: 600px; */
  /* height: 500px; */
  border: 2px solid #4f4f4f;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.sad_face{
  /* border: 2px solid green; */
  display: flex;
  justify-content: center;
}
.sad_face img{
  width: 400px;
}
.no_book_message{
  text-align: center;
}
.no_book_message h1{
  color: #6d7a7f;
  font-family: 'Poppins', sans-serif;
}
.no_book_message a{
  color: #a0a5a7;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 0px) and (max-width: 950px)
{
  .ticket{
    width: 80vw;
  }
}
@media (min-width: 0px) and (max-width: 550px)
{
  .ticket{
    width: auto;
  }
  .movie_image img{
    width: 120px;
    }
    .show_details ul li{
    font-size: 12px;
  }
  .booked_image{
    width: 100px;
}
.failed_image{
    width: 60px;
}
.show_details{
  /* border-bottom: 2px solid #6d6d73; */
  padding: 0px;
  }
  .container{
    margin-top: 10px;
}
.heading{
  text-align: center;
  padding-bottom: 5px;
}
}
@media (min-width: 0px) and (max-width: 550px)
{
  .sad_face img{
    width: 70vw;
  }
  .no_book_message h1{
    font-size: 23px;
  }
}
/* ---------------------------------------navbar 2 -------------------------------------------------- */
@media (min-width: 0px) and (max-width: 1000px)
{
  .right{
    display: none;
  }
  .left{
   width: 80%;
  }
  .hamburger{
    display: flex;
  }
  .sub-menu{
    display: none;
    background-color: rgba(31, 37, 51,0.7);
    }
    
    .hamburger:hover .sub-menu{
      display: block;
      position: absolute;
      list-style: none;
      margin-top: 16.8em;
      margin-left: -15px;
    }
    
    .hamburger:hover .sub-menu ul{
    list-style: none;
    display: block;
    }
    
    .hamburger:hover .sub-menu ul li{
      width: 150px;
      margin: 10px;
      padding: 10px;
      border-bottom: 1px solid wheat;
    }
    
    .hamburger:hover .sub-menu ul li:last-child{
      border-bottom: none;
    }
    .hamburger:hover .sub-menu ul li :first-child{
      margin-top: 0;
    }
    .hamburger:hover .sub-menu ul li a:hover{
      color: wheat;
    }
    .hamburger:hover .sub-menu ul li a{
      color: white;
      text-decoration: none;
    }

    .sub_menu{
      display: none;
      background-color:  rgba(31, 37, 51,0.7);
    }

    .dropdown a:hover .sub_menu{
      display: list-item;
      position: absolute;
    }
}
/* --------------------------------------------navbar 2 end--------------------------------------------- */

/* --------------------------------------navbar 3 --------------------------------------------------- */
@media (min-width: 0px) and (max-width: 500px)
{
  .website_name{
    margin-left: 4px;
  }
  .logo{
    /* border: 2px solid green; */
    width: 30px;
  }
  .head h2{
    font-size: 25px;
  }
   .head h1{
     margin-top: 9px;
     font-size: 15px;
  }
}
@media (min-width: 0px) and (max-width: 350px)
{

  .logo{
    /* border: 2px solid green; */
    width: 20px;
  }
  .head h2{
    font-size: 20px;
  }
   .head h1{
     margin-top: 6px;
     font-size: 10px;
  }
}
/* -------------------------------------- navbar 3 end ---------------------------------------------- */

/* ----------------------------------------------navbar 4 ------------------------------------------ */
/* signin */
.sub-menu{
  display: none;
  background-color: rgba(31, 37, 51,0.7);
  z-index: 1;
  }
  
  #signin_link:hover .sub-menu{
    display: block;
    position: absolute;
    list-style: none;
    /* margin-top: 15px; */
    margin-left: -15px;
  }
  
  #signin_link:hover .sub-menu ul{
  list-style: none;
  display: block;
  }
  
  #signin_link:hover .sub-menu ul li{ 
    width: 150px;
    margin: 10px;
    padding: 10px;
    border-bottom: 1px solid wheat;
  }
  #signin_link:hover .sub-menu ul li:last-child{
    border-bottom: none;
  }
  #signin_link:hover .sub-menu ul li :first-child{
    margin-top: 0;
  }
  #signin_link:hover .sub-menu ul li a:hover{
    color: wheat;
  }
  
  /* theater */
  
  .sub-menu{
    display: none;
    background-color: rgba(31, 37, 51,0.7);
    }
    
    #theater:hover .sub-menu{
      display: block;
      position: absolute;
      list-style: none;
      /* margin-top: 15px; */
      margin-left: -15px;
      z-index: 1;
    }
    
    #theater:hover .sub-menu ul{
    list-style: none;
    display: block;
    }
    
    #theater:hover .sub-menu ul li{
      width: 150px;
      margin: 10px;
      padding: 10px;
      border-bottom: 1px solid wheat;
    }
    
    #theater:hover .sub-menu ul li:last-child{
      border-bottom: none;
    }
    #theater:hover .sub-menu ul li :first-child{
      margin-top: 0;
    }
    #theater:hover .sub-menu ul li a:hover{
      color: wheat;
    }
  
    /* Movie */
  
  
  .sub-menu{
    display: none;
    background-color: rgba(31, 37, 51,0.7);
    }
    
    #Movie:hover .sub-menu{
      display: block;
      position: absolute;
      list-style: none;
      /* margin-top: 15px; */
      margin-left: -15px;
      z-index: 1;
    }
    
    #Movie:hover .sub-menu ul{
    list-style: none;
    display: block;
    }
    
    #Movie:hover .sub-menu ul li{
      width: 150px;
      margin: 10px;
      padding: 10px;
      border-bottom: 1px solid wheat;
    }
    
    #Movie:hover .sub-menu ul li:last-child{
      border-bottom: none;
    }
    #Movie:hover .sub-menu ul li :first-child{
      margin-top: 0;
    }
    #Movie:hover .sub-menu ul li a:hover{
      color: wheat;
    }
  
    /* User-logo */
  
    .sub-menu{
      display: none;
      background-color: rgba(31, 37, 51,0.7);
      }
      
      #user_logo:hover .sub-menu{
        display: block;
        position: absolute;
        list-style: none;
        /* margin-top: 15px; */
        /* width: 80px; */
        margin-left: -125px;
        z-index: 1;
      }
      
      #user_logo:hover .sub-menu ul{
      list-style: none;
      display: block;
      }
      
      #user_logo:hover .sub-menu ul li{
        width: 150px;
        margin: 10px;
        padding: 10px;
        border-bottom: 1px solid wheat;
      }
      
      #user_logo:hover .sub-menu ul li:last-child{
        border-bottom: none;
      }
      #user_logo:hover .sub-menu ul li :first-child{
        margin-top: 0;
      }
      #user_logo:hover .sub-menu ul li a:hover{
        color: wheat;
      }
  
      /* hamburger */
  
      .home{
        padding: 5px 8px 5px 8px;
      }
     #hamburger_after_login{
        display: none;
     }
/* -------------------------------------- navbar 4 end ---------------------------------------------- */