* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: poppins;
}

a {
  color: #fff;
  text-decoration: none;
}

@font-face {
  font-family: poppins;
  src: url(fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: clash;
  src: url(/fonts/ClashDisplay-Variable.ttf);
}

@font-face {
  font-family: salad;
  src: url(/fonts/hellohoney.otf);
}

.cursor {
  z-index: 999;
  position: fixed;
  background: var(--primary);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 20px var(--primary),
    0 0 60px var(--primary),
    0 0 100px var(--primary);
  transform: translate(-50%, -50%);
  display: none;
  transition: 1s;

}

.cursor:before {
  content: '';
  position: absolute;
  background: var(--primary);
  width: 50px;
  height: 50px;
    opacity: 0.2;

  transform: translate(-30%, -30%);
  border-radius: 50%;
}

:root {
  --color1: #F1F4FF;
  --color: #0070FF;
  --colr: #0855B7;
  --color2: rgba(0, 112, 255, 0.1);
  
}

/*:root {
  --primary: #49E69A;
  --secondary: #4A44C6;
  --accent: #FF6584;
  --text: #333333;
  --text-light: #666666;
  --bg: #FFFFFF;
  --card-bg: #F8F9FF;
  --header-bg: rgba(255, 255, 255, 0.9);
  --shadow: rgba(45, 45, 45, 0.1);
  --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  
}
*/
.dark-theme {
  --primary: #64DC91;
  --secondary: #2F9564;
  --accent: #E6FFE5;
  --text: #F0F0F0;
  --text-light: #CCCCCC;
  --bg: #000000;
  --card-bg: #1E2A2E;
  --header-bg: rgba(18, 18, 18, 0.9);
  --shadow: rgba(110, 110, 110, 0.3);
  --highlight: #E6FFE5;
  --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@layer demo {
  .highlighted-text-shadow {
    text-shadow:
      /* regular text-shadow */
      0 .15ch 15px var(--shadow),
      /* text-shadow highlight */
      0 -2px 0 var(--highlight);
  }
}

@layer demo.support {
  :root {
    --hue: 180; /* change me */
    --bg: oklch(35% .3 var(--hue));
    --text: oklch(85% .1 var(--hue));
    --shadow: oklch(25% .2 var(--hue));
    --highlight: oklch(98% .05 var(--hue));
  }
  
  
  
  * {
    box-sizing: border-box;
    margin: 0;
  }

  html {
    block-size: 100%;
    background-color: var(--bg);
    color: var(--text);
  }

  body {
    min-block-size: 100%;
    font-family: system-ui, sans-serif;

    display: grid;
    place-content: center;
    gap: 10vh;
  }
  
  h1 {
    font-size: 15vi;
    letter-spacing: -.15ch;
    line-height: .75;
  }
  
  small {
    max-inline-size: 30ch;
  }
}
/* Following Circles */

html {
  scroll-behavior: smooth
}

body {
  font-size: 15pt;
  line-height: 1.6;
  color: var(--text);
  
}

.bg {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-size: 20px 20px;
  background: var(--bg);
/*  background-color: var(--bg);
  transition: var(--transition);
  background-image: radial-gradient(#FFFFFFBF 0.35px, transparent 0.35px);*/
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.dark-overlay {
  width: 0%;
  background: rgba(41, 41, 41, 0.62);
  position: fixed;
  height: 100%;
  z-index: 4;
  overflow-x: hidden;
  transition: 0.1s;
  padding: 10px 0px;
}

.overlay {
  width: 40vh;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  background-color: #000000;
  backgrond: #FFFFFF;
  transition: 0.5s;
  border-radius: 10px;
  margin-left: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  
}

.overlay h2 {
  color: #fff;
  padding: 0px 20px;
  font-size: 30px;
  
}

.overlay p {
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.34);
  font-size: 15px;
  color: var(--primary);
  padding: 0px 15px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: left;
  justify-content: center;
  height: 100%;
}

.overlay .overlay-content a {
  padding: 8px;
  text-decoration: none;
  font-size: 18px;
  color: #aaa;
  display: block;
  transition: 0.3s;
  font-family: poppins;
  font-weight: 500;
  display: flex;
  gap: 10px;
  padding-top: 10px;
  padding-left: 15px;
}
.overlay .overlay-content a:hover {
    background: var(--card-bg);

}

.overlay a i {
  color: #fff;
  font-size: 40px;
}

.overlay a:hover,
.overlay a:focus {
  color: #fff;
}

.overlay .socials {
  display: flex;
  gap: 1rem;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  
}

.overlay .socials a {
  color: var(--color);
  font-size: 10px;
  transition: color 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  width: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay .socials a i {
  font-size: 25px;
}

.overlay .socials a:hover {
  color: #6C63FF;
  /* Or your main brand color */
}

.overlay .closebtn {
  font-size: 60px;
  color: #aaa;
  text-decoration: none;
  padding: 10px;
  font-family: clash;
  font-weight: 300;
  padding-left: 30px;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }
  
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
  
}

.spacing {
  padding: 10px;
}

/*scroll to top*/
body .top {
  position: fixed;
  background: var(--primary);
  color: #fff;
  font-size: 40px;
  z-index: 10;
  padding: 10px;
  border-radius: 300px;
  right: -150px;
  transform: translateX(80vh);
  rotate: 90deg;
  font-family: normal1;
  transition: 0.5s ease-in-out;
  box-shadow: 0 0 45px rgba(255, 255, 255, 0.1);
  font-weight: 500;
  display: flex;
}

body .bottom {
  transition: 0.5s ease-in-out;
  right: -10px;

}

.body {
  backdrop-filter: blur(0px);
  
}

/*landing page*/
.firstpage {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

@media screen and (min-width:420px) {
  .firstpage {
    padding: 50px;
  }
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  background: var(--accent);
  widh: 80%;
  margin-top: 40px;
  border-radius: 50px;
  gap: 20px;
  box-shadow: 0px -3px 0px rgba(0, 0, 0, 0.2) inset;
}
:root {
  --shiny-cta-bg: #121212;
  --shiny-cta-bg-subtle: #1A1818;
  --shiny-cta-fg: #ffffff;
  --shiny-cta-highlight: green;
  --shiny-cta-highlight-subtle: #FF8484;
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@property --gradient-angle-offset {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@property --gradient-percent {
  syntax: "<percentage>";
  initial-value: 5%;
  inherits: false;
}

@property --gradient-shine {
  syntax: "<color>";
  initial-value: white;
  inherits: false;
}

header {
  --animation: gradient-angle linear infinite;
  --duration: 3s;
  --shadow-size: 2px;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline-offset: 4px;
  font-family: inherit;
  font-size: 1.125rem;
  line-height: 1.2;
  border: 1.5px solid transparent;
  border-radius: 360px;
  color: var(--shiny-cta-fg);
  background: linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg))
      padding-box,
    conic-gradient(
        from calc(var(--gradient-angle) - var(--gradient-angle-offset)),
        transparent,
        var(--shiny-cta-highlight) var(--gradient-percent),
        var(--gradient-shine) calc(var(--gradient-percent) * 2),
        var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3),
        transparent calc(var(--gradient-percent) * 4)
      )
      border-box;
  box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);

  &::before,
  &::after,
  span::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    translate: -50% -50%;
    z-index: -1;
  }

  &:active {
    translate: 0 1px;
  }
}

