@media only screen and (max-width: 1200px) {

/* NAVDOTS */

.navigationdots {
    position: fixed;
    top: 0;
    right: 3vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: visibility 0.5s ease;
}

.dot {
    width: 7.2px;
    height: 7.2px;
    background-color: #8383835f;
    margin: 6.24px 0;
    cursor: pointer;
}

/* NAVBAR */

.nav-btn {
    font-size: 15.6px
    ;
    font-family: sans-serif;
    background-color: #55555500;
    color: white;
    padding: 3px 3.6px;
    cursor: pointer;
    transition: background-color 0.3s;
    height: 100%;
    margin-left: 3.6px;
    border: none;
    border-bottom: #45a04900 solid 3px;
    text-shadow: 2.22px 2.22px 4.44px rgba(0, 0, 0, 0.5);
}

/* SLIDER */


.titless {
    font-size: 24px;
    text-align: left;
    line-height: 0;
}

/* SLIDE 1 */

.mute-button {
    position: absolute;
    top: 7.2px;
    right: 7.2px;
    background-color: #294d6600;
    color: #fff;
    padding: 6.24px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.mute-icon {
    display: inline-block;
    width: 14.4px;
    height: 14.4px;
    background-size: cover;
    background-image: url(img/icons8-no-audio-30.png);
}

.service-description1 {
    max-width: 720px;
    margin: 0;
}

.service-description1 h1 {
    display: none;
    text-shadow: 0.22px 0.22px 0.44px rgba(0, 0, 0, 0.8);
}

.service-description1 h2 {
    font-size: 26.4px;
    margin-bottom: 0px;
    text-shadow: 0.22px 0.22px 0.44px rgb(0, 0, 0);
    line-height: 20.4px;
}

.service-description1 p {
    font-size: 14.4px;
    text-shadow: 0.22px 0.22px 0.44px rgb(0, 0, 0);
}

.buttonstop {
    margin-top: 0;
    text-shadow: 0.22px 0.22px 0.44px rgb(0, 0, 0);
    float: left
}

.see-worksbtn1,
.contactbtn1 {
    margin-right: 6.25px;
    font-size: 14.4px;
    font-weight: 700;
    float: right;
    background-color: #52e060af;
    color: #000000;
    cursor: pointer;
    padding: 8.4px 24px;
    border: 0.6px;
    box-shadow: 0 0 6.25px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
}

/* VIDEO GALLERY */

/* main video */

#video-title {    
    font-size: max(1.5vw, 11px);
    line-height: 70%;
    text-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.8);
    margin: 0%;
    margin-top: 1.7vw;
    margin-left: 1.20vw;
}

#videotags {
    font-family: 'Roboto', sans-serif;
    color: #07ca00;
    text-align: left;
    font-size: max(1.2vw, 11px);
    line-height: 0%;
    text-align: justify;
    text-justify: inter-word;
    margin-top: 1.2vw;
    margin-bottom: 1.45vw;
    margin-left: 1.20vw;
}

#videodescription {
    font-family: 'Roboto', sans-serif;
    color: #e5e5e5;
    text-align: left;
    font-size: max(1.2vw, 11px);
    padding-right: 0.76vw;
    margin-left: 1.20vw;
    padding-bottom: 2vw;
}

.videobar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.95vw;
}


/* tiktokcards */

.tiktokcontent {
    display: flex;
    padding: 0;
    text-align: center;
    height: 62.1vw;
    border-radius: 0px;
}

.cardst {
    height: 100%;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    gap: 0.7vw;
    height: 100%;
}

.card {
    box-sizing: border-box;
    padding: 1vw;
    background-color: #000000;
    box-shadow: 0 0 0.46vw rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex; /* Use flexbox */
    flex-direction: column; /* Stack children vertically */
    justify-content: center;
    align-items: center; /* Center items horizontally */
}

.cardst h3 {
    color: #ffffff;
    font-size: max(1vw, 12px);
    line-height: 0.5vw;
}

.cardst i {
    font-size: 2.5vw;
    color: #818181;
    line-height: 2.5vw;
}

.cardst p {    
    color: #b7b7b7;
    font-size: max(1vw, 11px);
    line-height: 1.6vw;
}

/* photocards */

.photocontent {
    display: flex;
    padding: 0;
    text-align: center;
    height: 70vw;
}

.cardsphotos {
    height: 23vw;
}

.card2 {
    display: flex;
    flex-direction: column;
    padding: 0 2vw;
    box-sizing: border-box;
    height: 100%;
    margin-bottom: 1vw;
    background-color: #000000;
    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: max(1.4vw, 12px);
    line-height: 1vw;
}

.card2 i {
    font-size: 2.7vw;
    color: #818181;
    line-height: 1vw;
    margin-bottom: 1vw;
    margin-top: 1vw;
}

.cardsphotos p {
    margin-top: 0;
    color: #b7b7b7;
    font-size: max(1.2vw, 11px);
    line-height: 1.vw;
}

.lightbox .close-btn {
    position: absolute;
    top: 24pxvw;
    right: 24px;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
}

.lightbox .prev-btn,
.lightbox .next-btn {
    font-size: 36px;
    color: #fff;
    user-select: none;
}

/* GRAPHICS SECTION */

.grid-containergraph {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.0417vw;
    padding-right: 1.56vw;
    margin: 0 auto;
}

.grid-itemgraph {
    flex: 0 0 calc(50% - 0.625vw);
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.grid-itemgraph:hover {
    transform: scale(1.03);
}

.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;
}

.sectiongraph {
    margin: 2.1vw 0px 0px 0px;
}

.a4-postergraph,
.square-logograph {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 1.5625vw;
    gap: 1vw;
}

.a4-postergraph img {
    width: 31.9%;
    height: auto;
    transition: transform 0.3s ease-in-out;
    /* Adding a smooth transition effect */
}

.square-logograph img {
    width: 48%;
    height: auto;
    margin-bottom: 5vw;
}

/* CONTACT FORM */

.contactform {
    display: flex;
    justify-content: space-between;
    height: fit-content;
}

form {
    width: 70%;
    padding: 2.6042vw;
    padding-top: 2vw;
    background-color: rgb(27, 27, 27);
}

label,
input,
textarea {
    display: block;
    margin-bottom: 0.52vw;
    text-align: left;
    font-size: 15.6px;    ;
    color: white;
}

label {
    margin-top: 12px;
    text-shadow: 0 0 0.52vw rgba(0, 0, 0, 0.8);
}

.buttonform {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 600;
    float: right;
    background-color: #93be97ab;
    width: 30%;
    color: #000000;
    padding: 0.52vw;
    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;
}

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);
}

.clientlogos {
    background-color: #284c26;
    margin-left: 2vw;
}

.clientlogos h1 {
    font-size: 19.6px;
}

.clientlogosgrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 50%;
    gap: 1vw;
}

.logocard {
    width: 12vw;
    height: 12vw;
    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;
    font-size: 12px;
    align-items: center;
    height: fit-content;
    color: rgba(110, 110, 110, 0.769);
}
}