.whatsapp{
  position: fixed;
  bottom: 90px;
  z-index: 10;
}
.whatsapp img{
  width: 70px;
  height: 70px;
}
.footer{
  background-color: rgb(20 20 20);
    
    margin-top: 15px;
}
.footer-item{
  display: flex;
    justify-content: center;
    width: 89%;
    background: rgb(235 235 235);
    align-items: center;
    border-radius: 21px;
    padding: 10px 15px;
    justify-content: center;
    justify-items: center;
    margin: auto;
    position: relative;
    justify-content: space-between;
    margin-top: 20px;
    max-width: 500px;
}
.footer-item:hover{
  background: #374e83;
}

.footer-item img{
  width: 50px;
  position: absolute;
  right: -10px;
  top: 5px;
}
.supprt{
  font-family: Nazanin;
  color: #000;
}
.connect{
  padding: 5px 10px;
    background: rgb(0 0 0);
    border-radius: 10px;
    font-size: 14px;
}
.supprt p{
  padding: 0;
    margin: 0;
    text-align: center;
    font-size: 13px;
}
.supprt p:nth-child(2){
  font-family: BAHNSCHRIFT;
}

 @media (min-width: 424px) 
    {
	 .supprt p{
        font-size: 15px;
      }
      .footer-item img{
        top:7px;
      }
	}
	
	@media (min-width: 767px) {
		 .footer-contact{
			display: flex;
		}
	}