@charset "utf-8";
@font-face{ font-family: ng;
src: local('Ariel'), url(/font/ng.woff2) format('woff2'), url(/font/ng.ttf) format('truetype');
font-display: swap;
}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    position: relative;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-family: ng;
    font-size: 16px;
    line-height: 1.4em;
    background-image: url("/img/van.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
ul{
    margin: 0;
    list-style: none;
}
p{
    text-align: justify;
}
a{
    text-decoration: none;
}
.heavy {
    font-weight: bolder;
}
.media_flex {
    padding-top: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    min-width: 100%;
    text-align: center;    
}
#main_header{
    position: absolute;
    top: 0px;
    z-index: -100;
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, rgba( 255, 255, 255, 0), rgba( 03, 106, 233, 0.4), rgba( 03, 106, 233, 1));
}
#open {
    display: block;
    position: relative;
    color: #ff0000;
    font-size: 24px;
    font-weight: 900;
    text-shadow: 1px 1px 0px #000000, 2px 2px 0px rgba(0,0,0,0.15)
}
#logo {
    position: relative;
    height: 80px;
    width: 225px;
    margin: 0 auto;
    text-shadow: 1px 1px 0px #ffffff, 2px 2px 0px rgba(0,0,0,0.15);
}
    #ng {
        position: absolute;
        left: -8px;
        color: blue;
        font-size: 150px;
        line-height: 95px;
        letter-spacing: -15px;
    }
    #appliances {
        position: absolute;
        bottom: 60px;
        left: 110px;
        color: red;
        line-height: 60%;
        font-size: 35px;
        letter-spacing: 0.5px;
    }
    #flag {
        position: absolute;
        bottom: 0px;
        left: 135px;    
    }
    #ltd {
        position: absolute;
        bottom: 35px;
        left: 175px;
        color: blue;
        font-size: 40px;
        line-height: 0px;
        letter-spacing: -4px;    
    }
#phone{
    height: 80px;
    }
    #phone a {
        color: #ff0000;
    }
    .number {
        display: block;
        position: relative;
        top: 15px;
        font-size: 36px;
        line-height: 28px;
        text-decoration: none;
        font-weight: 900;
        text-shadow: 1px 1px 0px #000000, 2px 2px 0px rgba(0,0,0,0.15)   
    }
#slogan {
    color: #ffffff;
    background: #0000ff;
    border-radius: 5px;
}
#slogan h1 {
    margin: 10px;
}
#menu {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    z-index: 99;
    display: flex;
    justify-content: space-around;
    background: rgba(255,255,255,0.0);
}
    .menu-item, .sub-menu-item {
        min-width: 20%;
        color: white;
        text-decoration: none;
        background: linear-gradient(90deg, rgba( 180, 180, 180, 1), rgba( 0, 0, 255, 1), rgba( 0, 0, 255, 1), rgba( 180, 180, 180, 1));
        font-size: 1.3em;
        line-height: 1.6em;
        border: 1px solid red;
        border-radius: 5px;
    }
    .sub-menu-item {
        width: 100%;
        float: left;
    }
    .menu-item:hover, .sub-menu-item:hover {
        background: linear-gradient(90deg, rgba( 0, 0, 255, 1), rgba( 0, 0, 255, 1), rgba( 180, 180, 180, 1), rgba( 0, 0, 255, 1), rgba( 0, 0, 255, 1));    
    }
    a {
        cursor: pointer;
    }
    #appliance-menu {
        display: none;
        position: absolute;
        top: 35px;
        width: 220px;
        left: 100px;
        padding: 0;
        background: rgba( 0, 0, 255, 1);
        border: 1px solid red;
        border-radius: 5px;
    }
    #appliance-menu li {
        width: 100%;
        padding: 20px 0;
    }
#breadcrumbs {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 98;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    height: 30px;
    line-height: 30px; /* line-height MUST be the same as height */
    list-style-type:none;
    min-width: 100%;
    text-align: left;
    font-size: 24px;
    background: #ffffff;
    border-radius: 5px;
}
#breadcrumbs li {
    float: left; /*ie6/7 needs this */
    background: #D5002D;
    border-radius: 5px;
}
#breadcrumbs a {
    float: left;
    position: relative;
    padding: 0 20px 0 10px;
    color: #ffffff;
    outline: none;
}
#breadcrumbs a img {
    display: block;
}
.arrow {
    position: absolute;
    display: block;
    line-height: 0px;
    height: 0px;
    width: 0px;
    right: 0px;
    top: 0px;
    border-left: 10px solid #D5002D;
    border-right: none;
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
}
.end {
    float: left;
    background: white;
}
.atcl h2,h3,h4,h5,h6 {
    color: white;
    background: linear-gradient(0deg, rgba( 0, 0, 255, 1), rgba( 0, 0, 255, 0.5), rgba( 0, 0, 255, 1));
    text-decoration: none;
    padding: 0.1em 0em;
}
.sub-headline {
    text-align: left;
    background: linear-gradient(0deg, rgba( 255, 0, 0, 1), rgba( 255, 0, 0, 0.5), rgba( 255, 0, 0, 1));
}
#actions a {
    display: block;
    margin: 1em;
    font-size: 36px;
}
.atcl {
    margin: 10px auto 0px auto;
    box-shadow: 2px 2px 5px #03F;
    background: rgba(255,255,255,0.8);    
}
.atcl img {
    display: block;
    margin: 15px auto;
}
.ascl {
    margin: 10px auto 0px auto;
    background: rgba(255,255,255,0.8);
    box-shadow: 2px 2px 5px #03F;
}
.attention {
    background: #ff0000;
}
.ascl p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.ascl img {
    margin: 15px;
    width: 60%;
    height: auto;
}
.why {
    width: 180px;
    text-align: left;
    margin: 0 auto;
    font-weight: bold;
    font-size: 0.9em;
}
.why img {
    margin: 0;
    float: right;
    width: auto;
    height: auto;
}
.card {
    padding: 10px 0 0 0;
    background-color: darkred;  
}
#cright {
    padding: 10px 0 0 0;
    background-color: darkred;
    color: white;
}
#map {
    max-width: 100%;
    height: auto;
}

