.left {
  font-size: 1.5rem;
}

.firstSection {
  display: flex;
  justify-content: space-around;
  margin: 82px 0;
  align-items: center;
}

.firstSection > div {
  width: 30%;
}

.leftSection {
  font-size: 2.6rem;
}

.leftSection .btn {
  padding: 12px;
  background: #101254;
  color: white;
  border: 2px solid white;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 0 30px rgba(0, 183, 257, 0.5);
  transform: translateY(-3px);
}

.rightSection img {
  width: 80%;
  display: inline-block;
  height: auto;
  box-shadow: 0 0 20px 5px rgba(0, 255, 255, 0.8);
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}

.rightSection img:hover {
  box-shadow: 0 0 30px 10px rgba(0, 255, 255, 1);
}

.aboutSection {
  display: flex;
  justify-content: space-around;
  margin: 82px 0;
  align-items: center;
}

.LeftSection > div {
  font-size: 1.1rem;
  text-align: justify;
}

.LeftSection > h1 {
  max-width: 80vw;
}

.aboutSection > div {
  width: 30%;
}

.RightSection img {
  width: 80%;
}

.text-purple {
  color: rgb(170, 107, 228);
}

.text-gray {
  color: gray;
}

.secondSection h1 {
  font-size: 1.9rem;
}

.secondSection .box {
  background: white;
  width: 80vw;
  height: 2px;
  margin: 56px 0;
  display: flex;
}

.secondSection .vertical {
  height: 93px;
  width: 2px;
  background: white;
  margin: 0 153px;
}

.secondSection {
  max-width: 80vw;
  margin: auto;
  padding: 40px 0;  /* ✅ gives spacing */
  height: 60vh;     /* ✅ let content grow */
}

.thirdSection {
  max-width: 80vw;
  margin: auto;
  padding: 40px 0;  /* ✅ gives spacing */
  height: 80vh;     /* ✅ let content grow */
}


.thirdSection h1 {
  font-size: 1.9rem;
}

.thirdSection .box {
  background: white;
  width: 80vw;
  height: 2px;
  margin: 50px 0;
  display: flex;
}

.thirdSection .vertical {
  height: 93px;
  width: 2px;
  background: white;
  margin: 0 201px;
}

.thirdSection .image-top {
  width: 30px;
  position: relative;
  top: -31px;
  right: -90px;
}

.thirdSection .vertical-title {
  position: relative;
  top: 59px;
  font-size: 16px;
}

.thirdSection .vertical-desc {
  position: relative;
  top: 55px;
  font-size: 12px;
}

.skillachSection {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.skillachSection .vertical {
  height: 70vh;
  width: 2px;
  background: white;
  margin: 20px 20px;
  justify-content: center;
}

.Left, .Right {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  color: white;
  text-align: center;
}

.vertical {
  width: 2px;
  background-color: white;
  margin: 0 20px;
}

.image-top {
  width: 60px;
  position: relative;
  top: -51px;
  left: -18px;
}

.vertical-title {
  position: relative;
  top: 45px;
  width: 150px;
  font-size: 14px;
}

.vertical-desc {
  position: relative;
  top: 45px;
  color: gray;
  width: 150px;
  font-size: 10px;
}

.footer {
  display: flex;
  padding: 23px 122px;
  justify-content: space-around;
}

.footer > div {
  width: 123px;
}

.text-color {
  color: rgb(147, 147, 192);
}

.bttn:hover {
  padding: 12px 12px;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 183, 260, 0.5);
  transform: translateY(-3px);
}

.Right li{
      margin: 30px 20px;
}

footer .footer-second ul {
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}

footer .footer-second ul li {
  display: flex;
  align-items: center;
}

footer .footer-second ul li img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}

footer .footer-third ul li {
  list-style: none;
}

footer .footer-third ul li a {
  text-decoration: none;
  color: white;
}

footer .footer-third ul li a img {
  width: 18px;
  height: 14px;
}
