.p_25_s177 .folderMain,
.p_25_s177 .galleryMain {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_25_s177 .textSec {
  background-color: var(--themeBg2);
  padding: 20px;
}
.p_25_s177 .imgSec {
  cursor: pointer;
}
.p_25_s177 .folderMain .imgSec {
  line-height: 0px;
  aspect-ratio: 1;
}
.p_25_s177 .cardSec {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px #dfdfdf;
}
.p_25_s177 .cardHead {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  color: var(--headingColor2);
  font-weight: 600;
}
.p_25_s177 .cardPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
}
.p_25_s177 .galleryMain .imgSec {
  border-radius: 10px;
  overflow: hidden;
}
.p_25_s177 .shortBan {
  padding: 50px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_25_s177 .mainHeading {
  font-size: 50px;
  line-height: 60px;
  color: var(--headingColor1);
  font-weight: 800;
  margin-bottom: 20px;
}
.p_25_s177 .pathSec a {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: var(--paragraphColorBlack);
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.p_25_s177 .pathSec a:hover {
  border-bottom: 1px solid var(--paragraphColorBlack);
}
.p_25_s177 .longDesc {
  background: var(--themeBg1);
  padding: 80px 0px 0px;
}
.p_25_s177 .grid2 {
  grid-template-columns: 1fr 1fr;
}
.p_25_s177 .grid3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.p_25_s177 .grid4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.p_25_s177 .grid5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.p_25_s177 .playBtn {
  width: 35px;
  height: 35px;
  z-index: 2;
  background-color: var(--themeColor1);
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
}
.p_25_s177 .playBtn i {
  color: var(--paragraphColorWhite);
}
@media only screen and (max-width: 900px) {
  .p_25_s177 .galleryMain {
    padding: 40px 0px;
  }
  .p_25_s177 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .p_25_s177 .longDesc {
    padding: 40px 0px 0px;
  }
  .p_25_s177 .gap20 {
    gap: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .p_25_s177 .folderMain {
    padding: 30px 0px;
  }
  .p_25_s177 .folderMain .grid4 {
    grid-template-columns: 1fr 1fr;
  }
  .p_25_s177 .textSec {
    padding: 10px;
  }
  .p_25_s177 .cardHead {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .p_25_s177 .cardPara {
    font-size: 14px;
    line-height: 20px;
  }
}
.p_25_s177 .cardSec {
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  .p_25_s177 {
    background-attachment: scroll;
  }
}
