.hero-up-block {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    margin-bottom: 70px;
}

p {
    color: #141414;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.hero-up-block h1 {
    color: #141414;
    font-size: 78px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
}

.hero-up-block p {
    opacity: 0.7;
    max-width: 469px;
}

.hero-up-block .wp-block-buttons {
    margin-top: 36px;
}

.main-btn{
    width: 180px !important;
}

a {
    transition: .5s;
}

.main-btn:hover a{
    background-color: #EA3C2A !important;
}

.second-btn{
    width: 180px !important;
}

.second-btn:hover a{
    background-color: rgba(20, 20, 20, 0.10) !important;
    color: #141414 !important;
}

.hero-up {
    padding-top: 200px;
}

.hero-up > .wp-block-group__inner-container {
    position: relative;
}

.hero-up figure {
    position: absolute;
    right: 15px;
    bottom: -70px;
    mix-blend-mode: darken;
    z-index: -1;
}

.hero-down {
    align-items: stretch;
}

.hero-category-block {
    border-radius: 20px;
    background: linear-gradient(180deg, rgb(255 255 255) 21.72%, rgba(255, 201, 170, 0.2) 70.94%, rgba(222, 52, 35, 0.2) 125.82%);
    padding: 30px 22px;
    flex: 1 1 0%;
}

.hero-category-block h4{
    color: #141414;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}

.hero-category-block p{
    color: #141414;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.36px;
    opacity: 0.6;
}

.hero-category-block .wp-block-image img {
    margin-bottom: 24px;
}


/* Job Section */

.job-section {
    margin: 82px 0;
}

.job-section h2 {
    color: #141414;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 105%;
    margin-bottom: 38px;
}

span.featured-badge {
    background: #FF6A2A;
    color: #FFF;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    padding: 1px 3px;
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 2px
}

span.featured-badge:before {
    content: url("../../assets/images/heroicons-outline_star.svg");
    margin-top: -2px;
    width: 13px;
    height: 13px;
}

/* Talent Section */


.talent-hub , .contact-us-section{
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

.talent-hub{
    padding: 82px 0;
}

.talent-hub::before, .contact-us-section::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);


    width: 100vw;
    max-width: 1720px;


    background: #FFF;
    box-shadow: 0 2px 55px 0 rgba(0, 0, 0, 0.05);
    border-radius: 30px;

    z-index: -1;
}

.talent-hub h2{
    font-size: 50px;
    font-weight: 600;
    line-height: 105%;
    margin: 8px auto 21px;
}

.talent-hub .container > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    gap: 48px;
}

.talent-header > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.talent-footer > .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

.talent-footer-right {
    flex: 1;
}

.talent-footer-left {
    /*flex: 0 0 447px;*/
    /*flex: 0 0 362px;*/
    /*border-radius: 10px;*/
    /*background: linear-gradient(180deg, rgb(255 255 255) 21.72%, rgba(255, 201, 170, 0.2) 70.94%, rgba(222, 52, 35, 0.2) 125.82%);*/
    /*padding: 35px 35px 0 35px;*/
    position: relative;
    align-self: stretch;
    width: 40%;
}

.talent-footer-left > .wp-block-group__inner-container {
    /*background: linear-gradient(180deg, rgb(255 255 255) 21.72%, rgba(255, 201, 170, 0.2) 70.94%, rgba(222, 52, 35, 0.2) 125.82%);*/
    padding: 35px 35px 0 35px;
    margin: 7px;
    border-radius: 10px;
}

.inside-block > .wp-block-group__inner-container {
    position: relative;
}

.inside-block img {
    opacity: 0;
}

.block-back {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 7px;
}


.corner-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.corner-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.corner-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.corner-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.talent-footer-left h2 {
    font-size: 24px;
    line-height: 100%;
}

.talent-footer-left p {
    font-size: 16px;
    opacity: 0.8;
}

.talent-footer-right > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 24px;

}

.talent-footer-right h2 {
    font-family: "Inter Tight";
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
}

.director-block{
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    background: #FBFBFB;
    padding: 23px;
    gap: 18px;
}

.director-image {
    position: relative;
}

.director-text p {
    opacity: 0.8;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.director-image p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 10px;
    background: #FFF;
    color: #666666;
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 182px;
    height: 64px;
}

.director-image strong {
    color: #000;
    opacity: 0.8;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
}

.director-image figure {
    width: 205px;
    height: 262px;
    border-radius: 10px;
    overflow: hidden;
}
.director-image img {
    width: 205px;
    height: 262px;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(1.5);
}

