@media screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {

    body{
        overflow-x: hidden;
    }   

/****************** STD NAVIGATION MENU ***********************************/

/****************** 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.6rem;
        opacity: 0.8;
        text-transform: uppercase;
    }
         
    .pageTitle{
        position:relative;
        font-size: 0.9rem;
        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{
    display:block;
    width: 100vw;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

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

.STD_skewed_1{display: none;}  /** @ STD WILLKOMMEN **/
.STD_skewed_2{display: none;}  /** @ STD FOCUSED  **/
.STD_skewed_3{display: none;}  /** @ STD FOCUSED  **/

.MBL_skewed_1{display: block;} 
.MBL_skewed_2{display: block;}
.MBL_skewed_3{display: block;}  

/*************** WILLKOMMEN SECTION *******************************/

#Willkommen{
    position: relative;
    width: 100vw;
    height: 490px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #1d1c1cd9;
    /* background-color: rgba(18, 18, 18, 0.85); */
    background-image: url("../assets/NDX_MBL_BACKGRNDS/MDQ2_NDX_PHOTO-1.png");
    background-position: center;
    background-size: cover; 
    box-sizing: border-box;
}
.cta_text h3{
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 45px;
    color: #f0f0f0;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.5rem;
}
.cta_text h2{
    width: 90%;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 140px;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #f0f0f0;
}
.cta_text p{
    width: 45%;
    margin-left: 55px;
    padding-top: 10px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2rem;
    color: #f0f0f0
}

/*************** FOCUSED SECTION *******************************/

#Focused{
    position: relative;
    width: 100vw;
    height: auto;
    padding-bottom: 40px;
    margin: 0 auto;
    background-color: #002c39; 
    background-image: url("../assets/NDX_MBL_BACKGRNDS/MBL_NDX_BACK_2.png");
    background-size: cover;
}
.MBL_skewed_1{
    width:100%;
    position: absolute;
    left: 0;
    top: 0;
    border-width: 0px 100vw 50px 0px;
    border-color: transparent #0c1010  transparent transparent ;
    border-style: solid; 
}  
.MBL_skewed_2{
    width:100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-width: 50px 100vw 0px 0px;
    border-color: transparent #a30601  transparent transparent;
    /* border-color: transparent  transp#1c1e22arent transparent #f50808; */
    /* border-color: transparent #ebebeb transparent transparent;*/ 
    border-style: solid; 
} 
#Focused h2{
    width: 90%;
    margin: 0 auto;
    padding-top: 55px;
    padding-left: 10px; 
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #fefefe;

}
#Focused p{
    width: 85%;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.1rem;
    color: #fefefe
}
.text-tag{
    color:#fefefe;
    font-weight: 400;
}
.Frase{
    position: relative;
    width: 100%;
    margin-top: 5px;
    margin-left: 70px;
}
.Frase p{
    display:inline-block;
    padding-top: 0px;
    padding-left: 30px;
    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-frase{
    position: absolute;
    left: -30px;
    top: 7px;
    font-size: 3rem;
    color: rgb(0 92 114);
}

/********************* SERVICES SECTION ***************************/

#Services{
    position: relative;
    max-width: 100vw;
    height: 1060px;
    margin: 0 auto;
    color: #fefefe; 
    background-color: #db0f04;
    background-image: url("../assets/NDX_MBL_BACKGRNDS/MBL_LONG_SERVICES_BG.png");
    background-repeat: no-repeat;
    background-size:cover;
}
.MBL_skewed_3 {
    position: absolute;
    left: 0;
    bottom: 0;
    border-width: 80px 100vw 0 0;
    border-color: transparent #0b0b0a transparent transparent;
    /* border-color: transparent #040404 transparent transparent; */
    border-style: solid; 
}

.services_main_container{
    width: 310px;
    margin: 0 auto;
    padding-top: 10px;
}
.services_grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 20px;
}
.service_box{
    height: 330px;
}
.box_header h2{
    margin-left: 0px;
    padding-bottom: 10px;
    font-size: 1.7rem;
    line-height: 1.8rem;
}
.service_box h3{
    padding-bottom: 10px;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.1rem;
    /* color:#e03f04; */
}
.box_header p{
    margin-top: 10px; 
    margin-left: 0px;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.1rem;
    text-align: justify;
}
.Subtitle{
    font-size: 1.3rem;
}

/**********************************************************/
.boton{
    margin-top: 15px;
    margin-left: 0px;
    min-width: 150px;
    height: 35px;
    padding: 0 15px;
    background-color: #e03f04;
    border-radius: 5px;
    color: rgba(255, 255, 255,0.95);
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    cursor:pointer;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s ease all;
}
.btn-icon{ 
    font-size: 1rem;
    color: rgba(255, 255, 255,0.7);
}

.btn-tag{ font-size: 0.8rem}

.boton:hover{
    background-color: rgba(224, 63, 4, 0.7);
    text-decoration: none;
}
.word-tag{
    /* color:#ff4504; */
    color:#ffa704;
    font-weight: 500;
}

/*********** 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_main_wrapper img{
    width: 150px;
    height: auto;
    opacity: 0.75;
}
.footer_grid_container{
    padding-top: 15px;
    display: grid;
    grid-template-columns: 300px;
    gap: 20px;
}
/* .logos{
    padding-left: 55px;
} */
.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 ******/








