@media screen and (min-width: 240px) and (max-width: 568px) and (orientation: portrait){

    
    body{
        overflow-x: hidden;
    }    
    
    /****************** MBL NAVIGATION MENU ***********************************/
    
    .navBar{ display: none;}
    
    .mobileMenu{
        z-index: 999;
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        }
    .mobileMenu .bt-menu{
        background-color: #222;
        display: block;
        padding: 10px;
        color: rgba(255, 255, 255, 0.85);
        overflow: hidden;
        text-decoration: none;
        font-weight: 200;
        font-size: 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .mobileMenu span{
        float:right;
        font-size:20px;
    } 
    
    #Menu_mobile{
        z-index: 999;
        display: block;
        /*z-index:1000;*/
        width: 50%;
        height: 250px;
        left: -100%;
        position: fixed; /* Old browsers */
        background-color: rgb(34 34 34);
        border-radius: 0 0 25px 0;
        }

/***************** MBL HEADER *****************************/

#Main-header{
    width: 100%;
    height: 100px;
    margin-top: 40px;
    background-color: #1a1a1a;
    font-family: 'Kanit', sans-serif;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    }   
    .header_wrapper{
        width: 100%;
        height: 100px;
        background-color: #1a1a1a;
        position: fixed;
        margin: 0 auto;
        z-index: 900;
        
    }
    .header_assets_box{
        width: 100vw;
        margin: 0 auto;
        display: inline-flex;
        justify-content: space-between;
    }
    .Logo_wrapper img{
        margin-top: 20px;
        padding-left:15px;
        width: 150px;
        height: auto;
    }
    .RightCorner{
        padding-top: 25px;
        padding-right: 12px;
    }
    .agency{
        position: relative;
        font-family: 'Michroma', sans-serif;
        color:#fa0404;
        opacity: 0.8;
    }
    .agency p{
        display:block;
        margin-bottom: -4px;
        font-size: 0.5rem;
        opacity: 0.8;
        text-transform: uppercase;
    }
         
    .pageTitle{
        position:relative;
        font-size: 0.7rem;
        font-family: 'Michroma', sans-serif;
        color:#ff0009;
        text-transform: uppercase;
        opacity: 0.8;
        padding-right: 0px;
        /* border-right: 5px solid #ff0009; */
    }
    .pageTitle img{
        display:inline-block;
        position:absolute;
        left: 5px;
        top: -10px;
        text-align: end;
        width: 30px;
        height: auto;
        opacity: 0.7;
    }
               
/**************************************************************/

section{
    max-width: 960px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

.Parallelen{
    background-color: transparent;
    background-position: center top;
    background-size: cover; 
    background-repeat: no-repeat; 
    /* background-attachment:fixed;  */
}
/****************** SKEWED ITEMS ************************************/

.MBL_skewed_1{display:none;}  /** @ MBL FOCUSED UPPER **/
.MBL_skewed_2{display:none;}  /** @ MBL FOCUSED BOTTOM **/


/*************** WEBDESIGN SECTION *******************************/

#webDesign{
    position: relative;
    width: 100vw;
    height: auto;
    margin-top: 0px;
    padding-bottom: 20%;
    background-color: #040405;
    color: #eef0da;
    background-image: url("../assets/MBL_BACKGRNDS/MBL_MKR_BACKGRND_WEBDSG.png");
    background-repeat: no-repeat;
    /* background-size: cover; */
    box-sizing: border-box;
}
.STD_skewed_5{
    position: absolute;
    left: 0;
    top: 0;
    border-width: 0px 0 50px 100vw;
    border-color: transparent  transparent transparent #1a1a1a;
    /* border-color: transparent #ebebeb transparent transparent;*/ 
    border-style: solid; 
} 

.STD_skewed_1{
    position: absolute;
    left: 0;
    bottom: 0;
    border-width: 50px 0 0 100vw;
    border-color: transparent  transparent transparent #0b0b0a;
    /* border-color: transparent #ebebeb transparent transparent;*/ 
    border-style: solid; 
} 

/************** MAIN MBL WEBDESIGN CONTAINER******************************************/

.Box_frame{
    width: 90%;
    height: 85%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 35px;
}
.box_frame_header{
    width: 95%;
    margin-left: 20px;
}
.box_frame_header h1{
    font-size: 1.8rem;
    margin-top: 50px;
    line-height: 2rem;
}
.Brand_box{
    width: 85%;
    margin-left: 20px;
    padding-top: 25px;
    font-size: 1.2rem;
    line-height: 1.21rem;
    font-weight: 300;
    padding-bottom: 0px;
}
.Brand_box p{
    margin-top: 15px;
}
.word-tag{
    color: #ffc000;
    /* color: #ff0009; */
}

/****************** HOW WE WORK ******************************************************/

