/* -------inner-banner--- */

.inner-banner{
    padding: 60px 20px 0;
}

.inner-banner .filter-search{
    margin: 37px auto 90px;
    width: auto;
    gap:36px;
    z-index: 9;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
}
.inner-banner .filter-search input{
    background: var(--white);
    border: unset;
    height: 56px;
    border-radius: 50px;
    padding: 12px 20px;
    color: var(--black);
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    /* box-shadow: 0px 0px 24px 0px #D6D6D629; */
}
.inner-banner .filter-search input::placeholder{
    color: var(--black);
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
}
.inner-banner .filter-search input:focus{
    outline: unset;
}
.inner-banner .filter-search .search-input{
    position: relative;
}
.inner-banner .filter-search .search-input::before{
    content: '';
    position: absolute;
    top: 18px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/search-icon-light.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.inner-banner .filter-btn{
    display: flex;
    gap: 5px;
    background-color: transparent;
    border: 1px solid var(--pink);
    color: var(--pink);
    font-size: 20px;
    font-weight: 400;
    line-height: 29px !important;
    padding: 12px 20px;
    text-align: center;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
}
.inner-banner .filter-btn:hover{
    background: var(--pink);
    color: var(--white);
}
.inner-banner .filter-btn:hover img{
    filter: invert(0) brightness(4);
}

.recently-active-slide{
    padding: 0 125px 100px;
}
.recently-active-slide .slide-row .slide-box{
    width: calc(25% - 0px);
}


/* -------pagination-row---- */
.pagination-row .pagination {
    gap: 24px;
    justify-content: center;
    padding-top: 60px;
}
.pagination-row .page-link {
    color: var(--black);
    text-decoration: none;
    background-color: transparent;
    border: 1px solid rgb(0 0 0 / 19%);
    border-radius: 50px !important;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-weight: 400;
}
.pagination-row .page-link:focus{
    box-shadow: unset !important;
}
.pagination-row .page-link:hover,
.pagination-row .page-link.active{
    background: var(--black);
    color: var(--white);

}
.pagination-row .page-link img{
    filter: invert(0) brightness(0);
}
.pagination-row .page-link:hover img{
    filter: invert(0) brightness(1);
}
/* .inner-bg-img{
    background-image: url(../images/ad-list/inner-banner-bg.png);
} */
 .inner-banner,
 .second-img{
    position: relative;
 }
/* .inner-bg-img .first-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
} */
/* .inner-bg-img .sec-img{
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
} */
.recently-bg .heading-row .btn-border {
    margin-left: auto;
    margin-right: 160px;

}
#filter-select .dropdown-box{
    justify-content: space-between;
    gap:20px;
}

#filter-select .united-states .select2-container {
    max-width: 350px;
    width: 340px !important;
}
#filter-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 20px;
    width: 16px;
    height: 10px;
    background-image: url(../images/home/left-arrow-light.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    /* transform: rotate(-90deg); */
}
#filter-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: scaleY(-1);
    margin-top: -5px;
}
#filter-select .upload-photos .img-box.border-box::before{
    display: none;
}
#filter-select .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
#filter-select .select2-dropdown {
    border: unset;
    border-radius: 4px;
    margin-top: 10px;
    border-radius: 0px !important;
    padding: 0px !important;
    box-shadow: unset;
    background-color: #FFFFFF;
}
#filter-select .select2-dropdown .select2-results__options > li, .select2-results__options--nested li {
    color: var(--black);
    
}
#filter-select .select2-results__option--highlighted{
    background: var(--black);
    color: var(--white) !important;
}
#filter-select .select2-container--default .select2-search--dropdown .select2-search__field {
    color: var(--black);
    padding: 13px 10px;
    background: unset;
}
#filter-select .select2-container--default{
    min-width: 180px;
}
#filter-select .select2-container--default .select2-selection--single{
    background: transparent !important;
    border: unset !important;
}
#filter-select .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000 !important;
    font-size: 20px;
    text-align: right;
}
#filter-select.small .select2-container--default .select2-selection--single .select2-selection__rendered,
#filter-select.choose .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 16px;
}
#filter-select .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 2px !important;
    width: 14px;
}

