body {
    font-family: 'Nunito';
    overflow-y: scroll;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    box-sizing: border-box;
    background-color: #F7F7F7;
}

nav div {
    height: 10vh;
}

button {
    transition: ease-in-out 0.2s;
}

button {
    transition: ease-in-out 0.2s;
}

button:hover .arrow__icon path, .arrow__icon__navbar path  {
    stroke: white;
}

.main__container {
    width: 100%;
    height: 35vh;
    background-image: url('../img/Place.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main__container__detail {
    background-image: url('../img/background-detail.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 35vh;
}

.pekerjaan__card__container {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.perusahaan__info {
    top: 80%;
}

.content .content__button button:hover svg path {
    stroke: white !important;
}

@media (max-width: 576px) {
    body {
      font-size: 14px;
      width: 100vw;
    }
    form input, form select {
        font-size: 1rem !important;
    }
    .main__container {
        background-position: left;
        min-height: 25vh;
        margin-top: 4rem;
    }
    .main__container .text-h4 {
        font-size: 1.5rem;
    }
    .main__container .text-b1 {
        font-size: 1.15rem;
    }
    .search__container {
        gap: .5rem;
    }
    .search__container button p {
        display: none;
    }
    .input__container {
        justify-content: space-between;
    }
    .input form {
        width: 100%;
    }
    .pekerjaan__carousel {
        width: 100%;
    }
    .pekerjaan__card__container {
        display: flex !important;
        flex-wrap: nowrap;
        transition: transform 0.5s ease;
        width: 100% !important;
        gap: 0;
    }
    .pekerjaan__card {
        width: 100% !important;
    }   
    .perusahaan__info .text-h5 {
        font-size: 1.3rem;
    }
    .input, .card, .search, .content, .pekerjaan {
        padding: 0 1rem;
        width: 100%;
    }
    .main__content {
        flex-direction: column;
        gap: 2rem;
    }
    .content__left {
        width: 100%;
    }
    .content__left .content__header h3 {
        font-size: 2rem;
    }
    .content__right .content__button {
        gap: .75rem;
    }
    .content__right .content__button button {
        font-size: 1rem;
        width: 50%;
    }
    .footer {
        height: max-content;
        margin-bottom: 0;
    }
    .footer ul {
        font-size: 1rem;
    }
    .footer p {
        width: 80vw;
        text-align: center;
        margin: 1rem auto;
        font-size: 14px;
    }
}

@media (min-width: 577px) and (max-width: 767px)  {
    body {
      font-size: 14px;
      width: 100vw;
    }
    form input, form select {
        font-size: 1.1rem !important;
    }
    .input__container form {
        width: 49%;
    }
    .input, .card, .search, .content, .pekerjaan {
        padding: 0 2rem;
        width: 100%;
    }
    .pekerjaan__card__container {
        display: flex !important;
        transition: transform 0.5s ease;
    }
    .pekerjaan__card__container > div {
        flex-shrink: 0;
        width: 100%  !important; 
        width: 48%  !important;
        margin: auto;
    }
    .pekerjaan__card {
        gap: 1rem;
        height: max-content  !important;
        padding-bottom: 2rem;
        justify-content: center;
    }
    .pekerjaan__card__nama, .pekerjaan__card__harga, .pekerjaan__card__lokasi, .pekerjaan__card__deskripsi {
        font-size: 1rem;
    }
    .pekerjaan__card__jam {
        font-size: .8rem;
    }
    .pekerjaan__card__jenis {
        font-size: 1.25rem;
    }
    .pekerjaan__card a {
        width: 100%;
    }
    .main__content {
        flex-direction: column;
        gap: 2rem;
    }
    .perusahaan__info .text-h5 {
        font-size: 1.3rem;
    }
    .content__left {
        width: 100%;
    }
    .content__right .content__button button {
        font-size: 1rem;
        width: 50%;
    }
    .footer {
        height: max-content;
        margin-bottom: 0;
    }
    .footer ul {
        font-size: 1.2rem;
    }
    .footer p {
        width: 80vw;
        text-align: center;
        margin: 1rem auto;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    html {
        font-size: 14px;
        width: 100vw;
    }
    form input, form select {
        font-size: 1.2rem !important;
    }
    .main__container {
        background-position: left;
        height: 30vh;
        margin-top: 4rem;
    }
    .main__container .text-h4 {
        font-size: 2rem;
        padding: 0 3rem;
    }
    .main__container .text-b1 {
        font-size: 1.5rem;
        padding: 0 3rem;
    }
    .perusahaan__info {
        top: 85%;
    }
    .input__container form {
        width: 49%;
    }
    .input, .card, .search, .content, .pekerjaan {
        padding: 0 3rem;
        width: 100%;
    }
    .main__content {
        gap: 3rem;
        flex-direction: column;
    }
    .content__left {
        width: 80%;
    }
    .content__right .content__button button {
        font-size: 1rem;
        width: 50%;
    }
     .search__container {
        gap: 1rem;
    }
    .search__container button {
        width: 7rem;
    }
    .pekerjaan__card__container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .footer__list {
        max-width: 100%;
        margin-right: 0;
    }
    .footer__list ul {
        column-gap: 2rem;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    body {
        font-size: 14px;
        width: 100vw;
    }
    form input, form select {
        font-size: 1.2rem !important;
    }
    .search__container {
        gap: .5rem;
    }
    .input__container form {
        width: 24.5%;
    }
    .pekerjaan__card__container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .content, .pekerjaan {
        padding: 0 4rem;
    }
    .content__left {
        width: 76%;
    }
    .main__content {
        gap: 5rem;
    }
    .pekerjaan__card__nama, .pekerjaan__card__harga, .pekerjaan__card__lokasi, .pekerjaan__card__deskripsi {
        font-size: 1.1rem;
    }
    .pekerjaan__card__jam {
        font-size: .85rem;
    }
    .pekerjaan__card__jenis {
        font-size: 1.3rem;
    }
    .pekerjaan__card button {
        margin-top: 2rem !important;
    }
    .footer {
        height: max-content;
        margin-bottom: 0;
    }
    .footer ul {
        font-size: 1rem;
    }
    .footer p {
        width: 80vw;
        text-align: center;
        margin: 1rem auto;
        font-size: 14px;
    }
}