/* ==========================================
   PRINTQLY FOOTER
========================================== */
.footer-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
    gap:20px;
    flex-wrap:wrap;
}

.footer-logo img{
    height:100px;
}

.footer-top{

display:flex;

justify-content:space-between;

align-items:flex-start;

margin-bottom:25px;

}

.footer-social{
display:flex;
gap:16px;
}

.footer-social a{
font-size:20px;
color:#fff;
}

.footer-tagline{
text-align:center;
margin-bottom:10px;
color:#999;
}


.footer-bottom{

margin-top:15px;

padding-top:10px;

text-align:center;

border-top:1px solid #222;

}

.footer-social{
display:flex;
gap:18px;
justify-content:center;
align-items:center;
margin-top:10px;
}

.footer-social a{
width:42px;
height:42px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:#1d1d1d;
color:#ffffff;
font-size:20px;
text-decoration:none;
transition:.3s;
}

.footer-social a:hover{
background:#ffd200;
color:#000;
}

.footer{
    background:#000;
    color:#fff;
    padding:20px 0 15px;
    border-top:1px solid #222;
}

.footer .container{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:border-box;
}

.footer-links{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    margin:22px 0;
}

.footer{

padding:20px 0 10px;

margin-top:0;

}

/* ==========================
   TOP
========================== */

.footer-top{
    text-align:center;
    margin-bottom:15px;
}

.footer-brand{
    max-width:500px;
    margin:0 auto;
}

.footer-brand img{
    width:320px;
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto 25px;
}

.footer-brand p{
    color:#bdbdbd;
    font-size:17px;
    line-height:1.8;
}

/* ==========================
   GRID
========================== */

.footer-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:40px;
text-align:center;
}

.footer-grid h3{
    color:#FFD400;
    font-size:22px;
    margin-bottom:20px;
    font-weight:700;
}

.footer-grid ul{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-grid li{
    margin-bottom:14px;
}

.footer-grid a{
    color:#ddd;
    text-decoration:none;
    transition:.3s;
}

.footer-grid a:hover{
    color:#FFD400;
}

/* ==========================
   COPYRIGHT
========================== */

.footer-bottom{
    margin-top:30px;
    padding-top:15px;
    border-top:1px solid #333;
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#999;
    font-size:15px;
}

/* ==========================
   TABLET
========================== */

@media(max-width:992px){

.footer-grid{
grid-template-columns:repeat(3,1fr);
gap:35px;
}

.footer-brand img{
width:260px;
}

}

/* ==========================
   MOBILE
========================== */

@media(max-width:768px){

.footer{
padding:55px 0 120px;
}

.footer-top{
margin-bottom:25px;
}

.footer-brand img{
width:210px;
margin-bottom:10px;
}

.footer-brand p{
font-size:15px;
}


.footer-grid{
grid-template-columns:repeat(2,1fr);
gap:25px 20px;
}


.footer-grid h3{
font-size:20px;
margin-bottom:15px;
}

.footer-grid li{
margin-bottom:10px;
}

.footer-bottom{
margin-top:15px;
padding-top:10px;
}

}

/* ==========================
   SMALL MOBILE
========================== */

@media(max-width:480px){

.footer{
padding-bottom:130px;
}

.footer-brand img{
width:180px;
}

.footer-brand p{
font-size:14px;
}

.footer-grid h3{
font-size:12px;
}

.footer-grid a{
font-size:12px;
}

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

}

.footer{
    clear:both;
    width:100%;
    overflow:hidden;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

@media(max-width:768px){

.footer-grid{
    grid-template-columns:1fr;
    text-align:center;
}

.footer{
    padding-bottom:50px;
}

}

.footer{
    margin-bottom:30px;
}

@media(max-width:768px){

.footer-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px 20px;
    text-align:left;
}

.footer-grid .footer-column:nth-child(3){
    grid-column:1 / span 2;
    text-align:center;
}

}