/* 
=======================================================================+
------------------------------------------------------------------------
   FILE NAME : NEW SEARCH PAGE
------------------------------------------------------------------------
========================================================================
*/ 

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #ff6cec;
    --secondary-color: #878787;
    --linear-grad1: linear-gradient(90deg, rgba(20, 18, 19, 1) 0%, rgba(20, 18, 19, 1) 35%, rgba(20, 18, 19, 1) 100%);
    --linear-grad2: linear-gradient(0deg, #dc3545 0%, #ff6cec 51%)
}



/*---------------------------------------------------------------------------------------------------------------*/

.image-box{
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.image-box img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    transition: transform 0.4s ease-in-out; /* smooth animation */
}

.image-box img:hover{
    transform: scale(1.15);
}


/*---------------------------------------------------------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}



.search-section {
    background: #141213;
    background: var(--linear-grad1);
}

/* aside css start here */
.btn-filter {
    color: #000000;
    background-color: #fd68e1;
    border-color: #fd69e1;
}

.btn-filter:focus {
    box-shadow: none;
}

.search-section .sidebar-search {
    border: 1px solid #221c1c;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
}


.subcategoried {
    padding: .5rem 1rem;
}

.form-check {
    padding-left: 1.45rem;
}

.search-section .btn-side {
    color: var(--secondary-color);
}

.search-section .btn-side:hover {
    color: var(--secondary-color);
}

.search-section .btn-side:not(.collapsed) i {
    transform: rotate(180deg);
}

.search-section .btn-side[aria-expanded="false"]:not(.collapsed) i {
    transform: rotate(0deg);
}

.search-section .btn-side:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.search-section .card-filter p {
    margin-bottom: 0.2rem;
}

.search-section .card-filter .card {
    background: #2a2127;
    color: #fff;
}


.checkbox-1 input[type="checkbox"] {
    /* hide default */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-left: -29px;
    margin-top: -2px;
    background-color: #ff6cec;
}

.checkbox-1 input[type="checkbox"]:checked {
    background-color: #ff6cec;
    border-color: #ff6cec;
}

.checkbox-1 input[type="checkbox"]:checked::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.main-btn {
    font-size: 13px;
    background-image: linear-gradient(0deg, #dc3545 0%, #ff6cec 51%);
    color: white;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    border: none;
    padding: 7px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-btn:hover {
    background-image: linear-gradient(0deg, #dc3545 0%, #ff6cec 51%);
    color: white;
    text-decoration: none;
}

.age-box label {
    font-size: 13px;
    color: var(--secondary-color);
}

.age-box .form-control {
    background: #171115;
    border-radius: 50px;
    padding: 0px 20px;
    margin-bottom: 20px;
    text-align: center;
    border: 0px;
    font-size: 14px;
    color: #656565;
    overflow: auto !important;
}

.age-box .form-control:focus,
.date .form-control:focus {
    box-shadow: none;
}

.age-box .main-btn {
    background: #ff6cec;
}

.date .form-control {
    font-size: 14px;
    color: #656565;
    text-align: center;
    background-color: #1c1919 !important;
    border-radius: 30px;
}


/* right side css */

.search-section .search_top_banner {
    background: linear-gradient(-130deg, #dc3545, #ff6cec) !important;
    padding: 5px 20px;
    border-radius: 8px;
    overflow: hidden;

}

.search-section .banner-wrapper {
    display: inline-block;
    align-items: center;
    flex-wrap: wrap;
    animation: move-text 30s linear infinite;
    width: 100%;
    white-space: nowrap;
}

@keyframes move-text {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(90%);
    }

    100% {
        transform: translateX(0%);
    }
}

.profilesSlide .card {
    background: transparent;
    border: 0;
    align-items: center;
}

.profilesSlide .card img {
    border: 2px solid #fff7f7;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.profilesSlide .card .online span {
    position: absolute;
    top: 0;
    right: 30px;
    color: #05a317;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 13px;

}

.search-section .banner-text {
    display: flex;
    /*align-items: center;*/
    font-size: 1rem;
    font-weight: 500;
}

.search-section .banner-text img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px;
    object-fit: cover;
}

.search-section .banner-text span {
    margin-left: 10px;
    margin-right: 5px;
    font-weight: 600;
}

.search-section .banner-text a {
    color: #ffc107;
    font-weight: 600;
    text-decoration: none;
}

.search-section .banner-text a:hover {
    text-decoration: underline;
}

.search-section h6 {
    color: var(--secondary-color);
}

.search-section #serach-top .form-inline {
    display: flex;
    justify-content: end;
}

.search-section #search-top .form-inline i.fa-solid.fa-magnifying-glass {
    position: absolute !important;
    right: 35px !important;
}

