/* import local fonts from the fonts folder */
@font-face {
    font-family: "Inter Tight";
    src: url("fonts/inter-tight-cyrillic-400-normal.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Inter Tight";
    src: url("fonts/inter-tight-cyrillic-500-normal.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Inter Tight";
    src: url("fonts/inter-tight-cyrillic-600-normal.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Inter Tight";
    src: url("fonts/inter-tight-cyrillic-700-normal.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Saans Mono";
    src: url("fonts/SaansMono-TRIAL-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Saans Mono";
    src: url("fonts/SaansMono-TRIAL-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Saans SemiMono";
    src: url("fonts/SaansSemiMono-TRIAL-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "elektra";
    src: url("fonts/elektra.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

:root {
    --border-radius--normal: 10px;
    -webkit-font-smoothing:auto;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing:auto;
}




.padding-global, .padding-section-medium{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.container-large {
    height: 100%;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 90rem;
}

.case-study-text-content-main{
    display: flex;
    gap: 1.5rem;
    padding: 20px;
}

main{
    overflow: hidden;
}

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

/* nav styles */
.brutal-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #000;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.nav-link {
    text-decoration: none;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #333;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #a8a8a8;
}

/* Navbar pill style */
.nav-pillbar {
  position: fixed;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 72rem);
  max-width: 50rem;
  padding: 1rem 1.25rem;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.95);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  gap: 1.1rem;
}

.nav-pillbar__left, .nav-pillbar__center {
  display: flex;
  align-items: center;
}
.nav-pillbar__right {
  display: flex;
  align-items: center;
}

.nav-pillbar__center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.nav-pillbar__center a {
  color: #aaa;
  text-decoration: none;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.06em;
  padding: 10px;
}
.nav-pillbar__center a.active {
  color: white;
}
.nav-pillbar__right a {
  color: #333;
  text-decoration: none;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.06em;
}

.nav-pillbar__center a:hover {
  color: #dcdcdc;
}

.nav-pillbar__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.65rem 1.2rem;
  background: #fff;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.24);
  width: 12rem;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nav-pillbar__pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.32);
}

.nav-pillbar__logo img {
  width: 100%;
  height: 100%;
}

.nav-pillbar__brand{
  width: 80px;
}

.nav-pillbar__hamburger {
  display: none;
  border: none;
  padding: 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
  outline: none;
}

.nav-pillbar__hamburger:hover,
.nav-pillbar__hamburger:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.nav-pillbar__hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-pillbar__hamburger span + span {
  margin-top: 5px;
}

.nav-pillbar__hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-pillbar__hamburger.open span:nth-child(2) {
  opacity: 0;
}

.nav-pillbar__hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 960px) {
  .nav-pillbar {
    width: min(100%, 96%);
    padding: 0.45rem 0.9rem;
    gap: 0.8rem;
  }
  .nav-pillbar__center {
    gap: 0.6rem;
  }
  .nav-pillbar__center a {
    font-size: 0.92rem;
  }
  .nav-pillbar__pill {
    padding: 0.55rem 1rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 760px) {
  .nav-pillbar {
    width: min(100%, 98%);
    padding: 0.85rem 1rem;
    border-radius: 1.5rem;
    gap: 0.75rem;
  }

  .case-study-text-content-main{
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    /* padding: 20px; */
}

  .nav-pillbar__left {
    display: flex;
    align-items: center;
    gap: 4rem;
  }

  .nav-pillbar__hamburger {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    border-radius: 5px;
  }
  .nav-pillbar__brand{
    width: 60px;
  }

  .nav-pillbar__center {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 0.75rem;
    padding: 0.75rem 0.75rem 0.75rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(10, 10, 10, 0.98);
    border-radius: 1rem;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, opacity 0.25s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 2100;
  }

  .nav-pillbar__center.open {
    max-height: 320px;
    opacity: 1;
    visibility: visible;
  }

  .nav-pillbar__center a {
    padding: 0.95rem 1rem;
    width: 100%;
    /* border-radius: 0.85rem; */
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 0.45rem;
  }

  .nav-pillbar__center a:last-child {
    margin-bottom: 0;
  }

  .nav-pillbar__right {
    flex: 1 1 auto;
    justify-content: flex-end;
  }

  .nav-pillbar__pill {
    width: auto;
    min-width: 10rem;
  }
}

.nav-logo {
    font-family: "elektra", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    transition: transform 0.3s ease;
}

.nav-logo:hover {
    transform: scale(1.05);
}

.nav-button-wrapper {
    display: flex;
    gap: 1rem;
}

.cta-btn {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    padding: 0.5rem 1rem;
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.cta-btn:hover {
    background-color: #fff;
    color: #000;
}

.cta-btn span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.cta-btn:hover span {
    transform: translateY(-2px);
}

/* responsive nav */
@media (max-width: 768px) {
    .brutal-nav {
        flex-direction: column;
        padding: 1rem;
        gap: 1rem;
    }

    .nav-menu {
        gap: 1rem;
        justify-content: center;
    }

    .nav-link {
        font-size: 0.875rem;
    }

    .nav-logo {
        font-size: 1.25rem;
    }

    .nav-button-wrapper {
        justify-content: center;
        gap: 0.5rem;
    }

    .cta-btn {
        padding: 0.5rem 0.75rem;
        font-size: 0.75rem;
    }
}

/* hero heading styles */
.section-hero{
    height: 95vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    padding: 20px;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
    background-image: linear-gradient(to bottom left, #C4C4C4 0%, #A4A4A4 100%);
}

@media (max-width: 768px) {
    .section-hero {
        flex-direction: column;
        height: auto;
        padding: 0px;
    }
}


.heading-style-h1 {
    font-family: "Inter Tight", sans-serif;
    letter-spacing: -0.06em;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.15;
    color: #111;
}

@media (max-width: 768px) {
    .heading-style-h1 {
        font-size: 3rem;
    }
}

@media (max-width: 480px) {
    .heading-style-h1 {
        font-size: 2.5rem;
    }

    .case-study-text-content-main{
      padding: 0px 0px;
    }

    .client-details p{
      font-size: 0.9rem;
    }

    #about-hero-text-wrappper{
      max-width: 300px;
      font-family: 1.25rem;
    }
}
.about-heading-style-h1 {
    font-family: "Inter Tight", sans-serif;
    letter-spacing: -0.06em;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.15;
    color: #111;
}

.hero-content{
    display: flex;
    gap: 1rem;
    align-items: end;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .padding-global, .padding-section-medium{
      padding: 0px 0px;
    }

    .mw-450{
      margin-bottom: 1.5rem;
      margin-top: 8rem;
      padding-left: 20px;
      padding-right: 20px;
    }

    .hero-text-mw{
      max-width: 300px;
      margin: auto;
    }

    .about-section-info{
      padding: 20px;
    }

    .email-text-container{
      align-items: flex-start;
    }

    .about-section-collabs{
      padding-left: 20px;
      padding-right: 20px;
    }

    .about-section-more-info{
      padding-left: 20px;
      padding-right: 20px;
    }

    #is-content{
      width: 14rem;
      height: 14rem;
    }

    .work-bottom-left{
      width: 100%;
    }
    .projects-button{
     width: 80%;
    }

    .about-section-services{
      height: 80vh;
    }

    .about-services-text-wrapper{
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
    }

    .faq-title-wrapper{
      margin: auto;
      padding-right: 20px;
    }

    .faq-accordion{
      margin-left: 10px
        margin-right: 10px;

    }
}

.hero-img-wrapper{
    max-width: 631px;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .hero-img-wrapper {
        max-width: 100%;
        height: 400px;
    }
}
.hero-img-wrapper img{
  height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-content-wrapper{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.mw-450 {
    max-width: 50.8125rem;
    width: 100%;
    margin-bottom: 3rem;
}

.mw-150{
    max-width: 9.375rem;
    width: 100%;
      font-family: "Inter Tight", sans-serif;
    letter-spacing: -0.06em;
    font-weight: 600;
    font-size: 1.5rem;
    color: #EDEDED;
}
.mw-150 p{
    max-width: 9.375rem;
    width: 100%;
      font-family: "Inter Tight", sans-serif;
    letter-spacing: -0.06em;
    font-weight: 600;
    font-size: 1rem;
    position: absolute;
    z-index: 2;
    margin: 0px 0px;
    top: 90%;
    left: 90%;
    transform: translateX(-50%);
}

.hero-header-p{
  font-size: 1rem;
  color: #EDEDED;
  font-weight: 600;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.05em;
  margin-top: 0px;
  margin-bottom: 0px;
}
.hero-header-p span{
  margin-left: 3rem;
}

.h1-highlight {
    color: #EDEDED;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
     font-family: "Inter Tight", sans-serif;
     font-weight: 600;
     margin: 0px;
     margin-top: 1rem;
}



/* projects */

.section-projects{
    overflow: hidden;
}
.section-projects .padding-global{
    overflow: hidden;
    padding: 1.5rem;
}

.project-top-span{
    font-size: 0.8rem;
    color: #919191;
    font-family: 'saans mono', monospace;
    letter-spacing: 0.05em;
    font-weight: 400;
     margin-left: 1rem;
}

.projects-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:1rem;
    width: 100%;
    min-height: 60rem;
}

.project-card{
    width: 100%;
    height: 100%;
    border: #a8a8a8 1px solid;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 20px;
}

.projects-content-top{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}
.projects-content-top p{
    font-family: 'inter tight', monospace;
    font-size: 1rem;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #a8a8a8;
    text-transform: uppercase;
}
.projects-content-top h3{
    font-family: 'inter tight', monospace;
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    font-weight: 600;
    color: #333;
}

.projects-content-wrapper{
    width: 100%;
    margin-top: 3rem;
}

.projects-button{
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    font-family: 'inter tight', monospace;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.05em;
    margin-top: 1rem;
    text-transform: uppercase;
    text-decoration: none;
}

.projects-button:hover{
    background-color: #a8a8a8;
    color: white;
    transition: all 0.3s ease;
}

.button-wrapper {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.button-wrapper a {
    text-decoration: none;
    color: inherit;
}

.button-wrapper button {
    border-radius: var(--border-radius--normal, 10px);
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    font-family: "Inter Tight", sans-serif;
    transition: all 0.25s ease;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.06em;
}

.button-primary {
    background-color: #000;
    color: #fff;
    font-family: "Inter Tight", sans-serif;
    border: 1px solid #000;
}

.button-primary:hover {
    background-color: #333;
}

.button-secondary {
    background-color: transparent;
    color: #727272;
    border: 1px solid #aaa;
}

.button-secondary:hover {
    background-color: #000;
    color: #fff;
}

/* services */

.services-content h2 {
    font-family: "Inter Tight", sans-serif;
    letter-spacing: -0.06em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.15;
    color: rgb(32, 32, 32);
}
.services-content ul{
    list-style: none;
    padding-left: 0;
    font-family: 'saans mono', monospace;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    color: #525252;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}
.services-content .button-small{
    padding: 1rem 1.5rem;
    font-family: 'saans mono', monospace;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.section-services{
    min-height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-services .container-large{
   width: 100%;
   height: 100%;
   justify-content: center;
   display: flex;
   flex-direction: column;
   align-items: center;
}
.services-content-wrapper{
   width: 100%;
   height: 100%;
   justify-content: center;
}

.services-content{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
    max-width: 50rem;
    justify-content: start;
    align-items: start;
}

/* testimonial */

.testimonial-content-wrapper {
    border-radius: 10px;
    width: 100%;
    min-height:40rem;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.testimonianial-bg-img-wrapper{
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  width: 100%;
  object-fit: cover;
}

.content-testimonial{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonianial-bg-img-wrapper img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}


.section-testimonial .padding-global{
    padding: 1.5rem;
}

.testimonial-text-wrapper{
    display: flex;
    flex-direction: column;
    max-width: 40rem;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 20px 20px;
}
.testimonial-text-wrapper h2{
    font-family: "Inter Tight", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.06em;
}
.testimonial-text-wrapper p{
    font-family: "Inter Tight", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.06em;
    color: #aaa;
    margin-top: -0.4rem;
}

/* 
footer */

.section-footer .padding-global{
    padding: 1.5rem;
    
}

h2{
  margin: 0px 0px;
}


.location-wrapper h3{
  text-transform: uppercase;
  font-family: 'saans mono', monospace;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #aaa;
}
.location-wrapper p{
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif ;
  font-size: 0.8rem;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: #fff;
}

.footer-content-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: top;
  width: 85%;
  padding:5rem 3rem;

}

@media (max-width: 768px) {
    .footer-content-wrapper {
        flex-direction: column-reverse;
        gap: 2rem;
        width: 100%;
        padding: 3rem 1.5rem;
        text-align: start;
        
    }
}

.email-box{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
    .email-box {
        /* flex-direction: column; */
        gap: 15px;
        text-align: center;
    }

    .contact--wrapper{
      align-items: flex-start;
    }

    .section-faq{
      padding: 20px;
    }
    .faq-question{
      text-align: left;
    }
    .section-projects{
      padding: 20px;
    }

    #project-work{
      padding: 0rem 0rem;
    }
}

@media(max-width: 400px){
  #footer-content-wrapper{
    padding: 20px;
  }

  .section-footer{
    padding: 20px;
  }
}


.email-box img{
  height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 5px;
}

.email p{
  font-family:"Inter Tight", sans-serif ;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.05rem;
  margin: 0px 0px;
}

.twitter {
width: 20px;
height: 20px;
cursor: pointer;
}
.twitter img {
width: 100%;
height: 100%;
}
.instagram  {
width: 20px;
height: 20px;
cursor: pointer;
}
.instagram img {
width: 100%;
height: 100%;
}
.telegram {
width: 20px;
height: 20px;
cursor: pointer;
}
.telegram img {
width: 100%;
height: 100%;
}
.Whatsapp {
width: 20px;
height: 20px;
cursor: pointer;
}
.Whatsapp img {
width: 100%;
height: 100%;
}
.Linkedin {
width: 20px;
height: 20px;
cursor: pointer;
}
.Linkedin img {
width: 100%;
height: 100%;
}

.social-icon-wrapper{
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
  margin: 16px 0px 0px 0px;
}

@media (max-width: 768px) {
    .social-icon-wrapper {
        justify-content: left;
    }
    #right{
      padding: 20px;
    }
    #left{
      padding: 20px;
    }
}


.section-footer{
    background-color: #000;
    color: white;
    height: 100vh;
}

.footer-content-right{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}
.footer-content-right .mw-400{
   max-width: 700px;
}
.footer-content-right h2{
   font-family: "Inter Tight", sans-serif;
   font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.06em;
    color: white;
}

@media (max-width: 768px) {
    .footer-content-right h2 {
        font-size: 2.5rem;
    }
}

.footer-highlight{
    color: #a8a8a8;
}

.contact--wrapper{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* 
about page styling */

.about-section-hero{
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .about-section-hero {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
    }
}

.about-hero-content{
    height: 100%;
    width: 100%;
}

.about-hero_background-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
     z-index: -1;
}

.about-hero_background-image img{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
}

.about-hero-glass-image{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    z-index: -1;
}
.about-hero-glass-image img{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
}

.about-hero-text-wrapper{
    /* height: 100%; */
    min-height: 40rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   margin-left: 3rem; 
}

@media (max-width: 768px) {
    .about-hero-text-wrapper {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        min-height: auto;
        padding: 2rem 0;
    }
}
.about-hero-text-wrapper p{
    font-family: 'saans mono', monospace;
    font-size: 1rem;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: 333;
}

.about-hero-content-wrapper{
    height: 100vh;
    width: 100vw;
}

.max-width-small{
    width: 100%;
    max-width: 25rem;
}

.max-width-medium{
    width: 100%;
    max-width: 50rem;
    margin-top: 5rem;
}

@media (max-width: 768px) {
    .max-width-medium {
        margin-top: 2rem;
    }
}

.heading-style-h2{
    letter-spacing: -.08em;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.15;
    font-family: "Inter Tight", sans-serif;
}

@media (max-width: 768px) {
    .heading-style-h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .heading-style-h2 {
        font-size: 2rem;
    }
}

/* about info */

.about-info-content{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-right:2rem ;
}

@media (max-width: 768px) {
    .about-info-content {
        margin-right: 0;
        gap: 1rem;
    }
}
.about-info-content-wrapper{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/* about collabs */
.about-collabs-content-wrapper{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.collab-title {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'saans mono', monospace;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #333;
}
.about-collabs-content {
   display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    justify-content: center;
    /* width: 100%; */
}

.collab-brand-image-wrapper{
    aspect-ratio: 1;
    border-radius: 0.5rem;
    background-color: #f7f5f4;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.collab-brand-image-wrapper img{
    width: 40%;
}

#parallel{
  background-color: #7c7c7c;
}

.collab-name{
    font-family: 'inter tight', sans-serif;
    letter-spacing: -.03em;
    font-size: .95rem;
    line-height: 1.2;
    font-weight: 600;
    color: #333;
}

.collab-description{
    font-family: 'inter tight', sans-serif;
    letter-spacing: -.03em;
    font-size: .95rem;
    line-height: 1.2;
    font-weight: 600;
    color: #aaa;
    margin-top: -0.5rem;
}

.collab-card{
    max-width: 20rem;
    width: 100%;
}

.collab-text-wrapper{
    display: flex;
    flex-direction: column;    
}

.collaborators-container{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
}

@media (max-width: 768px) {
    .collaborators-container {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .collab-card {
        max-width: 100%;
    }
}

.about-section-collabs{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* section services */

.about-section-services{
    height: 100vh;
    width: 100vw;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    overflow: hidden;
    padding-bottom: 2rem;
    margin-top: 5rem;
}

.about-section-services{
    position: relative;
    overflow: hidden;
}

.about-services-background-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about-services-background-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
    z-index: 1;
}
.about-services-background-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 0;
}

.about-services-content-wrapper{
    width: 100%;
    height: 100%;
}
.about-services-content{
    width: 100%;
    height: 100%;
}

.align-left h2{
    letter-spacing: -.08em;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.15;
    font-family: "Inter Tight", sans-serif;
    color: white;
}

@media (max-width: 768px) {
    .align-left h2 {
        font-size: 2.5rem;
    }
}

.align-right h2{
    letter-spacing: -.08em;
    font-size: 3.75rem;
    font-weight: 600;
    line-height: 1.15;
    font-family: "Inter Tight", sans-serif;
    color: white;
}

@media (max-width: 768px) {
    .align-right h2 {
        font-size: 2.5rem;
    }
}

.align-right {
 display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    margin-right: 4rem;
    text-align: right;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .align-right {
        align-items: start;
        text-align: left;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .align-left h2,
    .align-right h2 {
        font-size: 2.5rem;
    }
    
    .align-right {
        align-items: start;
        text-align: left;
        margin-right: 0;
    }
}

.about-services-text-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

/* about-more-info-content */

.about-section-more-info{
    margin-bottom: 2rem;
}

.about-more-info-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* gap: 2rem; */
}

#about-hero{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 3rem;
  min-height: 600px;
}

@media (max-width: 768px) {
    #about-hero {
        align-items: center;
        text-align: center;
        padding-bottom: 2rem;
        min-height: auto;
        margin-top: 6rem;
    }

    .work-section-hero{
      padding: 20px;
    }
}

#about-hero h1{
  font-size: 2.75rem;
  margin-top: 9rem
}

@media (max-width: 768px) {
    #about-hero h1 {
        font-size: 2rem;
        margin-top: 2rem;
        font-weight: 600;
    }
}

.about-hero-text-wrappper{
 max-width: 400px; 
}

.about-more-info-content p{
    font-family: "Inter Tight", sans-serif;
    font-size: 1.2rem;
    color: #aaa;
    line-height: 1.6;
    margin-top: -1rem;
}

.more-info-span{
    font-family: "Inter Tight", sans-serif;
    font-size: 1.2rem;
    color: #aaa;
    line-height: 1.6;
    margin-top: -1rem;
}

.spacer-small{
    height: 2rem;
}

.about-more-info-content-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.email-box-wrapper{
  display: flex;
  align-items: start;
  margin-top: 1rem;
}

.email-text-container p{
  font-family:"Inter Tight", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: -0.06rem;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}

.email-text-container{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}


/* testimonial */

.testimonial-item{
    border-radius:0.9rem;
    flex: none;
    width: 36rem;
    height: 32rem;
    overflow: hidden;
    background-color: #aaa;
}

@media (max-width: 768px) {
    .testimonial-item {
        width: 28rem;
        height: 24rem;
    }
}

@media (max-width: 480px) {
    .testimonial-item {
        width: 20rem;
        height: 18rem;
    }

    .align-left h2 {
        font-size: 2rem;
        font-weight: 600;
    }

    .align-right h2 {
        font-size: 2rem;
        font-weight: 600;
    }

    .testimonial-authour-wrapper{
      gap: 0.5rem;
    }

    #testimonial-content{
      padding: 1.5rem 1rem;
    }
}

.testimonial-content{
    background-color: #f7f5f4;
    flex-flow: column;
    justify-content: space-between;
    min-height: 90%;
    padding: 2.5rem 2.2rem;
    display: flex;
}

.testimonial-content h3{
    letter-spacing: -.06em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.1;
    font-family: "Inter Tight", sans-serif;
}

@media (max-width: 768px) {
    .testimonial-content h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .testimonial-content h3 {
        font-size: 1.2rem;
    }
}

.testimonial-authour-wrapper{
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: flex;
}

.author-image-wrapper{
    aspect-ratio: 1;
    border-radius: 20rem;
    width: 4rem;
    height: 4rem;
    overflow: hidden;
}
.author-image-wrapper img{
   object-fit: cover;
    width: 100%;
    /* max-width: 100%; */
    height: 100%;
    /* display: inline-block; */
}

.heading-style-h4{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
     font-family: "Inter Tight", sans-serif;
     margin: 0px 0px;
}

.author-info-wrapper{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    height: 100%;
    gap: 2rem;
    margin-top: 1rem;
}

.text-style-tag{
    font-family: 'saans mono', monospace;
    letter-spacing: .07rem;
    text-transform: uppercase;
    flex: none;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.1;
    text-decoration: none;
    display: block;
    color: #333;
    margin-top: -1rem;
}

#is-content{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 28rem;
    width: 100%;
    padding: 2rem;
    position: relative;
    /* height: 100%; */
    border-radius:0.9rem;
    max-height: 28rem;
    overflow: hidden;
    background-color: #a8a8a8;
}

#is-content img{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
}
.testimonial-bacground-image{
    position: absolute;
    inset: 0%;
}


