/*=============== Basic Area ===============*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
  font-family: mangoGrotesk;
  src: url(dist/font/MangoGrotesque-Medium.woff2);
}

@font-face {
  font-family: Bumbled;
  src: url(dist/font/Bumbbled.woff);
}

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('dist/font/CabinetGrotesk-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('dist/font/CabinetGrotesk-Extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('dist/font/CabinetGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('dist/font/CabinetGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('dist/font/CabinetGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('dist/font/CabinetGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('dist/font/CabinetGrotesk-Extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('dist/font/CabinetGrotesk-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'icon';
  src: url('dist/font/icon.woff') format('woff');
  font-style: normal;
}


/*============= Fix =============*/


header #full_menu ul #image img {
  margin: 0 auto;
}

a.home-link,
div.blog-feeds,
.post-title {
  display: none;
}

.wrapper {
  margin: auto;
  max-width: 1000px;
}

img {
  pointer-events: none;
}



/*============= Fonts Area End =============*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}

:root {
  --primary: #b5f7f2;
}

::-moz-selection {
  background: var(--primary);
  color: #333;
}

::selection {
  background: var(--primary);
  color: #333;
  text-shadow: none;
}

a {
  text-decoration: none;
  color: #fcfcfc;
}

a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

html::-webkit-scrollbar {
  width: 0px;
}

html::-webkit-scrollbar-track {
  background: #222;
}

html::-webkit-scrollbar-thumb {
  background: var(--primary);
}

body {
  background: #121212;
  color: #fff;
  overflow: hidden;
  scroll-behavior: smooth;
  font-family: "DM Sans", sans-serif;
}



.circle {
  --circle-size: 45px;
  position: fixed;
  height: var(--circle-size);
  width: var(--circle-size);
  border: 1px solid white;
  border-radius: 100%;
  top: calc(var(--circle-size) / 2 * -1);
  left: calc(var(--circle-size) / 2 * -1);
  pointer-events: none;
  z-index: 999999999999;
}



:root {
  --header_height {
    height: 700;
  }

  --yellowColor {
    color: #edff54;
  }
}

img {
  width: 100%;
}


a {
  text-decoration: none;
  color: #ccc;
}


/* ---------------Preloader------------- */

#loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background: #E4FF00;
  display: flex;
  align-items: center;
  justify-content: center;
}

#loader .pl {
  width: 6em;
  height: 6em;
}

#loader .pl__ring {
  animation: ringA 2s linear infinite;
}

#loader .pl__ring--a {
  stroke: #2a2d2a;
}

#loader .pl__ring--b {
  animation-name: ringB;
  stroke: #121212;
}

#loader .pl__ring--c {
  animation-name: ringC;
  stroke: #333333;
}

#loader .pl__ring--d {
  animation-name: ringD;
  stroke: #2a2d2a;
}

/* Animations */
@keyframes ringA {

  from,
  4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%,
  54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%,
  to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}

@keyframes ringB {

  from,
  12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%,
  62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%,
  to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%,
  58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringD {

  from,
  8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%,
  50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}



.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
}

header {
  padding: 20px 0;
  position: relative;
}

#headerbackground {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
}

#headerbackground img {
  width: 100%;
  height: 100%;
  transform: scale(2) rotate(10deg);
  mix-blend-mode: color-dodge;
  opacity: .5;
  filter: blur(32px);
}

nav#nav_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-left: 10px;
}

nav#nav_menu .logo img {
  width: 150px;
  overflow: hidden;
}

nav#nav_menu ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

nav#nav_menu li {
  margin-left: 30px;
}

nav#nav_menu ul.menu a {
  position: relative;
  display: inline-flex;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

nav#nav_menu ul.menu a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 20px;
  background: url(https://assets.codepen.io/162656/long-arrow.svg) no-repeat -85px 0 / contain;
  transition: background-position 0.3s ease-in-out;
}

nav#nav_menu ul.menu a span {
  transition: transform 0.3s ease-in-out;
}

nav#nav_menu ul.menu li:first-child:hover~li a span {
  transform: translateX(85px);
}

nav#nav_menu ul.menu li:nth-child(2):hover~li:nth-child(3) a span {
  transform: translateX(85px);
}


nav#nav_menu ul.menu a:hover span {
  transform: translateX(85px);
  color: #edff54;
}

nav#nav_menu ul.menu a:hover::before {
  background-position: 0;
}

