
    @import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css);
                @font-face
     {
        font-family: 'koodak';
        
         src:url(../fonts/koodak.ttf);
     }
        @font-face
     {
        font-family: 'eng';
        src: url(../fonts/upcli.ttf);
     } 
        @font-face
     {
        font-family: 'eng2';
        src: url(../fonts/Ubuntu-Bold.ttf);
     }
                html{
            margin: 0;
            padding: 0;
            direction: rtl;
            height: 100%;
         
            
        }
                .header{
            width: 100%;
            height: 65px;
            background-color: #efefef;
            margin: 0;
            padding: 0;
            position: fixed;
            top: 0;
            right: 0;
            box-shadow: 0px 5px 10px #272727;
                    z-index: 92;
        }
body {

  font-family: 'koodak';
    overflow-x: hidden;
}
/*-------------------menu2-------------------------*/
.nav{
  height: 80px;
}

#cats {
  position: fixed;
  top: 54px;
  bottom:0;
  width: 300px;
  right: -300px;
  background-color: white;
  line-height: 150%;
  transition: 0.3s;    
  box-shadow: 0 0 3px black;
  z-index: 1;
  overflow: auto;
  text-align: center;
}
#cats .item a{
  text-decoration: none;
  height: 40px;
  text-align: center;
  padding: 15px 10px 0 10px;
}
#cats .item{
  list-style: none;
  padding: 10px;
}
#cats a {
  display: block;
  color: #333;
  padding: 0 15px;
  text-decoration: none;
  font-family: 'koodak';
  font-size: 16px;
}

#cats .submenu a {
  padding-right: 30px;
  font-size: 16px;
  /*text-align: center;*/
}
#cats .submenu .submenu a {
  padding-right: 45px;
 /* text-align: center;*/
}
#cats .plus {
  float: left;
  font-size: 1.2em;
  padding: 0 15px;
}
#cats .submenu {
  display: none;
  margin: 10px -10px;
  list-style: none;
  text-align: center;
  padding-right: 0;
}

  #cats .submenu:hover{
    background-color:#ccc;
  }


.accordion {
  color: #ffffff;
  width: 100%;
}

.accordion .section {
  width: 100%;
}
.accordion .section input[type='radio'] {
  display: none;
}
.accordion .section input[type='radio']:checked + label {
  background: #2e3468;
}
.accordion .section input[type='radio']:checked + label:before {
  content: " ";
  position: absolute;
  border-right: 3px solid #ff00a7;
  height: 100%;
  left: 0;
}
.accordion .section input[type='radio']:checked ~ .content {
  max-height: 300px;
  opacity: 1;
  z-index: 10;
  overflow-y: auto;
}
.accordion .section label {
  position: relative;
  cursor: pointer;
  padding: 10px 20px;
  display: table;
  background: #4b4b4b;
  width: 220px;
  -webkit-transition: background 0.7s ease-in-out;
  -moz-transition: background 0.7s ease-in-out;
  -ms-transition: background 0.7s ease-in-out;
  transition: background 0.7s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.accordion .section label:before {
  content: " ";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  border-top: 1px solid #ffffff;
}
.accordion .section label:hover {
  background: #363636;
}
.accordion .section label span {
  display: table-cell;
  vertical-align: middle;
}
.accordion .section:last-of-type {
  border-bottom: 1px solid #ffffff;
}
.accordion .section .content {
  max-height: 0;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  transition: all .7s;
  opacity: 0;
  position: relative;
  overflow-y: hidden;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.side-menu {
  background: #ededed;
  width: 220px;
  position: fixed;
    overflow: scroll;
  top: 60px;
  bottom: 0;
    right: 0;
    z-index: 90;
    font-family: 'koodak';
  
}

        

.accordion {
  font-size: 14px;
}
.accordion .section .content {
  padding: 0 15px;
}
.accordion .section input[type='radio'] {
  display: none;
}
.accordion .section input[type='radio']:checked ~ .content {
  padding: 15px;
}

.accordion ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
    transition: .5s;
    
    
}
.accordion ul li {
  padding: 10px;
    color: #5e167e;
    transition: .3s;
    width: 180px;
    border-right: solid #e3e3e3 2px;
    margin-top: 5px;
}



.accordion ul li:hover {
  color: #2d4e6f;
      cursor: pointer;
    background-color: #dddddd;
}
.menu li{
    display: inline-block;
    width: 130px;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 65px;
    padding-top: 20px;
    border-left: solid #e6e6e6 2px;
    
    
}

.dropdown-content {
    display: none;
 top: 65px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    font-size: 14px;
    
}

.dropdown-content a {
  color: #505050;
  padding: 20px 16px;
  text-decoration: none;
  display: block;
  text-align: right;
    transition: .5s;
}
.dropdown-content a:hover{
    background-color: #e2e2e2;
    
}
.dropdown{
    font-family: 'koodak';
    font-size: 16px;
    color: #4b4b4b;
    transition: .3s;
}
.dropdown:hover{
    background-color: #ffffff;
    border-bottom: solid 4px #ff00a7;
    box-shadow: 0px 0 20px #696969;
    cursor: pointer;
}
.dropdown:hover .dropdown-content {
  display: block;
}
#check{
   
    border-right-color: #00ceff;
    color: #4e5e79;
    background-color: #e0e0e0;
}

