
.footer1{
    height: auto;
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.footer-section1{
    padding: 26px 15px 7px 10px;
    border-radius: 10px;
    border: #C4C4C4 solid 1px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
}
.p-namesite{
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 28px; 
}
.p-abute{
    margin-bottom: 20px;
}
.footer-section1 a{
    margin-bottom: 5px;
}
.span-i{
    margin-right: 10px;
}
.footer-section2{
    margin-top: 35px;
    background: #fff;
    text-align: center;
    max-width: 400px;
    width: 100%;
}
.footer-section2 p {
    margin-bottom: 10px;
    font-size: 19px;
    color: #333;
}
.newsletter-form {
    display: flex;
    background: #f1f3f5;
    border-radius: 12px;
    overflow: hidden;
}
.newsletter-form input {
    flex: 1;
    padding: 12px 16px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
}
.footer-section2 .button {
    background: #ffc224;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}
.footer-section2 button i{
    font-size: 18px;
    margin-top: 2px;
}
.newsletter-form button:hover {
    background: #e6a900;
}
.footer-signature{
    display: flex;
    justify-content: center;
}
.footer-signature span{
    font-size: 13px;
    color: #878787;
    border-top: 2px solid #D9D9D9;
    padding: 10px 0;
    font-family: 'poppins';
}
.icon-linl{
    margin-top: 50px;
    font-size: 30px;
}
.footer-section3 img{
    margin: 5px;
    background-color: #D9D9D9;
    padding: 10px;
    border-radius: 15px;
}
@media (max-width: 769px) and (min-width: 428px) {
    .footer1{
        padding: 40px 30px;
    }
}
@media (min-width: 769px) and (max-width: 2600px) {
    .footer{
        display: flex;
        flex-direction: column;
    }
    .footer1{
        box-shadow: 0px -2px #D9D9D9;
        height: auto;
        padding: 40px 100px ;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .footer-section1{
        padding: 26px 15px 7px 10px;
        border-radius: 10px;
        border: #C4C4C4 solid 1px;
        width: 290px;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: flex-start;
    }
    .p-namesite{
        font-size: 30px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 28px; 
    }
    .p-abute{
        margin-bottom: 20px;
    }
    .footer-section1 a{
        margin-bottom: 5px;
    }
    .span-i{
        margin-right: 10px;
    }
    .footer-section2{
        margin-top: 35px;
        background: #fff;
        text-align: center;
        max-width: 400px;
        width: 100%;
    }
    .footer-section2 p {
        margin-bottom: 10px;
        font-size: 19px;
        color: #333;
    }
    .newsletter-form {
        display: flex;
        background: #f1f3f5;
        border-radius: 12px;
        overflow: hidden;
    }
    .newsletter-form input {
        flex: 1;
        padding: 12px 16px;
        border: none;
        outline: none;
        background: transparent;
        font-size: 14px;
    }
    .footer-section2 .button {
        background: #ffc224;
        border: none;
        padding: 0 20px;
        cursor: pointer;
        font-weight: bold;
        font-size: 14px;
    }
    .footer-section2 button i{
        font-size: 18px;
        margin-top: 2px;
    }
    .newsletter-form button:hover {
        background: #e6a900;
    }
    .footer-signature{
        display: flex;
        justify-content: center;
    }
    .footer-signature span{
        font-size: 13px;
        color: #878787;
        border-top: 2px solid #D9D9D9;
        padding: 10px 200px;
        font-family: 'poppins';
    }
    .icon-linl{
        position: relative;
        top: 86px;
        font-size: 30px;
    }
    .footer-section3 img{
        margin: 5px;
        background-color: #D9D9D9;
        padding: 10px;
        border-radius: 15px;
    }

}