@import url('https://fonts.googleapis.com/css2?family=Mulish&family=Quattrocento+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');
/* Default styles for larger screens */

.footer {
    background-color: #A93337;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: 'Mulish';
    
}
.footer-left{
    display: flex;
    flex-direction: column;
    margin: 30px 60px 0px 60px;
  
}
.footer-left p{
   
    margin-block: 20px;
    
}

hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}

.footer-logo{
    height: 65px;
    width:200px;
}

.footer-links {
    display:flex;
    flex-direction: column;
}
.footer-middle{
    margin: 30px 120px 0px 60px;
}
.footer-middle h2{
    display:flex;  
    align-items: flex-start;
} 

.contact{
    display:flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
    justify-items: left;
    margin: 10px 0px 0px 0px;
}
.call{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    justify-items: left;
    margin:3px 20px ;
}
.footer-right{
    margin: 30px 120px 0px 60px;
   
}
h2{
    display:flex;
}
.footer-social {
  
    display:flex;
    flex-direction: row;
   
}
.footer-link{
    display:flex; 
    flex-direction: row;
    justify-content: space-between;
}
.footer-links{
    display:flex; 
    flex-direction: column; 
    align-items: flex-start;
    color: coral;
    width:100px;
}
.footer-links a{
    margin:10px 0 0 0;
    color: white;
    font-size:14px;
    
}
.footer-social a {
    margin-right:15px;
    
}

.footer-bottom{
    display:flex; 
    flex-direction: row; 
    margin: 45px 0px 10px 50px;
    justify-content: center;
    font-family: 'Mulish', sans-serif;

}
.footer-bottom p{
    margin-right: 250px;
}
a{
    text-decoration:none;
}

@media (max-width: 1100px) and (min-width:768px){    
    .footer-left{
        margin: 20px 10px 0px 20px !important;
    }
    .footer-left p{
        display: flex;
        width: 150px;
    }
    .footer-middle{
        margin: 20px 10px 0px 20px !important;
    }
    .footer-right{
        margin: 20px 10px 0px 20px !important;
    }
    .footer-bottom p{
        margin: 10px !important ;
    }
}


    
/* Media query for smaller screens */
@media (max-width: 768px) {
    .footer{
        padding:0px !important ;
    }
    .footer-left{
        margin:20px 0px 30px 15px !important;
    }
    .footer-left p{
        display: flex !important;
        margin-top: 5px !important;
    }
    .footer-middle{
        margin:5px 0px 30px 15px !important;
    }
    hr{
        width:150px
    }
    h2{
        display: flex;

    }
    .footer-link{
        display: flex;
        flex-direction: column;
    }
    .footer-right{
        margin:5px 0px 30px 15px !important;
    }
    .footer-content {
        flex-direction: column;
        align-content: flex-start;
    }

    .footer-logo {
        margin: 0 0 10px 0;
    }

    .footer-links {
        /*margin: 0 0 10px 0;*/
        text-align: center;
    }

 .footer-bottom{
    display: flex;
   
    justify-content: flex-start;
    margin: 0px !important;
 }
.footer-bottom p{
    margin: 20px !important ;
}

    .footer-category {
        color: #fff;
        margin: 0 10px;
        display: flex;
}



}
