/* @font-face {
    font-family: "TradeGothicNextLTPro-Lt";
    src: url("https://db.onlinewebfonts.com/t/7920ad70e0ab9db3fdffd08966c1857b.eot");
    src:
        url("https://db.onlinewebfonts.com/t/7920ad70e0ab9db3fdffd08966c1857b.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/7920ad70e0ab9db3fdffd08966c1857b.woff")format("woff");
} */

.knowbe4-page {
    line-height: 1;
    font-family: lato;
    color: black;
}

.vactore {
    position: relative;
    z-index: 1;

    .hero-logo {
        margin: 4rem 0 1rem 0;
    }

    .knowbe-hero-section {
        display: flex;
        align-items: center;
        margin-bottom: 4rem;

        .hero-left {
            width: 50%;
            display: flex;
            flex-direction: column;

            .hero-content {

                .hero-content {
                    margin: 1rem 0;
                }

                .hero-section-content {

                    h1 {
                        margin: 1rem 0;
                        font-size: 3rem;
                        color: #000000;
                    }

                    p {
                        margin: 1rem 0;
                        color: #000000;
                        font-size: 1.125rem;
                    }
                }

                .hero-btn {
                    display: flex;
                    gap: 20px;

                    button {
                        display: flex;
                        align-items: center;
                        cursor: pointer;
                        gap: 15px;
                        padding: 0.5rem 1rem 0.5rem 2rem;
                        font-weight: bold;
                        font-size: large;
                        border: 1px solid #f26724;
                        border-radius: 50px;
                    }

                    .hero-btn-arrow {
                        background-color: #ffd9bf;
                        border-radius: 50px;
                        padding: 0.5rem;
                        display: flex;

                    }

                    .demo {
                        color: white;
                        background-color: #f26724;
                    }

                    .pricing {
                        color: #f26724;
                        background-color: white;
                    }

                }

            }
        }

        .hero-right {
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    .choose-knowbe4 {
        background-color: #f26724;
        color: white;
        padding: 4rem 5rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;

        h1 {
            font-size: 2.5rem;

        }

        p {
            color: #fce1d3;
            font-weight: 400;
            font-size: 1.125rem;
        }

        .choose-knowbe4-estimation {
            display: flex;
            align-items: center;
            justify-content: center;

            .estimation {
                padding: 20px;
                display: flex;
                align-items: flex-start;
                flex-direction: column;

                .percentage {
                    display: flex;
                    align-items: center;
                    gap: 10px;

                    h1 {
                        font-size: 4rem;
                        font-weight: 700;
                        font-family: lato;
                    }
                }

                p {
                    font-family: lato;
                    font-size: 1.125rem;
                }
            }
        }
    }

}

.vactore::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    /* adjust size */
    height: 100%;
    /* adjust size */
    background-image: url("https://nulodgic-static-assets.s3.us-east-1.amazonaws.com/app_direct/images/knowbe4/Vector.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: 1;
    /* send it behind content */
    pointer-events: none;
    /* allow clicks to pass through */
}



.knowbe4-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    h1 {
        margin: 4rem 0;
        font-size: 2.5rem;
        font-weight: 600;
        color: black;
    }

    .feature-table {
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 25px;
    }

    .feature-box {
        display: flex;
        align-items: start;
        gap: 20px;
        margin-bottom: 2rem;
        width: 100%;

        .box-img {
            background-color: #f26724;
            border-radius: 50px;
            padding: 0.7rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-content {

            h3 {
                margin-top: 0.5rem;
                font-size: 1.375rem;
            }

            p {
                font-size: 1.1rem;
                font-weight: 400;

                span {
                    color: #f26724;
                }
            }
        }
    }
}

.defense-section {
    background-color: #f3f7fa;
    padding: 4rem 5rem;
    border-radius: 1rem;

    .defence-head {

        .text-logo {
            display: flex;
            align-items: center;
            gap: 10px;

            h1 {
                font-size: 2.5rem;
            }

            img {
                height: 100%;
            }
        }

        h1 {
            font-size: 2.625rem;
        }

        p {
            font-size: 1.125rem;
        }
    }

    .defence-boxs {
        display: flex;
        gap: 20px;
        margin-top: 4rem;

        .defence-box {
            background-color: white;
            border: 0.5px solid #ced4de;
            width: 100%;
            border-radius: 10px;
            position: relative;
            padding: 2rem;

            img {
                position: absolute;
                top: -30px;
                left: 30px;
            }

            h1 {
                font-size: 1.125rem;
                font-weight: 700;
            }

            p {
                font-size: 1rem;
                font-weight: 400;
                color: #162430be;

                span {
                    color: #f26724;
                }
            }
        }
    }
}

.works {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;

    .works-head {
        margin: 4rem;

        h1 {
            font-size: 2.625rem;
        }

        p {
            font-size: 1.125rem;
        }

        .works-flow img{
            width: 100%;
        }
    }
}

.risk-section {
    background-color: #f26724;
    color: white;
    padding: 4rem 5rem;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;

    .risk-head {

        h1 {
            font-size: 2.625rem;
        }

        p {
            font-size: 1.125rem;
            width: 75%;
        }
    }

    .risks {
        display: flex;
        margin-top: 2rem;

        .risk {
            width: 100%;

            h1 {
                text-align: center;
                font-size: 4rem;
                font-weight: 700;
                font-family: lato;
            }

            p {
                font-size: 1rem;
                text-align: center;
            }
        }
    }
}

@media (max-width: 1024px) {
    .vactore .knowbe-hero-section {
        flex-direction: column !important;
        padding: 2rem 1rem !important;
        text-align: center !important;
    }

    .vactore .hero-left,
    .vactore .hero-right {
        width: 100% !important;
    }

    .hero-right img {
        width: 100% !important;
    }

    .defence-box {
        margin-bottom: 1rem !important;
    }

    .defence-boxs {
        justify-content: center !important;
        align-items: center !important;
    }

    .defence-head {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .text-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .defence-head h1,
    .defence-head p {
        text-align: center;
    }


    .vactore .hero-btn {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1rem !important;
    }

    .vactore .choose-knowbe4 {
        padding: 2rem 1.5rem !important;
        text-align: center !important;
    }

    .vactore::before {
        width: 50% !important;
        height: 50% !important;
    }

    .estimation {
        width: 100% !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .vactore .choose-knowbe4-estimation {
        flex-direction: column !important;
        align-items: start !important;
        gap: 2rem !important;
    }

    .knowbe4-feature .feature-table {
        grid-template-columns: 1fr !important;
        padding: 0 1rem !important;
    }

    .defense-section {
        padding: 2rem 1.5rem !important;
    }

    .defense-section .defence-boxs {
        flex-direction: column !important;

        .defence-box {
            max-width: 600px;
        }
    }

    .works .works-head {
        width: 100% !important;
        padding: 0 1rem !important;
        margin: 2rem 0 !important;
        text-align: center !important;
    }

    .works-flow img {
        width: 100% !important;
    }

    .risk-section {
        padding: 2rem 1.5rem !important;
        text-align: center !important;
    }

    .risk-section .risk-head p {
        width: 100% !important;
    }

    .risk-section .risks {
        flex-direction: column !important;
        gap: 2rem !important;
    }
}

@media (max-width: 480px) {

    .vactore .hero-content .hero-section-content h1,
    .choose-knowbe4 h1,
    .knowbe4-feature h1,
    .defense-section h1,
    .works .works-head h1,
    .risk-section .risk-head h1 {
        font-size: 1.8rem !important;
    }

    .vactore .hero-content .hero-section-content p,
    .choose-knowbe4 p,
    .knowbe4-feature p,
    .defense-section p,
    .works .works-head p,
    .risk-section p {
        font-size: 1rem !important;
    }

    .risk-section .risk h1 {
        font-size: 2.5rem !important;
    }

    .vactore .hero-btn button {
        font-size: 1rem !important;
        padding: 0.5rem 1rem !important;
    }

    .defense-section .defence-box img {
        margin-bottom: 1rem !important;
    }

    .defence-box {
        max-width: 230px !important;

        img {
            width: 18%;
        }
    }

    .defense-section .defence-boxs {
        gap: 1.5rem !important;
    }

    .knowbe4-feature .feature-box {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .knowbe4-feature .feature-content h3 {
        font-size: 1.2rem !important;
    }

    .works .works-head {
        margin: 2rem 0 !important;
        padding: 0 !important;
    }

    .estimation {
        padding: 0 !important;
    }
}