.secondary-text {
    color: var(--typo-primary);
}

.z-2 {
    position: relative;
    z-index: 2;
}

.hero-wrapper {
    background-image: url(/assets/image/banner-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-content {
    text-align: center;
    max-width: 1050px;
    margin: auto;
}

.hero-wrapper h1 {
    font-size: 58px;
    line-height: 120%;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}

.hero-wrapper .hero-content p {
    font-size: var(--font-20);
    max-width: 669px;
    margin: 0 auto;
}

.hero-wrapper .hero-content .button-group {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 32px;
}

.hero-image-outer {
    padding-top: 32px;
    position: relative;
}

.hero-image {
    position: relative;
    max-width: 407px;
    margin: 0 auto;
}

.icon-1 {
    left: -110px;
    top: 10%;
}

.icon-2 {
    left: -70px;
    top: 43%;
}

.icon-3 {
    right: -110px;
    top: 25%;
}

.animi-icon {
    position: absolute;
}

.animi-chat {
    display: flex;
    position: absolute;
    top: 0;
    gap: 10px;
    background-color: var(--color-white);
    padding: 7px;
    max-width: 250px;
    border-radius: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.animi-chat::after {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transition: all 0.5s ease-in-out;
    transform: translateY(10px);
    border-bottom: 6px solid var(--color-white);
    position: absolute;
    bottom: -6px;
    left: 30px;
    transform: rotate(180deg);
}

.animi-chat .content {
    padding: 0 10px;
}

.animi-chat .content h5 {
    font-size: 12px;
    margin: 0;
    position: relative;
    line-height: 18px;
    min-width: 130px;
}

.animi-chat img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.animi-chat .content span {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 7px;
    color: var(--typo-primary);
    white-space: nowrap;
}

.animi-card {
    position: absolute;
    max-width: 260px;
}

.an-1 {
    top: -49px;
}

.an-2 {
    left: 10%;
    bottom: 15%;
}

.an-3 {
    right: 0;
    top: 15%;
}

.animi-chat01.animi-chat {
    top: 46%;
    left: 25%;
}

.hero-image .icon {
    height: 44px;
    width: 44px;
    min-width: 44px;
}

.hero-image .icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-image .animi-chat {
    align-items: center;
}

.hero-image .animi-chat .content {
    padding: 0 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-image .animi-chat:after {
    left: 50%;
}

.hero-image .animi-chat .content h5 {
    min-width: auto;
}

.hero-image .animi-chat .content span {
    position: initial;
    line-height: normal;
}

.animi-chat03.animi-chat {
    bottom: 100%;
    top: auto;
    left: 0;
}

.animi-chat02.animi-chat {
    left: 0px;
    top: auto;
    bottom: -10px;
}

.animi-chat02.animi-chat::after {
    bottom: auto;
    top: -6px;
    left: 30px;
    border-bottom: none;
    border-top: 6px solid var(--color-white);
}

.animi-chat01 {
    animation-name: animation-1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(30px);
    }
}

.animi-chat03,
.animi-chat02 {
    animation-name: animation-2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(20px);
    }
}

/* category list */
.heading-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 40px;
}

.heading-box .h-link a {
    font-size: 18px;
    color: var(--typo-primary);
    transition: .4s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.heading-box .h-link a:hover {
    color: var(--color-primary);
}

.heading-box .h-link a svg path {
    transition: .4s ease-in-out;
}

.heading-box .h-link a:hover svg path {
    stroke: var(--color-primary);
}

.category-list-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 30px;
}

.category-list-wrap li {
    position: relative;
    box-shadow: 0px 4px 12px 0px #00000024;
    background-color: var(--color-white);
    overflow: hidden;
    border-radius: 8px;
    border: solid 1px var(--light-gray);
    padding: 20px;
    transition: all 0.35s ease-in-out;
}

.category-list-wrap li .cat-img {
    width: 55px;
    height: 55px;
    position: relative;
    margin-bottom: 10px;
}

.category-list-wrap li .cat-img img {
    position: relative;
    z-index: 1;
}

.category-list-wrap li a {
    font-size: var(--font-20);
    font-weight: 600;
    line-height: 27px;
    color: var(--h-color);
    margin-bottom: 4px;
    display: block;
}

.category-list-wrap li .cat-img:before {
    content: "";
    position: absolute;
    height: 35px;
    width: 35px;
    background: #FCE3CF;
    border-radius: 50%;
    right: -4px;
    bottom: 4px;
    transition: auto;
    transition: all 0.35s ease-in-out;
}

.category-list-wrap li .totalpro {
    color: var(--typo-primary);
    font-size: var(--font-xs);
    font-weight: 600;
    line-height: normal;
}

.category-list-wrap li:hover {
    background-color: #FEF1E8;
    border-color: #FCE3CF;
}

.category-list-wrap li:hover .cat-img:before {
    background: var(--color-primary);
}


/* Cta  */
.hiring-inner {
    padding: 40px;
    border-radius: 10px;
    background: url('/assets/image/cat-bg.png'), linear-gradient(268.27deg, #001818 0.72%, #064848 99.41%);
    background-size: contain, cover;
    background-position: right top, center;
    background-repeat: no-repeat;
}

.hiring-inner .content {
    width: 50%;
}

.hiring-inner .content h3 {
    color: var(--color-white);
    margin-bottom: 10px;
}

.hiring-inner .content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-white);
    margin-bottom: 28px;
}

