*{
    margin: 0;
    padding: 0;
    font-family: 'Tajawal', sans-serif;
    
    
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(27, 47, 128, 0.7),rgba(22, 29, 58, 0.7)), url(/img/bplp.png);
    background-position: center;
    background-size: cover;
    position: relative;

}

.kids_nav{
  background-color: rgb(90, 172, 248);

}
.kids h2{
  position:absolute ;
  top:40%;
  width:100%;
  font-size:4em;
  text-align:center;
  transform:translate ;
  color:rgb(233, 229, 14);
  transform:translateY (-50%);
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 70px;
    height: 70px;
    border-radius: 20%;
}
.nav-links{
    flex: 1;
    text-align: center;

}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #049481; 
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
   
}
.sub-menu{
    display: none;
}
.nav-links ul li:hover .sub-menu{
    display: block;
    position: absolute;
    background: rgb(160, 124, 7);
    margin-top: 15px;
    margin-left: -15px;
}
@media (max-width:700px){
    .nav-links ul li:hover .sub-menu{
      
        display: block;
        position: relative;
        background: transparent;
        margin-top: 15px;
        margin-right: -15px;
    } 
    
}

.nav-links ul li:hover .sub-menu ul li{
    width: auto;
    padding: 5px;
    border-bottom: 1px dotted #049481;
    background: transparent;
    text-align: center;

}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
  
    font-size: 30px;
    color: #049481;
    text-shadow: 2px 2px 8px rgb(29, 17, 17);
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    color: #fff;
}
a.continue:link {text-decoration: none;}
a.continue:visited {color:#cab01b;}
a.continue:hover {font-size:150%;}

.p1{
    font-family: 'Tajawal', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
 
    text-align: center;
    
}
.hero-btn{
   margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #049481;
    background: #049481;
    transition: 1s;
}
nav .bi{
    display: none;

}

@media(max-width:700px){
    .text-box{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #049481;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 3s;
    }
nav .bi{
    display: block;
    color: #fff;
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
    
}

.nav-links ul{
    padding: 30px;

}
}
.content-section{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;

}
.content-section h1{
font-size: 30px;
font-weight: 900;
color:#07867e ;
text-shadow: rgb(2, 73, 78);

}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.col-img{
   border-color: 2px solid #049481;
   border-radius: 10px;
}
.content-col{
    flex-basis: 30%;
    background: #b0bebd;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 1s;
    cursor: pointer;
}


.content-col:hover{
    box-shadow: 0 0 20px 0px rgba(31, 2, 2, 0.733);
}


@media (max-width:700px) {
    .row{
        flex-direction: column;

    }
    
}


/*-----stat css-----*/
.stat{
width: 100%;
margin: auto;
text-align: center;
padding-top: 50px;

}    
.row-stat{
    display: flex;
    justify-content: space-between;
  } 
  @media (max-width:700px) {
    .row-stat{
        flex-direction: column;

    }
    
}

.stat-col{
  
    flex-basis: 30%;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-left: 70px;
    position: relative;
    overflow: hidden;
    
    
}
.stat-col img{
width: 100%;

}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
    
}

.layer:hover{
    background: rgba(68, 66, 88, 0.486);
}
.layer h2{
    width: 100%;
    font-weight: 800;
    color: rgb(165, 213, 221);
    font-size: 30px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
   
    
}
.layer:hover h2{
bottom: 49%;
opacity: 1;
transition: 1s;
text-shadow: #049481;

}
.flip-card {
  background-color: transparent;
  width: 200px;
  height: 200px;
  perspective: 500px;
 
}

.flip-card-inner {
  position: relative;
  height: 100%;
 
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: rgb(253, 253, 253);
  color: rgb(3, 3, 3);
  transform: rotateY(180deg);
}
/*-- slidshow--*/
.slidshow{
  margin-top: 50px ;
  margin-bottom: 50px;
}
.slidshow h1{
  font-size: 30px;
  text-align : center;
  text-decoration-style: wavy;
  color: #049481;
  text-shadow: #555;
  margin-bottom: 40px;
}
.mySlides {display: none}
img {
  
  vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 700px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media  (max-width: 700px) {
  .slideshow-container{ 
    width: auto;
  }
  .prev, .next,.text {font-size: 11px}

}

.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(/img/contact-us.png);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;
}

/*-- footer section--*/

