
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');







* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.section-m {
  margin-top: 50px;
  margin-bottom: 50px;
}


h2 {
  font-family: cairo;
  background-image: linear-gradient(to right , #212121 , #5d86d3 , #005eff); 
  color: transparent;
  background-clip: text;
  font-weight: 900;
}

.container-custom {
  margin-left: 7px;
  margin-right: 7px; 

}



@media (min-width:992px)  {

  .filter {
    transition: all 0.4s ease-in-out;
  }
  
  .filter:hover {
    transform: scale(1.05);
  }
  
  
  .filter-Parent:hover  .filter:not(:hover) {
    transform: scale(0.9);
  }
  
}







.bg-custom {
  background-color: #ccc;
  border-radius: 10px;
}
.btn-custom {
  background-color: #212121d0;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  width: 100%;
  font-family: cairo;
  font-size: 13px;
}
.btn-custom:hover {
  background-color: #212121;
  transform: scale(0.9);
  box-shadow: 0px 0px 10px #000;
}
.filter-Parent  p {
  font-family: cairo;
  background-image: linear-gradient(to right , #212121 , #5d86d3 , #005eff); 
  color: transparent;
  background-clip: text;
  font-weight: 900;
}
.filter-Parent  p:hover {
  background-image: linear-gradient(to right , #005eff , #5d86d3 ,#212121 ); 
}
    
@media (max-width:359px) {
  .btn-custom {
    font-size: 11px;
  }
  .filter-Parent  p {
    font-size: 11px;
  }
}
@media (min-width:360px) and (max-width:768px) {
  .btn-custom {
    font-size: 14px;
  }
  .filter-Parent  p {
    font-size: 14px;
  }
}

























.center-s {
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;


}




/*                            start   book-1                        */




.book-1 {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 250px;
  background-color: whitesmoke;
  box-shadow: 1px 1px 12px #000;
  transform: preserve-3d;
  perspective: 2000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  margin: auto;
}

.book-1 .cover {
  top: 0;
  position: absolute;
  background-color: lightgray;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  cursor: pointer;
  transition: all 1s;
  transform-origin: 0;
  box-shadow: 1px 1px 12px #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-1:hover .cover {
  transition: all 0.5s;
  transform: rotatey(-85deg);
}









/*                               book-1                        */










/*                         start   edet  book-2                       */


.book-2:hover .cover {
  transform: rotatey(90deg);
}


/*                            edet  book-2                       */












/*                      start      edet  book-3                       */






.book-3 .cover {
  transform-origin: 100%;
  }

.book-3:hover .cover {
transform: rotatey(-90deg);
}





/*                            edet  book-3                       */








/*                        start    edet  book-4                       */







.book-4 .cover {
  transform-origin: 100%;
}

.book-4:hover .cover {

  transform: rotatey(85deg);
}




/*                            edet  book-4                       */








/*                      start      edet  book-5                       */





.book-5 {
overflow: hidden;
}

.book-5 .cover {
  left: 0;
   transition: all 1s;

}

.book-5:hover .cover {
  transition: all 0.7s;
  transform: rotatey(0deg);
  left: -101%;
}

/*                            edet  book-5                       */






/*                         start     edet  book-6                       */





.book-6 {
overflow: hidden;
}

.book-6 .cover {
  right: 0;
   transition: all 1s;

}

.book-6:hover .cover {
  transition: all 0.7s;
  transform: rotatey(0deg);
  right: -101%;
}

/*                            edet  book-6                       */





.p-custom {
  width: 80%;
  font-weight: bold;
  font-size: 17px;
  padding: 0;

  
}


.color-p {
  font-size: 20px;
  font-family: cairo;
  background-image: linear-gradient(to right , #212121 , #5d86d3 , #005eff); 
  color: transparent;
  background-clip: text;
  font-weight: 900;
}   

.color-p:hover {
  background-image: linear-gradient(to right , #005eff , #5d86d3 ,#212121 ); 
}


@media (max-width: 320px) {
  .p-custom {
    font-size: 13px;
    font-weight: 600;
  }
}
@media (min-width: 321px) and (max-width: 359px) {
  .p-custom {
    font-size: 13px;
    font-weight: 600;
  }
}
@media (min-width: 360px) and (max-width: 768px) {
  .p-custom {
    font-size: 14px;
    font-weight: bold;
  }
}





@media (max-width: 769px) {
  .h2-theme {
    font-size: 15px;
   
  }
}


