body{
    margin: 0;
    padding: 0;
}
main{
    background-color: #ffffff;
}
h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
p{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}
.logo1{
    width: 150px;
    padding-left: 5%;
}
.logo1:hover{
    width: 160px;

}
.nav1{
    width: 100%;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.555);
    position: fixed;
    background-color: white;
}
.nav1 ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: #fff;
    padding-right: 20px;
}

.nav1 ul li{
    margin: 0 5px;
}

.nav1 ul li a{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: 0.5s;
    padding: 10px;
}

.nav1 ul li a:hover{
    background-color: #ffc629;
    text-decoration:underline;
}
.lang{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.iconlang{
    width: 30px;
    margin: 3px;
}
.lang select{
    border: none;
    border-bottom: 1px solid #cca22d;
    outline: none;
    width: 100px;
    height: 30px;
    padding: 0 10px;
}
.lang select:hover{
    color: #000000;
    cursor: pointer;
    background-color: #ffc629;
    transition: 0.5s;

}


/******       down mob menu          *****/
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 56px;
    margin-left: 50px;
    color: #ffffff;
  }
  .sidebar select{
    border: none;
    border-bottom: 1px solid #cca22d;
    outline: none;
    width: 100px;
    height: 30px;
    padding: 0 10px;
    color: #ffffff;
    background-color: #111;
    margin-left: 20px;
    margin-top: 50px;
  }
  .sidebar option{
    color: #ffffff;
    background-color: #644100;

  }
  .openbtn {
    font-size: 35px;
    cursor: pointer;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding-right: 5%;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #f3aa4b;
  }
  
  #butmen {
    transition: margin-left .5s;
    padding: 16px;
  }


/****               uper hader            ***/
/****               جسم الموقع تخت            ***/

#img2{
    width: 100%;
    align-items: center;
}
#lask1{
    position: sticky;
    top: 0;
    z-index: 1;

}
#tit2{
    position:absolute ;
    top: 30%;
    left: 30%;
    transform: translate(-50%, -50%);
    font-family:'Courier New', Courier, monospace;
    background-color: #ffbb0021;
    padding: 10px;
    border-radius: 10px;
    color: #000000;
    
}
#tit2 H1, p{
    padding-left: 2%;
}
#tit2:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.322);
    zoom: 101%;
}
#img3{
    width: 50%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    padding-top: 1%;
    padding-bottom: 1%;
    animation: cartoon;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.uf2{
width: 100%;
background-color: #ffffff;
padding-top: 100px;
}
#img4{
width: 100%;
    height: 100%;
}
#col2{
    background-color: #ffffff;
    width: 50%;
    height: 600px;
    float: right;
    padding-top: 10px;
    padding-bottom: 130px;
}
#col2 h1{
    padding-top: 15%;
    text-align: center;
}
#pcol2{
    text-align: center;
}
#tit5{
background-color: #05112b;
text-align: center;
width: 100%;
}

#tit5 h3{
    text-align: center;
    color: #ffc629;
    background: 50% 100% / 50% 50% no-repeat
    radial-gradient(ellipse at bottom, #ffe08d, transparent, transparent);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-family: "Source Sans Pro", sans-serif;
animation: reveal 3000ms ease-in-out forwards 200ms,
   glow 2500ms linear infinite 2000ms;
   animation-delay: 5s;
}
#tit5 h4{
    text-align: center;
    color: #ffc629;
    background: 50% 100% / 50% 50% no-repeat
    radial-gradient(ellipse at bottom, #ffe08d, transparent, transparent);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
font-family: "Source Sans Pro", sans-serif;
animation: reveal 3000ms ease-in-out forwards 200ms,
   glow 2500ms linear infinite 2000ms;
   animation-delay: 15s;
   font-size: 35px;
}
@keyframes reveal {
80%{
letter-spacing: 8px;
}
100% {
background-size: 300% 300%;
}
}
@keyframes glow {
40% {
text-shadow: 0 0 8px #fff;
}
}


#tit6{
    text-align: center;
    margin-right: 3%;
    margin-left: 1%;
    border-bottom: 2px solid #cca22d;
    height: 240px;
}
#wit2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    width: 100%;
    float: left;
}
#wit2 div{
    width: 90%;
    height: 90%;
    margin-left: 5%;
    border: 2px solid #f3aa4b;
    border-radius: 10px;
    background-color: #fff;
}
#wit2 div:hover{
    box-shadow: 2px 7px 10px #0000007c;
    transition: 0.5s;
    transform: scale(1.01);
}
#wit2 div H2{
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
}
#wit2 div img{
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
}
/******* صور البلوج في الهوم *********/
.centit1{
    text-align: center;
}
.blogh{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    float: left;
    background-color:#fff;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;

}
.blogh div{
    width: 90%;
    height: 90%;
    margin-top: 20px;
    margin-left: 1%;
    margin-right: 1%;
    border: 2px solid #f3aa4b;
    border-radius: 10px;
    background-color: #fff;
    padding: 3%;
    align-items: center;
    text-align: center;
}
.blogh a{
    text-decoration: none;
    color: #000000;
}

