body {
    margin: 0%;
    background-color: #06152C;
}


/* Nav bar */
.user {
    color: aliceblue;
}


/* Body contents */
#container_main {
    padding-left: 10%;
    padding-right: 10%;
}

#button_containers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5%;
}

#feature_txt {
    color: #fff;
    margin-top: 5%;
}


#movie_containers {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 8%;
    
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

#movie_containers .movie_item:first-child {
  margin-left: auto;
}

#movie_containers .movie_item:last-child {
  margin-right: auto;
}

.featured_movie_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.movie_item {
    background-color: white;
    height: 30vh;
    width: 200px;
    margin: 1%;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.movie_item:hover {
    width: 210px
}

.movie_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 20%;
  color: #F09E00;
  background-color: rgba(200, 199, 199, 0.143);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

#feature_movie_content{
  background-color: #06152C;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;

}
#feature_popup {
  margin-top: 5%;
  
}


#movie_title_cont {
  align-content: center;
}
#movie_title_txt {
  font-weight: bold;
}
#movie_image {
  width: 40%;
  height: 400px;
  background-color: #aaa;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
box-shadow: 1px 1px 7px 4px rgba(0,0,0,0.73);
}


.create_list {
  margin: 2%;
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: initial;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  justify-content: center;
  line-height: 24px;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 19px 26px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}



.create_list:before,
.create_list:after {
  border-radius: 5px;
}

.create_list:before {
  background-color: rgba(241, 199, 58, 0.32);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.create_list:after {
  background-color: initial;
  background-image: linear-gradient(92.83deg, #F09E00 0, #F09E00 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}

.create_list:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
}

.create_list:active:not(:disabled) {
  color: #ccc;
}

.create_list:active:not(:disabled):after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #F09E00 0, #F09E00 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.create_list:disabled {
  cursor: default;
  opacity: .24;
}

#creat_list_txt, #comp_list_txt {
  text-decoration: none;
  color: inherit;
}


/* Footer */
.footer-basic {
    margin-top: 10%;
    color: #ffff;
    position:relative;
    bottom:0;

  }

  
  .footer-basic ul {
    padding:0;
    list-style:none;
    text-align:center;
    font-size:18px;
    line-height:1.6;
    margin-bottom:0;
  }
  
  .footer-basic li {
    padding:0 10px;
  }
  
  .footer-basic ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  
  .footer-basic ul a:hover {
    opacity:1;
  }
  
  .footer-basic .social {
    text-align:center;
    padding-bottom:25px;
  }
  
  .footer-basic .social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin:0 8px;
    color:inherit;
    opacity:0.75;
  }
  
  .footer-basic .social > a:hover {
    opacity:0.9;
  }
  
  .footer-basic .copyright {
    margin-top:15px;
    text-align:center;
    font-size:13px;
    color:#aaa;
    margin-bottom:0;
  }


  .movie_img_popup {
    width: 100%;
    height: 50vh;
  }

.overview {
  font-size: 1.2rem;
}

.pop_title {
  font-size: 1.2rem;
}

.movie_title_container {
  margin-left: auto;
  margin-right: auto;
}

.movie_date {
  font-style: italic;
}

#close_icon {
  color: rgb(255, 255, 254);
}



@media only screen and (max-width: 1800px) {
  .movie_item {
    margin-bottom: 50px;
  }

  #movie_containers {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 8%;
    
}
}


@media only screen and (max-width: 1600px) {
  .movie_item {
    margin-bottom: 50px;
  }

  #movie_containers {
    width: 100%;
    
}
}


@media only screen and (max-width: 1400px) {
  .movie_item {
    margin-bottom: 50px;
  }

  
}


@media only screen and (max-width: 1200px) {
  .movie_item {
    margin-bottom: 5%;
  }
}


@media only screen and (max-width: 800px) {
  .movie_item {
    margin-bottom: 10%;
  }
  
}

@media (min-width: 768px) {
  .create_list {
    padding: 19px 32px;
  }
}
@media only screen and (max-width: 600px) {
  .movie_item {
    margin-bottom: 15%;
  }

 
  
}

@media only screen and (max-width: 400px) {
  .movie_item {
    margin-bottom: 15%;
  }
  
  .movie_img_popup {
    height: 30vh;
  }
  

}

