footer{
	width: 100%;
	height: 100%;
	background-color: #252525;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	margin-top: 8%;
}

.footer-cont{
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
  	width: 85%;
  	height: 100%;
  	margin-top:0%;
  	margin-right: 7.5%;
  	gap:80px;
  	padding-top: 100px;
  	padding-bottom: 50px;
}

.footer-card{
	width: 100%;
	height: 100%;
	position: relative;
}

#footer-logo{
	width: 60%;
	height: auto;
	margin-top: 7%;
	margin-right: 20%;
	filter: brightness(0) invert(1);
}

#footer-icon{
	position: absolute;
	width: 25%;
	opacity: 0.5;
	margin-top: -5%;
	margin-right: 37.5%;
}

.footer-card h1{
	color: white;
}

.footer-card ul {
	list-style: none;
	line-height: 50px;
	margin-right: -9%;
}
.footer-card ul li a{
	color: white;
	text-decoration: none;
	font-size: 19px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
	width: auto;
}
.footer-card ul li a .fa-solid{
	font-size: 18px;
	color: #cf552a;
}
.footer-card p{
	color: white;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	padding-top: 2.5%;
}

.footer-social-media{
	display: flex;
	gap: 15px;
	justify-content: space-around;
	margin-top: 7%;
	width: 80%;
	margin-right: 10%;
}

.social-media-card{
	width: 45px;
	height: 45px;
	border: 1px solid white;
	border-radius: 50%;
	transition: 0.3s ease;
}

.social-media-card a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.social-media-card a .fa-brands{
	color: white;
	font-size: 17px;
}

.social-media-card:hover{
	background-color: white;
}


.social-media-card:hover a .fa-brands{
	color: #31503c;
}

#footer-p1{margin-top: 5%}

#ooter-p2 sapn{
	color: #cf552a;
}
.footer-line{
	width: 80%;
	margin-right: 10%;
	height: 1px;
	background-color: white;
	opacity: 0.1;
	border-radius: 50%;
}
.copy-rights{
	width: 80%;
	margin: auto;
	background-color: #252525;
	padding-top: 5px;
	padding-bottom: 5px;
}

.copy-rights p{
	text-align: center;
	color: white;
	opacity: 0.7;
	font-size: 18px;
}

.copy-rights p a{
	text-decoration: none;
	color: white;
}

#zoli{
	color: #db6e31;
}