.input-group-prepend {
    position: absolute;
    right: 25px;
}

#serach-top .form-control {
    background-color: #171115 !important;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #2f262b;
    font-weight: 700;
}

#serach-top .form-control:focus {
    box-shadow: none;
}

.search-section .input-group-text {
    padding: 0.665rem .75rem;
    background-color: transparent;
    border: 0;
}


.search-section .tag-pill {
    display: inline-flex;
    align-items: center;
    background: #2b2b2b;
    border-radius: 50px;
    padding: 6px 16px;
    margin: 5px;
    color: #ff66ff;
    font-weight: 500;
    font-size: 14px;
    gap: 10px;
}

.search-section .tag-pill i {
    margin-right: 6px;
    font-size: 13px;
    color: #ff66ff;
}

.search-section .switch {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 10px;
    margin-bottom: 0;
}

.search-section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.search-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff6be8;
    -webkit-transition: .4s;
    transition: .4s;
}

.search-section .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.search-section input:checked+.slider {
    background-color: #35853e;
}

.search-section input:focus+.slider {
    box-shadow: 0 0 1px var(--secondary-color);
}

.search-section input:checked+.slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}

.search-section .slider.round {
    border-radius: 34px;
}

.search-section .slider.round:before {
    border-radius: 50%;
}

.freemore-card .col {
    padding: 0 6px;
}

.freemore-card .card-body {
    padding: 1rem 5px 0;
    position: absolute;
    bottom: 26.3%;
    width: 100%;
    background: linear-gradient(0deg, #000000b8, transparent);
    z-index: 0;
}

.icon1 {
    position: absolute;
    top: 2px;
    left: 6px;
    color: #fff;
    font-size: 24px
}

.vip-tag {
    position: absolute;
    top: 2px;
    right: 6px;
}

.dot {
    font-size: 26px;
    color: #fff;
}

.rateHeart {
    font-size: 12px;
    color: #ff6cec;
}

.list-info-pop-wrap {
    border-radius: 20px!important;
    overflow: hidden;
    border: 1px solid #2e2e2e!important;
    background: #2e252a!important;
}

.list-info-pop-wrap:hover .list-info-pop {
    z-index: 9;
    opacity: 0.9 !important;
    cursor: pointer;
    max-height: 180px;
}

.list-info-pop {
    opacity: 0;
    max-height: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    transition: max-height 0.5s ease-in-out 0s, opacity 0.1s ease-in-out 0.1s;
    overflow-y: scroll;
    background: #000000f6;
    padding: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.list-info-pop::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.gen-icon-box {
    height: 24px;
    width: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.list-info-pop ul li {
    padding: 6px 2px 6px 0px !important;
    line-height: 1;
}

.freemore-card .card-footer {
    min-height: 90px;
    background: #2e242a;
}

h5.srch-pro-foot-cont-title {
    color: #fff;
    font-weight: 300;
}

.srch-pro-foot-cont-age {
    color: var(--secondary-color);
}



@media (max-width:768px) {
    .profilesSlide .card .online span {
        right: 6px;
    }
}

@media (max-width:480px) {

    .gap-15 {
        gap: 25px;
    }

    .freemore-card {
        padding: 0 10px;
    }

    .freemore-card .mb-4 {
        margin-bottom: 15px !important;
    }

    .freemore-card .card-body {
        bottom: 24.3%;
    }

    .freemore-card .card-footer {
        min-height: 80px;
    }

    .list-info-pop-wrap:hover .list-info-pop {
        max-height: 185px;
    }

    .profilesSlide .card .online span {
        position: absolute;
        top: 0;
        right: 22px;

    }
}


@media (max-width: 320px) {
    .freemore-card .card-body {
        bottom: 32.3%;
    }
}


@media only screen and(max-width: 768px){

    .serch-pro-foot-cont-age {
        font-size: 17px;
        color: #ffffffa1!important;
        font-weight: 200;
        margin-left: 3px;
    }

}


.serch-pro-foot-cont-age {
    font-size: 24px!important;
    color: #ffffffa1!important;
    font-weight: 200;
    margin-left: 3px;
}