/* section2 */

.section2 {
  height: auto;
  background: var(--df);
  width: 100%;
  position: relative;
  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: grid;
  grid-template-columns: minmax(500px, 880px) minmax(15px, 1fr) 240px;
  position: relative;
  max-width: 1185px;
  margin: 90px 45px 60px 11%;
}

.section2_first {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
  width: 100%;
  grid-column: 1;
  opacity: 1;
  position: relative;
  justify-content: start;
}

.twentyOne {
  max-width: 2000px;
}

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

.review {
  background-color: var(--be9);
  position: absolute;
  bottom: -3px;
  left: -8.5px;
  font-size: var(--fifteen);
  padding: 3px 8px;
  transition: 0.3s ease-in;
  /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); */
}

.review p {
  color: black;
  font-weight: var(--authorWeight);
  text-transform: lowercase;
}

.overlay .imgOverlay {
  width: 85%;
  aspect-ratio: 3/2;
  margin: 22px auto 30px;
  position: relative;
  transition: 0.3s ease-in;
}

.imgOverlay img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section2_content {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  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);
  text-transform: uppercase;
  overflow: clip;
}

.authorLineThree,
.section2_content .author {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.authorLinesClamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section2_content .author_container {
  height: 40px;
}

.section2_first div .section2_content .author_title {
  overflow: clip;
}

.overlay:hover .line_glass {
  animation: lineGlass 0.3s cubic-bezier(0.77, 0, 0.33, 1) forwards;
  animation-delay: 0.3s;
}

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

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

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

.glass_container_date {
  position: relative;
}

.npl-overlay-hide-content {
  position: absolute;
  bottom: 30px;
  overflow-y: clip;
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(145px);
  transition: 0.3s ease-in;
}

.hidden_items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.overlay:hover .npl-overlay-hide-content {
  opacity: 1;
  transform: translateY(0);
}

.line_container {
  display: flex;
  position: absolute;
  align-items: center;
  bottom: 15px;
  width: 85%;
  margin: 0 auto;
  left: 0;
  right: 0;
  gap: 5px;
}

.line_glass {
  width: 76.6%;
  height: 1px;
  background-color: white;
  margin-top: 2px;
  font-weight: 300;
  opacity: 0;
}

.npl-read-glass-overflow {
  position: relative;
  font-family: var(--libre);
  font-style: italic;
  font-size: var(--fourteen);
  color: white;
  cursor: pointer;
  opacity: 0;
  transform: translateY(10px);
  overflow: clip;
}

.overlay:hover .npl-read-glass-overflow {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.3s cubic-bezier(0.7, 0, 0.33, 1);
  transition-delay: 0.35s;
}

.npl-read-glass-overflow a {
  text-decoration: none;
  color: white;
}

.npl-read-glass-items:hover .read_glass_dummy {
  transform: translateY(-110%);
  transition: 0.3s cubic-bezier(0.7, 0, 0.33, 1);
}

.read_glass_original {
  transform: translateY(150%);
  transition: 0.3s cubic-bezier(0.7, 0, 0.33, 1);
}

.npl-read-glass-items:hover .read_glass_original {
  transform: translateY(0);
  transition: 0.3s cubic-bezier(0.7, 0, 0.33, 1);
}

.read_glass_dummy {
  position: absolute;
  top: 0;
  transform: translateY(0px);
  transition: 0.3s 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);
  }

  .review {
    top: -10px;
    bottom: auto;
  }

  .read_glass_dummy {
    display: none;
  }
}

.read-glass-show {
  transform: translateY(0) !important;
  transition: 0.3s cubic-bezier(0.7, 0, 0.33, 1);
}

.hidden_items .hidden_p {
  overflow: 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);
}

.section2_content h2 {
  color: white;
  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;
}

button {
  cursor: pointer;
}

.section2_see_more {
  display: grid;
  grid-template-columns: minmax(10px, 880px) minmax(15px, 1fr) 240px;
  gap: 5px;
  max-width: 1185px;
  position: relative;
  margin: 60px 0 0 11%;
  padding-bottom: 90px;
}

.section2_see_more_container {
  grid-column: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  max-width: 740px;
  margin: 0 0 0 2.5%;
}

.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(--dblXl);
}

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

@media screen and (max-width: 1350px) {
  .section2_container {
    /* max-width: 1160px; */
    max-width: 1160px;
    margin: 90px 0px 40px 8%;
  }
}

@media screen and (max-width: 1250px) and (min-width: 1025px) {
  .section2_container {
    grid-template-columns: 1fr;
    margin: 90px 30px 40px 11%;
  }
}
