@import "common.css";

/**********
*** SECTION CAREERS START ***
**********/
.wrapper {
    background: var(--white-400) url(../img/careers.jpg) center top no-repeat;
    background-size: cover;
}

.careers {
    text-align: center;
    padding: 238px 0 137px;
    background: url(../img/career_line_bg.png) left -12% no-repeat;
    overflow-x: hidden;
}

@media screen and (max-width: 992px) {
    .careers {
        padding: 92px 0 30px;
        background: none;
    }
}

.careers__tag {
    display: inline-flex;
    color: var(--white);
    background-color: var(--black-200);
    padding: 0 14px;
    margin: 0 0 49px;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .careers__tag {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 24px;
    }
}

.careers__title {
    text-transform: capitalize;
    color: var(--black-100);
    font-weight: 500;
    font-size: 80px;
    line-height: 96px;
    margin: 0 0 117px;
    text-transform: capitalize;
    position: relative;
}

.careers__title::after {
    content: url(../img/career_union_1.png);
    position: absolute;
    right: 1%;
    top: -73%;
    animation: bounce;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@media screen and (max-width: 992px) {
    .careers__title::after {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .careers__title {
        font-size: 30px;
        line-height: 36px;
        max-width: 325px;
        margin: 0 auto 20px;
    }
}

.careers__pic {
    position: relative;
}

.careers__pic::after {
    content: url(../img/career_union_1.png);
    position: absolute;
    right: 36%;
    bottom: -11%;
    animation: tada;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@media screen and (max-width: 992px) {
    .careers__pic::after {
        display: none;
    }
}

.careers__img {
    transform: translateX(54px);
}

@media screen and (max-width: 992px) {
    .careers__img {
        transform: translateX(14px);
    }
}

.careers__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.careers__item-dark {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    padding: 12px 20px;
    background: var(--black-200);
    color: var(--white);
    border-radius: 30px;
    position: absolute;
    top: 24%;
    left: -3%;
    max-width: 158px;
}

@media screen and (max-width: 1350px) {
    .careers__item-dark {
        left: 0;
    }
}

@media screen and (max-width: 992px) {
    .careers__item-dark {
        position: static;
        margin: 0 auto 20px;
    }
}

.careers__item {
    background: var(--white);
    box-shadow: 0px 30px 70px rgba(26, 6, 69, 0.08);
    border-radius: 20px;
    padding: clamp(26px, 4vw, 30px);
    position: absolute;
}

@media screen and (max-width: 992px) {
    .careers__item {
        position: static;
        margin: 0 auto 10px;
        text-align: left;
    }
}

.careers__item:nth-child(2) {
    top: 40%;
    left: -3%;
}

@media screen and (max-width: 1350px) {
    .careers__item:nth-child(2) {
        left: 0;
    }
}

.careers__item:nth-child(3) {
    top: 77%;
    left: 16%;
}

.careers__item:nth-child(4) {
    top: 62%;
    right: 0%;
}

.careers__item:nth-child(5) {
    top: 25%;
    right: -8%;
}

@media screen and (max-width: 1350px) {
    .careers__item:nth-child(5) {
        right: 0;
    }
}

.careers__item-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: var(--black-100);
    margin: 0 0 clamp(12px, 2vw, 20px);
    display: flex;
    align-items: center;
}

@media screen and (max-width: 992px) {
    .careers__item-title {
        font-size: 24px;
        line-height: 24px;
    }
}

.careers__item-title::before {
    content: "";
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--grey);
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-size: 16px;
}

.careers__item:nth-child(2) .careers__item-title::before {
    content: "🌎";
}

.careers__item:nth-child(3) .careers__item-title::before {
    content: "🤩";
}

.careers__item:nth-child(4) .careers__item-title::before {
    content: "🔥";
}

.careers__item:nth-child(5) .careers__item-title::before {
    content: "👌🏼";
}

.careers__item-slogan {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--grey-200);
}
/**********
*** SECTION CAREERS END ***
**********/

/**********
*** SECTION JOIN START ***
**********/
.join {
    padding: 303px 0 275px;
    background-image: url(../img/join_left.png), url(../img/join_right.png), url(../img/cards/cards_2.png);
    background-position:
        left top,
        right bottom,
        center top;
    background-repeat: no-repeat;
    background-size: initial;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .join {
        padding: 40px 0;
        background-image: url(../img/cards/cards_2.png);
        background-position: center top;
    }
}

