
.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: white;
    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: #1E594B;
    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: 3.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;
  font-weight: 400;

  background-color: #1E594B;
}

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

.btn-ngfw:hover {
  color: #fff;
   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;
    height: 100vh;
    width: 100%;
}

.vector-img{
    width: 620px;
}

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

    justify-content: space-evenly;
    width: 40%;
    height: 60vh;

}

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

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

.text-ngfw1 span{
    color: #1E594B;
}

.section-ngfw{
  background-color: #212121;
  height: 80vh;
  
  border-radius: 35px;
}

.section-ngfw h1{
  color: #fff;
  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: 50vh;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background-color: #fff;

  border-radius: 25px;
}

.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{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 90vh;
    width: 100%;
}

.vector-img{
    width: 620px;
}

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

    justify-content: space-evenly;
    width: 40%;
    height: 60vh;

}

.text-ngfw-card{
  display: flex;

  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  height: 13vh;
}

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


.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: #1E594B;
}

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

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

.certification-container{
  background-color: #fff;
  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%;
  }

  .section-ngfw{
    height: 100vh;
  }

  .cardz-ngfw{
    height: 55vh;
  }

  .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%;
  }

  .about-ngfw{
    height: 100vh;
  }

}

@media(max-width: 425px){

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


  .container-ngfw1{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .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%;
    margin: auto;
  }

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

  .section-ngfw{
    height: 150vh;
  }

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

    height: 90%;
  }

  .cardz-ngfw{
    width: 80%;
    height: 350px;
  }

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

  .container-ngfw{
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .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{
    height: 20vh;
  }

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

    .section-ngfw{
    height: 190vh;
  }

    .cardz-ngfw{
    width: 80%;
    height: 450px;
  }
}