.elementor-74 .elementor-element.elementor-element-5ce40d5{--display:flex;}.elementor-74 .elementor-element.elementor-element-a1e3650{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-a250646{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-9958c86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-35c1d72{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-f2cc295{padding:0px 0px 0px 0px;}.elementor-74 .elementor-element.elementor-element-4e468fe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-763b425{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-42f3afd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-74 .elementor-element.elementor-element-ba0c4b0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-de81a2f *//* ===================================
ACR PORTFOLIO PAGE - HERO
=================================== */

.acr-portfolio-hero{
  position:relative;
  width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#07070b;
  font-family:'Poppins',sans-serif;
}

.acr-portfolio-hero__media{
  position:absolute;
  inset:0;
  background:
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?q=80&w=2070&auto=format&fit=crop")
    center/cover no-repeat;
  transform:scale(1.06);
  opacity:.62;
}

.acr-portfolio-hero__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(7,7,11,.96) 0%,
      rgba(7,7,11,.82) 48%,
      rgba(7,7,11,.46) 100%
    ),
    radial-gradient(circle at 18% 30%, rgba(255,0,128,.30), transparent 30%),
    radial-gradient(circle at 82% 75%, rgba(31,142,219,.20), transparent 34%);
}

.acr-portfolio-hero__grid{
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.22;
  pointer-events:none;
}

.acr-portfolio-hero__wrap{
  position:relative;
  z-index:4;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:130px 7%;
}

.acr-portfolio-hero__content{
  max-width:1080px;
}

.acr-portfolio-hero__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:28px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-portfolio-hero__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-portfolio-hero h1{
  margin:0;
  max-width:1100px;
  color:#fff;
  font-size:clamp(3rem,6vw,6.5rem);
  line-height:.97;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-portfolio-hero h1 strong{
  display:block;
  font-weight:900;
  background:linear-gradient(90deg,#ff0080 0%,#9d45b8 52%,#1f8edb 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-portfolio-hero p{
  max-width:800px;
  margin:34px 0 0;
  color:rgba(255,255,255,.76);
  font-size:1.08rem;
  line-height:1.9;
}

.acr-portfolio-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:42px;
}

.acr-portfolio-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 34px;
  border-radius:999px;
  text-decoration:none;
  font-size:.94rem;
  font-weight:900;
  transition:.3s ease;
}

.acr-portfolio-hero__btn--primary{
  background:#ff0080;
  color:#fff;
  box-shadow:0 16px 40px rgba(255,0,128,.28);
}

.acr-portfolio-hero__btn--primary:hover{
  transform:translateY(-4px);
  background:#ff2f9b;
}

.acr-portfolio-hero__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(12px);
}

.acr-portfolio-hero__btn--outline:hover{
  background:#fff;
  color:#111;
  transform:translateY(-4px);
}

.acr-portfolio-hero__stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  max-width:920px;
  margin-top:60px;
}

.acr-portfolio-hero__stat{
  padding:28px;
  border-radius:26px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 60px rgba(0,0,0,.28);
}

.acr-portfolio-hero__stat strong{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-size:2rem;
  font-weight:900;
}

.acr-portfolio-hero__stat span{
  display:block;
  color:rgba(255,255,255,.70);
  font-size:.94rem;
  line-height:1.6;
}