#howWork{
    position: relative;
    width: 100vw;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #040405;
    color: #eef0da;
    background-image: url("../assets/DSK_BACKGRNDS/HOW-WE_WORK_1.png");
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.STD_skewed_1{
    position: absolute;
    left: 0;
    bottom: 0;
    border-width: 50px 0 0 100vw;
    border-color: transparent  transparent transparent #003c3d;
    border-style: solid; 
}
.STD_skewed_7{
    position: absolute;
    left: 0;
    bottom: 0;
    border-width: 50px 0 0 100vw;
    border-color: transparent  transparent transparent #0c0c0b;
    border-style: solid; 
}
.Box_frame-step{
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 50px;
    
}
.box_frame_header-step{
    width: 95%;
    margin-left: 20px;
}
.box_frame_header-step h1{
    width: 90%;
    padding-top: 10px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 2rem;
}
.Brand_box-step{
    width: 95%;
    margin-left: 20px;
    padding-top: 25px;
    font-size: 1.2rem;
    line-height: 1.21rem;
    padding-bottom: 0px;
}
.Brand_box-step p{
    margin-top: 15px;
}
.word-tag{
    color: #ffc000;
    /* color: #ff0009; */
}
.box_items-step{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
}
.lap_item{
    display: grid;
    grid-template-columns: 90px 1fr;
    column-gap: 15px;
    padding: 5px 0 10px 0;
    border-top: thin solid rgba(87, 87, 87, 0.45);
}
.lap_item:nth-child(3){
    border-bottom: thin solid rgba(87, 87, 87, 0.45);
}

.lap_item h2{
    font-family: 'Kanit', sans-serif;
    font-size: 0.85rem;
    font-weight: 200;
    letter-spacing: 0.3rem;
}
.step_number{
    display: flex;
    align-items:flex-start;
}

.step_number img{
    width: 90px;
    height: auto;
    opacity: 0.78;
}
.step_text p{
    font-size: 0.85rem;
    font-weight: 200;
}

/*********** CTA BOX SECTION ***************************/

#CTA_Box{
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    background-color: #010101;
    background-image: url("../assets/NDX_MBL_BACKGRNDS/MBL_NDX_BACK_5.png");
    background-repeat: no-repeat;
    background-size:cover;
}
.CTA_box_wrapper{
    margin: 0 auto;
    width: 375px;
    height: 275px;
    /* background-color: rgba(0, 255, 255, 0.2); */
}
.CTA_box_grid{
    padding-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
/******************************************************/
.Slogan{
    position: relative;
    width: 100%;
    margin-top: -5px;
    margin-left: 40px;
}

.Slogan p{
    display:inline-block;
    padding-top: 0px;
    padding-left: 35px;
    font-size: 1.1rem;
	font-weight: 200;
	line-height: 1.4rem;
    letter-spacing: 1px;
    color: #fff;
}
.author-tag{
    color: #f6f7ea;
    font-weight: 200;
    font-size: 0.8rem;
}
.author-tag-2{
    padding-left: 5px;
    color: #f6f7ea;
    font-weight: 200;
    font-size: 0.6rem;
}
.btn-quote{
    position: absolute;
    left: -15px;
    top: 0px;
    font-size: 2.5rem;
    color: rgba(255, 0, 0, 0.7);
} 

/***********************************************************/

.mkt_cta_box{
    margin: auto;
    background-color: transparent;
}
.mkt_cta_box p{
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: rgba(255, 255, 255,0.85);
}
/********************************************/
.btn-red-tag{ font-size: 0.9rem}

/*******************************************/
.letUs{
    padding-left: 10px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.boton-cta{
    margin-top: 15px;
    margin-left: 10px;
    min-width: 180px;
    height: 35px;
    padding: 0 20px;
    background-color: #c70007cc;
    border-radius: 5px;
    color: rgba(255, 255, 255,0.85);
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s ease all;  
}
.boton-cta:hover{
    background-color: #9e0107cc;
    text-decoration: none;
}

.Copy_SN{
    background-color: #070707; 
    padding: 10px;
    text-align: center;
    width: 100%;
    height: auto;
}
.CopyRight{     
    color:rgba(255, 255, 255, 0.8);
    font-size: 0.8rem;
}

/*************** FOOTER SECTION *******************************/

#Footer{
    width: 100%;
    height: 100%;
    background-image: url("../assets/NDX_images/dark_mosaic.png");
    background-repeat: repeat;
    background-color: #000000; 
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%23151516' fill-opacity='0.27'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */ 
}
.shadow_screen{
    width: 100%;
    height: 50px;
    background-image: url("../assets/NDX_images/shadow_screen.png");
    background-repeat: repeat-x;
    z-index: 99;
}
.footer_main_wrapper{
    margin: 0 auto;
    width: 90vw;
    height: auto;
    padding-bottom: 20px;
    color:#b9b7b7;
    font-weight: 300;
    /* background-color: rgba(0, 255, 255, 0.2); */
}
.footer_grid_container{
    padding-top: 15px;
    display: grid;
    grid-template-columns: 300px;
    gap: 20px;
}
.logos{
    margin-top: 0px;
    padding-left: 55px;
}
.PKO img{
    width: 170px;
    height: auto;
    opacity: 0.75;
}
.footer_contact-ref{
    margin-top: 5px;
    margin-left: 50px;
    color:#b9b7b7;
}
.place{
    font-size: 0.8rem;
}
.footer-item{
    padding-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.btn-icon-footer{
    padding-right: 10px; 
    font-size: 1.2rem;
    color: rgb(113 115 117);
}
.footer-snetwork{
    margin-top: 15px;
    text-decoration: none;
    font-size: 1.7rem;
}
.footer-snetwork a{
    color:rgb(113 115 117);
}
.footer-snetwork a:hover{
    color:#ff0009;
}
.Sub_menu{
    margin-left: 50px;
    margin-top: 1px;
    color:#b9b7b7;
}
.FRM-Sub-Extended {
    padding-bottom: 5px;
}
.Sub_menu a{
    color:#b9b7b7;
    font-size: 0.7rem;
    line-height: 0.8rem;
}
.Sub_menu a:hover{
    color:#ff0009;
}
    
    
    
    
}  /***** CLOSE CURLY FOR MEDIA QUERY STATEMENT ******/