.projects-container1 {
  width: 60%;
  margin-left: 10px;
  display: flex;

  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 700px) {
  .projects-container1 {
    width: 100%;
  }
  .project-img {
    order: -1;

    width: 70%;
    margin: auto;
  }
  .project-img2 {
    display: none;
    width: 80%;

    margin: auto;
  }
  .project-main2,
  .project-main {
    justify-content: center;
    flex-direction: column;
  }
}

.pro-desc {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
}
.pro-desc h2 {
  font-size: 30px;
  color: #f87171;
  font-weight: 800;
  opacity: 0.9;
}

.pro-desc p {
  line-height: 28px;
  font-weight: 600;
  opacity: 0.6;
  font-size: 20px;
  padding-right: 5%;
  font-family: "Inter", sans-serif;
}

.pro-navi {
  margin-left: 15px;
  margin-top: 10px;
}
.pro-navi a:first-child {
  text-decoration: none;
  border-radius: 5px;
  padding: 6px 10px;
  color: #1e3a8a;
  font-size: 20px;
  transition: 0.2s ease;
  border: 1px solid #1e3a8a;
  margin: 10px 10px;
}
.pro-navi a:last-child {
  text-decoration: none;
  border-radius: 5px;
  font-size: 20px;
  padding: 6px 10px;
  color: #f87171;
  transition: 0.2s ease;
  border: 1px solid #f87171;
  margin: 10px 10px;
}
.pro-navi a:first-child:hover {
  color: #fff;
  transform: scale(1.1);
  background-color: #1e3a8a;
}
.pro-navi a:last-child:hover {
  color: #fff;
  transform: scale(1.1);
  background-color: #f87171;
}

.project-img2 {
  width: 50%;

  padding: 0px;
  position: relative;
  text-align: center;
  vertical-align: center;
}

/*.project-img{
    padding: 10px;
      height: 100%;
    width: 50%;
    position: relative;
    background-repeat: no-repeat;
    
    border: 1px solid #fff;
    background-position: center center;
    background-image: url('assets/images/computer-frames-for-youtube-videos_1.png');
  }
  .project-img img{
    object-fit: contain;
    height: 242px;
    height: 56%;
    width: 74%;
    border: 0.5px solid red;
    top: 4%;
    left:13%;
    position: absolute;
  }*/

.project-main,
.project-main2 {
  display: flex;
  margin: 16px;
}
.project-main2 {
  margin-top: 60px;
}

.project-img {
  padding: 10px;

  width: 40%;
  position: relative;
}

.pro-heading {
  font-size: 50px;
  margin-top: 40px;
  margin-left: 40px;
  font-weight: 600;

  padding-left: 4px;
  color: #1e3a8a;
  border-radius: 5px;
}
.pro-buttons {
  cursor: pointer;
  padding: 10px;
  margin-left: 10px;
}
.pro-buttons i:first-child {
  padding: 10px;
  color: #1e3a8a;
  font-size: 20px;
  border: 1px solid #1e3a8a;

  border-radius: 5px;
  transition: 0.2s ease;
}
.pro-buttons i:last-child {
  padding: 10px;
  color: #f87171;
  font-size: 20px;
  border: 1px solid #f87171;

  border-radius: 5px;
  transition: 0.2s ease;
}
.pro-buttons i:first-child:hover {
  color: #fff;
  background-color: #1e3a8a;
  transform: scale(1.05);
}
.pro-buttons i:last-child:hover {
  color: #fff;
  background-color: #f87171;
  transform: scale(1.05);
}

.img-a {
  height: 100%;
  width: 100%;
}
.img-b {
  height: 54%;
  transition: 0.5s ease;
  width: 89.5%;
  position: absolute;
  top: 5%;
  object-fit: fill;
  left: 5.5%;
}
.img-a2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.img-b2 {
  transition: 0.5s ease;

  margin-left: 14px;
  height: 89%;
  width: 48%;
  margin-top: 30px;
  object-fit: fill;
}

.android-note {
  font-size: 14px;
  font-weight: 600;
  color: #f87171;
  opacity: 0.6;
  font-family: "Inter", sans-serif;
  margin-left: 15px;
}
