footer {
  position: relative;
  background: rgb(244, 244, 244);
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  gap: 40px;
  border-radius: 0 0 10px 10px;
}

.footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}

.footer-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}
.logoo{
    display: flex;
height: fit-content;
position: absolute;
transform: translateY(-108%);
top: 0;
border: solid 5px white;
border-radius: 100%;
    z-index: 3;
background-color: white;
}
.logoo img{
    width: 60px;
    height: 60px;
}
.gridf{
    width: 100%;
    display: grid;
    place-items: center; 
    direction: rtl;
    align-items: flex-start;
    grid-template-columns: repeat(4,1fr);
}
.fb{
    color: black;
        font-size: clamp(13px,2.1vw,17px);
width: 100%;
                    background-color: transparent;

direction: rtl;
                font-weight: 900;

}
.fn{
        color: rgb(53, 53, 53);
        width: 100%;
line-height: 1.5rem;
direction: rtl;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
                font-weight: 600;
    font-size: clamp(12px,2vw,16px);
}
.g10{
    gap: 16px;
}
.copy{
                    font-weight: 600;
                    color: #0070ff;
                    background-color: transparent;
    font-size: clamp(11px,2vw,15px);
}
.enamad{
    width: 70px;
    height: 70px;
}
@media (max-width:865px){
.g10{
    gap: 10px;
}
}
@media (max-width:695px){
.logoo img {
    width: 50px;
    height: 50px;
}
}
@media (max-width:600px){
    .g10{
        gap: 8px;
    }
}
@media (max-width:500px){

.gridf {
    row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

}