.footerTheam {
  background-color: #0b1120;
  font-family: Arial, sans-serif;
}

/* .logoBox img{
width: 245px;
} */
.footerTheam .nav-list {
  margin: 0;
  display: flex;
  list-style: none;
  padding: 0;
  gap: 6px;
}

.footerTheam .nav-link {
  padding: 6px 16px;
  font-weight: 450;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(129, 146, 158, 1);
  text-decoration: none;
}

.footerTheam .box-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 22px;
  padding: 16px 24px;
}

.storeBox {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.social-icon {
  display: flex;
  gap: 8px;
}

.footerTheam .centerBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  align-self:center ;
}

.footer-bootom {
  padding-bottom: 22px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  text-align: center;
}

.footer-bootom p {
  margin-bottom: 0;
}

.footer-bootom p span {
  color: #ffffff;
  font-weight: 700;
}

.footerTheam {
  background-color: #0b1120;
  font-family: Arial, sans-serif;
  border-radius: 20px;
  width: calc(100% - 48px);
  margin:0 auto 8px;
}

@media (max-width: 1199px) {
  .footerTheam .nav-link {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 100%;
  }

  img.img-social {
    width: 24px;
  }

  .storeBox img {
    width: 70px;
  }

  .footer-bootom p {
    font-size: 12px;
  }

  .footer-bootom p span {
    font-weight: 600;
  }

  .footerTheam .centerBox {
    gap: 6px;
  }

  .storeBox {
    gap: 6px;
  }

  .footer-bootom p {
    margin-top: 8px;
  }

  .footerTheam .box-footer {
    margin-bottom: 8px;
  }

  .footer-bootom {
    padding-bottom: 8px;
  }
  .google-store-btn.storeBox img {
    width: 130px;
  }
}

@media (max-width: 768px) {
  .footerTheam .nav-link {
    padding: 6px 4px;
  }
}

@media (max-width: 767px) {
  .footerTheam .box-footer {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .storeBox {
    gap: 6px;
    flex-direction: row;
  }

  .footerTheam .nav-link {
    text-wrap: nowrap;
  }

  .footerTheam .nav-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footerTheam .nav-link {
    padding: 0 6px;
    text-wrap: nowrap;
  }
  header .navbar > .container-fluid {
    padding: 0 12px;
  }

  .google-store-btn.storeBox img {
    width: 100px;
  }
  .footerTheam {
    background-color: #0b1120;
    font-family: Arial, sans-serif;
    border-radius: 12px;
    width: calc(100% - 24px);
  }
  .logo_footer {
    margin-bottom: 12px;
}
}
@media (max-width: 480px) {
  .google-store-btn.storeBox img {
    width: 100px;
  }
}
@media (max-width: 575px) {
  
}
