
.mos-img img{
  display: none !important;
}

.mos-img {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
}
.mos-img p {
  line-height: 28px !important;
}
.put-center{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}
/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */

:root {
  --mx-common-white: #F5F7F5;
  --mx-common-white-solid: #fff;
  --mx-common-black: #1E1E1E;
  --mx-common-black-2: #1E1E1E;
  --mx-common-black-3: #141414;
  --mx-common-dark: #121212;
  --mx-common-orange: #EB5939;
  --mx-grey-1: #262626;
  --mx-grey-2: #F4F4F4;
  --mx-grey-3: #5D5D63;
  --mx-grey-4: #F7F7F7;
  --mx-text-body: #5D5D63;
  --mx-theme-1: #336EF9;
  --mx-border-1: #EAEAEB;
}

.mx-zoom-in-out {
  -webkit-animation: tp_zoom_in_out 3s infinite linear;
  -moz-animation: tp_zoom_in_out 3s infinite linear;
  -ms-animation: tp_zoom_in_out 3s infinite linear;
  -o-animation: tp_zoom_in_out 3s infinite linear;
  animation: tp_zoom_in_out 3s infinite linear;
}

@keyframes scroll-up-down {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.mx-zoom-in-out {
  -webkit-animation: tp_zoom_in_out 3s infinite linear;
  -moz-animation: tp_zoom_in_out 3s infinite linear;
  -ms-animation: tp_zoom_in_out 3s infinite linear;
  -o-animation: tp_zoom_in_out 3s infinite linear;
  animation: tp_zoom_in_out 3s infinite linear;
}

@-webkit-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-moz-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-ms-keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes tp_zoom_in_out {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.mx-zoom-in-out-2 {
  -webkit-animation: tp_zoom_in_out_2 3s infinite linear;
  -moz-animation: tp_zoom_in_out 3s infinite linear;
  -ms-animation: tp_zoom_in_out_2 3s infinite linear;
  -o-animation: tp_zoom_in_out_2 3s infinite linear;
  animation: tp_zoom_in_out_2 3s infinite linear;
}

.mx-zoom-in-out-2 {
  -webkit-animation: tp_zoom_in_out_2 3s infinite linear;
  -moz-animation: tp_zoom_in_out_2 3s infinite linear;
  -ms-animation: tp_zoom_in_out_2 3s infinite linear;
  -o-animation: tp_zoom_in_out_2 3s infinite linear;
  animation: tp_zoom_in_out_2 3s infinite linear;
}

@-webkit-keyframes tp_zoom_in_out_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes tp_zoom_in_out_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes tp_zoom_in_out_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tp_zoom_in_out_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes float {
  0%, to {
    transform: translateY(-2rem);
  }
  50% {
    transform: translateY(3rem);
  }
}
@keyframes rotate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes circle-animations {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes mx-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes mx-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes mx-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes mx-pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes mx-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes mx-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes mx-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes mx-pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scrollText-2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes iconMove {
  0% {
    transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    opacity: 0;
  }
  31% {
    transform: translateX(1.25rem);
    transform: translateX(1.25rem);
  }
  32% {
    transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
  }
  84% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes iconMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    opacity: 0;
  }
  31% {
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
  }
  32% {
    -webkit-transform: translateX(-1.25rem);
    transform: translateX(-1.25rem);
  }
  84% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bar_anim {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}

/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.white-bg {
  background-color: var(--mx-common-white);
}

.black-bg {
  background-color: var(--mx-common-black);
}

.black-bg-2 {
  background-color: var(--mx-common-black-2);
}

.black-bg-3 {
  background-color: var(--mx-common-black-3);
}

.dark-bg {
  background-color: var(--mx-common-dark);
}

.grey-bg {
  background-color: var(--mx-grey-1);
}

.grey-bg-2 {
  background-color: var(--mx-grey-4);
}

.grey-bg-3 {
  background-color: rgba(25, 25, 26, 0.1);
}

/*----------------------------------------*/
/*  7.18 project css start
/*----------------------------------------*/
.mx-line-content span {
  font-size: 180px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -8px;
  text-transform: uppercase;
  color: #DCDDDF;
}
@media (max-width: 767px) {
  .mx-line-content span {
    font-size: 65px;
  }
}

.mx-line-text-wrap .swiper-wrapper {
  transition-timing-function: linear;
}
.mx-line-text-wrap .swiper-slide {
  width: auto;
}
.mx-line-text-wrap .swiper, .mx-line-text-wrap .swiper-container {
  direction: rtl;
}

.mx-line-text-wrap-2 .swiper, .mx-line-text-wrap-2 .swiper-container {
  direction: ltr;
}

.mx-project-textline {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .mx-project-textline {
    margin-bottom: 60px;
  }
}
.mx-project-textline-1 {
  margin-right: 50px;
}
.mx-project-textline span {
  font-weight: 400;
  font-size: 200px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--mx-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-project-textline span {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .mx-project-textline span {
    font-size: 70px;
  }
}
.mx-project-textline span img {
  margin: 0 50px;
  transform: translateY(-15px);
  animation: rotate2 15s linear infinite;
  margin-top: -40px;
}
.mx-project-textline span.textline-1 {
  margin-right: 50px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .mx-project-textline span.textline-1 {
    margin-right: 20px;
  }
}
.mx-project-textline span.textline-2 {
  margin-right: 50px;
}
.mx-project-left-wrap {
  padding-right: 100px;
  margin-top: 190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-project-left-wrap {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-project-left-wrap {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .mx-project-left-wrap {
    padding-right: 0px;
    margin-top: 0;
  }
}
.mx-project-right-wrap {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-project-right-wrap {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mx-project-right-wrap {
    padding-left: 0px;
  }
}
.mx-project-mr {
  margin-right: 90px;
}
@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), (max-width: 767px) {
  .mx-project-mr {
    margin-right: 0;
  }
}
.mx-project-ml {
  margin-left: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mx-project-ml {
    margin-left: 0;
  }
}
.mx-project-img {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: inline-block;
}
.mx-project-img.height-1 {
  height: 450px;
  width: 100%;
}
@media (max-width: 767px) {
  .mx-project-img.height-1 {
    height: 300px;
    width: 100%;
  }
}
.mx-project-img.height-2 {
  height: 580px;
}
@media (max-width: 767px) {
  .mx-project-img.height-2 {
    height: 300px;
    width: 100%;
  }
}
.mx-project-img.height-3 {
  height: 820px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mx-project-img.height-3 {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-project-img.height-3 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .mx-project-img.height-3 {
    height: 300px;
    width: 100%;
  }
}
.mx-project-img.height-4 {
  height: 830px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mx-project-img.height-4 {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mx-project-img.height-4 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .mx-project-img.height-4 {
    height: 300px;
    width: 100%;
  }
}
.mx-project-img.height-5 {
  height: 400px;
}
@media (max-width: 767px) {
  .mx-project-img.height-5 {
    height: 300px;
    width: 100%;
  }
}
.mx-project-img.height-6 {
  height: 450px;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .mx-project-img.height-6 {
    height: 300px;
    width: 100%;
    margin-top: 0;
  }
}
.mx-project-img img {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
@media (max-width: 767px) {
  .mx-project-img img {
    width: 100%;
  }
}
.mx-project-img:hover .mx-project-content span {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}
.mx-project-img:hover .mx-project-content .mx-project-title-sm {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}
.mx-project-full-img-wrap {
  height: 100vh;
}
.mx-project-full-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-position: top;
  background-repeat: no-repeat;
  object-fit: cover;
}
.mx-project-content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--mx-common-black);
  display: inline-block;
  transform: translateX(20px);
  transition: all 0.5s ease-out 0s;
  transition-delay: 0.2s;
}
.mx-project-title-sm {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--mx-common-black);
  margin-bottom: 0;
  color: var(--mx-common-black);
  transform: translateX(20px);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.2s;
}
.mx-project-btn {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .mx-project-item {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .panels-container {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .panels-container .panel {
    width: 100%;
  }
}

.mx-project-2-area {
  margin: 0px -15px;
  transition: 0.3s;
}
.mx-project-2-area.addclass {
  background-color: var(--mx-common-black);
}
.mx-project-2-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-project-2-content {
    padding: 0 50px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .mx-project-2-content {
    padding: 30px;
  }
}
.mx-project-2-content span {
  color: var(--mx-common-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
.mx-project-2-title-sm {
  color: #FFF;
  font-size: 90px !important;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -1.8px;
  margin-bottom: 39px;
  font-family: Jost;
}
.mx-project-2-title-sm a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  display: inline;
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s linear;
}
.mx-project-2-title-sm a:hover {
  background-size: 0% 2px, 100% 2px;
  color: var(--mx-common-white);
}
@media (max-width: 767px) {
  .mx-project-2-title-sm {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-project-2-thumb {
    width: 100%;
  }
}
.mx-project-2-thumb {
  position: relative;
  border-radius: 12px;
}
.mx-project-2-thumb img {
  border-radius: 12px;
  max-width: inherit;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mx-project-2-thumb img {
    width: 100%;
    height: 100%;
  }
}
.mx-project-2-item {
  padding: 0px 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mx-project-2-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.mx-project-3-title-box .mx-section-title-200 {
  margin-bottom: 40px;
}
.mx-project-3-btn-box {
  position: absolute;
  right: 26%;
  top: 25px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .mx-project-3-btn-box {
    right: 22%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mx-project-3-btn-box {
    right: 25%;
    top: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mx-project-3-btn-box {
    right: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-project-3-btn-box {
    position: static;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-project-3-btn-box {
    right: 18%;
    top: 0;
  }
}
@media (max-width: 767px) {
  .mx-project-3-btn-box {
    position: static;
  }
}
.mx-project-3-wrap {
  margin-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-project-3-wrap {
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .mx-project-3-wrap {
    margin-bottom: 100px;
  }
}
.mx-project-3-thumb,.mx-project-3-thumb p  {
  font-size: 0px;
}
.mx-project-3-thumb img {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .mx-project-3-thumb.pro-img-1 {
    margin-bottom: 30px;
  }
}
.mx-project-3-thumb.pro-img-1 img {
  transform-origin: bottom left;
  transform: rotate(-2deg);
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mx-project-3-thumb.pro-img-1 img {
    transform: rotate(0);
  }
}
.mx-project-3-thumb.pro-img-2 img {
  transform-origin: bottom right;
  transform: rotate(2deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mx-project-3-thumb.pro-img-2 img {
    transform: rotate(0);
  }
}
.mx-project-3-meta {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-project-3-meta {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-project-3-meta {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mx-project-3-meta {
    margin-bottom: 5px;
  }
}
.mx-project-3-title-sm {
  font-size: 90px !important;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.9px;
  color: var(--mx-common-black);
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-project-3-title-sm {
    font-size: 65px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-project-3-title-sm {
    font-size: 70px !important;
  }
}
@media (max-width: 767px) {
  .mx-project-3-title-sm {
    font-size: 40px !important;
  }
}
.mx-project-3-content {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-project-3-content {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-project-3-content {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .mx-project-3-content {
    margin-bottom: 60px;
  }
}
.mx-project-3-border span {
  width: 240px;
  height: 20px;
  border-radius: 100px;
  background: linear-gradient(90deg, rgba(76, 73, 104, 0.7) 0%, rgba(115, 3, 192, 0.7) 33.33%, rgba(236, 56, 188, 0.7) 66.67%, rgba(253, 239, 249, 0.7) 100%);
  display: inline-block;
}
.mx-project-3-border.color-2 span {
  background: linear-gradient(90deg, rgba(26, 42, 108, 0.7) 0%, rgba(178, 31, 31, 0.7) 50%, rgba(253, 187, 45, 0.7) 100%);
}
.mx-project-3-border.color-3 span {
  background: linear-gradient(90deg, rgba(255, 75, 31, 0.7) 0%, rgba(31, 221, 255, 0.7) 100%);
}

.mx-reveal-line-2 {
  overflow: hidden;
  padding-bottom: 40px;
}

.tp_img_reveal {
  visibility: hidden;
  overflow: hidden;
}

.tp_img_reveal img {
  transform-origin: left;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mx-project-4-area {
    padding-bottom: 90px;
  }
}
.mx-project-4-bg {
  position: relative;
  height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mx-project-4-bg {
    height: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-project-4-bg {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-project-4-bg {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .mx-project-4-bg {
    height: 300px;
  }
}
@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), (max-width: 767px) {
  .mx-project-4-bg a {
    height: 100%;
  }
}
.mx-project-4-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mx-project-4-thumb {
  overflow: hidden;
  height: 100%;
}
.mx-project-4-overlay {
  position: relative;
  overflow: hidden;
}
.mx-project-4-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 9, 11, 0.2);
  content: "";
  z-index: 2;
}
.mx-project-4-content {
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
}
.mx-project-4-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 11px;
  color: var(--mx-common-white);
}
.mx-project-4-title {
  font-size: calc(2rem + 3.5vw) !important;;
  line-height: calc(2rem + 6.4vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -4px;
  color: var(--mx-common-white);
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mx-project-4-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-project-4-title {
    font-size: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-project-4-title {
    font-size: 170px;
  }
}
@media (max-width: 767px) {
  .mx-project-4-title {
    font-size: 90px;
  }
  .mx-project-4-thumb:before {
    display: none;
  }
}
.mx-project-4-title span {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
}

.portfolio__title-11 {
  font-weight: 700;
  font-size: 180px;
  line-height: 1.4;
  transition: all 0.3s;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: var(--mx-common-white);
  height: 150px;
}


.mx-project-text-slide .mx-footer-4-big-title {
  color: var(--mx-common-black);
  text-transform: capitalize;
}
.mx-project-text-slide .mx-footer-4-big-title span {
  color: var(--mx-common-black);
}

.rm-project-contact-item {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.rm-project-contact-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  content: "";
  background-color: var(--mx-common-black);
  transition: 0.4s;
}
.rm-project-contact-item span {
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.4px;
  color: rgba(20, 20, 20, 0.2);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .rm-project-contact-item span {
    font-size: 40px;
  }
}
.rm-project-contact-item svg {
  transform: rotate(-45deg);
  transition: 0.4s;
  color: #D9D9D9;
}
.rm-project-contact-item:hover span {
  color: var(--mx-common-black);
}
.rm-project-contact-item:hover svg {
  transform: rotate(0);
  color: var(--mx-common-black);
}
.rm-project-contact-item:hover::after {
  width: 100%;
}

.pw-project-style .mx-project-3-title-sm {
  color: var(--mx-common-black);
}
.pw-project-style .mx-project-3-meta {
  color: var(--mx-common-black);
}
.pw-project-style .mx-btn-project-sm {
  color: var(--mx-common-black);
  border: 1px solid rgba(25, 25, 26, 0.1);
}

.pm-project-masonary-item {
  height: 100%;
}
.pm-project-masonary-item img {
  width: 100%;
  height: 100%;
  transition: 0.9s;
}
.pm-project-masonary-item:hover .pm-project-masonary-title {
  transform: translateX(0);
  transition: all 0.7s ease;
  transition-duration: 0.7s;
  transition-delay: 0s;
  transition-delay: 0ms;
  transition-duration: 0.5s;
}
.pm-project-masonary-item:hover .pm-project-masonary-subtitle {
  transform: translateX(0);
  transition: all 0.7s ease;
  transition-duration: 0.7s;
  transition-delay: 0s;
  transition-delay: 50ms;
  transition-duration: 0.5s;
}
.pm-project-masonary-item:hover img {
  transform: scale(1.1);
}
.pm-project-masonary-content {
  position: absolute;
  width: auto;
  max-width: calc(100% - 80px);
  height: auto;
  top: auto;
  right: auto;
  bottom: 60px;
  left: 60px;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
.pm-project-masonary-subtitle {
  color: #494949;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 5px;
  transform: translateX(-101%);
  transition: all 0.3s;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-delay: 50ms;
  transition-duration: 0.3s;
  display: inline-block;
  background-color: var(--mx-common-white);
  padding: 13px 20px;
}
.pm-project-masonary-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.44px;
  padding: 20px;
  transform: translateX(-101%);
  transition: all 0.3s;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-duration: 0.3s;
  transition-delay: 0ms;
  color: var(--mx-common-black);
  background-color: var(--mx-common-white);
  margin-bottom: 0;
  margin-top: 2px;
}

#port-showcase-slider-main {
  position: relative
}
.port-showcase-slider-item {
  height: 100vh;
}

.mx-slider__thumb-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.parallax-slider-active .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.parallax-slider-active .swiper-container {
  width: 100%;
  height: 100vh;
}

.port-showcase-slider-space {
  padding: 100px;
}
.port-showcase-slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.port-showcase-slider-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--mx-common-white);
  margin-right: 20px;
}
.port-showcase-slider-title {
  font-size: calc(2rem + 4.5vw) !important;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.6px;
  color: var(--mx-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .port-showcase-slider-title {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .port-showcase-slider-title {
    font-size: 90px;
  }
}
.port-showcase-slider-social {
  position: absolute;
  bottom: 90px;
  right: 90px;
  z-index: 9;
}
.port-showcase-slider-social a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--mx-common-white);
  padding-left: 25px;
}

.parallax-slider-active .mx-slider-dot {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
}
.parallax-slider-active .mx-slider-dot .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.52);
  opacity: 1;
  transition: 0.3s;
  position: relative;
}
.parallax-slider-active .mx-slider-dot .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  top: -40px;
  left: 6px;
  width: 2px;
  height: 20px;
  border-radius: 10px;
  background-color: var(--mx-common-white);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.parallax-slider-active .mx-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 10px;
  width: 14px;
  height: 2px;
  background-color: var(--mx-common-white);
}
.parallax-slider-active .mx-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
  top: -30px;
}

.mx-showcase-arrow-box {
  position: absolute;
  bottom: 50px;
  right: 50px;
  transform: translateX(-50%);
  z-index: 999;
}
.mx-showcase-arrow-box button {
  color: #000;
  margin: 0px 4px;
  transition: 0.3s;
  border: 0px solid #fff;
 border-radius:50%;
 width:50px;
 height:50px;
 background-color: rgba(255, 255, 255, 0.3);
 transition:.4s cubic-bezier(0,0,.3642,1)
}
.mx-showcase-arrow-box button:hover {
  color: var(--mx-common-white);
 background-color: rgba(0, 0, 0, 0.3);
}

.project-details-1-left .project-details-1-thumb:last-child {
  margin-bottom: 0;
}
.project-details-1-pt {
  padding-top: 107px;
}
.project-details-1-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--mx-common-black);
}
.project-details-1-subtitle i {
  font-style: normal;
}
.project-details-1-subtitle i::after {
  content: "";
  height: 1px;
  width: 40px;
  margin: 0px 10px;
  display: inline-block;
  transform: translateY(-4px);
  background-color: rgba(20, 20, 20, 0.14);
}
.project-details-1-title {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3.2px;
  margin-bottom: 20px;
  color: var(--mx-common-black);
}
@media (max-width: 767px) {
  .project-details-1-title {
    font-size: 50px;
  }
}
.project-details-1-title.fs-100 {
  font-size: 100px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .project-details-1-title.fs-100 {
    font-size: 70px;
  }
}
.project-details-1-title.fs-100.fw-700 {
  font-weight: 700;
}
.project-details-1-right {
  padding: 70px 90px;
  height: 725px;
  overflow: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
}
@media (max-width: 767px) {
  .project-details-1-right {
    padding: 70px 15px;
  }
}
.project-details-1-title-box {
  margin-bottom: 40px;
}
.project-details-1-title-box p {
  color: #5D5D63;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding-right: 150px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .project-details-1-title-box p {
    padding-right: 0;
  }
}
.project-details-1-info {
  margin-bottom: 32px;
}
.project-details-1-info span {
  color: #97979D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}
.project-details-1-info h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: -0.4px;
  color: var(--mx-common-black);
}
.project-details-1-social {
  position: absolute;
  bottom: 14%;
  right: 8%;
}
.project-details-1-social a {
  display: table;
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  margin-top: 10px;
  display: block;
  border: 1px solid rgba(25, 25, 26, 0.14);
}
.project-details-1-social a.share-icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  transform: translateX(-6px);
}
.project-details-1-navigation {
  border-top: 1px solid rgba(20, 20, 20, 0.1);
  padding: 33px 60px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .project-details-1-navigation {
    padding: 33px 0px;
  }
}
.project-details-1-navigation a i {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  color: var(--mx-common-black);
  border: 1px solid rgba(25, 25, 26, 0.14);
}
.project-details-1-navigation a span {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: var(--mx-common-black);
}
.project-details-1-navigation a span svg {
  transform: translateY(5px);
}
.project-details-1-prev {
  line-height: 0;
}
.project-details-1-prev i {
  margin-right: 10px;
  transition: 0.3s;
}
.project-details-1-prev:hover i {
  color: var(--mx-common-white);
  border-color: var(--mx-common-black);
  background-color: var(--mx-common-black);
}
.project-details-1-next {
  line-height: 0;
}
.project-details-1-next i {
  margin-left: 10px;
  transition: 0.3s;
}
.project-details-1-next:hover i {
  color: var(--mx-common-white);
  border-color: var(--mx-common-black);
  background-color: var(--mx-common-black);
}
.project-details-1-social-inner {
  display: none;
}

.project-details-2-arrow-box .project-details-2-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 9;
}
.project-details-2-arrow-box .project-details-2-next {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  z-index: 9;
}
.project-details-2-arrow-box button {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: 0.3s;
  color: var(--mx-common-white);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.project-details-2-arrow-box button:hover {
  background-color: var(--mx-common-white);
  border-color: var(--mx-common-white);
  color: var(--mx-common-black);
}
.project-details-2-info-style {
  padding: 0px 115px;
  padding-top: 90px;
}
@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) {
  .project-details-2-info-style {
    padding: 0px 15px;
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .project-details-2-info-style {
    padding: 0px 0px;
    padding-top: 60px;
  }
}
.project-details-2-info-style .project-details-1-info {
  width: 50%;
  float: left;
}
.project-details-2-social a {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-right: 9px;
  position: relative;
  transition: 0.3s;
  border: 1px solid rgba(25, 25, 26, 0.14);
}
@media (max-width: 767px) {
  .project-details-2-social a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin-right: 5px;
  }
}
.project-details-2-social a span {
  color: var(--mx-common-black);
  transition: 0.3s;
}
.project-details-2-social a:hover {
  border-color: var(--mx-common-black);
  background-color: var(--mx-common-black);
}
.project-details-2-social a:hover span {
  color: var(--mx-common-white);
}

.beforeAfter img {
  max-width: inherit;
  object-fit: cover;
}

.beforeAfter {
  z-index: 1 !important;
}

.beforeAfter div div div {
  background: transparent !important;
  height: 80px !important;
  width: 80px !important;
  line-height: 74px !important;
  border: 2px solid #FFFFFF !important;
  z-index: -1 !important;
}
.beforeAfter div div div i {
  border-color: #fff !important;
  padding: 5px !important;
  margin: 0 5px !important;
}

.project-details-video {
  /* Fallback stuff */
  /* WebKit styles */
  /* Firefox styles */
}
.project-details-video video {
  height: 850px;
  width: 100% !important;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-details-video video {
    height: 400px;
  }
}
.project-details-video figcaption {
  align-items: center;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 50px auto 115px;
  padding: 0.5rem;
}
.project-details-video button {
  border: 0;
  display: inline;
  color: white;
  order: 1;
  padding: 0.5rem;
  transition: opacity 0.25s ease-out;
  width: 100%;
  font-size: 24px;
}
.project-details-video button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.project-details-video label {
  order: 2;
  text-align: center;
  font-size: 20px;
  color: var(--mx-common-white);
  font-size: 700;
}
.project-details-video progress[value] {
  position: relative;
  appearance: none;
  border: none;
  display: inline;
  height: 3px;
  order: 1;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.project-details-video progress[value]::-webkit-progress-bar {
  background-color: whiteSmoke;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
}
.project-details-video progress[value]::-webkit-progress-value {
  background-color: var(--mx-common-white);
  position: relative;
  transition: width 1s linear;
}
.project-details-video progress[value]::-moz-progress-bar {
  background-color: var(--mx-common-white);
  position: relative;
  transition: width 1s linear;
}

.video-progress-btn-wrap {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 80px;
}

.project-details-video-overlay {
  position: relative;
  z-index: 1;
}
.project-details-video-overlay::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 106%;
  content: "";
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 1.63%, #fff 26.67%);
  z-index: -1;
  bottom: 0;
}

.project-details-custom-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  margin-left: 20px;
  letter-spacing: -0.36px;
  color: var(--mx-common-black-2);
}
.project-details-custom-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--mx-common-black-2);
}
.project-details-custom-link::before {
  position: absolute;
  top: 7px;
  left: -20px;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  border: 2px solid var(--mx-common-black-2);
}

.rm-project-tab-wrap {
  position: absolute;
  bottom: 5%;
  right: 23%;
}
.rm-project-tab-wrap ul {
  display: flex;
  flex-direction: column;
}
.rm-project-tab-wrap ul li {
  margin-bottom: 5px;
}
.rm-project-tab-wrap ul li:last-child {
  margin-bottom: 0;
}
.rm-project-tab-wrap ul li button {
  color: #626265;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  transition: 0.3s;
}
.rm-project-tab-wrap ul li button::before {
  position: absolute;
  top: 9px;
  left: -50px;
  content: "";
  height: 1.5px;
  width: 40px;
  margin-right: 15px;
  display: inline-block;
  background-color: var(--mx-common-black-2);
  width: 0;
  transition: 0.4s;
}
.rm-project-tab-wrap ul li button.active {
  color: var(--mx-common-black-2);
}
.rm-project-tab-wrap ul li button.active::before {
  width: 40px;
}
.rm-project-tab-wrap ul li button:hover::before {
  width: 40px;
}

#canvas-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out 0;
  transition: width 0.5s ease-in-out 0s;
  z-index: 1;
}

#showcase-slider-holder {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 1;
  z-index: 10;
}

#canvas-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #222;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



@media (max-width: 767px) {
  .showcase-details-2-info-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .showcase-details-2-info {
    margin-right: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .showcase-details-2-slider-wrap {
    flex-wrap: wrap;
  }
}
#parallax-slider-outer{
  position: relative;
  width: 100%;
  height: 100vh;
}
.parallax-slider-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.parallax-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 3800px;
  height: 100%;
}

.parallax-slider-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 100%;
  display: flex;
  gap: 30px;
  left: 70px;
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .parallax-slider-inner {
    left: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .parallax-slider-inner {
    left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .parallax-slider-inner {
    left: 35px;
  }
}
@media (max-width: 767px) {
  .parallax-slider-inner {
    left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .parallax-slider-inner {
    left: 30px;
  }
}

.parallax-item {
  position: relative;
  width: 500px;
  height: 100%;
  overflow: hidden;
}
.parallax-item:hover .parallax-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.parallax-item:hover .parallax-img::after {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

.parallax-content {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 55;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin: 40px 40px 30px 35px;
  transition: 0.4s;
}
.parallax-content span {
  font-size: 24px;
  line-height: 1;
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--mx-common-white);
  text-transform: capitalize;
}
.parallax-content h4 {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 7px;
  display: inline-block;
  letter-spacing: -3px;
  color: var(--mx-common-white);
}

.parallax-img {
  position: absolute;
  height: 100%;
  width: 800px;
  background-size: cover;
  background-position: center;
  margin-left: -100px;
}
.parallax-img::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
}

.mx-studio-portfolio-img {
  position: absolute;
  bottom: -40%;
  left: 35%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: rotate(90deg);
}
.mx-studio-portfolio-img img {
  border-radius: 54% 45% 56% 44%/61% 60% 40% 39%;
  will-change: border-radius, transform, opacity;
  display: block;
  -webkit-animation: sliderShape 5s linear infinite;
  height: 350px;
  width: 350px;
}

.mx-studio-portfolio-item:hover {
  position: relative;
  z-index: 555;
}
.mx-studio-portfolio-item:hover .mx-studio-portfolio-img {
  left: 40%;
  opacity: 1;
  visibility: visible;
}
.mx-studio-portfolio-item:hover .mx-studio-portfolio-inner-title {
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-size 0.4s cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s, 0.4s -webkit-clip-path cubic-bezier(0.32, 0.55, 0.58, 0.76) 0s;
  background-image: linear-gradient(270deg, #000 0%, #000 50%, transparent 50.1%);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
  background-position: 100% 0%;
  background-size: 0% 100%;
  mix-blend-mode: difference;
}

.mx-project-horigontal-style .mx-studio-height {
  height: 100vh;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mx-project-horigontal-style .mx-studio-height {
    height: 100%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .mx-project-horigontal-style .mx-studio-portfolio-item {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .mx-studio-portfolio-img {
    transform: rotate(0deg);
    bottom: -100%;
  }
}

@media (max-width: 767px) {
  .mx-studio-portfolio-img img {
    height: 250px;
    width: 250px;
  }
}

.mx-project-5-video {
  line-height: 0;
}
.mx-project-5-video video {
  height: 230px;
  width: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .mx-project-5-video video {
    width: 100%;
  }
}

.mx-line-text {
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: var(--mx-common-white);
  white-space: nowrap;
  animation: scrollText 20s infinite linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-line-text {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .mx-line-text {
    font-size: 50px;
  }
}
.mx-line-text span {
  color: transparent;
  -webkit-text-stroke: 2px #BABABA;
}
.mx-line-text-2 {
  animation: scrollText-2 20s infinite linear;
}
.mx-line-text-space {
  padding-top: 60px;
  padding-bottom: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-line-text-space {
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .mx-line-text-space {
    padding-top: 0;
    padding-bottom: 130px;
  }
}

.mx-section-title-200 {
  font-size: 200px !important;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -4px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mx-section-title-200 {
    font-size: 150px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mx-section-title-200 {
    font-size: 140px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mx-section-title-200 {
    font-size: 135px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mx-section-title-200 {
    font-size: 160px !important;
  }
}
@media (max-width: 767px) {
  .mx-section-title-200 {
    font-size: 90px !important;
  }
}
.mx-section-title-200 span {
  padding-left: 175px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .mx-section-title-200 span {
    padding-left: 0;
  }
}

.mil-button {
 cursor:pointer;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 border:none;
 letter-spacing:2px;
 font-size:12px;
 background-color:#f1f1f1;
 color:#000;
 border-radius:70px;
 padding:0 15px 0 50px;
 height:60px;
 text-transform:uppercase;
 font-weight:500;
 transition:.4s cubic-bezier(0,0,.3642,1)
}
.mil-button span {
 white-space:nowrap
}
.mil-button svg {
 margin-left:30px;
 border-radius:50%;
 width:40px;
 height:40px;
 padding:10px;
 background-color:#000;
 transition:.4s cubic-bezier(0,0,.3642,1)
}
.mil-button svg path {
 fill:#fff
}
.mil-button.mil-icon-button {
 padding:15px
}
.mil-button.mil-icon-button svg {
 margin-left:0
}
.mil-button.mil-icon-button-sm {
 padding:0;
 height:40px
}
.mil-button.mil-icon-button-sm svg {
 margin-left:0;
 background-color:#fff
}
.mil-button.mil-icon-button-sm svg path {
 fill:#000
}
.mil-button:hover {
 transform:scale(1.015);
 filter:brightness(93%)
}
.mil-button:hover svg {
 transform:scale(1.15)
}
.mil-button.mil-arrow-down svg {
 transform:rotate(90deg)
}
.mil-button.mil-arrow-down:hover {
 transform:scale(1.015);
 filter:brightness(110%)
}
.mil-button.mil-arrow-down:hover svg {
 transform:scale(1.15) rotate(90deg)
}
.mx-project-2-content .mil-button span {
  color: #333;
  font-size: 16px;
  margin-bottom: 0px;
}
@media screen and (max-width:992px) {
 .mil-button {
  height:60px;
  padding:0 10px 0 40px
 }
 .mil-button svg {
  margin-left:25px
 }
}
