@media only screen and (min-width:1250px){

    .footer-submit-btn{
        width: 200px;
        border-radius: 30px;
        height: 30px;
        border: none;
    }

    .footer-content {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        /* align-items: center; */
        width: 100%;
        background: #1E1E1E;
        padding-top: 60px;
        /* padding-left: 246px;
        padding-right: 245px; */
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .footer-column-align-left {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-info .info{
        margin-bottom: 100px;
        gap: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: rgba(255, 255, 255, 0.5);
    }

    .footer-column-align-left #footer-contact-btn {
        width: 200px;
        height: 35px;
    }
    input {
        text-align: center;
    }
    
}

@media only screen and (min-width:735px) and (max-width:1250px){

    .footer-submit-btn{
        width: 200px;
        border-radius: 30px;
        height: 30px;
        border: none;
    }

    .footer-content {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        /* align-items: center; */
        width: 100%;
        background: #1E1E1E;
        padding-top: 60px;
        /* padding-left: 246px;
        padding-right: 245px; */
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .footer-column-align-left {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        gap: 10px;
    }

    .footer-info .info{
        margin-bottom: 100px;
        gap: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: rgba(255, 255, 255, 0.5);
    }

    .footer-column-align-left #footer-contact-btn {
        width: 200px;
        height: 35px;
    }


    input {
        text-align: center;
    }

}

@media only screen and (min-width:0px) and (max-width:735px){

    .footer-submit-btn{
        width: 200px;
        border-radius: 30px;
        height: 30px;
        border: none;
    }

    .footer-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        background: #1E1E1E;
        padding-top: 60px;
        gap: 20px;
        /* padding-left: 246px;
        padding-right: 245px; */
    }

    .footer-column {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
    }
    .footer-column-align-left {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
    .footer-conl3-contact-input {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 100px;
    }

    .footer-info .info{
        margin-top: 50px;
        margin-bottom: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: rgba(255, 255, 255, 0.5);
    }

    .footer-column-align-left #footer-contact-btn {
        width: 200px;
        height: 35px;
    }

    .left-input-form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    input {
        text-align: center;
    }
}


.footer-container {
    background: #1E1E1E;
}

.footer-column > a {
    color: white;
}

.footer-column-align-left > p {
    margin: 0;
    margin-block: 0;
    color: white;
}

.footer-column-align-left #footer-contact-btn {
    margin-bottom: 20px;
    color: #191311;
    background: #D9D9D9;
    border: none;
    /* border-radius: 100px; */
}



.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

.footer-col4-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 25px;
}

.footer-col4-container > button {
    background: transparent;
    border: none;
}

.footer-info {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-info > p{
    color: rgba(255, 255, 255, 0.5);
}

