* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}


.bg-color {

    background-color: #0a192f;

}

.navbar-toggler{
    background-color: white;
}

.color {
    color: #1db954;
    font-size: 50px;
    font-family: Space Grotesk, sans-serif;
}

.center{
    display: flex;
    justify-content: center;
}

.gooey{
  background-image: linear-gradient(120deg, #34e0f0 0%, #b400ff 100%);
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  animation: morph 3s linear infinite; 
  transform-style: preserve-3d;
  outline: 1px solid transparent;
  will-change: border-radius;
}
.gooey:before,
.gooey:after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0; top: 0;
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
  box-shadow: 5px 5px 89px rgba(0, 102, 255, 0.21);
  will-change: border-radius, transform, opacity;
  animation-delay: 200ms;
  background-image: linear-gradient(120deg, rgba(0,67,255,.55) 0%, rgba(0,103,255,.89) 100%);
}
.gooey:before{
  animation: morph 3s linear infinite;
  opacity: .21;
  animation-duration: 1.5s;
}
.gooey:after{
  animation: morph 3s linear infinite;
  animation-delay: 400ms;
  opacity: .89;
  content: "What'cSS up?";
  line-height: 120px;
  text-indent: -21px;
}

@keyframes morph{
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    opacity: .89;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}

@keyframes fadeIn{
  100%{
    transform: scale(1.03);
    opacity: 0;
  }
}
.button-58 {
    padding: 10px 40px;
    font-size: 18px;
    background-color: #008542;
    color: #fff;
    text-shadow: 0 2px 0 rgb(0 0 0 / 25%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 0;
    z-index: 1;
    user-select: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: unset;
    padding: .8rem 1.5rem;
    text-decoration: none;
    font-weight: 900;
    transition: all 0.7s cubic-bezier(0, .8, .26, .99);
}

.button-58:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    transition: .7s cubic-bezier(0, .8, .26, .99);
    z-index: -1;
    background-color: #008542 !important;
    box-shadow: 0 -4px rgb(21 108 0 / 50%) inset, 0 4px rgb(100 253 31 / 99%) inset, -4px 0 rgb(100 253 31 / 50%) inset, 4px 0 rgb(21 108 0 / 50%) inset;
}

.button-58:after {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
    transition: .7s cubic-bezier(0, .8, .26, .99);
}
.button-58:hover:before {
    border-radius: 70px;
    background-color: #fff;
    box-shadow: 0 -4px rgb(0 0 0 / 50%) inset, 0 4px rgb(255 255 255 / 20%) inset, -4px 0 rgb(255 255 255 / 20%) inset, 4px 0 rgb(0 0 0 / 50%) inset;
}
.button-58:hover:after {
    color: #008542;
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%);
}
.button-58:active {
    transform: translateY(4px);
}

.button-58:active:after {
    box-shadow: 0 0px 0 0 rgb(0 0 0 / 15%);
}

.menu:hover {
    color: #008542;
}
.button-1:hover {
    background-color: #f1e1d9;
    scroll-timeline: 2px;
}

.button-1 {
    background-color: #008542;
    height: 60px;
    width: 60px;
}

.para-light {
    color: #fff;
    font-family: Space Grotesk, sans-serif;
    font-size: 24px;
}

.para-1 {
    padding: 18px 27px;
    width: 100%;
}

button {
    margin: 20px;
}

.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

.hover-btn:hover {
    color: rgb(255, 255, 255) !important;
    font-weight: 600;
    transform: scale(1.2);
    transition: all 0.5s;
}

.text-light-blue {
    color: oklch(.554 .046 257.417)
}

.bg-light-blue {
    background-color: oklch(.554 .046 257.417)
}

.hover-btn-2:hover {
    background-color: oklch(.968 .007 247.896);
    color: black !important;
}

.n-1 {
    backdrop-filter: blur(10px)
}

.hover-btn-3:hover {
    transform: scale(1.4);
    transition: all 0.5s;
}

.us:after {
    transform-origin: 0% 50%;
}

.us:hover:after {
    transform: scaleX(1);
}