.sideLogo {
  padding: 30px 60px;
  width: 200px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
}
.sideLogo img {
width: 100px;
    height: 140px
}
        .logo{
          
            width: 70px;
            height: 70px;
            padding-bottom: 6px;
            position: absolute;
            left: 0;
            top: 0;
        }
                span:lang(en){
            
                    font-family: 'Quicksand', sans-serif;
                    
        }  
        blockquote span:lang(en){
            
                    font-family: 'eng2'
                    
        }

        
        
    /* Nav ICon -------------------------- */
                
                #nav-icon3 {
            width: 30px;
            height: 20px;
            position: fixed;
            float: right;
            margin-top: 18px;
            margin-right: 5vw;
            z-index: 90;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .5s ease-in-out;
            -moz-transition: .5s ease-in-out;
            -o-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
            cursor: pointer;
        }

            #nav-icon3 span {
                display: block;
                position: absolute;
                height: 4px;
                width: 100%;
                background: #391860;
                border-radius: 9px;
                opacity: 1;
                right: 0;
                z-index: 9000002;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: .25s ease-in-out;
                -moz-transition: .25s ease-in-out;
                -o-transition: .25s ease-in-out;
                transition: .25s ease-in-out;
            }





                /* Icon 3 */

                #nav-icon3 span:nth-child(1) {
                    top: 0px;
                }

                #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
                    top: 10px;
                }

                #nav-icon3 span:nth-child(4) {
                    top: 20px;
                }

            #nav-icon3.open span:nth-child(1) {
                top: 18px;
                width: 0%;
                left: 50%;
            }

            #nav-icon3.open span:nth-child(2) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #nav-icon3.open span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            #nav-icon3.open span:nth-child(4) {
                top: 18px;
                width: 0%;
                left: 50%;
            }

        
        #sideMen{
            transition: .7s;
             
            width: 0;
            
        }
        #sideMen.open{
            width: 220px;
           
        }

            #myslider{
            width: 100%;
            height: 75vh;
           margin: 0;
            padding: 0;
            
            
        }
        #layout{
            width: 100%;
            margin: 0;
            padding: 0;
        }
        
        

                        footer {
            background-color: #33313b;
            width: 100%;
            height: 300px;
            color: rgb(255, 255, 255);
            font-family: 'koodak';
                    font-size: 18px;
                            margin-top: 50px;

        }

        .wrapper{
          max-width: 1140px;
          margin: 0 auto;
        }
        #sitemap , #menues{
          margin: 30px auto;
          max-width: 340px;
          
        }
        #sitemap h3{
          border-bottom: 2px solid white;
        } 
        #menues h3{
          border-bottom: 2px solid white;
        }
        


            footer a:hover {
                cursor: pointer;
                color: rgb(0, 194, 200);
            }

            footer img {
                float: left;
                position: relative;
                top: 5px;
                left: 20px;
                width: 350px;
                height: 200px;
                overflow: hidden;
            }
        
              footer h3 {
            color: rgb(255, 255, 255);
            padding:10px;
   
        }


        footer p {
            color: #f6f5f5;
            
            padding:5px;
            margin-right:30px;

        }
                footer h2{
            margin-right: 10px;
            border-bottom: solid 4px #a5a5a5;
            width:250px;
        }
                footer i{
            color: #e3c4a8;
            font-size: 25px;
            margin-left: 10px;
        }

