.blur2{
    display: none;
}
.container.space-990 {
    max-width: 990px;
}

/* SESSION CONTENT Tours 1 */
section#session-content-tours1 {
    padding: 13rem 0rem 8rem 0;
    background: url(../../dist/images/bg-blog.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    text-align: center;
    position: relative;
    color: #fff;
}

.box-session-content-tours1 {
    padding: 2rem 0rem 2rem;
    position: relative;
    color: #FFF;
}

h1.session-content-tours1 {
    color: #FFF;
    font-size: 8.85rem;
    line-height: 8.85rem;
}

/* SESSION CONTENT Tours 1 */

/* SESSION CONTENT Tours 2 */
section#session-content-tours2 {
    padding: 5rem 0rem;
}

.box-tour-listing {
    border-radius: 3.75rem;
    overflow: hidden;
    min-height: 43rem;
    position: relative;
    display: grid;
    align-items: end;
    align-content: stretch;
    transition: transform 0.5s ease;
}
.box-tour-listing:hover img.img-tour-listing{
    transform: scale(1.1);
    transition: 0.5s;
}
img.img-tour-listing {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.0);
    transition: 0.5s;
}
.box-icon-plane {
    position: absolute;
    z-index: 1;
    top: 0rem;
    right: 0rem;
}
img.icon-plane {
    position: absolute;
    z-index: 2;
    top: 1rem;
    right: 1rem;
}
img.icon-plane-circle {
    position: absolute;
    z-index: 1;
    top: 1rem;
    right: 1rem;
    animation: appear 2s infinite;
}

@keyframes appear {
    0%, 100% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}
.box-info-tour-listing {
    position: absolute;
    z-index: 1;
    padding: 40rem 3rem 2rem;
    background: linear-gradient(180deg, rgba(52, 58, 64, 0.00) 42.5%, rgba(40, 45, 50, 0.70) 79.7%);
    width: 100%;
}
p.tour-listing {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.5rem;
    color: #fff;
}

.tag-tour-listing {
    color: #00224F;
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.80044rem;
    padding: 0.5rem 1rem;
    border-radius: 1.64038rem;
    background: rgba(240, 138, 75, 0.24);
    width: fit-content;
    margin: 0 auto 2rem;
}
img.icon-book-now {
    padding-right: 0.5rem;
}
.table-tours-main{
    margin: 0.7rem 0;
}

button.btn-1.btn-tours {
    max-width: 96%;
}

.pager {
    text-align: center;
    padding: 2rem 0 5rem;
    display: flex;
    align-content: center;
    justify-content: center;
}
span.page-numbers.current {
    background: transparent;
    width: 40px;
    height: 40px;
    display: grid;
    text-align: center;
    border-radius: 50px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
}
a.page-numbers {
    background: #CE123F;
    width: 40px;
    height: 40px;
    display: grid;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
}
.category-tabs {
    padding: 0rem 1rem 1.5rem;
}
a.tablinks {
    color: #fff;
    padding: 0.8rem 1rem;
    min-width: auto;
    transition: 0.2s;
    border: 1px solid #CE123F;
    border-radius: 50rem;
    background: #CE123F;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    margin: 0 1rem 1rem 0rem;
    display: inline-block;
}
a.tablinks:hover {
    transition: 0.5s;
    background: #343A40;
    border: 1px solid #343A40;
}
.search-bar-filter-dropdown {
    display: flex;
    padding: 0 0.8rem 3rem;
}
.search-bar-filter-dropdown input[type="text"] {
    margin-right: 1rem;
    width: 210%;
}
/* SESSION CONTENT Tours 2 */

.bg-blue {
    background: url(../../dist/images/bg-footer.svg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}