#mainHeroThings {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  width: 100%;
  max-width: 1600px;
  flex-direction: column;
  margin: 0 auto;
}

#leftHero {
  display: block;
  /* width: 40%; */
  position: relative;
  margin: 0 auto;
}

#leftHero h1 {
  clear: both;
  font-family: mangoGrotesk;
  text-transform: uppercase;
  color: #e4ff00;
  line-height: 1;
  font-size: 155px;
  /* text-shadow: 3px 2px 0 rgb(151, 0, 0); */
}


#leftHero h1 span:first-child {
  display: block;
  text-transform: lowercase;
  font-family: Bumbled;
  font-size: 50px;
  padding-left: 10px;
}

#leftHero h1 span:last-child {
  color: #ddd;
  text-transform: capitalize;
}

#leftHero h2 {
  position: relative;
  font-family: 'Cabinet Grotesk';
  color: #ccc;
  /* background: #edff54; */
  font-weight: 400;
  font-size: 28px;
  margin-top: -20px;
  max-width: 465px;
  border-radius: 100px;
  line-height: 1.2em;
  /* border: 1px solid #e4ff00; */
}

#leftHero h2 span {
  background: #252925;
  top: 0;
  right: 0;
  border-radius: 100px;
  width: 50px;
  height: 100%;
  position: absolute;
  text-align: center;
}

#leftHero h2 span img {
  width: 35px;
  padding-left: 2px;
}

#leftHero h2 a.btn-shine {
  padding: 5px 20px;
  background: linear-gradient(to right, #ccc 0, #fff 10%, #ccc 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  white-space: nowrap;
  font-family: 'Cabinet Grotesk';
}

@-moz-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@-o-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}


#leftHero .titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 300px;
}



/* ==================== Carusel ================ */




#header_slider ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

#header_slider a {
  text-decoration: none;
}

#header_slider a,
#header_slider a:visited {
  color: #222;
}

#header_slider section h1 {
  color: #ddffdd;
  margin-bottom: 30px;
  font-size: 28px;
  font-family: 'Archivo', sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: 80px;
}

main {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}

#header_slider .cards {
  display: flex;
  gap: 4px;
}

#header_slider .card-outter {
  flex-shrink: 0;
  width: calc(100% - 20px);
}

#header_slider .card {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: lightgray;
  border-radius: 10px;
}

#header_slider .slider-container {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

#header_slider .slider {
  display: flex;
  transition: transform 0.2s ease-out;
}

#header_slider .slider.active {
  transition: none;
}

#header_slider .slider-indicator-bar {
  position: relative;
  height: 5px;
  max-width: 300px;
  width: 80%;
  margin: 20px auto 0;
  background: #313131;
  border-radius: 2px;
}

#header_slider .slider-indicator-bar .slider-indicator {
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #505050;
  border-radius: 2px;
  transition: left 0.2s ease-in-out;
}

#header_slider .slider-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: translateY(-50%);
  background: #e4ff00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header_slider .slider-arrow.disabled {
  opacity: 0;
  pointer-events: none;
}

#header_slider .slider-arrow.left {
  left: 0px;
}

#header_slider .slider-arrow.right {
  right: 0px;
}

#header_slider .slider-arrow.left:before,
#header_slider .slider-arrow.right:before {
  content: "a";
  font-family: 'icon';
  color: #000;
  font-size: 48px;
}

#header_slider .slider-arrow.right:before {
  content: "b";
}


#button_social_Media{
  display: flex;
  margin: 0 auto;
  padding-bottom: 40px;
  max-width: 500px;
  justify-content: space-between;
}



#button_social_Media .social_Media_icons{
  background: rgba(60, 60, 60, 0.18);
  display: inline-block;
  padding: 8px 16px;
  border-radius: 5px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  backdrop-filter: blur(40px);
  transition: 0.2s;
  text-decoration: none;
}

#button_social_Media div.social_Media_icons:first-child{
  background: #E4FF00;
  color: #111;
}

#button_social_Media div.social_Media_icons:hover{
  background: #E4FF00;
  color: #111;
}

#button_social_Media div.social_Media_icons a{
  color: #fcfcfc;
  font-family: 'Cabinet Grotesk';
  font-weight: 400;

}
#button_social_Media div.social_Media_icons:hover a{
  color: #111;
}

#button_social_Media div.social_Media_icons:first-letter{
  font-family: 'icon'!important;
  font-size: 22px;
  padding: 3px;
}


