.footer{
    width: 100%;
    background-color: #976FCE;
    height: 80vh;
    display: flex;
    font-family: "Krub", sans-serif;
    color: white;

}

.f-about{
    height: 100%;
    /* background-color: #fff; */
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.f-structure ul li{
    font-size: 1rem;
    font-weight: 400;
    padding: 1vh;
}

.a-head{
    padding: 2vh 1vh 2vh 1vh;
}

.a-head u{
    font-weight: 600;
}

.f-works{
    height: 100%;
    /* background-color: skyblue; */
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.w-head{
    padding: 2vh 1vh 2vh 1vh;
}

.w-head u{
    font-weight: 600;
}

.f-signin{
    height: 100%;
    /* background-color: lavender; */
    width: 50%;
    /* background-color: green; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 7vh;
}

.fs1{
    font-size: 1.5rem;
    font-weight: 600;
    padding: 2vh;

}

.fs2{
    font-size: 1.5rem;
    font-weight: 600;
    padding: 2vh;

}

.fs2 input{
    border: none;
    font-size: 1rem;
    padding: 0.3rem;
    width: 18vw;
}
input[type="email"]:focus {
    outline: none; /* Removes the default outline */
    border: none; /* Removes the border */
    cursor: pointer;
}
input[type="email"] {
    cursor: text; /* Default cursor for text input */
}

.fs3{
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-social{
    display: flex;
    padding: 10px;
}

.facebook{
    margin: 0 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #976FCE;
    padding: 25px;
    border-radius: 50px;
    text-align: center;
    /* display: inline-block; */
    width: 10px;
    height: 10px;
    /* margin: 10px; */
}
.facebook a{
    color: #976FCE;
}

.insta a{
    color: #976FCE;
}

.youtube a{
    color: #976FCE;
}

.insta{
    margin: 0 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #976FCE;
    padding: 25px;
    border-radius: 50px;
    text-align: center;
    /* display: inline-block; */
    width: 10px;
    height: 10px;
    /* margin: 10px; */
}

.youtube{
    margin: 0 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #976FCE;
    padding: 25px;
    border-radius: 50px;
    text-align: center;
    /* display: inline-block; */
    width: 10px;
    height: 10px;
    /* margin: 10px; */
}

