@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {


    .container img{
        width: 300px;
        height: auto;
    }
    .btn-menu{
        display: block;
        cursor: pointer;
        border: thin solid #a2a0a0;
        border-radius: 3px;
        padding: 1px 2px 1px 2px;
        margin-bottom: 60px;
    }
    .icon-menu{
        display: block;
        
    }
    .header a{
        text-decoration: none;
        color: #aaacad;
    }
    .logo-nav-spliter{
        display: flex;
        justify-content:space-between;
        flex-wrap: wrap;
    }
    .navigation{
        width: 100%;
        margin-top: 0.5rem;
    }
    .navigation ul{
        display: none;
    }
    .navigation ul.show{
        display:inline-flex;
    }

    .navigation ul li{
        display: block;

    }
    .navigation ul li a{
        display: block;
        padding: 0 1rem;
        transition: all 0.2s linear;
    }
    .navigation ul li a:hover{
        color: #f78e1e;
    }

/**************** release 1.0.1 /friday 28 january 7 8.38 **************/

section{
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
}
/***** Original Rule *****/
.Parallelen{
    background-color: transparent;
    background-position: center top; 
    background-size: cover; 
    background-repeat: no-repeat; 
    /* background-attachment:fixed;  */
    
} 

/*  .Parallelen{
    background-color: transparent;
    background-position: center center; 
    background-repeat: no-repeat; 
    background-attachment:fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
    
} */

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

#Willkommen{
    width: 100%;
    height: 100vh;
    background-color: #1a1a1a;
    background-image: url("../assets/NDX_images/ITBKGRND_2.jpg");
}

.Section_prime{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 200px; 
    padding-bottom: 50px;
    /* background-color: rgb(151, 150, 150); */
} 

.Section_prime h1{
    font-family: 'Titillium Web', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: rgba(255,255, 255, 0.75);
    letter-spacing: 0.5rem;
    line-height: 3.4rem;
    text-align:center;
    /* text-shadow: 1px 1px 3px rgb (56, 53, 53); */
}
.Section_prime h1 span{
    display: inline-block;
    color: #f78e1e;
}

.fadeInRight {
    /* animation: fadeInRight 2000ms ease-in-out; */
   animation:  theInnovate 800ms ease  1 normal forwards;
}
@keyframes theInnovate {
    0% {
      transform: scale(0.5);
    }
    
    100% {
      transform: scale(0.95);
    }
  }

  
/************* SCROLLING BUTON ANIMATION ****************************************/

.scroll{
    margin: 15px auto 0;
    width: 30px;
    height: 70px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    display: flex;
    justify-content: center; 
    animation: Inside 2s ease 4s 1 normal both;
}
@keyframes Inside {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
.scroll::before{
    content:"";
    color: #fff;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255);
    border-radius: 50%; 
    opacity: 1;
    animation: mouse 1s infinite;
}

@keyframes mouse{
    0%{
        opacity: 1;
        margin-top: 20px;
    }
    70%{
        opacity: 0.5;
    }
    100%{
        opacity: 0;
        margin-top: 40px;
    }
}

/***************OUR PREMIUM BRANDS **************************************/



.Box_frame{
    /* background-color: orchid; */
    display:flex;
    justify-content: center; 
    height: 100%;
    margin-top: 50px;
    text-align: center;
}

.Brand_box_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px 25px;
    padding-bottom: 100px;
}

.Brand_specs{
    /* background-color: rgba(14, 13, 13, 0.637); */
    background-color: rgba(128, 126, 126, 0.6);
    backdrop-filter: blur(2px);
    width: 250px; 
    padding: 20px 15px 15px 15px;
    border-left: thin solid #929191;
    border-top: thin solid #929191;
    /* border-left: thin solid #313030;
    border-top: thin solid #313030; */
    border-radius: 5px;
}

.animado{
    opacity: 0;
    transition: all 1500ms;
}

.Brand_specs a{
    border: none;
    
}

.Brand_specs img{
    text-align: center;
    z-index: 100;
}
.Brand_specs h4{
    /* font-family: Arial, Helvetica, sans-serif; */
    margin-top: -15px;
    color:rgb(240, 240, 240);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    padding-top: 20px;
    -webkit-font-smoothing: antialiased;
}

/**** ABOUT US ****************************************/

/************ NOT CHANGE REQUIRED FOR medQ_3 ***********************************/




/******************** MARKETS ********************************************/

/************ NOT CHANGE REQUIRED FOR medQ_3 ***********************************/

/*************** COVERAGE *************************************************/



.coverage_map{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    /* opacity: 0.95;  */
} 


/**************** FOOTER **************************************************/

/************ NOT CHANGE REQUIRED FOR medQ_3 ***********************************/

    }