*{
    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;
}
.video-container {
  height: 75vh;
  position: relative;
}
.cards-container {
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.card {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 3;
}
#video-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
  border-radius: 10px;
  color: white;
  z-index: 2;
  max-width: 300px;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.content-overlay a, .content-overlay p {
  color: white;
  margin: 0;
}
.video-container video {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 100%;
  
  z-index: 1;
}
.content-left
{
  background-color: rgba(41, 107, 214, 1);
}
.content-right {
  background-color: rgba(244, 169, 5, 1);
}
.aboutus-content h1 span 
{
  color :rgba(18, 55, 107, 1);;
}
.aboutus-content h1 
{
  color: rgba(240, 74, 38, 1);
}
.section-bg
{
  background-color: rgb(192, 152, 152);
}
.img-container{
  min-height: 400px;
  background-color: white;
  border: 2px solid black;
  border-radius: 25px;
}
.blue {
  color :rgba(41, 107, 214, 1);
}
.paracolor{
  color: bisque;
}
.cont-header span
{
  color: rgba(240, 74, 38, 1);

} 
.box-six
{
  background-color: rgba(245, 245, 245, 1);

    height: 294px;
    border-radius: 10px;
}
.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;
}
.img1{
  object-fit: fill;
}

.book {
  padding: 10px;
  position: relative;
  border-radius: 10px;
  width: 220px;
  height: 300px;
  background-color: whitesmoke;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000;
  -webkit-transform: preserve-3d;
  -ms-transform: preserve-3d;
  transform: preserve-3d;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}

.cover {
 
  top: 0;
  position: absolute;
  background-color: lightgray;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-box-shadow: 1px 1px 12px #000;
  box-shadow: 1px 1px 12px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content:center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.book:hover .cover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotatey(-90deg);
  -ms-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
}
.side-menue{
  z-index: 123123123123123;
}
.overlayFullss{
  background-color: rgba(0, 0, 0, 0.247);
  z-index: 10000000;
}

p {
  font-size: 20px;
  font-weight: bolder;
}
.aboutscholbg{
  background-color: #e5e5e5;
}
.line{
  height: 3px;
  background-color: #2f290e;
  position:relative
}
.content-header-bg{
  height: 35px;
  background-color: #1e88e5;
  position: absolute;
  bottom: 0;
  top: -15px;
  width: 150px;
  left: 15px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.styled-div {
  background-color: #1e3a5f;
  border: 2px solid #4f6f9f; 
  border-radius: 10px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}
.overlay{
  background-color: black;
}
@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;
  }
}
