/* ===========================
   FOOTER
=========================== */

.dainik-footer{

    background:#1f2937;

    color:#ffffff;

    margin-top:80px;

}

/* .footer-newsletter{

    max-width:1300px;

    margin:0 auto;

    padding:50px 25px 35px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:60px;

    border-bottom:1px solid rgba(255,255,255,.06);
    margin-bottom:15px;

}

.footer-newsletter-content{

    flex:1;

} */

.footer-badge{

    display:inline-block;

    background:rgba(214,40,40,.15);

    color:#ff6b6b;

    padding:8px 18px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:18px;

}

/* .footer-newsletter-content h2{
    font-size:38px;
    margin-bottom:15px;
    color:#ffffff;
}

.footer-newsletter-content p{

    color:#cbd5e1;

    font-size:17px;

    line-height:1.7;

} */

/* .footer-newsletter-form{

    display:flex;

    gap:15px;

    flex:1;

    justify-content:flex-end;

}

.footer-newsletter-form input{

    flex:1;

    max-width:420px;

    height:58px;

    border:none;

    border-radius:50px;

    padding:0 24px;

    font-size:16px;

    outline:none;

} */

/* .footer-newsletter-form button{

    height:58px;

    padding:0 35px;

    border:none;

    border-radius:50px;

    background:#d62828;

    color:#fff;

    cursor:pointer;

    font-size:16px;

    font-weight:600;

    transition:.3s;

} */

/* .footer-newsletter-form button:hover{

    background:#b91c1c;

    transform:translateY(-2px);

} */

/*=========================================
    FOOTER MAIN
=========================================*/

.footer-main{

    max-width:1300px;

    margin:0 auto;

    padding:35px 25px 50px;

    display:grid;

    grid-template-columns:1.3fr 1fr 1fr 1fr;

    gap:50px;

}

.footer-column h3{

    color:#ffffff;

    font-size:22px;

    margin-bottom:22px;

}

.footer-column ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-column li{

    margin-bottom:14px;

}

.footer-column a{

    color:#cbd5e1;

    text-decoration:none;

    transition:.3s;

}

.footer-column a:hover{

    color:#ffffff;

    padding-left:6px;

}

.footer-about{

    color:#cbd5e1;

    line-height:1.8;

    margin:22px 0;

}

.footer-logo{

    width:180px;

    height:auto;

}

.footer-social{

    display:flex;

    gap:14px;

    margin-top:25px;

}

.footer-social a{

    width:46px;

    height:46px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#ffffff;

    font-size:18px;

    transition:.35s;

}

.footer-social a:hover{

    background:#d62828;

    transform:translateY(-5px);

}

.footer-column p{

    color:#cbd5e1;

    margin-bottom:16px;

    line-height:1.7;

}

.footer-column p i{

    color:#d62828;

    margin-right:10px;

    width:18px;

}

/*=========================================
    FOOTER BOTTOM
=========================================*/

.footer-bottom{

    max-width:1300px;

    margin:auto;

    padding:25px;

    border-top:1px solid rgba(255,255,255,.08);

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:25px;

}

.footer-bottom-left p{

    color:#cbd5e1;

    margin:0;

}

.footer-payment{

    display:flex;

    align-items:center;

    gap:18px;

}

.footer-payment span{

    color:#cbd5e1;

    font-weight:600;

}

.footer-payment img{

    height:34px;

    width:auto;

}

/*=========================================
    FOOTER RESPONSIVE
=========================================*/

@media (max-width:1024px){

/* .footer-newsletter{

    flex-direction:column;

    text-align:center;

}

.footer-newsletter-form{

    width:100%;

    justify-content:center;

    max-width:600px;

    margin: 0 auto;

} */

.footer-main{

    grid-template-columns:repeat(2,1fr);

    gap:40px;

}

.footer-bottom{

    flex-direction:column;

    text-align:center;

}

}

@media (max-width:768px){

.footer-main{

    grid-template-columns:1fr;

    text-align:center;

}

.footer-social{

    justify-content:center;

}

/* .footer-newsletter-form{
        display:flex;
        flex-direction:row;
        gap:10px;
        width:100%;
    }

.footer-newsletter-form input{

    width:100%;
    height:56px;

    padding:0 20px;

    border:1px solid #d9d9d9;
    border-radius:12px;

    background:#fff;

    box-shadow:none;

    line-height:56px;

} */

/* .footer-newsletter-form input::placeholder{

    color:#8b8b8b;

}

.footer-newsletter-form input{
        padding:0 18px;
    } */

.footer-payment{

    flex-wrap:wrap;

    justify-content:center;

}

/* .footer-newsletter-form input:focus{
    border-color:#D62828;
    box-shadow:0 0 0 3px rgba(214,40,40,.15);
} */

}

/* @media (max-width:480px){

.footer-newsletter{
        padding:40px 15px 30px;
    }

.footer-newsletter-content h2{
        font-size:30px;
    }

.footer-newsletter-content p{
        font-size:15px;
    }

.footer-newsletter-form input{
        height:50px;
        border-radius:14px;
    }

.footer-newsletter-form{
        flex-direction:column;
    }

.footer-newsletter-form button{
        width:100%;
        flex:none;
    }

} */