.scroll-down {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding-inline: 11px;
    color: #fff;
    align-items: center;
    cursor: pointer;

    span {
        writing-mode: tb;
        margin-bottom: 13px;
        font-family: var(--roboto-medium);
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }
}

.fold {
    position: relative;

    .fold-img {
        margin-top: -75px;
        height: 55vh;
        object-fit: cover;
    }

    .shield-info {
        position: absolute;
        left: 50%;
        bottom: 5%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;

        .mission {
            text-align: center;
            color: var(--color-red);
            font-family: var(--roboto-medium);
            font-size: 18px;
            line-height: 21.09px;
            letter-spacing: 0.09em;

            span {
                width: 30px;
                display: inline-block;
                border-top: 2px solid red;
                padding-bottom: 6px;
                margin-inline: 10px;
            }
        }

        .title {
            font-family: var(--roboto-bold);
            font-size: 42px;
            font-weight: bold;
            line-height: 49.22px;
            color: #fff;
        }
    }

    .commander {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 400px;
        width: 100%;
    }
}

.options {
    border-block: 1px solid #4D4D4F;

    .options-wrap {

        .option {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding-block: 40px;
            border-left: 1px solid #4D4D4F;
            border-top: 1px solid #4D4D4F;

            img {
                width: 60px;
                aspect-ratio: 1;
                object-fit: contain;
                z-index: 5;
                background: transparent;
            }

            .icon {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 1.5rem;
                margin-bottom: 1rem;
                position: relative;
                color: var(--color-red);
            }

            .dash {
                border-bottom: 2px solid transparent;
                width: 26px;
                transition: all 0.3s;
            }

            .shadow {
                filter: blur(50px);
                -webkit-filter: blur(50px);
                position: absolute;
                width: 70px;
                height: 70px;
                transition: all 0.3s;
                z-index: 4;
            }

            .title {
                font-family: var(--roboto-medium);
                font-size: 22px;
                line-height: 32px;
                color: #fff;
                text-transform: uppercase;
            }

            .description {
                font-family: var(--roboto-regular);
                font-size: 22px;
                line-height: 24px;
                color: #BFBFBF;
            }

            &:hover .active {

                .shadow {
                    background-color: #E11932;
                }

                .dash {
                    border-bottom: 2px solid var(--color-red);
                }
            }
        }
    }
}

.logos {
    padding: 20px;
    background: #1C1C1C;

    .wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 2rem;
        scrollbar-width: none;
        -ms-overflow-style: none;
        cursor: pointer;
        padding-block: 10px;

        .logo {
            object-fit: contain;
            height: 60px;
            transition: all;

            &:hover {
                filter: drop-shadow(0px 0px 4px #ffffff);
            }
        }
    }

    .wrapper::-webkit-scrollbar {
        display: none;
    }
}

.about-us {
    padding-block: 7rem;

    .sub-title {
        font-family: var(--warhelio-bold);
        text-transform: uppercase;
        color: #FFFFFF26;
        font-size: 9.2rem;
        line-height: 1;
    }

    .title {
        font-family: var(--warhelio-bold);
        text-transform: uppercase;
        color: #FFFFFF26;
        font-size: 3.3rem;
        margin-bottom: -1rem;
        line-height: 1;
    }

    .about-text {
        display: flex;
        flex-direction: column;

        .sub-heading {
            font-family: var(--roboto-medium);
            font-size: 18px;
            line-height: 21.09px;
            letter-spacing: 0.09em;
            color: var(--color-red);
            text-transform: uppercase;

            span {
                width: 25px;
                display: inline-block;
                border-top: 2px solid var(--color-red);
                padding-bottom: 6px;
                margin-left: 10px;
            }
        }

        .heading {
            font-family: var(--roboto-bold);
            font-size: 42px;
            font-weight: 700;
            line-height: 49.22px;
            color: #fff;
        }

        .text {
            font-family: var(--roboto-thin);
            font-size: 22px;
            line-height: 28px;
            color: #BFBFBF;
            margin-bottom: 56px;
        }

        .stats-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        .stat-box {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border: 1px solid #333333;
            border-right: 0;
            padding: 42px 20px;
            text-align: center;
            flex: 50%;
            color: #fff;
        }

        .stat-number {
            font-family: var(--roboto-bold);
            font-size: 60px;
            font-weight: 700;
            line-height: 70px;
            letter-spacing: 0.09em;
        }

        .stat-label {
            margin-top: 5px;
            font-family: var(--roboto-medium);
            font-size: 20px;
            line-height: 32px;
            text-align: center;
        }
    }
}

