* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
}

html,
body {
  width: 100%;
  background: linear-gradient(to left top, rgb(1, 1, 27), rgb(15, 0, 10));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
}

#h11 {
  padding: 20px;
  font-size: 17px;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: white;
  background-color: rgba(0, 0, 0, 0.918);
  border-radius: 50px;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.384);
}

main {
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px;
}
main section {
  height: 300px;
  width: 400px;
  border-radius: 30px;
  gap: 12px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: end;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.384);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
main section .box {
  height: 65px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  gap: 10px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
main section .box h1 {
  background-color: black;
  font-weight: 700;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 12px 20px;
  font-size: 15px;
  border-radius: 40px;
  text-decoration: none;
  color: white;
  background: linear-gradient(to right bottom, rgb(0, 0, 0), rgb(0, 0, 0));
}
main section .box .grp {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}
main section .box .grp a {
  padding: 12px 20px;
  font-size: 15px;
  border-radius: 50px;
  text-decoration: none;
  color: white;
  background: linear-gradient(to right bottom, rgb(0, 0, 0), rgb(0, 0, 0));
  box-shadow: 1px 1px 10px white;
}
main section .box .grp a:hover {
  background: rgb(255, 255, 255);
  box-shadow: 1px 1px 10px black;
  color: black;
}
main section .box .grp a:nth-child(2) {
  background: black;
  height: 40px;
  width: 40px;
  box-shadow: 1px 1px 10px;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section .box .grp a:nth-child(2) i {
  font-size: 25px;
}
main section .box .grp a:nth-child(2):hover {
  background: rgb(255, 255, 255);
  color: black;
}
main section:hover {
  transform: scale(1.2);
}
main section:nth-child(1) {
  background-image: url(./images/projectImg/1.png);
  background-position: center;
  background-size: cover;
}
main section:nth-child(2) {
  background-image: url(./images/projectImg/2.png);
  background-position: center;
  background-size: cover;
}
main section:nth-child(3) {
  background-image: url(./images/projectImg/3.png);
  background-position: center;
  background-size: cover;
}
main section:nth-child(4) {
  background-image: url(./images/projectImg/4.png);
  background-position: center;
  background-size: cover;
}
main section:nth-child(5) {
  background-image: url(./images/projectImg/5.png);
  background-position: center;
  background-size: cover;
}
main section:nth-child(6) {
  background-image: url(./images/projectImg/6.png);
  background-position: center;
  background-size: cover;
}
main section:nth-child(7) {
  background-image: url(./images/projectImg/7.png);
  background-position: center;
  background-size: cover;
}
main section:nth-child(8) {
  background-image: url(./images/projectImg/8.png);
  background-position: center;
  background-size: cover;
}
main section:nth-child(9) {
  background-image: url(./images/projectImg/9.png);
  background-position: center;
  background-size: cover;
}
main section:nth-child(10) {
  background-image: url(./images/projectImg/10.png);
  background-position: center;
  background-size: cover;
}/*# sourceMappingURL=style.css.map */