.join__title {
    max-width: 850px;
    margin: 0 auto;
    color: var(--black);
    font-weight: 500;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    text-transform: capitalize;
}

@media screen and (max-width: 992px) {
    .join__title {
        font-size: 30px;
        line-height: 45px;
    }
}

.join__title > span {
    color: var(--grey-400);
}

.join__title > span:last-child {
    color: var(--dark);
    text-decoration: underline;
}
/**********
*** SECTION JOIN END ***
**********/

/**********
*** SECTION TALENT START ***
**********/
.talent {
    padding: 151px 0;
    position: relative;
}

@media screen and (max-width: 992px) {
    .talent {
        padding: 50px 0;
    }
}

.talent::before {
    content: url(../img/career_union_1.png);
    position: absolute;
    right: 12%;
    top: 27%;
    animation: jello;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.talent::after {
    content: url(../img/career_union_1.png);
    position: absolute;
    left: 12%;
    bottom: 19%;
    animation: flash;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@media screen and (max-width: 992px) {
    .talent::before,
    .talent::after {
        display: none;
    }
}

.talent__row {
    display: grid;
    grid-template-columns: 466px 1fr;
    grid-gap: 50px;
}

@media screen and (max-width: 992px) {
    .talent__row {
        display: block;
    }
}

.talent__info {
    text-align: left;
}

@media screen and (max-width: 992px) {
    .talent__info {
        text-align: center;
    }
}

.talent__tag {
    display: inline-flex;
    color: var(--white);
    background-color: var(--black-200);
    padding: 0 14px;
    margin: 0 0 29px;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
}

@media screen and (max-width: 992px) {
    .talent__tag {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 24px;
    }
}

.talent__title {
    font-weight: 500;
    font-size: 80px;
    line-height: 96px;
    color: var(--black-100);
    max-width: 822px;
    margin: 0 auto 21px;
    text-transform: capitalize;
    position: relative;
}

@media screen and (max-width: 992px) {
    .talent__title {
        font-size: 30px;
        line-height: 36px;
        max-width: 326px;
        margin: 0 auto 20px;
    }
}

.talent__slogan {
    margin: 0 0 30px;
    color: var(--grey-200);
    font-size: 16px;
    line-height: 23px;
    padding: 0 0 29px;
    position: relative;
}

.talent__slogan::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(225, 224, 227, 0) 0%, rgba(225, 224, 227, 0.75) 51%, rgba(225, 224, 227, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 992px) {
    .talent__slogan {
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto 20px;
    }
}

.talent__more {
    color: var(--grey-200);
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.talent__row-link {
    display: flex;
    align-items: center;
    color: var(--grey-200);
}

@media screen and (max-width: 992px) {
    .talent__row-link {
        justify-content: center;
        margin-bottom: 30px;
    }
}

.talent__social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.talent__social:first-child {
    margin-right: 30px;
}

.talent__social img {
    display: block;
    line-height: 0;
    margin: 0 10px 0 0;
}

.talent__social span {
    color: var(--grey-200);
    font-weight: 500;
    font-size: 16px;
}

.talent__form-box {
    background: var(--white-300);
    box-shadow: 0px 0px 100px rgba(19, 10, 79, 0.1);
    padding: 40px;
    position: relative;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .talent__form-box {
        padding: 20px;
        text-align: left;
    }
}

.talent__form-title {
    color: var(--black);
    font-weight: 600;
    font-size: 28px;
    line-height: 43px;
    margin: 0 0 24px;
}

@media screen and (max-width: 992px) {
    .talent__form-title {
        font-size: 22px;
        line-height: 26px;
    }
}

.talent__wrapper-fields {
    margin-bottom: 6px;
}

@media screen and (max-width: 992px) {
    .talent__wrapper-fields {
        margin-bottom: 5px;
    }
}

.talent__btn {
    width: 100%;
}

.talent__wrapper-fields textarea.input {
    min-height: 127px;
}
/**********
*** SECTION TALENT END ***
**********/