.testimonial-video-wrapper{
    z-index: 5;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.testimonial-video-wrapper video{
    width: 100%;
    height: 62.5%;
    object-fit: cover;
    border-radius: 0.9rem;
}

.testimonial-item-wrapper{
    display: flex;
    gap: 2rem;
}


/* .MarqueeContainer {
  min-height: 100%;
  padding: 40px;
} */

.marquee-RightSide {
  font-style: normal;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #131414;
}

.marquee-LeftSideMianTitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 145.4%;
  color: #131414;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.marquee-LeftSideSubTitle {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  color: #131414;
}

.MarqueeContainer {
  space: 10px;
  display: grid;
  align-content: center;
  gap: 10px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
}

.section-marquee{
  margin-top: 4rem;
}

.marquee {
  gap: 10px;
  display: flex;
  overflow: hidden;
  user-select: none;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  min-width: 100%;
  animation: scroll var(--duration, 40s) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--borders {
  padding-block: 20px;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration, 40s) / -2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 311px) and (max-width: 767px) {
  .MarqueeContainer {
    padding: 10px;
  }
  /* .marquee__group img {
    width: 180px;
    height: 100px;
  } */
  .marquee-LeftSideSubTitle {
    font-weight: 700;
    font-size: 25px;
    line-height: 43px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 2560px) {
  .marquee-LeftSideSubTitle {
    text-align: start;
  }
  .marquee-LeftSideMianTitle {
    display: flex;
    justify-content: start;
  }

 #author-name{
    font-size: 1.2rem
  }
}