.us:after {
    display: block;
    content: '';
    border-bottom: solid 3px #ffffff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}

.us {
    display: inline-block;
}
.btn-15 {
    background: #1db954;
    border: none;
    z-index: 1;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: center !important;
    justify-content: center !important;

    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #0a192f;
    border-radius: 10px;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}
.para-2 {
    background: #112240;
}

.github {
    border: 1px solid white;
    transition: all 0.5s;
}

.github:hover {
    border: 0px;
    color: #008542;
    background-color: rgb(46, 43, 43);
}

.gith {
    border: 1px solid white;
    color: #fff;
    transition: all 0.5s;
}

.gith:hover {
    border: 0px;
    scale: 1.1;
    color: #008542;
}

.link {
    border: 1px solid white;
}

.link:hover {
    border: 0px;
    scale: 2.3;
    background-color: oklch(.715 .143 215.221);
}

.email {
    border: 1px solid white;
    transition: all 0.5s;
}

.email:hover {
    border: 0px;
    background-color: #2762c7;

}

.ds-link {
    border: 1px solid white;
    transition: all 0.5s;
}

.ds-link:hover {
    border: 0px;
    color: #008542;
}

.img:hover {
    scale: 1.1;
    border-radius: 5px;
    transition: all 0.5s;
}

.padding {
    max-width: 1200px;
    line-height: 1.5;
    font-weight: 400;
}

.bit {
    transition: all !important;
}
.lin{
    transition-duration: 10ms linear;
}
.bit:hover {
    transform: translateY(-20px) !important;
    transition-duration:linear;
   
    box-shadow: black !important;
}
.display{
    display: flex;
    flex-wrap: wrap;
}

.bgcolor {
    background-color: #0a192f;
}

.text-1 {
    color: #0a192f;
}

.color-pro {
    color: #008542;
}

.margin {
    margin-top: 10%;
}
.top{
    margin-top: 15%;
}

.button-33 {
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgba(94, 116, 102, 0.2) 0 -25px 18px -14px inset, rgba(44, 187, 99, .15) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-33:hover {
    box-shadow: rgba(65, 83, 72, 0.35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}

.education {
    max-width: 900px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    animation: fadeIn 1s ease forwards;
}

.ss{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #00ffff;
    border-bottom: 2px solid #00ffff;
    padding-bottom: 10px;
}

.ec {
    margin-bottom: 30px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-left: 4px solid #00ffff;
    border-radius: 10px;
    transform: translateX(-30px);
    opacity: 0;
    animation: slideIn 0.8s forwards;
    transition: all 0.3s ease;
}

.ec:hover {
    background-color: rgba(0, 0, 0, 0.4);
    transform: scale(1.02);
}

.ec:nth-child(2) {
    animation-delay: 0.3s;
}

.ec:nth-child(3) {
    animation-delay: 0.6s;
}

.ec h3 {
    margin-bottom: 10px;
    color: #00e6e6;
}

.ec p {
    margin: 5px 0;
    color: #ddd;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 600px) {
    .education-container {
        padding: 20px;
    }

    .education-title {
        font-size: 2rem;
    }
}
.contact-form {
    background-color: transparent;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 5px 10px 20px rgba(2, 116, 40, 0.2);
    width: 100%;
    max-width: 400px;
}

.contact-form h2 {
    margin-bottom: 20px;
    color: #333;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background-color: transparent;
    padding: 10px;
    color: #fff;
    margin-bottom: 15px;
    border: 2px solid #008542;
    border-radius: 5px;
    font-size: 14px;
}

.contact-form button {
    background-color: #15d1e9;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}
.contact-form button:hover {
    background-color: #0bb0c3;
}

 .btn-green {
      position: relative;
      padding: 15px 40px;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      
      background-color: #64c019; /* Light Green */
      border: none;
      border-radius: 8px;
      overflow: hidden;
      cursor: pointer;
      transition: background-color 0.4s ease, transform 0.3s ease;
      box-shadow: 0 8px 20px rgba(50, 205, 50, 0.3);
    }

    .btn-green::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.2);
      transform: skewX(-20deg);
      transition: left 0.5s ease;
    }

    .btn-green:hover {
      background-color: #4caca7; /* Darker shade of green */
      transform: scale(1.05);
    }

    .btn-green:hover::before {
      left: 100%;
    }

    .bg{
        background-color: transparent !important;
    }