/****************************************************************Small CSS*******************************************************/
@media only screen and (max-width: 639px){
body{
    cursor: pointer;
}
h1{
    font-size: 1.5em;
    letter-spacing: -1px;
}
h2 {
    font-size: 1.3em;
}
h3,h4 {
    font-size: 1em;
    letter-spacing: -1px;
}
p {
    font-size: 1em;
    line-height: 1.2;
}
.atcl{
    width: 98%;
    font-size: 1.5em;
    padding: 0 0.5em;    
}
.ascl{
    width: 98%;
    font-size: 1.5em;
    padding: 0 0.5em;
}
.why {
    width: 220px;
}
#open {
    order: 25;
    width: 100%;
    font-size: 20px;
}
#open li {
    display: inline;
    padding: 0 5px;
}
#logo_container {
    order: 10;
    width: 66%
}
#logo {
    perspective: 400px;
    perspective-origin: 0% 0%;
    transform: translateZ(-50px);
}
    #ng {
        transform: rotate3d(0, 1, 0, 15deg); /* Standard syntax */
    }
#phone {
        order: 20;
        width: 34%;
}
#slogan {
    order: 30;
    width: 100%;
}
#menu {
    width: 100%;
    order: 40; 
}
#breadcrumbs {
    order: 45;
}
#intro {
    order: 50; 
}
#actions {
    order: 53;
    padding-bottom: 25px;
}
#brands {
    order: 55;
}
#content1 {
    order: 60;
}
#brands2 {
    order: 65;
}
#content2 {
    order: 70;
}
#brands3 {
    order: 75;
}
#brands4 {
    order: 80;
}
#fbook{
    order: 90;
}
.card {
    width: 25%;
}
#visad {
    order: 910;
}
#mastercard {
    order: 920;
}
#visa {
    order: 930;
}
#amex {
    order: 940;
}
#cright {
    order: 950;
    width: 100%;
}
}





/****************************************************************Medium CSS*******************************************************/
@media only screen and (min-width: 640px) and (max-width: 959px){
body{
    cursor: pointer;
}
    h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 1.6em;
}
h3,h4 {
    font-size: 1em;
}
.atcl {
    width: 65%; 
    margin: 10px 5px 0px;
    padding: 0 0.5em;
    font-size: 1.5em;
}
.ascl{
    width: 31%;
    margin: 10px 5px 0px;
    padding: 0 0.5em;
    font-size: 1.3em;  
}
#open {
    order: 5;
    width: 33%;
}
    #open span {
        display: block;
    }
#logo_container {
    order: 10;
    width: 33%
}
#phone {
        order: 20;
        width: 33%;
        margin: 0;
}
#slogan {
    order: 30;
    width: 100%;
}
#menu {
    width: 100%;
    order: 40; 
}
#breadcrumbs {
    order: 45;
}
#intro {
    order: 50;
}
#actions {
    order: 55;    
}
#brands {
    order: 65;
}
#content1 {
    order: 60;
}
#content2 {
    order: 70;
}
#brands2 {
    order: 75;
}
#brands3 {
    order: 80;
}
#fbook{
    order: 84;
}
#brands4 {
    order: 88;
}
.card {
    width: 25%;
}
#visad {
    order: 910;
}
#mastercard {
    order: 920;
}
#visa {
    order: 930;
}
#amex {
    order: 940;
}
#cright {
    order: 950;
    width: 100%;
}
}








/****************************************************************Large CSS*******************************************************/
@media only screen and (min-width: 960px){
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 1.8em;
}
h3,h4,h5 {
    font-size: 1em;
}
.media_flex {
    min-width: 960px;
    max-width: 1100px;
    margin: 0 auto;
}
.atcl{
    width: 48%;
    font-size: 1.5em;
    padding: 0 0.5em;   
}
.ascl{
    width: 25%;
    padding: 0 0.5em;
    font-size: 1.3em;   
}
#open {
    order: 5;
    width: 33%;
}
    #open span {
        display: block;
    }
#logo_container {
    width: 33%;
    order: 10;
}
#phone {
    order: 20;
    width: 33%;
    margin: 0;
}
#slogan {
    order: 30;
    width: 100%;
}
#menu {
    width: 100%;
    order: 40;  
}
#breadcrumbs {
    order: 45;
}
#actions {
    order: 110;     
}
#intro {
    order: 120; 
}
#brands {
    order: 130;
}
#brands2 {
    order: 210;
}
#content1 {
    order: 220;
}
#brands3 {
    order: 230;
}
#content2 {
    order: 320;
}
#fbook{
    order: 310;
}
#brands4 {
    order: 330;
}
#visad {
    flex: 1;
    order: 910;
}
#mastercard {
    flex: 1;
    order: 920;
}
#visa {
    flex: 1;
    order: 980;
}
#amex {
    flex: 1;
    order: 990;
}
#cright {
    flex: 2;
    order: 950;
}
}