/*============Gallery-Area=================*/

#line{
  display: block;
  width: 100%;
  height: 1px;
  background: #666;
}

#fadeUnderSection{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  mix-blend-mode: multiply;
  user-select: none;
  pointer-events: none;
}

#video_gallery {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  width: 99.9%;
  background: #1a1a1a;
  border-radius: 10px;
}


#video_gallery #title {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-family: mangoGrotesk;
  color: #E4FF00;
  padding: 20px 0;
  text-decoration: underline;
  text-decoration-color: #5b645b;
}


.video_gallery {
  max-width: 1920px;
  width: 95%;
  grid-gap: 10px;
  padding-bottom: 80px;
  margin-bottom: 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 523px));
  gap: 20px;
  justify-content: center;
}

.video_gallery wistia-player {
  max-width: 600px !important;
}


#videomorebutton {
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s;
  padding: 10px 20px;
  border-radius: 100px;
  background: #cfef00;
  border: 1px solid transparent;
  display: flex;
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  font-size: 20px;
  text-decoration: none; /* Ensure no underline on link */
  max-width: 200px; /* Set max width */
  margin: 0 auto; /* Center the button itself */
  text-align: center; /* Center text inside */
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, 0);
  font-weight: 500;
}

#videomorebutton span{
  color: #111;
}

#videomorebutton:hover {
  background: #c4e201;
}

#videomorebutton > svg {
  width: 25px; /* Adjust size for better fit */
  margin-left: 5px; /* Smaller margin for balance */
  transition: transform 0.3s ease-in-out;
}

#videomorebutton:hover svg {
  transform: translateX(5px);
}

#videomorebutton:active {
  transform: scale(0.95);
}




/* ------------Graphic Deisng Area ----------- */

#gfx {
  max-width: 1920px;
  margin: 0 auto;
  width: 99.9%;
  border-radius: 10px;
  background: #E4FF00;
}

#gfx * {
  color: #2a2d2a;
}


#gfx #title {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-family: mangoGrotesk;
  /* color: #EDFF54; */
  padding-top: 40px;
  text-decoration: underline;
  text-decoration-color: #5b645b;
}


#gfx_portfolio {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0px 50px;
  padding: 40px 20px;
  max-width: 1300px;
  margin: 0 auto;
}


#gfx_portfolio .portfolio-section {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#gfxSectionItems {
  position: relative;
  overflow: hidden;
}


#gfx_portfolio .portfolio-section img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s;
}

#gfx_portfolio .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  background-color: rgba(255, 204, 0, 0);
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #222;
  text-transform: uppercase;
  justify-content: center;
  flex-direction: column;
  transform: translateY(-100%);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

#gfx_portfolio .portfolio-section:hover .overlay {
  transform: translateY(-3px);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.75);
}

#gfx_portfolio .overlay #overlayTtitles {
  display: flex;
  flex-direction: column;
}

#gfx_portfolio .overlay span:first-child {
  font-size: 86px;
  font-family: mangoGrotesk;
  font-weight: bolder;
  text-shadow: 1px 3px 0px #9b1e1e;
  color: #E4FF00;
}

#gfx_portfolio .overlay span:last-child {
  font-size: 26px !important;
  font-weight: 600;
  background: #E4FF00;
  color: #2a2d2a;
  font-family: 'Cabinet Grotesk';
  text-transform: capitalize;
  display: inline-block;
  margin-top: -25px;
  max-width: fit-content;
  padding: 0 10px;
}

#gfx_portfolio .overlay span:last-child::after {
  content: "c";
  font-family: 'icon';
  font-weight: bold;
}

#contentbrifGfx span {
  font-family: 'Cabinet Grotesk';
  text-align: left;
  display: block;
}

#contentbrifGfx span:nth-child(1) {
  font-size: 36px;
  text-align: left !important;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  margin: 7px 0;
}

#contentbrifGfx span:nth-child(1) img {
  margin-right: 20px;
  width: 40px;
  background: #C9DA4D;
  border-radius: 50px;
  padding: 5px;
  height: 40px;
  border: .3px solid transparent;
}

#contentbrifGfx span:nth-child(2) {
  font-size: 16.5px;
  text-align: left !important;
  margin-bottom: 10px;
  font-weight: 400;
  color: #444;
  letter-spacing: -0.5;
}

