footer{
       
    background-color:#606060;
    color: lightgrey;
    margin-left:0px ;
    margin-right: 0px;

}
.sec-1{
    display: flex;
}
.about{
    width: 40%;
    padding: 20px;
}
.about p{
  line-height: 28px;
}
.Categories{
    padding: 20px;
}
.Categories h3{
    margin-left: 37px;
}
.Links{
    padding: 20px;

}
.Links h3{
    margin-left: 37px;
}
.Contact{
    padding: 20px;
}
.Contact h3{
    margin-left: 37px;
}

.sec-2{
    border-top: 2px solid grey;
    font-size: 30px;
    text-align: center;
    border-bottom: 2px solid grey;
    margin-left: 17px;
    padding: 20px;
}
.sec-2 a{
    background-color: #5F4B8BFF;
    border-radius: 50px;
    font-size: 20px;
    padding: 10px;
    color: #E69A8DFF;

}
.sec-2 a:hover{
    background-color:#E69A8DFF;
    color:#5F4B8BFF;
}
.sec-3{
    justify-content: center;
    display: flex;
    padding: 40px;
}

.sec-3 ul li{
    display:inline-block;
    justify-content: center;
    padding: 30px;
    margin-right: 20px;
    background-color: grey;
    border-radius: 50%;
    
}
.sec-3 ul li i{
    color: white;
    line-height: 50px;
    text-align: center;
    
}


.sec-3 ul li:nth-child(1):hover{
    background-color: darkslateblue;
}
.sec-3 ul li:nth-child(2):hover{
    background-color:darkturquoise;
}
.sec-3 ul li:nth-child(3):hover{
    background-color:orangered;
}
.sec-3 ul li:nth-child(4):hover{
    background-color:dodgerblue;
}
.sec-3 ul li:nth-child(5):hover{
    background-color: palevioletred;
}

.sec-4{
    display: flex;
    background-color: #080808;
    padding: 15px;
    margin-bottom: 0px;
    justify-content: center;
 
   
}
.sec-4 p{
    position: relative;
}
.sec-4 p::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    position:absolute;
    left: 0;
    background-color: greenyellow;
    transition: all .4s;
    bottom: -10px;

}

.sec-4 p:hover::after{
    width: 100%;
}

@media  (max-width: 790px) {
 .sec-1{
    display: flex;
    flex-wrap: wrap;
}
.about{
    width: 100%;
    padding: 10px;
}
.about p{
  line-height: 28px;
}
.Categories{
    padding: 10px;
}
.Categories h3{
    margin-left: 37px;
}
.Links{
    padding: 10px;

}
.Links h3{
    margin-left: 37px;
}
.Contact{
    padding: 10px;
}
.Contact h3{
    margin-left: 37px;
}
  
}
@media (max-width: 660px)
{
 .sec-1{
    display: flex;
    flex-wrap: wrap;
}
.about{
    width: 100%;
    padding: 20px;
}
.about p{
  line-height: 28px;
}
.Categories{
    padding: 5px;
}
.Categories h3{
    margin-left: 37px;
}
.Links{
    padding: 5px;

}
.Links h3{
    margin-left: 37px;
}
.Contact{
    padding: 5px;
}
.Contact h3{
    margin-left: 37px;
}
.sec-3 ul li{
    display:inline-block;
    justify-content: center;
    padding: 20px;
    margin-right: 20px;
    background-color: grey;
    border-radius: 50%;
    
}
}

#footer1 a{
    text-decoration: none;
    color: lightgrey ;
}
#footer1 li{
    list-style: none;
    padding: 5px;
}

#footer1 i{
    padding-right:5px;
}