@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@500;600;700;800;900&display=swap');


.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  background-color: #253D55;
  color: white;
  font-family: 'Cairo', sans-serif;
  border-radius: 15px 15px 0 0;
  padding: 10px; /* Add padding as needed */
  margin-top: 120px;
}


.footer_row{
  display: flex;
  width: 100%;
}

.footer_row .footer_col_3{
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.footer_row .footer_col_3 p{
  font-size: 18px;
}

.footer_row .footer_col_3 .social{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 15px;
}

.footer_col_3 .social a{
  text-decoration: none;
  color: #efefefc9;
}

.footer_col_3 .social a i{
  font-size: 40px;
}

.footer_row .footer_col_3 .mobile_apk{
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 10px;
}

.footer_row .footer_col_3 .mobile_apk img{
  width: 160px;
}

.footer_row .footer_col_6{
  width: 50%;
}

.footer_row .footer_col_6 h1{
  margin: 0;
  margin-right: 64px;
  padding: 10px;
  font-size: 32px !important;
}

.footer_col_6 .contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

.footer_col_33{
  width: 25%;
}

.contact .contact_part{
  width: 40%;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 35px;
  margin: 10px;
  gap: 20px;
}

.contact .contact_part a i{
  background-color: #253D55;
  padding: 16px;
  border-radius: 50%;
  color: white;
  font-size: 28px;
}

.contact .contact_part .contact_title{
  text-decoration: none;
}

.contact .contact_part .contact_title h3{
  font-size: 18.72px !important;
}

.contact .contact_part .contact_title h3,
.contact .contact_part .contact_title p{
  margin: 0;
  color: white;
}

.copyRight{
  text-align: center;
  color: white;
  padding: 15px;
  margin: 0;
}

@media (max-width:1024px){
  .bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .requist_bar {
    margin: 5px;
    width: 210px;
    align-items: center;
  }

  .footer_row .footer_col_3 .mobile_apk {
    flex-direction: column;
  }

  .contact .contact_part {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 35px;
    margin: 10px;
    gap: 0;
}

.footer_row .footer_col_6 {
  width: 45%;
}

.footer_col_33 iframe{
  border: 0;
    border-radius: 15px;
    height: 250px;
    width: 250px;
}
}

@media(max-width:768px){
  .footer_row{
    flex-direction: column;
    justify-content: center;
  }
  .footer_row .footer_col_3{
    width: 100%;
  }
  .footer_row .footer_col_33{
    width: 90%;
    margin: auto;
  }
  .footer_row .footer_col_33 iframe{
    width: 100%;
  }
  .footer_row .footer_col_3 p{
    font-size: 16px;
  }
  .footer_row .footer_col_3 .social{
    gap: 10px;
    padding: 10px;
  }
  .footer_row .footer_col_3 .mobile_apk img{
    width: 150px;
  }
  .footer_row .footer_col_6 h1{
    margin-right: 13px;
  }
  .footer_col_3 .social a i{
    font-size: 35px;
    margin-top: 15px;
  }

  .footer_row .footer_col_6{
    width: 100%;
  }
  .contact .contact_part{
    width: 95%;
    gap: 10px;
  }
  .contact .contact_part a i{
    padding: 12px;
    font-size: 28px;
  }
}

.bxl-facebook-circle:hover{
  color:#4267B2 ;
}

.bxl-youtube:hover{
  color:#FF0000;
}

.bxl-telegram:hover{
  color: #0088cc;
}

.fa-x-twitter:hover{
  color: #252525;
}

.bxl-whatsapp:hover{
  color:#25D366;
}

.bxl-instagram:hover{
  color: #833ab4;
}