.block-slider-icons {
    padding: 48px 0 82px;
}

.block-slider-icons h3 {
    font-family: "Inter Tight";
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.contact-text {
    position: relative;
}

.contact-text {
    position: relative;
}

.contact-us-section > .wp-block-group__inner-container {
    display: flex;
    align-items: center;
}

.contact-us-section h2 {
    text-align: center;
    font-family: "Inter Tight";
    font-size: 50px;
    line-height: 105%;
    margin-bottom: 36px;
    padding: 13px;

}

.contact-back {
    position: absolute;
    mix-blend-mode: color-burn;
    z-index: -1;
}

.contact-developer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact-recruiter {
    position: absolute;
    border-radius: 10px;
    top: 150px;
    left: -30px;
    z-index: 2;
}

.contact-recruiter > .wp-block-group__inner-container {
    padding: 10px 20px;
    position: relative;
}

.recruiter-photo-block {
    position: relative;
}

.recruiter-photo img {
    border-radius: 30px;
}

.contact-recruiter img {
    position: absolute;
    bottom: -10px;
    right: -10px;
    transform: rotate(60deg);
}

.contact-recruiter p {
    font-size: 14px;
    color: #666666;
    margin: 0;
}

.contact-recruiter strong {
    color: #000;
    font-size: 16px;
    line-height: 150%;
    opacity: 0.8;
}

.recruiter-photo {
    mix-blend-mode: lighten;
}

.contact-us-section .wp-block-button__link {
    width: 180px;
    height: 50px;
    border-radius: 100000px;
    border: 2px solid #DE3423;
    background: #141414;
}

.contact-us-section .wp-block-button__link:hover {
    background: rgba(222, 52, 35, 0.20) !important;
}

.contact-us-section::before {
    box-shadow: none;
    background: #141414;
}

.job_listing hr {
    display: none;
}

.people.desc {
    display: block;
}

.people.mob {
    display: none;
}


@media (max-width: 1440px) {

    .hero-up figure {
        width: 55vw;
    }

    .hero-up-block h1 {
        font-size: 64px;
    }

    .job-section h2, .contact-us-section h2  {
        font-size: 48px;
    }

    .director-block {
        padding: 14px 10px;
    }

    .talent-footer-left > .wp-block-group__inner-container {
        padding: 35px 24px 0 24px;
    }

    ul.job_listings .job_listing {
        padding: 21px 16px
    }

    ul.job_listings figure img {
        min-width: 82px;
    }

    .contact-recruiter {
        position: absolute;
        border-radius: 10px;
        bottom: 150px;
        right: 20px;
        z-index: 2;
        top: auto;
        left: auto;
    }

    .contact-recruiter img {
        position: absolute;
        top: -10px;
        left: -10px;
        transform: rotate(0deg);
    }


}

@media (max-width: 1024px) {

    .hero-up-block h1 {
        font-size: 50px;
    }

    .hero-up {
        overflow-x: hidden;
    }

    .hero-up figure {
        right: -70px;
        bottom: 0;
        width: 543.252px;
        height: 310px;
    }

    .hero-category-block {
        padding: 30px 14px;
    }

    .job-section h2, .contact-us-section h2  {
        font-size: 42px;
    }

    h3.card-job-title {
        font-size: 22px;
    }

    .job-listing-card {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin: 0;
    }
    .job-listing-card .position {
        padding-left: 0;
    }

    .job_listing hr {
        display: block;
        color: #C8C5C5;
        height: 1px;
        width: 100%;
        margin: 14px 0;
        border: none;
    }

    .talent-footer-left > .wp-block-group__inner-container {
        padding: 23px 14px 0 14px;
    }

    .contact-us-section {
        overflow: hidden;
    }

    .contact-text br {
        display: none;
    }

    .contact-recruiter {
        position: absolute;
        border-radius: 10px;
        bottom: 60px;
        right: 10px;
        z-index: 2;
        top: auto;
        left: auto;
    }

    .contact-us-section h2 {
        margin-bottom: 24px;
    }

    .contact-us-section > .wp-block-group__inner-container {
        align-items: flex-start;
    }

    .home .contact-us-section > .wp-block-group__inner-container {
        align-items: center;
    }

    .contact-us-section .contact-us {
        margin: 50px 25px 0;
    }

    .home .contact-us-section .contact-us {
        margin: 20px;
    }

}

@media (max-width: 992px) {
    .director-image {
        display: none;
    }

    .talent-footer-left {
        width: 50%;
    }

    .talent-footer > .wp-block-group__inner-container {
        gap: 15px;
    }

}

@media (max-width: 768px) {

    .talent-hub h2 {
        font-size: 22px;
    }

    .talent-hub .container {
        padding: 0;
    }


    .talent-header > .wp-block-group__inner-container {
        gap: 22px;
    }

    .talent-header p {
        font-size: 16px;
    }

    .talent-hub h2 {
        font-size: 32px;
        margin: 8px auto 15px;
    }

    .talent-hub {
        padding: 48px 0;
    }

    .job-section .wp-block-buttons>.wp-block-button,
    .job-section .wp-block-button__link {
        width: 100%;
    }

    .job_listings {
        margin-top: 24px !important;
    }

    ul.job_listings .job_listing {
        margin: 0;
    }

    div.job_listings ul.job_listings {
        justify-content: center;
        gap: 24px;
    }

    .job-section h2 , .contact-us-section h2 {
        font-size: 32px;
    }

    /*.hero-up > .wp-block-group__inner-container {*/
    /*    display: flex;*/
    /*    flex-direction: column;*/
    /*}*/

    .hero-up-block {
        width: 100%;
        align-items: center;
    }

    .hero-up-block .wp-block-buttons {
        justify-content: space-around;
    }

    .hero-up-block .wp-block-buttons .wp-block-button {
        width: 157px !important;
    }

    .hero-up-block .wp-block-buttons .wp-block-button__link {
        padding: calc(.667em + 2px) calc(1em + 2px);
    }

    .hero-up figure {
        position: initial;
        width: 100%;
        height: auto;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        max-width: 768px;
        margin-right: auto;
    }

    .hero-up {
        padding-top: 0;
        overflow-x: visible;
    }

    .hero-up-block p {
        font-size: 16px;
        text-align: center;
    }

    .hero-up > .wp-block-group__inner-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-up-block h1 {
        font-size: 44px;
        text-align: center;
    }

    .hero-down {
        flex-direction: column;
        gap: 18px;
    }

    .talent-hub::before {
        box-shadow: none;
        border-radius: 30px 30px 0 0 ;
    }

    .clients-logo-slider-container {
        padding-bottom: 40px;
    }

    .clients-logo-slider-container .wp-block-gallery {
        height: 64px;
    }

    .block-slider-icons h3 {
        margin: 0 20px 15px;
    }

    .block-slider-icons {
        background-color: #fff;
        padding: 0;
        margin-bottom: 48px;
        border-radius: 30px;
        position: relative;
    }

    .block-slider-icons::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        max-width: 1720px;
        background: #FFF;
        border-radius: 0 0 30px 30px;
        z-index: -1;
    }

    .clients-logo-slider-container {
        background: #FFF;
    }

    .clients-logo-slider-container::before {
        background: linear-gradient(to right, #FFF 0%, rgba(245, 245, 245, 0) 100%);
    }

    .clients-logo-slider-container::after {
        background: linear-gradient(to left, #FFF 0%, rgba(245, 245, 245, 0) 100%);
    }

    .wp-block-group.talent-footer {
        padding: 0 10px;
    }

}

@media (max-width: 700px) {
    .contact-us-section > .wp-block-group__inner-container {
        flex-direction: column-reverse;
    }

    .contact-developer {
        display: none;
    }

    .contact-us {
        padding: 50px 30px 0;
    }

    .contact-recruiter {
        position: absolute;
        border-radius: 10px;
        bottom: 80px;
        right: 120px;
        z-index: 2;
        top: auto;
        left: auto;
    }

    .contact-recruiter img {
        position: absolute;
        top: -10px;
        left: 70px;
        transform: rotate(45deg);
    }

    .contact-us-section .wp-block-button__link,
    .contact-us .wp-block-buttons>.wp-block-button {
        width: 100%;
    }

    .recruiter-photo img {
        margin-bottom: -80px;
    }

}

@media (max-width: 600px) {
    .talent-footer > .wp-block-group__inner-container {
        flex-direction: column;
    }

    .talent-footer-left {
        width: 100%;
    }

    .block-back {
        width: 97%;
    }

    .block-back img {
        width: 100%;
    }

    .people.desc {
        display: none;
    }

    .people.mob {
        display: block;
    }

}

@media (max-width: 465px) {
    .contact-recruiter {
        position: absolute;
        border-radius: 10px;
        bottom: 35px;
        right: 95px;
        z-index: 2;
        top: auto;
        left: auto;
    }

}

