/*tour*/


.tour .thumbnail-img {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s;
}
.tour .carousel-inner{
    border-radius: 7px;
}
.tour .thumbnail-img:hover {
    opacity: 1;
}

.tour .carousel-item img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}
.tour-list{
    /*background-color: var(--bs-light);*/
}

.tour-list .carousel-item img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.tour .carousel-control-prev-icon ,.tour .carousel-control-next-icon{
    background-color: #2f2f2f;
    border-radius: 2px;
}

.tour .thumbnail-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    overflow-x: auto;
    white-space: nowrap;
}

.tour .thumbnail-container img {
    width: 100px;
    height: 75px;
    object-fit: cover;
    margin: 0 5px;
    border-radius: 5px;
}

.text-justify{
    text-align: justify;
}
.box-tour-detail{
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.box-tour-detail i {
    font-size: 25px;
    margin-left: 15px;
    color: #999;
}
.tour ul {
    padding-right: 0px;
}
.tour ul li {
    list-style: none;
    font-size: 15px;
}

.tour .btn-reserve-tour{
    width: 100%;
    padding: 13px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-top: 55px;
}

.text-left{
    text-align: left;
}

.text-price{
    font-weight: 700;
    font-size: 20px;
}

#children-count{
    width: 10px;
}

#adults-count{
    width: 10px;
}

#infants-count{
    width: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.count-passenger{
    width: 5px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 25px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.f-18{
    font-size: 18px;
}

.txt-title-landing {
    font-size: 1.180rem;
    font-weight: bold;
}

.bg-landing{
    background-color: var(--bs-light);
}
.landing .title{
    font-size: 20px;
    font-weight: bold;
    padding: 18px 0;
}

.landing .txt-links{
    list-style: none;
    display: flex;
}
.landing .txt-links li{
    margin: 0 5px;
}
.content-w-h-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*responsive*/
@media screen and (max-width: 768px) {
    .tour .carousel-item img {
        height: 350px;
    }
}
.popup.show{
    z-index: 8000 !important;
}

.popup {
    z-index: -300 !important;
}

.txt-discount-hotel{
    text-decoration-line: line-through;
    color: #a0a0a0;
}

.message-copy {
    padding-top: 15px;
    color: green;
    display: none;
}

.btn-copy {
    background-color: #2f2f2f;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-copy:hover {
    background-color: #646464;
}