/* section2 */

.section2 {
  height: auto;
  background: var(--gray);
  width: 100%;
  position: relative;
  overflow: clip;
}

.section_feature {
  padding-top: 130px;
  margin-left: 13.2%;
  line-height: var(--projectHeight);
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  color: var(--df);
}

/* .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: grid;
  grid-template-columns: minmax(500px, 880px) minmax(15px, 1fr) 240px;
  position: relative;
  max-width: 1160px;
  margin: 0px 45px 0px 11%;
}

.section2_first {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
  grid-column: 1;
  opacity: 1;
}

.twentyOne {
  max-width: 2000px;
}

.section2_first .overlay {
  height: 380px;
  background-color: var(--8d);
  max-width: 272px;
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: clip;
  cursor: pointer;
  position: relative;
}

.overlay .imgOverlay {
  height: 180px;
  max-width: 80%;
  margin: 22px auto 30px;
  position: relative;
}

.imgOverlay img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}

.section2_content {
  width: 272px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 30px;
  transition: 0.3s ease-in;
}

.section2_content .author {
  color: black;
  font-size: var(--fifteen);
  font-family: var(--barlow);
  font-weight: var(--authorWeight);
  line-height: var(--barlowHeight);
  overflow: clip;
}

.section2_content .author_container {
  height: 40px;
}

.section2_content h2 {
  color: black;
  font-size: var(--twentyTwo);
  font-family: var(--libre);
  line-height: var(--libreHeight);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: clip;
}

.h2LineClamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* .section2_first div .section2_content .author_title {
  overflow: clip;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
} */

.authorLineThree {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* overflow: clip; */
}

.authorLinesClamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* overflow: clip; */
}

.overlay:hover .line_glass {
  animation: lineGlass 0.3s ease-in-out forwards;
  animation-delay: 0.3s;
}

.overlay:hover img,
.overlay:hover .section2_content {
  transform: translateY(-140px);
}

@keyframes lineGlass {
  from {
    width: 0%;
    opacity: 1;
  }

  to {
    width: 75%;
    opacity: 1;
  }
}

.overlay:hover img {
  transform: translateY(-140px);
}

.glass_container_date {
  position: relative;
}

.npl-overlay-hide-content {
  position: absolute;
  bottom: 30px;
  overflow-y: clip;
  width: 100%;
  padding: 0 30px;
  /* opacity: 0; */
  transform: translateY(145px);
  transition: all 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: all 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.3s ease-in-out;
  transition-delay: 0.35s;
}

.npl-read-glass-overflow:hover .read_glass_original {
  transform: translateY(0);
  transition: 0.3s ease-in-out;
}

.npl-read-glass-items:hover .read_glass_dummy {
  transform: translateY(-110%);
  transition: 0.3s ease-in-out;
}

.read_glass_original {
  transform: translateY(150%);
  transition: 0.3s ease-in-out;
}

.read_glass_dummy {
  position: absolute;
  top: 0;
  transform: translateY(0px);
  transition: 0.3s ease-in-out;
}

@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;
  }

  .npl-exhibition-load {
    width: 90%;
    margin: 0 auto 90px !important;
  }
}

.read-glass-show {
  transform: translateY(0) !important;
  transition: 0.3s ease-in-out;
}

.hidden_items .hidden_p {
  overflow-y: clip;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -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);
}

button {
  cursor: pointer;
}

.section2_see_more {
  display: grid;
  grid-template-columns: minmax(10px, 880px) minmax(15px, 1fr) 240px;
  gap: 5px;
  position: relative;
  /* margin-left: 13.2%;
  margin-right: 6%; */
  margin: 45px 45px 0 11%;
  max-width: 1160px;
}

.section2_see_more a {
  display: flex;
  justify-content: end;
  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;
}

/* load button */
.npl-exhibition-load {
  max-width: 740px;
  margin: 0px 0px 90px 13.2%;
  display: flex;
  /* align-items: end; */
  justify-content: end;
}

.npl-exhibition-load button {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.npl-exhibition-load-content {
  display: flex;
  gap: 5px;
  align-items: center;
  opacity: 1;
}

.npl-exhibition-load-content p {
  font-size: var(--twentyFive);
  font-weight: var(--xl);
  font-family: var(--barlow);
  color: var(--gray2);
}

.npl-exhibition-load-content div {
  width: var(--medButton);
  height: var(--medButton);
}

.npl-exhibition-load-content:hover {
  opacity: 0.85;
}

.npl-exhibition-load-content div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1350px) and (min-width: 1250px) {
  .section2_container {
    max-width: 1160px;
    margin: 0px 30px 0px 7%;
  }

  .npl-exhibition-load {
    margin: 0 0 0px 8.2%;
  }
}

@media screen and (max-width: 1250px) {
  .section2_container {
    /* max-width: 80%; */
    max-width: 1160px;
    grid-template-columns: 1fr;
    margin: 0px 30px 0px 11%;
  }
}
