@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #F4F6F4;
}

footer {
    background-color: white !important;
}

:root {
    --primary-color: #1BAE70;
    --primary-font-color: #0F0F0F;
    --secondary-font-color: #45474B;
    --secondary-button-color: #B7B7B7;
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.wrap-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2;
}

.img-hero {
    overflow: hidden;
    border-radius: 50%;
    width: 400px;
    height: 400px;
}

.wrap-hero .img-hero img {
    width: 400px;
    height: 400px;
    display: block;
    object-fit: cover;
}

.wrap-hero .title {
    color: var(--primary-font-color);
    font-size: 30px;
    width: 450px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.wrap-hero .sub-title {
    color: var(--secondary-font-color);
    width: 450px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.search-mobile {
    display: none;
}

.wrap-hero .input-group,
.wrap-hero .form-control,
#all-jobs .input-group {
    border: 1px solid #1BAE70;
    border-radius: 90px;
}

#all-jobs .periode {
    border: 1px solid var(--primary-color);
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
}

#all-jobs input:focus,
#all-jobs select:focus {
    box-shadow: none !important;
}

#all-jobs .search {
    border: 1px solid var(--primary-color);
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
}

.wrap-hero .form-select:active,
#all-jobs .form-select:active {
    border: 1px solid #1BAE70;
}

.wrap-hero input:focus,
#all-jobs input:focus,
.wrap-hero select:focus,
#all-jobs select:focus {
    box-shadow: none !important;
}

.wrap-hero .form-select:focus,
#all-jobs .form-select:focus {
    border: 1px solid #1BAE70;
}

.wrap-hero .form-select option:checked {
    background-color: var(--primary-color);
    color: white;
}

.wrap-hero .form-select option:hover {
    box-shadow: 0 0 10px 100px var(--primary-color) inset;
}

.popular-search {
    color: var(--secondary-font-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.popular-search span {
    color: var(--primary-font-color);
    font-weight: 600;
}

.wrap-hero .button-search,
#all-jobs .button-search {
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 90px;
    padding: 0.5rem 5rem;
    margin-bottom: 10px;
}

#join-with-us .title,
#new-jobs .title {
    color: var(--primary-font-color);
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

#all-jobs .title {
    color: var(--primary-font-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    margin-bottom: 10px;
}

#join-with-us .wrap-image {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

#join-with-us .content-right {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

#join-with-us img {
    border-radius: 10px;
}

#join-with-us .img-1,
.img-2,
.img-5,
.img-6 {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 400px;
}

#join-with-us .img-3,
.img-4 {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 400px;
}

#join-with-us .button-watch,
#new-jobs .button-all-jobs {
    background-color: var(--primary-color);
    color: white;
    border-radius: 90px;
    width: auto;
    padding: 0.5rem 2rem;
}

#new-jobs .card-new-jobs {
    width: 100%;
    height: auto;
    border: 1px solid var(--primary-color);
    border-radius: 15px;
}

#all-jobs .card-all-jobs {
    width: 100%;
    height: auto;
    border: 1px solid var(--primary-color);
    border-radius: 15px;
}

#new-jobs .jobs-name,
#all-jobs .jobs-name {
    color: var(--primary-font-color);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}

#new-jobs .category,
#all-jobs .category {
    color: #7791E0;
    font-size: 16px;
    font-style: normal;
    margin-bottom: 0;
}

#new-jobs .departement,
#all-jobs .departement {
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

#new-jobs .date,
#all-jobs .date {
    color: var(--secondary-font-color);
    font-size: 15px;
    margin-bottom: 0;
}

#new-jobs .description,
#all-jobs .description {
    color: var(--secondary-font-color);
    width: 340px;
    font-size: 15px;
}

#new-jobs .button-apply,
#all-jobs .button-apply {
    background-color: var(--primary-color);
    display: inline-block;
    padding: 10px 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    color: #ffffff;
}

