.landing-header {
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgb(82 63 105 / 5%);
    height: 70px;
}

#the_story_behind {
    margin-top: 80px;
}

@media (max-width: 1919px) {
    #the_story_behind {
        margin-top: 60px;
    }

    .mb_80 {
        margin-bottom: 40px;
    }
}

@media (max-width: 1365px) {
    #the_story_behind {
        margin-top: 30px;
    }


}

@media (max-width: 768px) {
    #our_team_carousel.section-padding {
        padding: 80px 20px 100px 20px !important;
    }
}

@media (max-width: 767px) {
    #the_story_behind {
        margin-top: 30px;
    }
}

.d-flex.flex-column.flex-center.w-100.min-h-350px.min-h-lg-500px.px-9 {
    margin-top: 72px !important;
}

.bgi-size-contain {
    background-size: cover;
}

#background-black {
    background: #8cc61b;
    padding-top: 20px;
    padding-bottom: 20px;
}

.landing-header .menu .menu-link.active {
    color: #009ef7 !important;
    background-color: rgba(239, 242, 245, 0.4) !important;
}

.scrolled #brighter_arrow {
    filter: brightness(0) invert(0);
}

/* Career Page */
.list-none {
    list-style: none;
}

.bg-career {
    background-image: url(../../assets/img/video-1.jpg);
    height: 568px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.career-desc {
    height: calc(100% + 130px);
}

.bg-career li {
    color: #f6f6f6;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-right: 5px;

}

.bg-career li a {
    font-size: 16px;
}

.bg-career li.c-active {
    color: #00D067;
}

.bg-career h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;

}

.bg-career p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(255, 255, 255, .7);
}

.job-vaccancies {
    padding-top: 90px;
    margin-bottom: 90px;
}

.vaccancies-wrapper h1 {
    text-transform: capitalize;
    color: #003B20;
    font-size: 58px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 55px;

}

.job-card {
    height: 186px;
    padding: 36px;
    border-radius: 12px;
    border: 1px solid #d1d1d1;
    margin-bottom: 30px;

}

.job-card h4 {
    color: #003B20;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;

}

.job-location {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 15px;

}

