* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: #ffffff;
  max-width: 100%;
  overflow-x: hidden;
}

nav {
  position: fixed;
  width:  100%;
  background: linear-gradient(to left, #ccffa7 20%, #ffffff 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: 50px;
  z-index: 999;
}
.logo {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-top: 2px;
  margin-left: 10px;
}
img {
  width: 40px;
  height: 40px;
  object-fit: fill;
  mix-blend-mode: multiply;
}
#navbar {
  display: inline-block;
  position: absolute;
  right: 0;
}
#navbar a {
  text-decoration: none;
  color: black;
  margin: 10px;
  font-size: 20px;
}
#navbar a:hover {
  color: #009900;
}
.dropdown {
  display: inline-block;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;

  margin: 0;
}

.dropdown:hover .dropbtn {
  color: #009900;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ccffa7;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  color: #009900;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.menu{ border-bottom: 17px double black; 
  border-top: 6px solid black; 
  content:"";
  height: 5px; 
  width:30px;
  float: right;
  margin: 10px;
  cursor: pointer;
  display: none;
  
}

section {
  height: auto;
  padding: 20px;
  padding-top: 45px;
  min-height: 100vh;
}
#welcome-section {
  height: 100vh;
  background: linear-gradient(30deg, #ccffa7 20%, #ffffff 100%);
}
.box {
  height: 100vh;
  position: relative;
}

.intro {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.intro p {
  font-size: 70px;
  margin-bottom: 50px;
}

button {
  background-color: #009900;
  padding: 10px;
  border-radius: 30px;
  margin-top: 20px;
  font-size: 20px;
}

#about {
  line-height: 28px;
  background: linear-gradient(120deg, #ccffa7 20%, #ffffff 100%);
}

#education,
#certification,
#skills,
#experience {
  padding-top: 60px;
}

.link {
  max-width: 800px;
  height: auto;
  margin: auto;
  margin-top: 30px;

  text-align: center;
}

#l {
  height: 40px;
  width: 80px;
  padding: 5px;
  margin: 5px;

  display: inline-block;
  text-align: center;
}

#l img {
  height: 40px;
  min-width: 80px;
  object-fit: contain;
}
.a {
  margin: auto;
  max-width: 1000px;
  padding: 20px;
}

.a h2 {
  font-size: 35px;
  color: #009900;
}
.a a {
  color: black;
  text-decoration: none;
}

button a {
  text-decoration: none;
  color: #ccffa7;
}
.ai {
  margin-left: 10%;
  max-width: 800px;
  padding: 10px;
}
.aie {
  margin: 10px;
}
.edu {
  color: #727171;
  font-size: 15px;
}
.name b {
  font-size: 23px;
}
.university {
  font-size: 20px;
}
.clgname {
  font-size: 16px;
}
.skill {
  margin-top: 10px;
  padding: 5px;
}
.skill p {
  background-color: #d3feb5;

  display: inline-block;
  padding: 6px;
  border-radius: 20px;
  margin: 2px;
}
.skill a {
  padding: 8px;
}
.skill a img {
  width: 60px;
  height: 60px;
}
#projects {
  background: linear-gradient(30deg, #ccffa7 20%, #ffffff 100%);
}
#projects h2,
#contact h2 {
  text-align: center;
  font-size: 30px;
  color: #009900;

  font-size: 35px;
}
.sb {
  background-color: #f7fee5;
  height: 350px;
  width: 230px;
  padding: 15px;
  display: inline-block;
  text-align: left;
  margin: 10px;
  box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.k {
  text-align: center;
  margin-top: 10px;
 
}
.project-tile {
  text-align: center;
  margin-bottom: 5px;
}
.project-info {
  text-align: center;
}
#contact {
  background: linear-gradient(120deg, #ccffa7 20%, #ffffff 100%);
}
.km {
  margin-top: 10px;
  
  width: 420px;
  margin: auto;
  padding: 5px;
}
#form {
}
#formelement {
  
  padding: 5px;
}
label {
 
  float: left;
  margin: 2px 5px 2px 1px;
  width: 180px;
}
input {
 
  padding: 5px;

}

input[type="submit"] {
  margin-left: 190px;
  width: 100px;
}

@media only screen and (max-width: 680px) {
  .dropdown-content {
    display: none;
  }

  #navbar {
    display: none;

    position: absolute;
    right: 0;
    top: 0;
  }
  #navbar a {

    text-decoration: none;
    color: black;
    margin: 5px;
    font-size: 15px;
  }
  .menu{ 
    display: block;
     
  }
  .menu-content {
    display: none;
    position: absolute;
    background-color: #ccffa7;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 5px;
    top:30px ;
  }
  
  .menu-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .menu-content a:hover {
    color: #009900;
  }
  
  .menu:hover .menu-content {
   
  }
  .ai {
    margin-left: 5%;
  }
}
