
.necex{
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    background-color: rgb(77, 77, 0);
    color: white;
}

.he h1{
    font-size: 40px;
    text-align: center;
    margin: 0 0 20px 0;
    /* border: 1px solid red; */
    padding: 20px;
}

.necc{
    width: 80%;
    max-width: 100vw;
    height: 500px;
    margin: auto;
    position: relative;
    overflow: hidden;
    /* border: 2px solid green; */
}

.maincard{
    margin: 0 50px  0 0;
}

.necc .wrapper{
    position: relative;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    transition: 1s;
}

.necc .card{
    width: 100%;
    height: 450px;
    border-radius: 25px;
    border-radius: 5px;
    display: flex;
}

.necc .card .maincard{
    width: 33%;
}


.necc .prez{
    margin: 2%;
    position: relative;
    left: 13%;
}

.necc .image-content, .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 14px;
}

.necc .image-content{
    position: relative;
    row-gap: 5px;
    height: 80%;
    /* border: 2px solid green; */
}

.necc .card-content{
    height: 20%;
}

.necc .card-image{
    position: relative;
    height: 330px;
    width: 330px;
    border-radius: 50%;
    padding: 10px;
    margin-right: 50px;
}

.necc .card-image .card-img{
    height: 100%;
    width: 100%; 
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid rgba(128, 128, 128, 0.097);
    padding: 3px;
}

.necc .name{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.necc .description{
    font-size: 15px;
    color: #fff;
    text-align: center;
}



.necc .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.necc .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(45, 6, 6, 0.256);
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.necc .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.necc .dots li{
    list-style: none;
    width: 10px;
    height: 5px;
    background-color: #fff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}

.necc .dots li.active{
    width: 30px;
}








  .mgoals{
    background-color: #808000a6;
    color: black;
  }
  
  .mgoals h2{
    color: white;
  }
  

  .portfolio .portfolio-wrap .portfolio-info a span{
    font-size: 15px;
    font-weight: bold;
    font-family:monospace;
  }






#main .portfolio .portfolio-wrap span.hover{
    background-color: #2121218a;
    width: 100%;
    color: white;
    text-align: center;
    padding: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    font-weight: 600;
}


  #hero:before {
    content: "";
    background: #837d003b;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  
  #hero {
  width: 100%;
  height: 100vh;
  background: url("../images/pages/aboutt.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}







