:root {
 --brg-color: #14171b;
 --txt-color: #f1f1f1;
}
.npage-six__item__wrapper  .mos-img img {display: none !important;}
.npage-six__item__wrapper  .mos-img {  width:50%;   
  color: var(--olncp-white);
  margin: 0;
  display: inline;
  transition: all 0.4s ease;}

:root {
  --olncp-black: #ffffff;
  --olncp-white: #000000;
  --olncp-black2: #f1f1f1;
  --olncp-base: #f5900d;
  --olncp-black3: #e1e1e1;
  --olncp-black4: #cccccc;
  --olncp-color: #5d5d5d;
}
:root .darks {
  --olncp-color: #5d5d5d;
  --olncp-base: #f5900d;
  --olncp-black: #000000;
  --olncp-black2: #303030;
  --olncp-black3: #1a1a1a;
  --olncp-black4: #999999;
  --olncp-white: #ffffff;
}

.npage-inner {
  background-color: var(--olncp-black);
  padding: 20px;
}
.npage-six__item {
  width: 100%;
  display: block;
  position: relative;
  counter-increment: count;
}

.npage-six__item__number {
  position: relative;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  display: block;
  max-width: 200px;
  min-height: 60px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--olncp-black4);
  transition: all 400ms ease;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .npage-six__item__number {
    min-width: 120px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .npage-six__item__number {
    min-width: 150px;
  }
}

.npage-six__item:hover .npage-six__item__number {
  -webkit-text-fill-color: var(--olncp-base);
  -webkit-text-stroke-color: var(--olncp-base);
}

.npage-six__item__title {
  color: var(--olncp-white);
  font-size: 26px;
  letter-spacing: -.96px;
  margin: 0;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
  display: inline;
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
  min-width: 20%;
}

@media (max-width: 767px) {
  .npage-six__item__title {
    margin: 30px 0 40px;
  }
}

.npage-six__item:hover .npage-six__item__title {
  background-size: 0% 1px, 100% 1px;
}

.npage-six__item__btn {
  width: 91px;
  height: 91px;
  background-color: var(--olncp-black2);
  color: var(--olncp-black);
  display: flex;
  justify-content: center;
  margin-left: auto;
  font-size: 62px;
  border-radius: 50px;
  align-items: center;
  transition: all 400ms ease;
  min-width: 91px;
}

.npage-six__item__btn span {
  transform: rotate(0deg);
  transition: transform 500ms ease;
}

@media (max-width: 767px) {
  .npage-six__item__btn {
    margin-left: 0;
  }
}

.npage-six__item:hover .npage-six__item__btn {
  background-color: var(--olncp-white);
  color: var(--olncp-black);
}

.npage-six__item:hover .npage-six__item__btn span {
  transform: rotate(-45deg);
}

.npage-six__item__hover {
  position: absolute;
  width: 337px;
  height: 223px;
  top: 50px;
  left: 185px;
  pointer-events: none;
  transform: translate(-100%, -50%);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all .5s ease-out;
  background-color: var(--olncp-black2);
  z-index: -1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .npage-six__item__hover {
    width: 250px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .npage-six__item__hover {
    width: 250px;
    height: 150px;
  }
}

.npage-six__item__hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: transform .4s ease-out;
}

.npage-six__item__wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--olncp-black3);
  padding: 35px 0;
}

@media (max-width: 767px) {
  .npage-six__item__wrapper {
    display: block;
  }
}

.npage-six__item:first-of-type .npage-six__item__wrapper {
  border-top: 1px solid var(--olncp-black3);
}

.fields-container li, .field-entry {list-style: none;  display: inline-block; color: #FAFAFA; background: rgba(13, 13, 13, 0.3); padding: 3px 20px}
.npage-inner .tags {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: center;
display: block;
border-top: 0;
border-bottom: 0;
  order: 6 !important;
	margin-bottom: 10px !important;
}

.npage-inner .tags > li {
	margin: 0;
}

.npage-inner .tags > li a {
display: inline-block;
  background: #f4f4f4;
  padding: 6px 16px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  color: #333;
}

.npage-inner .tags > li a:hover {
background-color: #333;
  color: #fff !important;
}

.npage-inner .tags > li {margin-left: 5px;}