/* project-step */
.project-step-wrapper {
    background-image: url("/assets/image/bg-shap-1.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.project-step-wrapper .head-content {
    text-align: center;
    margin-bottom: 50px;
}

.project-step-wrapper .head-content .heading-box {
    justify-content: center;
}

.project-step {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
    counter-reset: step;
}

.project-step .step-item {
    background: #fff;
    padding: 50px 30px 30px;
    box-shadow: 0px 4px 64.3px 0px #00000014;
    border-radius: 12px;
    width: calc(25% - 23px);
    position: relative;
}

.step-item::before {
    content: counter(step, decimal-leading-zero);
    counter-increment: step;
    position: absolute;
    left: 19px;
    top: 10px;
    line-height: normal;
    font-size: 38px;
    font-weight: bold;
    color: var(--typo-primary);
    opacity: 0.4;
}

.project-step .step-item:nth-child(2n) {
    margin-top: 88px;
}

.project-step .step-item .step-img img {
    height: 100%;
    object-fit: contain;
}

.step-item .step-content h4 {
    font-size: var(--font-20);
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.project-step .step-item .step-img {
    height: 172px;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-project-btn {
    margin-top: 70px;
}

.post-project-btn .custom-btn:hover svg path {
    stroke: var(--typo-primary);
}

/*  */
.feedback-sec {
    background-color: rgba(239, 115, 16, 0.05);
}

.feedback-item {
    display: flex;
    align-items: center;
}

.feedback-icon {
    width: 105px;
    min-width: 105px;
    height: 105px;
    background-color: var(--color-primary);
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback-content {
    padding-left: 20px;
}

.feedback-item h3 {
    font-size: var(--font-36);
    display: flex;
    line-height: normal;
    margin-bottom: 8px;
}

.benift-list ul li .list-item .icon-box {
    width: 67px;
    height: 73px;
    box-shadow: 4px 5px 16px 0px rgba(211, 204, 204, 0.51);
    background: var(--typo-primary);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjgiIGhlaWdodD0iNzQiIHZpZXdCb3g9IjAgMCA2OCA3NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjAwMDIgMi41NDE0NUMzMS4zMzE4IDAuMDQwNTkyOSAzNi42Njg2IDAuMDQwNTkyOCA0MS4wMDAyIDIuNTQxNDVMNjAuMzQyMiAxMy43MDg1QzY0LjY3MzggMTYuMjA5NCA2Ny4zNDIyIDIwLjgzMTIgNjcuMzQyMiAyNS44MzI5VjQ4LjE2NzFDNjcuMzQyMiA1My4xNjg4IDY0LjY3MzggNTcuNzkwNiA2MC4zNDIyIDYwLjI5MTVMNDEuMDAwMiA3MS40NTg1QzM2LjY2ODYgNzMuOTU5NCAzMS4zMzE4IDczLjk1OTQgMjcuMDAwMiA3MS40NTg1TDcuNjU4MiA2MC4yOTE1QzMuMzI2NTkgNTcuNzkwNiAwLjY1ODIwMyA1My4xNjg4IDAuNjU4MjAzIDQ4LjE2NzFWMjUuODMyOUMwLjY1ODIwMyAyMC44MzEyIDMuMzI2NTkgMTYuMjA5NCA3LjY1ODIgMTMuNzA4NUwyNy4wMDAyIDIuNTQxNDVaIiBmaWxsPSIjMEU5NDkzIi8+Cjwvc3ZnPgo=);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjgiIGhlaWdodD0iNzQiIHZpZXdCb3g9IjAgMCA2OCA3NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjAwMDIgMi41NDE0NUMzMS4zMzE4IDAuMDQwNTkyOSAzNi42Njg2IDAuMDQwNTkyOCA0MS4wMDAyIDIuNTQxNDVMNjAuMzQyMiAxMy43MDg1QzY0LjY3MzggMTYuMjA5NCA2Ny4zNDIyIDIwLjgzMTIgNjcuMzQyMiAyNS44MzI5VjQ4LjE2NzFDNjcuMzQyMiA1My4xNjg4IDY0LjY3MzggNTcuNzkwNiA2MC4zNDIyIDYwLjI5MTVMNDEuMDAwMiA3MS40NTg1QzM2LjY2ODYgNzMuOTU5NCAzMS4zMzE4IDczLjk1OTQgMjcuMDAwMiA3MS40NTg1TDcuNjU4MiA2MC4yOTE1QzMuMzI2NTkgNTcuNzkwNiAwLjY1ODIwMyA1My4xNjg4IDAuNjU4MjAzIDQ4LjE2NzFWMjUuODMyOUMwLjY1ODIwMyAyMC44MzEyIDMuMzI2NTkgMTYuMjA5NCA3LjY1ODIgMTMuNzA4NUwyNy4wMDAyIDIuNTQxNDVaIiBmaWxsPSIjMEU5NDkzIi8+Cjwvc3ZnPgo=);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benift-list ul li .list-item .content {
    padding-left: 15px;
}

.benift-list ul li .list-item .content h5 {
    margin-bottom: 6px;
}

.benift-list ul li .list-item {
    display: flex;
    align-items: center;
    padding: 21px 15px;
    border-radius: 10px;
    background-color: var(--card-bg);
    margin-bottom: 40px;
}

.benift-list ul li:last-child .list-item {
    margin-bottom: 0;
}

.benift-list ul li .list-item p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    max-width: 369px;
}

.cta-inner {
    max-width: 885px;
    margin: auto;
    text-align: center;
}

.cta-center {
    padding: 70px 15px;
    border-radius: 10px;
    background-color: var(--typo-primary);
    background-image: url('/assets/image/star.svg'), url('/assets/image/round.svg'), url('/assets/image/cta-shap.svg');
    background-position: top 30px left 40px, left bottom, bottom right;
    background-repeat: no-repeat;
}

.cta-inner h3 {
    margin: 0 0 10px;
}

.cta-inner p {
    margin-bottom: 32px;
}

/*  */
.freelancers-wrapper {
    background-color: rgba(239, 115, 16, 0.05);
    background-image: url('/assets/image/star-half.svg'), url('/assets/image/freelancers-bg.svg');
    background-position: top left, bottom right;
    background-repeat: no-repeat;
}

.freelancers-content {
    padding: 70px 0;
}

.freelancers-content .heading-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.freelancers-content .heading-box p {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
}

.freelancers-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.freelancers-list .list-item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.freelancers-list .list-item .icon-box {
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 4px 64.3px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.freelancers-list .list-item h5 {
    margin-bottom: 8px;
}

.freelancers-list .list-item p {
    max-width: 320px;
}

/*  */
.testimonial-sec {
    background-image: url("/assets/image/testimonial-bg.svg");
    background-position: bottom;
    background-repeat: no-repeat;
}

.testimonial-swiper {
    padding-top: 40px;
}

.testimonial-card {
    box-shadow: 0px 4px 64.3px 0px rgba(0, 0, 0, 0.08);
    padding: 40px;
    background-color: var(--color-white);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.testimonial-card .testimonial-dis p {
    margin: 0 0 20px;
}

.testimonial-card .user-details {
    padding-top: 20px;
    border-top: solid 1px rgba(241, 245, 249, 1);
}

.user-details .user-profile {
    height: 50px;
    width: 50px;
    min-width: 50px;
}

.user-details .user-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial-card .user-details .profile-name {
    font-size: 18px;
    color: rgba(47, 43, 39, 1);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 2px;
}

.testimonial-card .user-details p.primary-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.slider-arrow {
    padding-top: 40px;
}

.slider-arrow>div {
    position: initial;
    margin: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    border: solid 1px var(--color-primary);
}

.slider-arrow>div::after {
    display: none;
}

.slider-arrow>div svg {
    width: 24px;
    height: 24px;
}

.bg-shap img {
    width: 100%;
}
.animi-chat::after{
    bottom: -5px;
}

@media(max-width:1200px) {

    /* banner */
    .hero-image {
        max-width: 270px;
    }

    .hero-wrapper .hero-content .button-group {
        gap: 20px;
    }

    .hero-wrapper h1 {
        font-size: var(--font-40);
        line-height: 50px;
    }

    .hero-wrapper .hero-content p {
        font-size: var(--font-regular);
        max-width: 540px;
    }

    .animi-chat02.animi-chat {
        left: 32px;
        top: auto;
        bottom: 16px;
    }

    .animi-chat03.animi-chat {
        bottom: 97%;
        left: 46px;
    }

    .icon-3 {
        right: -50px;
    }

    .icon-2 {
        left: -40px;
        top: 30%;
    }

    /* category */
    .category-list-wrap {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 24px;
    }

    /* hiring */
    .hiring-inner .content {
        width: 100%;
        max-width: 490px;
    }

    /* project-step */
    .project-step-wrapper .head-content {
        margin-bottom: 0;
    }

    .post-project-btn {
        margin-top: 40px;
    }

    .step-item::before {
        left: 15px;
        font-size: 24px;
    }

    .project-step {
        gap: 24px;
    }

    .project-step .step-item {
        padding: 40px 15px 20px;
        width: calc(25% - 18px);
    }

    .project-step .step-item .step-img {
        height: 142px;
        margin: 0 0 20px;
    }

    .step-item .step-content h4 {
        font-size: var(--font-regular);
        line-height: 24px;
        margin-bottom: 7px;
    }

    .project-step .step-item:nth-child(2n) {
        margin-top: 48px;
    }

    /* feedback */
    .feedback-icon {
        width: 75px;
        min-width: 75px;
        height: 75px;
        border-radius: 8px;
    }

    .feedback-icon img {
        max-width: 35px;
        max-height: 35px;
    }

    .feedback-content {
        padding-left: 15px;
    }

    .feedback-item h3 {
        font-size: var(--font-25);
        margin-bottom: 5px;
    }

    /* benift */
    .benift-list ul li .list-item {
        padding: 15px;
        margin-bottom: 15px;
    }

    .benift-list ul li .list-item .icon-box {
        width: 57px;
        min-width: 57px;
        height: 63px;
    }

    /* cta */
    .cta-center {
        padding: 50px 15px;
    }

    /* freelancers */
    .freelancers-wrapper {
        background-size: auto, 75%;
    }

    .freelancers-content .heading-box p {
        font-size: var(--font-regular);
    }

    .freelancers-list {
        gap: 20px;
    }

    .freelancers-list .list-item .icon-box {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }

    .freelancers-list .list-item .icon-box img {
        max-width: 24px;
    }

    .freelancers-list .list-item h5 {
        margin-bottom: 4px;
    }

    .freelancers-list .list-item p {
        max-width: 100%;
    }

    /* testimonial */
    .testimonial-sec {
        background-size: contain;
    }

    .testimonial-card {
        padding: 20px 15px;
    }
}

@media(max-width:1024px) {
    .hero-wrapper h1 {
        font-size: var(--font-32);
        line-height: 42px;
    }

    .hero-image-outer {
        padding-top: 22px;
    }

    .hero-image-outer .animi-card,
    .hero-image-outer .animi-icon {
        display: none;
    }

    .animi-chat {
        zoom: .7;
    }

    /*  */

    .category-list-wrap li a {
        font-size: var(--font-regular);
    }

    /*  */
    .project-step-wrapper {
        background-size: contain;
    }

    /*  */
    .hiring-inner .content p {
        font-size: var(--font-small);
    }

    .heading-box .h-link a {
        font-size: var(--font-small);
    }

    .heading-box .h-link a svg {
        width: 20px;
        height: 20px;
    }
}

@media(max-width:991px) {
    .feedback-item {
        flex-direction: column;
        text-align: center;
    }

    .feedback-content {
        padding-left: 0;
        padding-top: 15px;
    }

    .feedback-item h3 {
        justify-content: center;
    }
}

@media(max-width:767px) {
    .review-content {
        padding: 20px 15px;
    }

    .button-group {
        flex-wrap: wrap;
    }

    .hiring-inner {
        padding: 30px 20px;
        background: linear-gradient(268.27deg, #001818 0.72%, #064848 99.41%);
        background-size: cover;
        background-position: center;
    }

    .hero-image {
        max-width: 270px;
    }

    /* project-step */
    .project-step .step-item {
        padding: 40px 15px 20px;
        width: calc(50% - 12px);
    }

    .project-step .step-item:nth-child(2n) {
        margin-top: 0;
    }

    .project-step {
        align-items: initial;
    }

    /*  */
    .cta-center {
        padding: 40px 15px;
    }

    /* freelancers */
    .freelancers-content {
        padding: 70px 0 0;
    }

    .freelancers-wrapper {
        background-size: auto, 100%;
    }

    .freelancers-img-wrapper {
        max-width: 320px;
        margin: auto;
    }

    /*  */
    .feedback-item {
        margin-bottom: 30px;
    }

    /*  */
    .form-group {
        flex-wrap: wrap;
    }


}

@media(max-width:580px) {
    .category-list-wrap {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .category-list-wrap li {
        box-shadow: 0px 4px 12px 0px #0000000a;
        padding: 15px;
    }

    .category-list-wrap li .cat-img {
        width: 45px;
        height: 45px;
    }

    .category-list-wrap li a {
        font-size: var(--font-small);
        font-weight: 700;
        line-height: normal;
    }

    .project-step .step-item {
        width: 100%;
    }

    .hero-image {
        max-width: 200px;
    }

    .animi-chat01.animi-chat {
        top: 37%;
        left: 15%;
    }
}

@media(max-width:480px) {
    .category-list-wrap {
        gap: 10px;
    }
}