/* Footer CSS */
footer{
    min-height: 45vh;
    max-height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: space-around;*/
    background-color: rgb(64, 64, 4);
    color: white;
    padding: 80px 0px 30px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 540;
}
#footer1{
    display: flex;
    flex-direction: column;
    width: 78%;
}
#footer{
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3rem;
    
}

#footer>span>h3{
    font-size: 25px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#footer>span>i{
    font-size: 12px;
    color: antiquewhite;
}
#footerlogo{
    width: 16rem;
    height: 16rem;
    border-radius: 16rem;
    background-color: white;
    margin: 20px;
}
#footerlogo img{
    width: 16rem;
    height: 16rem;
}
#footer1 h5{

    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
    word-spacing: 2px;
}

.quotation-mark {
    font-size: 24px; /* Adjust the size as needed */
  }
#footermap{
    width: 150px;
    height: auto;
    background-color: white;
    color: black;
}

/*responsive CSS*/
@media screen and (max-width:1372px) {
    footer{
        flex-direction: column;
    }
    #footer1{
        width: 95%;
    }
    #footer{
        flex-direction: column;
        align-items: center;
    }
    #footer>span>h3{
        margin-top: 10px;
    }
    
}
