* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.fa {
    background: rgba(15, 20, 30, 0.3);
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    z-index: 20;
    cursor: pointer;
    border: 0 none;
    border-radius: 25px;
    transition: all 0.2s cubic-bezier(0.3, 0, 0.5, 1) 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    align-items: center;
    font-size: 25px;
    color: white;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    padding-top: 12px;
    padding-right: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
}

.fa:hover {
    background: #000;
    transition: 0.5s;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .toggle {
    position: relative;
    width: 40px;
    height: 40px;
    background: url(img/menu.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 30px;
    margin-left: 5%;
    z-index: 999;
}

header .toggle.active {
    position: relative;
    background: url(img/close1.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 25px;
    z-index: 1000;
}

section {
    min-height: fit-content;
    justify-content: flex-start;
    display: flex;
    align-content: center;
    position: relative;
}

.banner {
    background: linear-gradient(to right, rgba(255, 0, 0, 0), #e6a37c);
}

.content {
    margin-top: 8%;
}

.content a {
    display: inline-block;
    padding: 10px 20px;
    background: #eb7633;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: Nunito;
    margin-top: 5%;
    border-radius: 10px;
}

.content a:hover {
    color: #fcfcfc;
    text-shadow: 0 0 30px #f3f2f0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.content h1 {
    font-size: 4.2rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #eb7633;
    font-family: Volkhov;
    animation: drop 3s ease;
}

.content h5 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    font-family: Nunito;
    font-weight: 500;
    letter-spacing: 0.4em;
    color: #878a8f;
    margin-top: 3%;
}

.navigation h5 {
    line-height: 1.25rem;
    text-transform: uppercase;
    font-family: Nunito;
    font-weight: 500;
    letter-spacing: 0.4em;
    margin-top: 3%;
    line-height: 1.25rem;
}

.content h6 {
    font-size: 1rem;
    line-height: 1.4rem;
    letter-spacing: 2px;
    text-transform: none;
    font-family: Nunito;
    color: #8d8a8a;
    padding-top: 14%;
}

.play {
    position: relative;
    bottom: -1%;
    left: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.play img {
    max-width: 40px;
}

.play span {
    font-weight: 600;
    margin-left: 2%;
    letter-spacing: 1px;
    font-family: Nunito;
}

.play span:hover {
    color: #eb7633;
    transition: ease-in-out .2s;
}

.trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e78e5b;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.trailer.active {
    opacity: 1;
    visibility: visible;
}

.trailer video {
    object-fit: initial;
    width: 1200px;
    height: 500px;
    box-sizing: border-box;
    outline: 0;
    filter: drop-shadow(0 5px 3px #000);
}

.trailer .close {
    position: absolute;
    top: 42px;
    right: 40px;
    cursor: pointer;
    max-width: 25px;
}

.col {
    margin-left: -1%;
    margin-top: -3%;
}

.gallery-box {
    max-width: 400px;
    position: absolute;
    animation: drop 3s ease;
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.gallery-box img {
    width: 185%;
    filter: drop-shadow(0 5px 3px #000);
    margin-top: 35%;
    margin-left: 3%;
    border: 8px solid rgba(245, 137, 36, 0.4);
    box-sizing: border-box;
}

.gallery-box ul {
    position: absolute;
    margin-left: 190%;
    top: 50%;
    transform: translateY(-50);
}

.gallery-box ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    padding: 0 30px;
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    font-family: Nunito;
}

.gallery-box .active {
    color: #dd4c27;
}

.gallery-box ul li::after {
    content: "";
    width: 30px;
    height: 2px;
    background: 0 0;
    position: absolute;
    top: 8px;
    left: -5px;
}

.gallery-box .active::after {
    background: #dd4c27;
}

@media only screen and (max-width: 600px) {
    .col {
        visibility: hidden;
    }
}

.content {
    padding: 50px;
}

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e79260;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: 0.6s;
}

body.navigation {
    overflow-y: hidden;
}

.navigation.active {
    opacity: 0.93;
    visibility: visible;
}

.navigation>ul>li>a {
    padding: 6px;
    text-decoration: none;
    color: #070707;
    display: block;
    transition: 0.3s;
    font-size: 3.125rem;
    line-height: 2.8125rem;
    letter-spacing: -0.01em;
    font-weight: 800;
    text-align: center;
    transition: transform 0.2s;
    font-family: "Times New Roman", Times, serif;
}

.navigation>ul>li>a:hover {
    color: #fffdfd;
    transform: scale(1.4);
}

.navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.navigation ul li {
    list-style: none;
}

.navigation ul a {
    display: inline-block;
    color: coral;
    font-size: 2em;
    text-decoration: none;
    font-weight: 300;
}

.navigation ul a:hover {
    color: #50504e;
}

.heading p {
    margin-left: -18%;
    margin-top: 25%;
}

middle.section {
    display: flex;
}

.gallery-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10%;
    margin-left: -15%;
}

.gallery-container1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10%;
    margin-left: -15%;
}

.gallery-image {
    position: relative;
    margin: 5px;
    display: flex;
    justify-content: space-evenly;
    overflow: hidden;
    border-radius: 4%;
}

.gallery-image img {
    max-width: 350px;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
}

.gallery-image img:hover {
    transform: scale(1.3);
}

.heading h1 {
    margin-top: 20px;
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #eb7633;
    font-family: Volkhov;
    margin-left: 37%;
}

@media (max-width: 991px) {
    .gallery-box {
        display: none;
    }
    .fa {
        position: fixed;
        right: 10px;
        bottom: 8px;
    }
    .gallery-image img {
        width: 150px;
        height: 120px;
    }
    .col {
        display: none;
        margin-left: 0;
        margin-top: -4%;
    }
}

.heading h1 {
    margin-top: 20px;
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #eb7633;
    font-family: Volkhov;
    margin-left: 37%;
}

.heading p {
    margin-left: 400%;
    margin-top: 10%;
    white-space: nowrap;
}

@media only screen and (max-width: 630px) {
    .col {
        visibility: hidden;
    }
    .content {
        margin-top: 14%;
    }
    .content h1 {
        font-size: 4.1rem;
    }
    .content h6 {
        padding-top: 15%;
    }
    .heading p {
        display: none;
        visibility: hidden;
    }
    .gallery-container {
        margin-top: 30%;
    }
    .gallery-container1 {
        margin-top: 10%;
    }
    .content h1 {
        font-size: 3.3rem;
        line-height: 3.6rem;
    }
    .play {
        margin-top: 2%;
    }
    .gallery-image {
        margin-left: 14%;
    }
    .trailer video {
        object-fit: fill;
        width: 370px;
        height: 370px;
        outline: 0;
    }
    .trailer .close {
        top: 42px;
        right: 10px;
    }
    .middle {
        background: linear-gradient(to right, rgba(255, 0, 0, 0), #e6a37c);
    }
}