#new-jobs .button-detail,
#all-jobs .button-detail {
    display: inline-block;
    padding: 10px 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    border: 1px solid #1cae70;
    color: var(--primary-font-color);
}

#all-jobs .pagination .page-link {
    color: var(--primary-color);
    box-shadow: none;
}

#all-jobs .pagination .active>.page-link,
.page-link.active {
    box-shadow: none;
    color: white;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

#detail-jobs .jobs-name {
    color: var(--primary-font-color);
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}

#detail-jobs .category {
    color: #7791E0;
    font-size: 17px;
    font-style: normal;
    margin-bottom: 0;
}

#detail-jobs .departement {
    color: #0F0F0F;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
}

#detail-jobs .date {
    color: var(--secondary-font-color);
    font-size: 15px;
    margin-bottom: 0;
}

#detail-jobs .jobs-description,
ul {
    color: var(--secondary-font-color);
    font-size: 16px;
    margin-bottom: 0;
}

#detail-jobs .wrap-button-apply {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 2.5rem 2rem;
}

#detail-jobs .wrap-button-apply p {
    background-color: transparent;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

#detail-jobs .wrap-button-apply a {
    background-color: #06752e;
    border: none;
    color: white;
    text-decoration: none;
    padding: 0.7rem 3.5rem;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 5px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--primary-color) !important;
}

.select2-container--default .select2-selection--single:focus {
    border: 1px solid var(--primary-color) !important;
    box-shadow: none !important;
}

#send-information input:focus,
#send-information select:focus,
#send-information textarea:focus {
    border: 1px solid var(--primary-color);
    box-shadow: none;
}

#all-jobs .input-group {
    width: 60%;
}

#all-jobs button {
    background-color: var(--primary-color);
    border: none;
    color: white;
    text-decoration: none;
    padding: 0.7rem 3.5rem;
    border-radius: 10px;
}

#done-sending {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}

#done-sending img {
    width: 150px;
    height: 170px;
}

#done-sending a {
    text-decoration: none;
    color: white;
    background-color: var(--primary-color);
    padding: 0.7rem 3rem;
    font-size: 17px;
    border-radius: 10px;
}

footer a {
    text-decoration: none;
    color: var(--primary-font-color);
}

footer a:hover {
    color: var(--primary-color);
}

footer img {
    width: 250px;
}

footer h4 {
    font-size: 17px;
}