@media(max-width:1000px){
  .acr-portfolio-hero__stats{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .acr-portfolio-hero{
    min-height:auto;
  }

  .acr-portfolio-hero__wrap{
    padding:100px 22px 80px;
  }

  .acr-portfolio-hero__overlay{
    background:
      linear-gradient(
        180deg,
        rgba(7,7,11,.96) 0%,
        rgba(7,7,11,.88) 58%,
        rgba(7,7,11,.96) 100%
      ),
      radial-gradient(circle at 18% 20%, rgba(255,0,128,.25), transparent 32%);
  }

  .acr-portfolio-hero__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-portfolio-hero__label span{
    width:40px;
  }

  .acr-portfolio-hero h1{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-portfolio-hero p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-portfolio-hero__actions{
    flex-direction:column;
  }

  .acr-portfolio-hero__btn{
    width:100%;
  }

  .acr-portfolio-hero__stats{
    margin-top:38px;
  }

  .acr-portfolio-hero__stat{
    padding:24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-877efb1 *//* ===================================
ACR PORTFOLIO PAGE - SECTION 2
PORTFOLIO CATEGORIES
=================================== */

.acr-portfolio-s2{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,0,128,.12), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(31,142,219,.10), transparent 32%),
    linear-gradient(120deg,#fff4fb 0%,#ffffff 56%,#f5fbff 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-portfolio-s2::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(38,52,69,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38,52,69,.045) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.35;
  pointer-events:none;
}

.acr-portfolio-s2__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

/* HEAD */

.acr-portfolio-s2__head{
  max-width:1050px;
  margin-bottom:70px;
}

.acr-portfolio-s2__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-portfolio-s2__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-portfolio-s2 h2{
  margin:0;
  color:#263445;
  font-size:clamp(2.8rem,5.2vw,5.5rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-portfolio-s2 h2 strong{
  display:block;
  background:linear-gradient(90deg,#ff0080 0%,#9d45b8 52%,#1f8edb 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-portfolio-s2__head p{
  max-width:760px;
  margin:30px 0 0;
  color:#4b5d73;
  font-size:1.05rem;
  line-height:1.9;
}

/* GRID */

.acr-portfolio-s2__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

/* CARD */

.acr-portfolio-s2__card{
  overflow:hidden;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(38,52,69,.08);
  box-shadow:0 24px 80px rgba(38,52,69,.10);
  transition:.4s ease;
}

.acr-portfolio-s2__card:hover{
  transform:translateY(-10px);
  box-shadow:0 35px 100px rgba(38,52,69,.16);
}

.acr-portfolio-s2__image{
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
}

.acr-portfolio-s2__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-portfolio-s2__card:hover .acr-portfolio-s2__image img{
  transform:scale(1.08);
}

.acr-portfolio-s2__content{
  position:relative;
  padding:34px;
}

.acr-portfolio-s2__content::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#ff0080,#9d45b8,#1f8edb);
}

.acr-portfolio-s2__content span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  margin-bottom:24px;
  border-radius:18px;
  background:linear-gradient(135deg,#ff0080,#1f8edb);
  color:#fff;
  font-weight:900;
  box-shadow:0 18px 40px rgba(255,0,128,.16);
}

.acr-portfolio-s2__content h3{
  margin:0 0 14px;
  color:#263445;
  font-size:1.5rem;
  line-height:1.2;
  font-weight:900;
}

.acr-portfolio-s2__content p{
  margin:0 0 26px;
  color:#5b6575;
  font-size:.96rem;
  line-height:1.8;
}

.acr-portfolio-s2__content a{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#ff0080;
  font-size:.92rem;
  font-weight:900;
  transition:.3s ease;
}

.acr-portfolio-s2__content a:hover{
  gap:16px;
  color:#1f8edb;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .acr-portfolio-s2__grid{
    grid-template-columns:1fr;
  }

}

@media(max-width:767px){

  .acr-portfolio-s2{
    padding:80px 0;
  }

  .acr-portfolio-s2__wrap{
    padding:0 22px;
  }

  .acr-portfolio-s2__head{
    margin-bottom:45px;
  }

  .acr-portfolio-s2__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-portfolio-s2__label span{
    width:40px;
  }

  .acr-portfolio-s2 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-portfolio-s2__head p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-portfolio-s2__card{
    border-radius:26px;
  }

  .acr-portfolio-s2__content{
    padding:26px 24px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59f3e7e *//* ===================================
ACR PORTFOLIO PAGE - SECTION 3
FEATURED PROJECTS
=================================== */

.acr-portfolio-s3{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,0,128,.16), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(31,142,219,.13), transparent 32%),
    linear-gradient(135deg,#07070b 0%,#11111c 55%,#07070b 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-portfolio-s3::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.25;
  pointer-events:none;
}

.acr-portfolio-s3__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

/* HEAD */

.acr-portfolio-s3__head{
  max-width:1050px;
  margin-bottom:70px;
}

.acr-portfolio-s3__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-portfolio-s3__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-portfolio-s3 h2{
  margin:0;
  color:#fff;
  font-size:clamp(2.8rem,5.3vw,5.6rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-portfolio-s3 h2 strong{
  display:block;
  background:linear-gradient(90deg,#ff0080 0%,#9d45b8 52%,#1f8edb 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-portfolio-s3__head p{
  max-width:760px;
  margin:30px 0 0;
  color:rgba(255,255,255,.72);
  font-size:1.05rem;
  line-height:1.9;
}

/* LAYOUT */

.acr-portfolio-s3__layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  align-items:stretch;
}

/* FEATURE CARD */

.acr-portfolio-s3__feature{
  overflow:hidden;
  border-radius:38px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 90px rgba(0,0,0,.30);
  backdrop-filter:blur(16px);
}

.acr-portfolio-s3__feature-img{
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
}

.acr-portfolio-s3__feature-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-portfolio-s3__feature:hover .acr-portfolio-s3__feature-img img{
  transform:scale(1.08);
}

.acr-portfolio-s3__feature-content{
  padding:42px;
}

.acr-portfolio-s3__feature-content span{
  display:inline-flex;
  margin-bottom:18px;
  color:#ff4fb0;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:1.4px;
}

.acr-portfolio-s3__feature-content h3{
  margin:0 0 16px;
  color:#fff;
  font-size:1.9rem;
  line-height:1.15;
  letter-spacing:-1px;
  font-weight:900;
}

.acr-portfolio-s3__feature-content p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:.96rem;
  line-height:1.8;
}

/* LIST */

.acr-portfolio-s3__list{
  display:grid;
  gap:22px;
}

.acr-portfolio-s3__list article{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:82px 1fr;
  gap:26px;
  padding:32px;
  border-radius:30px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 20px 70px rgba(0,0,0,.25);
  backdrop-filter:blur(16px);
  transition:.35s ease;
}

.acr-portfolio-s3__list article:hover{
  transform:translateX(-8px);
  border-color:rgba(255,0,128,.35);
}

.acr-portfolio-s3__list article::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#ff0080,#9d45b8,#1f8edb);
}

.acr-portfolio-s3__list article::after{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  right:-70px;
  bottom:-70px;
  background:radial-gradient(circle,rgba(255,0,128,.16),transparent 70%);
  pointer-events:none;
}

.acr-portfolio-s3__list article > span{
  position:relative;
  z-index:2;
  width:62px;
  height:62px;
  border-radius:22px;
  background:linear-gradient(135deg,#ff0080,#1f8edb);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  box-shadow:0 18px 40px rgba(255,0,128,.20);
}

.acr-portfolio-s3__list h3{
  position:relative;
  z-index:2;
  margin:0 0 12px;
  color:#fff;
  font-size:1.35rem;
  line-height:1.25;
  font-weight:900;
}

.acr-portfolio-s3__list p{
  position:relative;
  z-index:2;
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:.96rem;
  line-height:1.75;
}

/* RESPONSIVE */

@media(max-width:1100px){
  .acr-portfolio-s3__layout{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .acr-portfolio-s3{
    padding:80px 0;
  }

  .acr-portfolio-s3__wrap{
    padding:0 22px;
  }

  .acr-portfolio-s3__head{
    margin-bottom:45px;
  }

  .acr-portfolio-s3__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-portfolio-s3__label span{
    width:40px;
  }

  .acr-portfolio-s3 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-portfolio-s3__head p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-portfolio-s3__feature{
    border-radius:28px;
  }

  .acr-portfolio-s3__feature-content{
    padding:28px 24px;
  }

  .acr-portfolio-s3__feature-content h3{
    font-size:1.45rem;
  }

  .acr-portfolio-s3__list article{
    grid-template-columns:1fr;
    gap:18px;
    padding:28px 24px;
    border-radius:26px;
  }

  .acr-portfolio-s3__list article:hover{
    transform:none;
  }

  .acr-portfolio-s3__list article > span{
    width:56px;
    height:56px;
    border-radius:18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f2cc295 *//* ===================================
ACR PORTFOLIO PAGE - SECTION 4
RENDER PROJECTS
=================================== */

.acr-portfolio-s4{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,0,128,.12), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(31,142,219,.10), transparent 32%),
    linear-gradient(120deg,#fff4fb 0%,#ffffff 56%,#f5fbff 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-portfolio-s4::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(38,52,69,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38,52,69,.045) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.35;
  pointer-events:none;
}

.acr-portfolio-s4__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

/* HEAD */

.acr-portfolio-s4__head{
  max-width:1050px;
  margin-bottom:70px;
}

.acr-portfolio-s4__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-portfolio-s4__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-portfolio-s4 h2{
  margin:0;
  color:#263445;
  font-size:clamp(2.8rem,5.2vw,5.5rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-portfolio-s4 h2 strong{
  display:block;
  background:linear-gradient(90deg,#ff0080 0%,#9d45b8 52%,#1f8edb 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-portfolio-s4__head p{
  max-width:760px;
  margin:30px 0 0;
  color:#4b5d73;
  font-size:1.05rem;
  line-height:1.9;
}

/* GRID */

.acr-portfolio-s4__grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:24px;
}

.acr-portfolio-s4__project{
  overflow:hidden;
  border-radius:34px;
  background:#fff;
  border:1px solid rgba(38,52,69,.08);
  box-shadow:0 24px 80px rgba(38,52,69,.10);
  transition:.4s ease;
}

.acr-portfolio-s4__project:hover{
  transform:translateY(-10px);
  box-shadow:0 35px 100px rgba(38,52,69,.16);
}

.acr-portfolio-s4__project--large{
  grid-row:span 2;
}

/* IMAGE */

.acr-portfolio-s4__image{
  width:100%;
  overflow:hidden;
}

.acr-portfolio-s4__project--large .acr-portfolio-s4__image{
  aspect-ratio:1 / 1.35;
}

.acr-portfolio-s4__project:not(.acr-portfolio-s4__project--large) .acr-portfolio-s4__image{
  aspect-ratio:1 / 1;
}

.acr-portfolio-s4__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-portfolio-s4__project:hover .acr-portfolio-s4__image img{
  transform:scale(1.08);
}

/* CONTENT */

.acr-portfolio-s4__content{
  position:relative;
  padding:32px;
}

.acr-portfolio-s4__content::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#ff0080,#9d45b8,#1f8edb);
}

.acr-portfolio-s4__content span{
  display:inline-flex;
  margin-bottom:18px;
  color:#ff0080;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:1.4px;
}

.acr-portfolio-s4__content h3{
  margin:0 0 14px;
  color:#263445;
  font-size:1.55rem;
  line-height:1.2;
  font-weight:900;
}

.acr-portfolio-s4__content p{
  margin:0;
  color:#5b6575;
  font-size:.95rem;
  line-height:1.8;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .acr-portfolio-s4__grid{
    grid-template-columns:1fr;
  }

  .acr-portfolio-s4__project--large{
    grid-row:auto;
  }

}

@media(max-width:767px){

  .acr-portfolio-s4{
    padding:80px 0;
  }

  .acr-portfolio-s4__wrap{
    padding:0 22px;
  }

  .acr-portfolio-s4__head{
    margin-bottom:45px;
  }

  .acr-portfolio-s4__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-portfolio-s4__label span{
    width:40px;
  }

  .acr-portfolio-s4 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-portfolio-s4__head p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-portfolio-s4__project{
    border-radius:26px;
  }

  .acr-portfolio-s4__content{
    padding:26px 24px;
  }

  .acr-portfolio-s4__content h3{
    font-size:1.3rem;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fcc4f9 *//* ===================================
ACR PORTFOLIO PAGE - SECTION 5
INTERIOR DESIGN PROJECTS
=================================== */

.acr-portfolio-s5{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:#07070b;
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-portfolio-s5__media{
  position:absolute;
  inset:0;
  background:
    url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?q=80&w=2000&auto=format&fit=crop")
    center/cover no-repeat;
  transform:scale(1.05);
  opacity:.22;
}

.acr-portfolio-s5__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(135deg, rgba(7,7,11,.97) 0%, rgba(17,17,28,.93) 55%, rgba(7,7,11,.96) 100%),
    radial-gradient(circle at 12% 0%, rgba(255,0,128,.22), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(31,142,219,.15), transparent 32%);
}

.acr-portfolio-s5::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.22;
  pointer-events:none;
}

.acr-portfolio-s5__wrap{
  position:relative;
  z-index:3;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

/* HEAD */

.acr-portfolio-s5__head{
  max-width:1080px;
  margin-bottom:75px;
}

.acr-portfolio-s5__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-portfolio-s5__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-portfolio-s5 h2{
  margin:0;
  color:#fff;
  font-size:clamp(2.8rem,5.4vw,5.8rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-portfolio-s5 h2 strong{
  display:block;
  background:linear-gradient(
    90deg,
    #ff0080 0%,
    #9d45b8 52%,
    #1f8edb 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-portfolio-s5__head p{
  max-width:780px;
  margin:30px 0 0;
  color:rgba(255,255,255,.72);
  font-size:1.05rem;
  line-height:1.9;
}

/* LAYOUT */

.acr-portfolio-s5__layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  align-items:stretch;
}

/* SHOWCASE */

.acr-portfolio-s5__showcase{
  overflow:hidden;
  border-radius:38px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 90px rgba(0,0,0,.30);
  backdrop-filter:blur(16px);
}

.acr-portfolio-s5__image{
  width:100%;
  aspect-ratio:1 / 1.08;
  overflow:hidden;
}

.acr-portfolio-s5__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-portfolio-s5__showcase:hover .acr-portfolio-s5__image img{
  transform:scale(1.08);
}

.acr-portfolio-s5__showcase-content{
  padding:42px;
}

.acr-portfolio-s5__showcase-content span{
  display:inline-flex;
  margin-bottom:18px;
  color:#ff4fb0;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:1.4px;
}

.acr-portfolio-s5__showcase-content h3{
  margin:0 0 16px;
  color:#fff;
  font-size:2rem;
  line-height:1.15;
  letter-spacing:-1px;
  font-weight:900;
}

.acr-portfolio-s5__showcase-content p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:.96rem;
  line-height:1.8;
}

/* PROJECTS */

.acr-portfolio-s5__projects{
  display:grid;
  gap:22px;
}

.acr-portfolio-s5__projects article{
  overflow:hidden;
  display:grid;
  grid-template-columns:220px 1fr;
  gap:0;
  border-radius:30px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 20px 70px rgba(0,0,0,.25);
  backdrop-filter:blur(16px);
  transition:.35s ease;
}

.acr-portfolio-s5__projects article:hover{
  transform:translateX(-8px);
  border-color:rgba(255,0,128,.35);
}

.acr-portfolio-s5__thumb{
  width:100%;
  height:100%;
  min-height:210px;
  overflow:hidden;
}

.acr-portfolio-s5__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-portfolio-s5__projects article:hover .acr-portfolio-s5__thumb img{
  transform:scale(1.08);
}

.acr-portfolio-s5__text{
  position:relative;
  padding:30px;
}

.acr-portfolio-s5__text::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:5px;
  background:linear-gradient(90deg,#ff0080,#9d45b8,#1f8edb);
}

.acr-portfolio-s5__text span{
  display:inline-flex;
  width:52px;
  height:52px;
  margin-bottom:22px;
  border-radius:18px;
  background:linear-gradient(135deg,#ff0080,#1f8edb);
  color:#fff;
  align-items:center;
  justify-content:center;
  font-weight:900;
}

.acr-portfolio-s5__text h3{
  margin:0 0 12px;
  color:#fff;
  font-size:1.35rem;
  line-height:1.25;
  font-weight:900;
}

.acr-portfolio-s5__text p{
  margin:0;
  color:rgba(255,255,255,.70);
  font-size:.94rem;
  line-height:1.75;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .acr-portfolio-s5__layout{
    grid-template-columns:1fr;
  }

  .acr-portfolio-s5__projects article{
    grid-template-columns:220px 1fr;
  }

}

@media(max-width:767px){

  .acr-portfolio-s5{
    padding:80px 0;
  }

  .acr-portfolio-s5__wrap{
    padding:0 22px;
  }

  .acr-portfolio-s5__head{
    margin-bottom:45px;
  }

  .acr-portfolio-s5__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-portfolio-s5__label span{
    width:40px;
  }

  .acr-portfolio-s5 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-portfolio-s5__head p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-portfolio-s5__showcase{
    border-radius:28px;
  }

  .acr-portfolio-s5__showcase-content{
    padding:28px 24px;
  }

  .acr-portfolio-s5__showcase-content h3{
    font-size:1.45rem;
  }

  .acr-portfolio-s5__projects article{
    grid-template-columns:1fr;
    border-radius:26px;
  }

  .acr-portfolio-s5__projects article:hover{
    transform:none;
  }

  .acr-portfolio-s5__thumb{
    aspect-ratio:1 / 1;
    min-height:auto;
  }

  .acr-portfolio-s5__text{
    padding:26px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6616b87 *//* ===================================
ACR PORTFOLIO PAGE - SECTION 6
STUDIO PROJECTS
=================================== */

.acr-portfolio-s6{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,0,128,.16), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(31,142,219,.13), transparent 32%),
    linear-gradient(135deg,#07070b 0%,#11111c 55%,#07070b 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-portfolio-s6::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.25;
  pointer-events:none;
}

.acr-portfolio-s6__wrap{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:0 7%;
}

/* HEAD */

.acr-portfolio-s6__head{
  max-width:1080px;
  margin-bottom:75px;
}

.acr-portfolio-s6__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-portfolio-s6__label span{
  width:60px;
  height:3px;
  display:block;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-portfolio-s6 h2{
  margin:0;
  color:#fff;
  font-size:clamp(2.8rem,5.4vw,5.8rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-portfolio-s6 h2 strong{
  display:block;
  background:linear-gradient(
    90deg,
    #ff0080 0%,
    #9d45b8 52%,
    #1f8edb 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-portfolio-s6__head p{
  max-width:780px;
  margin:30px 0 0;
  color:rgba(255,255,255,.72);
  font-size:1.05rem;
  line-height:1.9;
}

/* MASONRY */

.acr-portfolio-s6__masonry{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:24px;
}

.acr-portfolio-s6__item{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 24px 90px rgba(0,0,0,.30);
  backdrop-filter:blur(16px);
}

.acr-portfolio-s6__item--large{
  grid-row:span 2;
}

.acr-portfolio-s6__item--wide{
  grid-column:span 2;
}

/* IMAGE */

.acr-portfolio-s6__image{
  width:100%;
  overflow:hidden;
}

.acr-portfolio-s6__item--large .acr-portfolio-s6__image{
  aspect-ratio:1 / 1.4;
}

.acr-portfolio-s6__item--wide .acr-portfolio-s6__image{
  aspect-ratio:1.8 / 1;
}

.acr-portfolio-s6__item:not(.acr-portfolio-s6__item--large):not(.acr-portfolio-s6__item--wide) .acr-portfolio-s6__image{
  aspect-ratio:1 / 1;
}

.acr-portfolio-s6__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:.55s ease;
}

.acr-portfolio-s6__item:hover .acr-portfolio-s6__image img{
  transform:scale(1.08);
}

/* CONTENT */

.acr-portfolio-s6__content{
  position:absolute;
  inset:auto 0 0 0;
  padding:34px;
  background:linear-gradient(to top, rgba(7,7,11,.96), rgba(7,7,11,.75), transparent);
}

.acr-portfolio-s6__content span{
  display:inline-flex;
  margin-bottom:14px;
  color:#ff4fb0;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:1.4px;
}

.acr-portfolio-s6__content h3{
  margin:0;
  color:#fff;
  font-size:1.6rem;
  line-height:1.2;
  font-weight:900;
}

.acr-portfolio-s6__content p{
  margin:16px 0 0;
  color:rgba(255,255,255,.72);
  font-size:.94rem;
  line-height:1.75;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .acr-portfolio-s6__masonry{
    grid-template-columns:1fr;
  }

  .acr-portfolio-s6__item--large,
  .acr-portfolio-s6__item--wide{
    grid-row:auto;
    grid-column:auto;
  }

}

@media(max-width:767px){

  .acr-portfolio-s6{
    padding:80px 0;
  }

  .acr-portfolio-s6__wrap{
    padding:0 22px;
  }

  .acr-portfolio-s6__head{
    margin-bottom:45px;
  }

  .acr-portfolio-s6__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-portfolio-s6__label span{
    width:40px;
  }

  .acr-portfolio-s6 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-portfolio-s6__head p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-portfolio-s6__item{
    border-radius:26px;
  }

  .acr-portfolio-s6__content{
    padding:24px;
  }

  .acr-portfolio-s6__content h3{
    font-size:1.2rem;
  }

}
.acr-portfolio-s6{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(255,0,128,.12), transparent 30%),
    radial-gradient(circle at 92% 100%, rgba(31,142,219,.10), transparent 32%),
    linear-gradient(120deg,#fff4fb 0%,#ffffff 56%,#f5fbff 100%);
  padding:125px 0;
  font-family:'Poppins',sans-serif;
}

.acr-portfolio-s6::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(38,52,69,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(38,52,69,.045) 1px, transparent 1px);
  background-size:72px 72px;
  opacity:.35;
  pointer-events:none;
}

.acr-portfolio-s6 h2{
  color:#263445;
}

.acr-portfolio-s6__head p{
  color:#4b5d73;
}

.acr-portfolio-s6__item{
  background:#fff;
  border:1px solid rgba(38,52,69,.08);
  box-shadow:0 24px 80px rgba(38,52,69,.10);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-004d516 *//* ===================================
ACR PORTFOLIO PAGE - SECTION 7
FINAL CTA
=================================== */

.acr-portfolio-s7{
  position:relative;
  width:100vw;
  min-height:88vh;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  display:flex;
  align-items:center;
  background:#07070b;
  font-family:'Poppins',sans-serif;
}

.acr-portfolio-s7__media{
  position:absolute;
  inset:0;
  background:
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?q=80&w=2070&auto=format&fit=crop")
    center/cover no-repeat;
  transform:scale(1.05);
  opacity:.58;
}

.acr-portfolio-s7__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(
      90deg,
      rgba(7,7,11,.96) 0%,
      rgba(7,7,11,.82) 48%,
      rgba(7,7,11,.45) 100%
    ),
    radial-gradient(circle at 18% 30%, rgba(255,0,128,.30), transparent 30%),
    radial-gradient(circle at 84% 75%, rgba(31,142,219,.20), transparent 32%);
}

.acr-portfolio-s7::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:74px 74px;
  opacity:.22;
  pointer-events:none;
}

.acr-portfolio-s7__wrap{
  position:relative;
  z-index:3;
  width:100%;
  max-width:1450px;
  margin:0 auto;
  padding:125px 7%;
}

.acr-portfolio-s7__content{
  max-width:1050px;
}

.acr-portfolio-s7__label{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:26px;
  color:#ff0080;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:2.3px;
  text-transform:uppercase;
}

.acr-portfolio-s7__label span{
  width:60px;
  height:3px;
  background:linear-gradient(90deg,#ff0080,#1f8edb);
}

.acr-portfolio-s7 h2{
  margin:0;
  color:#fff;
  font-size:clamp(3rem,5.8vw,6.1rem);
  line-height:.98;
  letter-spacing:-4px;
  font-weight:900;
}

.acr-portfolio-s7 h2 strong{
  display:block;
  background:linear-gradient(
    90deg,
    #ff0080 0%,
    #9d45b8 52%,
    #1f8edb 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.acr-portfolio-s7 p{
  max-width:760px;
  margin:32px 0 0;
  color:rgba(255,255,255,.76);
  font-size:1.08rem;
  line-height:1.9;
}

.acr-portfolio-s7__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:42px;
}

.acr-portfolio-s7__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 34px;
  border-radius:999px;
  text-decoration:none;
  font-size:.94rem;
  font-weight:900;
  transition:.3s ease;
}

.acr-portfolio-s7__btn--primary{
  background:#ff0080;
  color:#fff;
  box-shadow:0 16px 40px rgba(255,0,128,.28);
}

.acr-portfolio-s7__btn--primary:hover{
  transform:translateY(-4px);
  background:#ff2f9b;
}

.acr-portfolio-s7__btn--outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(12px);
}

.acr-portfolio-s7__btn--outline:hover{
  background:#fff;
  color:#111;
  transform:translateY(-4px);
}

.acr-portfolio-s7__mini{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  max-width:950px;
  margin-top:58px;
}

.acr-portfolio-s7__mini div{
  padding:26px;
  border-radius:24px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 60px rgba(0,0,0,.28);
}

.acr-portfolio-s7__mini b{
  display:block;
  margin-bottom:10px;
  color:#fff;
  font-size:1rem;
  font-weight:900;
}

.acr-portfolio-s7__mini span{
  display:block;
  color:rgba(255,255,255,.70);
  font-size:.92rem;
  line-height:1.65;
}

@media(max-width:1000px){

  .acr-portfolio-s7__mini{
    grid-template-columns:1fr;
  }

}

@media(max-width:767px){

  .acr-portfolio-s7{
    min-height:auto;
  }

  .acr-portfolio-s7__wrap{
    padding:85px 22px;
  }

  .acr-portfolio-s7__overlay{
    background:
      linear-gradient(
        180deg,
        rgba(7,7,11,.96) 0%,
        rgba(7,7,11,.88) 60%,
        rgba(7,7,11,.96) 100%
      ),
      radial-gradient(circle at 18% 20%, rgba(255,0,128,.25), transparent 32%);
  }

  .acr-portfolio-s7__label{
    font-size:.72rem;
    letter-spacing:1.4px;
  }

  .acr-portfolio-s7__label span{
    width:40px;
  }

  .acr-portfolio-s7 h2{
    letter-spacing:-2px;
    line-height:1.04;
  }

  .acr-portfolio-s7 p{
    font-size:.96rem;
    line-height:1.8;
  }

  .acr-portfolio-s7__actions{
    flex-direction:column;
  }

  .acr-portfolio-s7__btn{
    width:100%;
  }

  .acr-portfolio-s7__mini{
    margin-top:38px;
  }

}/* End custom CSS */