body {
    background: linear-gradient(180deg, #2C1514 0%, #301813 45.68%, #693A01 100%);
}

main {

    /* Slider */
    .slider {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
        padding: 0 25px;

        & video,
        & img.background {
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            filter: brightness(0.4);
            opacity: 0.9;
        }

        & .slider-text {
            top: 50%;
            left: 50%;
            z-index: 2;
            width: 100%;
            transform: translate(-50%, -50%);
            text-align: center;
            position: absolute;
            color: var(--white-color);

            & h1 {
                width: auto;
            }
        }

        & .footer-text {
            position: absolute;
            bottom: 28px;
            z-index: 2;
            width: 100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            transform: translateX(-50%);
            left: 50%;

            p {
                font-size: 12px;
                color: var(--white-color);
                margin-bottom: 10px;
                text-align: center;
                font-family: 'readex', serif;

                @media (min-width: 992px) {
                    font-size: 16px;
                    width: 20.17%;
                }
            }

            .arrow-down {
                width: 12px;
                height: 14px;
                border: none;
                background-color: transparent;

                & i {
                    cursor: pointer;
                    font-size: 12px;
                    color: var(--white-color);

                    &:hover {
                        color: var(--light-color);
                    }
                }
            }

        }


    }

    /* About */
    .about {
        width: 100%;
        display: flex;
        position: relative;

        & .text-container {
            width: 50%;
            display: flex;
            text-align: center;
            align-items: center;
            justify-content: center;
            color: var(--white-color);
            padding-bottom: 20px;
            width: 100%;
            gap: 0 20px;

            @media (max-width: 1200px) {
                flex-direction: column-reverse;
            }

            & .title {
                flex: 1;
                margin-bottom: 10px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;

                @media (min-width: 992px) {
                    padding: 10px 25px 0px;
                }

                @media (min-width: 1200px) {
                    padding: 80px 25px 0px;
                }

                @media (min-width: 1600px) {
                    padding: 20px 50px 42px 0px;
                }

                & h3 {
                    text-align: start;
                    font-size: 40px;
                    display: none;

                    @media (min-width: 1200px) {
                        display: block;
                        font-size: 90px;
                        line-height: 100px;
                    }

                    @media (min-width: 1700px) {
                        font-size: 135px;
                        line-height: 130px;


                    }

                    & b {
                        display: block;
                        font-size: 90px;
                        line-height: 100px;

                        & p {
                            font-weight: normal;
                            text-transform: uppercase;
                            font-family: 'ivar-display', serif;
                            text-align: start;
                            font-size: 90px;
                            line-height: 100px;
                            font-family: 500;
                            color: var(--light-color);
                        }
                    }
                }

                & p {
                    font-size: 15px;
                    text-align: start;
                    margin-top: 15px;
                    padding: 0 15px;

                    @media (min-width: 992px) {
                        font-size: 20px;
                        width: 70%;
                    }

                    @media (min-width: 1700px) {
                        width: 60%;
                    }

                    & strong {
                        font-weight: 500;
                        color: var(--light-color);
                    }

                    & b {
                        font-weight: 500;
                        color: var(--light-color);
                    }
                }

                & span {
                    color: var(--light-color);
                }

                & b {
                    color: var(--light-color);
                    font-weight: 500;
                }

            }

            & .image {
                flex: 1;

                & img {
                    width: 100%;
                    object-fit: cover;
                    aspect-ratio: 320 / 332;

                    @media (min-width: 1400px) {
                        height: 100vh;
                    }
                }

                & h3 {
                    display: none;

                    @media (max-width: 1200px) {
                        display: block;
                        margin-bottom: 10px;
                    }

                    text-align: center;
                    text-transform: uppercase;

                    & span {
                        color: var(--light-color);
                    }
                }
            }
        }
    }

    /* About Reverse */
    .about-reverse {
        width: 100%;
        display: flex;
        position: relative;

        & .text-container {
            width: 50%;
            display: flex;
            text-align: center;
            align-items: center;
            justify-content: center;
            color: var(--white-color);
            padding-bottom: 20px;
            width: 100%;
            gap: 0 20px;
            flex-direction: row-reverse;

            @media (max-width: 1200px) {
                flex-direction: column-reverse;
            }

            & .title {
                flex: 1;
                margin-bottom: 10px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;

                @media (min-width: 992px) {
                    padding: 10px 25px 0px;
                }

                @media (min-width: 1200px) {
                    padding: 80px 25px 0px;
                }

                @media (min-width: 1600px) {
                    padding: 20px 0px 42px 100px;
                }

                & h3 {
                    text-align: start;
                    font-size: 40px;
                    display: none;

                    @media (min-width: 1200px) {
                        display: block;
                        font-size: 90px;
                        line-height: 100px;
                    }

                    @media (min-width: 1700px) {
                        font-size: 135px;
                        line-height: 130px;
                    }

                    & b {
                        display: block;
                        font-size: 90px;
                        line-height: 100px;

                        & p {
                            font-weight: normal;
                            text-transform: uppercase;
                            font-family: 'ivar-display', serif;
                            text-align: start;
                            font-size: 90px;
                            line-height: 100px;
                            font-family: 500;
                            color: var(--light-color);
                        }
                    }
                }

                & p {
                    font-size: 15px;
                    text-align: start;
                    margin-top: 15px;
                    padding: 0 15px;

                    @media (min-width: 992px) {
                        font-size: 20px;
                        width: 70%;
                    }

                    @media (min-width: 1700px) {
                        width: 60%;
                    }

                    & strong {
                        font-weight: 500;
                        color: var(--light-color);
                    }

                    & b {
                        font-weight: 500;
                        color: var(--light-color);
                    }
                }

                & span {
                    color: var(--light-color);
                }

                & b {
                    color: var(--light-color);
                    font-weight: 500;
                }

            }

            & .image {
                flex: 1;

                & img {
                    width: 100%;
                    object-fit: cover;
                    aspect-ratio: 320 / 332;

                    @media (min-width: 1400px) {
                        height: 100vh;
                    }
                }

                & h3 {
                    display: none;

                    @media (max-width: 1200px) {
                        display: block;
                        margin-bottom: 10px;
                    }

                    text-align: center;
                    text-transform: uppercase;

                    & span {
                        color: var(--light-color);
                    }
                }
            }
        }
    }

    .section {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: relative;
        padding: 0 25px;
        display: flex;
        align-items: center;
        justify-content: center;

        & video,
        & img.background {
            top: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: absolute;
            filter: brightness(0.7);
        }

        & h2 {
            text-align: center;
            position: relative;
            z-index: 2;
            color: var(--white-color);
            width: 64.52%;

            @media (max-width: 992px) {
                font-size: 35px;
                line-height: 50px;
                width: 100%;
            }

            @media (min-width: 1200px) {
                letter-spacing: -1px;
            }

            span {
                color: var(--light-color);
            }
        }


    }

}

/* mobile-footer */

.mobile-footer {
    border-top: 1px solid var(--white-color-opacity);
}