.section-suscribe{
    height: 250px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #041f4d;
}
.section-suscribe-container{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1600px;
}
.section-suscribe-description{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff
}
.section-suscribe-description>p{
    color: #fff
}
.section-suscribe-form{
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.form-input-suscribe{
    padding: 1rem;
    border-radius: 20px;
    border: none; 
    width: 250px;
}
.section-suscribe-description-content{
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.section-suscribe-description-content > h2{
    color: #fff;
    font-weight: bold
}

.section-suscribe-description-content > p{
    color: #fff;
    font-size: 1.5rem
}

.section-suscribe-form > form{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 20px;
}

.section-suscribe-form > form > button{
    width: 250px;
    gap: 10px;
    font-weight: bold;
}

@media (max-width: 992px) {
    /* .section-middleby-solutions-cards{
        width: 200px;
    }
    .section-behind-the-solutions > div > div{
        justify-content: center
    } */
}
@media (max-width: 1400px) {
    .section-suscribe-description {
        align-items: center;
    }
    .form-input-suscribe{
        width: 200px;
    }
    .section-suscribe-description-content > p{
        font-size: 1.2rem
    }
    .section-suscribe-form > form{
        gap: 10px;
    }
    .section-suscribe-form > form > button{
        width: 150px;
    }
}
@media (max-width: 992px) {
    .section-suscribe-description-content > p{
        font-size: 1.3rem
    }
    .form-input-suscribe{
        width: 150px;
    }
}
@media (max-width: 769px) {
    .space-enter-connect{
        display: none;
    }
    .section-suscribe-container{
        flex-direction: column;
    }
    .section-suscribe-description{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section-suscribe-form{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section-suscribe-description-content{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .section-suscribe-form{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .section-suscribe-form > form{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .section-suscribe{
        height: 450px;
    }
    .form-input-suscribe {
        width: 300px;
    }
}

/*Footer*/
footer{
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}



.footer-content {
    height: 85%;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 1600px;
}

.social-media-social{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.social-media-social > a{
    color: #041F4D;
}

.social-media-social > a:hover{
    color: #2a5fbb!important;
}

.social-media{
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 60%;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.social-media-content{
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-media-content > a >i{
    color: #BF0000;
}
.social-media > img{
    height: 60px;
    /* width: 170px; */
    gap: 10px;
}

.this-is-middleby{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.this-is-middleby>a{
    color: #000;
}
.this-is-middleby>h6{
    font-size: 1.2rem;
    font-weight: 700;
    color: #BF0000;
}
.this-is-middleby>a:hover{
    color: #0f51c2;
}

.footer-contact{
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.footer-contact>a{
    color: #000;
}
.footer-contact>h6{
    font-size: 1.2rem;
    font-weight: 700;
    color: #041f4d;
}

.footer-contact>a:hover{
    color: #0f51c2;
}

.footer-buy-now{
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.footer-buy-now>h6{
    font-size: 1.2rem;
    font-weight: 700;
    color: #BF0000;
}

.footer-buy-now>a{
    color: #000000;
}

.footer-buy-now>a:hover{
    color: #0f51c2;
}

.footer-buy-now > a >i{
    color: #BF0000;
}

footer > .footer-copyright {
    height: 15%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #041F4D;
    color: #fff;
    gap: 10px;
}

.footer-copyright > p {
    color: #fff;
    padding: 0;
    margin: 0;
}

.footer-description{
    width: 55%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.footer-description-2{
    width: 45%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
@media (max-width: 1400px) {
    footer > .footer-content {
        width: 100%;
    }
    .social-media-content {
        width: 60%;
    }
}
@media (max-width: 768px) {
    .social-media-content {
        align-items: center;
        width: 85%;
    }
    footer > .footer-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
        gap: 30px;
    }
    .footer-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-description{
        width: 100%;
    }

    .footer-description-2{
        width: 100%;
    }
    footer{
        height: auto;
    }

    .social-media{
        width: 50%;
    }
    .this-is-middleby{
        width: 50%;
        justify-content: center;
        align-items: center;
        text-align: left;
    }
    .footer-contact{
        width: 50%;
        justify-content: center;
        align-items: center;
        text-align: left;
    }

    .footer-buy-now{
        width: 50%;
        justify-content: center;
        align-items: center;
        text-align: left;
    }
}
@media (max-width: 500px) {
    footer > .footer-content {
        width: 80%;
        gap: 30px;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .footer-description{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .footer-description-2{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .social-media{
        width: 100%;
    }
    .this-is-middleby{
        width: 100%;
        align-items: start;
    }
    .footer-contact{
        width: 100%;
        align-items: start;
    }
    .footer-buy-now{
        width: 100%;
        align-items: start;
    }
    .footer-copyright{
        display: flex;
        flex-direction: column;
        padding: 1rem;
        font-size: 0.7rem;
    }
}