footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #e8e59b;
    align-items: center;
    align-self: center;
}

.ftr_i {
    /* height: 500px; */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 1px solid #403f2b;
    /* padding-top: 50px; */
    padding-bottom: 90px;
}

.ftr-res {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.ftri_1 {
    display: flex;
    width: 40%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 50px;
}

.ftri_1 h2 {
    font-size: 65px;
    font-weight: 400;
    font-family: "fraunces";
    text-align: left;
    line-height: 65px;
    color: #403f2b;
    margin-top: 0px;
    margin: 0px;
}

.ftri_1 p {
    font-size: 16px;
    font-family: "Helvetica W01 Light";
    font-weight: 400;
    line-height: 25px;
    margin: 0px;
}

.ftri_12 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.classinfo-submition {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: flex-end;
    width: 550px;
    align-self: flex-start;
    gap: 10px;
    margin: 0px;
    margin-top: 30px;
}

.email-input {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 350px;
}

.ftr_i .email-input p {
    font-size: 16px;
    font-family: "Helvetica W01 Light";
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #403f2b;
}

.email-input input {
    width: 350px;
    border: none;
    background-color: rgba(255,255,255,0);
    border-bottom: 1px solid #403f2b;
    outline: none;
    font-size: 16px;
    font-family: "Helvetica W01 Light";
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    color: #403f2b;
}

.email-input input:hover {
    border-bottom: 2px solid #8b0000;
}

.submit-btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: auto;
    height: 41px;
    border: 1px solid #403f2b;
    border-radius: 22px;
    background-color: #e8e59b;
    cursor: pointer;
}

.submit-btn button:hover {
    background-color: #403f2b;
}

.submit-btn button p {
    font-size: 25px;
    font-weight: 400;
    font-family: "frauces";
    color: #403f2b;
    margin: 20px;
    max-width: fit-content;
}

.submit-btn button p:hover {
    color: #e8e59b;
}

.ftrlinks {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: baseline;
    align-self: flex-end;
    width: 40%;
    /* margin-bottom: 53px; */
    /* gap: 50px; */
}

.ftrlinks_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* gap: 20px; */
    margin-left: 50px;
}

.ftrlink1_margin {
    margin: 20px;
}

.ftrlinks_1 a {
    text-decoration: none;
    border: none;
    color: #403f2b;
    cursor: pointer;
    font-family: "Helvetica W01 Light";
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.ftrsociallinks-res {
    display: none;
}

.ftr_ii {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0px;
    width: 85%;
    justify-content: center;
}

.ftr_ii_desc {
    display: flex;
    justify-content: center;
    /* width: 60%; */
}

.ftr_ii_desc p {
    font-size: 15px;
    font-family: "Helvetica W01 Light";
    line-height: 19px;
    color: #403f2b;
}

.ftr_ii p {
    font-size: 16px;
    font-family: "Helvetica W01 Light";
    font-weight: 400;
    line-height: 19px;
}

.ftrsociallinks {
    display: flex;
    flex-direction: row;
    gap: 35px;
    align-self: center;
    justify-content: center;
    align-items: center;
    width: 40%;
    margin-top: 20px;
}

.ftrsociallinks a {
    color: rgb(64, 63, 43);
    font-size: 16px;
    font-family: "Helvetica W01 Light";
    line-height: 24px;
    font-weight: 400;
}

@media (max-width: 1030px) {
    .ftri_1 h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .classinfo-submition {
        width: 300px;
        flex-direction: column;
    }

    .email-input {
        width: 300px;
    }

    .email-input input {
        width: 300px;
    }

    .ftrlinks {
        margin-top: 0px;
        gap: 25px;
    }

    .ftrlinks_1 {
        gap: 10px;
    }
}

@media (max-width: 900px) {
    .footer {
        height: auto;
    }

    .ftr_i {
        display: flex;
        flex-direction: column;
        height: auto;
        background-color: #e8e59b;
        padding-bottom: 40px;
    }

    .ftri_1 {
        flex-direction: row;
        width: 100%;
        margin-left: 0px;
        margin-top: 40px;
        justify-content: space-evenly;
    }

    .ftri_1 p {
        width: auto;
    }

    .ftri_12 {
        display: flex;
        flex-direction: column;
        width: 40%;
        justify-content: center;
        align-items: center;
    }

    .ftri_1 h2 {
        margin: 0px;
    }

    .submit-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .ftrlinks {
        width: 92%;
        justify-content: left;
        margin-top: 30px;
    }

    .ftr_ii {
        margin-top: 0px;
    }

    .ftr_ii_desc p {
        font-size: 15px;
    }

    .ftrsociallinks {
        margin-top: 20px;
    }

    .ftrsociallinks a {
        font-size: 14px;
        line-height: 10px;
    }
}

@media (max-width: 800px) {
    .ftri_12 {
        align-items: normal;
    }

    .ftri_1 p {
        width: 100%;
    }

    .ftrlinks {
        width: 90%;
        align-self: center;
        /* justify-content: space-evenly; */
        margin-top: 30px;
        justify-content: normal;
        margin-bottom: 0px;
    }

    .ftr-res {
        width: 40%;
    }

    .ftr_ii {
        margin-top: 8px;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .ftrlinks {
        /* width: 90%; */
        gap: 10%;
        /* justify-content: center; */
    }

    .classinfo-submition,
    .email-input,
    .email-input input {
        width: 200px;
    }

    .ftri_1 h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .ftrlinks_1 {
        gap: 0px;
    }

    .ftrsociallinks-res a {
        font-family: "Helvetica W01 Light";
    }

}

@media (max-width: 510px) {
    .ftri_1 {
        flex-direction: column;
    }

    .ftri_12 {
        width: 90%;
    }

    .classinfo-submition {
        width: 90%;
    }

    .email-input,
    .email-input input {
        width: 95%;
    }

    .submit-btn {
        margin-top: 10px;
        align-self: flex-start;
        margin-left: 20px;
        height: 48px;
        border-radius: 20px;
    }

    .submit-btn button p {
        font-weight: 300;
        margin: 20px;
    }

    .ftrsociallinks {
        display: none;
    }

    .ftrlinks {
        flex-direction: column;
        justify-content: center;
        width: 90%;
    }

    .ftrlinks_1 {
        margin: 0px;
        align-self: flex-start;
    }

    .ftr-res {
        display: flex;
        flex-direction: row;
        width: 90%;
        gap: 45%;
        margin-bottom: 20px;
    }

    .ftr-resi {
        display: flex;
        flex-direction: row;
        width: 90%;
        gap: 30%;
    }

    .ftrsociallinks-res {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    .ftrsociallinks-res a {
        border: none;
        color: #403f2b;
        cursor: pointer;
        font-family: "Helvetica W01 Light";
        font-size: 16px;
        font-weight: 400;
        line-height: 40px;
    }

    .ftr_ii_desc {
        width: auto;

    }

    .ftri_1 h2 {
        font-size: 24px;
        font-weight: 400;
        width: 70%;
        align-self: flex-start;
    }

    .ftri_1 p {
        font-size: 15px;
        line-height: normal;
    }

    .ftr_ii_desc p {
        text-align: center;
    }
}

.social-icons {
    display: flex;
    height: 25px;
    width: 25px;
    color: #e00000;
}