/* 
accordion */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* FAQ ACCORDION */

.faq-content-container {
 padding: 50px;
 display: flex;
 justify-content: space-between;
 align-items: start;
 width: 100%;

}

@media (max-width: 768px) {
    .faq-content-container {
        flex-direction: column;
        padding: 30px 30px;
        gap: 2rem;
    }

    #mobile-nav{
      /* padding: 20px; */
    }

    #author-name{
      font-size: 1rem;
    }

    .text-style-tag{
      font-size: 0.75rem;
    }

    .author-info-wrapper{
      gap: 1.6rem;
    }
}
@media (max-width: 400px) {
    .faq-content-container {
        flex-direction: column;
        padding: 30px 30px;
        gap: 2rem;
    }
    .nav-pillbar__right a{
      font-size: 0.8rem;
    }

    .hero-header-p{
      display: none;
    }
}

.faq-drawer {
  margin-bottom: 10px;
}

.mw-50percent{
  max-width: 400px;
  width: 100%;
}
.mw-50percent h2{
  font-family: "Inter Tight", sans-serif ;
  font-size: 3rem;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.16;
  
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  font-family:'saans mono', monospace ;
  font-size: 0.8rem;
  letter-spacing: -0.06em;
  font-weight: 500;
  padding: 5px;
}

