@media (max-width: 480px) {
    .matrix-column {
        font-size: 12px;
        line-height: 14px;
        width: 15px;
    }
}
@media (max-width: 768px) {
    #logo {
        font-size: 2em;
    }
    .hover-text {
        top: 5px;
    }
    .container {
        max-width: unset;
        min-width: unset;
        width: 80%;
        padding: 20px;
        margin-bottom: 100px;
    }
    #home-title {
        font-size: 1.5em;
    }
    .section-title {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .lang-dropdown-content {
        top: 55px;
        left: -10px;
        width: 100%;
    }
    .dropdown-arrow {
        transform: rotate(90deg);
    }
    .lang-dropdown.show .dropdown-arrow {
        transform: rotate(0);
    }
    #OpenChat-section .container {
        padding: 10px;
    }
    .button {
        padding: 5px;
        --fs-size: .5em; 
    }
    .aboutProject-content {
        padding: 0;
    }
    .carousel-btn {
        top: unset;
        bottom: 1.5%;
    }
    .video-description {
        max-width: unset;
        width: calc(100% - 120px);
    }
    .character-card {
        max-width: unset;
        width: 100%;
        flex: 0 0 100%;
    }
    .character-specialEffects {
        max-width: unset;
        min-width: unset;
        width: 100%;
        height: 240px;
    }
    .character-imgBox-border {
        width: 210px;
        height: 210px;
    }
    .character-imgBox {
        width: 200px;
        height: 200px;
    }
    footer p {
        text-align: center;
    }
    .matrix-column {
        font-size: 14px;
        line-height: 16px;
        width: 18px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: unset;
        min-width: unset;
        width: 80%;
        padding: 20px;
    }
}