#filter-select .select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 26px;
}
#filter-select  .select2-dropdown .select2-results__options > li, 
#filter-select  .select2-results__options--nested li{
    font-size: 18px;
    line-height: 22px;
    padding: 4px 10px;
    border: unset;
    border-radius: 40px;
}

#filter-select  .select2-dropdown{
    padding: 10px 4px !important;
    background: #f7f7f7;
}
#filter-select  .select2-dropdown ul li:last-child{
    margin-bottom: 0 !important;
}

@media (max-width: 1600px){
    .recently-active-slide {
        padding: 0 30px 150px;
    }
}
@media (max-width: 1400px){
    .pagination-row .pagination {
        gap: 15px;
    }
    .pagination-row .page-link {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .pagination-row .pagination {
        padding-top: 25px;
    }
    .recently-active-slide {
        padding: 0 30px 100px;
    }
}
@media (max-width: 1024px){
    .inner-banner .filter-search {
        margin: 30px auto 50px;
        width: auto;
        gap: 20px;
    }
    .inner-banner .filter-search input {
        height: 50px;
        padding: 10px 20px;
        font-size: 18px;
        line-height: 22px;
    }
    .inner-banner .filter-search input::placeholder{
        font-size: 18px;
        line-height: 22px;
    }
    .inner-banner .filter-search .search-input::before {
        top: 16px;
    }
    .inner-banner .filter-btn{
        font-size: 18px;
        line-height: 22px;
        padding: 10px 20px;
    }
    .inner-banner .filter-btn img{
        width: 15px;
    }
    .recently-active-slide {
        padding: 0 30px 80px;
    }
    .recently-active-slide .slide-row .slide-box{
        width: calc(33.33% - 0px);
    }

    .pagination-row .page-link {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .pagination-row .page-link img{
        width: 8px;
    }
    .inner-bg-img .first-img,
    .inner-bg-img .sec-img{
        height: 100%;
    }
    .inner-bg-img .sec-img {
        top: 10%;
    }
    .inner-banner{
        padding: 60px 20px 0;
    }

}

@media (max-width: 991.98px) {
    #filter-select .select2-container--default{
        min-width: 150px;
    }
    #filter-select .select2-container--default .select2-selection--single .select2-selection__rendered{
        font-size: 16px;
    }
    #filter-select  .select2-dropdown .select2-results__options > li, 
    #filter-select  .select2-results__options--nested li{
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 767.98px){
    .inner-banner{
        padding: 50px 20px 0;
    }
    .inner-banner .filter-search{
        gap:10px;
    }
    .inner-banner .filter-search {
        margin: 24px auto 35px;
    }
    .inner-banner .filter-search input {
        height: 36px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 19px;
    }
    .inner-banner .filter-search input::placeholder{
        font-size: 14px;
        line-height: 19px;
    }
    .inner-banner .filter-btn{
        font-size: 14px;
        line-height: 16px;
        padding: 8px 12px;
    }
    .inner-banner .filter-search .search-input::before {
        top: 10px;
        right: 12px;
        width: 15px;
        height: 15px;
    }
    .inner-banner .filter-btn{
        padding: 3px 12px;
        width: 155px;
        justify-content: space-between;
    }
    .inner-banner .filter-search input{
        width: 155px;
    }

    .pagination-row .pagination {
        gap: 13px;
    }
    .pagination-row .page-link {
        width: 36px;
        height: 36px;
    }
    .recently-active-slide .slide-row .slide-box{
        width: calc(50% - 0px);
    }
    .recently-active-slide {
        padding: 0 27px 100px;
    }
    .mobile-bg-img{
        position: absolute;
        height: 1500px;
        width: 100%;
        top: 50%;
        z-index: -1;
    }
    .mobile-bg-img img{
        width: 100%;
    }
    .filter-modal .filter-btn{
        font-size: 14px !important;
    }
    .filter-modal .filter-btn.black-btn{
        font-size: 14px;
        padding: 6px 10px;
    }
    .filter-modal .filter-btn.black-btn img{
        width: 20px;
    }
    .filter-modal .modal-dialog{
        padding: 20px !important;
    }
    .recently-active-slide{
        padding: 0 26px 60px;
    }

    .pagination-row .page-link:hover{
        color: var(--black);
        background: var(--white);
    }
    .pagination-row .page-link:hover img{
        filter: invert(1) brightness(1);
    }
}