#join-with-us .row-2 {
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {
    .wrap-hero {
        flex-direction: column-reverse;
    }
    .wrap-hero .title {
        text-align: center;
        font-size: 20px;
        width: auto;
        margin-top: 1rem;
    }
    .wrap-hero .sub-title {
        font-size: 15px;
        text-align: center;
        width: auto;
    }
    .img-hero {
        overflow: hidden;
        border-radius: 50%;
        width: 300px;
        height: 300px;
    }
    .wrap-hero .img-hero img {
        width: 300px;
        height: 300px;
        display: block;
        object-fit: cover;
    }
    .wrap-hero .input-group,
    .popular-search,
    .button-search,
    #all-jobs .input-group,
    .button-search {
        display: none;
    }
    .search-mobile {
        display: block;
    }
    .button-search-mobile,
    #all-jobs .button-search-mobile {
        text-align: center;
        margin-top: 1rem;
        background-color: var(--primary-color);
        color: white;
        border: none;
        border-radius: 90px;
        width: 100%;
        padding: 0.5rem 0;
        margin-bottom: 10px;
    }
    .search-mobile .form-control {
        border: 1px solid var(--primary-color);
        border-radius: 90px;
    }
    .search-mobile .form-mobile,
    #all-jobs .search-mobile .form-mobile {
        border: none;
    }
    .search-mobile .form-select {
        border: none !important;
        display: block;
    }
    .select2-container--default .select2-selection--single {
        border: none;
    }
    .select2-container--default .select2-selection--single:focus {
        border: none;
    }
    #new-jobs .card-new-jobs,
    #all-jobs .card-new-jobs {
        width: 100%;
        height: auto;
    }
    #new-jobs .description,
    #all-jobs .description {
        color: var(--secondary-font-color);
        width: 320px;
        font-size: 15px;
    }
    #new-jobs .button-apply,
    #all-jobs .button-apply,
    #new-jobs .button-detail,
    #all-jobs .button-detail {
        width: 100%;
    }
    #join-with-us .img-1,
    .img-2,
    .img-5,
    .img-6 {
        object-fit: cover;
        width: 100%;
        height: 250px;
        margin-bottom: 1rem;
    }
    #join-with-us .img-3,
    .img-4 {
        object-fit: cover;
        width: 100%;
        height: 250px;
        margin-bottom: 1rem;
    }
    #join-with-us .row-2 {
        margin-top: 0;
    }
    #join-with-us .button-watch {
        font-size: 14px;
    }
    #join-with-us .title {
        font-size: 17px;
    }
    #detail-jobs .wrap-button-apply {
        display: block;
        text-align: center;
        padding: 1.5rem 2rem;
    }
    #detail-jobs .wrap-button-apply p {
        font-size: 15px;
        margin-bottom: 2rem;
    }
    footer img {
        width: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wrap-hero {
        flex-direction: column-reverse;
    }
    .wrap-hero .title {
        margin-top: 1rem;
        width: auto;
        text-align: center;
        font-size: 20px;
    }
    .wrap-hero .sub-title {
        width: auto;
        font-size: 15px;
        text-align: center;
    }
    .img-hero {
        overflow: hidden;
        border-radius: 50%;
        width: 300px;
        height: 300px;
    }
    .wrap-hero .img-hero img {
        width: 300px;
        height: 300px;
        display: block;
        object-fit: cover;
    }
    .wrap-hero .input-group,
    .popular-search,
    .button-search,
    #all-jobs .input-group,
    .button-search {
        display: none;
    }
    .search-mobile {
        display: block;
    }
    .button-search-mobile,
    #all-jobs .button-search-mobile {
        text-align: center;
        margin-top: 1rem;
        background-color: var(--primary-color);
        color: white;
        border: none;
        border-radius: 90px;
        padding: 0.5rem 15rem;
        margin-bottom: 10px;
    }
    .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .search-mobile .form-control {
        border: 1px solid var(--primary-color);
        border-radius: 90px;
    }
    .search-mobile .form-mobile,
    #all-jobs .search-mobile .form-mobile {
        border: none;
    }
    .search-mobile .form-select {
        border: none !important;
        display: block;
    }
    .select2-container--default .select2-selection--single {
        border: none;
    }
    .select2-container--default .select2-selection--single:focus {
        border: none;
    }
    #new-jobs .card-new-jobs,
    #all-jobs .card-new-jobs {
        width: 100%;
        height: auto;
        border: 1px solid var(--primary-color);
        border-radius: 15px;
    }
    #new-jobs .description,
    #all-jobs .description {
        color: var(--secondary-font-color);
        width: 320px;
        font-size: 15px;
    }
    #join-with-us .img-1 {
        width: 350px;
        height: 470px;
        border-radius: 10px;
        object-fit: cover;
    }
    #new-jobs .button-apply,
    #all-jobs .button-apply,
    #new-jobs .button-detail,
    #all-jobs .button-detail {
        font-size: 13px;
        width: 100%;
    }
    #join-with-us .img-1,
    .img-2,
    .img-5,
    .img-6 {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 300px;
    }
    #join-with-us .img-3,
    .img-4 {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 300px;
    }
    #all-jobs .search-mobile {
        display: none;
    }
    #all-jobs .input-group,
    #all-jobs .button-search {
        display: flex;
    }
    footer img {
        width: 250px;
    }
    footer h4 {
        font-size: 15px;
    }
}