@font-face {
  font-family: 'myfont';
  src: url('../fonts/HacenTunisia.ttf');
  font-weight: normal;
  font-style: normal;
  }

body{
  font-family: 'myfont';
}

*{
    margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

  body{
height: fit-content;
display: flex;
flex-direction: column;
min-height: 100vh;
  }

  /*head1*/
.head1{
    background-color: #204289;
    width: 100%;
   padding: 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
}


.right{
  width: 80%;
  display: flex;
  flex-direction: row;

}

.left{
  width: 20%;
  display: flex;
  flex-direction: row;

}


.login1 {
  width: 14%;
}

.phone{
  width: 8%;
}

.left div {
  width: 50%;
  margin-right: 42%;
}

.right div a , .left  div a {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
      .line{
          text-decoration-line: none;
        }

        #phone , #user,#notifications {
          width: 1.7vw;
          height: 1.7vw;
          }
          
              #phone {
                  margin-right: 2vw;
                  }
          
                  
        .right div a h3 , .left  div a h3{
                    font-size: 1vw; 
                    color: #ffff;
                    padding-right:1vw ;
                    font-family: 'myfont';
                  }


        
/*head2*/


        
            .head2{
             display: flex;
            flex-direction: column;
            justify-self:center;
            align-items: center;
                      }

        .logo{
            background-color: #204289;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 0.5px solid #ffff;
            padding: 2%;
        }

        .logo div{
          width: 50%;
        }

        #logo{
    width: 50%;
