@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

:root {
    --full-size: 1920px;
    --full-minisize: 1200px;
    --fit-height: 1080px;
    --bg_santa_main: #b20000;
    --santa_main: #b20000;
    --santa_2main: #cf2e2e;
}

footer {
    width: var(--full-size);
    height: 350px;
    background: linear-gradient(90deg, rgb(178, 0, 0) 0%, rgb(110, 9, 9) 100%);
    display: flex;
    justify-content: center;
}

.footer {
    width: var(--full-minisize);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;

}

.col1_footer,
.col2_footer,
.col3_footer,
.col4_footer {
    width: 23%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;


}


.row1_col1_footer {
    display: flex;
    width: 100%;
    height: 50%;
}

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

.row1_col1_footer_col1 img {
    width: 70px;
    height: 70px;
    object-fit: scale-down;
}

.row1_col1_footer_col2 {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.row1_col1_footer_col2 h6 {
    font-size: 13px;
    color: #fff;
    font-weight: bolder;
    margin: 0;
}

.row1_col1_footer_col2 p {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.row2_col1_footer {
    width: 100%;
    height: 50%;
}

.col_so01 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.col2_footer h3 {
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
}

.col2_footer p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.container_contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    gap: 1rem;
}

.container_contact_text {
    width: 80%;
    display: flex;
    flex-direction: column;

}

.container_contact_text a {
    text-decoration: none;
    color: #fff;
}

.container_contact img {
    width: 28px;
    height: 28px;
    object-fit: scale-down;
}

.container_contact span {
    font-size: 14px;
    color: #fff;

    font-weight: bold;
    margin-left: 20px;
}

.container_contact a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.container_contactsell_text {
    display: flex;
    flex-direction: column;
}

.container_contactsell_text {
    text-decoration: none;
    color: #fff;
}

.col3_footer h3 {
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
}

.col3_footer p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.col4_footer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_end {
    width: var(--full-size);
    background-color: black;
    height: 60px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer_end h3 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.tel {
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-decoration: none;
}

@media (min-width:1101px) and (max-width: 1919px) {
    footer {
        width: 100%;
    }

    .footer_end {
        width: 100%;
    }
}

@media (max-width:1100px) {
    footer {
        width: 100%;
        height: auto;
    }

    .footer {
        display: flex;
        flex-direction: column;
        gap: 1rem
    }

    .col2_footer,
    .col3_footer,
    .col4_footer {
        width: 90%;
        justify-content: center;
        align-items: flex-start;
    }

    .col1_footer {
        width: 90%;
        height: 200px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: row;
    }

    .col2_footer {
        width: 90%;
        height: 100px;
        display: flex;
        flex-direction: row;
    }

    .col3_footer {
        width: 90%;
        height: 160px;
        display: flex;
        flex-direction: row;
    }

    .container_contact_text {
        width: 40%;
        display: flex;
        flex-direction: column;
    }

    .container_contact {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 60%;
        gap: 0.5rem;
    }

    .container_contact span {
        margin-left: 10px;
    }

    .row_so {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        gap: 1rem;
    }

    .col_so {
        display: flex;
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .container_contact img {
        width: 20px;
        height: 20px;
        object-fit: scale-down;
    }

    .row1_col1_footer_col2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .col4_footer {
        width: 90%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: row;
    }

    .row1_col1_footer {
        display: flex;
        width: 50%;
        height: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .row2_col1_footer {
        width: 50%;
        height: 70%;
    }

    .footer_end {
        width: 100%;
        height: auto;
        flex-direction: column;

    }

    .footer_end h3 {
        font-size: 14px;
        margin-left: 10px;
    }

    .col4_footer img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .row_so01 {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .container_contactsell_text {
        width: 100%;
    }

    .col_so01 {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .tel {
        font-size: 14px;
        color: #fff;
        margin: 0;
        text-decoration: none;
    }
}