.blogh div:hover{
    box-shadow: 2px 7px 10px #0000007c;
    transition: 0.5s;
}
.blogh h2, .blogh img{
    color:#f3aa4b;
    border-radius: 100px;
    border: 1px solid #000000;
    background-color: #000;
}
/******* why us*******/

.why-us{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    float: left;
    background-color:#fff;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;
    align-items: center;
    text-align: center;
    height: 400px;
}

.why-us div{
    border: 1px solid #000;
    height: 200px;
    padding: 10px;
    margin: 10%;
    border-radius: 30px;
}

.why-us div:hover{
    box-shadow: 2px 7px 10px #0000007c;
    transition: 0.5s;
}
.why-us img{
    height: 120px;
    animation: cartoon2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.centit2{
    text-align: center;
    height: 550px;
    background-color: #fff;
    padding-top: 100px;
}
#tit5 p{
    text-align: left;
    padding-right: 5%;
    padding-left: 5%;
}
#wit2 h1{
    text-align: center;
}
#wit2 p{
    padding: 3%;
}
#card{
    background-color: #283142;
    width: 100%;
}
#card img{
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    display: block;
    padding-top: 20px;

}

































/********************  footer  ***********************/
footer{
    background-color: #283142;
    width: 100%;
    color: #ffffff;
}

footer a{
    text-decoration: none;
    color: #ffffff;
}
footer a:hover{
    text-decoration: underline;
    color: #ffc629;
}

.footdiv{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    display: grid;
    height: 400px;
    width: 97%;
    padding-top: 1%;
    margin-left: 1%;
}

.footdiv h4{
    font-size: 33px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;

}

.footdiv h1{
    padding-top: 10%;}
#footiv2{
    border: 1px solid #ffffff15;
    padding-left: 5%;
}
.rights{
    border-top: 1px solid #fff;
    text-align: center;
}














/**** رسوم متحركة****/
/************************************************************************************/
/***** يمين و شمال ******/
@keyframes cartoon{
    0%{left: -100px; top: 0px;}
    50%{left: 100px; top:0;}
    100%{left: -100px; top: 0px;}
}
/********* زوم *************************/
@keyframes cartoon2{
        0%{    transition: 0.5s;
        transform: scale(1.0);}
        50%{    transition: 0.5s;
        transform: scale(1.1);}
        100%{    transition: 0.5s;
        transform: scale(1.0);}
}
/********* 2زوم *************************/
@keyframes cartoon4{
    0%{    transition: 0.5s;
    transform: scale(1.0);}
    50%{    transition: 0.5s;
    transform: scale(1.04);}
    100%{    transition: 0.5s;
    transform: scale(1.0);}
}



















/**     mobile and pc view */
@media screen and (min-width: 1024px){
    h1{
        font-size: 35px;
    }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 50px;
    }
    p{
        font-size: 20px;
    }
    .openbtn{
        display: none;
    }
    main{
        padding-top: 7%;
        width: 100%;
        margin: 0;
    }
    #wit2{
        height: 750px;
    }
    #wit3{
        height: 750px;
        background-color: #fff;
    }
    .diva1{
        height: 850px;
        background-color: #fff;
    }
    }



    @media screen and (max-width: 1024px){
        h1{
            font-size: 25px;
        }
        h2{
            font-size: 20px;
        }
        h3{
            font-size: 28px;
            font-weight: bold;
        }

        p{
            font-size: 16px;
        }
        .nav1 ul{
            display: none;
        }
        #pnav1{
            height: 90px;
        }
        .logo1{
            width: 120px;
        }
        .logo1:hover{
            width: 120px;
            transition: 0.5s;
        }
        main{
            padding-top: 19%;
        }
        #tit2{
            padding-left: 10%;
        }
        #col2{
            width: 100%;
            float: right;
            height: 50%;

        }
        #wit2{
            grid-template-columns: 1fr;
            width: 100%;
            float: left;
            height: auto;
            margin: 0;


        }
        #wit2 div{
            align-items: center;
            width: 92%;
            height: 390px;
            margin-top: 50px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 10px;
        }
        #lask1{
            position: sticky;
            top: 15%;
            z-index: 1;
        
        }
        .footdiv{
            grid-template-columns: 1fr;
            height: 1000px;
            margin-top: 1%;
        }
        .footdiv h1{
            padding-top: 2%;
        }
        #wit3{
            height: 1890px;
        background-color: #fff;
        }
        .blogh{
            grid-template-columns: 1fr;
            margin-bottom: 100px;
        }
        .blogh div{
            height: 290px;
        }
    .why-us{
        grid-template-columns: 1fr 1fr;
        height: 600px;
        margin-top: 1%;
    }
    .why-us div{
        padding-top: 15px;
    }
    .centit2{
        padding-top: 2350px;
        font-size: 35px;
    }
    #card img{
        width: 100%;
    }
    .diva1{
        height: 700px;
    }
    .diva2{
        height: 1500px;
        background-color: #fff;
        width: 100%;
    }


    }