@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Resume */

.resumes .resumes {
    display: flex;
    align-items: stretch;
    align-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    border-top: none;
}

div.resumes .load_more_resumes {
    border-radius: 10000px;
    border: 1px solid #C8C5C5;
    width: 314px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
}

div.resumes .load_more_resumes:hover {
    border: 1px solid #303030;
    background: #E2E3E4;
}

div.resumes .load_more_resumes strong {
    color: #141414;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.available-scala-developers .talent-hub {
    padding: 72px 0;
}

.resumes .resume {
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    background: #FBFBFB;
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    padding: 19px 14px !important;
    gap: 22px;
    width: calc(50% - 15px);
    position: relative;
}

.candidate-header {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.candidate-header img {
    width: 48px;
    height: 48px;
    border-radius: 100px;
}

.candidate-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.candidate-info h3 {
    color: #141414;
    font-family: "Inter Tight";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
    margin: 0;
}

.candidate-info .candidate-location {
    color: #000B1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.6;
    display: flex;
    gap: 8px;
}

.candidate-info .candidate-location:before,
.single-job_listing .location:before {
    content: url('../../assets/images/location-icon.svg');
    vertical-align: middle;
}

.left-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.candidate-video iframe,
.resume-video img
{
    border-radius: 10px;
    width: 239px;
    /*height: 210px;*/
    object-fit: cover;
}

.mejs-video,
.candidate-video,
.wp-video-shortcode video, video.wp-video-shortcode{
    border-radius: 10px;
    width: 239px !important;
    height: 210px !important;
    object-fit: cover;
}

.mejs-overlay-button {
    background: url('../images/play.svg') no-repeat !important;
    height: 75px !important;
    width: 75px !important;
}

.mejs-controls {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    border-radius: 10px;
}

.mejs-playing .mejs-controls,
.mejs-paused .mejs-controls {
    opacity: 1;
}

.mejs-volume-button>.mejs-volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, .7) !important;
    padding: 0 !important;
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 1;
}

.right-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 60%;
}

.resume-meta .candidate-short-bio {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    align-self: stretch;
    color: #727272;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    margin: 0;
}

ul.resumes li.resume a.resume-read-more {
    padding: 0 ;
    color: #141414;
    display: inline;
    white-space: nowrap;
    text-decoration: underline !important;
    background: none;
}

