@media (max-width: 768px) {
    html {
        width: 100%;
    }

    body {
        padding: 0px 0px;
        width: 100%;
    }

    h2 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
        font-family: 'IPST-Regular';
        font-style: normal;
        font-weight: normal;
    }

    nav.navbarBox {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0px;
        position: relative;
    }

    .mainBox {
        padding: 20px;
    }

    .mainBoxFull {
        width: 100%;
        padding: 0px;
    }

    #fontsCardBox {
        padding: 0px 20px;
    }

    .headerPadding {
        padding: 0px 20px;
    }

    .hamburger {
        display: block;
        font-size: 30px;
        cursor: pointer;
        padding: 0px;
        user-select: none;
        z-index: 1001;
    }

    .menuBox {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        border-top: 1px solid #ccc;
        z-index: 9000;
        transition: all 0.3s ease-in-out;
        /* padding: 10px 20px; */
    }

    #mobileMenu>a {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.274);

    }

    .menuBox.show {
        display: flex;
        width: 100%;
    }

    .menuBox>a {
        display: block;
        width: 100%;
        padding: 14px 16px;
        font-size: 16px;
        line-height: 1.5;
        border-bottom: 1px solid #eee;
        color: #333;
        text-align: left;
        box-sizing: border-box;
        background-color: white;
    }


    .logoImage {
        width: auto;
        height: 50px;
    }

    #loginButton {
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        border-radius: 0px;
        padding: 14px 16px;
    }

    #langSwitchButton {
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        border-radius: 0px;
        padding: 14px 16px;
    }

    #langSwitchButton:hover {
        background-color: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        border-radius: 0px;
        padding: 14px 16px;
    }

    .cardImgBox {
        flex: initial;
        width: 100%;
        height: 0px;
        padding: 0px;
        padding-top: 56.25%; 

    }

    .cardImgBox-1 {
        flex: initial;
        width: 100%;
        /* height: 140px; */
        padding: 0px;
        aspect-ratio: 16 / 9;
    }
    #cardImgBox-1 {
        flex: initial;
        width: 100%;
        /* height: 140px; */
        padding: 0px;
        aspect-ratio: 16 / 9;
    }
        #fontAnimateCard{
        flex: initial;
        width: 100%;
        height: 0px;
        padding: 0px;
        height: 200px;

    }


    .readMoreButton {
        padding: 4px 8px;
        font-size: 10px;
        border: 0px solid black;


    }

    #readMoreButton-cloud {
        background-color: rgb(37, 94, 169);
        color: white;
    }

    #readMoreButton-webfont {
        background-color: rgb(37, 94, 169);
        color: white;
    }

    #readMoreButton-fonts {
        background-color: rgb(37, 94, 169);
        color: white;
    }

    .flexBox {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        margin-bottom: 40px;
        align-content: center;
        min-height: calc(50vh);
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .flexBoxHeader {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        margin-bottom: 40px;
        align-content: center;
        min-height: calc(60vh);
    }

    .memberFlexBox {
        flex-direction: column;

    }

    .cardTextBox>p {
        margin-block-start: 0px;
        margin-block-end: 10px;

    }

    .cardTextBox>h2 {
        margin-block-start: 10px;
        margin-block-end: 10px;

    }

    .cardTextBox {
        flex: initial;
        width: 100%;
        margin-bottom: 20px;

    }

    #webfontBox {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        flex-direction: column-reverse;
        align-items: flex-start;
        flex-direction: row;
    }

    #firstBox {
        display: flex;
        justify-content: center;
        height: calc(65vh);
        margin-bottom: 20px;
    }
    .firstBox {
        display: flex;
        justify-content: center;
        height: calc(65vh);
        margin-bottom: 20px;
    }


    #titleBox {
        writing-mode: vertical-rl;

    }

    #mobileMenu {
        height: 100%;
        width: 100%;
        /* z-index: 999999; */
    }

    #mobileMenu>a {
        height: 100%;
        width: 100%;
    }

    .fadeLine {
        font-size: 2em;
    }

    .fontRowCards {
        display: flex;
        flex-wrap: wrap;
    }

    .footerBox {
        display: flex;
        justify-content: center;
        padding: 0px;
    }

    .footerTextBox {
        padding: 20px;

    }

    .infoBox {
        display: block;
        padding: 0px;

    }

    .rightBox {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        /* flex-direction: column-reverse; */
        align-items: flex-start;
        flex-direction: row-reverse;
    }

    .footerSubBox {
        margin-bottom: 40px;
    }

    .footerSubBoxText {
        width: auto;
        padding: 0px 10px 0px 0px;
    }

    .loginImgBox {
        display: none;
    }

    .loginFormBox {
        height: calc(60vh);
        align-content: center;
        margin-bottom: 80px;
    }

    .loginFormBoxContainer {
        max-width: 95%;
        min-width: 80%;

    }

    .loginFormBoxTitle {
        width: 90%;
    }

    .memberBox {
        max-width: 100%;
        background-color: white;
        border-radius: 10px;
        display: block;
        gap: 20px;
        padding: 20px;
    }
    #privacyBox{
    padding: 20px 20px;
}



}
