/* section2 */

.section2 {
  height: auto;
  background: var(--gray);
  width: 100%;
  position: relative;
  padding-bottom: 90px;
  overflow: clip;
}

.section2 > .section_feature p {
  font-size: var(--thirtySix);
  color: var(--be9);
  font-style: italic;
  font-family: var(--libre);
}

.section2 > .section_feature h2 {
  font-size: var(--thirtySix);
  margin-left: 25px;
  color: var(--7b);
  font-family: var(--barlow);
  font-weight: var(--xl);
}

.npl-pattern-container-glass {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: clip;
  top: 15px;
}

.pattern_parallex {
  width: 100%;
  height: 100%;
  position: absolute;
}

.section2_pattern {
  max-width: 1500px;
  height: 920px;
  position: absolute;
  top: -10px;
  left: 25px;
  transform: translateY(100px);
  animation: patternParallex 20s ease-in-out forwards;
  animation-timeline: view();
}

@keyframes patternParallex {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(-50px);
  }
}

.section2_pattern2 {
  max-width: 1300px;
  height: 950px;
  position: absolute;
  bottom: 50px;
  left: 6%;
  transform: translateY(600px);
  animation: patternParallex2 15s ease-in-out forwards;
  animation-timeline: view();
}

@keyframes patternParallex2 {
  0% {
    transform: translateY(600px);
  }
  100% {
    transform: translateY(400px);
  }
}

.section2_pattern2 img,
.section2_pattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.section2_container {
  /* display: flex;
  width: 100%;
  position: relative;
  flex-direction: column; */
  display: grid;
  grid-template-columns: 8fr 1fr 240px;
  position: relative;
  max-width: 1300px;
  margin: 90px 0px 0px 11%;
}

.section2_first {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 32px;
  max-width: 880px;
  /* margin-left: 11%;
  margin-top: 90px; */
  grid-column: 1;
  opacity: 1;
}

.twentyOne {
  max-width: 2000px;
}

.section2_first .overlay {
  height: 380px;
  background-color: var(--be9);
  max-width: 272px;
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: clip;
  cursor: pointer;
  position: relative;
}

.review {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: -10px;
  left: 9px;
  font-size: var(--fourteen);
  padding: 1px 3px;
  transition: 0.3s ease-in;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.review p {
  color: var(--be9);
  font-weight: var(--normalWeight);
}

.overlay:hover .review {
  transform: translateY(-130px);
}

.overlay .imgOverlay {
  width: 228px;
  aspect-ratio: 3/2;
  margin: 22px auto 30px;
  position: relative;
}

.imgOverlay img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in;
}

.section2_content {
  width: 272px;
  /* margin: 0 auto; */
  padding: 0 30px;
  transition: 0.3s ease-in;
}

.section2_content .author {
  color: black;
  font-size: var(--fifteen);
  font-family: var(--barlow);
  font-weight: var(--normalWeight);
  line-height: var(--barlowHeight);
}

.section2_content .author_container {
  height: 40px;
}

.section2_first div .section2_content .author_title {
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: clip;
}

.overlay:hover .line_glass {
  animation: lineGlass 0.3s cubic-bezier(0.77, 0, 0.33, 1) forwards;
  animation-delay: 0.4s;
}

.overlay:hover img,
.overlay:hover .section2_content {
  transform: translateY(-130px);
}

@keyframes lineGlass {
  from {
    width: 0%;
    opacity: 1;
  }

  to {
    width: 75%;
    opacity: 1;
  }
}

.overlay:hover img {
  transform: translateY(-130px);
}

.glass_container_date {
  position: relative;
}

.npl-overlay-hide-content {
  position: absolute;
  bottom: 30px;
  overflow-y: clip;
  margin-top: 20px;
  width: 100%;
  padding: 0 30px;
  transform: translateY(130px);
  transition: 0.3s ease-in;
}

.hidden_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.overlay:hover .npl-overlay-hide-content {
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s ease-in;
}

.line_container {
  display: flex;
  position: absolute;
  bottom: 22px;
  width: 100%;
  padding-left: 30px;
}

.line_glass {
  width: 75%;
  height: 1px;
  background-color: var(--df);
  margin-top: 2px;
  font-weight: 300;
  opacity: 0;
}

.npl-read-glass-overflow {
  position: absolute;
  right: 22px;
  bottom: -7px;
  font-family: var(--libre);
  font-style: italic;
  font-size: var(--fifteen);
  color: var(--df);
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  overflow: clip;
}

.overlay:hover .npl-read-glass-overflow {
  opacity: 1;
  transform: translateY(1px);
  transition: 0.2s cubic-bezier(0.7, 0, 0.33, 1);
  transition-delay: 0.55s;
}

.npl-read-glass-items:hover .read_glass_dummy {
  transform: translateY(-110%);
  transition: 0.2s cubic-bezier(0.7, 0, 0.33, 1);
}

.read_glass_original {
  transform: translateY(150%);
  transition: 0.25s cubic-bezier(0.7, 0, 0.33, 1);
}

.read_glass_dummy {
  position: absolute;
  top: 0;
  transform: translateY(0px);
  transition: 0.25s cubic-bezier(0.7, 0, 0.33, 1);
}

@keyframes read-glass {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .read_glass_original {
    opacity: 1 !important;
    transform: translateY(0);
  }

  .read_glass_dummy {
    display: none;
  }
}

.read-glass-show {
  transform: translateY(0) !important;
  transition: 0.25s cubic-bezier(0.7, 0, 0.33, 1);
}

.hidden_items .hidden_p {
  max-height: 62px !important;
  overflow: clip;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.hidden_items p {
  font-size: var(--fifteen);
  color: black;
  font-family: var(--barlow);
  font-weight: var(--sm);
  line-height: var(--barlowHeight);
}

.section2_content h2 {
  color: var(--df);
  font-size: var(--twentyTwo);
  font-family: var(--libre);
  line-height: var(--libreHeight);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: clip;
}

button {
  cursor: pointer;
}

.section2_see_more {
  display: flex;
  justify-content: end;
  max-width: 740px;
  gap: 5px;
  margin-top: 45px;
  align-items: center;
  position: relative;
  margin-left: 13.2%;
  grid-column: 1;
}

.section2_see_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 5px;
}

.innerWidth {
  width: 1200px !important;
}

@media screen and (max-width: 768px) {
  .whole_container {
    margin: 90px 20px;
  }
}

.section2_see_more h2 {
  color: var(--71);
  font-size: var(--eighteen);
  font-weight: var(--xl);
}

.section2_see_more button {
  width: var(--smButton);
  height: var(--smButton);
  outline: none;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.section2_see_more button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 2px;
}
