*{
  margin: 0;padding: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  direction: rtl;
  font-family: "IBM Plex Sans Arabic", serif;
}
html{
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6.5rem;

}
body{
    background-color: #F8F8F8;
      overflow-x: hidden;
}

section{
  padding:  2.5rem;
  margin:  0 auto;
  max-width: 1200px;
  overflow: hidden;
}



.header{
  position: relative;
  top: 0; left: 0; right: 0;
  background-color: white;
  box-shadow: 0 0 10px 0 #8080801f;
  z-index: 1001;
}

.header .flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .flex .logo-text{
  font-size: 3rem;
  font-weight: 600;
  color: black;
  transition: transform .4s linear;
  cursor: pointer;
  margin-bottom: 0;
}
.header .flex .logo-text:hover{
  transform: scale(1.1);
}
.header .flex div{
  display: flex;
  align-items: center;

}
.header .flex .logo {
  width: 5rem;
  cursor: pointer;
  position: absolute;
  right: 50%;
  margin-left: 5rem;
  top: 50%;
  transform: translate(50%, -50%);
  transition: all 0.4s ease;
}

.header .flex .logo:hover {
  transform: translate(50%, -50%) scale(1.1);
}

.header .flex div .navbar a{
  margin: 0 1rem;
  font-size: 2rem;
  color: black;
  position: relative;
  display: inline-block;
  transition: all .4s linear;
}
.header .flex .navbar a:hover{
  transform: translateX(3px);
  color: rgb(94, 94, 94);
}
.header .flex  .fa-bars{
  font-size: 2.5rem;
  display: none;
  margin: 0 1rem 0 2rem;
  cursor: pointer;
  transition: all .4s linear;
}
.header .flex .fa-bars:hover{
  color: rgb(94, 94, 94);
}
.header .flex div .navbar.active {
      height: auto !important;
      opacity: 1 !important;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      transition: all .4s linear;
      background-color: white;
      z-index: 1001;
    }

    .navbar .active {
      font-weight: 700;
      text-decoration: underline !important;
    }
/*hero page*/
.header0{
  display: none;
}
.home {
  padding: 6rem 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.home .content{
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1001;
  position: relative;
}
.home .bg-hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  filter: brightness(0.4);
  height: 100%;
  width: 100%;
}



@media (max-width: 768px) {
  .home .bg-hero {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      background-size: cover;
      filter: brightness(0.5);
      height: 100%;
      width: auto;
      animation: moveRightLeft 80s linear infinite;
    }

  @keyframes moveRightLeft {
      0% {
        left: 0;
        transform: translateX(0);
      }
  
      50% {
        left: -100% ;
        transform: translateX(-100%) !important;
        
      }
  
      100% {
        left: 0;
        transform: translateX(0);
      }
    }
}

.home .bg-hero:hover{
  position-area: right;
}
.home .content .head{
  color: #ffffff;
  font-size: 3rem;
  background-color: #00608ecf;
  padding: 1rem 4rem;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 0 5px 0 #014358;
  transition: all .8s ease;
}
.home .content .head:hover{
  transform: scale(1.07);
}
.home .content .title {
  color: #ffffff;
  font-size: 2.4rem;
  padding: 1rem 4rem;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 1rem;
  text-align: center;
  transition: all 1s ease;
}
.home .content .title:hover{
  transform: scale(1.07);
}
.home .content img{
  width: 14rem;
  margin-bottom: 2rem;
  transition: all 1s ease;
}
.home .content img:hover{
  transform: scale(1.20);
}
.home .line0{
  width: 18%;
  border: 1px solid #fff;
}

