*{
  margin: 0px;
  box-sizing: border-box;
 }

 body {
  direction: rtl;
   font-family: "Tajawal", sans-serif;
}



 .bghome{
  height: 100vh;
  background-image: url("https://png.klev.club/uploads/posts/2024-04/png-klev-club-fet7-p-belii-tsvet-png-30.png");
  background-position: center;
  background-size: cover;
 }
 /* body{
   background-image: url("12.jpg");
   background-position: center;
   background-size: cover;
   height: 100vh;
 } */
.login{
  display: inline;
  text-align: end;
}
.navbar{
  display: inline;
  text-align: start;
}
.width{
  width: 100px;
}
.fontsize{
  font-size: 15px;
  padding-inline: 40px;
}
.line-hg{
  line-height: 35px;
}
.rowbg{
  background-color: #5c9c7a;
}
.btncolor{
  /* background-color: rgb(4, 50, 50) !important; */
  /* background-color: rgb(10, 55, 76) !important; */
  background-color: #065551 !important;

  color: white !important;

}
.btncolor:hover{
  background-color: #408884 !important;
    color: white !important;
}

.bgicon{
  background-color: rgb(4, 50, 50) ;
}
.btnmove{
  position: absolute;
  left: 10px;
}
.btnmovee{
  position: absolute;
  left: 50px;
}
.btnbg:hover{
  background-color: #408884 !important;
  display: block;

}

.btnbg{
  background-color: #065551 !important;
  display: block;

}

.lineHg{
  line-height: 10%;
}
.bg-color{
  background-color: rgb(238, 241, 245);
}
.footer{
  /* background-color: rgb(4, 50, 50); */
  background-color: #065555;
    margin-top: 20px;
}

.footer p {
    margin:0;
}


@media (max-width: 768px) {

  .hambozo {
    padding-right: 0;
  }
  .hamedo {
    width: 100% !important;
  }
  }


  @media (max-width: 1130px) and (min-width: 768px) {
    .lineHg {
      margin-bottom: 20px;
    }
    .hamada {
      height: auto;

      white-space: normal;
    }



  }


  .hambozo {
    padding-left: 0 !important;
  }

  .btn-home {
    /* background-color:rgb(4, 50, 50)  !important; */
  background-color: rgb(13, 56, 76) !important;

    color: white !important;
  }

  .btn-submit  {
    /* background-color:rgb(4, 50, 50)  !important; */
  background-color: rgb(13, 56, 76) !important;
    color: white !important;
  }
