.kutubpage {
  background-image: url("../images/texture/backgroundtexture1.png"), url("../images/texture/backgroundtexture2.webp");
  background-position: left top;
  background-repeat: no-repeat, repeat;
  width: 100%;
}

.kutubimgheading {
  padding-top: 76.4px;
  text-align: center;
  color: #5d2b00;
  padding-bottom: 55px;
}

.kutubimgheading1 {
  padding-top: 89.5px;
  text-align: center;
  color: #5d2b00;
  padding-bottom: 55px;
}

.kutub_khanac .card {
  box-shadow: 0px 5px 20px -10px gray;
}

.kutub_khanacard {
  justify-content: center;
  width: 100%;
}

.kutubcardimg img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 263.1px;
  height: 271.1px;
}

.kutubcard {
  margin-bottom: 20px;
  background-color: white;
  border: none !important;
  border-radius: 15px !important;
  width: 263.1px !important;
  box-shadow: 0 9px 11px 0 rgba(214, 214, 214, 0.3);
}
.kutubcard .bianatbtncard p {
  color: #ff9822;
  text-align: right;
  padding-right: 15px;
}

.justifychange {
  justify-content: end;
}

.justifychange1 {
  justify-content: start;
}

.kutubradmore {
  justify-content: center !important;
}

.kutubreadmorebtn {
  align-items: center;
  justify-content: center !important;
  border: none;
  border-radius: 10px;
  font-size: 28px !important;
  width: 157px;
  height: 58px;
  margin-top: 41.4px;
  color: white;
  background-color: #ff9822;
}

.kutubreadmorebtn1 {
  align-items: center;
  justify-content: center !important;
  border: none;
  border-radius: 10px;
  font-size: 28px !important;
  width: 157px;
  height: 58px;
  margin-top: 41.4px;
  color: white;
  background-color: #ff9822;
  margin-bottom: 79.7px;
}

.kutubcard {
  position: relative;
  width: 25%;
  height: auto;
}

.overlayeye {
  padding-top: 10px;
  padding-left: 19px;
  position: absolute;
  transition: 0.5s ease;
  height: 65px;
  width: 264px;
  top: 270px;
  left: 0px;
  opacity: 0;
}

.kutubcard:hover .overlayeye {
  opacity: 1;
}

.kutubcard {
  margin-bottom: 30px;
  border: none !important;
  border-radius: 15px !important;
  width: 413.5px;
  box-shadow: 0 9px 11px 0 rgba(214, 214, 214, 0.3);
  position: relative;
  height: auto;
}

.overlaykutub {
  position: absolute;
  transition: 0.5s ease;
  height: 80%;
  width: 90%;
  top: 0;
  left: 20px;
  opacity: 0;
}

.overlaycontentbianat {
  text-align: center;
  margin-top: 25%;
}

.kutubcard:hover .kutubcardimg {
  filter: brightness(50%);
}
.kutubcard:hover .overlaykutub {
  opacity: 1;
}

@media screen and (max-width: 1668px) {
  .kutubcardimg img {
    width: 100%;
  }
}
@media screen and (max-width: 1439px) {
  .justifychange,
.justifychange1 {
    justify-content: center;
  }
}
@media screen and (max-width: 850px) {
  .kutub_khanac button {
    margin-left: 0%;
  }
}
@media screen and (max-width: 850px) {
  .kutubreadmorebtn,
.kutubreadmorebtn1 {
    width: 100%;
    float: none;
  }
}/*# sourceMappingURL=kutub_khana.css.map */