.faq-drawer__title {
  font-family: "Inter Tight", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 700;
  padding: 20px;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
  border-radius: 10px;
  background-color: #aaaaaa69;
}


.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

.faq-right{
  max-width: 700px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }
}

/* FAQ ACCORDION REWORK */
.section-faq {
  padding-bottom: 4rem;
}

.faq-title-wrapper{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: start;
  justify-content: center;
  width: 100%;
  max-width: 400px;
}

.faq-title-wrapper h2 {
  color: #222;
  font-family: "Inter Tight", sans-serif;
  font-size: 3rem;
  margin: 0 0 0.6rem;
  letter-spacing: -0.06em;
  line-height: 1.16;
  font-weight: 600;
}

.faq-title-wrapper p {
  color: #7c7c7c;
  font-family: "Inter Tight", sans-serif;
  font-size: 1rem;
  margin: 0 0 2.1rem;
  letter-spacing: -0.06em;
  font-weight: 600;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  max-width: 840px;
}

.faq-item {
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 1.1rem 1.4rem;
  border: 0;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  color: #333;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: #f8f8f8;
}

.faq-arrow {
  font-weight: 700;
  transition: transform 0.25s ease;
}

.faq-item.active .faq-arrow {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1.4rem;
  font-family: "Inter Tight", sans-serif;
  color: #7c7c7c;
  line-height: 1.64;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.faq-item.active .faq-answer {
  max-height: 240px;
  padding: 0 1.4rem 1.1rem;
}

@media (max-width: 768px) {
  .faq-accordion {
    max-width: 100%;
  }
  .faq-question {
    font-size: 0.98rem;
    padding: 1rem 1.5rem;
  }
  .faq-answer {
    font-size: 0.91rem;
  }
}
}


