.prjectMainBox {
  margin-top: 15vh;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.projectSectionLine {
  width: 15%;
  height: 0.5vh;
  background: #7e22ce;
  border-radius: 50px;
  margin: 3vh;
}

.projectSectionMainHeadingAndpara {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.projectSectionMainHeadingAndpara h1,.projectSectionMainHeadingAndpara p {
  margin: 2vh;
}

.webProjectBox {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3vh;
  padding-bottom: 5vh;
  border-bottom: 1px solid #000;
}

.webProjectImg {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.webProjectImg img {
  width: 100%;
}

.webProjectDescription {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.webProjectDescription h2 {
  margin-bottom: 3vh;
  color: #7e22ce;
}

.webProjectDescription p,.webProjectDescription a {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
}


.pythonProjectBox {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pythonProjectBox h2 {
  margin:3vh ;
}


.pythonProjectBox p {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
}

.pythonProjectBox b {
  font-family: "Edu AU VIC WA NT Hand", cursive;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal ;
}


.download-btn-box {
  margin:5vh ;
  width: 13%;
  height: 8vh;
  display: grid;
  grid-template-columns: 1fr;
}


.note-abt-apk {
  margin-bottom: 10vh;
}


.download-btn-box button{
  width: 100%;
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  background-image: radial-gradient(circle, #ffffff, #fdfdfd, #fafafa, #f8f8f8, #f6f6f6);
  border: 0.5px solid rgba(213, 213, 213, 0.489);
  box-shadow:  6px 17px 44px #9b9b9b9d, 10px -15px 30px #f0d4ffa0;
  transition: 1s;
}


.download-btn-box button:hover {
  box-shadow:  none;
  background: #dadada;
  border: 0.5px solid #7e22ce;
}






/* ------------------------------------------ FOR MOBILE ---------------------------------------- */



@media screen and (max-width: 1000px) {

  
  
  .projectSectionMainHeadingAndpara {
    width: 95%;
    text-align: justify;
  }
  
  .projectSectionMainHeadingAndpara h1,.projectSectionMainHeadingAndpara p {
    margin: 1vh;
  }

  .projectSectionMainHeadingAndpara h1,.projectSectionMainHeadingAndpara #headingPara {
    text-align: center;
  }
  
  .projectSectionMainHeadingAndpara #headingPara {
    width: 85%;
  }

  .webProjectBox {
    width: 100%;
    flex-direction: column;
  }
  
  .webProjectImg {
    width: 90%;
    margin: 1vh;
  }
  
  .webProjectImg img {
    width: 100%;
  }
  
  .webProjectDescription {
    width: 90%;
    margin: 1vh;
    margin-top: 2vh;
    text-align: justify;
  }
  
  
  
  .pythonProjectBox {
    width: 90%;
    text-align: center;
  }
  
  .pythonProjectBox h2 {
    color: #7e22ce;
  }
  
  
  .pythonProjectBox p {
    text-align: justify;
  }
  
  .download-btn-box {
    width: 30%;
    height: 7vh;
  }
  
  
  .note-abt-apk {
    text-align: center;
  }

  .note-abt-apk p {
    text-align: center;
  }
  
  
  .download-btn-box button{
    white-space: wrap;
  }
  
  
  


}
