@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;
}

body {
    display: flex;
    max-width: 1920px;
    margin: 0px;
    font-family: "Noto Sans Thai", serif;
    background-color: rgb(255 255 255);
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    align-items: center;
}

.banner {
    width: var(--full-minisize);
    height: auto;
}

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

/*--sec1--*/
#sec1 {
    width: var(--full-minisize);
    height: auto;
}

.row1_sec1 {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.col1_row1 {
    width: 50%;

    display: flex;
    flex-direction: column;
}

.row1_col1,
.row2_col1 {
    height: 50%;
    display: flex;
    flex-direction: column;
}

.row1_col1 h1 {
    font-size: 32px;
    margin: 0;
}

.row1_col1 p {
    font-size: 16px;

}

.row1_col1 span {
    font-size: 32px;
    color: var(--santa_main);
}

.row2_col1 h1 {
    font-size: 32px;
    color: var(--santa_main);
    margin: 0;
}

.row2_col1 p {
    font-size: 16px;

}

.col2_row1 {
    width: 50%;
    height: 100%;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row1_col2,
.row2_col2,
.row3_col2 {
    display: flex;
    background-color: #e9e9e9;
    width: 90%;
    height: 30%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.con_img_col2 {
    width: 20%;
    display: flex;
    justify-content: center;

}

.con_img_col2 img {
    width: 60px;
    height: 60px;
}

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

.con_text_col2 h2 {
    font-size: 18px;
    margin: 0;
    color: var(--santa_main);
}

.con_text_col2 p {
    font-size: 16px;
}

/*--sec2--*/
#sec2 {
    width: var(--full-minisize);
    height: auto;
    display: flex;
    justify-content: center;
}

.row_sec2 {
    width: 90%;
    display: flex;
    flex-direction: column;
}

.row_sec2 h1 {
    font-size: 32px;
    color: var(--santa_main);

}

.row1_sec2 {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.col1_row_sec2,
.col2_row_sec2 {
    width: 50%;
    display: flex;
    justify-content: center;
}

.container_item1 {
    background-image: linear-gradient(135deg, #bf0101 0, #8b0101 100%);
    width: 90%;
    height: auto;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.container_item2 {
    background-image: linear-gradient(135deg, #a301c0 0, #79018f 100%);
    width: 90%;
    height: auto;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.item_img {
    width: 90%;
    height: 40%;
    display: flex;
    padding: 30px 0px;
}

.item_img img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.item_text {
    height: 70%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.item_text h1 {
    font-size: 24px;
    color: #fff;
    margin: 0;
}

.item_text h2 {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

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

.con_price {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 20px 0px;
    height: 140px;
    justify-content: center;
}

.col1_item_text {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.col2_item_text {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con_price p {
    font-size: 16px;
    color: #fff;
}

.col2_item_text h1 {
    font-size: 48px;
}

.col3_item_text {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.container_check {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 80px;
    gap: 1rem;
    list-style: none;
}

.container_check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #fff;
}

.container_check li::before {
    content: "";
    background: url('/static/img/gruoptour/check.svg') no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*--sec3--*/
#sec3 {
    width: var(--full-minisize);
    height: auto;
    display: flex;
    justify-content: center;
}

.row_sec3 {
    width: 100%;
    height: auto;
}

.row_sec3 h1 {
    font-size: 32px;
    color: var(--santa_main);
}

.row_sec3 img {
    width: 100%;
    height: auto;
}

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

.container_text_sec3 h1 {
    font-size: 32px;
    color: var(--santa_main);
}

.container_text_sec3 p {
    font-size: 18px;
}

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

    #sec1,
    #sec2,
    #sec3 {
        width: 90%;
    }

}

@media (max-width:1100px) {
    .banner {
        width: 100%;
    }

    #sec1,
    #sec2,
    #sec3 {
        width: 100%;
    }

    .row1_sec1 {
        height: auto;
        flex-direction: column;

    }

    .col1_row1,
    .col2_row1 {
        width: 90%;
    }

    .row1_col1 h1 {
        font-size: 22px;
        margin: 10px 0px;
    }

    .row1_col1 span {
        font-size: 24px;
    }

    .row1_col1 p {
        font-size: 14px;
    }

    .row2_col1 h1 {
        font-size: 24px;
    }

    .row2_col1 span {
        font-size: 24px;
    }

    .row2_col1 p {
        font-size: 14px;
    }

    .row1_col2,
    .row2_col2,
    .row3_col2 {
        width: 100%;
    }

    .con_text_col2 h2 {
        font-size: 16px;
        margin: 5px 5px;
    }
    .con_text_col2 p {
        font-size: 14px;
        margin: 5px 5px;
    }

    .row_sec2 h1 {
        font-size: 24px;
    }

    .row1_sec2 {
        flex-direction: column;
        gap: 2rem;
    }

    .col1_row_sec2,
    .col2_row_sec2 {
        width: 100%;
    }

    .container_item1,
    .container_item2 {
        width: 100%;
    }

    .item_text h1 {
        font-size: 20px;
    }

    .item_text h2 {
        font-size: 14px;
    }

    .con_price {
        height: 160px;
    }

    .col2_item_text h1 {
        font-size: 38px;
    }

    .item_text p {
        font-size: 14px;
    }

    .container_check {
        padding-left: 20px;
    }

    .container_check li {
        font-size: 14px;
    }

    .container_check li::before {
        width: 15px;
        height: 15px;
    }

    .row_sec3 {
        width: 90%;
        height: auto;
    }
    .row_sec3 h1 {
        font-size: 20px;
    }
    .container_text_sec3 p {
        font-size: 14px;
    }
}