.footer .footer-main .container{max-width:1640px;width:93%;}
.footer{background-color:#6B5BA6;padding-top:60px;padding-bottom:40px;}
.footer .footer-down-app{display:flex;justify-content:space-between;gap:10px;width: 53%;flex-wrap:wrap;}
.footer .footer-app{width: 52%;}
.footer .footer-app h5{color:#fff;font-weight:bold;font-size:22px;}
.footer .footer-app h5 a{color:#F06309;}
.footer .footer-app p{font-size:18px;color:#CBC5C5;font-weight:500;line-height: 25px;}
.footer .footer-links ul{display:flex;gap:40px;flex-wrap: wrap;}
.footer .footer-links ul li a{font-size:20px;color:#fff;font-weight:500;}
.footer .footer-links ul li a:hover{color: #F06309;}
.footer .footer-app-store{width: calc(48% - 10px);gap:10px;display:flex;align-items:center;justify-content: center;}
.footer .footer-down-link-main{display:flex;gap:10px;justify-content:space-between;flex-wrap:wrap;}
.footer .footer-links{display:flex;justify-content:flex-end;gap:10px;width: calc(47% - 10px);align-items:center;flex-wrap:wrap;}
.footer .footer-app p{max-width:390px;}


@media (max-width: 1699px) {

   .footer .footer-links ul li a{font-size:18px;}
   .footer .footer-app h5{font-size:20px;}
   .footer .footer-app p{font-size: 16px;line-height: 22px;max-width: 346px;}

}

@media (max-width: 1499px) {

   .footer .footer-links ul li a{font-size:16px;}
   .footer .footer-app{width: 55%;}
   .footer .footer-app h5{font-size: 18px;}
   .footer .footer-app-store{width: calc(45% - 10px);}

}


@media (max-width: 1399px) {

  .footer .footer-app h5{font-size: 16px;}
  .footer .footer-app p{font-size: 14px;line-height: 20px;max-width: 305px;}
  .footer .footer-links ul li a{font-size: 14px;}

}


@media (max-width: 1299px) {

   .footer .footer-app{width: 57%;}
   .footer .footer-app-store{width: calc(43% - 10px);}
   .footer .footer-links ul{gap: 30px;}

}


@media (max-width: 1199px) {

  .footer .footer-app h5{font-size: 14px;}
  .footer .footer-app p{font-size: 14px;line-height: 20px;max-width: 245px;}
  .footer .footer-links ul{gap: 20px;}
 
}


@media(max-width:991px){

   .footer .footer-down-app{gap: 0;width: 100%;}
   .footer .footer-app{width: 100%;text-align: center;}
   .footer .footer-app-store{width: 100%;text-align: center;}
   .footer .footer-links{justify-content: center;width: 100%;margin-top: 10px;}
   .footer .footer-app p{margin: 15px auto 30px;max-width: 100%;font-size: 14px;line-height: 22px;}
   .footer .footer-down-link-main{max-width: 300px;margin: 0 auto;}
   .footer .footer-links ul{justify-content:center;gap:10px 40px;}
   .footer .footer-down-link-main{gap:30px;}
   .footer .footer-app h5{font-size:16px;}

}






