@media only screen and (max-width: 630px) {

    /* SCROLLBARS */

    div::-webkit-scrollbar {
        width: 0.8vw;
    }

    /* NAVDOTS */

    .navigationdots {
        display: none;
    }

    /* NAVBAR */

    header {
        display: block;
        align-items: center;
        text-align: center;
        line-height: 2;
        background-color: #03111a;
    }

    .nav {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        padding-bottom: 10px;
    }

    .nav-btn {
        font-size: 5vw;
        padding: 3px 3vw;        
        margin-left: 0;
        border-bottom: #45a04900 solid 3px;
        text-shadow: 0.1852vw 0.1852vw 0.3704vw rgba(0, 0, 0, 0.5);
    }

    .nav-btn:hover {
        background-color: rgba(0, 0, 0, 0);
        border-bottom: #45a04900 solid 3px;
        color: #ffffff;
    }

    .nav-btn.active {
        background-color: rgba(0, 0, 0, 0);
        border-bottom: #45a049 solid 3px;
        color: #acacac;
    }

    .nav-btn.nav-btnlogo {
        font-size: 4.5vw;
        line-height: 0.5;
        padding-top: 1vw;
        margin-left: 0vw;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        border: none;
    }

    .nav-btn.nav-btnlogo:hover,
    .nav-btn.nav-btnlogo.active {
        font-size: 4.5vw;
        line-height: 0.5;
        padding-top: 1vw;
        margin-left: 0vw;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        border: none;
        color: white;
    }

    /* SLIDER */

    .section {
        min-height: fit-content;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: hidden;
        margin: 2vw 0;
    }

    :root {
        --slide-distance: 100px;
        --slide-duration: 2s;
        --start-color: #ffffff00;
        --end-color: #ffffff;
    }

    .titless,
    hr {
        margin-left: 4vw;
        font-family: 'Open Sans', sans-serif;
        opacity: 0;
        transform: translateX(var(--slide-distance));
        transition:
            opacity var(--slide-duration) cubic-bezier(0.5, 0, 0.5, 1),
            transform var(--slide-duration) cubic-bezier(0.5, 0, 0.5, 1);
    }

    .titless {
        font-size: 5vw;
    }

    hr {
        border: 2px solid #249b44;
        margin-bottom: 1vh;
    }

    /* SLIDE 1 */

    .title-content {
        width: 100%;
        height: 86vh;
        min-height: 200px;
    }

    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mute-button {
        position: absolute;
        top: 1vw;
        right: 1vw;
        padding: 0.52vw;
    }

    .mute-icon {
        display: inline-block;
        width: 3vw;
        height: 3vw;
        background-size: cover;
        background-image: url(img/icons8-no-audio-30.png);
    }

    .overlay-content1 {
        width: 80%;        
    }

    .service-description1 {
        max-width: 100%;
    }

    .service-description1 h2 {
        font-size: 6.5vw;
        margin-bottom: 0px;
        text-shadow: 0.1852vw 0.1852vw 0.3704vw rgb(0, 0, 0);
        line-height: 5vw;
    }

    .service-description1 p {
        font-size: 4.5vw;
        text-shadow: 0.1852vw 0.1852vw 0.3704vw rgb(0, 0, 0);
    }

    .see-worksbtn1,
    .contactbtn1 {
        margin-right: 2vw;
        font-size: 4.5vw;
        font-weight: 600;
        float: right;
        padding: 1.7vw 3.6vw;
        border: 0.05vw;
        box-shadow: 0 0 0.5208vw rgba(0, 0, 0, 0.5);
    }

    .see-worksbtn1:hover,
        .contactbtn1:hover {
            background-color: #52e060af;
        }

    /* VIDEO GALLERY */

    .contentv {
        text-align: center;
        height: fit-content;
        margin-top: 5vw;
    }

    .video-gallery {
        display: block;
        height: fit-content;
        min-height: 500px;
        overflow: hidden;
        margin-bottom: 0;
    }

    /* thumbnails */

    .thumbnail-list {
        height: 90vw;
        min-height: 0;
        width: 98%;
        padding-right: 1vw;
        padding-left: 1vw;
    }

    .thumbnail-list:hover {
        width: 98%;
    }

    .thumbnails {
        gap: 0.8vw;
        padding: 0px;
    }

    .thumbnail {
        width: calc(50% - 0.8vw);
    }

    /* main video */

    .main-video {
        margin-right: 0vw;
        width: 100%;
    }

    .videocard {
        height: fit-content;
        min-height: 0vw;
    }

    #video-title {
        font-size: 4.5vw;
        line-height: 70%;
        text-shadow: 0.208vw 0.208vw 0.417vw rgba(0, 0, 0, 0.8);
        margin: 0%;
        margin-top: 2.4vw;
        margin-left: 2vw;
    }

    #videotags {
        font-size: 3.5vw;
        margin-top: 2.6vw;
        margin-bottom: 2vw;
        margin-left: 2vw;
    }

    #videodescription {
        font-size: 3.1vw;
        padding-right: 0;
        margin-left: 2vw;
        padding-bottom: 2vw;
    }

    .videobar {
        margin-top: 0.95vw;
    }

    .video-button {
        border: none;
        padding: 4vw 2vw;
        cursor: pointer;
        font-size: 5vw;
        font-weight: 900;
        margin-right: 2vw;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .prev-button,
    .next-button {
        background: linear-gradient(to right, #00640000, #0dbe0000);
        color: rgb(255, 255, 255);
        background-color: rgba(50, 50, 50, 0);
        padding: 1px;
        border-radius: 1.39vw;
    }

    .prev-button:hover,
    .next-button:hover {
        background: linear-gradient(to right, #00640000, #0dbe0000);
        color: rgb(255, 255, 255);
    }

    .prev-button:disabled,
    .next-button:disabled {
        background: linear-gradient(to right, #00290000, #043e0000);
        color: rgba(82, 82, 82, 0.891);
        cursor: not-allowed;
    }

    .prev-button {
        margin-right: 0.741vw;
    }

    .next-button {
        margin-left: 0px;
    }

    .tiktokarrow {
        font-size: 4vw;
        margin-top: 3vw;
        margin-left: 2vw;
    }

    .tiktokarrow:hover {
        color: #ffffff;
    }

    /* titktoks */

    #sia {
        display: block;
        margin-top: 4vw;
    }

    .tiktokcontent {
        margin-top: 4vw;
        margin-bottom: 4vw;
        display: block;
        padding: 0;
        text-align: center;
        height: fit-content;
        border-radius: 0px;
    }

    .righttiktoks {
        width: 100vw;
        padding: 10vw       
    }  

    .lefttiktoks {
        width: 100%;
        height: 35vh;
        margin-right: 0;
        border-radius: 0px;
        margin-bottom: 8vw;
    }

    .tiktokcontainer {
        width: 80vw;
        height: 100%;
    }

    .tiktokinnercontainer {
        width: 99%;
        margin: auto;
        padding-right: 1.56vw;
    }

    .tiktok iframe {
        width: 100%;
        height: 100%;
        border: 0;
        padding-bottom: 20px;
    }

    /* tiktokcards */

    #sm {
        display: none;
    }

    .cardst {
        height: 100%;
    }

    .cardst h3 {
        color: #ffffff;
        font-size: 3.5vw;
        line-height: 2vw;
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(0, 1fr);
        gap: 2vw;
        height: 100%;
        margin-right: 2vw;
        margin-left: 2vw;
    }

    .card {
        box-sizing: border-box;
        padding: 2vw;
        padding-top: 2vw;
        background-color: #100e0e;
        box-shadow: 0 0 0.46vw rgba(0, 0, 0, 0.1);
        text-align: center;
        justify-content: center;
    }

    .cardst i {
        font-size: 7vw;
        color: #447b85;
        line-height: 6vw;
        padding-top: 6vw;
    }

    .cardst p {
        color: #b7b7b7;
        font-size: 3vw;
        line-height: 3vw;
    }

    .animationcontainer {
        display: none;
        grid-column: span 2;
        grid-row: span 2;
        position: relative;
        overflow: hidden;
    }

    .animationcontainer iframe {
        display: none;
        width: 100%;
        height: 100%;
    }

    /* PHOTO GALLERY */

    #pcf1, #pcf2, #pcf3 {
        display: none;
    }

    #mobf1 {
        display: block;
    }

    .photocontent {        
        display: flex;
        flex-direction: column;
        padding: 0;
        text-align: center;
        height: fit-content;
        margin-bottom: 4vw;
    }

    .leftphotos {  
        order: -1;      
        width: 100vw;        
    }

    .rightphotos {
        width: 92%;
        height: 50vh;
        margin-right: 0;
        border-radius: 0px;
        overflow: visible;
        padding: 0 4vw;
    }

    .photogallery {
        padding-right: 1vw;
        padding-left: 0;
        overflow-x: visible;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.042vw;
    }

    .photobox {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 125%;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
    }

    .photobox:hover {
        transform: scale(1.0);
    }

    .cardsphotos {
        height: fit-content;
        display: flex;
        flex-direction: column;
        gap: 2vw;
        padding: 4vw;
    }

    .card2 {
        display: flex;
        flex-direction: column;
        padding: 2vw;
        box-sizing: border-box;
        height: 100%;
        margin-bottom: 1vw;
        background-color: #131212;
        box-shadow: 0 0 0.46vw rgba(0, 0, 0, 0.1);
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .cardsphotos h3 {
        color: #ffffff;
        font-size: 3.5vw;
        line-height: 2vw;
        margin-top: 5vw;
    }  

    .card2 i {
        font-size: 9vw;
        color: #447b85;
        line-height: 1vw;
        padding-top: 3vw;
    }

    .cardsphotos p {
        color: #b7b7b7;
        font-size: 3vw;
        line-height: 3vw;
    }
  
    .lightbox img {
        max-width: 80%;
        max-height: 80%;
        object-fit: contain;
    }

    .lightbox .close-btn {
        position: absolute;
        top: 3vw;
        right: 3vw;
        font-size: 8vw;
        cursor: pointer;
        color: #fff;
    }

    .lightbox .prev-btn,
    .lightbox .next-btn {
        font-size: 6vw;
        color: #fff;
        user-select: none;
    }

    .lightbox .prev-btn {
        position: absolute;
        top: 50%;
        left: 1.5625vw;
        transform: translateY(-50%);
    }

    .lightbox .next-btn {
        position: absolute;
        top: 50%;
        right: 1.5625vw;
        transform: translateY(-50%);
    }

    .disabled {
        opacity: 0;
    }

    /* GRAPHICS SECTION */

    #grapc1, #grapc2, #grapc3 {
        display: none;
    }

    #gramob1 {
        display: block;
    }

    .contentgraph {
       
        overflow-y: scroll;
        overflow-x: hidden;
        align-items: center;
        text-align: center;
    }

    .grid-containergraph {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0vw;
        padding-right: 0vw;
        margin: 0 auto;
        width: 100%;
        overflow: visible;
    }

    .grid-itemgraph {
        flex: 0 0 calc(50% - 0.625vw);
        position: relative;
        cursor: pointer;
        transition: transform 0.3s ease-in-out;
        /* Adding a smooth transition effect */
    }

    .grid-itemgraph:hover {
        transform: scale(1.00);
    }

    .png-overlaygraph {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .png-containergraph {
        width: 90%;
        max-width: 1000px;
        max-height: 90%;
        background: #fff;
        position: relative;
        overflow-y: auto;
        margin: 0 auto;
    }

    #pngViewergraph {
        width: 100%;
        height: auto;
        display: block;
    }

    .close-btngraph {
        position: absolute;
        top: 2.4vw;
        right: 2.8vw;
        font-size: 2.5vw;
        cursor: pointer;
        color: #ffffff;
    }

    #poster3 {
        display: none;
    }

    .sectiongraph {
        margin: 2.1vw 0px 0px 0px;
        width: 100%;
    }

    .a4-postergraph,
    .square-logograph {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-right: 1.5625vw;
        
    }

    .a4-postergraph img {
        width: 45%;        
        height: auto;   
        margin-bottom: 3vw;     
    }

    .square-logograph img {
        width: 46%;
        height: auto;
        margin-bottom: 6vw;
    }

    /* CONTACT FORM */

    .contactform {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    form {
        width: 90%;
        padding: 2.6042vw;
        padding-top: 2vw;
        background-color: rgb(16, 16, 16);
    }

    label,
    input,
    textarea {
        display: block;
        margin-bottom: 1.5vw;
        text-align: left;
        font-size: 3.5vw;
        color: rgb(217, 217, 217);        
    }

    label {
        margin-top: 3vw;
        text-shadow: 0 0 0.52vw rgba(0, 0, 0, 0.8);
    }

    input,
    textarea {
        width: 100%;
        padding: 0.52vw;
        box-sizing: border-box;
        background-color: rgba(0, 0, 0, 0);
        border: white 1px solid;
        border-radius: 0.52vw;
        box-shadow: 0 0 0.52vw rgba(0, 0, 0, 0.5);
    }

    .buttonform {
        margin-top: 12px;
        font-size: 3.5vw;
        font-weight: 600;
        float: right;
        background-color: #93be97ab;
        width: 20%;
        color: #000000;
        padding: 2vw;
        border: 1px;
        cursor: pointer;
        border-radius: 0.52vw;
        box-shadow: 0 0 0.52vw rgba(0, 0, 0, 0.5);
        transition: background-color 0.3s ease;
    }

    .buttonform:hover {
        background-color: #93be97ab;
    }

    .buttonform:active {
        background-color: #93be97ab;
    }

    .clientlogos {
        width: 100%;        
        background-color: #284c26bd;
        margin-left: 0vw;
        margin-bottom: 6vw;
        margin-top: 6vw;
        
    }

    .clientlogos h1 {
        font-size: 4vw;
    }

    .clientlogosgrid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 70%;
        gap: 3vw;
    }

    .logocard {
        width: 20vw;
        height: 20vw;
        margin-bottom: 1.4vw;
        background-color: #000;
    }

    .logocard img {
        width: 100%;
    }

    footer {
        margin: 6.25vw 8vw 0 8vw;
        border-top: solid rgba(25, 25, 25, 0.998) 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: fit-content;
        color: rgba(167, 167, 167, 0.53);
        font-size: 2.5vw;
    }

}