*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body
  {
    max-width: 100%;
  }
  
  h1, h2, h3, h4, h5, h6, p, a{
    text-decoration: none;
    margin: 0 !important;
  }
  nav {
    background: rgba(1, 53, 30, .8);
  }
  
  .p-header {
    font-weight: 250;
    font-size: smaller;
  }
  #logo-container{
    height: 45px !important;
    width: 45px !important;
  }
  #logo-container img {
    object-fit: cover;
  }
  .header-logo h1 {
    text-align: center;
    font-size: 20px !important;
  }
  nav a:hover 
{
  transition: 500ms;
  border-radius: 15px;
  background-color: white;
 color: black !important;
  padding: 8px;
}
.card:hover {
  transform: scale(1.05); 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); 
  background-color: rgba(255, 255, 255, 0.9); 
}
.footer {
  background-color: #201c09; /* لون الخلفية */
  color: white;
  padding: 20px 0;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin: 20px;
}

.footer-section h2 {
  margin-bottom: 15px;
}

.footer-section p,
.footer-section ul {
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 10px 0;
}

.footer-section ul li a {
  color: white;
  text-decoration: none;
}

.footer-section ul li a:hover {
  text-decoration: underline;
}

.social-links {
  display: flex;
  flex-direction: column;
}

.social-links a {
  color: white;
  text-decoration: none;
  margin: 5px 0;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #fff;
  padding-top: 10px;
}
.forHeight{
  
  background-image: url('../../assets/jhhhhhh.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 0 !important;
}
.forHeight label{
  font-size: 20px;
  font-weight: 900;
}
.overlay{
  z-index: 1;
  background-color: rgb(0 0 0 / 69%);
  width: 100% !important;
  margin-left:10px !important;

}
.content{
  z-index: 2;
}
.myInput{
background-color: #ffffff00;
outline: none;
border-top: 0;
border-left: 0; 
border-right: 0; 
border-bottom: 3px solid white;
color: white;
height: 40px;
}
#myForm{
  z-index: 10;
}

.myInput::placeholder{
  color: white;
  font: 800;
}

#message{
  background-color: #201c0900;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid white;
  outline: none;
  color: white;
}   
#message::placeholder{
  color: white ;
  font: 800;
}
@media (max-width: 767.98px) {
  .full-page-container {
      max-width: 100%;
  }
  #res{
    display: none !important;
  }
  #toggleButton{
    display: flex !important;
  }
  #Nav {
    display: none !important;
  }
  .Opacity-content
  {
    display: none !important;
  }
}

.side-menue{
  z-index: 123123123123123;
}
.overlayFullss{
  background-color: rgba(0, 0, 0, 0.247);
  z-index: 10000000;
}
