<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Body Section */
.portfo-image1 img {
  position: relative;
  top: 113px;
  width: 82px;
  height: 87px;
  right: 199px;
}

.portfo-section h5 {
  font: normal normal bold 67px/115px Montserrat;
  position: relative;
  top: 29px;
}

.portfo-image2 img {
  width: 600px;
  position: relative;
  top: 77px;
  left: 4px;
}

.portfo-image3 img {
  position: relative;
  top: 87px;
  left: 334px;
  width: 37px;
  height: 44px;
}

/* Project Description section */
.project-description-section {
  margin: 10% 10% 5% 10%;
  width: 85%;
}
.text-heading {
  text-align: center;
  color: var(--dark);
  opacity: 1;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px;
}
.text-con {
  text-align: center;
  letter-spacing: 0px;
  color: #848484;
  opacity: 1;
  padding-bottom: 36px;
}
.related-projects {
  justify-content: space-evenly;
  margin: 30px auto 0;
}

/* btn and section title are globally use  */
.btn {
  padding: 10px 25px;
}

.section-title {
  font-size: 85px;
  font-weight: 700;
  line-height: 2;
}

/* Media Querry */
@media (max-width: 768px) {
  /* Header CSS */

  /* Body Section */
  .portfo-image1 img {
    top: 70px; /* Adjust top position for smaller screens */
  }

  .portfo-section h5 {
    font-size: 36px; /* Adjust font size for smaller screens */
    top: 0; /* Adjust top position for smaller screens */
  }

  .portfo-image2 img {
    width: 100%; /* Adjust image width for smaller screens */
    top: 40px; /* Adjust top position for smaller screens */
  }

  .portfo-image3 img {
    top: 40px; /* Adjust top position for smaller screens */
    left: 0; /* Adjust left position for smaller screens */
  }

  /* Project Description section */
  .project-description-section {
    margin: 10% 5%; /* Adjust margin for smaller screens */
    width: 90%; /* Adjust width for smaller screens */
  }

  .text-heading {
    font-size: 24px; /* Adjust font size for smaller screens */
  }

  .text-con {
    font-size: 16px; /* Adjust font size for smaller screens */
    padding-bottom: 20px; /* Adjust padding for smaller screens */
  }
  .web-last-text {
    font-size: 10px; /* Adjust font size for smaller screens */
  }
}
</pre></body></html>