* {
  margin: 0;
  padding: 0;
  font-family: "Exo 2", sans-serif;
  color: white;
}

body {
  background: black;
}

.container {
  width: 92%;
  padding-left: 4%;
  padding-right: 4%;
  height: auto;
}

.scroll_to_top {
  width: 48px;
  height: 48px;
  color: rgb(0, 0, 0);
  background: white;
  text-decoration: none;
  position: fixed;
  bottom: 50px;
  right: 44px;
  border-radius: 40px;
  text-align: center;
  display: none;
  cursor: pointer;
  z-index: 20;
}

.material-symbols-outlined {
  margin-top: 12px;
  color: black;
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}

nav {
  width: 95%;
  border-radius: 30px;
  border: 1.4px solid white;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 6px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9293242;
}

.logo>img{
  height: 22px;
  
}

.menu{visibility: hidden;}

.menu ul {
  list-style: none;
  display: flex;
  gap: 40px;
}

.menu ul li a {
  text-decoration: none;
  display: block;
}

.home {
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

/* Image Section */
.hero-img img {
  width: 200px;
  height: 200px;
  margin-bottom: 12px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid white;
  box-shadow: 0 0 40px rgba(212, 212, 212, 0.35);
}

/* Content */
.hero-content h1 {
  font-size: 32px;
}

.hero-content h2 {
  font-size: 26px;
  margin-top: 4px;
}


.hero-content p {
  margin: 10px 0;
  color: #d9d9d9;
  max-width: 400px;
  font-size: 14px;
}

/* Icons */
.social-icons {
  display: flex;
  gap: 15px;
  margin: 20px 0;
}

.social-icons a {
  width: 40px;
  height: 40px;
  font-size: 14px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  background: white;
  color: black;
}

/* Button */
button {
  padding: 10px 25px;
  border: 1px solid white;
  background: transparent;
  color: white;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background: white;
  color: black;
}
.skills {
  padding-top: 22px;
  padding-bottom: 28px;
}

.skills > h2 {
  font-size: 28px;
  text-align: center;
}
.skills > p {
  margin-top: 4px;
  text-align: center;
  font-size: 14px;
}

.skillb {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  padding: 0px 0px;
}

.skillb1 > h3 {
  font-size: 18px;
  padding-top: 16px;
  padding-bottom: 10px;
}
.skillb1 > p {
  font-size: 14px;
}

.skillb1 {
  background: #151515;
  border-radius: 8px;
  transition-duration: 0.5s;
  padding: 20px;
}

.text {
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 12px;
}

.icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
}

.figma {
  background: rgb(40, 40, 40);
  text-align: center;
  padding: 6px 12px;
  border-radius: 100px;
  margin-right: 12px;
  font-size: 12px;
}
.list {
  list-style: none;
  display: flex;
  margin-top: 20px;
}

.listb {
  list-style: none;
  display: flex;
  margin-top: 12px;
}

.qualifications {
  padding-top: 22px;
  padding-bottom: 28px;
}

.qualifications > h2 {
  font-size: 28px;
  text-align: center;
}
.qualifications > p {
  margin-top: 4px;
  text-align: center;
  font-size: 14px;
}

.bca {
  background: #151515;
  margin-top: 30px;
  text-align: left;
  border-radius: 16px;
  padding: 20px;
}
.bca > h3 {
  font-size: 20px;
}

.practical {
  background: #151515;
  margin-top: 20px;
  padding: 20px;
  border-radius: 16px;
}
.practical > h3 {
  font-size: 20px;
}

.services {
  padding-top: 22px;
  padding-bottom: 28px;
}

.services > h2 {
  font-size: 28px;
  text-align: center;
}
.services > p {
  margin-top: 4px;
  text-align: center;
  font-size: 14px;
  padding-right: 4px;
  padding-right: 4px;
}

.serviecs1 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
}

.serv1 {
  background: #151515;
  border-radius: 16px;
  padding: 20px;
  border: 0.1px solid black;
}

#blue:hover {
  border: 0.1px solid #2b63a4;
  box-shadow: 0px 0px 50px 0px #469bfd5d;
}
#green:hover {
  border: 0.1px solid #02a06e;
  box-shadow: 0px 0px 50px 0px #01cd8c5e;
}
#purple:hover {
  border: 0.1px solid #8344b9;
  box-shadow: 0px 0px 50px 0px #c17aff62;
}

.portfolio {
  height: 500px;
  background: rgb(202, 115, 2);
}

.contact {
  padding-top: 22px;
  padding-bottom: 20px;
}

.fullform {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
}

.form {
  background: #151515;
  border-radius: 16px;
  padding:20px;
}

.lets>h3{
  font-size: 32px; 
}

.lets>p{font-size: 14px; padding-top: 10px; }