/* Dots pattern */
header::before {
  --size: calc(100% - var(--shadow-size) * 3);
  --position: 2px;
  --space: calc(var(--position) * 2);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(
      circle at var(--position) var(--position),
      white calc(var(--position) / 4),
      transparent 0
    )
    padding-box;
  background-size: var(--space) var(--space);
  background-repeat: space;
  mask-image: conic-gradient(
    from calc(var(--gradient-angle) + 45deg),
    black,
    transparent 10% 90%,
    black
  );
  border-radius: inherit;
  opacity: 0.4;
  z-index: -1;
}
header::after {
  --animation: shimmer linear infinite;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(
    -50deg,
    transparent,
    var(--shiny-cta-highlight),
    transparent
  );
  mask-image: radial-gradient(circle at bottom, transparent 40%, black);
  opacity: 0.6;
}

header h3 {
  z-index: 1;

  &::before {
    --size: calc(100% + 1rem);
    width: var(--size);
    height: var(--size);
    box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
    opacity: 0;
  }
}

/* Animate */
header {
  --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: var(--transition);
  transition-property: --gradient-angle-offset, --gradient-percent,
    --gradient-shine;

  &,
  &::before,
  &::after {
    animation: var(--animation) var(--duration),
      var(--animation) calc(var(--duration) / 0.4) reverse paused;
    animation-composition: add;
  }

  span::before {
    transition: opacity var(--transition);
    animation: calc(var(--duration) * 1.5) breathe linear infinite;
  }
}

