@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;1,400;1,500&display=swap');

/*logo*/
body {
  background-color: #1e1616;
}

.amanlogo {
  height: 60px;
  width: 56px;
  border-radius: 24px;
   margin-left: 0px;
  padding-bottom: 3px;
 
}

.navbar {
  background-color: rgb(69, 65, 59);
  border-radius: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  

}

.navbar a {
  font-size: 20px;
  font-weight: 400;
  transition: 0.2s ease-in;
  color: white;

}

.navbar a:hover {
  background-color: rgb(111, 98, 94);
  border-radius: 10px;
  color: rgb(50, 45, 44);
}
/* @media only screen and(max-width:425px){
.navbar-toggler{
 
}
} */
  

#header {
  padding-top: 0;
  margin-top: 0;
  background-image: url(./imgaman/verman.jpg);
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5%;
  /* margin-left: 4px;
   margin-right: 4px;  */
}
#header button a{
  text-decoration: none;
  color: #fff;
  font-family: 'Poppins', sans-serif, 500;
  font-size: 20px;
}

#text {
  font-size: 70px;
  font-family: 'Poppins', sans-serif, 500;
  color: black
}

#paragraph {
  font-size: 30px;
  font-family: 'Poppins', sans-serif, 500;
}

#icon {
  justify-content: center;
  text-decoration: none;
}

.icons {
  margin-left: 30px;
  margin-right: 20px;
  text-decoration: none;
  list-style: none;

}

/* .icons:hover {
  transition: 0.3s ease-in-out;
  border: 1px solid rgb(36, 31, 31);
  background-color: rgb(36, 31, 31);
  border-radius: 10px;
  
} */

#aboutcontainer {
  background-color: rgb(111, 98, 94);

}

#aboutcontainer img {
  background-size: cover;
  height: 300px;
}

/* About us */


.box {
  margin-top: 10px;
  background-color: #151414;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 10px;

}
.box h1{
  color: #fff;
  text-align: center;
}

.box h1:hover {
  color: #b77878;
  transition: 0.4s ease-in-out;
}

.box-1 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  font-family: 'Poppins', sans-serif, 500;
}

.box-1:hover {
  color: #fff;
  transition: 0.4s ease-in-out;
  transform: rotate(3deg);
  border: 1px solid black;
  border-radius: 5px;
}

.name-list {
  list-style: none;
}

.name-list li {
  padding-top: 10px;

}

.box-2 {
  text-align: center;
  color: #ffff;
  font-size: 23px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif, 500;
  margin-right: 30px;
}

.box-2:hover {
  color: #fff;
  transition: 0.4s ease-in-out;
  transform: rotate(3deg);
  border: 1px solid black;
  border-radius: 5px;
}

.name-list-2 {
  list-style: none;
}

.name-list-2 li {
  padding-top: 10px;

}

.img-body {
  width: 100%;
  height: 100%;
}

.img-body h1 {
  font-size: 30px;
  text-decoration: underline;
}

/* certification */
.portfolio {
  margin-bottom: 30px;

}

.portfolio #portfolio-flters {
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #151414;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;

}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(23, 187, 209, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(20, 157, 221, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(20, 157, 221, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a+a {
  border-left: 1px solid #37b3ed;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

.section-title {
  color: #fff;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif, 500;
}

.section-title h2 span:hover {
  background-color: #e7dede;
  padding: 10px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  color: #1e1616;
}


/* skills */
.skills{
  background-color: #171414;
  border-radius: 50px;
  padding-bottom: 20px;
}
.skill-title{
  color: #e3d4d4;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif, 500;
}
.skill-title h1 span:hover {
  background-color: #e7dede;
  padding-left:30px;
  padding-right: 30px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  color: #1e1616;
}

.skill p {
  color: #fff;
  font-family: 'Poppins', sans-serif, 500;
}
.skill p:hover{
  color: #ba1e1e;
  transition: 0.5s;
}
.progress-bar {
  color: #151414;
  font-weight: 900;
}
.flex{
  color: #fff;
  margin-top: 20px;
}
/* projects */
.project-container{
  margin: 10 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #151414;
  border-radius: 50px;
  padding: 2px 15px;


}
.project-title h1 span {
  font-family: 'Poppins', sans-serif, 500;
}
.project-title h1 span:hover{
  background-color: #e7dede;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  color: #1e1616;
}
.project p{
  font-weight:'Poppins', sans-serif, 500;
  }
  .project p:hover{
    color: #ba1e1e;
    transition: 0.3s ease-in-out;

  }
.card-project{
 margin-left: 40px;
 }
.card-1{
  margin-bottom: 20px;
}
/* contact */
.contact{
  background-color: #171414;
  border-radius: 50px;
  margin-top: 10px;
  padding: 2px 15px;
}
.contact iframe{
  border-radius: 20px;
}

/* footer */
#footer{
  background:linear-gradient(#4b4343,#a9c6d3);
}
#footer section div span{
  color: #1b1919;
  font-weight:'Poppins', sans-serif, 500; 
  font-size: 20px;
}