.form{
  margin: 15px auto;
  width: 550px;
  border-radius: 5px;
  background-color: #c7c7c7;
  box-shadow: 0 0 8px;
}
fieldset{
  padding: 10px;
  margin: 10px;
  border: 1px solid darkgray;
}
label{
  width:  105px;
  font-size: 14px;
  display: inline-block;
  
}
legend{
  padding: 5px;
}
input{
  margin: 8px;
  width: 280px;
  direction: rtl;
  font-family: inherit;
  font-size:16px;
}
input [name="fullname"]{
  direction: rtl;
  font-family: inherit;
}
textarea{
  width: 280px;
  margin: 8px;
  resize: none;
  vertical-align: middle;
  font-family: inherit;
}
input[type="radio"]{
  width: 12px;
  vertical-align: middle;
}
select{
  margin: 8px;
  width: 280px;
}
#sbmBtn{
        background-color:#e5e5e5;
        width:220px;
        border-radius:3px;
        border:none;
        transition:.5s;
}
    #sbmBtn:hover {
        background-color: #4d1b1b;
        color:white;
    }

    #success {
        width:450px;
        height:50px;
        background-color:#219049;
        margin:0 auto; 
        border-radius:10px;
        transition:1s;
        color:white;
        padding-right:10px;
        padding-top:10px;
        visibility:hidden;
    }
     #success i{
         padding-left:10px;
         
         font-size:22px;
     }
        #success p{
            font-size:16px;
           
        }

            #success2 {
        width:450px;
        height:50px;
        background-color:#219049;
        margin:0 auto; 
        border-radius:10px;
        transition:1s;
        color:white;
        padding-right:10px;
        padding-top:10px;
        visibility:hidden;
      
    }
     #success2 i{
         padding-left:10px;
         
         font-size:22px;
     }
        #success2 p{
            font-size:16px;
           
        }


        #closeit{float:left;
                 font-size:18px;
                 margin-top:5px;
                 color:#d8d8d8;
                 transition:.3s;
                 cursor:pointer;
        }
            #closeit:hover{
                color:#5b5b5b;
            }
            .licens {
                text-align: center;
                padding: 15px;
                width: 100%;
                height: 70px;
                background-color: #2a2831;
            }
        .licens p{
            
            
            font-size: 15px;
            font-family: 'koodak';
            color: #5f5f5f;
            
        }
#compName{
    
    color: #adadad;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
}
#compName:hover{color: #e5e5e5;}
        .social{
            width: 100%;
            height: 50px;
            text-align: center;

        }
        
        .social a i{
            padding: 10px;
            font-size: 30px;
            color: white;
            transition: .5s;
        }
        .social a i:hover{
            color: #eae112;
        }
        
        
       
        /*Load screen*/
        @-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
        .loader {
  border: 12px solid rgba(177, 177, 177, 0.35);
  border-radius: 50%;
  border-top: 12px solid rgba(54, 30, 169, 0.71);
        
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
            margin: 25% auto;
            transition: 0.3s;
            
}
   
         #cover {position: fixed; height: 100%; width: 100%; top:0; left: 0; background: #e5e5e5; z-index:9999;transition: 0.3s;
        overflow: hidden;} 
        #cover img{
            position: fixed;
            top: 50px;
            left: 45%;;
            width: 120px;
            height: 230px;
        }
        .accordion a{
            color: white;
            text-decoration: none;
        }
        
        .main{
            margin-top: 100px;
        }

