/* FOOTER */
.footerlist{
    display: flex;
    gap:70px;
    padding-top: 25px;
    justify-content: center;
    cursor: pointer;
    padding-bottom: 20px;
}
.list3 p i{
padding-right: 10px;
color: white;
}
.list1 h2{
    font-size: 25px;
}

.shop {
    background-color: #0548d7;
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 15px;
    border: 2px solid #0548d7;
    margin-top: 20px;
}
.shop:hover {
    background-color: white;
    color: #0548d7;
    font-weight: 700;
}
.footer-line {
    width: 100%;       
    border: 0;
    border-top: 1px solid #ccc;
    margin: auto;
}
a{
    text-decoration: none;
    color: white;
}
/* responsive */
@media (max-width:1281px) and (max-height:800px){
    .footerlist{
    gap:40px;
    }
}
@media (max-width:1024px){
    .footerlist{
    gap:20px;
    }
}
@media (max-width:820px){
   .footerlist{
    flex-direction: column;
    gap:5px;
}
}
@media (max-width:450px){
    .list1 p{
       width: auto !important;
    }

}