/* footer  */
.footer {
    width: 100%;
    background-color: #232323;
    display: flex;
    margin-top: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.footer-child {
    width: 90%;
    display: flex;
    padding: 60px 0px 0px 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.flogo {
    width: 20%;
}

.flogo img {
    width: 100%;
}

.fs-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.fs-icon a {
    margin: 20px 0px 0px 20px;
}

.flogo ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.flogo ul li {
    font-family: PT Sans;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: left;
    color: white;
}

.fcall {
    width: 20%;
}

.fcall h2 {
    font-family: Elsie;
    font-size: 24px;
    font-weight: 400;
    line-height: 43.2px;
    text-align: left;
    color: white;
}

.fcall ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.fcall ul li {
    width: 100%;
    font-family: Elsie;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0px 0px 0px;
    line-height: 25px;
    letter-spacing: 0.02em;
    text-align: left;
    color: white;
}

.fcall hr {
    padding: 5px 3px 5px 3px;
    gap: 10px;
    border: 2px;
    opacity: 0px;
    border-bottom: 2px solid #FFFFFF;
}

.flinks {
    width: 20%;
}

.flinks h2 {
    font-family: Elsie;
    font-size: 24px;
    font-weight: 400;
    line-height: 43.2px;
    text-align: left;
    color: white;
}

.flinks ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.flinks ul li {
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0px;
    line-height: 22.2px;
    letter-spacing: 0.02em;
    text-align: left;
    color: white;
}

.fslogan {
    width: 30%;
}

.fslogan h2 {
    font-family: Elsie;
    font-size: 30px;
    font-weight: 400;
    line-height: 27.99px;
    letter-spacing: 0.02em;
    text-align: left;
    color: white;

}

.fslogan p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    margin: 0px;
    padding: 30px 0px;
    color: white;
}

.fslogan a {
    margin-top: 30px;
    text-decoration: none;
    border-radius: 50px;
    border: 1.5px;
    padding: 10px 20px;
    opacity: 0px;
    border: 1.5px solid #FFFFFF;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: center;
    color: #FFFFFF;
}

.footer-bot {
    width: 90%;
    padding: 50px 0px 20px 0px;
    text-align: center;
}

.footer-bot p {
    font-family: Inter;
    font-size: 16px;
    margin: 0px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    color: white;
}

@media only screen and (max-width: 768px) {
    /* footer  */
    .footer {
        width: 100%;
        background-color: #232323;
        display: flex;
        margin-top: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .footer-child {
        width: 90%;
        display: flex;
        padding: 50px 0px 0px 0px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .flogo {
        width: 100%;
    }

    .flogo img {
        width: 200px;
    }

    .fs-icon {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    .fs-icon a {
        margin: 20px 0px 0px 20px;
    }

    .fs-icon a img {
        width: 100%;
    }

    .fcall {
        width: 100%;
    }

    .fcall h2 {
        font-family: Elsie;
        font-size: 30px;
        font-weight: 400;
        line-height: 35px;
        text-align: left;
        color: white;
    }

    .fcall ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

    .fcall ul li {
        font-family: Elsie;
        font-size: 20px;
        font-weight: 400;
        margin: 10px 0px 0px 0px;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-align: left;
        color: white;
    }

    .fcall hr {
        width: Hug (182px)px;
        height: Hug (66px)px;
        padding: 5px 3px 5px 3px;
        gap: 10px;
        border: 2px;
        opacity: 0px;
        border-bottom: 2px solid #FFFFFF;
    }

    .flinks {
        width: 100%;
    }

    .flinks h2 {
        font-family: Elsie;
        font-size: 30px;
        font-weight: 400;
        line-height: 35px;
        text-align: left;
        color: white;
    }

    .flinks ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

    .flinks ul li {
        font-family: PT Sans;
        font-size: 20px;
        font-weight: 400;
        padding: 5px 0px;
        line-height: 22.2px;
        letter-spacing: 0.02em;
        text-align: left;
        color: white;
    }

    .fslogan {
        width: 100%;
    }

    .fslogan h2 {
        font-family: Elsie;
        font-size: 30px;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0.02em;
        text-align: left;
        color: white;

    }

    .fslogan p {
        font-family: Inter;
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        margin: 0px;
        padding: 30px 0px;
        color: white;
    }

    .fslogan a {
        margin-top: 30px;
        text-decoration: none;
        border-radius: 50px;
        border: 1.5px;
        padding: 10px 20px;
        opacity: 0px;
        border: 1.5px solid #FFFFFF;
        font-family: Inter;
        font-size: 20px;
        font-weight: 500;
        line-height: 24.2px;
        text-align: center;
        color: #FFFFFF;
    }

    .footer-bot {
        width: 90%;
        padding: 50px 0px 20px 0px;
        text-align: center;
    }

    .footer-bot p {
        font-family: Inter;
        font-size: 16px;
        margin: 0px;
        font-weight: 400;
        line-height: 19.36px;
        text-align: center;
        color: white;
    }

}