
footer {
/*margin-bottom:0; 
margin-top:0.5% ;
position:absolute;
position:sticky ;
bottom:0 ;*/
     
}
.info {
position:fixed ;
bottom:0.8rem ; 
width:100% ;
height:30px ;
display:flex ;
align-items:center ;
justify-content:center ;
gap:10px ;
    margin: 0;

}
.info a{
text-decoration:none ;

}
.info i {
font-family:20px ;
color :rgb(33, 33, 33);
transition:all 1s ease 100ms;
}
.info svg {
width:22px ;
color :rgb(33, 33, 33);
transition:all 1s ease 100ms;
}
.iconfooter:hover  {
cursor:pointer ;
transform:rotate(360deg);
color:red ;
}
.info i:hover  {
cursor:pointer ;
transform:rotate(360deg);
color:red ;
}
#form {
	position:fixed ;
	top:50% ;
	bottom:50% ;
	right:1% ;
	background-color:white ;
	display:flex ;
	flex-direction:column ;
	justify-content:center ;
	gap:7px ;

}
.form1 {
	width:1.8rem ;
	height:1.8rem ;
	transition:all 0.5s ease 100ms;
	}
.form1 svg {
	margin:0 ;
	width :1.8rem  ;
	height:1.8rem ;
}
.form1 a{
	margin:0 ;
}
.form1:hover {
	opacity:0.8 ;
	transform:translatex(-8px) ;
}