.job-location:before {
    content: url(../img/ico-loc.svg);
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.job-card a {
    color: #003B20;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    text-align: left;
    text-decoration: underline !important;
    text-transform: uppercase;
    text-underline-offset: 4px;

}

.career-form p {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.career-form h1 {
    text-transform: capitalize;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.gut-0 {
    margin: 0 0 20px 0;
    gap: 20px;
}

/* Dropzone */

.dropzone-box {
    border-radius: 2rem;
    padding: 2rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 36rem;
    width: 100%;
    background-color: var(--white);
}

.dropzone-box h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.dropzone-area {
    padding: 1rem;
    position: relative;
    margin-top: 1rem;
    min-height: 12rem;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px dashed rgba(17, 17, 17, 0.4);
    border-radius: 1rem;
    color: var(--primary);
    cursor: pointer;
    background-color: #fff;
}

.dropzone-area [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.dropzone-area .file-upload-icon svg {
    height: 5rem;
    width: 5rem;
    margin-bottom: 0.5rem;
    stroke: var(--primary);
}

.dropzone-area h3 {
    font-size: clamp(1.2rem, 1.5vw, 24px);
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    color: #003B20;
}

.dropzone-area p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;

}

.dropzone--over {
    border-style: solid;
    background-color: var(--background);
}

.dropzone-actions {
    display: flex;
    justify-content: space-between;
    /* padding-top: 1.5rem; */
    margin-top: .5rem;
    /* border-top: 1px solid var(--gray); */
    gap: 1rem;
    flex-wrap: wrap;
}

.dropzone-actions button {
    flex-grow: 1;
    min-height: 3rem;
    font-size: 1.2rem;
}

.dropzone-actions button:hover {
    text-decoration: underline;
}

.dropzone-actions button#reset-button {
    width: auto;
    height: 32px;
    padding: 0px 25px 0px 25px;
    border-radius: 60px;
    border: 3px solid rgba(224, 28, 47, 1);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: rgba(224, 28, 47, 1);
    background-color: transparent;
    text-decoration: none;
    z-index: 9;
}

.dropzone-actions button#submit-button {
    height: 32px;
    padding: 0px 25px 0px 25px;
    border-radius: 60px;
    border: 3px solid #003B20;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #003B20;
    background-color: transparent;
    text-decoration: none;

}

.career-detail-page.detail_project_new h2 {
    margin-bottom: 15px;
}

.career-detail-page.detail_project_new .job-location {
    margin-bottom: 60px;
}

@media (max-width: 1919px) {
    .bg-career {
        height: 397px;
    }

    .bg-career h2 {
        font-size: 38px;
    }

    .bg-career p {
        font-size: 14px;
    }

    .vaccancies-wrapper h1 {
        font-size: 38px !important;
    }

    .job-vaccancies {
        padding-top: 70px;
        margin-bottom: 70px;
    }

    .job-card {
        height: 145px;
        padding: 28px 26px;
    }

    .job-card h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .job-location {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .job-card a {
        font-size: 14px;
    }

    .career-form {
        height: 891px;
    }

    .career-form .mb-32.text-white {
        font-size: 18px;
        margin-bottom: 8px !important;
    }

    .career-form h1.mb-32 {
        font-size: 38px !important;
        line-height: 38px;
        margin-top: 5px !important;
    }

    .career-form .left-column {
        width: 60%;
    }

    .career-form .right-column {
        padding: 24px 40px;
    }

    .pb-y-x {
        padding: 70px 0 70px 0;
    }

    .partners_dubai h1 {
        font-size: 38px !important;
    }
}

@media (max-width: 1365px) {
    .bg-career {
        height: 386px;
    }

    .bg-career h2 {
        font-size: 30px;
    }

    .bg-career p {
        font-size: 14px;
    }

    .vaccancies-wrapper h1 {
        font-size: 30px !important;
        margin-bottom: 40px;
        line-height: 40px;
    }

    .job-vaccancies {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .job-card {

        height: 185px;
            padding: 28px 26px;


    }

    .job-card h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .job-location {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .job-card a {
        font-size: 14px;
    }

    .career-form {
        height: 891px;
    }

    .career-form .mb-32.text-white {
        font-size: 18px;
        margin-bottom: 8px !important;
    }

    .career-form h1.mb-32 {
        font-size: 38px !important;
        line-height: 38px;
        margin-top: 5px !important;
    }

    .career-form .left-column {
        width: 50%;
    }

    .career-form .right-column {
        padding: 24px 40px;
    }

    .pb-y-x {
        padding: 70px 0 70px 0;
    }

    .partners_dubai h1 {
        font-size: 38px !important;
    }
}

@media (max-width: 1199px) {

    .career-form .left-column {
        width: 100%;
    }

    .career-form .right-column {
        padding: 24px 40px;
    }
}

@media (max-width: 991px) {
    .submission_form {
        width: 100% !important;
    }
    .career-form {
        height: 951px;
        padding: 15px;
    }

    .career-form .mb-32.text-white {
        font-size: 16px;
        margin-bottom: 8px !important;
        text-align: center !important;
    }

    .career-form h1.mb-32 {
        font-size: 24px !important;
        line-height: 24px;
        margin-top: 5px !important;
        text-align: center !important;
    }

    .career-form .left-column {
        width: 100%;
    }

    .career-form .right-column {
        padding: 24px 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .job-card {
        height: 105px;
        padding: 24px 26px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 18px;
    }

    .job-card h4 {
        display: flex;
        flex: 0 0 40%;
    }

    .job-card p {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 0 0 30%;
    }

    .job-card a {
        display: flex;
        flex: 0 0 auto;
    }
}

@media (max-width: 768px) {
    #property_detail_head.detail_project_new.career-detail-page {
        padding-top: 135px !important;
    }
}

@media (max-width: 767px) {
    .bg-career {
        height: 300px;
    }

    .bg-career h2 {
        font-size: 24px !important;
        line-height: 24px;
    }

    .career-desc .list-none {
        padding: 0;
    }

    .bg-career p {
        font-size: 14px !important;
    }

    .vaccancies-wrapper h1 {
        font-size: 24px !important;
        margin-bottom: 28px;
        line-height: 24px;
    }

    .job-vaccancies {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .job-card {
        height: 135px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .job-card h4 {
        font-size: 18px !important;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .job-location {
        font-size: 12px !important;
        margin-bottom: 5px;
    }

    .job-card a {
        font-size: 14px;
    }

    .career-form {
        height: 951px;
        padding: 15px;
    }

    .career-form .mb-32.text-white {
        font-size: 16px;
        margin-bottom: 8px !important;
        text-align: center !important;
    }

    .career-form h1.mb-32 {
        font-size: 24px !important;
        line-height: 24px;
        margin-top: 5px !important;
        text-align: center !important;
    }

    .career-form .left-column {
        width: 100%;
    }

    .career-form .right-column {
        padding: 24px 40px;
    }

    .pb-y-x {
        padding: 38px 0 38px 0;
    }

    .partners_dubai h1 {
        font-size: 24px !important;
        text-align: center;
    }

    .dropzone-area h3 {
        letter-spacing: 0 !important;
        text-align: center !important;
        line-height: 1 !important;
    }
    .dropzone-area p {
        text-align: center;
        margin-top: 10px;
    }

    .mb-60 {
        margin-bottom: 30px !important;
    }

    .career-detail-page.detail_project_new .job-location {
        margin-bottom: 10px !important;
    }

    .career-detail-page.detail_project_new .buttons_action_flex {
        margin-top: 10px !important;
        margin-bottom: 30px;
    }
}