@media (min-width: 1920px) {
    .scroll-down {
        left: calc(((100% - 1920px) / 2) + 3rem);
    }
}

@media (max-width:1870px) {
    .about-us {
        .title {
            font-size: 2.5rem;
        }

        .sub-title {
            font-size: 6.9rem;
        }
    }
}

@media (max-width:1650px) {
    .about-us {
        .title {
            font-size: 2.5rem;
        }
    }
}

@media (max-width:1480px) {
    .about-us {
        .title {
            font-size: 2rem;
            margin-bottom: -0.8rem;
        }

        .sub-title {
            font-size: 5rem;
        }
    }
}

@media (max-width:1400px) {
    .fold {
        .shield-info {
            .title {
                font-size: 40px;
            }
        }
    }

    .about-us {
        .stats-container {
            height: 50% !important;
        }
    }

}

@media (max-width:1200px) {

    .options {
        .options-wrap {
            .option {
                padding-block: 20px;

                .description {
                    font-size: 18px;
                }
            }
        }
    }

    .about-us {
        .about-text {

            .stat-number {
                font-size: 48px;
                line-height: normal;
            }

            .stat-box {
                padding: 32px 10px;
            }
        }
    }
}

@media (max-width:992px) {
    .fold {

        .shield-info {

            .title {
                font-size: 28px;
                line-height: normal;
            }
        }
    }

    .options {
        .options-wrap {
            .option {
                .title {
                    line-height: 24px;
                }

                img {
                    width: 40px;
                }

                .shadow {
                    filter: blur(25px);
                    width: 50px;
                    height: 50px;
                }
            }
        }
    }

    .logos {
        padding: 20px 30px;

        .wrapper {
            .logo {
                height: 50px;
            }
        }
    }

    .about-us {
        .title {
            font-size: 6vw;
            margin-bottom: 0px;
        }

        .sub-title {
            font-size: 17vw;
        }

        .about-text {
            .stat-box {
                border: 1px solid #333333 !important;
            }
        }
    }

}

@media (max-width:768px) {
    .fold {

        .scroll-down {
            display: none;
        }

    }

    .options {
        .options-wrap {
            .option {
                border-inline: 1px solid #4D4D4F;

                .title {
                    font-size: 16px;
                }

                .description {
                    display: none;
                }
            }
        }
    }

    .logos {
        padding: 20px 0px;
        position: relative;

        .shadow {
            position: absolute;
            top: 0;
            width: 75px;
            height: 90px;
            background: linear-gradient(90deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 100%);
        }

        .shadow-left {
            left: 0;
            rotate: 180deg;
        }

        .shadow-right {
            right: 0;
        }

        .wrapper {
            .logo {
                height: 35px;
            }
        }
    }

    .about-us {
        padding-block: 2rem;

        .title {
            font-size: 7vw;
        }

        .sub-title {
            font-size: 18vw;
        }

        .about-text {
            text-align: center;

            .heading {
                font-size: 24px;
                line-height: 28.13px;
            }

            .text {
                font-size: 18px;
            }

            .stat-box {
                padding: 32px 0px;
                border-right: 1px solid #333333;
            }

            .stat-label {
                font-size: 16px;
                line-height: normal;
            }
        }
    }

}

@media(max-width:576px) {}