

body{
    background: #F5F5F5;
}
  .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{
    /* border-top: white 10px solid; */
     background: black;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding-top: 30px;
    filter: brightness(90%);
    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; */
    /* margin-top: 130px; */
    
}

.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;
    }
    .footer-gallery{
        display: none;
    }
}



/* commercial */
color{
    color: #26759B;
  }
  

.commercial-banner{
    padding: 30px;
    font-family: "Montserrat", sans-serif;
    background-color: #f5f5f5;
}

.commercial-title{
    width: 100%;
    text-align: center;
    font-family: "Montserrat", sans-serif;

}
 
.commercial-title i{
    color: #26759B;
}

.all{
    display: flex;
    gap: 70px;
}

#all button{
    color: #26759B;
    cursor: pointer;
}

#gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  
  
  #gallery .filter-btn {
    background: var(--prime);
    /* color: white; */
    margin: 10px;
  } 

.spancompany{
    font-size: 20px;
}