/*
 * BASIC
 */
* {
    font-family: 'Anek Telugu', sans-serif;
    color: #9fadbd;
}
html {
    font-size: 62.5%;
    background-color: #11161d;
}
body {
    background-color: #0b1622;
    font-size: 1.6rem;
}
.row-navbar {
    background-color: #2B2D42;
}
.navbar {
    min-height: 70px;
    max-width: 1200px;
    font-size: 2.5rem;
}
.navbar-nav {
    gap: 3rem;
}
.navbar a {
    color: #CDCFED;
}
.navbar a:hover {
    color: white;
}
.btn-navbar-toggler {
    padding-top: 20px;
    height: 70px;
}
header {
    height: 500px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.nav-breadcrumb {
    max-width: 1200px;
    padding: 0!important;
}
.breadcrumb {
    background-color: #2B2D42;
    height: 50px;
}
.main {
    width: 1200px;
    max-width: 1200px;
}
aside {
    min-width: calc(250px + 6rem)!important;
    background-color: #151f2e;
}
main {
    background-color: #151f2e;
    min-width: calc(308px + 6rem)!important;
}
footer {
    background-color: #11161d;
    min-height: 100px;
}
footer .wrap {
    margin: 40px auto 0;
    padding-left: 40px;
    background-color: transparent;
}
/*
 * STANDARD
 */
a {
    text-decoration: none;
    color: #007bff;
}
a:hover {
    color: #007bff;
}
button{
    background-color: #3db4f2;
    border-radius: 2px;
    text-align: center;
    padding: 10px;
    color: white;
    border: none;
}
button > *, button{
    color: white!important;
}
.img-cropper {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
}
.img-cropper img {
    display: block;
    height: 100%;
    width: auto;
}
.btn-primary {
    background-color: #3db4f2;
}
.btn {
    border: none!important;
    border-radius: 2px;
    text-align: center;
    padding: 10px;
    color: white;
}
.btn > *, .btn{
    color: white!important;
}
.wrap {
    max-width: 1200px;
    background-color: #151f2e;
}
.btn-rating path {
    fill: white;
}
.btn-nav-search {
    gap: 1rem;
}
.text-white {
    color: #9fadbd!important;
}
.link {
    color: #CDCFED!important;
}
/*
 * SEARCH MODAL
 */
.search-modal input {
    height: 100%;
    border-right: #CDCFED 1px solid;
}
.search-modal input:focus{
    outline: none;
}
.modal-body {
    border-top: #CDCFED 1px solid;
}
.modal-content {
    border: #CDCFED 1px solid;
    background-color: #2B2D42;
}
.search-modal img {
    width: calc(150px /3);
}
.search-results {
    gap: 1rem;
}
.search-result {
    gap: 2rem;
    background-color: rgba(0,0,0,0.2);
}
.modal-dialog {
    margin-top: 100px;
}
/*
 * FORM
 */
.form, .reviews{
    max-width: 800px;
}
.form ul {
    list-style-type: none;
}
.form li {
    margin-top: 40px;
}
.form label {
    position: absolute;
    margin: -10px 0 0 15px;
    background-color: #151f2e;
    padding: 0 5px;
}
.form input, form textarea, .rating-container, .actor-search, .added-actors-container{
    border-radius: 10px;
    border: #9fadbd 2px solid;
    background-color: transparent;
    margin: 0;
}
.form input, form textarea, .rating-container {
    padding: 15px 10px;
    width: 100%;
    color: #9fadbd;
    height: 100%;
}
form input::placeholder, form textarea::placeholder {
    color: #9fadbd;
}
.submit {
    text-align: right;
}
.review {
    padding: 40px;
    background-color: rgba(0,0,0,0.1);
    margin-top: 40px;
}
.cel-2 {
    column-gap: 20px;
}
.actors {
    display: flex;
    padding: 15px 10px;
    column-gap: 10px;
}
.actors-result .actor{
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    margin: 20px;
    background-color: #0b1622;
    box-sizing: border-box;
}
.actors-result .actor:hover {
    cursor: pointer;
}
.actors-result .actor .actor-name{
    padding: 20px;
    justify-self: flex-end;
}
.actors .actor  {
    width: 100px;
    border-radius: 0;
    border: 0;
    text-align: center;
}
.actors .actor, .slide {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.actors .actor-name {
    padding: 5px 0;
    background-color: #0b1622;
    display: block;
}
.actor img {
    width: 100px;
    display: block;
}
/*
 * DATA LIST
 */
.data-list {
    margin-top: 10px;
}
/*
 * CARDS
 */
.cards {
    gap: 3rem;
}
.card {
    text-align: center;
    max-width: 150px;
    min-width: 150px;
    background-color: rgba(0,0,0,0.3);
    border: none;
    box-sizing: border-box;
    padding: 0;
    gap: 1rem;
}
.card img{
    width: 150px;
    height: 225px;
}
.card-title {
    color: white;
    padding: 0 10px;
}
/*
 * MOVIE
 */
.movie-carousel .btn {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 50%;
    z-index: 10;
    background-color: #3DB4F2;
    opacity: 1;
    top: 45%;
}
.carousel-control-prev {
    left: 8%;
}
.carousel-control-next {
    right: 8%;
}
.movie-carousel-container, .movie-carousel {
    height: 300px!important;
}
.movie-carousel {
    max-width: 1200px;
}
.carousel-item img {
    object-fit: cover;
    height: 300px;
}
/*
 * HOME
 */
.home .main {
    max-width: 1200px;
    background-color: transparent;
}
.random-container {
    gap: 3rem;
    justify-content: space-evenly;
}
.random-card{
    display: flex;
    flex-direction: row;
    background-color: rgba(0,0,0,0.2);
    max-height: 187.5px;
}
.random-container img{
    width: 125px;
    max-height: 225px;
}
.random-container p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-actor-input {
    border-left: none!important;
    border-top: none!important;
    border-right: none!important;
}
/*
 * FILM
 */
.actors {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 10px;
    column-gap: 10px;
    align-items: stretch;
}
.actors-result .actor{
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    margin: 20px;
    background-color: #0b1622;
    box-sizing: border-box;
}
.actors-result .actor:hover {
    cursor: pointer;
}
.actors-result .actor .actor-name{
    padding: 20px;
    justify-self: flex-end;
}
.actors .actor  {
    width: 100px;
    border-radius: 0;
    border: 0;
    text-align: center;
}
.actors .actor, .slide {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.actors .actor-name {
    padding: 5px 0;
    background-color: #0b1622;
    display: block;
}
.actor img {
    width: 100px;
    display: block;
}