@import url('https://fonts.googleapis.com/css2?family=Almarai&display=swap');


body{
    background:#f3f3f3 ;
    font-family: "Almarai";
   overflow-x: hidden;
}
.sp{
    padding-top: 50%;
    padding-bottom: 100%;
    background-color: rgba(221, 221, 221, 0);
    
}

header {
    height: 100px;
    background-color: #36464d;
    display: flex;
    justify-content: space-evenly;
    align-self: center;
  }
  
  .logo {
    /* position: absolute; */
    display: flex;
    /* right: 0; */
    align-items: center;
    padding: 0px 10px;
    width: auto;
    align-self: center;
  }
  
  .text-log a {
    color: #ffffff;
    padding: 0px 10px;
    text-decoration: none;
    text-align: center;
  }
  
  
  
  .titel-t {
    align-self: center;
    /* justify-items: center; */
    width: auto;
    list-style: none;
    transition: 0.5s;
    /* text-align: center; */
  }
  
  .titel-t li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  
    border-radius: 10px;
    transition: 0.5s;
    /* align-self: center; */
  }
  .titel-t a {
    text-decoration: none;
    color: white;
    transition: 0.5s;
    border-radius: 8px;
  }
  
  .titel-t li :hover {
    background-color: #04d4ac;
    transition: 0.5s;
    padding: 10px;
  }
  
  .menu {
    display: none;
    cursor: pointer;
    /* background-color: yellow; */
  }
  
  .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
  }

.hed{
    width: 60%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 2px solid #246A67;
    border-radius: 10px;
    padding: 10px;
}


.form_table_home{
    width: 60%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    
}
.tr_1{
    background-color: teal;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.tr_1 th{
    padding: 15px 20px;
}

.tr_2{
    text-align: center;
}

.hom_tr_1{
    background-color: teal;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.hom_tr_1 th{
    padding: 15px 20px;
}

.hom_tr_2{
    text-align: center;
}


.form_table_informtion{
    width: 90%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
}

.form_search{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.form_search div{
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

#btn_sig{
    margin-top: 20px;
    
}

.alert{
    text-align: center;
}

footer{
    margin-top: 50px;
    height: 100px;
    background-color: #7a7a7a;
    
    color: #fff;
    display: flex;
}
.dfooter{
    width: 100%;
    display: flex;
    
    align-items: center;
    text-align: center;
    justify-content: center;
    justify-items: center;
    justify-self: center;
}


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

    
    
    header nav{

        width: 148%;
    }

    .form_table_informtion{
        width: 100%;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .tr_1{
        width: 100%;
        background-color: teal;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
    }
    .tr_1 th{
        padding: 15px 80px;
    }
    
    .tr_2{
        text-align: center;
        font-size: 30px;
    }


}


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

   
    

    .form_table_informtion{
        width: 100%;
        margin-top: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .tr_1{
        width: 100%;
        background-color: teal;
        color: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 30px;
    }
    .tr_1 th{
        padding: 15px 50px;
    }
    
    .tr_2{
        text-align: center;
        font-size: 30px;
    }

    
}

@media screen and (max-width:760px){
    
   
    
    .menu {
        display: block;
        /* float: right; */
        /* padding-top: 20px; */
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 10px;
        align-items: center;
        align-self: center;
        /* background-color: lawngreen; */
      }
    
      .logo {
        /* margin-right: 100px; */
        /* width: 100%; */
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        /* background-color: khaki; */
      }
    
      .titel-t {
        position: absolute;
        left: -100%;
        top: 70px;
        display: grid;
        /* background-color: violet; */
        background-color: #36464d;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding: 20px 0px;
        z-index: 100;
      }
      .titel-t li {
        margin: 10px 0px;
      }
      .menu.active .bar:nth-child(2) {
        opacity: 0;
      }
      .menu.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
      }
      .menu.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
      }
      .titel-t.active {
        left: 0;
      }
    
    
    .hed h1{
        font-size: 5vmin;
    }
    .form_table_informtion{
        width: 100%;
        margin-right: 0%;
        padding-right: 0%;
        
    }
    .tr_1{
        width: 20%;
        margin-right:0%;
        margin-left: 5px;
        padding-right: 0%;
        font-size: 2vmin;
        
    }
    .tr_1 th{
        padding: 1vw;
        margin: 0%;

    }
    .tr_2{
        font-size: 2vmin;
    }
}


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

 header a{
    font-size: 5vmin;
 }
 
    .tr_1{
        font-size: 1vmin;
       
    }
    
    .tr_2{
        font-size:1vmin;
    }
}