.home_banner{
    background-color: var(--theme_color);
    overflow: hidden;
}

.home_form_filter{
    background-color: var(--theme_color); 
    padding-bottom: 50px;
}
.home_form_filter .content select{
    background-color: transparent;
    border:none;
    width: 297px;
    border-bottom: rgba(255, 255, 255, .35) solid 1px; 
    padding: .5rem 0;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-size: 18px; 
    background-image: url(../img/arrow-down-t.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 5px;
    opacity: 1;
    pointer-events: none;
}  
.home_form_filter .content select option{
    color: #000; 
}
.home_form_filter .content select::after{
}

.home_form_filter .content form > .flex{
    gap:  55px;
}
.home_form_filter .content form > .flex p, .home_form_filter .content form > .flex div{
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
    flex: 1;
}
.home_form_filter .content form > .flex p i.icon, .home_form_filter .content form > .flex div i.icon{
    width: 36px;
    display: block;
    background-image: url(../img/rili.svg);
    height: 36px;
    min-width: 36px;
    margin-right: 1rem;
    filter: brightness(20);
}
.home_form_filter .content form > .flex p:nth-child(2) i.icon, .home_form_filter .content form > .flex div:nth-child(2) i.icon{
    background-image: url(../img/country.svg); 
}
.home_form_filter .content form > .flex p:nth-child(3) i.icon, .home_form_filter .content form > .flex div:nth-child(3) i.icon{
    background-image: url(../img/bird-icon.svg); 
}

.home_form_filter .content form > .flex p.actions input{
    background-color: #80A847; 
    padding: 0 4rem 0 2.6rem;
    text-transform: uppercase;
    height: 56px;
    position: relative;
    font-size: 17px;
    color: #fff;
    background-image: url(../img/arrow-right-w.svg); 
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 146px;
    text-align: center;
    line-height: 56px;
    transition:  all .3s;
} 
.home_form_filter .content form > .flex p.actions input:disabled{
    opacity: 0.7;
    cursor: no-drop;
}
.home_form_filter .content form > .flex p.actions input:hover{
    background-position-x: 156px; 
}

.home_our_bird .filter_form{
    padding-right: 0%;
}
.home_our_bird{
    background-color: rgb(245, 255, 249);
    padding: 75px 0 100px;
}  

.home_about {
    background-color: rgb(245, 255, 249);
    padding: 70px 0;
}
.home_about .head h2{
    width: 650px;
    margin:  0 auto;
    margin-top: .5rem;
    margin-bottom: 2.2rem;
}
.home_about .head p.desc{
    margin: 0 auto;
    color: #161616;
    line-height: 34px;
    font-size: 18px;
    width: 980px;
    margin-bottom: 4rem;
} 
.home_about .about_gallery_swiper {
    margin-top: 105px;
    position: relative;
    /* overflow: hidden; */
    padding: 1rem 0;
}
.home_about{
    position: relative;
}
.home_about::after{
    /* content: ""; */
    width: 202px;
    height: 293px;
    background-repeat: no-repeat;
    background-image: url(../img/home_about_back2.svg);
    position: absolute;
    top: 24rem;
    right: 5rem;
}

.home_about::before{
    /* content: ""; */
    width: 313px;
    height: 238px;
    background-repeat: no-repeat;
    background-image: url(../img/home_about1_1.svg);
    position: absolute;
    top: 25rem;
    left: 1.8rem;
}
.home_about .content{
    max-width: 1840px;
}  
.home_about .about_gallery_swiper .swiper-slide a{
    background-color: #fff;
}
.home_about .about_gallery_swiper .swiper-slide .images{
    overflow: hidden;
    margin-bottom: 7px;
}
.home_about .about_gallery_swiper .swiper-slide .images:hover img{
    transform: scale(1.1); 
}
.home_about .about_gallery_swiper .swiper-slide img{
    width: 100%;
    transition: all .3s;
    display: block;
    object-fit: contain; 
}
.home_about .about_gallery_swiper .content{
    background-color: #fff; 
    padding: .5rem;
    box-shadow: 0px 0px 25px rgb(215, 227, 223);
}
.home_about .about_gallery_swiper .swiper-slide{ 
    transition:  all .3s;
}
.home_about .about_gallery_swiper .swiper-slide .image_infomaction{
    padding: .5rem;
    padding-top: .8rem!important;
}
.home_about .about_gallery_swiper .swiper-slide .image_infomaction .title{
    color: #000;
    font-weight: 600;
    font-size: 17px;
}
.home_about .about_gallery_swiper .swiper-slide .image_infomaction .category{
    font-size: 14px;
}


.homebanner_swiper .swiper-slide-active .images{
    background-color: white;
}