/* work page styling */

.work-hero-content-wrapper{
    width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    margin: 0;
    font-family: "Poppins", serif;
  }
  
::-webkit-scrollbar {
    display: none;
  }
  
  .portfolio-min-h-screen {
    min-height: 92vh;
  }
  
  .portfolio-bg-black {
    background-color: black;
  }
  
  .portfolio-p-8 {
    padding: 2rem;
  }
  
  .portfolio-flex {
    display: flex;
  }
  
  .portfolio-flex-wrap {
    flex-wrap: wrap;
  }
  
  .portfolio-gap-4 {
    gap: 1rem;
  }
  
  .portfolio-mb-8 {
    margin-bottom: 2rem;
  }
  
  button {
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  button.portfolio-bg-white {
    background-color: white;
    color: black;
  }
  
  button.portfolio-text-white {
    color: white;
  }
  
  button.portfolio-text-white-80 {
    color: rgba(255, 255, 255, 0.8);
  }
  
  button:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .portfolio-grid {
    display: grid;
  }
  
  .portfolio-gap-6 {
    gap: 1.5rem;
  }
  
 
  
  .portfolio-lg-grid-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-group {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    background-color: #181818;
    border:2px solid rgba(51, 50, 50, 0.559);
    transition: transform 0.3s ease, opacity 0.3s ease;
    height: 350px;
    max-width: 1000px;
}
  
  .portfolio-group:hover .portfolio-scale-hover {
    transform: scale(1.05);
  }
  
  .portfolio-scale-hover {
    transition: transform 0.3s;
  }
  
  .portfolio-aspect-3-2 {
    aspect-ratio: 3 / 2;
  }
  
  .portfolio-object-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  .portfolio-bg-gradient-to-t {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  }
  
  .portfolio-absolute {
    position: absolute;
  }
  
  .portfolio-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  .portfolio-bottom-0 {
    bottom: 10%;
    height: 90%;
    width: 100%;
    display: flex;
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  
  /* .portfolio-p-4 {
    padding: 1rem;
  } */
  
  .portfolio-text-xl {
    font-size: 6rem;
  }
  h3{
    margin:0px;
    padding:0;
  }
  .portfolio-text-white {
    color: rgba(255, 255, 255, 0.493);
  }
  
  .portfolio-text-white-80 {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .portfolio-font-semibold {
    font-weight: 600;
  }
  
  .portfolio-description {
    /* font-size: 0.875rem; */
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0rem;
    transition: opacity 0.3s;
    text-align: center;
    padding: 0 1rem;
  }
  /* .about::before{
    left:20px;
    top:20px;
    height:90%;
    width:3px;

  } */

  .portfolio-media-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px; /* Optional: Add rounded corners */
  }
  
  .portfolio-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
    transform: scale(1.5);
  }
  
  .portfolio-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.2); /* Start slightly zoomed in */
    transition: opacity 0.5s ease-in-out, transform 0.4s ease-in-out;
    pointer-events: none;
  }
  
  .portfolio-group:hover .portfolio-video {
    opacity: 1;
    transform: scale(1); /* Smooth zoom-out effect */
  }
  
  .portfolio-group:hover .portfolio-image {
    opacity: 0;
    transform: scale(0.95); /* Slight shrink for the image */
  }
  
  .portfolio-group {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  
  .portfolio-group:hover {
    transform: scale(1.03); /* Slightly enlarge the entire card */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Add a shadow for depth */
  }
  
  .portfolio-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    transition: opacity 0.3s ease-in-out;
  }
  
  .portfolio-group:hover .portfolio-overlay {
    opacity: 0.7; /* Slightly enhance overlay visibility on hover */
  }
  @media (max-width:1100px) {
    .portfolio-sm-grid-cols-2 {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .portfolio-links{
    display: flex;
    gap:0.5rem;
    position: absolute;
    bottom:0px;
  }

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    gap: 15px;
    background-color: #181717;
    outline: 3px #181717 solid;
    outline-offset: -3px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: 400ms;
  }
  
  .button .text {
    color: white;
    font-weight: 700;
    font-size: 1em;
    transition: 400ms;
  }
  
  .button svg path {
    transition: 400ms;
  }
  
  .button:hover {
    background-color: transparent;
    outline: 1px white solid;
    outline-offset: -1px;
  }
  
  /* .button:hover svg path {
    fill: black;
  } */
   @media (max-width:680px) {
    .portfolio-text-xl {
      font-size: 6.25rem;
    }
   }
   @media (max-width:515px) {
    .portfolio-text-xl {
      font-size: 4.25rem;
    }
    .portfolio-group{
      height:280px;
    }
   }
   .portfolio-progress{
    position: absolute;
    right:15px;
    top:0;
    color:white;
    border:1px solid rgb(45, 45, 45);
    padding:5px 10px;
    border-radius: 8px;
    background-color: rgb(45, 45, 45);
    font-size: 12px;
   }
   /* Default state: hide description and title */
.portfolio-description,
.portfolio-text-xl {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Show description and title on hover */
.portfolio-group:hover .portfolio-description,
.portfolio-group:hover .portfolio-text-xl {
  opacity: 0;
  transform: translateY(10px); /* Optional: slide-in effect */

}

/* Optional: Hide video by default */
.portfolio-video {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show video on hover */
.portfolio-group:hover .portfolio-video {
  opacity: 1;
}

/* Blur layer style */
.portfolio-overlay-blur {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.19); /* Semi-transparent black for the blur effect */
  backdrop-filter: blur(8px); /* Blur effect */
  transition: opacity 0.3s ease;
  opacity: 1; /* Visible by default */
  pointer-events: none; /* Ensure it doesn't block interactions */
}

/* On hover: hide the blur layer */
.portfolio-group:hover .portfolio-overlay-blur {
  opacity: 0;
}


/* work page styling */

.work-hero-content-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;

}

@media (max-width: 768px) {
    .work-hero-content-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 20px 15px;
    }
}
.work-hero-content-top h1{
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.15;
  color: rgb(32, 32, 32);

}