.footer{
    
    text-align: center;
    padding: 30px;
}
.footer h4{
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 600;

}
.icons .bi{
    color: #049481;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
 
/*------ about us page -------*/
.sub-header{
    height: 80vh;
    width: 100%;
    background-image: linear-gradient(rgba(27, 47, 128, 0.7),rgba(22, 29, 58, 0.7)), url(/img/bplp1.png);
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
}
.about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}
.about-col{
    flex-basis: 48%;
    padding: 30px 2px;

}
.about-col img{
width: 100%;
}
.about-col h1{
    padding-top: 0;
    text-align: right;
    color: #717171;
    text-shadow: rgb(236, 17, 17);
    font-size: x-large;
}
.about-col p{
    padding: 15px 0 25px;
    text-align: right;
}
.order h1{
    padding: 20px;
 font-weight: 900px;
 color: #c2b71a;
 text-overflow: clip;

}
/*--order page--*/

.order{
    width: 80%;
    color: rgb(0, 0, 0);
    background-color: rgb(220, 248, 248);
    position: relative;
    margin: auto;
    text-align: right;
  

}
.order p{
    font-family: 'Readex Pro', sans-serif;
    padding:10px;
}
.order ul{
    list-style-type: none;
   list-style-position: inside;
  
 
}
.order ul li{
    text-align: right;
    padding-right: 50px ;
    padding-top: 10px;
    font-family: 'Readex Pro', sans-serif;
    font: weight 70px;;
}
.order h3{
padding: 10px;
}

/*-- summery --*/

.summery{
    margin: 50px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    align-items: right;
  }
  
  th, td {
    text-align: right;
    padding: 16px;
  }
  
  tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  .collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 25px;
  }
  
  .active, .collapsible:hover {
    background-color: #555;
  }
  
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
  }

  
.mylink {
   width: 100%;
   margin: 10px;
   flex: 1;
   text-align: center;
  color:#555 ;
  font-weight: 900;

    }
    
.mylink a{
        text-decoration: none;
        color: #555;
    }
.mylink a:hover{
        color: #049481;
     
    }
    /*-- order card--*/
 .card ul{
    text-align: center;
    list-style-type: none;
    list-style-position: inside;
  }
  .card{
    
    padding:10px;
    text-align: center;
   
  }
 
  .order_card {
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #04AA6D;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
   
   
  }
  
  .order_card:hover {background-color: #3e8e41}
  
  .order_card:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
  }
  .register_form{
    /* Add padding to containers */
    box-sizing: border-box;
    text-align: right;
    padding: 16px;
    background-color: white;
    
    padding: 0 18px;
    display: none;
    overflow: hidden;
    position: relative;
   
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Full-width input fields */
  input[type=text]{
    text-align: right;
    width: 80%;
    padding: 15px;
    margin: auto;
    display: flex;
    border: none;
    background: #f1f1f1;
  }
  input[type=email]{
    text-align: right;
    width: 80%;
    padding: 15px;
    margin: auto;
    display: flex;
    border: none;
    background: #f1f1f1;
    
  }
  textarea{
    text-align: right;
    width: 80%;
    padding: 15px;
    margin: auto;
    display: flex;
    border: none;
    background: #f1f1f1;
  }
  label{
    width: 80%;
    margin: auto;
  }
  
  input[type=text]:focus{
    background-color: #ddd;
    outline: none;
  }
  input[type=email]:focus{
    background-color: #ddd;
    outline: none;
  }
  textarea:focus{
    background-color: #ddd;
    outline: none;
  }
  .registerbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
  }
  
  .registerbtn:hover {
    opacity: 1;
  }

  
  .c1{
    font-size: 30px;
    text-align: center;
    color: #049481;
    text-shadow: 2px 2px 8px rgb(29, 17, 17);
  }
  


/**--contact us page --**/
.location{
  width: 80%;
  margin: auto;
  padding: 80px 0;
}
.location iframe{
width: 100%;
}

.contact_us{
width: 80%;
margin: auto;
}
.contact-col{
flex-basis: 48%;
margin-bottom: 30px;

}
.contact-col div{

align-items: center;
margin-bottom: 40px;
}
.contact-col div .bi{
  font-size: 38px;
  color: #049481;
  float: right;
  margin-left: 20px;

}
.contact-col div h5{
  font-size: 20px;
  margin-bottom: 5px;
  color: #555;
  font-weight: 200;
 text-align: right;

}
.contact-col div p{
  padding: 0%;
 text-align: right;

}
.contact-col input, .contact-col textarea{
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
}

