color{
    color: #23A3E5;
    color: #1D257A;
    color: #ABCDE8;
  }

  .light{
    color: #ABCDE8;
  }

a{
    text-decoration: none;
    color: black;
}

li{
    text-decoration: none;
    list-style: none;
}

/* a:hover{
    color: #1D257A;
} */

.heading h4{
    color: black;
}


.footer1{
    background: white;
   
    width: 100%;
    background-size: cover;
    padding: 30px;
    filter: brightness(90%);
}

.footer1-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
    color: black;
}


.footer1-contents li{
   padding: 10px;
   color: black;
   font-weight: bold;
}

.footer1-contents a{
    color: black;
}

.footer1-contents a:hover{
    color: #ABCDE8;
}


.footer{
    background-color: #DB4A07 ;
    padding: 30px;
    text-align: center;color: white;

}

.social-media{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.social-media a:hover{
    color: #ABCDE8;
}



@media (max-width:800px){
    .footer1-container{
        display: inline;
        /* justify-content: space-between; */
        gap: 50px;
    }
}