*{box-sizing: border-box;}
/*elements*/
@media only screen and (max-width: 620px) {
    /* For mobile phones: */
    .logo {
            display:none;
            width: 30%;
            position: relative;
            margin:0% auto;
    }}

h1 { 
    color:#fff ; font-family:"Almarai", "Audiowide", sans-serif;
    text-decoration: red underline overline solid 5px;
    opacity: 1;
    text-shadow:5px 5px 10px brown;
    background-color:darkgray ; 
    padding: 20px;
    margin-top: 0%;
    text-align: center;
    border:ridge red thick;
    border-width:0px 0px 0px 20px;
    position:static;
   
}
span{
    color:red
}
ul {
    list-style-type: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: bold;
    overflow: hidden;
    background-color: #333333;
    
    }

    li {
    float: right;
    }

    li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    }
 a:link,:visited{color:#fff; text-decoration: none;}
 a:hover{color:red}
li a:hover {
background-color: #111111;
}


    h4{color:white; text-align: center; font-family:"Almarai", "Audiowide", sans-serif; width: 100%; background-color: #000;opacity: 0.5; font-size: 30px; padding:20px; }


footer{ margin:auto;}

table{ text-align: center; padding: 0px; margin:auto }
    tr:nth-child(even) { background-color: powderblue;}
    td:nth-child(even),th:nth-child(even) {background-color: powderblue}
    th,td{font-size: 16px; font-family: sans-serif; color: brown; font-weight: bold; border: 1px solid black; }

    .table{
        width: 100%;
        border: solid black;
        border-left:1px;
    }
    .dark{
        background-color: black;
        color:white;
    }

    .rborder{
        border-left: 1px;
        border:solid black
    }
.bor{
    margin: auto;
    border: solid 1px black;
}
    /*  ID   */

    #para{Color:black; width:90%;
        font-size: 20px;
         text-align: justify;
         margin: auto;
        align-items: center;
        align-self: center;
         font-family: "Almarai";
          line-height: 40px; }

          #border{ border: powderblue; border-width: 5px;}



    /*  CLASS   */
.logo{position:absolute;
    left: 10%;
    top: 2%;
float: left;
z-index: 2;
}

.contacts{ background-color: #333333; color: #fff; font-family: "Almarai" ;font-size: 16px;text-align-last: center; padding: 20px; line-height: 22px;}
#center{
    text-align: center;
    
}

.pragraph{Color:black; width:90%;
    font-size: 20px;
     text-align: center;
     margin: auto;
     font-family: "Almarai";
}

.block{
    position: absolute;
    left:10px;
    float:right;
}
.pic{
    float:left;
    width: 100px;
    position:relative;
    left:20px;
}
.center{
    margin:auto;
}
.box{
    margin:10px;
    float:inline-end;
    font-family: "Almarai" ;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    width:300px;
    height:125px;
    background-color: #333333;
    border-radius: 0px 0px 15px 15px;
    padding:5px;
    padding-top: 1px;
    z-index: 1;
    box-shadow: #333333 2px 2px 5px ;
}
.header{
  width: 100%;
    float: inline-end;
}

.stick{
    position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* ستايل اسم الشركة*/
.CompanyName{ width: 100%;  height:50px ;
    background-color: darkgray;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    float: right;}

    

.fontHeader{ font-family: Verdana, Geneva, sans-serif;
    font-size: 40px;
    color: teal;        }

/*  ستايل قائمة علوية */
.menu{ list-style-type: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-weight: bold;
    overflow: hidden;
    background-color: #333333;} 

.menuc {  float: right;}

.menuc a{ display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;}

.menuc a:hover{
    background-color: #202020;
    color: red;}

.menuc a:active{ 
    background-color: #504f4f;
    color: brown;}

.menuc a:visited{
    background-color: #504f4f;
    color: white;}

    /*    عنوان معرض منتجات */

.prod{ background-color: #333333;
    margin: 10px 0 0 0  ;
    text-align: center;
    padding: 20px;}

.white { color: white;}

.image {
    
    float: left;
    margin: 20px 0 0 40px;
   
  
}

/*   مربع المنتج */

.box { width:200px;  height: 250px; 
    background-color: #202020;
    
    border-radius: 0 0 20px 20px; 
    box-shadow: #202020 20px ;
    margin: 10px  ;
float: right;
overflow: hidden;
flex-wrap: wrap;
color: white;
font-size: 16px;
padding: 10px;
text-align: center;

}
