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

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

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

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

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

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

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

.btn-soc {
  --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-soc:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: black;
  height: 150px;
  width: 200px;
  border-radius: 50%;
}

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

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

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

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


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

.vector-img{
    width: 620px;
}

.text-soc1{
    display: flex;
    flex-direction: column;
    color: #ffffff;
    justify-content: space-evenly;
    width: 40%;
    height: 60vh;

}

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

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

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

.section-soc{
  background-color: #212121;
  height: 80vh;

  border-radius: 35px;
}

.section-soc h1{
  color: #ffffff;
  font-size: 2.4rem;

  text-align: center;
  padding-top: 5%;
}

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

  margin-top: 5%;
}

.cardz-soc{
  width: 24%;
  height: 50vh;

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

  background-color: #ffffff;

  border-radius: 25px;
}

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

.content-soc{
  padding: 10%;
  height: 100%;
   display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
}

.content-soc p{
  font-size: 1.7rem;
  width: 90%;
  margin: auto;
}

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

.container-soc{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 90vh;
    width: 100%;
}

.vector-img{
    width: 620px;
}

.text-soc{
    display: flex;
    flex-direction: column;
    color: #ffffff;
    justify-content: space-evenly;
    width: 40%;
    height: 60vh;

}

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

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

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

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

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

.certification-container-soc{
  background-color: #ffffff;
  width: 90%;
  height: 70vh;
  margin: auto;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;


}

.img-certification-soc{
  width: 370px;
}

.img-certification-cc{
  width: 50%;
}

@media (max-width: 1366px){
	
	.vector-img{
    width: 35%;
  }

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

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

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

  .section-soc{
    height: 100vh;
  }

  .cardz-soc{
    height: 55vh;
  }

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

  .content-soc p{
    font-size: 1.3rem;
  }

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

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

  .img-certification-soc{
    width: 17%;
  }

  .img-certification-cc{
    width: 38%;
  }

  .about-soc{
    height: 105vh;
  }
}

@media(max-width: 768px){
  .container-soc1{
    display: flex;
    flex-direction: column;
  }

  .vector-img{
    width: 50%;
  }

  .text-soc1{
    width: 100%;
    height: 50vh;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
  }

  .text-soc1 h1{
    font-size: 5rem;
    text-align: center;
  }

  .text-soc1 p{
    font-size: 1.3rem;
    width: 100%;

  }

  .cardz-soc{
    width: 30%;
    display: flex;

  }

  .text-soc-card img{
    width: 45px;
  }

  .text-soc-card h2{
    font-size: 1.2rem;
  }

  .content-soc p {
    font-size: 1.2rem;
  }
  
  .text-soc h1{
    font-size: 2.3rem;
  }

  .text-soc p{
    font-size: 1.1rem;
  }

  .btn-soc{
    width: 140px;
    height: 100%;
  }

  .img-certification-soc{
    width: 30%;
  }

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

@media(max-width: 425px){
  header{
    max-width: 425px !important;
    height: 91.28px !important;
  }

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


  .container-soc1{
    display: flex;
  }

  .vector-img{
    width: 70%;
  }

  .text-soc1{
    width: 100%;
    text-align: center;


    display: flex;
    align-items: center;
    justify-content: center;
  }

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

  }

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

  }

  .section-soc h1{
    font-size: 1.5rem;
    width: 80%;
    margin: auto;
  }

  .content-soc p{
    font-size: 1.2rem;
    width: 80%;
  }

  .section-soc{
    height: 170vh;
  }

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

    height: 90%;
  }

  .cardz-soc{
    width: 80%;
    height: 420px;
  }

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

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

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

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

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

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

  .img-certification-soc{
    width: 200px;
  }

  .text-soc{
    width: 80%;
  }

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

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

  .img-certification-cc{
    width: 300px;
    height: 130px;
  }
}

@media(max-width: 320px){
  .text-soc-card{
    height: 20vh;
  }

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

    .cardz-soc{
    width: 80%;
    height: 460px;
  }

  
  .section-soc{
    height: 190vh;
  }

}