body, h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0;
    padding: 0;
  }
  
  body {
    background-color: #00000004;
  }

  .navbar {
    padding: 0;
  }
 

  nav ul {
    list-style-type: none;
    text-align: center;
    direction: rtl;
    width: 100%;
  }
  
  nav ul li a {
    display: inline-block;
    margin: 20px 5px ;
    color: #f8f8f8;
  }
  
  .ahmed {
    background-color: #ffffff;
  }
  
  nav ul :hover {
    transform: scale(1.1);
  }
  

.imgcover{ 
  width: 100%;
  height: 50vh;
  background-image: url(../images/b-ground.jpg);
  background-size: cover;
}

  
 
  
  .company-servicess-items {
    width: 95%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
  }
  
  
  .company-servicess-item-1 {
  width: 95%;
  margin: 30px auto;
  height: 400px;
  background-image: linear-gradient(#0000005b , #0000005b),url("../images/img1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:  20px 20px 60px #bebebe,
  -20px -20px 60px #ffffff;
  }
  
  
  .company-servicess-item-2 {
    position: relative;
    background-position: center;
    width: 95%;
    margin: 30px auto;
    height: 400px;
    background-image: linear-gradient(#0000005b , #0000005b),url("../images/img2.jpg");
    background-size: cover;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  }
  .company-servicess-item-2 a {
    text-decoration: none;
  }
  
  .company-servicess-item-3 {
  width: 95%;
  margin: 30px auto;
  height: 400px;
  background-image: linear-gradient(#0000005b , #0000005b),url("../images/img3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:  20px 20px 60px #bebebe,
  -20px -20px 60px #ffffff;
  }
  .company-servicess-item-4 {
  width: 95%;
  margin: 30px auto;
  height: 400px;
  background-image: linear-gradient(#0000005b , #0000005b),url("../images/img4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:  20px 20px 60px #bebebe,
  -20px -20px 60px #ffffff;
  }
  .company-servicess-item-6 {
  width: 95%;
  margin: 30px auto ;
  height: 400px;
  background-image: linear-gradient(#0000005b , #0000005b),url("../images/img6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow:  20px 20px 60px #bebebe,
  -20px -20px 60px #ffffff;
  }
  
  
  /* Footer Styles */
  footer {
    background-color: #000;
    color: #fff;
    padding: 20px;
    margin-top: 100px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  
  
  .p-footer {
    padding: 10px;
    /* margin-right: 30px; */
    font-weight: 500;
    direction: rtl;
    cursor: pointer;
    font-size: 22px;
  }
  
  
  .h-footer {
    padding-bottom: 20px;
    font-size: 28px;
    color: #fff;
    font-weight: 900;
    direction: rtl;
    cursor: pointer;
  }
  
  
  .foter-detils-column1 {
    padding: 30px;
    margin-left: 350px;
  }
  .foter-detils-column2 {
    padding: 30px;
    margin-top: 120px;
  }
  
  
  .icons div{
  /* background-color: #759e0f; */
  display: flex;
  flex-direction: row-reverse;
  padding-top: 25px;
  }
  .icons {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 10px;
  }
  
  .icons:hover {
  transform: scale(1.01);
  }
  
  
  .gg-mail,
  .gg-mail::after {
    display: block;
    box-sizing: border-box;
    height: 14px;
    border: 2px solid;
  }
  
  .gg-mail {
  overflow: hidden;
  transform: scale(var(--ggs,1));
  position: relative;
  width: 18px;
  border-radius: 2px;
  
  }
  .gg-mail::after {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 14px;
  transform: rotate(-45deg);
  bottom: 3px;
  left: 0
  }
  
  .gg-phone {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  transform: scale(var(--ggs,1))
  }
  .gg-phone::after,
  .gg-phone::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute
  }
  .gg-phone::after {
  width: 18px;
  height: 18px;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 12px;
  border-left: 4px solid;
  border-bottom: 4px solid;
  left: 2px;
  bottom: 2px;
  background:
     linear-gradient(
        to left,
        currentColor 10px,
        transparent 0
     ) no-repeat right 11px/6px 4px,
     linear-gradient(
        to left,
        currentColor 10px,
        transparent 0
     ) no-repeat -1px 0/4px 6px
  }
  .gg-phone::before {
  width: 20px;
  height: 20px;
  border: 6px double;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-45deg);
  bottom: 2px;
  left: 2px
  }
  
  
  
  .gg-home-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 18px;
  height: 14px;
  border: 2px solid;
  border-top: 0;
  border-radius: 2px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: -2px
  }
  .gg-home-alt::after,
  .gg-home-alt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute
  }
  .gg-home-alt::before {
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 4px;
  transform: rotate(45deg);
  top: -5px;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  left: 0
  }
  .gg-home-alt::after {
  width: 6px;
  height: 10px;
  background: currentColor;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  left: 4px;
  bottom: -2px
  }
  
  .gg-printer {
  background:
    linear-gradient(to left,
      currentColor 5px,transparent 0)
      no-repeat 0 10px/6px 2px,
    linear-gradient(to left,
      currentColor 5px,transparent 0)
      no-repeat 14px 10px/6px 2px,
    linear-gradient(to left,
      currentColor 5px,transparent 0)
      no-repeat 4px 4px/2px 2px;
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs,1));
  width: 24px;
  height: 14px;
  border: 2px solid transparent;
  border-bottom: 0;
  box-shadow:
    inset 0 2px 0,
    inset 2px 2px 0,
    inset -2px 2px 0,
    inset -2px 2px 0
  }
  .gg-printer::after,
  .gg-printer::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  border: 2px solid;
  left: 4px
  }
  .gg-printer::before {
  height: 6px;
  top: -4px
  }
  .gg-printer::after {
  height: 8px;
  top: 8px
  }

  .container-tst {
    height: 300px;
}

.carousel-indicators [data-bs-target] {
    background-color: #141413af;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color:  #141413af;
    height: 70px;
}
  
  
/* .container img{
height: 200px;
} */
 

.blabla {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

form {
  margin: 0 auto;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 5px;
}


input[type=text], input[type=email], input[type=tel], textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 16px;
  direction: rtl;
}
input[type=text], input[type=email]  {
  width: 49%;
  display: inline;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
 input[type=tel], textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

button[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button[type=submit]:hover {
  background-color: #45a049;
}

.contact-us-title {
  direction: rtl;
}

.footer-tst {
  height: 700px;
  position: relative;
  
}

.tstsss{
  height: 700px;
}
.contact-us-section{
  width: 90%;
  margin: auto;
  background-color: #00000021;
} 

.web-logo {
  width: 20%;
}


.login-box {
  width: 500px;
  margin: 100px auto;
  background-color: white;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  direction: ltr;
}

.button-login {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

.button-login:hover {
  background-color: #45a049;
}
