* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif !important;
  background-color: #0b0b0b;
  color: #fff;
  position: relative;
  background: transparent;

}

header {
  font-family: 'Tomorrow', sans-serif;
  background-color: transparent;
  border: none;
}

header a,
header .nav-link {
  color: #fff !important;
  font-weight: 300;
  letter-spacing: 0.5px;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

header .nav-link {
  position: relative;
  padding: 0.5rem 1rem;
}

header .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background-color: #02ffa0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.hero-section {
  background-color: rgba(0, 0, 0, 0.0);
}
.hero-section-portfolio {
  background-color: #0b0b0b;
}
header .nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.navbar {
  background: radial-gradient(circle at right bottom, #262626, #1e1e1e,  #000000);
  background-size: cover;
  background-position: top;
}
.navbar-container {
  background-color:#000
}
.navbar-portfolio {
  background-color:#0b0b0b;
}
/*header .nav-link.active {
  border-bottom: 2px solid #02ffa0;
}*/

header svg {
  fill: #02ffa0;
  transition: transform 0.3s ease;
}

header a:hover svg {
  transform: scale(1.05);
}
h1 {
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 200 !important;
  text-transform: uppercase;
}

h2 {
  color: #fff !important;
  font-size: 30px !important;
}
.about-me-h3 {
  font-size:24px!important;
  color: #696868!important;
}
.big-h2 {
  font-family: "Tomorrow", sans-serif !important;
  font-size: 92px !important;
  margin-bottom: 20px;
  font-weight:500;
}
.shimmer-text{
  background: linear-gradient(
    120deg,
    #ffffff 20%,
    #02ffa0 40%,
    #ffffff 60%
  );
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: shimmer 3s linear infinite;
}

@keyframes shimmer {
  0% {
    background-position: -100% center;
  }
  100% {
    background-position: 200% center;
  }
}

.xtra-big-h2 {
  font-size: 64px !important;
  font-weight: 500!important;
  color: #696868!important;
  text-transform:none!important;
}
.xtra-big-h2-highlight {
  color: #fff!important;
  font-family:'Tomorrow', sans-serif;
}
.xtra-big-h2-alt {
  font-size: 64px !important;
  font-weight: 500;
  color: #696868!important;
  font-family:'Tomorrow', sans-serif;
}
.xtra-big-h2-highlight-alt {
  color: #2d3436!important;
  font-family:'Tomorrow', sans-serif;
}
p {
  color: #fff;
}

.bold-grn {
  color: #02ffa0;
}

section {
  min-height: 100vh;
  padding: 5em 10em;
  overflow: auto; /* Allows content to scroll if needed */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Vertically center small content */
}
.section1 {
  background-color: #2d3436;
  background: radial-gradient(circle at right bottom, #696868, #292929, #191919, #000000);
}
.section2 {
  background-color: #01120C;
}

.section3 {
  background-color: #D9D9D9;
}

.section4 {
  background-color: #01120C;
}

.section5 {
  background-color: #D9D9D9;
}

.skills-section {
      padding: 40px 20px;
    }

.skills-section h4 {
      color: #7dcfff;
      margin-bottom: 20px;
    }
.skill-card {
      background-color: #323232;
      color: #fff;
      padding: 15px 20px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 10px;
      min-width: 180px;
    }

.skill-icon {
      font-size: 20px;
    }

/* Icon color custom classes */
.icon-html { color: #f39c12; }
.icon-css { color: #3498db; }
.icon-js { color: #e91e63; }
.icon-graphic { color: #3498db; }
.icon-web { color: #f39c12; }
.icon-php { color: #9b59b6; }
.icon-ux { color: #1abc9c; }

.about-img {
  border-radius: 10%;
  box-shadow: 0 0 45px rgba(2, 255, 160, 0.15);
  transition: 0.5s ease-in;
} 
.about-img:hover {
  box-shadow: none;
  transition: 1s ease-out;
} 
/* CLIENTS */
.down-arrow {
  font-size: 40px;
  color:#696868!important;
  line-height: 200px;
}
.clients-cta {
  font-size: 40px;
  color:#696868!important;
  text-decoration:none;
  text-align:center;
}
.clients-cta:hover {
  font-weight: 500;
  font-style: italic ;
}
/* CLIENTS */

/* PORTFOLIO */
.portfolio-header {
  text-align: center;
  margin-bottom: 2rem;
}
.portfolio-h3 {
  font-size:24px!important;
  color: #696868!important;
}
.filter-btns {
  justify-content: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #2a2a2a;
}

.filter-btns .btn {
  margin: 0 0.5rem;
  border: none;
  border-radius: 0;
  color: #696868;
  font-weight: 600;
  background: transparent;
  position: relative;
  padding-bottom: 6px;
}

.filter-btns .btn.active {
  color: #ffffff;
  font-weight: 700;
}

.filter-btns .btn.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #02ffa0;
}
.filter-btns .btn:hover {
  color: #fff;
}
.portfolio-item {
  display: none;
  transition: opacity 0.3s ease;
}

.portfolio-item.show {
  display: block;
}

.portfolio-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #e1e1e1;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: #333;
  font-size: 1.3rem;
}
.portfolio-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.portfolio-thumb:hover img {
  filter: brightness(85%);
  transform: scale(1.08);
}
.section-futurmoney {
  background-color:#1c1c1c;
}
.btn-outline-light {
  background-color: #494949!important;
  border:none!important;
  color: #494949;
  font-weight:300!important;  
}
.btn-outline-light > i {
  font-weight:600!important;  
}
.btn-outline-light:hover {
  background-color: #02ffa0!important;
  color: #0b0b0b!important;
  transition: ease-in 0.3s;
}
.portfolio-about-border {
  border-right: 3px solid #323232;
  padding-right: 3rem!important; /* adds space inside the border */
  margin-right: 1.5rem!important; /* adds space outside the border */
}
.portfolio-quote-container {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.portfolio-circle {
  width: 200px;
  height: 200px;
  background-color: #323232;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.portfolio-text-overlay {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 14px;
  text-align: left;
  font-style: italic;
  line-height: 1.6;
  padding-left: 50px; /* Push text slightly off circle */
  padding-top:60px;
}
.portfolio-scroll-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.portfolio-scroll-content {
  display: flex;
  animation: scroll-left 30s linear infinite;
}

.portfolio-scroll-content img {
  height: 600px; /* Adjust to your screenshot height */
  margin-right: 20px;
  border-radius: 15px; /* Optional styling */
}
/* Smooth auto-scroll */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.square-box {
  background-color: #d3d3d3;
  width: 100%;
  font-size: 1.25rem;
}

.feature-card {
  background-color: #323232;
  color: white;
  padding: 2rem 1rem;
  border-radius: 1rem;
  height: 65%;
  margin-top:40px!important;
  margin:75px;
}

.feature-card i {
  display: block;
  font-size:64px;
}
.image-scroll-container {
  width: 100%;           /* or a fixed width */
  /*overflow: hidden;      /* hides the rest of the image 
  position: relative;*/
  margin:0!important;
  border-radius:20px;
}

.image-scroll-container img {
  width: auto;           /* Scale image to container width */
  height: 600px;
  /*animation: scrollImage 60s linear infinite alternate;*/
  border-radius:20px;
}

@keyframes scrollImage {
  0% {
    transform: translateY(0);          /* Start at top */
  }
  100% {
    transform: translateY(-50%);       /* Move up by 50% (600px visible / 1200px image) */
  }
}
.before-and-after > h3 {
  color:#fff;
}
.portfolio-process > h3 {
  color:#696868!important;
}
.list-unstyled {
  color:#fff!important;
}
.portfolio-item {
  display: none; /* Hide all items by default */
}

.portfolio-item.show {
  display: block; /* Only show filtered items */
}
.comeback-soon > a {
  min-width:400px!important;
}
/* PORTFOLIO */

/* CONTACT */
.btn-contact {
  background-color:#01120C!important;
  color:#fff!important;
}
.btn-contact:hover {
  background-color: #02ffa0!important;
  color:#0b0b0b!important;
  transition: ease-in 0.3s;
}
.form-label{
  color:#696868;
}
/* CONTACT */

/* FOOTER */
  footer{
    background-color:#0b0b0b;
  }
/* FOOTER */

  .mobile-hide {
    display:block;
  }
  .mobile-show {
    display:none;
  }

/* RESPONSIVE */
@media (max-width: 1200px) {
  .big-h2 {
    font-size: 56px!important; 
  }

  .xtra-big-h2,
  .xtra-big-h2-alt {
    font-size: 42px!important; /* ~56px */
  }

} 


@media (max-width: 992px) {
  .big-h2 {
    font-size: 56px!important; 
  }

  .xtra-big-h2,
  .xtra-big-h2-alt {
    font-size: 30px!important;
  }

} 

@media (max-width: 768px) {
  .navbar {
    background: rgba(25, 25, 25, 1)!important;
  }
  .hero-section {
    background: rgba(25, 25, 25, 1)!important;
  }  
  .navbar-container {
    padding-left:0px!important;
  }
  h1 {
    font-size:28px!important;
  }
  .big-h2 {
    font-size: 56px!important; 
  }

  .xtra-big-h2,
  .xtra-big-h2-alt {
    font-size: 36px!important; /* ~56px */
  }
  .about-me-h3 {
    font-size: 1.65rem !important;
  }
  .skill-card {
    text-align:center;
    margin:0 auto;
    float:none;
    margin-top:15px;
    min-width:300px;
  }
  .clients-cta {
    font-size: 36px;
  }
  .down-arrow {
    font-size: 36px;
  }
  .mobile-hide {
    display:none!important;
  }
  .mobile-show {
    display:block;
  }
  .comeback-soon > a {
    min-width:200px!important;
  }
  .image-scroll-container img {
    width: auto;
    height: auto;
    border-radius: 20px;
    margin-top:20px;
  }
  .portfolio-scroll-content {
    display: flex;
    width: 200%; /* if using 2x the content */
    animation: scroll-left 30s linear infinite;
  }
  .about-img {
    box-shadow:none;
  } 
}




@media (max-width: 576px) {
  section {
    padding: 2em 1em;
  }

}