height: auto;
margin-right: 20%;
        }

        .title{
            display: flex;
            flex-direction: column;
            justify-self:center;
            align-items: center;
            color: #ffff;
        }

        .title  h1{
            font-size: 2.4vw; 
            margin-left: 20%;
            font-family: 'myfont';
        }

        .title  h2{
            font-size: 1.8vw;
            margin-left: 20%;
            font-family: 'myfont'; 
        }


        /*bar*/

        .mobile-bar{
          display: none;
        }

        .bar{
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          border-bottom: 1px  solid #204289;
          background-color: #fff;
          position: relative;
          transition: all 0.3s ease;

      }

      .bar.fixed{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
      

    }

            nav ul {
              list-style-type: none;
              display: flex;
              
              }

              nav ul li {
                width: 7vw;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 1% 0 1% 0;
                }


                nav ul li a {
                  text-decoration: none;
                  display: flex;
                  text-align: center;
                  line-height: center;
                  font-size: 0.95vw;
                  font-family:'myfont';
                  color: #000;
                  }
                    .active {
                      background-color: #204289;
                      color:#ffff;
                      } 
                      .active a {
                        color:#ffff;
                        } 
                  ul li a:hover {
                          color: #ed213a;
                      }


      /*location and conect*/

      .location{
        width: 100%;
        background-color: #204289;
        display: flex;
        flex-direction: column;
        border:0.1vw solid #000;
        padding: 1vw;
      }

      .log{
        width: 15vw;
        height: auto;
        margin-right: 2vw;
        margin-top:1% ;
      }

      .item{
        width: 25%;
        display: flex;
        flex-direction: row;
        margin-right: 2vw;
        margin-top:1.3% ;
      }

      .item img{
        width: 2vw;
        height: 2vw;
        margin-left: 1vw;
      }

      .item h3{
        width:100%;
        color: #fff;
        font-family: 'myfont';
        font-size: 1vw;
        margin-top: 1%;
      }
      .social-media-icons{
        width: 30%;
        margin-right: 5vw;
        margin-top:2% ;
        margin-bottom:1% ;
      }

      .social-media-icons a{
        text-decoration: none;
      }

      .social{
        width: 2.5vw;
        height: auto; 
        margin-right: 2vw;
      }

      .social-media-icons  #whatsappLink{
        margin-right:0vw;
      }


           .foot {
               background-color: #204289;
                color: #ffff;
                padding: 1% 0 1% 0;
               text-align: center;
               font-size: 1.1vw;
               font-family: 'myfont';
               border:0.1vw solid #000;
              border-top: 0;
              
                        } 



                        footer{
                          margin-top: auto;
                          width: 100%;
                        }
                          
                        .notification_all{
                          position: relative;
                          display: inline-block;

                        }
                        #notifications {
                          width: 2vw;
                          height: 2vw;
                          display: block;
                          
                          }

                        .notification{
                          color: #ed213a;
                          font-size: 5.7vw;
                          position: absolute;
                          top: -3.9vw;
                          left: 0.9vw;
                          font-weight: bold;
                          display: none; 
                        }


                        
    .ltr_dri{
        direction: ltr;
  text-align: right;

        }

        .soft{
                color: #000;
                padding: 0.2vw 0 0.2vw 0;
               text-align: center;
               font-size: 1vw;
               font-family: 'myfont';
              border-top: 0;
              

        }

        .soft a{
          color: #000;
           text-decoration: none;

        }



       @media screen and (max-width:768px) {

         .right div a h3 , .left  div a h3{
           display: none;
                          }
                        

                          .head1{
                            background-color: #204289;
                            width: 100%;
                           padding: 2%;
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            height: auto;
                        }

                        .left div {
                          width: 50%;
                          margin-right: 21%;
                        }
              
                           #phone , #user,#notifications {
                            width: 4vw;
                            height: 4vw;
                            }
                            
                                #phone {
                                    margin-right: 3vw;
                                    }

                                    .head2{
                                    
                                     border-bottom: 0.3vw solid #ffff;
                         
                                               }
         .logo{
             background-color: #204289;
             width: 100%;
             display: flex;
             justify-content: space-between;
             align-items: center;
             border-top: 0.5px solid #ffff;
             padding: 3%;
         }
 
       
 
         #logo{
     width: 70%;
 height: auto;
 margin-right: 5%;
         }
 
    
 
         .title  h1{
             font-size: 2.8vw; 
             margin-left: 15%;
         }
         .title  h2{
             font-size: 2.1vw;
             margin-left: 15%; 
         }
 
 
   
         /*bar*/

         .mobile-bar{
          display: block;
         }
         
         .bar{
          display: none;
        }

         .sidebar {
          position: fixed;
          top: 0;
          left: 0;
          width: 0;
          height: 100%;
          background-color: transparent;
          transition: width 0.3s ease;
          overflow-x: hidden;
          z-index: 100; 
          display: flex;
        }
        

        .sidebar .insede-bar{
          height: 100%;
          width: 65%;
          background-color: #fff;
        }

        .sidebar .out-bar{
          height: 100%;
          width: 35%;
         background-color: rgba(0,0,0,0.7);
        }
        .sidebar .out-bar .closebtn {
          color: #fff;
          padding-right: 5vw;
          font-size: 3vw;
        }
    
        .sidebar a {
          height: 5.5vw;
          display: block;
          padding: 1vw;
          padding-right: 4vw;
          text-decoration: none;
          transition: background-color 0.3s ease;
          font-size: 2.5vw;
          color: #000;
         border-bottom: 0.2vw solid #808080;
          display: flex;
          align-items: center;
        }
    
        .sidebar a:hover {
          background-color: #204289;
          color: #fff;
        }
    
        .sidebar .out-bar .closebtn {
          color: #fff;
          padding: 6vw;
          font-size: 5.5vw;
        }
    
        .sidebar .closebtn:hover {
          background-color: transparent;
          color: #fff;
        }

        .insede-bar .logo{
          margin: 0;
          padding: 0;
          border: 0;
          background-color: #204289;
        }

        .insede-bar .logo img{
          width: 25vw ;
          height: auto;
          padding-right: 1.5vw;
          margin: 1vw;

        }
        .insede-bar  .logo .sign-in {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 5vw;
        }
        .sign-in .headlogin{
          text-decoration: none;
          border: 0;
        }  
        
        .insede-bar  .logo .sign-in  a img{
          width:5vw ;
          height: auto;
        }

        .insede-bar  .logo .sign-in a h1{
          margin-top: 1vw;
         font-size:1.8vw ;
         color: #fff;

        }
    
    
        .openbtn {
          font-size: 4vw;
          cursor: pointer;
          padding: 1% 2% 1% 2% ;
          background-color: #204289;
          color: #ffff;
          border: none;
          position: fixed;
          top: 0vw;
          left: 2vw;
          z-index: 90;
        }
    
        .openbtn:hover {
          background-color: #ed213a;
        }


  /*location and conect*/
        
  .location{
    width: 100%;
    background-color: #204289;
    display: flex;
    flex-direction: column;
    border:0.1vw solid #000;
    padding: 2vw;
  }

      .log{
        width: 30vw;
        height: auto;
        margin-right: 2vw;
        margin-top:2% ;
      }

      .item{
        width: 50%;
        display: flex;
        flex-direction: row;
        margin-right: 2vw;
        margin-top:2.6% ;
      }

      .item img{
        width: 3.5vw;
        height: 3.5vw;
        margin-left: 2vw;
      }

      .item h3{
        width:100%;
        color: #fff;
        font-size: 2.1vw;
        margin-top: 2%;
      }
      .social-media-icons{
        width: 60%;
        margin-right: 5vw;
        margin-top:4% ;
        margin-bottom:2% ;
      }

      .social{
        width: 4.5vw;
        height: auto; 
        margin-right: 5vw;
      }

      .social-media-icons  #whatsappLink{
        margin-right: 0;
      }


           .foot {
               background-color: #204289;
                color: #ffff;
                padding: 2% 0 2% 0;
               text-align: center;
               font-size: 2.5vw;
               border:0.1vw solid #000;
              border-top: 0;
                        } 

    
                        .phone, .login1{
                          width: 14%;
                         }

                         .notification_all{
                          position: relative;
                          display: inline-block;

                        }
                        

                        .notification{
                          color: #ed213a;
                          font-size: 10vw;
                          position: absolute;
                          top: -6.3vw;
                          left: 2.9vw;
                          font-weight: bold;
                        }

                   .soft{
                padding: 0.3vw 0 0.3vw 0;
               font-size: 2.2vw;
              

        }
                        
                        }


     @media screen and (max-width:480px) {

      .right div a h3 , .left  div a h3{
          display: none;
             }

             .phone, .login1{
              width: 14%;
             }


             .head1{
              background-color: #204289;
              width: 100%;
             padding: 2%;
              display: flex;
              justify-content: space-between;
              align-items: center;
              height: auto;
          }

          .left div {
            width: 50%;
            margin-right: 5%;
          }

             #phone , #user,#notifications {
              width: 5vw;
              height: 5vw;
              }
              
                  #phone {
                      margin-right: 3vw;
                      }
            
                
                      .head2{
                                    
                        border-bottom: 0.3vw solid #ffff;
            
                                  }
        
                      .logo{
                        background-color: #204289;
                        width: 100%;
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        border-top: 0.5px solid #ffff;
                        padding: 2%;
                    }
            
                  
            
                    #logo{
                width: 70%;
            height: auto;
            margin-right: 5%;
                    }
            
               
            
                    .title  h1{
                        font-size: 2.7vw; 
                        margin-left: 7%;
                    }
                    .title  h2{
                        font-size: 2.1vw;
                        margin-left: 7%; 
                    }


             
         /*bar*/
         .mobile-bar{
          display: block;
         }
         .bar{
          display: none;
        }

         .sidebar {
          position: fixed;
          top: 0;
          left: 0;
          width: 0;
          height: 100%;
          background-color: transparent;
          transition: width 0.3s ease;
          overflow-x: hidden;
          z-index: 100; 
          display: flex;

        }

        .sidebar .insede-bar{
          height: 100%;
          width: 65%;
          background-color: #fff;
        }

        .sidebar .out-bar{
          height: 100%;
          width: 35%;
         background-color: rgba(0,0,0,0.7);
        }
        .sidebar .out-bar .closebtn {
          color: #fff;
          padding-right: 5vw;
          font-size: 4.5vw;
        }
    
        .sidebar a {
          height: 9vw;
          display: block;
          padding: 1vw;
          padding-right: 4vw;
          text-decoration: none;
          transition: background-color 0.3s ease;
          font-size: 3.6vw;
          color: #000;
         border-bottom: 0.2vw solid #808080;
          display: flex;
          align-items: center;
        }
    
        .sidebar a:hover {
          background-color: #204289;
          color: #fff;
        }
    
        .sidebar .out-bar .closebtn {
          color: #fff;
          padding: 6vw;
          font-size: 5.4vw;
        }
    
        .sidebar .closebtn:hover {
          background-color: transparent;
          color: #fff;
        }

        .insede-bar .logo{
          margin: 0;
          padding: 0;
          border: 0;
          background-color: #204289;
        }

        .insede-bar .logo img{
          width: 25vw ;
          height: auto;
          padding-right: 1.5vw;
          margin: 1vw;

        }
        .insede-bar  .logo .sign-in{
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 10vw;
        }
       .sign-in .headlogin{
          width: 100%;
          text-decoration: none;
        }  

        .insede-bar  .logo .sign-in  a img{
          width:6vw ;
          height: auto;
        }

        .insede-bar  .logo .sign-in  a h1{
          margin-top: 1vw;
         font-size:1.8vw ;
         color: #fff;

        }
    
        .openbtn {
          font-size: 5vw;
          width: 10vw;
          cursor: pointer;
          background-color: #204289;
          color: #ffff;
          border: none;
          position: fixed;
          top: 0vw;
          left: 2vw;
          z-index: 90;
        }
    
        .openbtn:hover {
          background-color: #ed213a;
        }
         
         /*location and conect*/
        
  .location{
    width: 100%;
    background-color: #204289;
    display: flex;
    flex-direction: column;
    border:0.1vw solid #000;
    padding: 2vw;
  }

      .log{
        width: 30vw;
        height: auto;
        margin-right: 3vw;
        margin-top:2% ;
      }

      .item{
        width: 60%;
        display: flex;
        flex-direction: row;
        margin-right: 2vw;
        margin-top:2% ;
      }

      .item img{
        width: 5vw;
        height: 5vw;
        margin-left: 2vw;
      }

      .item h3{
        width:100%;
        color: #fff;
        font-size: 2.4vw;
        margin-top: 2%;
      }
      .social-media-icons{
        width: 80%;
        margin-right: 9vw;
        margin-top:4% ;
        margin-bottom:2% ;
      }

      .social{
        width: 6vw;
        height: auto; 
        margin-right: 5vw;
      }

      .social-media-icons #whatsappLink{
        margin-right: 0;
      }


           .foot {
               background-color: #204289;
                color: #ffff;
                padding: 2% 0 2% 0;
               text-align: center;
               font-size: 2.8vw;
               border:0.1vw solid #000;
              border-top: 0;
                        } 

                        .notification_all{
                          position: relative;
                          display: inline-block;

                        }
                        

                        .notification{
                          color: #ed213a;
                          font-size: 13vw;
                          position: absolute;
                          top: -8.5vw;
                          left: 2.1vw;
                          font-weight: bold;
                        }

                                          .soft{
                padding: 0.4vw 0 0.4vw 0;
               font-size: 3vw;
              

        }

                        }


                      
                                   
