* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: sans-serif;
    background-color: transparent;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

 nav ul {
      list-style: none;
      display: flex;
      gap: 20px;
    }

    nav ul li a {
      text-decoration: none;
      color: #fff;
      transition: color 0.3s;
    }

    nav ul li a:hover {
      color: #f39c12;
    }

    /* Hamburger (hidden by default) */
    .hamburger {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }

    .hamburger div {
      width: 25px;
      height: 3px;
      background: #fff;
      margin: 4px 0;
    }
      nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f1f1f1;
      color: #fff;
      border-radius: 0px 0 20px 30px;
      border: 2px solid #7556be;
      border-top: 0;
      border-left: 0;
      border-right: 0;
    
    }
.up {
  background-image: url(./ne.jpg);
   background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  padding: 0 1rem;
  
}

.video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


header {
    display: flex;
    z-index: 10;
    position: fixed;
    width: 100%;
}

.body {
  
  height: 600px;
  width: 100%;
  border-radius: 20px;
  margin-top: 20p;
    padding-top: 20%;
    padding-left: 5%;
    padding-bottom: 29px;
}

.in {
  color: #fff;
  background-color: transparent;
  font-size: 30px;
  line-height: 60px;
  font-size: clamp(1.2rem, 5vw 2.5rem);
}

.about {
  background-color: #0a0a2a;
  color: #fff;
  padding-left: 5%;
  display: flex;
  flex-direction: row;
  
  padding: 20px;
  gap: 20px;
  justify-content: center;
}

