/* Hero section */
.hero-sec{
    padding: 130px 40px 200px;
    /* background-color: var(--white); */
    position: relative;
    /* overflow: hidden; */
}
.hero-sec::before{
    content: "";
    background-image: url("../images/home/hero-bg-img-light.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 85%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
    /* opacity: 0.2; */
}
.hero-sec h1 span{
    position: relative;
}
.hero-sec h1 span:before{
    content: '';
    position: absolute;
    background-image: url(../images/home/heading-star-icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 20px;
    left: calc(100% + 10px);
}
.hero-content {
    max-width: 1043px;
    margin: 0 auto;
}
.hero-content h1{
    display: inline-block;
    margin-bottom: 10px;
}
.hero-content h1 img{
    border-radius: 50px;
    height: 98px;
    width: auto;
    object-fit: contain;
}
.hero-content .mx-630{
    max-width: 630px;
    margin: 0 auto 46px;
}
.hero-des p span{
    display: inline-block;
    background-color: rgba(246, 106, 167, 0.23);
}
/* .hero-des{
    margin-bottom: 46px;
} */

.location-sec{
    border: 1px solid var(--pink);
    /*padding: 9px 12px 9px 32px;*/
    padding: 3px 14px 3px 14px;
    border-radius: 100px;
    /*max-width: 348px;*/
    width: 348px;
    margin: 0px auto;
    background: var(--white);
    /* display: flex;
    gap: 10px; */
}
.hero-content .select2-container .select2-selection--single{
    height: auto;
}
.location-sec .input-field {
    display: flex;
    flex-direction: column;
    position: relative;
}
.location-sec label{
    color: rgba(44, 52, 65, 0.4);
    font-weight: 400;
    font-size: 22px;
    text-align: start;
}
.location-sec input,
.location-sec select{
    background-color: transparent;
    font-size: 20px;
    font-weight: 400;
    color: #2C3441;
    padding: 0px;
    border-radius: unset;
    border: unset;
}
.location-sec input:focus,
.location-sec select:focus{
    border: unset !important;
    box-shadow: unset !important;
    outline: unset;
}
.location-sec input::placeholder,
.location-sec select::placeholder{
    color: #2C3441;
}
.location-sec .location-field{
    /* width: 40%; */
    border-right: 1px solid var(--pink);
}
.genre-field{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-icon img{
    height: 78px;
    width: 78px;
    border-radius: 50%;
}

.location-sec .select2-container--default .select2-selection--single{
    background-color: transparent;
    border: unset;
    border-radius: unset;
}

.location-sec .select2-container .select2-selection--single .select2-selection__rendered{
    color: #2C3441;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    padding: 0px 0px !important;
    overflow: unset;
}
.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
/* .select2-dropdown .select2-search__field{
    display: none;
} */

#single + .select2-container .select2-dropdown{
    background-color: var(--white);
    padding: 12px;
    border-radius: 12px;
    min-width: 230px;
    width: 100%;
}

.select2-dropdown .select2-results__options > li,
.select2-results__options--nested li{
    color: var(--black);
    font-size: 16px;
    line-height: 20px;
    padding: 12px;
    font-weight: 400;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    margin-bottom: 10px;
}
.select2-results__option--highlighted{
    background-color: var(--black);
    color: var(--white) !important;
    border: 1px solid var(--black);
}
.select2-container--default .select2-results>.select2-results__options{
    padding-right: 6px;
}


.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	background-color: #F5F5F5;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar
{
	width: 2px;
	background-color: #E5E5E5;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.location-sec .select2-container--default .select2-selection--single {
    position: relative;
    display: inline-block;
    text-align: left;
}
.location-sec .select2-container--default .select2-selection--single::before{
    content: "";
    background-image: url("../images/icons/dropdown-icon-light.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 12px;
    width: 12px;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
}
.location-sec .select2-container{
    text-align: left;
}


/* body{
    overflow-x: hidden;
} */
/* ---------recently-active-sec------ */

.recently-active-sec{
    position: relative;
    padding: 100px 30px 100px;
}
.recently-active-sec:before{
    content: '';
    background-image: url(../images/home/recently-bg-img-new-light.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(100% + 300px);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: -2;
}
.recently-active-sec .recently-bg{
    background-color: var(--white);
    border-radius: 20px;
    padding: 40px 20px 30px;
}
.recently-active-sec .recently-bg h2{
    font-size: 18px;
}
.recently-active-sec .recently-bg{
    font-size: 16px;
}
.recently-active-sec .icon-txt {
    gap: 18px;
}
.recently-active-sec .icon-txt img {
    background: var(--black);
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50px;
}
.recently-active-sec .active-side{
    gap:20px;
} 
.recently-active-sec .heading-row{
    margin-bottom: 34px;
}

.recently-active-slide .slide-box{
    margin-bottom: 40px;
}
.recently-active-slide .slide-box .client-img img{
    height: 345px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    object-position: top;
}
.recently-active-slide .slide-box .client-bio h3{
    color: var(--white);
}
.recently-active-slide .slide-box .client-bio p{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: rgba(255,255,255,.5);
}
.client-bio a{
    display: inline-block;
}
.recently-active-slide .slide-box .client-img{
    position: relative;
}
.recently-active-slide .slide-box .client-img::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 60%, rgb(0 0 0 / 70%) 100%);
    border-radius: 30px;
    z-index: 0;
}
.recently-active-slide .slide-box .client-bio{
    position: absolute;
    bottom: 0;
    padding: 24px 26px 26px;
    width: 100%;
}
.recently-active-slide .slide-box .work-time p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.client-bio a{
    display: inline-block;
}
.recently-active-slide .slide-box .client-bio a h3{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.recently-active-slide .slide-box:hover .client-bio a h3{
    color: var(--pink);
}
.recently-active-slide .slide-box .client-detail{
    justify-content: space-between;
    padding: 16px 10px 0px;
    gap:5px;
}
.recently-active-slide .slide-box .client-detail .work-time{
    gap:4px;
}
.recently-active-slide .slide-box .client-detail .work-time img{
    height: 18px;
    width: 18px;
    object-fit: contain;
}
.recently-active-slide .slide-box .client-detail span.line{
    background-color: var(--white);
    opacity: 20%;
    width: 1px;
    height: 24px;
}
.recently-active-slide .slide-box .client-icons .icon-bg{
    background: var(--white);
    border-radius: 50px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.recently-active-slide .slide-box .client-icons img{
    width: 24px;
    height: auto;
    border-radius: 0;
}
.recently-active-slide .slide-box .client-icons .one-icon{
    width: 36px;
    height: 36px;
}
.recently-active-slide .slide-box .client-icons .one-icon img{
    width: 15px;
}
.recently-active-slide .slide-box .client-icons{
    display: flex;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.recently-active-slide .slide-box .client-icons .icon-bg p{
    font-size: 19px;
    color: var(--black);
    font-weight: 400;
    line-height: 25px;
    margin-left: 4px;
}
.recently-active-slide .slick-track{
    display: flex;
    gap: 28px;
}
.recently-active-slide .slick-track::before,
.recently-active-slide .slick-track::after{
    display: none;
}


.recently-active-slide .slick-prev:before, 
.recently-active-slide .slick-next:before{
    opacity: 1 !important;
    font-size: 0 !important;
}
.recently-active-slide .slick-prev, 
.recently-active-slide .slick-next{
    font-size: 0 !important;
    line-height: 0 !important;
    width: unset !important;
    height: unset !important;

}
.recently-active-slide .slick-prev {
    left: auto;
    right: 90px;
}
.recently-active-slide .slick-next {
    right: 30px;
}
.recently-active-slide .slick-prev,
.recently-active-slide .slick-next{
    top: -65px !important;
    border: 1px solid var(--black);
    width: 52px !important;
    height: 52px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.recently-active-slide .slick-prev:hover,
.recently-active-slide .slick-next:hover{
    background: var(--pink) !important;
    border: 1px solid var(--pink);
}
.recently-active-slide .slick-prev:hover::before,
.recently-active-slide .slick-next:hover::before{
    filter: unset;
}
.recently-active-slide .slick-prev:before{
    background-image: url(../images/home/left-arrow.svg);
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) invert(0);
}
.recently-active-slide .slick-next:before{
    background-image: url(../images/home/right-arrow.svg);
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) invert(0);
}
/* .slick-next:hover:before{
    background-image: url(../images/s-arrow-right.svg);
    transform: unset;
}
.slick-prev:hover:before{
    background-image: url(../images/s-arrow-right.svg);
    transform: rotate(180deg);
} */
.recently-active-slide .slick-dots li button:before {
    font-size: 15px;
    line-height: 20px;
    width: 10px;
    height: 10px;
    /* opacity: 20%; */
    color: rgba(0,0,0,0.2);
}
.recently-active-slide .slick-dots li.slick-active button:before{
    color: var(--black);
    opacity: 1;

}
.recently-active-slide .slick-dots {
    bottom: -45px;
}

.united-states .select2-selection{
    background: unset;
    border: 1px solid #000000 !important;
    height: 52px !important;
    display: flex !important;
    align-items: center;
    width: 100%;
    border-radius: 50px !important;
    padding: 10px 24px;
    font-size: 25px;
    font-weight: 400;
    color: var(--white);
}



.recently-active-sec .dropdown-box{
    justify-content: end;
    margin-right: 160px;
    gap: 25px;
}
.united-states .select2-dropdown {
    background-color: var(--white);
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

.united-states .genre-field{
    width: 100%;
}
.select2-results__options--nested li{
    color: var(--black);
    padding: 13px 10px !important;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}
.select2-dropdown {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin-top: 10px;
    border-radius: 10px !important;
    padding: 12px !important;
    box-shadow: 0px 0px 14px  rgba(0, 0, 0, 0.1);
}
.select2-results__option--highlighted{
    background: var(--black);
    color: var(--white) !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    color: var(--black);
    padding: 13px 10px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    outline: unset;
}
.select2-container--open [type=search]{
    outline-offset: unset;
}
.united-states .select2-container {
    max-width: 250px;
    width: 250px !important;
}
 .united-states .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--black);
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
}
.recently-active-sec .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 14px;
    right: 20px;
    width: 10px;
    background-image: url(../images/home/left-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
    filter: brightness(0) invert(0);
}
.recently-active-sec .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    transform: rotate(90deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    opacity: 0;
}
.select2-container--default .select2-results__group{
    padding: 0;
}
.select2-container--default .select2-results>.select2-results__options{
    min-height: 390;
}
.select2-dropdown ::-webkit-scrollbar-track{
	background-color: #F5F5F5;
}

.select2-dropdown ::-webkit-scrollbar{
	width: 2px;
	background-color: #E5E5E5;
}

.select2-dropdown ::-webkit-scrollbar-thumb{
	background-color: #000000;
}
.select2-search{
    position: relative;
}
.select2-search::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-image: url(../images/home/gray-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.parent-gender .select2-dropdown {
    min-width: 300px !important;
}


@media (max-width: 1800px){
    .recently-active-slide .slick-track {
        gap: 18px;
    }
    .recently-active-slide .slide-box .work-time p {
        font-size: 16px;
        line-height: 20px;
    }
    .recently-active-sec .icon-txt {
        gap: 10px;
    }
}

@media (max-width: 1600px){
    .recently-active-sec .recently-bg {
        padding: 40px 30px 30px;
    }
    .recently-active-slide .slide-box .work-time p {
        font-size: 16px;
    }
    .recently-active-slide .slide-box .work-time img{
        width: 20px;
    }
    .recently-active-sec .icon-txt h2{
        font-size: 20px;
        line-height: 36px;
    }
    .recently-active-sec .active-side .icon-txt img {
        width: 50px;
        height: 50px;
    }
    .recently-active-sec .active-side p{
        font-size: 18px;
        line-height: 24px;
    }
    .united-states .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 22px;
        font-size: 18px;
    }
}
@media (max-width: 1366.98px){
    .recently-active-slide .slide-box .client-detail {
        padding: 10px 10px 0px;
        flex-direction: column;
        align-items: start !important;
    }
    .recently-active-slide .slide-box .client-detail span.line{
        display: none;
    }
    .recently-active-slide .slick-prev,
    .recently-active-slide .slick-next {
        top: -88px !important;
    }
    .recently-active-slide .slide-box .client-bio p {
        font-size: 18px;
        line-height: 24px;
    }
    .recently-active-sec .active-side {
        gap: 10px;
        flex-direction: column;
        align-items: start !important;
    }
    .united-states .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 20px;
        font-size: 20px;
    }
    .recently-active-sec .dropdown-box {
        margin-right: 150px;
        gap: 8px;
    }
    .united-states .select2-container {
        max-width: 220px;
        width: 220px !important;
    }
}

@media (max-width: 1200px){
    .hero-sec h1 span:before{
        width: 20px;
        height: 20px;
        top: 0px;
    }
    .recently-active-slide .slide-box .client-img > img {
        height: 350px;
    }
    .recently-active-sec {
        padding: 80px 20px 80px;
    }
    .recently-active-sec .recently-bg {
        padding: 40px 20px 30px;
    }
    .recently-active-slide .slick-track {
        gap: 10px;
    }
    .recently-active-slide .slide-box .client-icons .icon-bg p {
        font-size: 12px;
        line-height: 16px;
    }
    .recently-active-slide .slide-box .client-icons img {
        width: 15px;
    }
    .recently-active-slide .slide-box .client-icons .one-icon {
        width: 28px;
        height: 28px;
    }
    .recently-active-slide .slide-box .client-icons .one-icon img {
        width: 13px;
    }
    .recently-active-slide .slide-box .client-bio p {
        font-size: 16px;
        line-height: 20px;
    }
    .recently-active-slide .slide-box {
        margin-bottom: 30px;
    }
    .recently-active-sec .icon-txt h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .recently-active-slide .slick-prev, .recently-active-slide .slick-next {
        width: 46px !important;
        height: 46px !important;
    }
    .recently-active-slide .slick-next {
        right: 0;
    }
    .recently-active-slide .slick-prev {
        right: 45px;
    }
    .recently-active-slide .slick-prev, 
    .recently-active-slide .slick-next {
        top: -39px !important;
    }
    .recently-active-slide .slick-prev,
     .recently-active-slide .slick-next {
        width: 35px !important;
        height: 35px !important;
    }
    .recently-active-slide .slick-next:before,
    .recently-active-slide .slick-prev:before{
        width: 8px;
        height: 12px;
    }
    .recently-active-sec .heading-row{
        margin-bottom: 25px;
    }
    .united-states .select2-selection {
        height: 46px !important;
        padding: 8px 16px;
        font-size: 18px;
    }
    .united-states .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 16px;
        font-size: 16px;
    }
    .recently-active-sec .dropdown-box {
        margin-right: 0px;
    }
    /* .united-states .select2-container {
        width: 170px !important;
    } */
    .recently-active-sec .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 10px;
        width: 6px;
    }
    .united-states .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 20px;
        font-size: 16px;
    }
}
@media (max-width: 1024.98px){
    .recently-active-slide .slide-box .client-img > img {
        height: 300px;
    }
    .recently-active-slide .slide-box .client-bio {
        padding: 15px;
    }
    .recently-active-slide .slide-box .work-time p {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    
    .recently-active-sec {
        padding: 60px 14px 60px;
        /* background-image: url(../images/home/recently-bg-mobile-img.png) !important; */
    }
    .recently-active-sec .recently-bg {
        padding: 16px 12px 40px;
    }
    .recently-active-slide .slide-box .client-img > img {
        height: 250px;
    }
    .recently-active-slide .slide-box {
        margin-bottom: 12px;
    }
    .recently-active-slide .slide-box .client-icons {
        top: 10px;
        left: 8px;
    }
    .recently-active-slide .slide-box .client-bio p,
    .recently-active-slide .slide-box .work-time p {
        font-size: 13px;
        line-height: 15px;
    }
    .recently-active-slide .slide-box .work-time img {
        width: 15px;
    }
    .recently-active-slide .slide-box .client-icons{
        gap:4px;
    }
    .recently-active-slide .slide-box .client-icons .icon-bg {
        padding: 4px 5px;
    }
    .recently-active-slide .slick-arrow{
        display: none !important;
    }
    .recently-active-sec .active-side .icon-txt img {
        width: 30px;
        height: 30px;
        padding: 6px;
    }
    .recently-active-sec .icon-txt {
        gap: 9px;
        margin-bottom: 12px;
    }
    .recently-active-sec .icon-txt h2 {
        font-size: 17px;
        line-height: 25px;
    }
    .recently-active-sec .heading-row{
        margin-bottom: 18px;
    }
    .recently-active-sec .dropdown-box {
        justify-content: start;
        flex-wrap: wrap;
    }
    /* .united-states .select2-container {
        width: 100% !important;
    } */
    .united-states .select2-container {
        max-width: 146px;
    }
    .united-states .select2-selection {
        height: 30px !important;
        padding: 8px 12px;
        font-size: 14px;
    }
    .recently-active-sec .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 3px;
        right: 12px;
        width: 6px;
    }
    .united-states .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 16px;
        font-size: 14px;
    }
    .select2-results__options--nested li {
        color: var(--black);
        padding: 6px !important;
        border-radius: 6px;
        border: 1px solid #E5E5E5;
        font-size: 14px;
        line-height: 16px;
    }
    .select2-dropdown{
        padding: 6px !important;
    }
    /* .select2-container--open .select2-dropdown,
    .select2-container {
        width: 50% !important;
    } */
    .select2-dropdown .select2-results__options > li, .select2-results__options--nested li{
        font-size: 13px;
        line-height: 16px;
        padding: 10px 10px;
    }
    .select2-container--default .select2-search--dropdown .select2-search__field{
        font-size: 14px;
        line-height: 16px;
        padding: 12px 10px;
    }
    .select2-search::before{
        right: 12px;
        width: 16px;
        height: 16px;
    }
    .location-state .select2-dropdown .select2-results__options > li, 
    .location-state .select2-results__options--nested li,
    .colorado-state .select2-dropdown .select2-results__options > li,
    .colorado-state .select2-results__options--nested li{
        font-size: 12px;
        line-height: 15px;
        padding: 8px 6px 8px 8px;
    }
    
}

@media (max-width: 675px) {
    .recently-active-slide .slide-box .client-img > img {
        height: 180px;
    }
}

@media (max-width: 410px){
    .recommended-sec .recently-bg .heading-row .btn-border{
        font-size: 12px !important;
        padding: 7px 10px !important;
    }
    .parent-gender .select2-dropdown {
        min-width: 260px !important;
    }
}

