.slider {
    height: auto;
    /* max-height: 550px; */
    width: 100%;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-content {
    width: 100vw;
    height: 500px;
    position: relative;
}

.swiper-slide .text {
    position: absolute;
    top: 45%;
    left: 7%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    color: white;
    text-align: start;
}

.swiper-slide .text .line {
    height: 2px;
    background-color: white;
    width: 50px;
    margin-bottom: 15px;
}

.swiper-slide .text h1 {
    font-size: 36px;
    font-weight: 700;
}

.swiper-slide .text p {
    font-size: 17px;
    font-weight: 300;
    width: 700px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oki-banner {
    height: 94px;
    background-color: #F5F5F5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oki-banner p {
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 31px;
    font-weight: bold;
}

.oki-banner p img {
    margin: 0 20px;
}

.expertise {
    display: grid;
    grid-template-columns: repeat(4, auto);
    width: 80%;
    gap: 70px;
    text-align: center;
    margin: 30px auto;
}

.expertise .content h3 {
    color: #E53636;
    font-size: 32px;
}

.expertise .content p {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}

.pub-container {
    display: flex;
    flex-direction: column;
    color: white;
}

.pub-container .pub-red {
    display: flex;
    background-color: #E53636;
    height: 430px;
    padding-right: 20px;
    align-items: center;
    justify-content: space-around;
}

.pub-container .pub-red .content.text {
    width: 45%;
    margin-left: 30px;
}
.pub-container .pub .content.text h1 {
    font-size: 61px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 65px;
}

.pub-container .pub .content.text .line {
    height: 8px;
    width: auto;
    max-width: 293px;
    background-color: white;
    margin-bottom: 20px;
}

.pub-container .pub-red .content.text ul {
    list-style: square;
    font-size: 20px;
    font-weight: 300;
    margin-left: 20px;
}

.pub-container .pub-red .content.video {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 40%;
}

.pub-container .pub-red .content.video iframe {
    width: 100%;
    max-width: 610px;
    height: 182px;
}

.pub-container .pub-red .content.video .top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.pub-container .pub-red .content.video .top iframe {
    max-width: 295px;
}

.pub-container .pub-blue {
    background-color: #0A5B78;
    height: 462px;
    display: flex;
    align-items: center;
}

.pub-container .pub-blue img {
    width: 629px;
    height: 100%;
    margin: 0;
}

.pub-container .pub-blue .content.text {
    width: 45%;
    margin-left: 60px;
}

.pub-container .pub-blue .content.text h1 {
    font-size: 43px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 48px;
}

.pub-container .pub-blue .content.text p {
    margin-top: 13px;
    font-size: 18px;
    font-weight: 300;
}

.printing-solution {
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.printing-solution h1 {
    margin: 30px auto;
    font-size: 61px;
    text-align: center;
}

.printing-solution .sliced {
    display: flex;
    width: 100%;
    height: 330px;
    color: white;
    margin: auto;
    position: relative;
}

.printing-solution .sliced .red {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #E53636;
    clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    width: 30%;
    height: 100%;
}

.printing-solution .sliced .red p {
    margin: auto;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    padding-right: 60px;
    padding-left: 30px;
    line-height: 30px;
}

.printing-solution .sliced .blue {
    clip-path: polygon(24.4% 0, 100% 0, 100% 100%, 32% 100%);
    background-color: #0181D1;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 100%;
}

.printing-solution .sliced .blue .content {
    position: relative;
    height: 100%;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 40px;
}

.printing-solution .sliced .blue .content h4 {
    font-size: 20px;
    font-weight: 500;
}

.printing-solution .sliced .blue .content div {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    font-weight: 500;
    text-align: start;
}

.printing-category {
    width: 95%;
    display: flex;
    margin: auto;
    flex-direction: column;
}

.printing-category .title {
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.printing-category .title h1 {
    font-size: 35px;
}

.printing-category .title p {
    font-size: 20px;
    margin-top: 30px;
}

.printing-category .category {
    display: grid;
    height: 551px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
}

.printing-category .category a {
    text-decoration: none;
    position: relative;
    display: flex;
    width: 100%;
    max-width: 412px;
    color: white;
    cursor: pointer;
}

.printing-category .category a img {
    width: 100%;
    max-width: 412px;
}

.printing-category .category a .label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    font-weight: 700;
    background-color: #0461C6;
}

.printing-category .category .column {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: space-around;
}

.isalex-banner {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0461C6;
    background-color: #E7E9EA;
    margin: 40px 0;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}

.isalex-about {
    width: 75%;
    margin: auto;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: justify;
}

.isalex-about .text-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.isalex-about .text-image .text {
    width: 100%;
    text-align: center;
}

.isalex-about .text-image .text h1 {
    margin-bottom: 30px;
}

.isalex-about .text-image .text video {
    width: 100%;
    height: auto;
}
/*
.isalex-about .text-image .images, .isalex-about .text-image .images > div{
    display: flex;
    gap: 15px;
}

.isalex-about .text-image .images > div {
    flex-direction: column;
}

.isalex-about .text-image .images img {
    width: 100%;
    max-width: 281px;
}

.isalex-about > p {
    margin-top: 20px;
} */

@media (max-width: 1300px) {

    .isalex-about {
        width: 85%;
    }

    .isalex-about .text-image {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }
}

@media (max-width: 1100px) {
    .swiper-slide .text h1 {
        font-size: 25px;
        font-weight: 700;
    }

    .swiper-slide .text p {
        font-size: 15px;
        font-weight: 300;
        width: 400px;
    }

    .expertise {
        width: 90%;
    }

    .expertise .content h3 {
        font-size: 28px;
    }

    .expertise .content p {
        font-size: 13px;
        line-height: 18px;
    }

    .pub-container .pub-red {
        padding-right: 0;
    }

    .pub-container .pub-red .content.text {
        width: 48%;
        margin-left: 20px;
    }
    .pub-container .pub .content.text h1 {
        font-size: 40px;
        line-height: 43px;
    }

    .pub-container .pub .content.text .line {
        height: 5px;
        max-width: 193px;
        margin-bottom: 20px;
    }

    .pub-container .pub-red .content.text ul {
        font-size: 16px;
    }

    .pub-container .pub-red .content.video {
        width: 45%;
    }


    .pub-container .pub-blue {
        height: fit-content;
    }

    .pub-container .pub-blue img {
        max-width: 629px;
        width: 50%;
        height: auto;
        margin: 0;
        object-fit: cover;
    }

    .pub-container .pub-blue .content.text {
        width: 50%;
        margin-left: 30px;
        padding: 30px 0;
    }

    .pub-container .pub-blue .content.text h1 {
        font-size: 35px;
    }

    .pub-container .pub-blue .content.text p {
        font-size: 16px;
    }


    .printing-solution h1 {
        font-size: 50px;
    }

    .printing-solution .sliced .red p {
        font-size: 16px;
        text-transform: uppercase;
        line-height: 22px;
    }

    .printing-solution .sliced .blue .content h4 {
        font-size: 18px;
        font-weight: 500;
    }

    .printing-solution .sliced .blue .content div {
        display: flex;
        align-items: center;
        gap: 30px;
        font-size: 16px;
        font-weight: 300;
        margin-top: 30px;
        text-align: start;
    }


    .printing-category .title h1 {
        font-size: 30px;
    }

    .printing-category .title p {
        font-size: 18px;
        margin-top: 15px;
    }

    .printing-category .category {
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .printing-category .category .column.c1 {
        height: 100%;
        gap: 30px;
    }
    .printing-category .category .column.c2 {
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: space-around;
        gap: 30px;
    }

    .isalex-banner {
        font-size: 24px;
    }

    .isalex-about {
        width: 95%;
    }
}

@media (max-width: 970px) {
    .printing-solution h1 {
        font-size: 40px;
    }

    .printing-solution .sliced .red p {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 20px;
    }

    .printing-solution .sliced .blue .content div {
        gap: 10px;
        margin-top: 10px;
    }

    .printing-solution .sliced .blue .content div img {
        width: 250px;
        height: auto;
    }

    .isalex-banner {
        font-size: 20px;
    }
}

@media (max-width: 950px) {
    .isalex-about .text-image {
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .isalex-about .text-image .text {
        width: 100%;
    }
}

@media (max-width: 917px) {
    .printing-category .category .column.c2 {
        flex-wrap: wrap;
    }
}

@media (max-width: 850px) {
    .slider {
        display: none;
    }
    .oki-banner p {
        font-size: 25px;
    }
    .oki-banner p img {
        width: 150px;
        height: auto;
    }

    .expertise {
        gap: 20px;
    }

    .pub-container .pub-red {
        flex-direction: column;
        background-color: #E53636;
        height: fit-content;
        padding: 30px 10px;
        align-items: center;
        justify-content: space-around;
        gap: 40px;
    }

    .pub-container .pub-red .content.text {
        width: 90%;
        margin-left: 0;
    }

    .pub-container .pub .content.text h1 {
        font-size: 40px;
        line-height: 43px;
    }

    .pub-container .pub .content.text .line {
        height: 5px;
        max-width: 193px;
        margin-bottom: 20px;
    }

    .pub-container .pub-red .content.video {
        width: 90%;
    }

    .pub-container .pub-red .content.video iframe {
        width: 100%;
        max-width: none;
        height: 200px;
    }

    .pub-container .pub-red .content.video .top iframe {
        max-width: none;
    }

    .pub-container .pub-blue img {
        display: none;
    }

    .pub-container .pub-blue .content.text {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
    }

    .pub-container .pub-blue .content.text h1 {
        font-size: 30px;
    }

    .pub-container .pub-blue .content.text p {
        font-size: 16px;
    }

    .printing-solution .sliced {
        height: 600px;
        flex-direction: column;
    }

    .printing-solution .sliced .red {
        clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
        width: 100%;
        height: 30%;
        justify-content: center;
    }

    .printing-solution .sliced .red p {
        margin: auto;
        font-weight: 600;
        font-size: 20px;
        padding-right: 0;
        padding-left: 0;
        line-height: 30px;
        max-width: 90%;
    }

    .printing-solution .sliced .blue {
        clip-path: polygon(0 32%, 100% 24.4%, 100% 100%, 0% 100%);
        display: flex;
        align-items: end;
        justify-content: center;
    }

    .printing-solution .sliced .blue .content {
        position: relative;
        height: 100%;
        width: 90%;
        padding-right: 0px;
        padding-top: 150px;
    }
}

@media (max-width: 780px) {
    .expertise {
        grid-template-columns: auto auto;
        grid-template-rows: auto;
    }

    .expertise .content h3 {
        color: #E53636;
        font-size: 32px;
    }

    .expertise .content p {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
    }


    .pub-container .pub-red .content.video iframe {
        width: 100%;
        max-width: none;
        height: 200px;
    }

    .pub-container .pub-red .content.video .top {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 10px;
    }

    .pub-container .pub-red .content.video .top iframe {
        max-width: none;
    }
}

@media (max-width: 650px) {
    .oki-banner p {
        font-size: 16px;
    }
    .oki-banner p img {
        width: 80px;
    }

    .printing-solution .sliced .red {
        padding-top: 0;
    }

    .printing-solution .sliced .red p {
        padding-top: 0;
        margin-top: 30px;
        font-size: 16px;
    }

    .printing-solution .sliced .blue .content div img {
        width: 200px;
    }

    .isalex-about .text-image .images {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 520px) {
    .oki-banner p {
        font-size: 12px;
    }
    .oki-banner p img {
        width: 60px;
    }
}

@media (max-width: 520px) {
    .printing-solution .sliced .blue .content div {
        flex-direction: column;
        width: 100% !important;
    }
    .printing-solution .sliced .blue .content div iframe {
        display: none;
    }
}

@media (max-width: 500px) {
    .printing-solution .sliced .red p {
        margin-top: 10px;
        font-size: 14px;
    }
    .printing-solution .sliced .blue .content div iframe {
        display: none;
    }
}

@media (max-width: 450px) {
    .expertise {
        grid-template-columns: auto;
    }
    .printing-category .category a {
        font-size: 14px;
    }
    .isalex-banner {
        font-size: 18px;
    }

}
