@font-face {
    font-family: "Roboto Mono", monospace;
    src: url('../fonts/Manrope/RobotoMono-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: "Roboto Mono", monospace;
    src: url('../fonts/Manrope/RobotoMono-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Mono", monospace;
    src: url('../fonts/Manrope/RobotoMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Mono", monospace;
    src: url('../fonts/Manrope/RobotoMono-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: "Roboto Mono", monospace;
    src: url('../fonts/Manrope/RobotoMono-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Mono", monospace;
    src: url('../fonts/Manrope/RobotoMono-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Mono", monospace;
    src: url('../fonts/Manrope/RobotoMono-Bold.ttf') format('truetype');
    font-weight: 800;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Mono', monospace !important;
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --theme-color: red;
    --transition-1: 0.3s;
    --navbar-height: 50px;
    --box-shadow-1: 0px 0px 1px 1px lightgrey;
}

.navar-wrapper {
    height: var(--navbar-height) !important;
}

.navbar {
    padding: 0 !important;
    height: var(--navbar-height);
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-1);

    .navbar-brand {
        height: 100%;

        img {
            height: 100%;
            width: 45px;
        }
    }

    .nav-phone {
        color: var(--theme-color) !important;
    }

    .navbar-toggler {
        width: 40px;
        height: 40px;
        position: relative;
        box-shadow: none !important;
        border: none !important;

        span {
            position: absolute;
            width: 90%;
            height: 3px;
            top: 0;
            right: 0;
            background-color: var(--theme-color);

            &:nth-child(1) {
                top: calc(30% - 4px) !important;
                width: 50%;
            }

            &:nth-child(2) {
                top: calc(50% - 4px) !important;
                width: 70%;
            }

            &:nth-child(3) {
                top: calc(70% - 4px) !important;
                width: 50%;
            }

            &:nth-child(4) {
                top: calc(90% - 4px) !important;
                width: 80%;
            }
        }

    }

    .close-btn {
        border: none;
        width: 40px;
        height: 40px;
        background-color: transparent;
        position: relative;
        transition: var(--transition-1);

        &::before,
        &::after {
            position: absolute;
            content: '';
            width: 3px;
            height: 60%;
            top: calc((100% - 60%) / 2);
            right: calc((100% - 3px) / 2);
            transform: rotate(45deg);
            background-color: var(--theme-color);
        }

        &:hover {
            scale: 1.1;
        }

        &::before {
            transform: rotate(-45deg);
        }

        &:focus {
            outline: none;
        }
    }

    .nav-link {
        padding: 3px;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        position: relative;
        color: var(--color-black);
        box-shadow: none !important;

        &.active {
            color: var(--theme-color) !important;
            text-shadow: 0px 0px 1px var(--theme-color);
        }

        &::after {
            display: none;
            content: '';
            position: absolute;
            width: 3px;
            height: 0%;
            top: 50%;
            left: 0;
            background-color: var(--theme-color);
            transition: var(--transition-1);

        }

        &:hover::after {
            top: 0%;
            height: 100% !important;
        }

    }

}

section.bl {
    min-height: 100vh;
    border: 1px solid grey;
}

section.bl:not(.header){
    padding-top: var(--navbar-height);
}

.header {
    box-shadow: var(--box-shadow-1);
    position: relative;
}

.header-brand-name {
    font-size: 60px;
    text-shadow: 0px 0px 2px var(--theme-color);

    span {
        position: relative;

        &::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: red;

        }
    }
}

.header-slogan{
    font-size: 20px;
    font-weight: 500;
}

.header .carousel-control-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: transparent;
    right: 0;
    bottom: 50px;
    left: auto;
    top: auto;
    opacity: 1;
    border: 1px solid var(--color-white) !important;
    transition: 0.3s;
    opacity: 0.8;
    background-color: var(--color-white);
    padding: 5px;
}

.header .slide-content-wrapper {
    color: var(--color-white) !important;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background-color: transparent;
    pointer-events: none;
    z-index: 99;

    .honors {
        .label {
            font-size: 60px;
            font-weight: 600;
        }

        .description {
            font-size: 16px;
            text-align: start;
            font-weight: 600;
        }
    }
}

/* .header .carousel-control-btn:hover {
    opacity: 1;
}

.header .icons {
    transition: 0.3s;
    filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg);
    scale: 0.7;
}

.header .carousel-control-btn:hover .icons {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(200deg);
}


.header .carousel-control-prev {
    right: 80px;
}


.header .carousel-control-next {
    right: 30px;
} */

.header .carousel .slide-caption {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 999;
    color: var(--color-white);
    padding: 10% 0 0 10%;
}

.header .carousel .slide-label {
    font-size: 46px !important;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.header .carousel .slide-label+p {
    font-size: 24px;
    font-weight: 500;
}

.header .carousel-bg {
    background-size: cover;
    background-position: center;
    min-height: 600px !important;
    max-height: calc(100vh - var(--navbar-height));
    height: 700px;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.6);
}

hr.divider {
    width: 100%;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .navbar {
        .nav-link {
            padding-left: 10px;

            &::after {
                display: block;
            }

            &.active {
                text-shadow: none;

                &::after {
                    height: 100%;
                    top: 0;
                }
            }
        }
    }

    .header .carousel-bg {
        min-height: 700px !important;
    }
}

@media screen and (max-width:576px) {
    #navbar-offcanvas {
        width: 300px;
    }

    .header .slide-content-wrapper {

        .honors {
            .label {
                font-size: 35px;
            }

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

    .header .carousel-bg {
        min-height: 650px !important;
    }

}

@media screen and (max-width: 350px) {
    #navbar-offcanvas {
        width: 200px;
    }

    .header .carousel-bg {
        min-height: 700px !important;
    }
}

@media screen and (max-width: 250px) {
    #navbar-offcanvas {
        width: 100%;
    }
}