@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding-top: 70px;

	padding-bottom: 0px;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
   
}
.footer-col h4{
	font-size: 14px;
	color: #eeb508;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: bold;
	position: relative;
    padding-left: 30px;
}

.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 300;
	color: #BBBBBB;
	display: block;
	transition: all 0.3s ease;

    
}

.footer-col ul li a:hover{
	color: #BBBBBB;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #BBBBBB;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #BBBBBB;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}


.copyright-section {
 margin-top: 50px;
  color:#BBBBBB;
  padding: 20px 30px 20px 30px; 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  border-top: 1px solid #BBBBBB; 
  width: 100%;
 
  
  
}

.copyright-section p {
  font-size: 14px; 
  margin: 0; 
}

.copyright-section a {
  color: #faf3f3; 
  margin: 0 5px; 
}

.copyright-section a:hover {
  color: #ddd; 
}

.foot-text{
    color:#eeb508
}

.social-links a{
   padding-right: 15px;
 
   
}

.social-links a {
    display: inline-block;
    border-radius: 50%; /* Makes the border round */
    border: 1px solid #BBBBBB; /* Add border to the icons */
    padding: 10px 12px 10px 12px; /* Adjust padding for spacing */
   
  }
  


@media (max-width: 768px) {
    .copyright-section{
    flex-direction: column; 
    align-items: center; 
     gap:20px
  }
  
  .copyright-section p {
    text-align: center; 
  }
}

.social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #BBBBBB;
	transition: all 0.5s ease;
	
}


.social-links{
	position: relative;
	top:3px
}

.social-links a i{
	position:relative;
	bottom:10px
}

.social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
  