.email {
  width: 330px;
  height: 48px;
  margin-top: 16px;
  display: flex;
}
.eicon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.econt {
  width: 282px;
  height: 48px;
  align-content: center;
}

.fullmform {
  display: flex;
  flex-direction: column;
  gap: 16px;
}



.change {
  padding-right: 110px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  margin-top: 10px;
  border-radius: 12px;
  border: 1px solid grey;
  background: black;
  font-size: 16px;
  color: white;
}
.query {
  margin-top: 20px;
}

#idea {
 width:93%;
  height: 120px;
  margin-top: 10px;
  border: 1px solid grey;
  background: black;
  font-size: 16px;
  border-radius: 12px;
  padding-top: 20px;
  padding-left: 20px;
  color: white;
  resize: none;
}

.submit {
  margin-top: 40px;
  width: 100%;
  height: 55px;
  background: white;
  font-size: 16px;
  border-radius: 12px;
  border: none;
}
.submit > a {
  color: black;
  text-decoration: none;
}

.endhorizontal{margin-top: 32px;}

@media (min-width: 769px) {

.menu{
  visibility: visible;
}

nav {
  position: fixed;
  width: 89.9%;
  border-radius: 30px;
  border: 1.4px solid white;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9293242;
}

.logo>img{
  height: 33px;
  width: 144px;
}

  .home {
  padding-top: 140px;
  padding-bottom: 60px;
}

  .hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.hero-img img {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid white;
  box-shadow: 0 0 40px rgba(212, 212, 212, 0.35);
}

.hero-content h1 {
  font-size: 40px;
}

.hero-content h2 {
  font-size: 28px;
  margin-top: 10px;
}


.hero-content p {
  margin: 20px 0;
  color: #d9d9d9;
  max-width: 400px;
  font-size: 16px;
}

.social-icons a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}


  .skills {
    padding-top: 44px;
    padding-bottom: 52px;
  }

  .skillb {
    flex-direction: row;
    gap: 100px;
    padding: 0px 4%;
    margin-top: 60px;
  }
  .skillb1 {
    padding: 40px;
  }
  .skillb1 > p {
    font-size: 16px;
  }
  .figma {
    font-size: 16px;
    padding: 8px 18px;
  }
  .skillb1 > h3 {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 12px;
  }
  .skillb1:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 50px 0px rgba(75, 75, 75, 0.543);
  }
  .skills > h2 {
    font-size: 36px;
    text-align: center;
  }
  .skills > p {
    margin-top: 4px;
    text-align: center;
    font-size: 18px;
  }

  .qualifications {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 44px;
    padding-bottom: 52px;
  }
  .qualifications > h2 {
    font-size: 36px;
    text-align: center;
  }
  .qualifications > p {
    margin-top: 4px;
    text-align: center;
    font-size: 18px;
  }
  .bca {
    background: #151515;
    margin-right: 64%;
    margin-top: 60px;
    text-align: right;
    border-radius: 16px;
    padding: 20px 30px;
  }
  .bca > h3 {
    font-size: 24px;
  }

  .practical {
    background: #151515;
    margin-top: 60px;
    margin-left: 64%;
    padding: 20px 30px;
    border-radius: 16px;
  }
  .practical > h3 {
    font-size: 24px;
  }

.services {
  padding-top: 44px;
  padding-bottom: 52px;
  padding-left: 4%;
  padding-right: 4%;
}

.services > h2 {
    font-size: 36px;
    text-align: center;
  }
  .services > p {
    margin-top: 4px;
    text-align: center;
    font-size: 18px;
  }

  .serviecs1 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 32px;
}

.serv1 {
  background: #151515;
  border-radius: 16px;
  padding: 10%;
  border: 0.1px solid black;
}

.contact {
  padding-top: 60px;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 10px;
}

.fullform {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 20px;
}

.lets>h3{
  font-size: 48px; line-height: 55px;
}

.lets>p{font-size: 17px; padding-top: 20px; padding-right: 50px; ;}
.email{
  margin-top: 35px;
}

.fullmform {
  display: flex;
  flex-direction: row;
  row-gap: 20px;
}

.change {
  padding: 16px;
  margin-top: 10px;
  border-radius: 12px;
  border: 1px solid grey;
  background: black;
  font-size: 16px;
  color: white;
}

.form {
  background: #151515;
  border-radius: 16px;
  padding: 4%;
}

#idea {
  width: 95%;
  height: 120px;
  margin-top: 10px;
  border: 1px solid grey;
  background: black;
  font-size: 16px;
  border-radius: 12px;
  padding-top: 20px;
  padding-left: 20px;
  color: white;
  resize: none;
}

.horizontal{
  margin-left: 4%; margin-right: 4%;
}

.endhorizontal{margin-left: 4%; margin-right: 4%;margin-top: 56px;}

}