header{
  --gradient-percent: 20%;
  --gradient-angle-offset: 95deg;
  --gradient-shine: var(--shiny-cta-highlight-subtle);

  &,
  &::before,
  &::after {
    animation-play-state: running;
  }

  h3::before {
    opacity: 1;
  }
}

@keyframes gradient-angle {
  to {
    --gradient-angle: 360deg;
  }
}

@keyframes shimmer {
  to {
    rotate: 360deg;
  }
}

@keyframes breathe {
  from,
  to {
    scale: 1;
  }
  50% {
    scale: 1.2;
  }
}

header .logo {
  background: var(--primary);
  color: #fff;
  height: 100%;
  padding: 12px;
  border-radius: 100px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

header h3 {
  font-family: poppins;
  font-weight: 600;
  padding: 0px;
  margin-left: 0px;
  color: #FFFFFF;
  font-size: 18px;
}

header .x {
  border: 0px solid red;
  height: fit-content;
  display: flex;
  background: var(--primary);
  color: #fff;
  border-radius: 50px;
  padding: 10px;
}

header .x svg {
  height: 25px;
  width: 25px;
}

.btn {
  display: inline-block;
  background: var(--primary);
  color: white;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: var(--transition);
  border: 1px solid var(--primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 18px;
 background: linear-gradient(90deg, #3E9B61 ,#61D38B);

}

.btn:hover {
  background: transparent;
  color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(108, 99, 255, 0.3);
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  margin-left: 15px;
}

.btn-outline:hover {
  background: var(--primary);
  color: white;
}



.dos {
  display: flex;
  flex-direction: column;
  font-family: clash;
  color: #DEF1FF;
  font-size: 45px;
  font-weight: 900;
  padding: 10px 20px;
  margin-top: 0px;
  list-style: none;
  margin-bottom: 0px;
  line-height: 1.3;
}

.dos li {
  font-family: clash;
  margin-left: -1px;
  color: var(--primary);
  list-style: none;
  text-align: center;
}

#about {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width:420px) {
  .dos {
    margin: 10px 40px;
    font-size: 60px;
  }
  
  #about {
    flex-direction: row;
    gap: 15px;
    align-items: center;
    padding: 20px;
  }
}

.about-me {
  font-family: poppins;
  color: var(--text-light);
  padding: 0 30px;
  font-size: 15px;
}

.firstpage .buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  align-items: flex-end;
}

.firstpage .buttons button {
font-size: 18px;
font-weight: 600;
width: 100%;
}
.firstpage .buttons .hire{
  position:relative;
  display:inline-block;
  margin: 10px;
  background: #5A424200;
}

