.curated-resources-sect {
  position: relative;
  overflow: hidden;
}
.curated-resources-sect .left-img {
  position: absolute;
  left: -30px;
  top: 0;
}
.curated-resources-sect .right-img {
  position: absolute;
  right: -50px;
  bottom: 0;
  height: 100%;
}
.curated-resources-sect .resources-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.curated-resources-sect .resources-main .left h2 {
  align-self: center;
  margin-bottom: 0px;
}
.curated-resources-sect .book-desc-wrap {
  position: relative;
  padding-bottom: 200px;
  width: 90%;
  margin: 0 auto;
}
.curated-resources-sect .book-desc-wrap .books-wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.curated-resources-sect .book-desc-wrap .books-wrap .book {
  position: relative;
  z-index: 1;
}
.curated-resources-sect .book-desc-wrap .books-wrap .book.disabled {
  opacity: 0.3;
}
.curated-resources-sect .book-desc-wrap .books-wrap .book.active .pulse-circle,
.curated-resources-sect .book-desc-wrap .books-wrap .book.active .pulse-circle-back {
  display: none;
}
@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.8);
    box-shadow: 0 0 1px 5px rgba(254, 166, 28, 0.2);
  }
  100% {
    box-shadow: 0 0 1px 5px rgba(254, 166, 28, 0);
  }
}
@keyframes pulse-animation-right {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.8);
    box-shadow: 0 0 1px 5px rgba(254, 166, 28, 0.2);
  }
  100% {
    box-shadow: 0 0 1px 5px rgba(254, 166, 28, 0);
  }
}
.curated-resources-sect .book-desc-wrap .description-wrap {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  max-height: 155px;
  overflow: hidden;
}
.curated-resources-sect .book-desc-wrap .description-wrap .description {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.curated-resources-sect .book-desc-wrap .description-wrap .description.active {
  display: flex;
}
.curated-resources-sect .book-desc-wrap .description-wrap .description .title {
  font-family: "Sentient";
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.curated-resources-sect .book-desc-wrap .description-wrap .description p {
  font-size: 14px;
  color: #C0B9B8;
}
.curated-resources-sect .book-desc-wrap .description-wrap .description .download-btn {
  margin-top: 32px;
}
.curated-resources-sect .book-desc-wrap .description-wrap .description .download-btn img {
  transform: rotate(135deg) scale(1);
  right: 6px;
  width: 32px;
  height: 32px;
}
.curated-resources-sect .book-desc-wrap .tabs .tab-buttons .tab-btn {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.curated-resources-sect .book-desc-wrap .tabs .tab-buttons .tab-btn:first-child::before {
  background: linear-gradient(270deg, rgba(5, 5, 5, 0) -18.87%, #050505 64.55%, #050505 100%);
  width: 30%;
  height: 100%;
  content: " ";
  display: block;
  right: unset;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease;
}
.curated-resources-sect .book-desc-wrap .tabs .tab-buttons .tab-btn:first-child.active::before {
  right: -100%;
  left: unset;
}
.curated-resources-sect .book-desc-wrap .tabs .tab-buttons .tab-btn:last-child::before {
  background: linear-gradient(90deg, rgba(5, 5, 5, 0) -18.87%, #050505 64.55%, #050505 100%);
  width: 30%;
  height: 100%;
  content: " ";
  display: block;
  right: 0;
  left: unset;
  top: 0;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease;
}
.curated-resources-sect .book-desc-wrap .tabs .tab-buttons .tab-btn:last-child.active::before {
  left: -100%;
  right: unset;
}

@media (max-width: 575.98px) {
  .curated-resources-sect .book-desc-wrap .tabs .tab-buttons .tab-btn {
    flex-direction: unset;
    text-align: left;
  }
  .curated-resources-sect .resources-main {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .curated-resources-sect .book-desc-wrap {
    width: 100%;
    padding-bottom: 0;
  }
  .curated-resources-sect .book-desc-wrap .tabs {
    margin-bottom: 0;
  }
  .curated-resources-sect .book-desc-wrap .tabs .tab-content {
    padding: 44px 20px 24px;
  }
  .curated-resources-sect .book-desc-wrap .tabs .tab-content .book img {
    margin: 0 auto;
  }
  .curated-resources-sect .book-desc-wrap .tabs .tab-content .description {
    margin: 24px 0 0px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .curated-resources-sect .book-desc-wrap .tabs .tab-content .description p {
    color: #C0B9B8;
    font-size: 20px;
  }
  .curated-resources-sect .book-desc-wrap .tabs .tab-content .description .download-btn img {
    transform: rotate(135deg) scale(1);
  }
}
@media (max-width: 992px) {
  .curated-resources-sect .book-desc-wrap {
    width: 100%;
    padding-bottom: 0;
  }
  .curated-resources-sect .book-desc-wrap .tabs {
    margin-bottom: 0;
  }
  .curated-resources-sect .book-desc-wrap .tabs .tab-content {
    padding: 44px 20px 24px;
  }
  .curated-resources-sect .book-desc-wrap .tabs .tab-content .description {
    margin: 24px 0 0px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .curated-resources-sect .book-desc-wrap .tabs .tab-content .description p {
    color: #C0B9B8;
    font-size: 20px;
  }
  .curated-resources-sect .book-desc-wrap .tabs .tab-content .description .download-btn img {
    transform: rotate(135deg) scale(1);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .curated-resources-sect .book-desc-wrap {
    padding-bottom: 164px;
    width: 77%;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .curated-resources-sect .book-desc-wrap .description-wrap .description .title {
    font-size: 14px;
  }
  .curated-resources-sect .book-desc-wrap .description-wrap .description p {
    font-size: 12px;
  }
  .curated-resources-sect .book-desc-wrap {
    padding-bottom: 145px;
    width: 75%;
  }
  .curated-resources-sect .book-desc-wrap .description-wrap .description .download-btn {
    margin-top: 10px;
  }
}/*# sourceMappingURL=curated-resurces.css.map */