




/* contribute section */

.contribute{
    background-color: rgb(0, 175, 146);
    height: 50vh;
    padding: 60px 0px;
   
}


.contribute-wrapper{
    width: 80%;

    height:100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}


.contribute-left{
  
    width: 50%;
    padding: 10px;
    color: white;
    

}

.contribute-left h2{
    margin-bottom: 20px;
    font-size: 30px;
}

.contribute-left p{
    font-size: 20px;
    margin-bottom: 30px;
}


.contribute-left .contribute-btn{
    background-color: white;
    padding: 17px 20px;
    border: none;
    border-radius: 5px;
 

    cursor: pointer;
   
}

.contribute-left a{
    text-decoration: none;
    color:rgb(24, 175, 146);
    font-weight: bold;
    font-size: 16px;
 
    transition: 0.15s ease-in-out;
}

.contribute-left a:hover{
    color: blue;
}

.contribute-right{
   
    width: 50%;
    position: relative;

    

   
}


.contribute-right .contribute-logo{
    background-color: white;
   
    border-radius: 50%;
    transform: translate(100%,5%);
  box-shadow: 100px 0px 0px rgb(254, 187, 0);
  
    
  
}


.contribute-right .contribute-arrow{
    position: absolute;
    left: 0;
    top: 54%;
}

