*{
    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); 
}
.main {
  max-width: 1200px;
  margin: 0 auto;
}

.cards {
  display: grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

.card_image {
  height: calc(13*1.2rem);
  padding: 1.2rem 1.2rem 0;
  position:relative;
}
.card_image:before,
.card_image:after{
  content: "";
  position: absolute;
  width: 20px;
  left: 60%;
  top: 0;
  height: 45px;
  background: #e6e6e6b8;
  transform: rotate(45deg);
}
.card_image:after{
  transform: rotate(-45deg);
  top:auto;
  bottom:-22px;
  left:40%;
}
.card_image img {
  width:100%;
  height:100%;
  object-fit:contain;
}

.cards_item {
  filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}



.card {
  background-color: white;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-left: 30px;
  background: repeating-linear-gradient(#0000 0 calc(1.2rem - 1px),#66afe1 0 1.2rem) right bottom /100% 100%,linear-gradient(red 0 0) 30px 0/2px 100% #fff;
  background-repeat: no-repeat;
  line-height: 1.2rem;
  -webkit-mask:radial-gradient(circle .8rem at 2px 50%,#0000 98%,#000)0 0/100% 2.4rem;
}

.card_content {
  padding: 1.2rem;
}

h2.card_title,p {
  margin: 1.2rem 0;
}
h2.card_title {
    font-size: 1.3em;
}

.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;
}
@media (max-width: 767.98px) {
  .full-page-container {
      max-width: 100%;
  }
  #res{
    display: none !important;
  }
  #Menue{
    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;
}