
.FooterWrapper {
    height: 39.4dvh;
    width: 100%;
    background: #0D0C0D;

}

.FooterTextWrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.FooterText{
    font-family: Josefin Sans;
font-size: 20px;
font-weight: 400;
line-height: 20px;
color: #F5F5F5;
text-decoration: none;
position: relative;
width: auto;
background: none;
border: none;
cursor: pointer;
transition: color 0.9s ease;
}

.FooterText:hover{
    color: #C08882;

}

/* .FooterText::after {
content: ''; 
position: absolute;
left: 50%;
bottom: -5px; 
height: 2px; 
width: 100%; 
background-color: #fff; 
transform: translateX(-50%); 
z-index: 5; 
} */

.CopyrightWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.CopyrightText{
    font-family: Josefin Sans;
font-size: 20px;
font-weight: 400;
line-height: 20px;
color: #F5F5F5;
margin-top: 0.3%;
margin-right: 0.5%;

}

.KaheenFooterIcon{
    height: 38px;
}

@media (max-width: 800px) {

    .FooterWrapper {
        height: 28dvh;
    }
    .FooterText{
    font-size: 16px;
    }
}
@media (max-width: 550px) {
    .FooterWrapper {
        height: 20dvh;
    }
    .FooterText{
    font-size: 12px;
    }
}