#contentbrifGfx span:nth-child(3) {
  display: inline-block;
  margin-right: 20px;
  color: #143422;
  background: #d4f89a;
  padding: 6px 10px;
  border-radius: 50px;
}

#contentbrifGfx span:nth-child(4) {
  display: inline-block;
  background: #143422;
  padding: 6px 18px;
  border-radius: 50px;
  color: #d4f89a;
}



.buttonToCLick {
  display: flex;
  position: relative;
  margin-top: 10px;
}

.buttonToCLick .button {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  padding: em 1.5em;
  font-size: 16px;
  font-weight: 400;
  color: #dbeb65;
  transition: all .3s ease;
}

.buttonToCLick .arrow {
  fill: #94a1b2;
  pointer-events: none;
  padding-top: 8px;
  margin-left: 7px;
  width: 18px;
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.buttonToCLick .button:hover {
  letter-spacing: 0.4px;
  font-size: 16.1px;
  transition: .3s ease-in-out;
}

.buttonToCLick .button~.second {
  opacity: .66;
  right: -20px;
  transition-delay: 50ms;
}

.buttonToCLick .button~.third {
  opacity: .33;
  right: -40px;
  transition-delay: 100ms;
}

.buttonToCLick .second,
.buttonToCLick .third {
  opacity: 0;
}

/* ------------About Area ----------- */


#about {
  color: #fff;
  padding: 80px 0;
  position: relative;
  max-width: 99.9%;
  margin: 0 auto;
  border-radius: 20px !important;
}

#about #about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -9;
  background: #1A1A1A;
  margin: 0 auto;
  border-radius: 20px !important;
}

.wavy-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 400px;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  text-align: center;
  z-index: -1;
  word-spacing: 500px;
  color: #e4ff00;
  opacity: .5;
  font-family: mangoGrotesk;
  filter: blur(3px);
  text-transform: uppercase;
  mix-blend-mode: overlay;
  display: none;
}

.wavy-text span {
  display: inline-block;
  transform-origin: 50% 50%;
  animation: wave 0.5s infinite alternate;
}

@keyframes wave {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* About items */
.about-grid {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 5px;
  height: 100%;
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  margin-top: 50px;
}



.about-grid .item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0px 0px 10px rgba(255, 255, 255, 0.05);
}

.about-grid .item:hover {
  box-shadow: 3px 3px 10px rgba(255, 255, 255, .01);
  transition: .2s ease;
}

#about .item-0 {
  padding-top: 0px;
  grid-row-start: 1;
  grid-column-start: 5;
  grid-row-end: 4;
  grid-column-end: 7;
  background: #000;
}



#about .item-1 {
  background-color: #222;
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 5;

}


#about .item-1 h4 {
  color: #e4ff00 !important;

}

#about .item-2 {

  background-color: #111;
  grid-row-start: 2;
  grid-column-start: 2;
  grid-row-end: 4;
  grid-column-end: 5;
  color: #ccc;

}

#about .item-2 h4 {
  color: #e4ff00 !important;
}


#about .item-3 {

  background-color: #111;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
  color: #e4ff00;


}

#about .item-4 {
  background-color: #222;
  grid-row-start: 3;
  grid-column-start: 1;
  grid-row-end: 4;
  grid-column-end: 2;

}

#about .item-5 {

  background-color: #222;
  grid-row-start: 4;
  grid-column-start: 1;
  grid-row-end: 5;
  grid-column-end: 7;

}

#about .item-5 .software:nth-child(1) p {
  color: #e4ff00 !important;

}

#about .item-0 img {
  width: 100%;
  display: block;
  border-radius: 10px;
  transform: scale(1.3) translate(4%, 2%);
  min-width: 300px;
  max-width: 300px;
  filter: grayscale(0%) contrast(100%);
  position: relative;
  pointer-events: fill;
}

#about .item-0 img:hover {
  filter: grayscale(0%) contrast(105%);
  transition: .3s;
}


#about .item-1 h4 {
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 1.5rem;
  color: #eee;
}

#about .item-1 p {
  font-size: .9rem;
  padding: 0 20px;
  line-height: 1.4em;
  padding-bottom: 10px;
  color: #ccc;
}

#about .item-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#about .item-3 p {
  font-weight: 600;
  font-size: 1rem;
  margin: 20px 0;
  text-transform: uppercase;
}

#about .item-3 img {
  width: 50px;
  display: block;
  margin-bottom: 30px;
  border-radius: 10px;
}

