
/*---------------------Roots-----------------*/

:root {
    ---pink: #e2a290;
    ---white: #ffffff;
    ---black: #222222;
    ---border: #e5e5e5;
}

/*---------------------Roots-----------------*/



/*Footer*/
.footer{
    background-color: var(---white);
    width: 100%;
    top: 320%;
    position: absolute;
}
.footer .image-footer-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.footer .container{
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}
.footer .container .link h3{
    font-size: 25px;
    color: var(---black);
    font-family: 'Darling Coffee', sans-serif;
    font-weight: 600;
}
.footer .container .link a{
    display: block;
    color: var(---black);
    font-weight: 400;
    margin-top: 25px;
}
.footer .container .link a:hover{
    color: var(---pink);
}
.footer .container .link .input-email{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    background-color: transparent;
    position: relative;
    margin-top: 20px;
}
.footer .container .link .input-email input{
    background-color: transparent;
    border-bottom: 2px solid var(---black);
    width: 100%;
    color: var(---black);
    font-size: 12px;
    padding-bottom: 5px;
}
.footer .container .link .input-email input::placeholder{
    color: var(---black);
}
.footer .container .link .input-email button{
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 16px;
    color: var(---black);
    cursor: pointer;
    background-color: transparent;
}
.footer .container .link .social{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.footer .container .link .social i{
    color: var(---black);
    font-size: 25px;
    padding-right: 15px;
    cursor: pointer;
}
.footer .container .link .social i:hover{
    color: var(---pink);
}
.footer .last{
    border-top: 2px solid var(---border);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.footer .last p{
    color: var(---black);
    font-size: 16px;
    font-weight: 500;
    margin-top: 18px;
}
/*Footer*/







/* media quries */

@media (max-width:1772px) {
    section {
        padding: 20px 100px;
    }
    .footer{
        top: 375%;
    }
}
@media (max-width:1674px) {
    section {
        padding: 20px 80px;
    }

}
@media (max-width:1590px) {
    section {
        padding: 20px 60px;
    }
    .footer{
        top: 360%;
    }
}

@media (max-width:1486px) {
}

@media (max-width:1390px) {
    section {
        padding: 20px 40px;
    }
    .footer{
        top: 345%;
    }
}

@media (max-width:1280px) {

    html{
        font-size: 80%;
    }

    section {
        padding: 20px 20px;
    }
    .footer{
        top: 340%;
    }
}

@media (max-width:1080px) {
    section {
        padding: 20px 15px;
    }
    .footer{
        top: 310%;
    }
}

@media (max-width:1024px) {
    .footer{
        top: 265%;
    }
}

@media (max-width:915px) {
    .footer{
        top: 162%;
    }
}

@media (max-width:853px) {
    .footer{
        top: 195%;
    }
}

@media (max-width:820px) {
    .footer{
        top: 198%;
    }
    .footer .container{
        flex-wrap: wrap;
        justify-content: left;
    }
    .footer .container .link{
        margin: 15px;
    }
}

@media (max-width:780px) {

    section {
        padding: 20px 10px;
    }
    .footer{
        top: 250%;
    }
}

@media (max-width:690px) {
}

@media (max-width:550px) {
    .footer{
        top: 288%;
    }
}

@media (max-width:500px) {
    .footer .last p{
        font-size: 12px;
        margin-top: 18px;
    }
}

@media (max-width:430px) {
    .footer{
        top: 182%;
    }
    .footer .container{
        margin-top: 30px;
    }
    .footer .image-footer-logo{
        width: 70%;
        margin: 0px auto;
        margin-top: 30px;
    }
    .footer .image-footer-logo img{
        width: 100%;
    }
    .footer .container .link{
        margin: 10px;
    }
}
@media (max-width:400px) {
    .footer{
        top: 189%;
    }
}
@media (max-width:375px) {
    .footer{
        top: 230%;
    }
}
@media (max-width:360px) {
    .footer{
        top: 212%;
    }
    .footer .last p{
        font-size: 10px;
        margin-top: 18px;
    }
}
/* media quries */