@font-face {
    font-family: 'Averta';
    src: url('Averta.otf');
}
*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Averta';
    color: rgb(87, 87, 87);
}
a {
    color: #E7332B;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #eb5850;
}
/* first section */
.first-section{
   text-align: center;
   height: 800px;
   background-image: url('background1.svg');
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}
.first-section p{
    margin: auto;
    line-height: 24px;
    margin-bottom: 80px;
    font-size: 16px;
 }
.first-section img{
    margin-top: 70px;
    margin-bottom: 77px;
 }
 .first-section h1{
    font-size: 32px;
    margin-bottom: 29px;
 }
 .hero {
    padding: 10px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
 /* buttons */
#button1{
    border: 1px solid#E7332B;
    background-color: #E7332B;
    color: white;
    padding: 11px 28px;
    font-size: 16px;
    font-family: 'Averta';
    margin: 12px;
}
#button1:hover{
    background-color: white;
    color: #E7332B;
}
#button2{
    border: 1px solid #E7332B;
    background-color: white;
    color: #E7332B;
    padding: 11px 28px;
    font-size: 16px;
    font-family: 'Averta';
    margin: 12px;
}
#button2:hover{
    background-color: #E7332B;
    color: white;
}
/* buttons ends */
/* first section ends */
#by-zuri-team h3{
    color: #E7332B;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    margin-top: 145px;
}
#by-zuri-team p{
    font-size: 24px;
    text-align: center;
    line-height: 39px;
    margin-top: 11px;
    padding: 10px;
    max-width: 390px;
    margin: 0 auto;
}
.zuri-boxes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 70px;
}
.zuri-activities{
    width: 25%;
    padding: 35px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FFFAFA;
    margin: 10px;
}
.zuri-activities p{
    margin-top: 50px;
    line-height: 24px;
}

@media (max-width: 990px){
    .zuri-activities{
        width: 90%;
    }
}


@media (max-width: 768px){
.footer1{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1240px;
    text-align: center;
}
.footer1 h4{
    font-size: 25px;
    margin-top: 20px;
}
}
/* media ends */
.socialm{
    width: 20px;
    margin-top: 12px;
    margin-right: 5px;
    
}
.footer1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 56px;
    padding: 20px;
    margin: 20px;
}
.footer1 p{
    margin-top: 12px;
}
.copyright{
    text-align: center;
    margin-bottom: 30px;
    margin: 30px;
    margin-top: 50px;
}
.copyright p{
    margin-top: 30px;
    font-weight: 800;
}
footer{
    margin-top: 200px;
    margin-bottom: 100px;
}
