:root {
 --brg28-color:#ff7800;
  --mxts-color: #717175;
  --mxts-color-rgb: 113, 113, 117;
  --mxts-color2: #646466;
  --mxts-color2-rgb: 100, 100, 102;
  --mxts-color3: #f2f2f6;
  --mxts-color3-rgb: 242, 242, 246;
  --brg28-color-rgb: 182, 239, 0;
  --mxts-black: #161617;
  --mxts-black-rgb: 22, 22, 23;
  --mxts-black2: #171717;
  --mxts-black2-rgb: 23, 23, 23;
  --mxts-black3: #18191c;
  --mxts-black3-rgb: 24, 25, 28;
  --mxts-black2-rgb: 23, 23, 23;
  --mxts-black4: #000;
  --mxts-black4-rgb: 0, 0, 0;
  --mxts-black5: #0c0c0d;
  --mxts-black5-rgb: 12, 12, 13;
  --mxts-white: #ffffff;
  --mxts-white-rgb: 255, 255, 255;
}
.blog-teight__item .mos-img img {display: none !important;}

.blog-teight__item {
  position: relative;
  overflow: hidden;
  background-color: var(--mxts-white);
  box-shadow: 0px 10px 60px 0px rgba(var(--mxts-black4-rgb), 0.05);
  margin-bottom: 30px;
}

.blog-teight__item:hover .blog-teight__image a {
  opacity: 1;
  transform: translateY(0);
}

.blog-teight__item:hover .blog-teight__title a {
  background-size: 0% 1px, 100% 1px;
}

.blog-teight__item .mxts-btn {
  height: 45px;
  background-color: var(--mxts-color3);
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: var(--mxts-color);
  padding: 12px 30px;
  margin-top: 15px;
  order: 9;
}

.blog-teight__item .mxts-btn .mxts-btn__text span {
  overflow: hidden;
  width: 20px;
  float: right;
  clear: both;
  font-size: 14px;
  color: var(--mxts-black);
  display: block;
  line-height: inherit;
  transition: all 0.7s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.blog-teight__item .mxts-btn:hover .mxts-btn__text span {
  color: var(--mxts-white) !important;
  animation: iconTranslateX 0.4s forwards;
}

.blog-teight__image {
  position: relative;
  overflow: hidden;
  background-color: var(--mxts-black);
}

.blog-teight__image img {
  width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
}

.blog-teight__image a {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--mxts-black-rgb), 0.4);
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(-20%);
  transition: opacity 500ms ease, transform 500ms ease;
}

.blog-teight__image a::after, .blog-teight__image a::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-teight__image a::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.blog-teight__date {
  width: 90px;
  height: 99px;
  background-color: var(--mxts-black);
  color: var(--mxts-white);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  padding: 0;
  background: var(--mxts-black);
background: linear-gradient(0deg, var(--mxts-black) 0%, var(--mxts-black) 35%, var(--brg28-color) 36%, var(--brg28-color) 100%);
}

.blog-teight__date::first-line {
  background-color: var(--brg28-color);
  font-size: 42px;
}

.blog-teight__content {
  position: relative;
  padding: 29px 40px 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-teight__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-teight__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blog-teight__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 17px;
  color: var(--mxts-color);
}

.blog-teight__meta__author {
  position: relative;
  margin-right: 41px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-teight__meta__author {
    margin-right: 24px;
  }
}

.blog-teight__meta__author::after {
  position: absolute;
  right: -20px;
  top: 1px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 24px;
  content: '';
  background-color: #dedee5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-teight__meta__author::after {
    right: -11px;
  }
}

.blog-teight__meta__author a {
  color: inherit;
  text-transform: capitalize;
}

.blog-teight__meta__author a:hover {
  color: var(--brg28-color);
}

.blog-teight__meta__thumb {
  width: 34px;
  height: 34px;
  background-color: var(--mxts-white);
  border-radius: 50%;
  border: 2px solid var(--brg28-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 1px;
}

.blog-teight__meta__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.blog-teight__meta span {
  color: var(--brg28-color);
  margin: 0 6px 0 0;
}

.blog-teight__title {
  font-size: 26px;
  color: var(--mxts-black2);
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.blog-teight__title a {
  color: inherit;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}

.blog-teight__title a:hover {
  color: var(--brg28-color);
}

.blog-teight__item-list {
  box-shadow: none;
}

.blog-teight__item-list .blog-teight__meta {
  margin-bottom: 10px;
}

.blog-teight__item-list .blog-teight__meta__cats {
  margin-right: 15px;
}

.blog-teight__item-list .blog-teight__meta__cats a {
  color: inherit;
  display: inline-block;
}

.blog-teight__item-list .blog-teight__meta__cats a:hover {
  color: var(--brg28-color);
}

.blog-teight__item-list .blog-teight__content {
  padding: 20px 0 0;
}

.blog-teight__item-list .blog-teight__title {
  font-size: 36px;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .blog-teight__item-list .blog-teight__title {
    font-size: 30px;
  }
}

.blog-teight__item-list .blog-teight__item__text {
  margin: 0 0 24px;
}

.blog-teight__item-list .mxts-btn {
  width: auto;
}

.blog-teight__item-quote {
  position: relative;
  background-color: var(--mxts-color3);
  padding: 48px 60px 58px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .blog-teight__item-quote {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.blog-teight__item-quote__icon {
  font-size: 120px;
  color: var(--brg28-color);
  font-weight: 600;
  font-family: var(--heading-font);
  display: block;
  line-height: .8;
  height: 40px;
  margin: 0 0 22px;
}

.blog-teight__item-quote__text {
  margin: 0;
}

.blog-teight__item-sticky {
  position: relative;
  background-color: var(--mxts-color3);
  padding: 50px 60px 60px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .blog-teight__item-sticky {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.blog-teight__item-sticky__icon {
  font-size: 50px;
  color: var(--brg28-color);
  display: block;
  line-height: 50px;
  width: 46px;
  height: 46px;
  margin: 0 0 32px;
}

.blog-teight__item-sticky__title {
  color: var(--mxts-black4);
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.blog-teight__item-sticky__title a {
  color: inherit;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}

.blog-teight__item-sticky__title a:hover {
  color: var(--brg28-color);
}

.blog-teight__item-sticky:hover .blog-teight__item-sticky__title a {
  background-size: 0% 1px, 100% 1px;
}
.mxts-btn__text {
  position: relative;
  z-index: 2;
}

.mxts-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--brg28-color);
  color: var(--mxts-black);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--heading-font);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 16px 48.5px 17px;
  transition: 500ms;
  overflow: hidden;
  z-index: 2;
  position: relative;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mxts-btn__shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: var(--mxts-black);
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
}

.mxts-btn__shape:nth-child(1) {
  --b: 1;
}

.mxts-btn__shape:nth-child(2) {
  --b: 2;
}

.mxts-btn__shape:nth-child(3) {
  --b: 3;
}

.mxts-btn__shape:nth-child(4) {
  --b: 4;
}

.mxts-btn:hover {
  color: var(--mxts-white);
}

.mxts-btn:hover .mxts-btn__shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
}
