html {
    font-size: 10px;
}

body {
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto;
}

body * {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
}

#main {
    display: block;
    margin: 0 auto;
    max-width: 1140px;
}

#header {
    background: rgba(255, 255, 255, 0.85);
    box-sizing: border-box;
    height: 125px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

#menu {
    display: flex;
    height: 125px;
    margin: 0 auto;
    width: 1140px;
}

#menu #logo {
    bottom: 0;
    display: block;
    height: 125px;
    width: 250px;
    padding-left: 25px;
}

#menu #logo > img {
    bottom: 0;
    display: block;
    height: auto;
    margin: 10px auto;
    position: absolute;
    top: 0;
    width: 105px;
}

#menu > ul > li {
    margin-right: 25px;
}

#menu > ul > li > a {
    color: #000;
    text-decoration: none !important;
}

#menu > ul > li > a:hover {
  color: #f9dc2f;
}

#menu #navigation {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 125px;
    justify-content: flex-end;
    padding: 28px 0;
    width: 875px;
}

.background-banner {
    background-image: url('../img/cover_lux_films.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px;
    margin-top: 125px;
    min-width: 1140px;
    padding: 125px 0;
}

.background-banner::before {
   padding-top: 125px;
}

#main {
    display: block;
    margin: -320px auto 0 auto;
    padding-bottom: 9rem;
    width: 1140px;
}

.movies-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.movie-gallery-item {
    display: flex;
    margin: 0;
    position: relative;
    width: 285px;
}

.movie-gallery-item-bg {
    display: block;
    height: auto;
    width: 100%;
    z-index: 1;
}

.gallery-item-hover {
    background: rgba(255,255,255,0.55);
    box-sizing: border-box;
    height: 100%;
    padding: 4rem 3rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.gallery-item-hover > .gallery-item-title {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.gallery-item-hover > .gallery-item-info {
    font-weight: 700;
    margin: 1rem 0 0 0;
    text-transform: uppercase;
}

.gallery-item-hover > .gallery-item-cta {
    background: #f9dc2f;
    bottom: 20px;
    border: none;
    border-radius: 6rem;
    color: #000;
    cursor: pointer;
    display: inline-block;
    margin-left: 30px;
    padding: 1rem 2.8rem;
    position: absolute;
    text-align: center;
    text-decoration: none !important;
}

#footer {
    background: #ccc;
    min-width: 1140px;
    padding: 4.5rem 0;
    width: 100%;
}

#footer > .footer-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 25px;
    width: 1140px;
}

#footer > .footer-content > .footer-logo > a > img {
    width: 95px;
}

#film-card {
    display: block;
    margin: 0;
    width: 100%;
}

#film-card > .film-card-top {
    background: #000;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: 100%;
}

#film-card > .film-card-top > .movie-gallery-item-bg {
    flex: 1;
    height: auto;
    max-height: 489px;
    width: 280px;
    max-width: 280px;
}

#film-card > .film-card-top > .film-card-trailer {
    background: #000;
    flex: 1;
    height: auto;
    width: 860px;
}

#film-card > .film-card-details {
    background : #f9dc2f;
    color: #000;
    padding: 75px;
}

#film-card > .film-card-details > .film-card-title {
    color: #fff;
    font-size: 5.6rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

#film-card > .film-card-details > .film-card-tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 15px 0 25px 0;
    width: 100%;
}

#film-card > .film-card-details > .film-card-tags > .film-tag {
    background: #000;
    border-radius: 11px;
    color: #fff;
    display: inline;
    font-size: 1.4rem;
    margin-right: 10px;
    padding: 7.5px 15px;
    text-transform: uppercase;
    text-align: center;
}

#film-card > .film-card-details > .film-card-tags > .imdb-link {
    background: #000;
    border-radius: 11px;
    color: #fff;
    display: flex;
    justify-self: flex-end;
    margin-left: auto;
    text-align: center;
    text-transform: uppercase;
}

#film-card > .film-card-details > .film-card-description > .film-details-subtitle {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#film-card > .film-card-details > .film-card-description > .film-synopsis {
    color: #000;
    font-size: 1.5rem;
}

#film-card > .film-card-infos {
    background: #ccc;
    display: flex;
    flex-direction: column;
    padding: 30px 75px 75px 75px;
}

#film-card > .film-card-infos > .film-infos-subtitles {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: flex-start;
}

#film-card > .film-card-infos > .film-infos-subtitles > .film-infos-subtitle {
    color: #000;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    width: 50%;
}

#film-card > .film-card-infos > .film-infos-credits {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0 0 0;
    padding: 0;
}

#film-card > .film-card-infos > .film-infos-credits > .film-infos-table {
    background: #a9a9a9;
    flex: 1;
    height: fit-content;
    margin: 0 auto;
    max-width: 460px;
    width: 460px;
}

#film-card > .film-card-infos > .film-infos-credits > .film-infos-table th, #film-card > .film-card-infos > .film-infos-credits > .film-infos-table td {
    border-bottom: 1px solid #1c1c1c;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 8px 16px;
    text-align: left;
    text-transform: uppercase;
}

#film-card > .film-card-infos > .film-infos-credits > .film-infos-table th {
    color: #ccc;
}

#film-card > .film-card-infos > .film-infos-credits > .film-infos-table td {
    color: #000;
}

#film-card > .film-achievements {
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 75px;
}

#film-card > .film-achievements > .film-achievements-section {
    margin-bottom: 30px;
}

#film-card > .film-achievements .film-achievements-section.split {
    margin: 0 25px 0 0;
    width: 465px;
}

#film-card > .film-achievements .film-achievements-section.full {
    width: 100%;
}

#film-card > .film-achievements .film-achievements-title {
    color: #000;
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 30px;
    text-align: left;
}

#film-card > .film-achievements .film-achievement-festival {
    color: #000;
    font-size: 1.6rem;
    margin-bottom: 25px;
}

#film-card > .film-achievements .film-achievements-list {
    color: #000;
    font-size: 1.6rem;
    margin-bottom: 25px;
    margin-left: 17px;
}

#main.contact {
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 75px;
    justify-content: flex-start;
}

.contact-title {
    color: #000;
    font-size: 5.6rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

.contact-subtitle {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%;
}

.contact-portrait {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin: 0;
    max-width: 33%;
}

.contact-portrait > img {
    box-sizing: border-box;
    height: auto;
    margin: 0;
    width: 100%;
}

.contact-portrait > a {
    border-radius: 0;
    margin: 15px auto 0 auto;
    width: 100%;
}

.contact-details {
    box-sizing: border-box;
    flex: 1;
    margin: 0 25px;
    width: 67%;
}

.contact-details > p {
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-justify: newspaper;
}

.lux-bio {
    box-sizing: border-box;
    margin-left: 33%;
    padding: 0 25px;
    width: 67%;
}

.lux-bio > p {
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-justify: newspaper;
}

.cta {
    background: #f9dc2f;
    border: none;
    border-radius: 6rem;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2.8rem;
    text-align: center;
    text-decoration: none !important;
}

.go-back-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 25px auto;
    width: 100%;
}

@media (max-width:1139px) {
    #header {
        position: relative;
    }
    .background-banner {
        margin-top: 0;
    }
}