@font-face {
    font-family: 'Euclid Circular A';
    src: url('https://wi-keys.com/assets/css/fonts/euclid-circular-a-regular.woff') format('woff');
}

body {
    font-family: 'Euclid Circular A', sans-serif !important;
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
}

.grid-container {
    flex-direction: row;
    /* Row direction for large screens */
}

.item,
.item-invert {
    flex: 1;
    padding-top: 10px;
    min-height: 400px;
}


/* Default layout: Column 1, Column 2, Column 3 */
.item:nth-child(1) {
    order: 1;
}

.item:nth-child(2) {
    order: 2;
}

.heading-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    color: black;
    word-break: break-word;
}

.secondary-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 56px;
    color: black;
    line-height: 33px;
}

@media (max-width: 1024px) {
    .grid-container {
        flex-direction: column;
        /* Stack the columns */
    }
}

/* For screens smaller than 768px (e.g., mobile) */
@media (max-width: 1024px) {
    .item:nth-child(1) {
        order: 1;
        /* Column 1 goes to last */
    }

    .item:nth-child(2) {
        order: 2;
        /* Column 2 goes first */
    }
}

/* For screens smaller than 768px (e.g., mobile) */
@media (max-width: 1024px) {
    .item-invert:nth-child(1) {
        order: 2;
        /* Column 1 goes to last */
    }

    .item-invert:nth-child(2) {
        order: 1;
        /* Column 2 goes first */
    }
}

p {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: black !important;
}

.text-content {
    padding: 8px;
}

.article-tag {
    font-size: 14px;
    font-weight: 500;
    color: #7F8697;
}

.article-arrow {
    position: relative;
    float: right;
}

.article-title {
    min-height: 54px;
    height: fit-content;
    font-size: 18px;
    font-size: 500;
    width: 100%;
    color: black;
    margin-bottom: 10px;
}

.article-content {
    height: fit-content;
    height: fit-content;
    margin-bottom: 10px;
}

.article-note {
    display: block;
}

.note-right,
.note-left {
    width: 100%;
    flex: 1;
    color: #7F8697 !important;
}

.note-right {
    position: relative;
    float: right;
    text-align: end;
    right: 10px;
}

.note-container {
    display: flex;
}

.blue-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    height: 102px;
}

@media (max-width: 1399px) {
    .article-title {
        height: 90px;
        height: fit-content;
        /* Set your desired height here */
    }

    .blue-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        height: 140px;
    }
}

@media (max-width: 1600px) {
    .carrer-text-content {
        margin-left: 0 !important;
        padding: 10% 8% 5% 5%;
    }

    .carrer-job-content {
        max-width: 491px;
        margin: 0 auto !important;
    }
}

@media (max-width: 1200px) {
    .carrer-text-content {
        margin-left: 0 !important;
        padding: 5% !important;
    }

    .carrer-job-content {
        max-width: 491px;
        margin: 0 auto !important;
    }
}

@media (max-width: 1023px) {
    .carrer-text-content {
        margin: 0%;
        padding: 0;
    }

    .carrer-job-content {
        max-width: 491px;
        margin: 0 auto !important;
    }
}

.carrer-text-content {
    margin-left: 13%;
    padding: 5% 8% 5% 15%;
}

.carrer-job-content {
    padding: 5% 10% 12% 5%;
}

.subtitle {
    font-size: 24px !important;
    line-height: 25px !important;
}

.secondary-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 56px;
    color: black;
    line-height: 33px;
}

.carrer-slider {
    width: 580px;
    padding-left: 5%;
}

@media (max-width: 875px) {
    .subtitle {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .secondary-title {
        font-size: 24px;
        font-weight: 500;
        line-height: 56px;
        color: black;
        line-height: 33px;
        height: 70px;
    }

    .carrer-job-content {
        width: 90%;
        padding: 5% !important;
        margin: auto !important;
    }

    .carrer-slider {
        width: 90% !important;
        padding-left: 5% !important;
    }
}

@media (max-width: 767px) {
    .carrer-text-content {
        margin: 0%;
        padding: 0;
    }

    .carrer-job-content {
        width: 90%;
        min-width: 200px;
        padding: 5% !important;
        margin: auto !important;
        margin-right: auto !important;
    }

    .carrer-slider {
        width: 90% !important;
        padding-left: 5% !important;
    }

}

@media (max-width: 767px) {
    .article-note {
        display: block;
        color: #7F8697;
    }

    .note-container {
        display: block;
    }

    .note-right,
    .note-left {
        display: block;
        width: 100%;
    }

    .note-right {
        position: relative;
        text-align: start;
        right: 0px;
    }
}

@media (max-width: 575px) {
    .article-title {
        min-height: 180px;
        height: fit-content;
    }
}

.img-padding {
    margin-bottom: 14px;
}

.icon-padding {
    padding-bottom: 2px !important;
}

@media (max-width: 1399px) {
    .article-title {
        height: 100px;
        /* Set your desired height here */
    }
}

@media (max-width: 575px) {
    .article-title {
        min-height: 54px;
        height: fit-content;
    }
}


@-webkit-keyframes animStar {
    from {
        -webkit-transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes animStar {
    from {
        -moz-transform: translateY(0px);
    }

    to {
        -moz-transform: translateY(-2000px);
    }
}

@-ms-keyframes animStar {
    from {
        -ms-transform: translateY(0px);
    }

    to {
        -ms-transform: translateY(-2000px);
    }
}

@keyframes animStar {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-2000px);
    }
}

.main-bg {
    background-color: red !important;
    background-image: url('images/bg.webp');
}


@media (max-width: 1024px) {
.main-bg {
    background-color: red !important;
        background-image: url('images/bg-min.webp');
    }
}