@import url('_root.css');

.header-bg {
    background-image: url('../zoopup-wave-green.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    background-position: bottom;
    background-color: transparent;
    background: #E8F0F7;
    border-radius: 0px 0px 150px 0px;
}

/* Mega navbar Menu ZoopUp */
.megasubmenu {
    padding: 1rem !important;
}

.heading-sm {
    font-size: var(--rfs-title) !important;
}

/* ============ desktop view ============ */

.navbar-custom-css {
    max-height: 75px !important;
}

@media screen and (max-width: 768px) {
    .navbar-custom-css {
        max-height: none !important;
    }

}

/* NavBar */
@media all and (min-width: 992px) {

    .click-disable {
        pointer-events: none;
    }

    .dropdown-mega:hover {
        border-bottom: 3px solid var(--primary) !important;
    }

    .dropdown-mega:hover .dropdown-menu {
        display: block;
        margin-bottom: 1rem !important;
    }

    .mega-content-md {
        min-height: 100%;
        min-width: 1000px !important;
    }

}

@media all and (min-width: 992px) {
    .megasubmenu {
        left: 100% !important;
        top: 0 !important;
        min-height: 100% !important;
        min-width: 500px !important;
    }

    .dropdown-menu>li:hover {
        display: block !important;
    }
}

/* ============ desktop view .end// ============ */



/* Side Menu Start CSS */
.accordion-button:not(.collapsed)::after {
    /* background-color: var(--) !important; */
    color: var(--white) !important;
}

.accordion-button:focus {
    z-index: 0 !important;
    border-color: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--white) !important;
    background-color: var(--primary) !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-color: var(--white);
    border-radius: 3.125em;

}

/* Side Menu End CSS */


/*--------------------------- Home Page CSS --------------------------- */

/* Home Header Badges */
.badge-keywords {
    font-size: 10px !important;
}


/* Background Attachment Home Fixed */
.bg-home-one {
    background-color: var(--green);
    /* background-image: url('../images/home-bg-00001.jpeg'); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.top-category-icon-home {
    width: 60px;
    height: 60px;
    background: rgba(160, 204, 60, 0.16);
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
    border: 0px solid transparent;
    padding: 0.75rem 0.75rem;
    /* font-size: 1rem; 
    line-height: 1.5;*/
}

/* ZoopLancer card
.bottom-radious {
    border-radius: 0px 0px 40px 40px;
}*/


.d-col {
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
}


.counter-cards-home {
    min-height: 550px;
    background-image: url('../blue-bg-counter.svg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: bottom bottom;
    background-size: contain;
    /* background-color: var(--green); */
    display: flex;
    align-items: center;
}



/* .top-cities-home-border a { */
    /* border-bottom: 1px dashed #A0A0A0; */
    /* max-width: 260px;
}
*/
.top-cities-home-border a span {
    font-size: 12px;
    text-align: left;
} 

/*--------------------------- Home Page CSS  --------------------------- */









/*--------------------------- Hire - Earn - Learn - Page CSS  --------------------------- */


/* For Input Box Overlap Background */
.hire-earn-learn-search-bg {
    z-index: 100;
    margin-bottom: -100px;
}

.zooplancer-card-profile {
    min-height: 380px;
    max-height: 380px;
    text-align: center;
    border: none;
    box-shadow: 0px 16px 32px rgba(38, 45, 61, 0.12);
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    margin-bottom: 1.5rem;
}

.zooplancer-card-profile-img {
    width: 5rem;
    border-radius: 50px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-bottom: 1rem;
}

.zoop-user-profile-img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    background-color: var(--green);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.zooplancer-badges {
    font-size: 10px;
    line-height: 20px;
    color: #455065;
    background: #E7E8E9;
    border-radius: 4px;
    margin-bottom: 0.2rem;
}

.zooplancer-card-profile .skill-tag {
    margin-top: 1rem;
}

/*--------------------------- Hire - Earn - Learn - Page CSS  --------------------------- */





/*--------------------------- How - Page CSS  --------------------------- */


.highlight-work-card {
    /* White */

    background: #FFFFFF;
    /* Primary */

    border-bottom: 4px solid #1569B2;
    /* Card-Shadow */

    box-shadow: 0px 3px 6px rgba(38, 45, 61, 0.08);
}