.hire a{
  color:white;
  font-weight:bold;
  font-size:15px;
  text-align: center;
  text-decoration:none;
  background-color: var(--primary);
  display:block;
  position:relative;
  padding:10px 40px;
  
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-shadow: 0px 1px 0px #000000;
  filter: dropshadow(color=#000000, offx=0px, offy=1px);
  
  -webkit-box-shadow:inset 0 1px 0 #FFE5C4, 0 10px 0 #2B9260;
  -moz-box-shadow:inset 0 1px 0 #FFE5C4, 0 10px 0 #2B9260;
  box-shadow:inset 0 1px 0 #FFE5C4, 0 10px 0 #2B9260;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.hire a:active{
  top:10px;
  background-color: var(--primary);
  -webkit-box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3px 0 #2B9260;
  -moz-box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3pxpx 0 #2B9260;
  box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3px 0 #2B9260;
}

.hire:after{
  content:"";
  height:100%;
  width:100%;
  padding:4px;
  position: absolute;
  bottom:-15px;
  left:-4px;
  z-index:-1;
  background-color: var(--accent);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}
.firstpage .available {
  background: rgba(240, 255, 240, 1);
  color: var(--primary);
  border-radius: 100px;
  padding: 10px 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  width: 100%;
  text-align: center;
  
}

.firstpage .buttons .available .dot {
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 50px;
  
}

.pulse-wrapper {
  position: relative;
  width: 20px;
  height: 20px;
}

.pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--primary);
  /* Your constant color */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  animation: pulse 1.5s ease-in-out infinite;
  z-index: 1;
}

.pulse-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  /* Same constant color */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@keyframes pulse {
  
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  
  50% {
    transform: translate(-50%, -50%) scale(1.4);
  }
}

.pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  position: relative;
}

.pic p {
  color: #fff;
  text-transform: lowercase;
  font-size: 18px;
}

.pic .mine {
  width: fit-content;
  justify-content: center;
  text-align: center;
  background: #353355;
  border-radius: 10px;
  padding: 10px;
  transform: rotate(15deg);
  margin-top: 50px;
}

@media screen and (min-width:420px) {
  .pic .mine {
    margin-top: 0;
  }
}

.pic #mine1 {
  transform: rotate(-15deg);
  transition: 1s;
}

.pic #mine2 {
  position: absolute;
  top: 50px;
  transition: 1s;
  
}

.pic:hover #mine1 {
  transform: rotate(-25deg);
  margin-left: -100px;
}

.pic:hover #mine2 {
  transform: rotate(25deg);
  margin-right: -100px;
}

.myimg {
  overflow: hidden;
  transition: 3s;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.myimg .my_pic {
  width: 100%;
  
  transition: 2s
}

.myimg:hover .my_pic {
  transform: scale(1.2);
  overflow: hidden;
}

#head {
  color: #fff;
  font-weight: 600;
  font-family: poppins;
  padding: 0px;
  padding-left: 10px;
  margin-left: 0px;
  margin-top: 30px;
  display: inline-block;
  position: relative;
}

p.sub-head {
  font-family: poppins;
  color: #A5A5A5;
  padding: 5px 0px;
  font-size: 15px;
}
 .section-title {
            text-align: center;
            margin: 70px 0;
        }
        
        .section-title h2 {
            font-size: 2rem;
            font-weight: 100;
            font-family: 'Montserrat', sans-serif;
            margin-bottom: 30px;
            position: relative;
            display: inline-block;
        }
        
        .section-title h2:after {
            content: '';
            position: absolute;
            width: 60%;
            height: 5px;
            background: var(--primary);
            bottom: -10px;
            left: 20%;
            border-radius: 10px;
        }
        
/*project styling starts*/

.project-card img {
  transition: 1s;
  transform: scale(1);
  width: 100%;
}

.project-card:hover img {
  transform: scale(1.2)
}

#projects .projectdesc {
  font-family: poppins;
  font-size: 15px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px;
  margin-top: 20px;
}

.project-card {
  background: var(--card-bg);
  border-radius: 25px;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: 0 5px 15px var(--shadow);
  border: 1.2px solid #92929294;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px var(--shadow);
}