@media (max-width: 768px) {
    .work-hero-content-top h1 {
        font-size: 2.5rem;
    }
}

.mw-500{
  max-width: 500px;
}
.mw-500 p{
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #7c7c7c;
}

.line{
  width: 100%;
  height: 1px;
  background-color: #a8a8a8;
  margin-top: 2rem;
}

.project-work-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
    .project-work-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}
.project-work-top h2{
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.15;
  color: rgb(32, 32, 32);
}

.deliverable-tags{
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.deliverable-tag{
  padding: 10px;
  font-family: "Inter Tight", sans-serif;
  font-size: 0.875rem;
  color: #333;
  letter-spacing: -0.06em;
  background-color: #a0a0a02a;
  border-radius: 20px;
  font-weight: 600;
}

.project-work{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.5rem;
  margin-top: 4rem;
}

.project-work-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
    .project-work-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 1rem;
    }
    #mw-450{
      padding: 20px;
      margin-bottom: 1.5rem;
    }
}


.work-bottom-left{
  display: flex;
  flex-direction: column;

}
.work-bottom-left h3{
 font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.15;
  color: #333;
}

.project-image-wrapper{
  max-width: 700px;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 768px) {
    .project-image-wrapper {
        height: 250px;
    }
}
.project-image-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-hero-content-wrapper{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-top: 4rem;
}

