*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    overflow-x: hidden;

}
:root{
   --bg-img : assets/img/profile - Copy.jpg;
}
html{
    scroll-behavior: smooth;
    
}
section{
   /* padding-left: 10px; */
   padding-top: 10vh;
  background: #aaa;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
  }
  
  #preloader:before,
  #preloader:after {
    content: "";
    position: absolute;
    border: 4px solid green;
    border-radius: 50%;
    -webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  
  #preloader:after {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      width: 10px;
      height: 10px;
      top: calc(50% - 5px);
      left: calc(50% - 5px);
      opacity: 1;
    }
  
    100% {
      width: 72px;
      height: 72px;
      top: calc(50% - 36px);
      left: calc(50% - 36px);
      opacity: 0;
    }
  }
  
  @keyframes animate-preloader {
    0% {
      width: 10px;
      height: 10px;
      top: calc(50% - 5px);
      left: calc(50% - 5px);
      opacity: 1;
    }
  
    100% {
      width: 72px;
      height: 72px;
      top: calc(50% - 36px);
      left: calc(50% - 36px);
      opacity: 0;
    }
  }
  
.hero {
   
    /* background: #f0e0e0; */
    align-items: center;
    justify-content: center;
    /* padding-left: 5vmax; */
    overflow-y: hidden;
    /* height: max-content; */
    background: -linear-gradient(#50e05c,#39c545,#04630c);
    
}
nav{
    background:  #02810c;
    /* overflow:hidden; */
}
.nav-item{
  /* font-size: 1.3rem; */
  font-weight:600;
  text-transform:uppercase;
  margin:0 .5rem;
 

}

.hero h1{
    color: #aaa;
    font-size: 4rem;
    justify-content: center;
    font-weight: bold;
    overflow-y: hidden;
  

}
.hero h4{
    font-weight: 600;
    justify-content: center;
    font-size: 2rem;
    font-family: verdana;

}
.container h2{
    font-size: 2rem;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
}
.container h2::before{
    /* position: absolute;
    content: " d";
    width: 10%;
    background: #04630c;
    margin-top: 2.2rem;
    margin-left: -4.5em; */
    content: "";
    margin-top: 35px;
    /* margin-left: -9rem; */
    background-color: green;
    position: absolute;
    width: 50px;
    height: 3px;
}



.about-container{
    display: flex;
    flex-wrap: wrap;
}
section h3{
    overflow: hidden;
}
.box{
    width: 20rem;
  aspect-ratio: 1 / 1;
  /* border: 1px solid black; */
  box-shadow: 1px 5px 5px black;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
  background: #fff;

    font-size: 1.5rem;
    font-family: impact;
    font-weight: 100;
}
.box:hover{
   background: #04630c;
   color: #fff;
   border-radius: 10px;
   text-transform: capitalize;
}
.cards{
    width: fit-content;
    aspect-ratio: 1 / 1;
    background: #016b2a;
    border: #000 solid 1px;
    padding: 3.5em;
    /* margin-top: 4rem; */
   margin-bottom: 10px;
   box-shadow: 0 0 3rem black;
   justify-content: center;
    align-items: center;
    margin: auto;
    overflow-y: hidden;
    cursor:default;
    text-transform: capitalize;
}
.cards li{
    font-size: 24px;
    font-weight: 500;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #aaa;

}
.cards h3{
    color: #fff;
}
.contact .info-item {
    background: #f4f4f4;
    padding: 30px;
    height: 100%;
  }
  
  .contact .info-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 0;
    color: #fff;
    background:  #04630c;
    border-radius: 50%;
    margin-right: 15px;
  }
  
  .contact .info-item h3 {
    font-size: 20px;
    color: #6c757d;
    font-weight: 700;
    margin: 0 0 5px 0;
  }
  
  .contact .info-item p {
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
  }
  
  /* .contact .info-item .social-links a {
    font-size: 24px;
    display: inline-block;
    color: #198a0a44;
    line-height: 1;
    margin: 4px 6px 0 0;
    transition: 0.3s;
  } */
  
  .contact .info-item .social-links a:hover {
    color:  #04630c;
  }
  

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
    
footer{
    background-color: #011;
    height: auto;
    text-align: center;
  }

.social-network {
    margin-top: 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
   
}

.social-network a {
    margin: 0 3px;
    display: flex;

    
}

.social-network a i  {
    width: 40px;
    height: 40px;
   margin-top: 30px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
    
}
 .social-network a i:hover {
    background-color: #fff;
  
    color: #04630c;
}

.copyright-text {
    position: relative;
    margin-top: 20px;
    color: #fff;
    padding-bottom: 30px;
    cursor:default;
   
}

 .copyright-text p {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    font-size: 13px;
}

@media(min-width:1200px){
 .about-container{
    flex-wrap: nowrap;
    
 }
}