footer {
    width: 100%;
    padding-top: 6vw;
    padding-bottom: 6vw;
    background-color: #0C0C0C;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-left-side {
    width: 65%;
    /* background-color: green; */
    margin-top: -5vh;
}

.footer-left-side img {
    width: 100px;
    margin-left: -36px;
    margin-top: 10px;
}

.footer-right-side {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    align-items: start;
    /* background-color: green; */
}

.footer-center-side .verticle-line {
    height: 44vh;
}

.footer-title {
    font-size: 34px;
    line-height: 1.5;
    font-weight: 500;
    display: block;
}

.footer-sub-title {
    font-size: 2.3vh;
    font-weight: 200;
}

.footer-website a:hover {
    text-decoration: underline;
}

.footer-email a:hover {
    text-decoration: underline;
}

.footer-contact a:hover{
    text-decoration: underline;
}

.footer-icons {
    display: flex;
    gap: 2vh;
}

.footer-icons a i {
    font-size: 3.6vh;
    cursor: pointer;
}