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

nav div {
    height: 10vh;
}

.arrow__icon path {
    stroke: #0046b1;
}

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

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

.main {
    min-height: 82vh;
    height: max-content;
    padding-bottom: 18vh;
}

.main img {
    height: 78%;
    width: auto;
}

.main__text__title {
    width: 45vw;
}

.main__text__content {
    width: 45vw;
}

.main__content {
    width: 40.7vw;
    height: max-content;
}

.main input {
    font-size: 19.5px;
}

.search__button {
    width: max-content;
    height: 4rem;
    background-color: #0046B1;
}

.search__icon {
    width: 25% !important;
    height: auto !important;
}

.iklan {
    position: relative;
    overflow: hidden;
    padding: 0 !important;
}

.carousel {
    display: flex;
    width: 100%;
}

.carousel img {
    flex-shrink: 0; 
    width: 100vw;
}

.carousel__button {
    z-index: 10;
    opacity: 0.1;
    cursor: pointer;
}

.carousel__button:hover {
    opacity: 1;
}
  
.arahan {
    background-image: url('../img/Group 15.png');
    width: 91vw;
    height: 22.22vh;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}

.kategori {
    padding: 0 70px;
}

.kategori__content div {
    width: 19% !important;
    height: auto !important;
}

.kategori__content > div {
    position: relative; 
}

.kategori__content p {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    z-index: 10; 
    color: white; 
}

.kategori__content img {
    filter: brightness(50%);
}

.pekerjaan {
    padding: 0 70px;
}

.pekerjaan__card {
    width: 21.8vw !important;
    height: max-content !important;
}

.perusahaan {
    background-image: url('../img/Group 16.png');
    height: max-content;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}

.perusahaan__content {
    width: 38vw;
}

.artikel {
    padding: 0 70px;
}

.artikel__card {
    width: 29.6vw !important;
    height: max-content !important;
    padding-bottom: 1.5rem !important;
}

.artikel__card p, .artikel__card button {
    margin-top: 1rem;
}

.artikel__card img {
    height: 18rem !important;
}

.ajakan {
    height: max-content;
    background-image: url('../img/ajakan.png');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}

/* HOMEPAGE PERUSAHAAN */
.content__homepage__perusahaan {
    background-image: url('../img/backgorund-home-perusahaan.png');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}

.content__homepage__perusahaan .btn {
    transition: ease 200ms all;
}

.content__homepage__perusahaan .btn:hover {
    background-color: #045ada;
}

.main__step {
    height: max-content;
    padding-bottom: 4rem;
}

.horizontal-line {
    width: 77.6vw;
    gap: 25.87vw;
}

.step {
    width: 77.6vw;
    gap: 120px;
}

.step .step__info {
    width: 31.25vw;;
}

