@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

@font-face {
    font-family: 'AeonikMedium';
    src: url('../fonts/n/Aeonik-Medium.eot');
    src: url('../fonts/n/Aeonik-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/n/Aeonik-Medium.woff2') format('woff2'),
        url('../fonts/n/Aeonik-Medium.woff') format('woff'),
        url('../fonts/n/Aeonik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'AeonikRegular';
    src: url('../fonts/n/Aeonik-Regular.eot');
    src: url('../fonts/n/Aeonik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/n/Aeonik-Regular.woff2') format('woff2'),
        url('../fonts/n/Aeonik-Regular.woff') format('woff'),
        url('../fonts/n/Aeonik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

html {
  scroll-behavior: smooth;
}
	
body{
    font-family: 'AeonikRegular';
    position: relative;
    background: white;
    color:#000;
}
.html-embed {
    height: 100vh;
    -webkit-text-fill-color: inherit;
    transform-style: preserve-3d;
    background-clip: padding-box;
}
a.spline-watermark {
    display: none!important;
}
/*.grain{
    z-index: 999;
    width: 100%;
    height: 100%;
    opacity: .05;
    object-fit: contain;
    background-image: url('../images/n/grain-slow.gif');
    background-position: 0 0;
    background-repeat: repeat;
    background-attachment: fixed;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}*/
body > div{
	width:100%;
	height:100%;
	
}


img{
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'AeonikMedium';
}
p{
    font-size:16px;
}
/** navigation **/   
.custom-sticky-top {
    padding: 24px 0;
    z-index: 999999999;
    height: auto;
    position:absolute;
    width:100%;

}
.custom-sticky-top .container{
    padding: 0;
}
.container-fluid.heading-wrapper h2 {
    font-size: 20px;
    color: #000;
}
.container-fluid.heading-wrapper a {
    text-decoration: none;
}
.heading-wrapper{
    padding-left:0px;
    padding-Right:0px;
}
.name{
    font-size:20px;
    margin-left: 16px;
}
p.job {
    font-size: 14px;
    line-height:18px;
}
    .fixed {
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(250, 250, 252, .8);
      position: fixed;
      top: 0;
      transform: translateY(0);
        transition: all 0.3s ease; /* smooth animation */
    }

.row.align-items-center.hero-section {
    position: relative;
}
.video{
    height:100vh;}
.hero-slagon {
    font-size: 58px;
    font-weight: 400 !important;
    position: absolute;
    bottom: 0;
    background: #f5f5f7;
    padding: 0 0 50px;
}
.case-study-info p,
.personal-info p{
    font-size: 18px;
    line-height:28px;
}
.case-study-wrapper-inside img {
    border-radius: 0 !important;
}

p.hello{
    font-size: 56px;
    font-family: 'AeonikMedium';
    opacity: .15;
        line-height: normal;
         margin-bottom: 0px;
}

.heading {
    font-size: 72px;
    font-family: 'AeonikMedium';
    line-height: normal;
    margin-bottom: 48px;
}
.m-heading{
    margin-bottom: 24px;
}

/** banner **/


li {
    list-style: none;
}
/***--  Principles---***/
    .hero-container-custom {
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      background-color: #f4f4f4;
      overflow: hidden;
    }

    .hero-heading-custom {
      font-size: 3rem;
      margin: 0;
      transition: transform 0.3s ease;
    }

    .hero-heading-fixed-custom {
      position: fixed;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background-color: white;
      padding: 1rem 0;
      z-index: 100;
    }

    /* Content Section */
    .content-section-custom {
      padding: 2rem;
      background-color: #e0e0e0;
      height: 200vh;
    }

    .content-text-custom {
      max-width: 600px;
      margin: 0 auto;
    }

    /* Content Section */
    .content-section-custom {
      padding: 2rem;
      background-color: #e0e0e0;
      height: 200vh;
    }

    .content-text-custom {
      max-width: 600px;
      margin: 0 auto;
    }

/*** media query ***/

@media only screen and (max-width : 768px) {
	.wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
}
}

@media (max-width: 576px){
.hero-section-wrapper {
    border-radius: 32px 32px 0 0;
}

.banner {
    padding-top: 40px;
    padding-bottom: 40px;
	margin-bottom: 40px;
}
.navigation {
    top: 0px!important;
}
.hard-types > div {
    margin-top: 15px;
    margin-bottom: 15px;
}
.intro-wrapper {
    min-height: 250px;
	margin-left:15px;
	margin-right:15px;
}
.difference, .note {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
	margin-top: 40px;
}
.owl-theme .owl-nav{
    margin-top: 0;
	margin-bottom:15px;
}
.note h1 {
    margin-bottom: 30px;
}
}
.owl-carousel .owl-stage{display: flex;}
.item ul {
    min-height: 145px;
}


.spline {
    z-index: -2;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
}

.about {
    text-align:right;
}

.about img{
    width:240px;
    height:240px;
}
.footer-wrap{
    width: 100vw;
}

.buttons-container {
    z-index: 99;}
.w-container{
margin-left: auto;
    margin-right: auto;

}
.buttons-list {
    z-index: 9999;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
}

.avatar-img{
    width: 250px;
    height:250px;
}








.info{
z-index: 999999;
}
.info a {
text-decoration: none;
    border-radius: 24px;
    color: #000;
    display: block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px 24px;
    font-size: 14px;
    width: fit-content;
    margin-bottom: 16px;
    border: 1px solid #e7e7e7;
    height: 40px;
}

.info a:hover {
    background:#000;
    color: white;
}

p.copy-right-about {
    font-size: 16px;
}

.dgdark-wrapper {
    padding: 12px 24px;
}
.bgDark{
 background-color: #1f1f1f;
color:#f5f5f5;
overflow: hidden;
}

.wrapper-padding-top-dark{
    padding-top:140px;
    border-radius: 40px;
}

.wrapper-padding-top{
    padding-top:140px;
}

.wrapper-padding-bottom-dark{
        padding-bottom:140px;
        border-radius: 32px;
}
.wrapper-padding-bottom{
    padding-bottom:208px;
    border-radius: 40px;
}
.skill-wrapper{
 background-image: url('../assets/images/n/dot.png');
 background-repeat: repeat;
 background-position: top left;
 background-size: auto;

}

.Principles-heading h2{
    font-size: 48px;
}
.Principles-items img {
    margin: 24px auto 24px;
    width: 96px;
}

.Principles-items p {
    font-size: 24px;
    text-align: center;
    font-family: 'AeonikMedium';
}


.Principles-items > div {
    padding: 24px;
        z-index:99999999;
            border:1px solid #e7e7e7;
            border-radius: 24px;
}


.Principles-items > div:hover {
   transition: transform 0.3s ease;
   background: linear-gradient(241deg, #E8ECED 33%, #F2F2F2 56%); 
       box-shadow: #0000004a -8px 18px 80px -20px;                
}



.Experience{
    margin-bottom:80px;
}
h2.Featured{
    font-size: 56px;
}

.skills-wrapper:not(:last-child ) {
    border-bottom: 1px solid #e7e7e7;
}


.skill-wrapper.bgDark h2{
    font-size: 48px;
    margin-bottom:48px;
}
.skills-wrapper h3 {
    margin-bottom: 24px;
    font-size: 24px;
}
.my-skills li{
font-size: 14px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 8px 16px;
    border-radius: 4px;
    color: #000;
    background: rgb(245, 245, 247);
}
.my-skills {
    padding:0;
    display: flex;
    flex-wrap: wrap;
}


.skills h3 {
    font-size: 28px;    
    margin-bottom: 24px;
}
.skills > div {
    margin-bottom: 64px;
}
.Professional-Experience{
    margin-bottom: 64px;
}
.Professional-Experience p{
    font-size:20px;
    margin-left: 24px;
}
.Professional-Experience h5{
    font-size:20px;
    margin-left: 24px;
    margin-bottom: 16px;
}
.Professional-Experience h3{
    font-size:28px;
}
.skills img,
.Experience img{
    width: 16px;
    margin-right: 8px;
}
.skills ul{
    margin-left: 16px;
}

.case-study-wrapper .row:not(:last-child){
margin-bottom: 160px;
}

.case-study-wrapper h2{
    margin-bottom: 56px;
}

.case-study-wrapper h3{
    font-size:32px;
    margin-bottom: 24px;
}

.case-study-wrapper p{
    font-size:18px;
    margin-bottom: 32px;
}

.button{
    font-size: 14px;
    text-decoration: none;
    color: white;
    background: #242424;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 40px;
    position: relative;
    z-index: 9999;
    margin-top: 24px;
    height: 48px;
    box-shadow: rgb(0 0 0 / 25%) -8px 8px 18px -4px;
}

.button:hover {
    background: #454543;
    color: white;
}

.button-on-dark{
    font-size: 14px;
    text-decoration: none;
    color: #000;
    background: white;
    display: inline-block;
    padding: 12px 40px;
    height: 48px;
    border-radius: 40px;
}
.button-on-dark:hover {
    background: #D9D9D9;
    color:#000;
}


.skills-wrapper{
    padding: 24px 0px 8px;
}



img{
    border-radius: 24px;
    
}
.principle-wrap{
    display: flex;
    gap: 24px;
    z-index: 9999;
}


.animate-on-scroll {
  opacity: 0;
  transform: translateY(180px);
  transition: all 1.5s ease-out;
  z-index: 999;
}

.animate-on-scroll.active {
  opacity: 1;
  transform: translateY(0);
    z-index: 999;

}


/* Base state */
.animate-child {
  opacity: 0;
  transform: translateY(180px);
  transition: all 0.8s ease-out;
    z-index: 999!important; 
    position: relative;

}

/* Active state */
.animate-child.active {
  opacity: 1;
  transform: translateY(0);
    z-index: 999;

}

/* Staggered delay per child */
.animate-child:nth-child(1) { transition-delay: 0.0s; }
.animate-child:nth-child(2) { transition-delay: 0.15s; }
.animate-child:nth-child(3) { transition-delay: 0.3s; }
.animate-child:nth-child(4) { transition-delay: 0.45s; }
.animate-child:nth-child(5) { transition-delay: 0.60s; }
.animate-child:nth-child(6) { transition-delay: 0.75s; }
.animate-child:nth-child(7) { transition-delay: 0.90s; }



.row.align-items-center.hero-section:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/********** case study ***********/
.m-case-study-heading {
    margin-top: 48px;
    margin-bottom: 32px;
        font-size: 72px;
}
.m-subheading-case-study{
    margin-top: 48px;
    margin-bottom: 24px;
        font-size: 72px;
}
.m-heading-case-study{
    margin-bottom: 32px;
}


.bg-gray{
    border: 1px solid #e7e7e7;;
    border-radius: 24px;
    padding: 32px 32px;
    height:100%;
    color: #000;
    background:#fff;

}
.case-study-info img{
    max-width: 720px;
}

.bg-gray ul li {
    font-size: 18px;
    line-height: 26px;
    list-style: disc;
    margin-bottom: 12px;
}
.bg-gray ul{
    padding:0 0 0 24px;
}
.bg-gray h2 {
    margin-bottom: 24px;
}
.case-study-info img { 
    margin: 140px auto 24px;
}

img{
  max-width: 100%;
  height: auto;
  display: block; /* avoids inline gaps */
}


@media (max-width:575.98px){
.container-fluid.heading-wrapper h2 {
    font-size: 16px;
}
p.job{
    font-size: 12px;
    line-height: 16px;
}
.heading-wrapper{
    padding-left: 24px;
    padding-Right: 24px;
}
.col-md-12.video {
    padding: 0;
}
.col-md-12.video{
    padding: 0;
}
.video {
    height: 100vh;
}
.hero-slagon {
    padding: 0;
    padding-left: 8px;
        font-size: 30px;
}


p.hello {
    font-size: 32px!important;
}
.heading {
    font-size: 40px;
}
.Principles-items img{
    width: 64px;
        margin: 0px auto 8px;
}
.Principles-items p {
    font-size: 16px;
    margin-bottom: 0px;
    font-family: 'AeonikMedium';
}
.dgdark-wrapper{
    padding: 0px;
}
.container{
    padding-left: 20px;
    padding-right: 20px;
}
.bg-gray,
.skills-wrapper {
    padding: 16px 16px 8px;
}
.wrapper-padding-bottom {
    border-radius:0px;
}

h2.Featured{
    font-size: 40px!important;
    margin-bottom: 32px;
}
.case-study-wrapper h3{
    font-size: 24px;
    margin-bottom: 24px;
}
.case-study-wrapper p{
    font-size: 18px;
    margin-bottom:24px ;
}



.custom-sticky-top{
    padding: 16px 0;
}
.wrapper-padding-top,.wrapper-padding-top-dark{
    padding-top: 88px;
}
.wrapper-padding-bottom, .wrapper-padding-bottom-dark  {
    padding-bottom: 88px;
}
img{
    border-radius: 24px;
}
.heading {
    margin-bottom: 24px;
    text-align: left!important;
}
.personal-info p{
    margin-bottom: 0;
}
.button-on-dark{
    margin-bottom: 24px;
}
.case-study-wrapper .row:not(:last-child){
    margin-bottom: 88px;
}

.button,.button-on-dark {
    padding: 12px 32px;
}

.case-study-wrapper img {
    margin-bottom: 24px;
}
iframe{
    width: 120%;
    transform: scale(0.85) translate(-50%, -95px);
    margin: 0 40% !important;
    position: absolute;
}
.hero-slagon {
    bottom: 125px;
}
.bg-gray{
    border-radius:24px;
            margin-bottom: 24px;
}
.case-study-info {
    text-align: left;
}
.case-study-info img{
  max-width: 100%;
  height: auto;
  display: block; /* avoids inline gaps */
}
.m-case-study-heading {
    margin-top: 24px;
}
.case-study-info img {
    margin: 80px auto 24px;
}
.case-study-info.text-center p{
    text-align: left;
}
h3.m-heading-case-study.animate-child.active {
    margin-bottom: 24px;
    text-align: left;
}
h1.heading.m-subheading-case-study.animate-child.active {
    margin-bottom: 16px;
    margin-top: 24px;

}
.navigation {
    top: 0px;
}
}


  .navigation {
    position: fixed;
    top: 12px;
    left: 0;
    width: 100%;
    z-index: 99999999;
    padding: 8px 0;
  }
    .navigation .container {
    padding: 8px 8px;
    border-radius: 99999px;
    background: #fff;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, .05);
  }
  html {
    scroll-behavior: smooth;
  }

  /* Desktop menu styles */
  .navbar-nav .nav-link, .desktop-cv-btn {
    color: #000;
    transition: color 0.2s ease;
  }
  .navbar-nav .nav-link:hover, .desktop-cv-btn:hover {
    color: #37474f; /* slightly lighter */
  }

  /* Mobile offcanvas menu & overlay */
  @media (max-width: 991px) {
    .offcanvas-menu {
      position: fixed;
      top: 0;
      right: -60%;
      width: 60%;
      height: 100%;
      background: #fff;
      box-shadow: -2px 0 5px rgba(0,0,0,0.2);
      transition: right 0.3s ease;
      padding: 16px 24px;
      z-index: 9999999999;
      display: block;
    }
    .offcanvas-menu.active {
      right: 0;
    }
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
      z-index: 1040;
      display: block;
    }
    .overlay.active {
      opacity: 1;
      visibility: visible;
    }
    .close-menu {
      font-size: 1.5rem;
      cursor: pointer;
      margin-bottom: 16px;
      display: inline-block;
    }
    .offcanvas-menu .nav-link, .offcanvas-menu .btn {
      display: block;
      margin-bottom: 12px;
      color: #000;
    }
    .offcanvas-menu .nav-link:hover, .offcanvas-menu .btn:hover {
      color: #37474f;
    }
.navigation {
    padding: 8px 20px;
}
.nav-link {

    padding: 8px 0px;
}



  }
  .navbar-brand {

 margin-left: 0rem;

}

  /* Hide mobile menu & overlay on desktop */
  @media (min-width: 992px) {
    .offcanvas-menu, .overlay {
      display: none !important;
    }
  }
.d-none.d-lg-flex.gap-2 a {
    color: #000 !important;
    font-size:14px;
}
.d-none.d-lg-flex.gap-2 a:hover {
    color: #263238ad !important;

}



a.btn.desktop-cv-btn {
    background: #242424;
    color: white;
    padding:9px 16px;
    border-radius: 40px;
    font-size:14px;
    height:44px;
}
a.btn.desktop-cv-btn:hover {
    background: #454543;
    color: white;
}


.navbar-toggler {
    border: none;
}


.navbar-toggler-icon {
    width: 24px;
    height: 24px;
}

.button-disable {
    font-size: 14px;
    text-decoration: none;
    color: #64696c;
    background: #8e8e8e;
    display: inline-block;
    padding: 12px 40px;
    height: 48px;
    border-radius: 40px;
      cursor: not-allowed;
  pointer-events: none;
}

a.button-disable:hover {
    color: #64696c!important;
}

.bg-gray p {
    font-size: 18px;
}


.hero-section-wrapper{
    background: #f5f5f7;
    border-radius: 32px;
}