.books02{
      background-image: url(../images/bg-d001.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
}
.contact{
  margin-bottom: 6rem;
}

/*site section*/
.site-sections{
    padding-top: 5rem;
  margin-bottom: 10rem;
  background-image: url(../images/bg-d.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.site-sections .sections{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 1000px;
  margin: auto;
  flex-wrap: wrap;
  margin: 0 auto;
} 
.site-sections .sections a{
  background: linear-gradient(180deg, #0078a3 0%, #004e6aa8 100%);
  padding: 3rem 3rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  border-radius: 10px;
  color: white;
  width: 16rem;
  box-shadow: 0 0 5px 0 #8080809c;
  transition: all .4s ease;
}
    .site-sections .sections a:hover{
      transform: scale(1.05);
      filter: brightness(0.95);
    }
  .site-sections .sections i{
    font-size: 3.5rem;
    margin: auto;
    margin-bottom: 1rem;
  }
  .site-sections .sections p {
    font-size: 2rem;
    text-align: center;
  }
  .site-sections .h{
    font-size: 3rem;
    font-weight: 600;
    color:#171821;
    margin-bottom: 5rem;
    width: max-content;
    transition: all .4s ease;
  }
  .site-sections .h:hover {
    color: rgba(0, 0, 0, 0.70);

  }
/*end*/
/*book promo*/

.book-promo {
  padding: 3.3rem 1.3rem;
  position: relative;
  background-image: url('../images/promote-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 101;
}
.book-promo .content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.book-promo .content .image{
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-promo .content .text{
  color: rgb(0, 0, 0);
}
.book-promo .content .text h1{
  font-size: 4rem;
  width: max-content;
  transition: all .4s ease;
  font-weight: 600;
  color: #013e6b;
  font-size: 2.4rem;
  text-align: justify;
  background-color: #ffffff63;
  padding: 2rem 3rem;
  border-radius: 15px;
  box-shadow: 0 0 5px 0px #8080801f;

  transition: all .6s ease;
  cursor: pointer;
  }

  .book-promo .content .text h1:hover {
    background-color: #ffffff96;
  }
.book-promo .content .text h1:hover{
  color: #013f6bd9;
}
.book-promo .content .text p{
    margin: 2.5rem 0 2.5rem 1.5rem;
    font-size: 2.2rem;
    text-align: justify;
    font-size: 2.4rem;
    text-align: justify;
    background-color: #ffffff63;
    padding: 2rem 3rem;
    border-radius: 15px;
    box-shadow: 0 0 5px 0px #8080801f;
    transition: all .6s ease;
    cursor: pointer;
}
.book-promo .content .text p:hover{
    background-color: #ffffff96;
}
@media (min-width: 1000px) {
  .book-promo .content .text p{
    line-height: 36px;
  }
}

.book-promo .content .text button{
    border: none;
    background-color: white;
    padding: .8rem 2.6rem;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 5px;
    color: black !important;
}


.book-promo .content .image .image1 {
  width: 200%;
  padding: 1rem;
  transition: all .6s ease;
  cursor: pointer;
}
.book-promo .content .image .image1:hover{
  transform: scale(1.02);
  filter: brightness(.98);
}


@media (max-width: 1200px) {
  .book-promo .content .text h1 {
      font-size: 3rem;
    }
  .book-promo .content .text button {
    font-size: 2.4rem;
    line-height: 31px;
  }
  .book-promo .content .text p {
    font-size: 2.2rem;
    line-height: 30px;
  }
}
/*books*/
.books h1{
  color: #171821;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 5rem;
  width: max-content;
  transition: all .4s ease;
}
.books h1:hover {
  color: rgba(0, 0, 0, 0.70);
}
.card-wrapper,.card-wrapper2{
  max-width: 1100px;
  margin: 0 60px 20px;
  padding: 20px 10px;
  overflow: hidden;
}
.card-list .card-item{
  list-style: none;
}
.card-list .card-item .card-link {
  user-select: none;
  display: block;
  background-color: white;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
  padding: 1rem;
}
.card-list .card-item .card-link .title{
  font-size: 1.7rem;
  color: black;
  font-weight: 600;
  margin: 1rem 2rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.card-list .card-item .card-link .arthur {
  font-size: 1.2rem;
  color: black;
  margin: 0.5rem 2rem 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.card-list .card-item .card-link:active{
  cursor: grabbing;
}
.card-list .card-item .card-link:hover{
  border-color: #03516D;
}
.card-list .card-item .card-link div .card-image{
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #80808033;
}
.card-wrapper .swiper-pagination-bullet,
.card-wrapper2 .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5s;
  background: #03516D;
}
.card-wrapper .swiper-pagination-bullet-active,
.card-wrapper2 .swiper-pagination-bullet-active{
  opacity: 1;
}
.swiper-button{
  margin-top: -45px;
  color: #03516D !important;
}
/*books end*/

/*vidos*/
.card-list .card-item .card-link-v{
    background-color: transparent;
    border: 2px solid transparent;
    box-shadow: 0 10px 10px rgba(255, 255, 255, 0.05);
    transition: 0.2s ease;
    padding: -1rem;
}
.card-list .card-item .card-link-v .video{
  border-radius: 12px;
  width: 100%;
  height: 30rem;
  pointer-events: none;
}
/*content*/
.contact{
  margin-bottom: 6rem;
}
.contact .text h1{
  font-size: 3rem;
  margin: 3rem 0 2rem;
  width: max-content;
  transition: all .4s ease;
  }
  .contact .text h1:hover {
    color: rgba(0, 0, 0, 0.70);
  }
.contact .text p{
  font-size: 2rem;
  margin: 0;
    font-weight: 500;
}
.contact .text .number{
  direction: ltr;
  text-align: right;
}
.contact .text .email{
  color: #2d94e2;
}

.contact .form .inputs3 .input,
.contact .form .note-container .input{
  display: flex;
  flex-direction: column;
}
.contact .form .inputs3 .input input{
    width: 20rem;
    height: 4rem;
    border-radius: 5px;
    border: 1.3px solid #d9d9d9;
    font-size: 1.6rem;
    padding: 0px 1rem;

}
.contact .form .inputs3 .input label,
.contact .form .note-container .input label{
  font-size: 1.7rem;
  margin: 1rem 0;
  color: #5d5d5d;
}
.contact .form .inputs3{
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.contact .form .note-container{
  margin: auto;
  width: 64rem;
}
.contact .form .note-container .input textarea{
    border-radius: 5px;
    border: 1.3px solid #d9d9d9;
    height: 16rem;
    font-size: 1.6rem;
    padding: 0px 1rem;
}

.contact .form .note-container .button{
  border: none;
    background-color: #0078A3;
    color: white;
    margin: 1rem 0;
    padding: 1rem 3rem;
    border-radius: 5px;
    font-size: 1.3rem;
    font-weight: 600;
}
.contact .form{
  margin-top: 5rem;
}
/*contact end*/

/*footer*/
.footer{
  position: relative;
  bottom: 0;
  /* background: linear-gradient(88.19deg, #0D1243 28.57%, #171821 98.57%); */
  background: linear-gradient(180deg, rgb(0 120 163) 28.57%, #003f55 98.57%);
  box-shadow: 0 0 10px 0 #868686;
  border-radius: 3rem 3rem 0 0;
}

.footer .right h3{
  font-size: 3rem;
  color: white;
  font-weight: 500;
  margin-bottom: 1rem;
  transition: all .4s ease;
}
.footer .right h3:hover{
  color: rgba(255, 255, 255, 0.817);
}
.footer .right p{
  color: #dbdbdb;
  font-size: 1.6rem;
  font-weight: 500;
}

.input-group0 {
  width: 20rem !important;
  
}
.input-group {
  direction: ltr;
  height: 4.6rem;

}
.input-group input{
  color: #54555E;
  font-size: 1.6rem;
  font-weight: 400;
}
.input-group-text{
  background: #0078A3 !important;
  box-shadow: 0px 2px 3px 0px #0000001A !important;
  color: white !important;
  font-weight: 600 !important;
  border: none !important;
}

.footer .center img{
  width: 12rem;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  transition: all .4s ease;
}
.footer .center img:hover{
  transform: translate(50%, -50%) scale(1.08);
}

footer {
  display: flex;
  padding: 6.5rem;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
}
 .left{
  direction: ltr;
  display: flex;
      margin-top: 9rem;
}
 .left i{
  color: white;
  font-size: 24px;
}
 .left a{
  width: 4.6rem;
  height: 4.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: .5rem;
      box-shadow: 0 0 8px 0 #00000042;
          box-shadow:inset 0 0 4px 0 #00000042;

}

 .left .youtube{
  background: #d33939;
  transition: all .8s ease;
  cursor: pointer;
}
 .left .youtube:hover, .left .facebook:hover {
  filter: brightness(.8);
  transform: translateY(-5px);
}
 .left .instagram:hover,
 .left .tiktok:hover {
  filter: brightness(.8);
  transform: translateY(5px);
}
 .left .instagram {
  background: #C13282;
  transition: all .8s ease;
    cursor: pointer;
}

 .left .facebook {
    background-color: #2562b0;
    transition: all .8s ease;
      cursor: pointer;
}
 .left .tiktok {
  background: #0e0e0e;
  transition: all .8s ease;
    cursor: pointer;
}

/*end footer*/


/*magazine*/
.magazine-bg{
    top: -72px;
    position: absolute;
    right: 0;
    width: 92% !important;
    pointer-events: none;
    z-index: 1;
}
.magazine{
  color: rgb(0, 0, 0);
  margin: 3rem 0 0rem;
  border-radius: 3rem;
}
@media (min-width: 768px) {
  .magazine{
    margin: 3rem;
  }
}
.magazine h1{
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  max-width: max-content;
  transition: all .4s ease;
  color: black;
  }
  
  .magazine h1:hover {
    color: rgba(0, 0, 0, 0.79);
  }
.magazine p{
    font-size: 2.2rem;
    line-height: 41px;
    font-weight: 400;
    text-align: justify;
}
@media (max-width:850px) {
  .magazine p {
      line-height: 40px;
    }
}
.magazine p span{
  color: #000000be;
  font-weight: bold;
  font-size: 2.6rem;
  transition: all .6s ease;
}
.magazine p span:hover{
  color: rgba(52, 52, 52, 0.817);
}
.magazine a{
  float: left;
}
.magazine button{
  border: none;
  background-color: #0078A3;
  padding: .8rem 2.6rem;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  .magazine img {
      margin-top: -5rem;
    }
}
@media (max-width: 850px) {
  .magazine img {
    margin-top: -2rem;
  }
}

.magazine .row{
  align-items: center;
}
/* .magazine .row2 {
  margin-top: 5rem;
} */
.magazine .row .image{
  display: flex;
  justify-content: center;
  align-items: center;
}
.magazine .row .image img{
  width: 120%;
  transition: all .6s ease ;
  z-index: 10;
  margin: 0rem 0 -7rem;
}
.magazine .row .image img:hover{
  filter: brightness(0.97);
  transform: scale(1.03);
}



.magazine-description{
  margin: 3rem auto;
}
.magazine-description div p{
  font-size: 2.2rem;
  text-align: justify;
  margin: 4rem 0rem;
  color: black;
}
.magazine-description div p span{
  font-size: 2.5rem;
  font-weight: bold;
  transition: all .4s ease;
  }
.magazine-description div p span:hover {
    color: rgba(0, 0, 0, 0.70);
  }
.magazine-description div div{
  text-align: left;
}
.magazine-description div a button{
  border: none;
    background-color: #0078a3;
    padding: .8rem 2.6rem;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 5px;
    color: rgb(255, 255, 255);
}
/*programs*/
.programs{
  padding: 6rem 0 0;
  background-image: url(../images/bg-d.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .library {
    background-image: url(../images/bg-d.png);
    background-repeat: no-repeat;
    background-size: auto;
  }
  .programs{
   background-image: url(../images/bg-d.png);
    background-repeat: no-repeat;
    background-size: auto;
}
}
.programs div p{
  font-size: 3rem;
  font-weight: 600;
  color: #171821;
  margin-bottom: 5rem;
  width: max-content;
  transition: all .4s ease;
}

.programs div p:hover {
  color: rgba(0, 0, 0, 0.70);
}
.programs div img{
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 15px;
  box-shadow: 0 0 5px 0 #8080806b;
}
.programs div .text {
  font-size: 1.8rem;
  margin: 1rem;
  color: #035c7c;
  font-weight: 600;
  text-align: center;
  transition: all .4s ease;
}
.programs div .text:hover{
  color: #035c7cb6;
}
.programs .row div{
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .6s ease;
}
.programs .row div:hover{
  transform: scale(1.05);
  filter: brightness(.7);
}

/*end programs*/
/*program*/
.program0{
  background-image: url(../images/bg-d.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.program{
  margin: 0 !important;
  margin-bottom: 10rem;
}
.program3{
  margin-bottom: 3rem !important;
}
.program .name{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.card-list .card-item .card-link-v .video-program{
    pointer-events: none;
    border-radius: 12px;
    width: 100%;
}
.program .swiper-button-2{
  position: relative !important;
  position: relative !important;
    top: 82%;
    transform: translate(50%);
}
.program .swiper-button-next:after,
.program .swiper-rtl .swiper-button-prev:after {
  margin: 0 0 4.2rem 17rem !important;
  content: 'next' !important;
}
.program .swiper-button-next:after,
.program .swiper-button-prev:after{
  font-size: 2rem !important;
}

.program .swiper-button-next:after,
.program .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  background-color: white;
  box-shadow: 0 0 5px 0 #8080803b;
  padding: 1.2rem 1.8rem;
  border-radius: 5px;
  font-size: 1.6rem;
}
.program .swiper-button-prev,
.program .swiper-rtl .swiper-button-next{
  background-color: white;
  box-shadow: 0 0 5px 0 #8080803b;
  padding: 0rem 2.2rem;
  border-radius: 5px;
}
.program .swiper-button-next:after,
.program .swiper-button-prev:after {
  font-size: 2rem !important;
  color: #0000008c;
  font-weight: 600;
}

.program .container .card-item .title{
  font-size: 1.4rem;
  font-weight: 500;
  color: #444444;
}

@media (max-width: 991px) {
  .program .swiper-button-next:after,
    .program .swiper-rtl .swiper-button-prev:after {
      content: 'next';
      background-color: white;
      box-shadow: 0 0 5px 0 #8080803b;
      padding: 1.3rem 1.8rem;
      border-radius: 5px;
      font-size: 1.6rem;
    }
  
    .program .swiper-button-prev,
    .program .swiper-rtl .swiper-button-next {
      background-color: white;
      box-shadow: 0 0 5px 0 #8080803b;
      width: 40px;
      height: 40px;
      border-radius: 5px;
    }
  
    .program .swiper-button-next:after,
    .program .swiper-rtl .swiper-button-prev:after {
      margin: -2px 0 4.2rem 17rem !important;
      content: 'next' !important;
    }
}

@media (max-width: 550px) {
  .swiper-button-2{
    display: none !important;
  }
}



/*library*/
.library .row-books{
  gap: 5rem;
  justify-content: center;
}
@media (max-width: 1126px) {
  .library .row-books {
    gap: 0 !important;
  }
}
@media (min-width: 800px) {
  .library .row-books .col-xl-4 {
    width: 30.333333% !important;
  }
}

.library{
  margin-bottom: 5rem;
  padding-top: 5rem;
    margin-bottom: 10rem;
    background-image: url(../images/bg-d.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.library .top-input{
  margin: 4rem 0 15rem;
}
.library .b-container{
  border: 1px solid #E9E9E9;
  border-radius: 15px;
  padding: 1rem;
  transition: all .5s ease;
  margin-bottom: 2rem;
}
.library .b-container:hover {
    border: 1px solid #04b1f000;
    transform: scale(.95);
}

.library .b-container .image-container img{
  width: 100%;
  border-radius: 5px;
  background-size: cover;
  box-shadow: 0 0 5px 0 #80808033;
}
.library .b-container .image-container{
  position: relative;
}
.library .b-container .image-container .content{
  background: #FFFFFFE5;
  font-size: 14px;
  color: #111111;
  font-weight: 500;
  position: absolute;
  bottom: 2rem;
  right: 50%;
  border-radius: 5px;
  transform: translate(50%);
  padding: 1rem 4rem;
  white-space: nowrap;
  display: none;
  cursor: pointer;
}
@media (max-width: 420px) {
  .library .b-container .image-container .content {
    font-size: 12px;
    bottom: 1rem;
    padding: .6rem 1.6rem;
    }
}
.library .b-container .image-container .content.active {
  display: block;
}
.library .b-container .title{
    font-size: 16px;
    font-weight: 500;
    color: #171821;
    margin: 1.5rem 2rem 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.library .b-container .author{
  color: #00688d;
  font-size: 14px;
  font-weight: 500;
  margin: .5rem 3rem 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*about*/
.about .row{
  display: flex;
  align-items: center;
  justify-content: center;
}
.about img{
  width: 100%;
}
.about .title{
  font-size: 3rem;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  color: #111111;
}

.program .show-more-container{
    margin: auto;
    width: max-content;
   
}

.books02 .show-more-container1 .show-more,
.books .show-more-container1 .show-more,
.programs .show-more-container1 .show-more{
  padding: 1rem 2rem;
  box-shadow: 0 0 5px 0 gray;
  border-radius: 10px;
  background-color: #0078a3;
  width: fit-content;
  float: left;
  cursor: pointer;
  transition: all .4s ease;
}
.books section{
    overflow: hidden;
}
.books .show-more-container1 .show-more:hover,.books02 .show-more-container1 .show-more:hover,
.programs .show-more-container1 .show-more:hover{
  filter: brightness(0.9);
}

.books .show-more-container1 .show-more,.books02 .show-more-container1 .show-more,
.programs .show-more-container1 .show-more{
  color: white !important;
}
.program .show-more,.show-more{
    font-size: 16px;
    font-weight: 500;
    line-height: 16.2px;
    text-align: center;
    color: #0078A3;

    transition: all .4s ease;
    cursor: pointer;
}

.program .show-more:hover ,.show-more:hover{
  color: #0077a390;
}
.books02 h1{
  color: #171821;
  font-size: 3rem;
  font-weight: 600;
  width: max-content;
  transition: all .4s ease;
  }
  
  .books02 h1:hover {
    color: rgba(0, 0, 0, 0.70);
  }
/*end*/

/*contactUs*/
.contactUs{
  background: linear-gradient(180deg, #03516D 0%, #0078A3 100%);
  padding: 3rem 0 18rem;
  position: relative;
  margin-bottom: 30rem;
}
.contactUs h1{
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: white;
}
.contactUs p{
  font-family: IBM Plex Sans Arabic;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #E1E1E3;
    margin: 1rem 0 3rem;
}
.contactUs .input-group{
  margin: auto;
}
.contactUs .input-group .input-group-text{
  background: #111111 !important;
}
.contactUs .input-group2{
  max-width: 420px !important;
}
.contactUs .in-img{
  max-width: 1136px;
  min-width: 200px;
  position: absolute;
  bottom: -24rem;
  right: 50%;
  transform: translate(50%);
}
 .out-img{
  display: none;
}
@media (max-width: 1200px) {
  .contactUs {
    padding: 3rem 0 14%;
    }
  .contactUs .in-img {
    max-width: 70%;
    bottom: -35%;
  }
}
@media (max-width: 768px) {
  .contactUs {
    padding: 3rem 0 12%;
  }

  .contactUs .in-img {
    max-width: 90%;
    bottom: -52%;
  }
}

@media (max-width: 580px) {
  .contactUs {
    padding: 3rem 0;
  }

  .contactUs .in-img {
 display: none;
  }
   .out-img{
    display: block;
    width: 100%;
  }
  .contactUs{
    margin-bottom: 0;
  }
}
/*end contactUs*/

/*book view*/
.book-view-hero .content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin: auto 3rem;
}
.book-view-hero .content div h1{
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: right;
  color: #171821;
  margin-bottom: 3rem;
  margin-top: 2rem;
  width: max-content;
  transition: all .4s ease;
  }
  
 .book-view-hero .content div h1:hover {
    color: rgba(0, 0, 0, 0.70);
  }
.book-view-hero .content div .author{
  font-size: 24px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: right;
  color: #0097CD;
}
 .book-view-hero p{
    font-size: 20px;
    font-weight: 400;
    line-height: 34.36px;
    text-align: justify;
    color: #111111;
}
.book-view-hero .content div img{
  width: 100%;
  transition: all .6s ease;
}
.book-view-hero .content div img:hover{
  transform: scale(1.04);
  filter: brightness(.94);
}

.book-pages .b-container{
  width: 100%;
}
.book-pages .b-container img{
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #80808033;
}
.book-pages .b-container{
  margin-bottom: 1rem;
}
.book-pages{
  background-color: #E0EBF3;
  padding: 0rem;
  margin-top: 5rem;
  border-radius: 3rem;
  box-shadow: 0 0 5px 0 #80808030;
}

/*end book view*/


/* show more videos*/
.show-more-videos .cover-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 0 2rem;
  transition: all .8s ease;
}
.show-more-videos .cover-container:hover{
  transform: scale(.98);
  filter: brightness(.9);
}
.show-more-videos .row{
  margin-top: 3rem;
  border-top: 1px solid #d9d1d1;
    overflow: hidden;
}
.show-more-videos{
  margin-bottom: 4rem;
}
.show-more-videos .cover{
  border-radius: 20px;
  width: 80%;
  margin: auto;
  box-shadow: 0 0 5px 0 gray;
  cursor: pointer;
}
.show-more-videos .name{
  color: #171821;
  font-size: 3rem;
  font-weight: 600;
  margin-top: 2rem;
}
.show-more-videos .name h1 {
  font-size: 2.5rem;
  font-weight: bold;
  transition: all .4s ease;
  color: black;
  width: max-content;
  margin-top: 4rem;
}

.show-more-videos .name h1:hover {
  color: rgba(0, 0, 0, 0.70);
}
.show-more-videos .name p{
  margin-top: 2rem;
  text-align: justify;
  font-size: 2rem;
  color: #393939;
}
.show-more-videos .row{
    --bs-gutter-x: 3rem !important;
}
.show-more-videos .b-container {
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.show-more-videos .row div {
  transition: all .4s ease;
}
.show-more-videos .row div:hover {
  transform: scale(.97);
  filter: brightness(.9);
}
.show-more-videos .row div iframe{
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 0 5px 0 #0000008f;
}

.show-more-videos .title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #444444;
}
/*end show more videos*/

/*aya*/
.aya{
  margin-top: 5rem;
}
.aya div{
  box-shadow: 0 0 5px 0 #2b5160;
  border-radius: 25px;
  padding: 6rem 2rem;
  background: linear-gradient(180deg, #0078a3 0%, #004e6aa8 100%);
  margin: 5rem 0;
  cursor: pointer;
  transition: all .6s ease;
}
.aya div:hover{
  filter: brightness(1.15);
}
.aya div p{
  line-height: 65px;
  text-align: center;
  font-size: 3rem;
  color: white;
  margin-bottom: 0;
}
/*end aya*/

/*laoding*/
.loader{
  width: 100%;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  position: fixed;
  right: 0;left: 0;top: 0;bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: loader 3s ease-in-out infinite;
}
.loader img{
  width: 14rem;
}
@keyframes loader {
  0%{
    transform: scale(1);
  }
    60% {
      transform: scale(1.2);
    }
  100%{
      transform: scale(1);
    }
}

.loader {
  opacity: 1;
  transition: opacity 1s ease;
}

.loader.hidden {
  opacity: 0;
}
/*others*/
.top-input{
    margin: 4rem 0 10rem;
}
.input-group-top{
  width: 32rem !important;
  float: left;
  border: 1px solid #E9E9E9;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border-radius: 6px;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
}
.program .input-group-text,
.library .input-group-text{
  background-color: white !important;
  box-shadow: none !important;
}
.program .t .input-group-text,
.library ,.input-group-text {
  color: #ffffff !important;
  font-weight: 600 !important;
  border: none !important;
  cursor: pointer !important;
}
.program .t .input-group-text,
.library,
.input-group-text-p {
  color: #828282 !important;
  font-weight: 600 !important;
  border: none !important;
}
.form-control:focus{
  outline: none !important;
  box-shadow: none !important;
}
.program  .form-control,
.library .form-control{
  border: none !important;
}
button,.button{
  transition: all .4s ease;
}
button:hover,.button:hover{
  opacity: .8;
}

.footer .copywrit{
  direction: ltr;
  color: rgb(206 206 206);
  text-align: center;
  font-size: 1.4rem;
  padding: 1rem;
  font-weight: 500;
}
.footer .copywrit a {
  transition: all .4s ease;
  cursor: pointer;
  color: rgb(206 206 206);
}
.footer .copywrit a:hover{
  color: white !important;
}
.b-line{
    border-bottom: 1px solid #d9d1d1;
    overflow: hidden;
}


@media (max-width: 991px) {
  html {
      font-size: 55%;
    }
}
@media (max-width: 768px) {
  .aya div p {
      line-height: 45px;
    }
  .header .flex div .navbar{
    position: absolute;
    top: 99%;
    right: 0;
    left: 0;
    box-shadow: 0px 5px 8px 0 #80808036;
    display: block;
    height: 0;
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all .4s linear;
  }
    .header .flex .navbar a:hover {
      transform: translateX(0px);
    }
  .header .flex div .navbar a{
    display: block;
    margin: 2rem;
  }
    .header .flex  .fa-bars {
      display: inline-block;
    }
    .header .flex .logo {
      position: relative;
    
    }

    .contact .form .inputs3 {
      display: flex;
      gap: 2rem;
      flex-direction: column;
      justify-content: center;
      width: 85%;
      margin: auto;
    }
  .contact .form .note-container {
    margin: auto;
    width: 85%;
  }
  .contact .form .inputs3 .input input {
    width: auto;

  }
  .book-promo {
    padding: 5rem 1.3rem;
    position: relative;
    margin: auto;
  }
  .book-promo .content .image .image1 {
    width: 85%;
  }
  .book-promo .content {
    display: flex;
    flex-direction: column;
  }
  .book-promo .content .image .image2 {
    display: none;
  }
 
  
  .card-wrapper,.card-wrapper2{
    margin: 0 10px 25px;
  }
  .card-wrapper .swiper-button,
    .card-wrapper2 .swiper-button{
      display: none;
  }
.footer .center img {
  position: relative;
  right: auto;
  top: auto;
  transform: translate(0, 0);
}
.footer .center img:hover {
  transform:  scale(1.08);
}
footer{
  display: flex;
  flex-direction: column;
}
.footer .left{
  margin-top: 0;
}
.footer .right{
  text-align: center;
}
.footer .center{
    margin: 4rem 0 4rem;
}
.magazine img {
  margin-top: 0;
}
.magazine .row1{
  flex-direction: column-reverse;
}
.about .title {
  font-size: 2rem;
  line-height: 28px;
}

.home .content div p {
  text-align: center;
}
.home .content .images img {
  max-width: calc(36% - 1rem);
  height: auto;
}
.home .content .images .bg-imgs {
  width: 58%;
}
.home .content .images {
  margin-bottom: 5rem;
}
.header .flex .logo {
  
  transform: translate(0, 0);
}
.header .flex .logo:hover {
  transform: scale(1.1);
}
.loader img {
  margin-bottom: 15rem;
}
 .program0 {
   background-image: url(../images/bg-d.png);
   background-repeat: no-repeat;
   background-size: auto;
 }
 .library {
   margin-bottom: 5rem;
   padding-top: 5rem;
   margin-bottom: 10rem;
   background-image: url(../images/bg-d.png);
   background-repeat: no-repeat;
   background-size: auto;
 }
 .magazine .row {
   gap: 5rem;
 }
 .magazine-bg {
   display: none;
 }
}
@media (max-width: 576px) {
  .book-promo .content .image .image1 {
      width: 130%;
    }
  .about .title {
      margin: 5rem 2rem;
    }
    .about .img-container{
    width: 80%;
    margin: 2rem 0 5rem;
  }
  .home .content div p {
    line-height: 30px;
  }

  .book-view-hero .content div h1 {
    font-size: 24px;
  }

  .book-view-hero .content div .author {
    font-size: 18px;
  }

  .book-view-hero p {
    font-size: 18px;
  }
  .library .top-input,.program .top-input {
    display: flex;
    margin: 4rem 0 5rem;
    justify-content: center;
  }
   
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .library .b-container .author {
    font-size: 12px;
  }
  .library .b-container .title {
    font-size: 14px;
  }
}


/*animation*/

/*animation*/
.ani-ltr {
  opacity: 0;
  transform: translateX(-10vw);
  transition: transform 2s, opacity 2s;
}

.ani-rtl {
  opacity: 0;
  transform: translateX(10vw);
  transition: transform 2s, opacity 2s;
}

.ani-btt {
  opacity: 0;
  transform: translateY(10vw);
  transition: transform 2s, opacity 2s;
}

.ani-btt-s {
  opacity: 0;
  transform: translateY(12vw);
  transition: transform 2.5s, opacity 2.5s;
}

.ani-btt-ss {
  opacity: 0;
  transform: translateY(15vw);
  transition: transform 3s, opacity 3s;
}

.ani-ttb {
  opacity: 0;
  transform: translateY(-10vw);
  transition: transform 3s, opacity 2s;
}

.ani-bts {
  opacity: 0;
  transform: scale(1.2);
  transition: transform 2s, opacity 2s;
}

.ani-stb {
  opacity: 0;
  transform: scale(.8);
  transition: transform 3s, opacity 2s;
}

.ani-fade-in {
  opacity: 0;
  transition: transform 3s, opacity 3s;
}


.animate {
  opacity: 1;
  transform: translateX(0);
}

/*language*/
.language {
  float: right;
  margin-left: 6rem;
  border-radius: 5px;
  border: solid 1.5px white;
  padding: 0px 15px;
  color: white;
}

.language:hover {
  color: #cacaca !important;
  border: solid 1.5px #cacaca;


}

.data-effect-item img {
  width: 100%;

}

.g-2-txt p span {
  font-weight: 700 !important;
}

.g-t-link-a {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .cart-so {
    width: 60%;
    margin: auto;
  }
}

.cart-so {
  box-shadow: 0 0 4px 0 #b9b9b9;
}

@media (min-width: 1180px) {
  .slide01 {
    width: 100px;
  }
}