.project-img {
  height: 200px;
  background: linear-gradient(45deg, var(--primary), var(--accent));
  position: relative;
  overflow: hidden;
}

.project-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

.project-card:hover .project-img .overlay {
  opacity: 1;
}

.project-img .overlay a {
  display: inline-block;
  background: white;
  color: var(--primary);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  transition: var(--transition);
  text-decoration: none;
}

.project-img .overlay a:hover {
  transform: scale(1.1);
  background: var(--primary);
  color: white;
}

.project-content {
  padding: 25px;
}

.project-content h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: var(--primary);
}

.project-content p {
  color: var(--text-light);
  margin-bottom: 20px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.tag {
  background: rgba(99, 255, 119, 0.1);
  color: var(--primary);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
}

/*project styling ends here*/

.images {
  display: flex;
  overflow: scroll;
}

.images img {
  width: 250px;
  height: 100%;
  padding: 10px;
  border-radius: 20px
}


.toogle {
  display: flex;
  color: #000000;
  justify-content: center;
  width: 100%;
  margin-top: 0px;
}

.toogle .texts {
  display: flex;
  background: #fff;
  width: 80%;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  max-width: 300px;
}

.toogle .texts button {
  width: 50%;
  text-align: center;
  padding: 10px 20px;
  font-size: 15px;
  transition: var(--transition);
  background: transparent ;

}

.toogle .texts button.active {
  background: var(--primary);
  color: #fff;
  border-radius: 100px;
}

/*place styling*/

.places {
	display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 30px;
margin: 20px 0;
}

.places .placescard {
  /* box-shadow: 0px 0px 5px 2px #9B9B9B8C;*/
  border-radius: 30px;
  padding: 20px 10px;
  background: var(--card-bg);
  backdrop-filter: blur(5px);
  border: 1.5px solid #FFFFFFBF;
  border-bottom: 3px solid #FFFFFFBF;
  border: rgba(255, 255, 255, 0.1) 2px solid;
  border-bottom: rgba(255, 255, 255, 0.1) 5px solid;
  width: 100%;
  
}

.places .cominfo {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--accent);

  background: var(--secondary);
  border: rgba(255, 255, 255, 0.42) 2px solid;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
    box-shadow: 0 5px 15px var(--shadow);

}

.place .comname {
  display: flex;
  flex-direction: column;
}

.places .comname li {
  list-style: none;
  font-size: 15px;
  text-align: left
}

.places .comname li img {
  filter: invert(1);
}

.places .comname li:nth-child(1) {
  font-family: clash;
  font-weight: 500;
  font-size: 18px;
}

.places .comname li:nth-child(2) {
  font-size: 15px
}

.places .comname li img {
  width: 12px;
}

.places p {
   color: var(--text);
font-size: 15px;
  line-height: 25px;
  text-align: left;
  padding: 5px 10px;
  font-family: poppins;
  font-weight: 500;
}

.places #places {
  width: 55px;
  border-radius: 50%;
  border: var(--color) 3px solid
}

.places .date {
  color: #BDBDBD;
  text-align: right;
  font-size: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.05);
  padding-top: 15px;
  margin-top: 5px;
  margin: 10px;
  margin-bottom: 0px;
    color: #49E69A;

}

#marq {
  background: var(--color2);
  color: #fff;
  padding: 10px;
  word-spacing: 10px;
  letter-spacing: 5px
}

.arrow {
  font-size: 20px;
  animation: go 2s infinite;
}

@keyframes go {
  
  0%,
  100% {
    transform: translateX(0px)
  }
  
  50% {
    transform: translateX(10px)
  }
}

.skills {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  gap: 40px;
}

.skillscard {
  background: var(--card-bg);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  height: fit-content;
  padding: 10px 0px;
  background: transparent;
}

.skill {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
  gap: 10px;
  background: #FFFFFF26;
  border-radius: 10px;
  border: rgba(255, 255, 255, 0.2) 1px solid;
/*  border-bottom: rgba(255, 255, 255, 0.1) 3px solid;*/
transition: 0.5s;
}
.skill:hover{
  background: #0000009E;
  backdrop-filter: blur(50px);
}