.project-work-middle{
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: grab;
  display: flex;
  gap: 1rem;
  overflow: hidden;
}

@media (max-width: 768px) {
    .project-work-middle {
        flex-direction: column;
        gap: 0.5rem;
    }
}

.work-section-hero {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

@media (max-width: 768px) {
    .work-section-hero {
        padding: 1rem 1rem 2rem;
    }

    .work-hero-content-wrapper {
        width: 100%;
        align-items: flex-start;
        text-align: left;
    }

    .mw-500 {
        max-width: 100%;
    }

    .button-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .button-wrapper button {
        width: 100%;
    }
}


/* case study content styling */

.case-study-content-wrapper{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  justify-content: center;
  align-items: center;
  
}

.case-study-home{
  margin-top: 4rem;
}

.case-study-top{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 6rem;
}
.case-study-top h1{
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.15;
  color: rgb(32, 32, 32);
}
.case-study-top p{
  font-family: "Inter Tight", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #aaa;
  margin: 0;
}

.case-study-image{
  width: 100%;
  max-width: 100%;
  height: 850px;
  overflow: hidden;
  margin-top: 4rem;
}

.case-study-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-details{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
}
#top{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.client-details h3{
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.15;
  color: #aaa;
  text-transform: uppercase;
}
#top h3{
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.15;
  color: #aaa;
  text-transform: uppercase;
}
.client-details p{
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.15;
  color: #4d4d4d;
}
#top p{
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.15;
  color: #4d4d4d;
}

