@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 {
    position: relative;
    width: var(--full-size);
    height: 400px;
    overflow: hidden;
}

.banner-background img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(0.7);
}


.context_banner {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.context_banner h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}

.context_banner p {
    font-size: 22px;
    margin-top: 10px;
}


#privatetourpage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.privatetour-container {
    width: var(--full-minisize);
    display: flex;
    gap: 30px;
    padding: 0 20px;
}

.con_link {
    display: flex;
    justify-content: flex-start;
    width: var(--full-minisize);
}
.con_link a {
    text-decoration: none;
}
.text_con_link {
    color: #BABABA;
    font-weight: 600;
}

.text_con_link_active {
    color: var(--bg_santa_main);
    font-weight: 600;
}

.header_sec1 {
    color: #000;
    font-weight: bold;
    font-size: 38px;
}

.header_sec1 span {
    color: var(--bg_santa_main);
    font-weight: bold;
}

.sidebar {
    display: flex;
    width: 25%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    height: fit-content;
    flex-direction: column;
    align-items: center;
}

.search-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.search-form input {
    width: 90%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 8px;
}

.search-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 8px;
}

.btn-search,
.btn-reset {
    display: block;
    width: 100%;
    padding: 10px 0;
    border: none;
    border-radius: 8px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.btn-search {
    background-color: #C00000;
    color: white;
}

.btn-search:hover {
    background-color: #e66666;
}

.btn-reset {
    background-color: #21AB99;
    color: white;
}

.btn-reset:hover {
    background-color: #9cece2;
}

.top-bar1 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    text-align: end;
    width: 1200px;
}

.content {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.package-info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.package-info img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}


.con_row1_chinaroutes {
    height: 260px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row1_chinaroutes_highlight {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}

.row1_chinaroutes_highlight_1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.row1_chinaroutes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.row1_chinaroutes div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.row1_chinaroutes img {
    width: 20px;
    height: 20px;
}

.row1_chinaroutes p {
    font-size: 14px;
    color: #A6A6A6;
}

.row1_chinaroutes .highlight {
    color: #000;
}

.con_button {
    display: flex;
    justify-content: flex-end;
    margin: 10px 10px 10px 0px;
}

.btn-download {
    background-color: #00b894;
    color: white;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
}

.price,
.name {
    color: #474747;
    font-size: 16px;
    font-weight: 300;
}

.price strong {
    color: var(--bg_santa_main);
    font-size: 18px;
    font-weight: 800;
}

hr {
    margin: 0;
    height: 1px;
    background-color: #C00000;
    border: none;
}

.con_price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


/*---text---*/
.con_text {
    width: var(--full-minisize);
    height: 400px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    margin-bottom: 40px;
}

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

.col1_con_text img {
    width: 100%;
    height: 400px;
}

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

.text_col2_con_text {
    text-align: start;
    font-size: 18px;
}

.header_col2_con_text {
    font-size: 32px;
    font-weight: bold;
}

.header_col2_con_text span {
    color: var(--bg_santa_main);
}

.header_col2 {
    display: flex;
    justify-content: flex-start;
    width: var(--full-minisize);
}

*/ #section2 {
    width: var(--full-size);
    height: 300px;
    position: relative;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('/static/img/privertour/bannersec2.svg');
    z-index: 0;
    gap: 1rem;
}

.header_col_sec2 {
    font-size: 32px;
    font-weight: bold;
}

.header_col_sec2 span {
    color: var(--bg_santa_main);
}

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

.row_text1 {
    gap: 1rem;
    width: var(--full-minisize);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pagination-list {
    list-style: none;
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 20px 0;
}

.pagination-list li a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 50%;
    margin: 0 4px;
    background-color: #eee;
}

.pagination-list li.active a {
    background-color: var(--bg_santa_main);
    color: white;
    font-weight: bold;
}


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

    #privatetourpage {
        width: 100%;
    }
}

@media (max-width:1100px) {

    #privatetourpage {
        height: auto;
    }

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

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

    #banner {
        width: 100%;
        height: auto;
    }

    
    .context_banner {
        top: 65%;
    }

    .banner-background img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    #privatetourpage {
        width: 100%;
    }

    .con_link,
    .top-bar1 {
        width: 90%;
    }

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

    .header_sec1 {
        font-size: 20px;
    }

    .top-bar1 {
        font-size: 14px;
    }

    .privatetour-container {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
    }

    .sidebar {
        width: 90%;
    }

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

    .card-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .package-info img {
        width: 100%;
        height: auto;
        object-fit: fill;
    }

    .row1_chinaroutes img {
        width: 20px;
        height: 20px;
    }

    .con_row1_chinaroutes {
        height: auto;
    }

    .price,
    .name,
    .row1_chinaroutes p {
        font-size: 14px;
        margin: 5px 0px;
    }

    .row1_chinaroutes {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0px;
    }
    .con_price {
        margin: 20px 0px;
    }

}