@media only screen and (max-width: 872px) {
  .skills-logo-container {
    flex-wrap: wrap;
    gap: 10px;
    height: 300px;
  }

  .para-side{
    font-size: 1.3rem;
  }


  .image-side{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2vh 0px;
  height: 35vh;
}

  .skills-logo-container .skill-logo {
    width: 13vh;
  }

  .leftText {
    font-size: 26px;
  }

  .rightText {
    font-size: 26px;
  }

  .tagline {
    font-size: 14px;
    text-align: center;
  }

  .name-section {
    font-size: 26px;
  }

  .btn-class {
    padding: 10px;
    font-size: 16px;
    margin: 12px 0px;
  }

  .btn-class .btn1 {
    font-size: 10px;
  }

  .btn1 {
    padding: 10px 7px;
    margin: 0px 5px;
  }

  .nav-center ul li a {
    font-size: 15px;
    padding: 0px 5px;
  }
  .nav-center ul li {
    font-size: 0px 15px;
  }

  .nav-right li {
    margin: 0px 5px;
  }
  .nav-right-logo {
    width: 28px;
    height: 28px;
  }
  .nav-left {
    width: 13%;
  }

  .footer-right {
    /* font-size: 11px */
  }

  .footer-section {
    font-size: 12px;
  }

  .skill-logo {
    width: 140px;
    height: 20vw;
  }
  .tagline {
    padding: 0px 10px;
  }

  #navbar {
    justify-content: space-between;
  }
  .front-profile {
    height: 67vh;
  }

  .right-Developer-side:hover .btn1 {
    visibility: visible;
    opacity: 1;
    /* transition: none; */
  }
  /* .left-Programming-side:hover .btn1 {
    visibility: visible;
    opacity: 1;
    transition: none;
  } */

  .latest-project-container {
    border: 1px solid rgb(182, 182, 182);
    width: 71VW;
    height: 43vh;
  }
  
  .img-latest-project-section {
    /* border: 2px solid yellow; */
    width: 92%;
    height: 29vh;
  }
}




/* For mobiles phones */

@media only screen and (min-height: 650px) and (max-width: 1200px) {
  
  .about-me{
    flex-wrap: wrap;
    width: 100%;
  }
  .para-side{
    font-size: 1.3rem;
  }
  .image-side{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0px;
  height: 35vh;
}
  
  .para-side {
    width: 84%;
}

.about-logo-setting1 {
  height: 43vw;
  width: 43vw;
}


.para-side p {
  font-size: 1rem;
  color: black;
  font-weight: 400;
}
.about-me p {
  padding: 0px 11px;
}
  
  .skills-logo-container .skill-logo {
    width: 17vw;
  }

  .latest-project-container {
    border: 1px solid rgb(182, 182, 182);
    width: 418px;
    height: 33vh;

  }

  .img-latest-project-section {
    /* border: 2px solid yellow; */
    width: 92%;
    height: 25vh;

  }

  .front-profile {
    height: 66vw;
  }
}

@media only screen and (max-width: 568px) {
  .responsive-work {
    visibility: visible;
  }

  .para-side{
    font-size: 1rem;
  }

  .image-side{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0px;
  height: 35vh;
}

  .responsive-work {
    visibility: visible;
  }

  .right-Developer-side {
    visibility: collapse;
  }

  .left-Programming-side {
    visibility: collapse;
  }

  .btn1 {
    visibility: collapse;
  }

  .center-Profile-side {
    transition: transform 0.4s ease-in-out;
  }

  .left-transform {
    transform: translateX(-2%);
  }

  .btn1 a {
    font-size: 10px;
    padding: 0px;
  }

  .right-Developer-side {
    width: 50%;
    /* border: 2px solid red; */
    visibility: visible;
    padding: 4px;
  }
  .name-section {
    font-size: 16px;
  }

  .left-Programming-side {
    width: 0%;
  }
  .latest-project-container {
    border: 1px solid rgb(182, 182, 182);
    width: 78%;
    height: 30vh;

  }

  .img-latest-project-section {
    /* border: 2px solid yellow; */
    width: 92%;
    height: 20vh;

  }
  .latest-projects h1:nth-child(1){
    font-size: 24px;
  }

  .latest-projects h1{
    margin: 1vh;
  }



  .info-latest-project-section h1{
    font-size: 20px;
font-weight: lighter;
  }


  .tagline {
    padding: 0px 5px;
    font-size: 10px;
  }

  .responsive-work {
    visibility: collapse;
  }

  .skill-name {
    font-size: 11px;
  }

  .skills-logo-container .skill-logo {
    height: 25vw;
    width: 95px;
  }

  .skills-title {
    font-size: 24px;
  }

  .project-container {
  }

  .project-1 {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }

  .nav-left {
    width: 25%;
  }

  .nav-center {
    margin: 4px;
    width: 100%;
  }

  .nav-right {
    width: 60%;
  }

  #navbar {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .nav-left .logo {
    height: 49px;
    width: 49px;
  }

  .nav-center ul li a {
    font-size: 14px;
  }

  .nav-right {
    height: 5vh;
    margin-bottom: 7px;
  }

  .Main-Content {
    margin-bottom: 54px;
  }

  .footer-section {
    font-size: 13px;
    /* padding: 24px 0px; */
  }

  .footer-section {
    height: 11vh;
    flex-wrap: wrap;
  }

  .footer-section p {
    text-align: center;
    margin: auto;
  }

  .footer-right {
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
