@font-face {
    font-family: 'Montserrat Thin';
    src: url('../../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Display Fair';
    src: url('../../fonts/Playfair_Display/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    font-family: 'Montserrat Thin';
    background: #8DA7BE;
}

.Container-Footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 12px;
    padding-bottom: 60px;
}

.Container-Img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 30%;
    height: 100%;
}

.Container-Img div p {
    color: white;
    font-weight: 500;
}

.Container-Right {
    display: flex;
    justify-content: end;
    align-items: end;
    position: relative;
    width: 30%;
    height: 100%;
}

.Container-Right p {
    margin-top: 100%;
    font-size: 12px;
}

.Container-Items-Info {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 25px;
    width: 70%;
    height: 100%;
}

.Items-Info {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 20%;
    gap: 20px;
    margin-top: 50px
}

.Items-Info h4 {
    color: white;
}

.Items-Info ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.Items-Info ul li {
    color: rgb(44, 44, 44);
}

.Items-Info ul li strong {
    color: #d8e9f9;
}

.Container-Items-Info h3 {
    color: white;
    font-size: 20px;
}

.Section-GetSocials {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    gap: 20px;
    width: 30%;
    margin-top: 50px;
}

.Section-GetSocials h4 {
    font-size: 20px;
    font-family: 'Display Fair';
    color: white;
}

.Form-Content-Socials {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.Form-Content-Socials form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.Form-Content-Socials form input {
    width: 98%;
    height: 35px;
    border: none;
    outline: none;
    padding-left: 5px;
}

.Form-Content-Socials form button {
    width: 100%;
    height: 35px;
    border: none;
    outline: none;
    color: white;
    font-size: 18px;
    font-weight: 600;
    background-color: #b7dcfd;
    border-radius: 20px;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.Form-Content-Socials form button:hover {
    background-color: #687d90;
}

.Socials-GetSocials {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.Socials-GetSocials ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 15px;
}

.Socials-GetSocials ul li a svg {
    color: white;
    width: 20px;
    height: 20px;
    transition: all ease-in-out .3s;
}

.Socials-GetSocials ul li a svg:hover {
    color: #b7dcfd;
}

.Information {
    padding-left: 20px;
    margin-top: 10px;
}

.Information h4 {
    color: white;
    margin-bottom: 5px;
}

.Information ul li {
    list-style: none;
    color: rgb(38, 38, 38);
    margin-bottom: 5px;
}

.Items-Info h3 {
    margin-bottom: 10px;
}

.Items-Info ul li {
    list-style: none;
    margin-bottom: 5px;
}

.Items-Info ul li a {
    text-decoration: none;
    color: rgb(38, 38, 38);
}

.Items-Info ul li a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .Container-Footer {
        flex-direction: column;
        gap: 30px;
        width: 100%;
        height: auto;
        padding: 12px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .Container-Img {
        width: 70%;
    }

    .Container-Img img {
        width: 100%;
    }

    .Container-Items-Info {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 25px;
        width: 100%;
        height: 100%;
    }

    .Items-Info {
        display: flex;
        justify-content: center;
        align-items: start;
        width: 100%;
        flex-direction: column;
    }

    .Information {
        display: flex;
        justify-content: center;
        align-items: start;
        width: 100%;
        flex-direction: column;
        padding-left: 0;
        margin-top: 10px;
    }

    .Container-Right {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .Container-Right p {
        margin-top: 0;
        font-size: 12px;
    }

    .Items-Info {
        align-items: center;
    }

    .Section-GetSocials {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .Items-Info ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 15px;
        gap: 2px;
        flex-direction: column;
        margin: 0;
    }
}