.case-study-title {
  font-size: 6rem;
}

.case-study-description {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .case-study-title {
    font-size: 3rem;
  }
  .case-study-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .case-study-title {
    font-size: 2.2rem;
  }
  .case-study-description {
    font-size: 0.88rem;
  }
}

.client-details a{
  text-decoration: none;
  color: #333;
}

.case-study-text-content{
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.case-study-left{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 350px;
}
.case-study-right{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
}

.case-study-content-pg{
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.15;
  color:#4d4d4d;
}

.case-study-content-pg .big{
  font-size: 1.75rem;
  font-weight: 700;
}

.case-study-right h2{
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15;
  color: rgb(46, 46, 46);
}

.case-study-right li{
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.15;
  color: #4d4d4d;
  margin-top: 1rem;
}

.case-study-right-content{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 900px;

}

@media (max-width: 768px) {
  .case-study-top h1 {
    font-size: 3rem;
  }

  .case-study-top p {
    font-size: 0.95rem;
  }

  .case-study-image {
    height: 300px;
  }

  .case-study-text-content {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    /* padding: 20px; */
  }

  .case-study-text-content{
    padding: 20px;
  }

  .case-study-left,
  .case-study-right {
    max-width: 100%;
    width: 100%;
  }

  .case-study-content-pg {
    font-size: 1.05rem;
    line-height: 1.4;
  }

  .case-study-right h2 {
    font-size: 1.75rem;
  }

  .case-study-right li {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .case-study-top h1 {
    font-size: 2.2rem;
  }

  .case-study-top p {
    font-size: 0.88rem;
  }

  .case-study-image {
    height: 220px;
  }

  .case-study-content-pg {
    font-size: 0.95rem;
  }

  .case-study-right h2 {
    font-size: 1.5rem;
  }

  .case-study-right li {
    font-size: 1rem;
  }
}

.case-study-text-content-wrapper{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  justify-content: center;
  align-items: top;
  /* padding: 20px; */
}

/* contact */

.wrapper {
  margin-top: 8rem;
  margin-bottom: 8rem;
  width: 1000px;
  background: var(--card);
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

/* LEFT PANEL */
.left {
  padding: 40px;
  border-right: 1px solid var(--border);
}

.profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.name {
  font-weight: 600;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  color: #333;
}

.role {
  font-size: 16px;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  font-weight: 600;
  margin-top: 5px;
  color: var(--muted);
}

.left h1 {
  font-size: 32px;
  margin: 20px 0;
  line-height: 1.2;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  color: #333;
  font-weight: 600;
}

.left p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  font-weight: 600;

}

.brand-name{
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.08em;
  font-weight: 600;
}

/* INFO */
.info {
  font-size: 14px;
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  font-weight: 600;
  margin-bottom: 20px;
}

.right a{
  text-decoration: none;

}

.innnfoo{
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.innnfoo img{
 color: #aaa;
  width: 20px;
  height: 20px;
}

.info span {
  color: var(--muted);
  margin-right: 6px;
}

/* SOCIALS */
.socials {
  margin-top: 40px;
  display: flex;
  gap: 12px;
}

.icon {
  width: 36x;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--muted);
}

.icon img{
  width: 16px;
  height: 16px;
}

/* RIGHT PANEL */
.right {
  padding: 40px;
}

.right h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  font-weight: 600;
  color: #333;
}

/* SERVICE CARDS */
.service {
  background: var(--soft);
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: 0.2s ease;
}

.service:hover {
  background: #e8e8e8;
}

.service-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  color: #333;
}

.service-meta {
  font-size: 14px;
  color: var(--muted);
  font-family: "Inter Tight", sans-serif;
  letter-spacing: -0.06em;
  font-weight: 600;
}

/* BADGE */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  background: #f3f0ff;
  color: var(--accent);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
}

.badge span {
  background: var(--accent);
  color: white;
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 10px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .wrapper {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .left {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
}

:root {
  --bg: #f5f5f5;
  --card: #ffffff;
  --muted: #7a7a7a;
  --text: #1a1a1a;
  --border: #e6e6e6;
  --soft: #f0f0f0;
  --pill: #e9ecef;
  --accent: #7c5cff;
}