.swiper {
    width: calc(480px * 3 / 4);
    height: calc(640px * 3 / 4);
}

@media (max-width: 767.98px) {
    .swiper {
        width: calc(480px * 2 / 4);
        height: calc(640px * 2 / 4);
    }
}

@media (min-width: 1024px) {
    .laptop-margin-left {
        margin-left: 50px;
    }
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    box-shadow: none !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.image-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.popup-content {
    position: relative;
    max-width: 80%;
    max-height: 80%;
}

.popup-content img {
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
}

.close-popup {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

/* infografhic */
.swiper-infografhic {
    width: 100%;
    height: 100%;
    margin: 12px
}

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

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