form label{
margin: 20px;
margin-bottom: 20px;
font-size: 20px;
font-weight: 400;
color: #049481;
}
.box-row{
  width: 50%;
  float: center;
  margin-left: auto;
  margin-right: auto;
}
.box-row .box-column {
  float: center;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 8px;
}
.box-column .box-card{
width: 100%;

}
.box-column .box-card img{
  width: 100%;
  float: center;
  
  }
  

@media (max-width: 700px) {
  .box-row {
    width: auto;
    display: block;
  }
}

.box-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.box-container {
  padding: 0 16px;
}
.box-container h3{
  text-align: center;
}

.box-container::after, .box-row::after {
  content: "";
  clear: both;
  display:flex
}

.box-title {
  color: grey;
  text-align: center;
}
.box-text{
  text-align: right;
}

.box-button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
}

.box-button:hover {
  background-color: #555;
}
.box-button a{
  text-decoration: none;
  color: rgb(255, 255, 255);
}
 /** kid space**/
.kids{
  margin-bottom: auto;
  height:100%;
  width:100%;
  position: absolute;
  background-image: radial-gradient(rgb(241, 183, 217),rgb(90, 172, 248)), url(/img/kids.png);
  background-position: center;
  

  }
  .kids .leaf{
      position:absolute ;
      width:100%;
      height:100%;
      top:0;
      left:0;
  }
  .leaf div{
  position:absolute ;
  display:block ;
  }
  .leaf div:nth-child(1){
      left:20%; 
      animation:fall 15s linear infinite ;
      animation-delay:-2s;
  
  }
  .leaf div:nth-child(2){
      left:70%; 
      animation:fall 15s linear infinite ;
      animation-delay:-4s;
  }
  .leaf div:nth-child(3){
      left:10%; 
      animation:fall 20s linear infinite ;
      animation-delay:-7s;
      
  }
  .leaf div:nth-child(4){
      left:50%; 
     animation:fall 18s linear infinite ; 
     animation-delay:-5s;
  }
  .leaf div:nth-child(5){
      left:85%; 
      animation:fall 14s linear infinite ;
      animation-delay:-5s;
  }
  .leaf div:nth-child(6){
      left:15%; 
      animation:fall 16s linear infinite ;
      animation-delay:-10s;
  }
  .leaf div:nth-child(7){
      left:90%; 
      animation:fall 15s linear infinite ;
      animation-delay:-4s;
  }
  
  @keyframes fall{
      0%{
          opacity:1;
          top:-10%;
          transform:translateX (20px) rotate(0deg);
      }
      20%{
          opacity:0.8;
          transform:translateX (-20px) rotate(45deg);
      }
      40%{
  
          transform:translateX (-20px) rotate(90deg);
      }
      60%{
          
         transform:translateX (-20px) rotate(135deg); 
      }
      80%{
      
          transform:translateX (-20px) rotate(180deg);
      }
      100%{
          
          top:110%;
          transform:translateX (-20px) rotate(225deg);
      }
      }
 .leaf1{
      transform: rotateX(180deg);
  }
.box h1{
  margin-top: auto;
  text-align: center;
  color: #07867e;
  font-size: 38px;
  font-weight: 900;
  
}
/*--activities--*/
.activities{
 
  margin-bottom: 10%;
  width: 100%;    
  cursor: pointer;
 
}

.activities-col{
  margin-top: 5%;
  flex-basis: 25%;
  border-radius: 10px;
  margin-left: 5%;
  margin-right: 5%;
  
}
.activities-col img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.activities-col a{
   text-align: center;
   color: #07867e;
   font-size: large;
   text-decoration: none;
}
.activities-col a:hover{
  text-align: center;
  color: #010e0d;
  text-decoration: solid;
}

.activities-col h2{
  position: absolute;
  margin: top 16px;
  margin-bottom: 15px;
  text-align: center;
  color: rgb(41, 53, 158);
}
.row-act{
  margin-top: 1%;
  display: flex;
  justify-content: space-between;
}
.arab_lang{
  margin-left: 25%;
  width: 80%;
  display: flex;
  text-align: center;
  color: #049481;
  align-items:center;
  
  }
  
    
  .zoom{
   
    background-color: rgb(255, 255, 255);
    transition: transform .2s;
    width: auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    position:relative;
  }
  
  .zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
  }

/*--gallery--*/