@media (max-width: 576px) {
    body {
      font-size: 14px;
      width: 100vw;
    }
    button#prev, button#next {
        display: none;
    }
    .main {
        padding: 2rem 1rem;
        min-height: max-content;
    }
    .main__text__title {
        font-size: 2rem;
        margin-top: 8rem;
        width: 90vw;
    }
    .main__text__content {
        width: 90vw;
        font-weight: 600;
        font-size: 1rem;
    }
    .main__content {
        width: 90vw;
        padding: .5rem 1rem;
        margin: 1.5rem auto;
        margin-top: 2rem;
        border-radius: 1rem;
    }
    .main__content p{
        font-size: 0.75rem;
    }
    .main__content input {
        font-size: 0.75rem;
    }
    .search__button {
        height: 2rem !important;
        width: 3rem !important;
    }
    .search__button p {
        display: none;
    }
    .search__icon {
        width: 80% !important;
        display: block !important;
        margin-left: 0;
    }
    .arahan__container {
        background-color: #0046B1;
        padding-bottom: 2rem;
    }
    .arahan {
        height: max-content;
        gap: 1rem;
        background: none;
        padding: 1rem;
    }
    .arahan img {
        width: 1rem;
        height: 1rem;
    }
    .arahan div {
        font-size: .5rem;
        gap: 8px;
        text-align: center;
    }
    .arahan div:nth-child(even) div {
        width: 10vw;
    }
    .iklan {
        margin-top: 2rem;
    }
    .section {
        margin-top: 2rem;
        padding: 0 1rem;
    }
    .section__title {
        flex-direction: column;
        align-items: center;
        width: 90vw;
        gap: 1rem;
    }
    .section__title p:nth-child(1) {
        font-size: 1.5rem;
        text-align: center;
    }
    .section__title p:nth-child(2) {
        text-align: center;
        font-size: 1rem;
    }
    .section a {
        width: 80%;
        font-size: 0.875rem;
        display: flex;
        justify-content: center;
    }
    .section button {
        width: 100%;
        justify-content: center;
    }
    .kategori {
        margin-top: 4rem;
    }
    .kategori__carousel {
        position: relative;
        width: 100%; 
        overflow: hidden; 
        margin-top: 1rem;
    }
    .kategori__content {
        transition: transform 0.5s ease; 
        justify-content: start;
    }
    .kategori__content > div {
        flex-shrink: 0;
        width: 100% !important; 
    }
    .kategori__content div a {
        width: 100%;
        height: 100%;
    }
    .swiper-button {
        display: none !important;
    }
    .pekerjaan {
        margin-top: 4rem;
    }
    .pekerjaan__carousel {
        width: 100%;
        margin-top: 0;
    }
    .pekerjaan__content {
        transition: transform 0.5s ease;
        flex-wrap: nowrap;
    }
    .pekerjaan__content > div {
        flex-shrink: 0;
        width: 100% !important;
    }
    .pekerjaan__card {
        gap: 1rem;
        height: max-content !important;
        padding-bottom: 2rem;
        justify-content: center;
    }
    .pekerjaan__card a {
        width: 100%;
    }
    .perusahaan {
        background-image: none;
        flex-direction: column;
        height: max-content;
        padding-top: 2rem;
        padding-bottom: 2rem;
        gap: 1rem;
        background-color: #D6E9FA;
        align-items: center;
        margin-top: 4rem;
    }
    .perusahaan img {
        width: 60vw;
        height: auto;
    }
    .perusahaan button img {
        width: 1rem;
    }
    .perusahaan .logo {
        width: 2rem;
        height: 1.45rem;
    }
    .perusahaan__content {
        width: 90vw;
        align-items: center;
        justify-content: center;
    }
    .perusahaan button {
        font-size: 14px;
    }
    .decoration {
        display: none;
    }
    .artikel__content {
        transition: transform 0.5s ease !important;
    }
    .artikel__card {
        height: max-content !important;
        padding-bottom: 1rem;
    }
    .artikel__card img {
        height: 13rem !important;
    }
    .artikel__content > div {
        width: 90vw !important;
    }
    .artikel__card p:nth-child(2) {
        font-size: 1.25rem !important;
        margin-top: 1rem;
    }
    .artikel__card p:nth-child(3) {
        margin-top: 1rem;
        font-size: 0.875rem !important;
    }
    .artikel__card button {
        margin-top: 1rem;
        width: 90% !important;
    }
    .ajakan__section {
        margin-top: 4rem;
    }
    .ajakan {
        background-position: right;
        height: max-content;
        width: 100%;
        padding: 2rem 1rem;
    }
    .ajakan p:nth-child(1) {
        font-size: 0.875rem;
        text-align: center;
    }
    .ajakan p:nth-child(2) {
        font-size: 1.5rem;
        width: 90vw;
        text-align: center;
        margin-top: 0;
    }
    .ajakan button {
        width: 100%;
        font-size: 1rem;
        justify-content: center;
        margin-top: 1rem;
    }
    .main img {
        height: 50%;
        filter: brightness(0.7);
    }
    .main__hero {
        height: max-content;
        padding: auto 1rem;
    }
    .main__hero__header {
        gap: 0;
        flex-direction: column;
    }
    .main__hero__header p, .main__hero__header a{
        font-size: 18px;
        text-align: center;
    }
    .content__homepage__perusahaan {
        padding-top: 2rem !important;
        background-image: none;
        height: max-content !important;
    }
    .content__homepage__perusahaan .form__pendaftaran {
        width: 95%;
        height: max-content;
        padding: 2rem;
        margin: 0 auto;
    }
    .content__homepage__perusahaan .form__pendaftaran p:nth-child(1) {
        font-size: 1.25rem;
    }
    .main__step {
        height: max-content;
        margin-top: -1px;
    }
    .main__step__background {
        display: none;
        position: relative;
    }   
    .step__title {
        font-size: 1rem;
    }
    .horizontal-line {
        width: 8px;
        height: 35rem;
        flex-direction: column;
        gap: 11rem;
        margin-left: 2rem !important;
        margin-top: -.5rem;
    }
    .horizontal-line div{
        height: 1rem;
        width: 1rem;
        margin-top: 0;
    }
    .step__container {
        flex-direction: row;
        width: 100vw;
        margin-top: -1rem;
        padding: 1rem;
    }
    .step {
        flex-direction: column;
        width: 100vw;
        margin-left: 2rem;
        gap: 1rem;
        margin-top: 0;
    }
    .step__info div {
        min-height: 5rem;
    }
    .step div {
        width: 70vw;
    }
    .step div p {
        font-size: 1.2rem;
    }
    .step div img {
        margin-top: 1rem;
        width: 4rem;
        height: 4rem;
    }
    .footer {
        height: max-content;
    }
    .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;
    }
    button#prev, button#next {
        display: none;
    }
    .main {
        padding: 2rem 1rem;
        min-height: max-content;
    }
    .main__text__title {
        margin-top: 8rem;
        font-size: 2rem;
        width: 60vw;
    }
    .main__text__content {
        font-size: 1rem;
        width: 60vw;
    }
    .main__content {
        width: 70%;
        padding: .5rem 1rem;    
        margin-top: 2rem;
        align-items: center ;
    }
    .main__content p{
        font-size: .875rem;
    }
    .main__content input {
        font-size: .875rem;
    }
    .search__button {
        height: 3rem;
        width: 3rem;
    }
    .search__icon {
        width: auto !important;
        height: 43% !important;
        margin-left: .2rem;
    }
    .search__button p {
        display: none;
    }
    .arahan__container {
        margin-top: -1px;
        background-color: #0046B1;
        padding-bottom: 2rem;
    }
    .arahan {
        height: max-content;
        gap: 1rem;
        background: none;
        padding: 1rem;
    }
    .arahan img {
        width: 1rem;
        height: 1rem;
    }
    .arahan div {
        font-size: 1rem;
        gap: 8px;
    }
    .arahan div:nth-child(even) div {
        width: 10vw;
    }
    .iklan {
        margin-top: 2rem;
    }
    .kategori {
        margin-top: 4rem;
    }
    .kategori__carousel {
        position: relative;
        width: 100%; 
        overflow: hidden; 
        margin-top: 1rem;
    }
    .kategori__content {
        transition: transform 0.5s ease; 
        justify-content: start;
    }
    .kategori__content > div {
        flex-shrink: 0;
        width: 100% !important; 
    }
    .kategori__content div a {
        width: 100%;
        height: 100%;
    }    .swiper-button {
        display: none !important;
    }
    .section {
        margin-top: 2rem;
        padding: 0 1rem;
    }
    .section__title {
        flex-direction: column;
        align-items: center;
        width: 90vw;
        gap: 1rem;
    }
    .section__title p:nth-child(1) {
        font-size: 2rem;
        text-align: center;
    }
    .section__title p:nth-child(2) {
        text-align: center;
        font-size: 1.5rem;
    }
    .section a {
        width: 60%;
        font-size: 0.875rem;
        display: flex;
        justify-content: center;
    }
    .section button {
        width: 80%;
        justify-content: center;
    }
    .pekerjaan__carousel {
        margin-top: 0;
    }
    .pekerjaan__content {
        display: flex;
        transition: transform 0.5s ease;
        flex-wrap: nowrap;
    }
    .pekerjaan__content > div {
        flex-shrink: 0;
        width: 100%  !important; 
        width: 60%  !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%;
    }
    .perusahaan {
        flex-direction: column;
        height: max-content;
        padding-top: 2rem;
        padding-bottom: 2rem;
        gap: 1rem;
        background-color: #D6E9FA;
        background-image: none;
        align-items: center;
        margin-top: 4rem;
    }
    .perusahaan img {
        width: 80%;
        height: auto;
    }
    .perusahaan button img {
        width: 1rem;
    }
    .perusahaan .logo {
        width: 5rem;
    }
    .perusahaan__content {
        width: 90vw;
        align-items: center;
        justify-content: center;
    }
    .decoration {
        display: none;
    }
    .artikel {
        margin-top: 4rem;
    }
    .artikel__content {
        transition: transform 0.5s ease;
    }
    .artikel__content > div {
        flex-shrink: 0 !important;
        width: 70% !important;
    }
    .artikel__card {
        height: max-content !important;
        padding-bottom: 2rem !important;
    }
    .artikel__card p:nth-child(2) {
        font-size: 1.4rem !important;
        margin-top: 1.2rem !important;
    }
    .artikel__card p:nth-child(3) {
        font-size: 1.2rem;
        margin-top: 1.2rem !important;
    }
    .artikel__card button {
        margin-top: 1.2rem !important;
        width: 90% !important;
    }
    .ajakan__section {
        margin-top: 4rem;
    }
    .ajakan {
        height: max-content;
        width: 100vw;
        padding: 2rem 1rem;
    }
    .ajakan p:nth-child(1) {
        font-size: 1rem;
        text-align: center;
    }
    .ajakan p:nth-child(2) {
        width: 90vw;
        font-size: 2rem;
        text-align: center;
        margin-top: 0;
    }
    .ajakan button {
        max-width: 100%;
        font-size: 1rem;
        justify-content: center;
        margin-top: 1rem;
    }
    .main__hero {
        height: max-content;
        padding: auto 1rem;
    }
    .main__hero {
        height: max-content;
    }
    .main__hero__header {
        padding: 1rem 0;
        flex-direction: column;
        gap: 0;
    }
    .main__hero__header p, .main__hero__header a{
        font-size: 20px;
        text-align: center;
    }
    .content__homepage__perusahaan {
        padding: 2rem 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: max-content;
    }
    .content__homepage__perusahaan .form__pendaftaran {
        width: 80%;
        height: max-content;
        padding: 2rem;
        margin: 0 auto;
    }
    .content__homepage__perusahaan .form__pendaftaran p:nth-child(1) {
        font-size: 1.7rem;
    }
    .main__step {
        height: max-content;
    } 
    .step__title {
        font-size: 1rem;
        margin-top: 2rem;
    }
    .horizontal-line {
        margin-top: 1rem;
        width: 95%;
    }
    .horizontal-line div{
        height: 1rem;
        width: 1rem;
        margin-top: 0;
    }
    .step__container {
        width: 100vw;
        margin-top: 1rem;
        padding: 1rem;
        justify-items: center;
    }
    .step {
        width: 100vw;
        margin-left: 5rem;
        gap: 0;
        margin-top: 2rem;
    }
    .step div {
        width: 19vw;
    }
    .step div p {
        font-size: 1.2rem;
    }
    .step div img {
        width: 4rem;
        height: 4rem;
    }
    .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) {
    body {
        font-size: 14px;
        width: 100vw;
    }
    .section {
        margin-top: 4rem;
        padding: 0 1rem;
    }
    button#prev, button#next {
        display: none;
    }
    .main {
        padding: 4rem 1rem 2rem 1rem;
        min-height: max-content;
    }
    .main img {
        height: 65%;
    }
    .main__text__title {
        margin-top: 8rem;
        font-size: 2rem;
        width: 50vw;
    }
    .main__text__content {
        width: 50vw;
        font-size: 1rem;
    }
    .main__content {
        width: 50vw;
        padding: .5rem 1rem;    
        margin-top: 2rem;
        align-items: center;
        border-radius: 15px;
    }
    .main__content p{
        font-size: .875rem;
    }
    .main__content input {
        font-size: .78rem;
    }
    .search__button {
        height: 2.2rem;
        width: 3.2rem;
    }
    .search__icon {
        width: auto !important;
        height: 50% !important;
        margin: auto !important;
    }
    .search__button p {
        display: none;
    }
    .arahan__container {
        margin-top: -1px;
        background-color: #0046B1;
        padding-bottom: 2rem;
    }
    .arahan {
        height: max-content;
        gap: 1rem;
        background: none;
        padding: 1rem;
    }
    .arahan img {
        width: 1rem;
        height: 1rem;
    }
    .arahan div {
        font-size: 1rem;
        gap: 8px;
    }
    .arahan div:nth-child(even) div {
        width: 10vw;
    }
    .iklan {
        margin-top: 2rem;
    }
    .kategori__carousel {
        margin-top: 1rem;
    }
    .kategori__content {
        justify-content: start;
    }
    .kategori__content > div {
        width: 100% !important; 
        max-width: 48%; 
        margin: auto;
    }
    .kategori__content div a {
        width: 100%;
        height: 100%;
    }
    .swiper-button {
        display: none !important;
    }
    .section {
        margin-top: 4rem;
        padding: 0 1rem;
    }
    .section__title {
        flex-direction: column;
        align-items: center;
        width: 90vw;
        gap: 1rem;
        margin: 0 auto;
    }
    .section__title p:nth-child(1) {
        font-size: 2rem;
        text-align: center;
    }
    .section__title p:nth-child(2) {
        text-align: center;
        font-size: 1.5rem;
    }
    .section a {
        width: 80%;
        font-size: 0.875rem;
        display: flex;
        justify-content: center;
    }
    .section button {
        width: 60%;
        justify-content: center;
    }
    .pekerjaan {
        margin-top: 4rem;
    }
    .pekerjaan__carousel {
        width: 100%;
        margin-top: 0;
    }
    .pekerjaan__content {
        display: flex;
        transition: transform 0.5s ease;
        flex-wrap: nowrap;
    }
    .pekerjaan__content > div {
        flex-shrink: 0;
        width: 48% !important;
    }
    .pekerjaan__card {
        gap: 1rem;
        height: max-content;
        padding-bottom: 2rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .pekerjaan__card a {
        width: 100%;
    }
    .perusahaan {
        flex-direction: column;
        height: max-content;
        padding-top: 2rem;
        padding-bottom: 2rem;
        gap: 1rem;
        background-image: none;
        background-color: #D6E9FA;
        align-items: center;
        margin-top: 4rem;
    }
    .perusahaan img {
        width: 80%;
    }
    .perusahaan button img {
        width: 1rem;
    }
    .perusahaan .logo {
        width: 5rem;
    }
    .perusahaan__content {
        width: 90vw;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }
    .perusahaan__content p:nth-child(1) {
        font-size: 2rem;  
        text-align: center; 
    }
    .perusahaan__content p:nth-child(2) {
        text-align: center; 
        font-size: 1.5rem;
    }
    .perusahaan__content div {
        justify-content: center;
    }
    .perusahaan__content div div {
        width: max-content;
        height: 9vh;
    }
    .perusahaan__content div {
        width: 90%;
    }
    .perusahaan__content div div img {
        width: 4rem !important;
        height: auto;
    }
    .perusahaan__content div div p:nth-child(1) {
        font-size: 1.6rem;
    }
    .perusahaan__content div div p:nth-child(2) {
        font-size: 1.2rem;
    }
    .decoration {
        display: none;
    }
    .artikel {
        margin-top: 4rem;
    }
    .artikel__content {
        transition: transform 0.5s ease !important;
        flex-wrap: nowrap;
    }
    .artikel__card {
        height: max-content !important;
        padding-bottom: 2rem !important;
    }
    .artikel__card img {
        height: 13rem !important;
    }
    .artikel__content > div {
        flex-shrink: 0 !important;
        width: 50% !important;
    }
    .artikel__card button {
        width: 90%  !important;
        margin-top: 1.5rem !important;
    }
    .artikel__card p:nth-child(2) {
        margin-top: 1rem;
        font-size: 1.4rem  !important;
    }
    .artikel__card p:nth-child(3) {
        margin-top: 1rem;
        font-size: 1rem  !important;
    }
    .ajakan__section {
        margin-top: 4rem;
    }
    .ajakan {
        height: max-content;    
        width: 100vw;
        padding: 2rem 1rem;
        margin-bottom: 2rem;
    }
    .ajakan p:nth-child(1) {
        font-size: 1.2rem;
        text-align: center;
    }
    .ajakan p:nth-child(2) {
        width: 75%;
        font-size: 2rem;
        text-align: center;
        margin-top: 0;
    }
    .ajakan button {
        max-width: 100%;
        font-size: 1rem;
        justify-content: center;
        margin-top: 1rem;
    }
    .main__hero {
        height: max-content;
        padding: auto 1rem;
    }
    .main__hero__header {
        margin-top: 1.25rem;
        gap: 0;
    }
    .main__hero__header p, .main__hero__header a{
        font-size: 18px;
    }
    .main__step {
        height: max-content;
        padding-bottom: 1rem;
    } 
    .content__homepage__perusahaan {
        padding-top: 4rem !important;
        height: 70vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .content__homepage__perusahaan .form__pendaftaran {
        width: 60%;
        margin-left: 2rem;
        height: max-content;
        padding: 2rem;
    }
    .step__title {
        font-size: 1rem;
        margin-top: 2rem;
    }
    .horizontal-line {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .horizontal-line div{
        height: 1rem;
        width: 1rem;
    }
    .step__container {
        width: 100vw;
        margin-top: -1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .step {
        gap: 4rem;
        justify-content: center;
    }
    .step .step__info {
        width: 20vw;
    }
    .step__info div {
        min-height: 8rem;
    }
    .step div p {
        font-size: 1.2rem;
    }
    .step div img {
        width: 4rem;
        height: 4rem;
    }
    .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: 1025px) and (max-width: 1440px) {
    body {
        font-size: 14px;
        width: 100vw;
    }
    .section__title button {
        margin-right: 1rem;
    }
    .main {
        padding-top: 4rem;
        height: max-content+2rem;
    }
    .main__text__title {
        font-size: 3rem;
        margin-top: 8rem;
    }
    .main__text__content {
        font-size: 1.5rem;
    }
    .main__content {
        padding: 1rem 1rem;    
        margin-top: 4rem;
        width: 40vw;
        border-radius: 1rem;
    }
    .main__content p{
        font-size: 1.2rem;
    }
    .main__content input {
        font-size: 1rem;
    }
    .search__button {
        height: 3rem;
    }
    .search__button a {
        gap: .25rem;
    }
    .search__icon {
        width: auto !important;
        height: 43% !important;
    }
    .kategori__content {
        justify-content: start;
    }
    .kategori__content div {
        width: 23.25% !important;
        height: auto !important;
    }    
    .pekerjaan__card {
        width: 31% !important;
    }
    .perusahaan {
        padding: 3rem 0;
        height: max-content;
        gap: 3rem;
    }
    .perusahaan__content {
        min-width: 50%;
    }
    .perusahaan__content__header {
        max-width: 80%;
    }
    .perusahaan__image {
        width: 45%;
    }
    .perusahaan button img {
        width: .8rem;
    }
    .artikel__card {
        width: 32% !important;
        height: max-content !important;
        padding-bottom: 1rem;
    }
    .artikel__card img {
        height: 13rem !important;
    }
    .artikel__card p:nth-child(2) {
        margin-top: 1rem;
        font-size: 1.5rem  !important;
    }
    .artikel__card p:nth-child(3) {
        margin-top: 1rem;
        font-size: 1.1rem  !important;
    }
    .ajakan button {
        margin-top: 1rem;
    }
    .main__hero {
        height: max-content;
        padding: auto 1rem;
    }
    .main__hero p, .main__hero a{
        font-size: 14px;
    }
    .main__step {
        height: max-content;
        padding-bottom: 1rem;
    } 
    .content__homepage__perusahaan {
        padding-top: 4rem !important;
        height: 100vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .content__homepage__perusahaan .form__pendaftaran {
        width: 44%;
        margin-left: 4rem;
        height: max-content;
        padding: 2rem 4rem;
    }
    .step__title {
        font-size: 1rem;
        margin-top: 2rem;
    }
    .horizontal-line {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .horizontal-line div{
        height: 1rem;
        width: 1rem;
    }
    .step__container {
        width: 100vw;
        margin-top: -1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .step {
        gap: 4rem;
        justify-content: center;
    }
    .step .step__info {
        width: 20vw;
    }
    .step .step__info div {
        min-height: 6rem;
    }
    .step div p {
        font-size: 1.2rem;
    }
    .step div img {
        width: 4rem;
        height: 4rem;
    }
    .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: 1441px) and (max-width: 1675px) {
    .main__text__title {
        width: 50vw;
    }
    .artikel__card {
        width: 31% !important;
        height: max-content !important;
    }
    .artikel__card img {
        height: 15rem !important;
    }
    .artikel__card p:nth-child(2) {
        margin-top: 1rem;
        font-size: 1.6rem  !important;
    }
    .artikel__card p:nth-child(3) {
        margin-top: 1.15rem;
        font-size: 1.15rem  !important;
    }
    .perusahaan {
        padding: 3rem 4rem;
        height: max-content;
        gap: 3rem;
    }
    .perusahaan__content {
        min-width: 50%;
    }
    .perusahaan__content__header {
        max-width: 80%;
    }
    .perusahaan__content__description {
        max-width: 80%;
    }
    .perusahaan__image {
        width: 45%;
    }
}