@font-face{
    font-family: 'Al-Jazeera';
    src: url('Al-Jazeera-Arabic-Regular.ttf') format('truetype');
}
@font-face{
    font-family: 'Al-Jazeera-Bold';
    src: url('Al-Jazeera-Arabic-Bold.ttf') format('truetype');
}
@font-face{
    font-family: 'gadugi-normal';
    src: url('gadugi-normal.ttf') format('truetype');
}
@font-face{
    font-family: 'tharwat';
    src: url('tharwat.ttf') format('truetype');
}
body{
    font-family: Al-Jazeera;
    font-size: 18px;
    background-color: #fff;
}
.title, .Bold-fo{
    font-family: Al-Jazeera-Bold;
}
.gadugi{
    font-family:gadugi-normal;
}
.tharwat{
    font-family: tharwat;
    font-size: 50px;
}
.btn-1,.color1{
    color: #dc3d45;
}
.color2{
    color: #fff;
}
.color3{
    color: #222151;
}
.color4{
    color: #e41316;
}
.color4{
    color: #4c84c4;
}
.bg-color1{
    background: #0a1723;
}
.bg-color2{
    background: #92131a
}
.bg-color3{
    background: #464646
}
.bg-color4{
    background: #083463
}
.bg-color5{
    background: #4787ca
}
#service, #about, .home, #contact, #activites, #menu{
    height: 100vh;
    overflow: hidden;
}
.nav-co{
    position: fixed;
    top: 0;
}
.home{
    background-image: url("../img/home1.jpg");
    background-size: cover;
    background-position: center;
}
.mainslogan{
    font-size: 65px;
    height: 90vh;
    margin-top: 200px;
}
.menue{
    position: fixed;
    top: 60vh;
    left: 20vh;
    font-size: 25px;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
/*-----------------------------------------------------------------------------------*/  
a {
    text-decoration: none;
    border-left: 5px solid #fff;
    padding-left: 30px;
  }
  a:hover {
    text-decoration: none;
    padding-left: 40px;
    color: #fff;
    transition: 0.5s;
  }
  .btn-container {
    display: inline-block;
    cursor: pointer;
  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
  #call{
    font-size: 35px;
    background-color: #4787ca;
    color: #fff;
  }
  #call:hover{
    background-color: #222151;
  }
/*-----------------------------------------------------------------------------------*/  
.zpad{
    padding: 0px;
}
.img-co{
    padding: 0px;
    overflow: hidden;
}
.img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: 0.9s;
}
.img:hover{
    scale: 1.05;
}
.right-side{
    padding: 50px 100px 50px 50px;
    color: #fff;
    text-align: right;
}
.no{
    font-size: 100px;
    font-family: Al-Jazeera-Bold;
    color: #c0c0c0;
}
.title{
    position: absolute;
    font-size: 60px;
    margin-left: -150px;
    margin-top: -150px;
}
#service, #about, #contact, #activites, #menu{
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}
.serv-items{
    width: 250px;
    border: 2px solid #fff;
    border-radius: 15px;
    text-align: center;
    padding: 10px;
    margin: 10px;
}
.itext{
    width:80%;
    height: 40px;
    background: rgba(255, 255, 255, 0);
    border: none;
    border: 1px  solid #fff;
    margin-bottom: 10px;
    font-size: 20;
}
::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
    text-align: right;
}
button{
    background-color: #fff;
    padding: 10px 60px;
    border: none;
}
button:hover{
    background-color: #222151;
    color: #fff;
}
.adress{
    color: #fff;
    padding: 130px 0px 0px 130px;
}
.add{
    border: none;
    color: #fff;
}
.navigation{
    padding: 50px;
}
.servbox{
    justify-content:center;
}
.servbox2, .servbox{
    display: flex;
}
.logo-img{
    width: 60px;
}
@media screen and (min-width: 300px) and (max-width: 600px) {
    body{
        font-size: 12;
    }
    #menu, #contact, #activites, #about, #service{
        position: relative;
        display: block;
        height: auto;
    }
    .mainslogan{
        font-size: 40px;
        margin-top: 200px;
    }
    .menue{
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100vh;
        background-color: #464646;
        padding: 100px 0px 0px 0px;
    }
    .navigation{
        padding: 20px;
    }
    .img{
        height: 40vh;
    }
    .adress, .right-side{
        padding: 40px;
        height: auto;
    }
    .no{
        font-size: 60px;
        font-family: Al-Jazeera-Bold;
        color: #fff;
    }
    .title{
        position: relative;
        margin:auto;
        font-size: 40px;
        width: 95%;
    }
    .servbox2,.servbox{
        display: block;
    }
    .adress, .servbox2{
        text-align: center;
    }
    .mini-img{
        display: none;
    }
    ul{
        margin: auto;
        text-align: center;
    }
    li{
        margin-top: 30px;
    }
    a {
        text-decoration: none;
        border: none;
    }
    .nav-menue{
        width: 49%;
    }
    .logo-img{
        width: 40px;
    }
}