.adventure-text {
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    font-family: 'Arial', sans-serif;
}

.header-fade {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    background: linear-gradient(to bottom, rgba(128, 128, 128, 0.8), rgba(128, 128, 128, 0));
}

/* start input search*/
.search-box {
    position: relative;
    width: 100%;
}

.search-box i {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #888;
    font-size: 16px;
}

.search-box .input-search-tour {
    padding-left: 40px;
    border-radius: 18px;
    border: 1px solid #ddd;
    background-color: #F2F2F2;
    min-width: 200px;
}

.input-search-tour::placeholder {
    font-style: italic;
    font-weight: 200;
    color: #989898;
}

/* end input search */

/* start switch buttton */
.lang-switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 36px;
}

.lang-switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.lang-text {
    z-index: 1;
}

.thumb {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    transition: .4s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.flag-icon {
    /* width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    display: block; */
}

input:checked+.slider .thumb {
    transform: translateX(44px);
}

/* end switch button  */

.contact-label {
    color: #fff;
    font-weight: 200;
    font-size: 18px;
}

.contact-phone {
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}

#GroupTab {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
}

#GroupTab::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.custom-tabs {
    border-bottom: 2px solid #dee2e6;
    /* เส้นล่างของแถบ */
}

.custom-tabs .nav-link {
    border: none;
    color: #FFFFFF;
    position: relative;
}
.custom-tabs.nav-tabs .nav-link.active {
    background-color: transparent !important;
    color: #FFFFFF;
}

.custom-tabs .nav-link.active:not(.dropdown-toggle)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background-color: #0d6efd;
    /* primary */
    border-radius: 2px;
}



