/* Main-Container For Sectiom "Footer" Start Here!*/


.footer-wrapper{
    width: 100%;
    height: fit-content;
    margin-top: 6rem;
    background-color: rgba(0, 0, 0, 0.57);
    backdrop-filter: blur(10px);
    border-top: solid #fff 2px;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.dist{
    background-color: transparent;
    margin-top: 3rem;
    padding-left: 5.8%;
}
.dist i{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #fff;
    font-size: 1rem;
    text-align: justify;
    margin-top: 1.2rem;
    text-indent: 0.1in;
}
.footer-wrapper .link-wrapper{
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    padding-left: 5.8%;
}
.footer-wrapper .link-wrapper .link{
    width: fit-content;
    height: fit-content;
    display: inline-block;
    background-color: transparent;
}
.footer-wrapper .link-wrapper .link h5{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #fff;
    font-size: 1rem;
    text-align: justify;
    margin-top: 1.2rem;
    margin-bottom: 1.4rem;
    text-indent: 0.1in;
}
.footer-wrapper .link-wrapper .link p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #fff;
    font-size: 1rem;
    text-align: justify;
    margin-top: -0.6rem;
}
.footer-wrapper .link-wrapper .link p a{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    margin-left: 0.1rem;
}
.footer-wrapper .link-wrapper .link p a:hover{
    color: yellow;
}