@media screen and (min-width:420px) {
  .skillscard {
    gap: 0px 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  
  .skillscard .skill {
    width: 100%;
  }
  
  
}

.skills .img-bg {
  background-image: linear-gradient(to right,#FFFFFF1A,#FFFFFF47);
  border-radius: 5px;
  width: 50px;
  height: 50px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 5px #00000047;
    box-shadow: 0 5px 15px #4E65578A;

}

.skill .language {
  font-family: clash;
  color: var(--primary);
  font-weight: 500;
  font-size: 20px;
}

.skill p {
  color: #9F9F9F;
  font-size: 15px;
}

.skill img {
  /*border-radius: 500px;*/
  height: 100%;
  /*box-shadow: 0px 0px 6px 0px #00000080;*/
}

.skills .tailwind {
  width: 100%;
  height: fit-content;
}

.skills .js,
.skillscard.gd img,
.skill.react img {
  border-radius: 10px;
  padding: 8px;
}

.subhead {
  color: #fff;
  font-size: 20px;
  padding: 5px 30px;
  background: #000000;
  border-radius: 100px;
  padding: 15px 15px;
  text-align: center;
  color: var(--color);
  display: none;
}

@media screen and (max-width:420px) {
  .work {
    width: 250px;
  }
  
  .allblogs {
    display: flex;
    flex-direction: column;
  }
  
  .skills {
    display: flex;
    flex-direction: column;
  }
  
  .skillscard {}
}

footer {
  background: #000000;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0px
}

body .activeback1 {
  animation: none;
  transition: 1s ease-in-out;
  transform: translateX(0px)
}

.help {
  font-family: clash;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 10px;
  text-align: center;
  color: #fff;
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  margin: 30px 0px;
}

.help .background {
  filter: brightness(0.5) saturate(1) hue-rotate(100deg);
  
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.help .content {
  z-index: 10;
}

.help h1 {
  font-family: clash;
  
}

.help p {
  color: #D4D4D4;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: none;
  padding: 0px 10px;
}

.help button {
  padding: 10px 20px;
  font-family: poppins;
  background: rgba(255, 255, 255, .2);
  border: 1.5px solid rgba(255, 255, 255, 0.47);
  border-radius: 10px;
  font-size: 15px;
  color: #fff;
}







.contact {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  align-items: center
}

.mail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0px;
  padding-top: 0;
}

.mail input {
  width: 100%;
  padding: 20px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #FFFFFF94;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  outline: none;
  
}

.mail textarea {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  min-height: 150px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #FFFFFF94;
  color: #fff;
  font-size: 18px;
  outline: none;
}

.mail button {
  border-radius: 60px;
  background: var(--primary);
  padding: 15px 30px;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  width: 100%;
}



.support {
  text-align: center;
  color: #fff;
    margin: 20px;

  margin-top: 30px;
  padding: 20px;
  border: 1.5px solid #FFFFFF54;
  border-radius: 20px;
  background: var(--card-bg);
}

@media screen and (min-width:420px) {
  
  #contact,
  .support {
    padding: 10px 100px;
  }
  .support{
    padding: 100px;
    margin: 80px;
  }
}

.support h2 {
  font-size: 30px;
}

.support p {
  padding: 2px;
}

.support button {
  background-image: linear-gradient(to right,#E30D0D,#0D57E3);
  padding: 10px;
  width: 100%;
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  border-radius: 30px;
}

.socials {
  display: flex;
  padding: 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  color: #8F95AA;
  margin-top: 10px;
}

.socials li i {
  font-size: 20px;
}

@media screen and (min-width:420px) {
  .contact {
    flex-direction: row;
  }
  
}

footer {
  background: none;
  font-size: 15px;
  padding: 50px 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin: 30px 30px;
}

footer p {
  color: rgba(143, 149, 170, 1);
}