main{
  
  overflow: hidden;
  min-height: 80vh;
  padding-top: 0px;
}

/* hero */

#hero{
height: 100dvh;
/* height: 100d; */
padding: 15px;
position: relative;
/* border: 1px solid red; */
}
.hero-bg-style{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.hero-bg-style img{
  width: 700px;
  position: absolute;
  z-index: -1;
  /* filter: drop-shadow(0px 0px 100px); */
  filter: drop-shadow(10px 10px 24px #f791e68f);
  
}

.hero-bg-style img:nth-child(1){
  right: -80px;
  top: -140px;
  opacity: 1;
}
.hero-bg-style img:nth-child(2){
  left: -150px;
  bottom: -120px;
  width: 600px;

}



.hero-container{

  z-index:2 ;
    --r: 20px; /* the radius */
  --s: 25px; /* size of inner curve */
  --x: 100px; /* horizontal offset (no percentage) */
  --y: 10px; /* vertical offset (no percentage) */
  
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  /* background: var(--cream-b); */
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
  --_g:conic-gradient(at var(--r) var(--r),#000 75%,#0000 0);
  --_d:(var(--s) + var(--r));
  mask:
    calc(var(--_d) + var(--x)) 0 var(--_m),
    0 calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 0 0,#0000 99%,#000 calc(100% + 1px)) 
     calc(var(--r) + var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(var(--_d) + var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;



  
background: rgba(83, 81, 81, 0.452);
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 8px );
-webkit-backdrop-filter: blur( 8px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );


display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-family: Verdana, Geneva, Tahoma, sans-serif;
position: relative;

}
.hero-container .herotext{
  display: grid;
  place-items: center;
  position: relative;
  margin-top: -50px;
  height: 230px;
  min-width: 400px;
}

.hero-container .herotext h1{
  color: var(--cream-b);
  font-family: "Anton", sans-serif;;
  font-size: 100px;
  letter-spacing: 0px;
  font-weight: 100;
}
/* reveal style */
.hero-container .herotext .reveal{
  text-align: center;
  overflow: hidden;
  line-height: 1;
}
.hero-container .herotext .reveal span{
  display: block;
  
}



.hero-container .herotext img{
width: 80px;
}
.hero-container .herotext .herotextef{

position: absolute;
  overflow: hidden;

}
.hero-container .herotext .herotextef:nth-child(1){
  top: 0;
  z-index: 1;
  color: var(--cream-b);
}
.hero-container .herotext .herotextef:nth-child(2){
  top: 75px;
  z-index: 2;
  border-radius: 30px;
}
.hero-container .herotext .herotextef:nth-child(3){
  top: 100px;
  z-index: 3;
  color: #a7e7e9;
  
}

.herotext .heroi{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: -250px;
  transform: rotate(-90deg);
  z-index: 6;
  /* border: 1px solid; */
  min-width: 300px;
  color: var(--cream-b);
}
.hero-container .heroi h1{
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-container .heroi span{
width: 300px;
height: 5px;
display: block;
background-color: var(--yellowh);
margin: 5px;
}

.hero-style{
  min-width: 100px;
  height: 80px;
  position: relative;
}
.hero-style h1{
  color: whitesmoke;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

#hero-style-container {
	position: absolute;

	width: 100%;
  margin-top: 35px;
	top: 0;
	bottom: 0;
	filter: url(#threshold) blur(0.6px);
  z-index: 2;
}

/* Your average text styling */
#text1, #text2 {
	position: absolute;
	width: 100%;
	display: inline-block;
	
	/* font-family: 'Raleway', sans-serif; */
  font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18pt;
  font-weight: 800;

	text-align: center;
	
	user-select: none;
  color: whitesmoke;
    
}

/* From Uiverse.io by Spacious74 */ 
.hero-description {
  position: absolute;
  /* margin-top: -100px; */
  bottom: 70px;
  right: -150px;
  width: 360px;
  z-index: 1;
}

.hero-description > * {
  width: 200px;
  height: 60px;
  border: solid 1px #bebebe;
  background-color: #1f1f1f60;
  position: absolute;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  box-shadow: 0px 8px 20px -10px #bbbbbb;
  text-shadow: 0px 0px 5px #fff;
  letter-spacing: 1px;
  background-image: radial-gradient(circle 160px at 50% 120%, #353535, #1f1f1f8a);
  font-size: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card1 {
  width: 160px;
  margin: -20px 0px 0px 20px;
}
.card2 {
  width: 180px;
  margin: -10px 0px 0px 10px;
}

.text {
  font-weight: 100;
  font-size: 12px;
  color: #fafafa;
}
.dud {
  color: #757575;
}

/* btn */
.herobtn{
  margin-top: 0px;
  z-index: 1;
}

.btn-donate {
  z-index: 10;
  --clr-font-main: hsla(0 0% 20% / 100);
  --btn-bg-1: hsla(194 100% 69% / 1);
  --btn-bg-2: hsla(217 100% 56% / 1);
  --btn-bg-color: hsla(360 100% 100% / 1);
  --radii: 0.5em;
  cursor: pointer;
  padding: 0.9em 1.4em;
  min-width: 120px;
  min-height: 44px;
  font-size: var(--size, 1rem);
  font-weight: 500;
  transition: 0.8s;
  background-size: 280% auto;
  background-image: linear-gradient(
    325deg,
    var(--btn-bg-2) 0%,
    var(--btn-bg-1) 55%,
    var(--btn-bg-2) 90%


  );
  border: none;
  border-radius: var(--radii);
  color: var(--btn-bg-color);
  box-shadow:
    0px 0px 20px rgba(71, 184, 255, 0.5),
    0px 5px 5px -1px rgba(58, 125, 233, 0.25),
    inset 4px 4px 8px rgba(175, 230, 255, 0.5),
    inset -4px -4px 8px rgba(19, 95, 216, 0.35);
}

.btn-donate:hover {
  background-position: right top;
}

.btn-donate:is(:focus, :focus-visible, :active) {
  outline: none;
  box-shadow:
    0 0 0 3px var(--btn-bg-color),
    0 0 0 6px var(--btn-bg-2);
}

@media (prefers-reduced-motion: reduce) {
  .btn-donate {
    transition: linear;
  }
}

.social{

  position: absolute;
  left:10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
}
.social a{

  color: white;
  text-decoration: none;
}
.social a i{
  padding: 7px;
}
/* heromobile */
@media  screen and (max-width:767px) {

  .social{

  position: absolute;
  left:0px;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
}
  .hero-bg-style img:nth-child(1){
  right: -80px;
  top: -50px;
  width: 400px;
}
.hero-bg-style img:nth-child(2){
  left: -150px;
  bottom: -10px;
  width: 350px;
  /* animation:bga infinite 5s ; */
  transition: all 0.3s;
}

.herotext .heroi{

  bottom: 50px;
  left: -150px;
  transform: rotate(-90deg);

}
.hero-description {
  position: absolute;
  /* margin-top: -100px; */
  bottom: 70px;
  right: -180px;
  width: 360px;
  z-index: 1;
}

.hero-description > * {
  width: 170px;
  height: 60px;
  border: solid 1px #bebebe;
  background-color: #1f1f1f60;
  position: absolute;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  box-shadow: 0px 8px 20px -10px #bbbbbb;
  text-shadow: 0px 0px 5px #fff;
  letter-spacing: 1px;
  background-image: radial-gradient(circle 160px at 50% 120%, #353535, #1f1f1f8a);
  font-size: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card1 {
  width: 130px;
  margin: -20px 0px 0px 20px;
}
.card2 {
  width: 150px;
  margin: -10px 0px 0px 10px;
}

.text {
  font-weight: 100;
  font-size: 10px;
  color: #fafafa;
}

}


/* hero */
/* hero detail */
/* hero detail */
.parent{
            display: grid;
            gap: 10px;
        }


.parent .card-container{
    /* background-color: rgb(32, 32, 32); */
    background-color: var(--darker-b);
    min-height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    box-shadow: inset -2px -2px 10px rgba(231, 231, 231, 0.356);
    /* z-index: -2; */
}

#hero-detail{
    max-width: 1242px;
    margin: 0 auto;
    padding: 10px 10px;
    /* background-color: #000000af; */

}

/* div1 */
.div1 shader-art{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7;
    z-index: 1;
}

.div1-profile{
    width: 100%;
    height: 100%;
    z-index: 4;

}
.div1-profile-img{
    border: 1px solid;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: grid;
    place-items: center;
}
.div1-profile-img img{
    height: 100px;
    border-radius: 50%;
    border: 1px solid rgb(59, 59, 59);
    border-width: 5px;
    z-index: 4;
}
.div1-profile-detail{
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0px;
    padding: 10px 10px;
    display: flex;
    align-items: end;
    z-index: 4;
    /* border: 1px solid; */
}
.div1-profile-detail-box{
    margin-bottom: 15px;

    padding: 5px;
    background-color: none;
}
.div1-profile-detail-box svg, .div1-profile-detail-box h3, .div1-profile-detail-box p{
    display: flex;
    flex-direction: column;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
.div1-profile-detail-box svg{
    width: 50px;
    height: 50px;
    color: gray;
}
.div1-profile-detail-box h3{
    font-size: 13px;
    font-weight: 100;
    color: rgb(189, 188, 188);
}
.div1-profile-detail-box p{
font-weight: 700;
color: whitesmoke;
text-align: left;
}
/* div1 */
/* div3 */
.tagcloud-container .tag-cloud .tag {
  font-size: 12px;
}
.skill-tagcloud{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: grid;
    place-items: center;
    z-index: -1;
    
}
.card-container .skill-text{
    
    /* height: 100px; */
    gap: 0px;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 5;
}
.card-container .skill-text h1{
    font-size: 35px;
    text-align: center;
    margin-bottom: -10px;
    font-weight: bold;
      background: linear-gradient(to bottom, #add8e6, #5757ff); /* Light blue to dark blue */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;


}

/* div3 */
/* div4 */
.parent .div4{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-image: url("https://png.pngtree.com/thumb_back/fw800/background/20210831/pngtree-crumpled-dark-blue-paper-texture-background-image_779159.jpg");
background-size: cover;
  background-position: center;
  background-blend-mode: lighten;

}

.parent .div4 img{
    width: 80px;
    border-radius: 50%;
    padding: 5px;
    box-shadow:
    0 0 20px rgba(0, 76, 255, 0.4),
    0 0 40px rgba(0, 76, 255, 0.2),
    0 0 60px rgba(0, 76, 255, 0.1);
    filter: drop-shadow(0px 0px 2px white);
}
.parent .div4 p{

    font-size: 36px;
    text-align: center;
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
.shine {
  background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
  -webkit-background-size: 150px;
  background-size: 150px;
  color: rgba(255, 255, 255, 0.3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shine;
  animation-name: shine;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}
@keyframes shine {
  0%, 10% {
    background-position: -1000px;
  }
  20% {
    background-position: top left;
  }
  90% {
    background-position: top right;
  }
  100% {
    background-position: 1000px;
  }
}


.parent .div4 button{
background-color: rgba(128, 128, 128, 0);
box-shadow: inset -4px -4px 10px rgba(255, 255, 255, 0.3);

padding: 10px;
color: whitesmoke;
font-size: 16px;
border-radius: 10px;
border-style: none;
}

.parent .div4 button i{
    margin-right: 5px;
    
}
/* div4 */
/* div5 */
.parent .div5{
    display: grid;
    place-items: center;
}
.scroll-container {
      display: flex;
      width: max-content;
      animation: scroll 20s linear infinite;
      z-index: 6;
    }
    

    .outer-wrapper {
      width: 100%;
      /* height: 100%; */
      padding: 10px;
      overflow: hidden;
      position: relative;
      z-index: 5;
      
    }

    .card {
   
      width: 150px;
      height: 250px;
      margin: 0 10px;
      background: linear-gradient(rgba(255, 255, 255, 0.164),var(--darker-b));
      border-radius: 20px;
      padding: 20px;
      filter: blur(2px);
      transition: filter 0.3s ease, transform 0.3s ease;
      flex-shrink: 0;
      backdrop-filter: blur(5px);
      position: relative;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    .card:hover {
      filter: none;
      transform: scale(1.05);
    }

    .card h3 {
      font-size: 1.3rem;
      margin-bottom: 10px;
      color: rgb(235, 235, 235);
    }

    .card p {
      font-size: 0.9rem;
      color: #afafaf;
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* Pause animation on hover */
    .outer-wrapper:hover .scroll-container {
      animation-play-state: paused;
    }

    .div5detail{
        width: 100%;
        position: absolute;
        height: 100px;
        bottom: 0;
        z-index: 5;
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding: 20px;
        /* margin: 30px; */
    }

    .div5detail i,.div5detail p,.div5detail h3{
        margin-left: 15px;
    }
    .div5detail i{
        color: 
        rgb(126, 126, 126);
        font-size: 28px;
        width: 50px;
        height: 50px;
        display: block;
        
    }
    .div5detail p{
        color: rgb(143, 143, 143);
    }
    .div5detail h3{
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
    }
/* div5 */
/* div2 */
.parent .div2 img{
    width: 200%;
    filter: drop-shadow(1px 0px 22px  rgb(170, 170, 255));
    position: absolute;
    bottom: 0;
}
.parent .div2 h1{
        font-size: 30px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
      background: linear-gradient(to bottom, #c3ade6, #a545ff); /* Light blue to dark blue */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
}
.parent .div2 div{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
.parent .div2 div i{
    font-size: 30px;
    color: #a9acad;
}
.parent .div2 div p{
    color: #a9acad;
    /* margin-bottom: -10px; */
}
/* div2 */

@media screen and (min-width:1024px) {
    /* body{
        background: #0a0a0a;
    } */

    
.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;

}
   
.div1 {
    grid-column: span 2 / span 2;
}

.div2 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    height: 620px;
}

.div3 {
    grid-row: span 2 / span 2;
    grid-row-start: 2;
    /* height: 60vh; */
    /* box-shadow: 10px 10px 5px red inset; */
}

.div4 {
    grid-row-start: 2;
}

.div5 {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 3;
}
        
}

/* tablet */
@media screen and (min-width:768px) and (max-width:1023px){

.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 8px;
}
    

.div2 {
    grid-row: span 2 / span 2;
}

.div3 {
    grid-row: span 2 / span 2;
}

.div4 {
    grid-column-start: 2;
    grid-row-start: 3;
}

.div5 {
    grid-column: span 2 / span 2;
    grid-row-start: 4;
}
}

@media screen and (max-width:767px){
    .skill-tagcloud{
    width: 100%;
    /* height: 400px; */
    height: 300px;
    overflow: hidden;
    display: grid;
    place-items: center;
    
}
.card-container .skill-text h1{
    font-size: 35px;
}
}

/* hero detail */
/* hero detail */

/* *************work details************ */
/* service */

/* projects */
.services-section {
  position: relative;
  background: linear-gradient(145deg, #14141429, #1e1e2f);
  padding: 50px 50px;
  color: white;
  overflow: hidden;

}

.services-title {
  text-align: center;
  margin-bottom: 80px;
}

.services-title h2 {
  font-size: 3rem;
font-family: Arial, Helvetica, sans-serif;filter: drop-shadow(1px 1px 10px white);
}
.services-title h2 span{
  background: linear-gradient(to right, #5940fb, #ffc2e2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Great Vibes", cursive;
  font-weight: 600;
  font-style: normal;
}
.services-title h3{
  font-size: 3rem;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 10px;

}
.services-title h3 span{
  font-family: "Great Vibes", cursive;
  /* color: rgb(245, 245, 245); */
  filter: drop-shadow( -1px -1px 3px rgb(3, 3, 3));
  background: linear-gradient( #767676, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 200%;
  background: radial-gradient(circle, #4a4a7d66 0%, transparent 60%);
  z-index: 0;
  transform: translateY(0);
  
}


.services-container {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  /* border: 1px solid; */
  width: 90%;
  margin: 0px auto;
}
.work-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;

}

.section-title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 56px;
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  /* filter:drop-shadow(0px 0px 2px white);
   */
   filter: drop-shadow(1px 1px 10px rgba(255, 255, 255, 0.471));
   font-weight: 600;
}

.gradient-text {
  background: linear-gradient(90deg, #00FFF5, #766dd4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Great Vibes", cursive;
  font-weight: 600;
  font-style: normal;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.project-card {
  background-color: #1A1A2E;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 255, 245, 0.2);
}

.project-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
}

.card-content h3 {
  margin-top: 0;
  font-size: 1.4rem;
  color: #00FFF5;
}

.card-content p {
  font-size: 0.95rem;
  color: #ccc;
}

.tags {
  margin: 15px 0;
}

.tags span {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #00FFF5;
  color: #00FFF5;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 12px;
}

.view-link {
  color: #A66DD4;
  text-decoration: none;
  font-weight: bold;
}

.view-link:hover {
  text-decoration: underline;
}

/* *************work details************ */
/* scroll strip */
.scroll-banner-section {
  height: 200px; 
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #0d0c1d; */
  /* border: 1px solid red; */
  overflow: hidden;
  /* max-width: 1300px; */
  position: relative;
}

.scroll-banner {
  /* width: 100%; */
  overflow: hidden;
  background: linear-gradient(to right, #004eff, #00c2ff);
  padding: 20px 0;
  white-space: nowrap;
  position: relative;
  scroll-behavior: smooth;
  transform: rotate(4deg);
  z-index: 2;
  filter: drop-shadow(1px 1px 4px black);

}
.scroll-banner:nth-child(2){
    transform: rotate(-4deg);
    position: absolute;
    z-index: 1;
    width: 100%;

}

.scroll-banner-text {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  padding-left: 100%;
}


/* scroll strip */
/* tech stack */
#tech-stack{
            max-width: 1300px;
            margin: 0 auto;
            place-items: center;
            min-height: 100dvh;
            display: flex;
            flex-direction: column;
            justify-content: center;
            /* align-items: center; */

            
        }
        .techstack-text{
            width: 400px;
            height: 300px;
            position: relative;
            display: grid;
            place-items: center;
            overflow: none;
        }
        .techstack-text::after{
            width: 400px;
            height: 300px;
            background:linear-gradient(rgba(255, 0, 0, 0)10%,#030423 60%);
            content: "";
            z-index: 2;
        }
        .techstack-text div{
            position: absolute;
            z-index: 4;
            bottom: 0;
            height: 50%;
            text-align: center;
            width: 100%;
            font-family: Arial, Helvetica, sans-serif;

        }
        .techstack-text div p{
            color: rgb(178, 176, 176);
            /* margin-bottom: -40px; */
      
        }

        .techstack-text div h1{
            color: white;
            filter: drop-shadow(0px 0px 2px);
            font-size: 4.5rem;
            font-weight: 300;
            margin-top: -10px;
        }
        .techstack-text div h1 span{
            background: linear-gradient(to right, #5940fb, #c2f8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Great Vibes", cursive;
  font-weight: 200;
  font-style: normal;
        }

        .techstack-text img{
            height: 300px;
            position: absolute;
            top: 10px;
            transform: scale(1.2);
        }


        .tech-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  margin: 20px;
  width: 75%;
}

.tech-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 8px 10px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  flex-grow: 1;
  flex-basis: 100px;
  min-width: 60px;
  max-width: 180px;
  height: 30px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.05);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.218);
  color: rgb(187, 187, 187);
  text-align: center;
  display: flex;
  justify-content:center;
}

.tech-item:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.2);
}

.tech-item img {
  width: 18px;
  height: 18px;
  /* filter: brightness(0) invert(1); */
  
  opacity: 0.9;
  transition: transform 0.3s;
}

.tech-item:hover img {
  transform: rotate(8deg) scale(1.1);
}

@media (max-width: 768px) {
  .tech-item {
    flex-basis: 25%;
  }
          .tech-container {
  width: 90%;
}
}

@media (max-width: 500px) {
  .tech-item {
    flex-basis: 30%;
    justify-content: center;
    height: 35px;
  }
            .tech-container {
  width: 90%;
}

.services-title h3{
  font-size: 1.5rem;
width: 100%;

}
.services-title h3 span{
  font-size: 1.5rem;
  

}
.about-section {
  padding: 10px;

}
}
/* tech stack */
.about-section {
  background: linear-gradient(90deg, #1c1b2ab9, #2d2c3f00);
  color: white;
  padding: 100px 50px;
  display: flex;
  justify-content: center;
}

.about-container {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

.about-text {
  flex: 1;
  min-width: 300px;
  font-family: Arial, Helvetica, sans-serif;
}
.about-text h6{
  color: rgb(197, 197, 197);
  font-weight: 200;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.about-title {
  font-size: 3rem;
  margin-bottom: 20px;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.434));

  
}
.about-title span{
  background: linear-gradient(90deg, #00FFF5, #766dd4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Great Vibes", cursive;
  /* font-weight: 600; */
  font-style: normal;
  font-size: 3rem;
}

.about-description {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #ddd;
}

.about-skills span {
  display: inline-block;
  margin: 5px 10px 10px 0;
  padding: 8px 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.95rem;
  border: 1px solid #555;
}

.about-social-icons {
  margin-top: 15px;
}

.about-social-icons a {
  margin: 0 10px;
  color: #dfdfdf;
  font-size: 20px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.about-social-icons a:hover {
  color: #007bff; /* Highlight color on hover */
}


.about-photo img {
  width: 300px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
/* contact us */

/* contact us */