footer{
    padding:120px 0;
    text-align:center;
}
.footer-navigation{
    margin: 0 auto;
    margin-bottom:20px;
}
.footer-sec{
    max-width:400px;
    height:231px;
    margin-right:80px;
}
.logo{
    margin-bottom:30px;
}
.footer-description{
    font-size:15px;
    font-weight:400;
    color:rgba(0,0,0,63%);
    margin-bottom:30px;
}
.footer-social-links{
    max-width:190px;
}
.footer-social-links > ul{
    display:flex;
    justify-content:start;
    align-items:center;
}
 .social-links{
    margin-right:10px;
}
.col-2{
    width: calc(8.33% *2);
    padding: 0 15px;
}
.footer-heading{
    font-size:24px;
    font-weight:400x;
    color:#000000;
    margin-bottom:30px;
}
.footer-navigation-links{
    font-size:18px;
    font-weight:400;
    color:rgba(0 ,0, 0, 43%);
    margin-bottom:10px;
}
.footer-contact-links ,.footer-mail-links{
    font-size:18px;
    font-weight:400;
    color:rgba(0 ,0, 0, 43%);
    margin-bottom:10px;
}
.app-btn{
   border-radius:67px;
   background: #DC2625;
   padding: 8px 15px;
   color:#000000;
   margin-bottom:10px;
}
.Play-btn{
    border-radius:67px;
   background: #DC2625;
   padding: 8px 15px;
   color:#000000;
}
@media screen and (max-width:1024px){
    .footer-social-links{
        margin: 0 auto;
    }
}
@media screen and (max-width:768px){
   .footer-sec {
    margin-bottom: 20px;
    margin:0 auto;
    }
    .footer-social-links {
    max-width: 190px;
    margin: 0 auto;
    }
    .col-2{
        width:50%;
        margin-bottom:20px;
        margin: 0 auto;
    }
}
/*@media screen and (max-width:425px){
    .footer-sec{
        margin:0 auto;
    }
}*/
