@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
}
body {
  background-color: rgb(4, 4, 46);
  color: aliceblue;
  font-family: "Poppins", sans-serif;
}
nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 80px;
  background-color: rgb(25, 25, 76);
}
nav ul {
  display: flex;
  justify-content: center;
}
nav ul li {
  list-style: none;
  margin: 0 23px;
}
nav ul li a {
  text-decoration: none;
  color: white;
}
nav ul li a:hover {
  font-size: 1.01rem;
  color: rgb(172, 172, 236);
}
.right {
  font-size: 1.5rem;
}
.firstSection {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 130px 0;
}
.firstSection > div {
  width: 30%;
}
.leftSection {
  font-size: 3rem;
}
.leftSection .buttons {
  padding: 30px 0;
}
.leftSection .btn {
  padding: 12px;
  background-color: #1e2e67;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  border: 2px solid white;
  font-size: 20px;
}
.rightSection img {
  width: 80%;
}
.purple {
  color: rgb(153, 95, 207);
}
#element {
  color: rgb(153, 95, 207);
}
.secondSection {
  max-width: 80vw;
  margin: auto;
  height: 80vh;
}
main hr {
  border: 0;
  background-color: #9c97f1;
  height: 1.2px;
  margin: 40px 84px;
}
.secondSection h1 {
  font-size: 1.9rem;
}
.text-gray {
  color: gray;
}
.secondSection .box {
  background-color: white;
  width: 78vw;
  margin: 56px 0;
  height: 2px;
  display: flex;
}
.secondSection .vertical {
  height: 93px;
  width: 1px;
  background-color: white;
  margin: 0 100px;
}
.vertical-title {
  font-size: 13px;
  position: relative;
  top: 75px;
  width: 150px;
}
.vertical-desc {
  position: relative;
  color: gray;
  font-size: 10px;
  top: 86px;
  width: 150px;
}
.image-top {
  width: 23px;
  position: relative;
  top: -32px;
  left: -9px;
}
footer {
  background-color: rgb(25, 25, 76);
}
.footer {
  display: flex;
  justify-content: space-evenly;
  padding: 23px 122px;
}
.footer > div {
  width: 223px;
}
footer .footer-rights {
  color: gray;
  text-align: center;
  padding: 12px 0;
}
a {
  color: white;
  text-decoration: none;
  list-style: none;
}
a:visited {
  color: white;
  text-decoration: none;
}

.my-Pics {
  margin: 5px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}
.projects-section {
  margin: 10px;
  border: 3px solid #9c97f1;
  border-radius: 6px;
}
.footer-fourth ul li {
  list-style: none;
}
.footer-third ul li{
  list-style: none;
}