
.mos-img img {display: none !important;}

:root {   
    --mxab-global-color: #f6b876;
    --mxab-dark-color: #000000; 
    --mxab-white-color: #ffffff; 
    --mxab-style-height: 600px; 
    --mxab-bgr-color: rgba( 0, 0, 0, 0.7); 
}
.project-home3-content{
  display: none;
  background: var(--mxab-bgr-color);
  color: var(--mxab-white-color);
  padding: 32px;
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  max-width: 600px;
}

.cpages8 .card:hover .project-home3-content{
  display: block;
}
.project-home3-content .category-line{
  padding-left: 80px;
  margin-bottom: 0;
  color: var(--mxab-global-color);
position: relative;
}
.project-home3-content .category-line a{
  color: var(--mxab-global-color);
}
.category-line:after {
  content: '';
  position: absolute;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 96px;
  height: 1px;
  background: var(--mxab-global-color);
  line-height: 1px;
  left: 0;
  top: 13px;
}
.project-home3-content .category-line:after{
  width: 64px;
}
.cpages8 .pro-items{
  height: var(--mxab-style-height);
  display: flex;
  gap: 20px;
}
.cpages8 .card {
  width: 33.333333%;
  cursor: pointer;
  overflow: hidden;
  border-radius: unset;
  border: none;
  transition: width .5s ease;
}
.cpages8 .card:hover {
  width: 90%;
}
.cpages8 .card img {
  width: 100%;
  height: var(--mxab-style-height);
  object-fit: cover;
  transition: all .5s ease;
}
.cpages8 .card:hover img {
  transform: scale(1.2);
  -webkit-transition: all 400ms ease-in-out;
  -khtml-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.cpages8 h4, .cpages8 a h4 {
line-height: 1.2;
font-size: 38px;
letter-spacing: -2px;
color: #ccc;
}
@media(max-width: 1600px){
  .cpages8 .pro-items{
    gap: 10px;
  }
  .cpages8 .pro-items.mt-96{
    margin-top: 30px;
  }
}
@media(max-width: 991px){
  .cpages8 .pro-items,
  .cpages8 .card img{
    height: 400px;
  }
  .cpages8 .container-fluid{
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media(max-width: 767px){
  .cpages8 .pro-items,
  .cpages8 .card img{
    height: 256px;
  }
  .cpages8 .project-home3-content{
    padding: 16px;
    left: 16px;
    bottom: 16px;
  }
}
@media(max-width: 539px){
  .cpages8 .container-fluid{
    padding-left: 16px;
    padding-right: 16px;
  }
  .project-home3-content .category-line{
    padding-left: 0;
  }
  .project-home3-content .category-line:after{
    display: none;
  }
  .cpages8 .card{
    width: 100%;
  }
  .cpages8 .pro-items, 
  .cpages8 .card img {
    height: auto;
  }
  .cpages8 .card:not(:first-child){
    margin-top: 15px;
  }
  .cpages8 .pro-items {
    display: block;
  }
  .cpages8 .card:hover {
    width: 100%;
  }
  .cpages8 .card:hover img {
    transform: unset;
    -webkit-transition: unset;
    -khtml-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
  }
}
@media(max-width: 400px){
  .cpages8 .pro-items{
    gap: 5px;
  }
  .cpages8 .container-fluid{
    padding-left: 0;
    padding-right: 0;
  }
  .cpages8 .pro-items.mt-96{
    margin-top: 10px;
  }
}


.cpages8 a.btn-arrow {
	color: var(--mxab-white-color);
    background: var(--mxab-global-color);
    padding: 15px 20px;
}
.cpages8 .mx-svg-btn:hover a.btn-arrow{
	color: var(--mxab-white-color);
    background: var(--mxab-dark-color);
}
.cpages8 a.btn-arrow svg{
	margin-left: 10px;
	margin-bottom: 2px;
}
.cpages8 .mx-svg-btn:hover svg line {
    stroke-dashoffset: 0;
    stroke: var(--mxab-global-color);
}

.mx-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.mx-ihbox-btn a {
    position: relative;
}
.mx-svg-btn svg line,.mx-svg-btn1 svg line {
    fill: none;
    stroke: var(--mxab-white-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.mx-ihbox-btn svg, .mx-svg-btn svg,.mx-ihbox-btn1 svg, .mx-svg-btn1 svg{
    height: 10px;
}
.mx-svg-btn svg line:nth-child(1), .mx-svg-btn1 svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(.61,1,.88,1);
}
.mx-svg-btn svg line:not(:first-child), .mx-svg-btn1 svg line:not(:first-child) {
    stroke-linecap: square;
}

.mx-svg-btn svg line:nth-child(2), .mx-svg-btn1 svg line:nth-child(2), 
.mx-svg-btn svg line:nth-child(3), .mx-svg-btn1 svg line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61,1,.88,1) 0.3s;
}