.ngfw-hero {
    position: relative;
    height: 100vh;
    display: flex;
    overflow: hidden;
}

.ngfw-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/heros/hero-img-ngfwPage.jpg') center/cover no-repeat;
    filter: brightness(0.3);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 2rem;
}

.title-ngfw {
    font-size: 7rem;
    text-align: center;
}

.subtitle-ngfw {
    font-size: 2.5rem;
    font-weight: 400;
    margin-top: 1rem;
}

.line-ngfw {
    background-color: #578E73;
    width: 16.7%;
    height: 5px;
    margin-top: 1rem;
}

.hero-tagline {
    margin-top: 2rem;
    font-size: 1rem;
}

.btn-ngfw {
    --color: #000000;
    font-family: inherit;
    display: inline-block;
    width: 9em;
    height: 4em;
    line-height: 2.5em;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #1E594B;
    transition: color 0.5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 500;
    color: #fff;

    background-color: #1E594B;
    margin-top: 1rem;
}

.btn-ngfw:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: black;
    height: 150px;
    width: 200px;
    border-radius: 50%;
}

.btn-ngfw:hover {
    color: #ffffff;
    border: 2px solid #000000;
}

.btn-ngfw:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.btn-ngfw:hover:before {
    top: -30px;
    left: -30px;
}

.btn-ngfw:active:before {
    background: #000000;
    transition: background 0s;
}


.container-ngfw1 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.vector-img {
    width: 620px;
}

.text-ngfw1 {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    justify-content: space-evenly;
    width: 40%;
}

.text-ngfw1 h1 {
    font-size: 7rem;
}

.text-ngfw1 p {
    width: 90%;
    font-size: 1.7rem;
}

.text-ngfw1 span {
    color: #578E73;
}

.section-ngfw {
    background-color: #212121;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

.section-ngfw h1 {
    color: #ffffff;
    font-size: 2.4rem;
    text-align: center;
    padding-top: 5%;
}

.card-ngfw {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;

    margin-top: 5%;
}

.cardz-ngfw {
    width: 24%;
    height: 58vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5vh;
    background-color: #ffffff;
    border-radius: 25px;
    margin-bottom: 5vh;
}

.card-ngfw img {
    width: 13%;
}

.content-ngfw {
    padding: 10%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.content-ngfw p {
    font-size: 1.7rem;
}


.container-ngfw {
    width: 100%;
    display: flex;
    justify-content: center;
}

.vector-img {
    width: 620px;
}

.text-ngfw {
    color: #ffffff;
    width: 80%;
}

.text-ngfw h1 {
    padding-bottom: 20px;
    padding: 2rem 0;
}

.text-ngfw>p {
    padding-top: 10px;
}

.text-ngfw-card {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.text-ngfw-card h2 {
    font-size: 1.9rem;
    width: 100%;
    color: #578E73;
}


.text-ngfw-card img {
    width: 60px;
}

.content-ngfw p {
    font-size: 1.5rem;
}

.text-ngfw h1 {
    font-size: 3.3rem;
}

.text-ngfw p {
    width: 90%;
    font-size: 1.7rem;
}

.text-ngfw span {
    color: #578E73;
}

.certification {
    background-color: #212121;
    height: 95vh;
}

.certification h1 {
    text-align: center;
    color: #ffffff;
    font-size: 4rem;
    padding: 3% 0;
}

.certification-container {
    background-color: #ffffff;
    width: 90%;
    height: 70vh;
    margin: auto;
    border-radius: 25px;

}

@media (max-width: 1366px) {

    .vector-img {
        width: 35%;
    }

    .text-ngfw1 h1 {
        font-size: 5rem;
    }

    .text-ngfw1 p {
        font-size: 1.2rem;
    }

    .btn-ngfw {
        height: 7vh;
        margin-top: 5%;
    }

    .cardz-ngfw{
        height: 55vh;
        width: 30%;
    }

    .text-ngfw-card h2 {
        font-size: 1.4rem;
    }

    .content-ngfw p {
        font-size: 1.1rem;
    }

    .text-ngfw h1 {
        font-size: 3.3rem;
        width: 100%;
    }

    .text-ngfw p {
        font-size: 1.2rem;
        margin-top: 5%;
    }

    .img-certification {
        width: 20%;
    }

    .text-ngfw-card img {
        width: 20%;
    }

}

@media (max-width: 768px) {

    .title-ngfw {
        font-size: 4.5rem;
    }

    .about-ngfw {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .container-ngfw, .container-ngfw1 {
        display: flex;
        flex-direction: column;
        width: 80%;
    }

    .text-ngfw1, .text-ngfw {
        width: 100% !important;
    }

    .text-ngfw1 p{
        width: 100%;
    }

    .card-ngfw {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly !important;
    }

    .cardz-ngfw {
        width: 80%;
        height: 75vh;
    }
}

@media (max-width: 425px) {

    .title-ngfw {
        font-size: 2.4rem;
    }

    .vector-img {
        width: 70%;
    }

    .text-ngfw1 {
        width: 100%;
    }

    .text-ngfw1 h1 {
        font-size: 3rem;

    }

    .text-ngfw1 p {
        font-size: 1.2rem;
        width: 100%;

    }

    .section-ngfw h1 {
        font-size: 1.5rem;
        width: 80%;
    }

    .content-ngfw p {
        font-size: 1.2rem;
        width: 100%;
    }

    .cardz-ngfw h2 {
        font-size: 1.5rem;
    }


    .container-ngfw h1 {
        font-size: 1.5rem;
        width: 100%;
    }

    .container-ngfw p {
        font-size: 1.2rem;
        width: 70%;
    }

    .certification h1 {
        font-size: 1.5rem;
    }

    .certification {
        height: auto;
    }

    .certification-container {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .img-certification {
        width: 200px;
    }

    .text-ngfw {
        width: 80%;
    }

    .text-ngfw p {
        width: 100%;
    }

    .btn-ngfw {
        width: 140px;
        height: 50px;
    }

}

@media (max-width: 320px) {

    .text-ngfw-card img {
        width: 50px;
    }

    .cardz-ngfw {
        width: 80%;
    }
}

@media (max-height: 910px){
    .cardz-ngfw{
        height: 55vh !important;
    }
}

@media (max-height: 900px){
    .cardz-ngfw{
        height: 65vh !important;
    }
}