.mainImagePlace{
    width: 90%;
    height: 570px;
    background-color: #d6d6d6;
   
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 100px;
}
.mainImage{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.blockquote-reverse{
    border-right: solid 10px rgb(247, 20, 151);
    border-radius: 5px;
    text-align: justify;
}
  blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ff0093;
  color: #434343;
  margin: 0 auto;
  padding: 20px;
  width: 90%; 

}
blockquote h3{
    color: #770040;
    border-bottom: 2px dashed #c9c9c9;
    padding-bottom: 10px;
    display: block;
    width: 50%;;
}
               .occasion{
            box-shadow: 0px 0px 0px;
            width: 80%;
            
                   margin: 0 auto;
                   padding-right: 20px;
                   
                   height: auto;
        }
        .itemPic{
            width: 220px;
            height: 200px;
            margin: 0 auto;
            display: block;
        }

        .subitemPic{
            width: 70%;
            height: 200px;
            margin: 0 auto;
            display: block;
        }
        blockquote ul li{
            color: #2c485d;
            list-style: square;
            border-right: none;
            width: auto;
            
            margin-top: 15px;
            margin-bottom: 15px;
            font-size: 17px;
        }
        .imagePlace{
            margin-top: 100px;
            width: 90%;
            margin: 0 auto;
        }

        h3{
            margin-right: 10px;
            color: #1a344e;
        }
        blockquote ul li ul li{
            list-style: circle;
            font-size: 15px;
            color: #6d6d6d;
        }

        /*----------------*/
        @media screen and (min-width: 1100px) {
         .navContainer{display: none;}
    .side-menu{
        display: none;
    }
      
       #sitemap{ margin: 10px 20px;width: 545px;
       }
       #menues{
         float: none;margin: 10px 20px;width: 545px;
       }  
      }

@media only screen and (max-width:740px) {

    .form {
        width: 400px;
    }

    input[type="radio"] {
        width: 12px;
        vertical-align: middle;
    }
    .success {
        width:300px;
    }

    .worksBox p {
        padding: 10px;
        height: 10px;
    }

    .aboutUs {
        width: 100%
    }

    .aboutUsPlace {
        width: 90%;
        right: 5%;
    }

    footer {
        height: 545px;
    }

    #sitemap {
        margin: 10px 20px;
        width: 545px;
    }

    #menues {
        float: none;
        margin: 10px 20px;
        width: 545px;
    }
}


          @media only screen and (max-width:540px){
    .form{width:235px;}
            input {
                width: 150px;
            }
                input[type="radio"] {
                    width: 12px;
                    
                }
    
                select{width:100px;}
                textarea{width:150px;}
                #sbmBtn{width:100px;}
            .success {
                width: 230px;
                
            }
                .success p{font-size:14px;}
                .success p i {
                    font-size: 14px;
                }
                #closeit{font-size:12px;}
                .occasion {
                    width: 100%;
                    margin-right: -10px;
                }

            .mainImagePlace{width: 100%;
                padding-bottom: 120px;
                padding-top: 120px;
                background-color: white;
            margin-bottom: 10px;
                margin-top: -60px;
            }

            footer   {
              height: 545px;} 
         
         #sitemap{ margin: 10px 20px;width: 545px;
         }
         #menues{
           float: none;margin: 10px 20px;width: 545px;
         }  
                      .aboutUs{width: 100%}
            
        
    .aboutUsPlace h3{
        font-size: 19px
    }
              .licens p{font-size: 11px}
        }






@media only screen and (max-width:1100px) {

    .aboutUs {
        width: 100%;
    }

    footer {
        height: 545px;
    }

    #sitemap {
        margin: 10px 20px;
        width: 545px;
    }

    #menues {
        float: none;
        margin: 10px 20px;
        width: 545px;
    }

    .menu {
        display: none;
    }
}