.resume-type {
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    padding: 1px 3px;
    position: absolute;
    top: 0;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.resume-type.full-time  {
    background: #F9DCA3;
    color: #FF8325;
}

.resume-type.full-time:before {
    content: url('../../assets/images/full-time.svg');
    margin-top: -2px;
    width: 13px;
    height: 13px;
}

.resume-type.part-time  {
    background: #BBE7CF;
    color: #28A861;
}

.resume-type.part-time:before {
    content: url('../../assets/images/part-time.svg');
    margin-top: -2px;
    width: 13px;
    height: 13px;
}

.hire-button {
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #141414 !important;
    padding: 14px 10px !important;
}

.hire-button:hover {
    background: rgba(20, 20, 20, 0.10) !important;
}
.hire-button:hover span {
    color: #141414;
}

.hire-button span {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.candidate-column hr {
    height: 1px;
    color: #141414;
    margin: 14px 0 8px;
}

.skills-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.skills-wrapper span {
    border-radius: 10000px;
    border: 1px solid #E3E3E3;
    background: #F5F5F5;
    color: #141414;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    padding: 4px 10px;
    text-align: center;
}

.candidate-title strong {
    color: #141414;
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.candidate-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.candidate-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.candidate-title .exp_years {
    color: #141414;
    font-family: Outfit;
    font-size: 14px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.candidate-title .exp_years:before {
    display: block;
    content: '';
    background: #FF6A2A;
    width: 6px;
    height: 6px;
}

/* Resume */

.available-scala-developers .hero-up-block h1 strong {
    color: #DE3423;
}

.available-scala-developers .hero-up-block .wp-block-button__link {
    border: 2px solid #DE3423;
    color: #141414;
    width: 247px !important;
    height: 50px;
}

.available-scala-developers .hero-up-block p {
    display: inline;
}

.available-scala-developers .primary-btn:hover .wp-block-button__link {
    background: rgba(222, 52, 35, 0.20);
}

.available-scala-developers .hero-down {
    margin-top: 18px;
}

.available-scala-developers .hero-up-block {
    width: 68%;
    margin-bottom: 130px;
}

.available-scala-developers .hero-up figure {
    position: absolute;
    right: -150px;
    bottom: -150px;
    mix-blend-mode: normal;
    z-index: -1;
}

.available-scala-developers .hero-category-block p {
    display: block !important;
}

.hero-category-block .title-counter {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    opacity: 1;
}

.available-scala-developers .hero-up {
    padding-top: 80px;
}

.hr-dot img{
    margin: 16px 0;
    height: 1px;
}

.hire-scala-logo img {
    margin-bottom: 25px;
}

.features-block .is-layout-flex {
    gap: 24px;
}

.available-scala-developers .talent-header > .wp-block-group__inner-container {
    gap: 14px;
}

.available-scala-developers .talent-hub .container > .wp-block-group__inner-container {
    gap: 32px;
}

.available-scala-developers .contact-us {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 20px;
    text-align: center;
    z-index: 1;
}

.available-scala-developers .contact-us > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.available-scala-developers .contact-us p ,
.available-scala-developers .contact-us-section h2 {
    margin: 0;
}

.available-scala-developers .contact-us p {
    opacity: 0.7;
}

.available-scala-developers .contact-us-section > .wp-block-group__inner-container{
    justify-content: flex-end;
}

.contact-us-background img {
    /*min-height: 429px;*/
    border-radius: 30px !important;
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /*position: absolute;*/
    /*z-index: -1;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1720px;
}

.available-scala-developers .contact-us-background.desc img {
    display: block;
}

.available-scala-developers .contact-us-background.mob img {
    display: none;
}

.available-scala-developers .contact-us-section .wp-block-button__link {
    background-color: transparent ;
    width: auto;
    padding: 0.667em 35px;
}

.how-to-section {
    padding: 130px 0;
}

.how-to-section > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}

.how-steps > .wp-block-group__inner-container {
    display: flex;
    align-items: stretch;
    gap: 60px;
}

.how-step > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    gap: 10px;
}

.how-step-header {
    min-height: 60px;
}

.how-block-image img {
    height: 122px;
    width: auto;
}

.how-step {
    position: relative;
    flex: 1;
}

.next-step img{
    position: absolute;
    bottom: 50%;
    right: 0;
    -webkit-transform: translate(58%, 50%) rotate(0);
    -ms-transform: translate(58%,50%) rotate(0);
    transform: translate(58%, 50%) rotate(0);
    z-index: 1;
}

.next-step.desc {
    display: block;
}

.next-step.mob {
    display: none;
}

.how-step h3{
    font-size: 18px;
    font-weight: 700;
}

.how-step p{
    font-size: 16px;
    opacity: 0.8;
}

.how-step-header  img {
    height: 32px;
    min-width: 32px;
}

.how-to-section h2 {
    color: #000B1F;
    font-family: "Inter Tight";
    font-size: 50px;
    font-weight: 600;
    line-height: 105%;
    margin: 0;
}

ul.dev-cards {
    padding: 0;
    margin: 32px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* align-items: center; */
    gap: 30px;
    align-self: stretch;
}

.dev-cards .resume {
    border-radius: 20px;
    background: #FFF;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 18px;
}

.dev-cards .candidate-header {
    flex-direction: column;
    gap: 16px;
}

.dev-cards .candidate-header img {
    width: 120px;
    height: 120px;
}

.dev-cards .candidate-info {
    align-items: center;
}
.dev-cards .candidate-info .candidate-location {
    font-family: Outfit;
    font-size: 16px;
    gap: 6px;
}

.dev-cards .candidate-column,
.dev-cards .skills-section {
    gap: 18px;
    display: flex;
    flex-direction: column
}

.dev-cards .candidate-title {
    align-items: center;
}

.dev-cards .candidate-title strong {
    text-align: center;
    min-height: 57.6px;
}

.dev-cards .skills-wrapper {
    justify-content: center;
}

.dev-cards hr {
    margin: 0;
}

.developers-header > .wp-block-group__inner-container {
    width: 663px;
    display: flex;
    gap: 24px;
    flex-direction: column;
    margin: 0 auto;
}

.developers-header h2, .developers-header p {
    margin: 0;
}

@media (max-width: 1440px) {

    .fullwidth-page.section.available-scala-developers {
        padding: 80px 16px 48px;
    }

    .available-scala-developers .hero-up {
        padding-top: 120px;
    }

    .available-scala-developers .hero-up figure {
        right: -75px;
        bottom: 50px;
        width: 600px;
        height: 600px;
    }

    .how-to-section h2 {
        font-size: 48px;
    }

    .how-steps > .wp-block-group__inner-container {
        gap: 30px;
    }

    .next-step.desc {
        display: none;
    }

    .next-step.mob {
        display: block;
        right: -5px;
    }

    .available-scala-developers .hero-up-block {
        width: 100%;
    }

    .available-scala-developers .hero-up-block h1 {
        width: 60%;
    }

    .available-scala-developers .hero-up-block p {
        display: block;
    }
}

@media (max-width: 1024px) {
    .how-to-section h2 {
        font-size: 42px;
    }

    .available-scala-developers .contact-us > .wp-block-group__inner-container {
        width: 62%;
    }

    .available-scala-developers .contact-us {
        align-items: flex-end;
        margin: 0;
    }

    .right-block {
        width: 100%;
        gap: 18px;
    }

    .resumes .resume {
        flex-direction: column-reverse;
    }

    .skills-section {
        display: none;
    }

}

@media (max-width: 1000px) {

    ul.dev-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin: 24px 0;
    }

    .dev-cards .resume {
        padding: 24px 28px;
    }
}

@media (max-width: 991px) {
    .available-scala-developers .hero-up {
        padding-top: 60px;
    }

    .developers-header > .wp-block-group__inner-container {
        width: 100%;
    }

}


@media (max-width: 768px) {


    .available-scala-developers .hero-up-block {
        width: 100%;
    }

    .available-scala-developers .hero-up-block .hero-category-block p {
        text-align: left;
    }

    .available-scala-developers .hero-category-block {
        padding: 30px 24px;
    }

    .available-scala-developers .hero-up-block {
        margin-bottom: 82px;
    }

    .available-scala-developers .hero-down {
        margin-top: 48px;
        flex-direction: row;
    }


    .available-scala-developers .contact-us-section .contact-us {
        margin: 0;
    }

    .how-to-section h2 {
        font-size: 32px;
        text-align: center;
    }

    /*.how-steps img {*/
    /*    width: 80%;*/
    /*}*/

    .available-scala-developers .hero-up-block .wp-block-buttons {
        justify-content: flex-start;
    }


    .available-scala-developers .contact-us-section > .wp-block-group__inner-container {
        justify-content: flex-start;
    }

    .how-to-section {
        padding: 82px 0;
    }

    .available-scala-developers .hero-up {
        overflow: hidden;
    }

    .available-scala-developers .hero-up-block p,
    .available-scala-developers .hero-up-block h1{
        text-align: left;
        width: 55%;
    }

    .available-scala-developers .hero-up figure {
        right: -70px;
        bottom: 180px;
        width: 600px;
        height: 600px;
    }

}

@media (max-width: 700px) {

    .resumes .resume {
        width: 100%;
    }

    .available-scala-developers .hero-up-block p {
        display: block;
        text-align: center;
    }

    .available-scala-developers .hero-up-block h1 {
        text-align: center;
    }

    .available-scala-developers .hero-up-block h1,
    .available-scala-developers .hero-up-block p{
        margin: 0 auto 14px;
        width: 100%;
    }

    .available-scala-developers .hero-up-block .wp-block-buttons .wp-block-button {
        width: 100% !important;
    }

    .available-scala-developers .hero-up-block .wp-block-button__link {
        width: 100% !important;
    }

    .available-scala-developers .hero-up figure {
        position: initial;
        transform: scale(1.5);
        margin-top: -75px;
        margin-right: 35px;
        margin-bottom: -30px;
        width: 100%;
        height: 100%;
    }


    .fullwidth-page.available-scala-developers  {
        padding-top: 70px;
    }

    .features-block .is-layout-flex {
        flex-direction: column;
    }

    .how-step > .wp-block-group__inner-container {
        gap: 18px;
    }

    .how-steps > .wp-block-group__inner-container {
        flex-direction: column;
        gap: 26px;
    }

    .next-step img {
        display: none;
    }

    .available-scala-developers .hero-down {
        margin-top: 48px;
        flex-direction: column;
    }

}
@media (max-width: 600px) {

    .fullwidth-page.section.available-scala-developers {
        padding: 70px 16px 48px;
    }

    .available-scala-developers .hero-up {
        padding-top: 70px;
    }

    .available-scala-developers .contact-us > .wp-block-group__inner-container {
        width: 100%;
    }

    .available-scala-developers .contact-us {
        align-items: center;
    }

    .available-scala-developers .contact-us-section .contact-us {
        padding: 48px 30px 200px;
    }

    .available-scala-developers .contact-us-background.desc img {
        display: none;
    }

    .available-scala-developers .contact-us-background.mob img {
        display: block;
    }

    ul.dev-cards {
        grid-template-columns: 1fr;
        gap: 18px;
        margin: 18px 0;
    }

    .dev-cards .resume {
        padding: 24px 24px;
    }

    .developers-header p {
        font-size: 16px;
    }

}

