

body{
    background: black;
    
}
  .light{
    color: #ABCDE8;
  }
.fologo img{
    width: 200px;
    /* margin-bottom: 20px; */
}

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


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

a:hover{
    color: #1D257A;
}

.social-medias h4{
    color: white;
    font-size: 15px;
}
.footer1-contents h4{
    color: white;
    font-size: 15px;
}
.heading h1{
    font-size: 20px;
}


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

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


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

.footer1-contents a{
    color: white;
}

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


.footer{
    background-color: black;
    color: white;
    /* padding: 30px; */
    text-align: center;
    /* box-shadow: rgba(243, 229, 229, 0.927) 0px 22px 70px 4px; */
    font-family: "Signika", sans-serif;
    background: rgba(188, 172, 172, 0.25);
    /* box-shadow: 0 8px 32px 0 rgb(0, 0, 0); */
    backdrop-filter: blur( 17px );
    -webkit-backdrop-filter: blur( 17px );
    /* border-radius: 10px; */

}

.social-media{
    display: flex;
    gap: 40px;
    font-family: "Signika", sans-serif;
}
.social-medias{
    display: inline;
    gap: 40px;
}
.address h4{
    color: white;
}
.footer1-contents h4{
    color: white;
}


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



