
:root {
  --tp-common-px-white: #FFFFFF;
  --tp-common-px-black: #0A0A0A;
  --tp-common-px-black-2: #1E1E1E;
  --tp-common-px-red: #E11010;
  --tp-common-px-orange: #FF471D;
  --tp-common-px-orange-dark: #FF572D;
}

/*----------------------------------------*/
/*  7.1 portfolio css start
/*----------------------------------------*/

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

.mx-show-title {
  font-weight: 500;
  font-size: 280px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-show-title {
    font-size: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-show-title {
    font-size: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mx-show-title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .mx-show-title {
    font-size: 77px;
  }
}
.mx-show-item img {
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show-wrapper .grid-item {
    margin-bottom: 30px;
  }
}
.mx-show-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 0 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show-content {
    padding: 0 20px;
  }
}
.mx-show-content span {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-white);
}
@media (max-width: 767px) {
  .mx-show-content span {
    font-size: 22px;
  }
}
.mx-show-post-thumbnail a {
  display: block;
}
.mx-show-post-thumbnail img {
  border-radius: 20px;
}

.mx-show-3-sectitle {
  font-weight: 500;
  font-size: 200px;
  line-height: 80%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show-3-sectitle {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .mx-show-3-sectitle {
    font-size: 88px;
  }
}
.mx-show-3-title {
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show-3-title {
    font-size: 60px;
  }
}
.mx-show-3-title-box p {
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
}
@media (max-width: 767px) {
  .mx-show-3-title-box p br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show-3-btn {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show-3-content.pl-200 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show-3-content {
    margin-top: 30px;
  }
}
.mx-show-3-content span {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: var(--tp-common-px-black);
  display: block;
}
.mx-show-3-thumb img {
  border-radius: 30px;
}
.mx-show-4-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -1.5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .mx-show-4-title {
    font-size: 40px;
    line-height: 50px;
  }
}
