.tours_banner{
    overflow: hidden;
    padding: 100px 0 80px;
    background-color: rgb(242, 249, 245);
} 
.tours_banner form{
    position: relative;
    z-index: 9;
}
.filter_banner.tours_banner{
    overflow: visible;
}
.filter_banner.tours_banner .filter_form{
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-right: 20%;
}
.homebanner_swiper{
    z-index: 1;
}
footer{
    background-color: rgb(242, 249, 245); 
}
.tours_bird_list{
    background-color: rgb(242, 249, 245);
}
.tours_bird_list .head h2{
    margin-top: 0;
    font-size: 36px;
}
.tours_bird_list .head p.desc{
    width: 100%;
    text-align: justify;
    margin-bottom: 0rem;
} 
.tours_bird_list .home_bird_list::before,
.tours_bird_list .home_bird_list::after{
    display: none;
}
.tours_bird_list .home_bird_list .buttom_m{
    padding: 12px 50px;
    border: #888888 solid 1px;
    background-color: transparent;
}
.tours_bird_list .home_bird_list .buttom_m:hover{
    border: var(--theme_color) solid 1px;
    background-color: var(--theme_color);
    color: #fff;
}
.tours_gallery{
    background-color: rgb(242, 249, 245); 
    padding: 140px 0 80px;
    position: relative;
} 
.tours_gallery::after{ 
    content: "";
    display: block;
    width: 261px;
    height: 353px;
    background-image: url(../img/about_adventure_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -1rem;
    top: -5rem; 
    display: none !important;
} 
.tours_gallery > .content > .flex{
    gap: 130px;
}

.tours_gallery .head h2{
    font-size: 36px;
    visibility: hidden!important;
}
.tours_gallery .head p{
    font-size: 18px;
    line-height: 30px;
    
    text-align: justify;
    color: rgb(102,102,102);
    margin-bottom: 1rem;
}
.tours_gallery .tours_gallery_list> .flex{
    gap: 32px;
}
.tours_gallery .tours_gallery_list .gallert_ite:nth-child(1) .image img{
    aspect-ratio: 285/272;
    width: 285px;
    object-fit: cover;
    object-position: left;
    height: 272px;
}

.tours_gallery .tours_gallery_list .gallert_ite:nth-child(2) .image img{
    aspect-ratio: 163/198;
    object-fit: cover;
    width: 194px!important;
    height: 150px!important;

}  
.tours_gallery .tours_gallery_list .gallert_ite:nth-child(2){
    margin-top: 2rem;  
    margin-left: 5rem;  
}
.tours_gallery .tours_gallery_list .rbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tours_gallery .tours_gallery_list .rbox .image img{
    aspect-ratio: 19/22;
    width: 304px;
    height: 352px;
    object-fit: cover;
    object-position: right;
} 

.tours_gallery .tours_gallery_list .gallery_info .title{
    display: block;
    margin-top: .5rem;
}
.tours_gallery .tours_gallery_list .gallery_info .category{
    font-size: 14px;
    color: rgb(120,123,121);
} 