.image img {
  max-width: 100%;
  height: auto;

}
.about2 {
  background-color: #0a0a2a;
  padding-bottom: 20px;
  padding-left: 5%;
}
h3 {
    background: linear-gradient(to right, #27c1e6, #a4f7f5, #00cfff, #c8f4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}
.rupe {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0px;
  padding-left: 50px;
  padding-right: 50px;
}
.rope {
  color: whitesmoke;
  padding-bottom: 30px;
  text-align: center;
}
.rope p {
  max-width: 50%;
}
.Contact h3 {
  padding-bottom: 50px;
  padding-top: 30px;
}
.Contact h5 {
   background: linear-gradient(to right, #27c1e6, #a4f7f5, #00cfff, #c8f4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  padding-bottom: 20px;
}
.about2 h2 {
  padding-bottom: 20px;
  padding-top: 10px;
  background: linear-gradient(to right, #27c1e6, #a4f7f5, #00cfff, #c8f4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-family: sans-serif;
  text-align: center;
}

.custom {
  border: none;
  height: 1px;
  background-color: #4c4c56;
  margin: 40px auto;
  width: 85%;
}

.down4 {
  color: #b3b3b3;
}


.down3 h2 {
  font-size: 200px;
}


.i h2 {
   padding-bottom: 20px;
  padding-top: 10px;
  background: linear-gradient(to right, #27c1e6, #a4f7f5, #00cfff, #c8f4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-family: sans-serif;
}

.res {
  margin-top: 10px;
  background-color: #13005a;
  padding: 20px;
  width: 70%;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.cus {
  background-color: #13005a;
  padding: 20px;
  width: 70%;
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

.Contact {
  text-align: center;
  background-image: url(./WhatsApp\ Image\ 2025-06-08\ at\ 10.35.20_33eadf5c.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Contact h2 {
  padding-bottom: 20px;
  padding-top: 10px;
  background: linear-gradient(to right, #27c1e6, #a4f7f5, #00cfff, #c8f4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-family: sans-serif;
}


#myform input{
    padding-right: 10%;
    margin-bottom: 10px;
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    padding-left: 10px;
    color: #00ffff;
}

.cv button {
    background-color: transparent;
  cursor: pointer;
  color: #00ffff;
  border-color: red;
  padding: 12px;
  border: 1.5px solid red;
  margin-top: 20px;
  margin-bottom: 50px;
  border-radius: 10px;
  
}

#myform button {
  background-color: transparent;
  cursor: pointer;
  color: #00ffff;
  border-color: red;
  padding: 12px;
  border: 1.5px solid red;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.cv button:hover{
   background-color: red;
  border-radius: 20px;
  color: #fff;
}

#myform button:hover {
  background-color: red;
  border-radius: 20px;
  color: #fff;
}

#myform textarea {
  background-color: transparent;
  padding-top: 10px;
  font-size: 15px;
  padding-left: 10px;
  color: #00ffff;
}

.pic {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  animation: scroll 20s linear infinite;
}

.ski {
  margin-bottom: 20PX;
}

.ski p {
  color: white;
  padding-bottom: 10px;
  font-weight: bold;
}
.sk {
  margin-bottom: 40px;
}

.skill-name {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;

}

.bar {
  background-color: whitesmoke;
  height: 16px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  
}

.bar-fill {
  height: 100%;
  background-color: #00f;
  border-radius: 10px 0 0 10px;
  transition: width 1s ease-in-out;
  position: relative;
  border-radius: 20px;
 
}

.sk span {
  color: white;
  font-weight: 300;
  padding-top: 0px;
}

.pt {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(50%, -50%);
  tr
  border: 2px solid #00f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.label span {
  color: #fff;
}

.label {
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  margin-bottom: 5px;
}

.progress-bar {
  background-color: red;
  border-radius: 20PX;
  overflow: hidden;
  height: 15PX;
  width: 100%;
}

.progress {
  height: 100%;
  background-color: #4caf50;
  width: 0;
  transition: width 1s ease-in-out;
  border-radius: 20px;
}

.pic img {
  width: 80px;
  margin: 0 20px;
}
@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.skills {
  padding-right: 20px;
}
.skills img {
  transform: scale(1.1);
  cursor: pointer;
}

.skills img:hover{
  transform: scale(1.1);
}
.cus:hover {
  transform: scale(1.1);
  background-color: #00ffff;
}
.service {
  padding-top: 30px;


}

.sad {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #fff;
}

.sad h3 {
  padding-bottom: 20px;
  padding-top: 10px;
}

.per {
     background-color: #13005a;
  padding: 20px;
  width: 70%;
  border-radius: 20px;
  cursor: pointer;
}
.per img {
  border-radius: 20px;
}
.per:hover {
    transform: scale(1.1);
  background-color: #00ffff;
}

.res img {
  border-radius: 20px;
}

.cus img {
  border-radius: 20px;
}
.res:hover {
  transform: scale(1.1);
  background-color: #00ffff;
}
.res h3 {
  padding-top: 10px;
}

#projects {
  text-align: center;
  padding: 50px 20px;
}

.projects-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.project-card {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.project-card:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#testimonial-img {
  text-align: center;
}
.review {
      text-align: center;
      margin-top: 30px;
      background-color: #fdf9f2;
      padding-bottom: 50px;
      padding-top: 30px;
    }
   .testimonial {
      display: none;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .testimonial.active {
      display: block;
      opacity: 1;
    }

#testimonial-section {
      margin: 20px auto;
      max-width: 400px;
      padding: 40px;
      text-align: center;
      background-color: #f9f9f9;
      border: 2px solid #7556be;
      border-top: 0px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      
    }
.project-card:hover .overlay {
  opacity: 1;
}
#projects h3 {
  padding-bottom: 20px;
}
.overlay a {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
}

.whatsapp p {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}

.whatsapp {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    max-width: 400px;
    
    border: 20px;
    margin-top: 10px;
    padding-top: 50px;
    padding-bottom: 30px;
   margin-left: 20px;
   margin-right: 20px;
   margin-top: 50px;
   text-align: center;
     border: 2px solid #7556be;
    border-top: 0px;
    position: relative;
}
h3 {
    text-align: center;
    padding-bottom: 1px;
}
h5 {
    color: #7556be;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
}

.pp {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    border: 20px;
    margin-top: 10px;
    padding-top: 50px;
    padding-bottom: 30px;
    
   
}

.h3 {
    background-color: #13005a;
    padding-top: 20px;
    padding-bottom: 30px;
    border-radius: 30px;
    color: white;
    margin-top: 50px;
}

.about p {
  padding-top: 20px;
  line-height: 25px;
}

.sad {
  padding-left: 10%;
  width: 120%;
}
.logo {
    color: #fff;
    padding: 5%;
    z-index: 10;
    font-size: 20px;
    display: block;
}

.logo:hover {
  cursor: pointer;
  transition: 300ms all;
  font-size: 25px;
}

span {
   background: linear-gradient(to right, #27c1e6, #a4f7f5, #00cfff, #c8f4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo {}

.vi {
  
}



.i {
  max-width: 500px;
  padding-top: 30%;
}


.videe {
  position: relative;
  width: 100%;
  height: 100vh;
}

.videe video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.opp {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  
}

.draw {
  display: flex;
  gap: 100px;
}
.social img{
   padding-right: 20px;
   margin-bottom: 30px;
}

@media (max-width: 768px) {
 
  
  nav ul {
        position: absolute;
        top: 60px;
        right: 0;
        background: #333;
        flex-direction: column;
        width: 200px;
        display: none;
        padding: 15px;
      }
      
      nav ul.active {
        display: flex;
      }

      .hamburger {
        display: flex;
      }

  #myform input {
    padding-right: 30%;
  }
 
  .about {
    flex-direction: column;
    text-align: center;
  }

  .i {
    max-width: 100%;
  }

  .body {
    padding: 2rem, 1rem;
    padding-top: 50%;
  }
  .body h1 {
  
  }

}

.about img {
  border-radius: 30px;
  padding-left: 20px;
  padding-top: 20px;
}