:root {
    --nav_bg: #183029;
    --body_bg: #ebeff2;
    --akcent_color: #43b02a;
}

footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    background-color: var(--nav_bg);
    color: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    flex-direction: column;
}

.prefooter {
    margin-top: 30vh;
}

.footer a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px;
    transition: 0.3s;
}

.footer a:hover {
    color: var(--akcent_color);
    transition: 0.3s;
}

.footer p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 10px;
}

footer img {
    width: 40px;
    height: 40px;
    margin: 10px;
}

.footer__top__left {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer__top__right img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

@media screen and (max-width: 425px) {
    .footer a {
        font-size: 16px;
    }

    .footer p {
        font-size: 16px;
    }

}

@media screen and (max-width: 768px) {
    footer {
        margin-bottom: 45px;
    }
}

.footer_contact_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}

.footer_contact_container .left_img {
    width: 45%;
    height: 195px;
}

.footer_contact_container .left_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: 1s;
}

.footer_contact_container .left_img img:hover {
    box-shadow: 0 0 20px 0 var(--akcent_color);
    transition: 0.3s;
}

.footer_contact_container .formes {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    margin: 10px;
    background-color: #fff;
    border-radius: 20px;
}

.footer_contact_container .formes input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #000;
    transition: 1s;
}

.footer_contact_container .formes input:focus {
    box-shadow: 0 0 20px 0 var(--akcent_color);
    transition: 0.3s;
}


.footer_contact_container .formes button {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    border: none;
    background-color: var(--akcent_color);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
    cursor: pointer;
}

.footer_contact_container .formes button:hover {
    box-shadow: 0 0 20px 0 var(--akcent_color);
    transition: 0.3s;
}

@media screen and (max-width: 550px) {
    .footer_contact_container .formes {
        width: 100%;
        margin: 0 !important;
        margin-top: 10px !important;
    }

    .footer_contact_container .left_img {
        width: 100%;
    }

    .contact_info {
        width: 100% !important;
        border-radius: 20px !important;
        margin: 0 !important;
        margin-top: 10px !important;
    }

    .contact_map {
        width: 100% !important;
    }
}

.contact_info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 45%;
    align-content: center;
    background-color: #fff;
    border-radius: 40px;
    margin: 20px;
    padding: 10px;
}

.contact_info a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.contact_info a:hover {
    color: var(--akcent_color);
    transition: 0.3s;
}

.contact_info p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.contact_btn_hero {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: var(--akcent_color);
    border-radius: 20px;
    transition: 0.3s;
    margin-top: 20px;
    color: #fff !important;
    cursor: pointer;
    position: absolute;
    top: 75%;
}

@media screen and (max-width: 768px) {
    .contact_btn_hero {
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 30%;
    }
}

.contact_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: var(--akcent_color);
    border-radius: 20px;
    transition: 0.3s;
    margin-top: 20px;
    color: #fff !important;
    cursor: pointer;
    border: none;
}

.contact_btn:hover {
    box-shadow: 0 0 20px 0 var(--akcent_color);
    transition: 0.3s;
    color: #fff !important;
}

.contact_map {
    width: 45%;
    height: 270px;
    border-radius: 20px;
}

.contact_map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.fotter_socials {
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy {
    flex-direction: row;
    width: 100%;
}

.privacy input {
    margin-right: 10px;
    width: 10px !important;
    height: 10px;
    margin: 0 auto !important;

}

.privacy a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s;
    color: black;
}

.privacy label{
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s;
    color: black;
}