#about .item-2 h4 {
  text-transform: uppercase;
  padding: 20px;
  font-size: 1.8rem;
  color: #ddd;
}

#progressBar {
  padding: 10px 20px;
}

.progress-bar {
  width: 300px;
  height: 10px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
  background: #5d5d4c;
}

.progress-bar .progress {
  height: 100%;
  background-color: #edff54;
  transition: width 0.3s ease-in-out;
}

.progress-bar-label {
  padding: 3px;
  font-size: 12px;
  font-weight: 500;
  display: block;
  text-align: justify;
}

.progress-bar .percentage {
  position: absolute;
  top: 43%;
  right: 0;
  transform: translate(0, -50%);
  color: #fff;
  font-weight: bold;
  padding: 5px;
  font-weight: 500;
  font-size: 10px;
}


.stack {
  display: flex;
  flex-direction: row;
}

#about .software {
  margin: 10px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#about .stack .software p {
  color: #888;
}

#about .software:nth-child(1) {
  width: 300px;
}


#about .software_icon {
  text-align: center;
  width: 65px;
}

#about .software_icon.toolkit {
  font-size: 1.6rem;
  text-transform: capitalize;
  text-align: left;
  margin-left: -120px;
}


#about .software_icon.toolkit:nth-child(2) {
  margin-left: 10px;
  font-style: italic;
  font-weight: 600;
}


#about .software_icon.toolkit {
  width: 60px;
  color: #bbb !important;
  font-size: 2rem;
  font-weight: 600;
}


#about .item-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#about .item-4 p {
  color: #aaa;
  margin: 10px 0;
  font-size: 1.3rem;
  font-weight: 500;
}

#about #clock {
  font-size: 3rem;
  color: #444;
  text-align: left;
  width: 90px;
  line-height: .9em;
}

/* About End */

/*================== Clients =======================*/

#gfx.clients{
  display: none;
}

#clients{
 display: block;
}

#inClient {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  padding: 0 20px;
  
}


.client-card {
  background-color: #edff4e;
  border-radius: 12px;
  overflow: hidden;
  padding: 25px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 350px;
  text-align: center;
  position: relative;
}
.client-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}
.client-card img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100%;
  /* border: 2px solid #333; */
  transition: transform 0.3s ease;
}
.client-card img:hover {
  transform: scale(1.05);
}
.client-card .stats {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 10px;
}
.stat {
  text-align: center;
  flex: 1;
  border-right: 1px solid #000;
  padding-left: 5px;
}

.stat:last-child{
  border-right: 0px solid #000;
}
.stat:first-child{
  padding-left: 0px;
  padding-right: 5px;
}


.stat h4 {
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 8px;
}
.stat p {
  color: #555;
  font-size: 1rem;
}
/* Hover animation for entire card */
.client-card:hover img {
  transform: scale(1.05);
}

/* Media Queries for Responsiveness */
@media screen and (max-width: 1200px) {
  #inClient {
      grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  #inClient {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  #inClient {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  #inClient {
      grid-template-columns: 1fr 1fr;
  }
  .client-card {
      padding: 20px;
  }
  .client-card h3 {
      font-size: 1.6rem;
  }
  .client-card p {
      font-size: 0.95rem;
  }
  .stat h4 {
      font-size: 1.1rem;
  }
  .stat p {
      font-size: 0.9rem;
  }
}

@media screen and (max-width: 430px) {
  .client-card h3 {
      font-size: 1.5rem;
  }
  .client-card p {
      font-size: 0.9rem;
  }
  .stat h4 {
      font-size: 1rem;
  }
  .stat p {
      font-size: 0.85rem;
  }
}

@media screen and (max-width: 360px) {
  .client-card h3 {
      font-size: 1.4rem;
  }
  .client-card p {
      font-size: 0.85rem;
  }
  .stat h4 {
      font-size: 0.95rem;
  }
  .stat p {
      font-size: 0.8rem;
  }
}

@media screen and (max-width: 320px) {
  .client-card h3 {
      font-size: 1.3rem;
  }
  .client-card p {
      font-size: 0.8rem;
  }
  .stat h4 {
      font-size: 0.9rem;
  }
  .stat p {
      font-size: 0.75rem;
  }
}




/*================== Clients End =======================*/


#Copyright {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  max-width: 99.9%;
  margin: 0 auto;
  border-radius: 10px;
}