html{
  scroll-behavior: smooth;
}
body{
  margin: 0;
  padding: 0;
  background-color: #222627;
  color: #ddd;
  scroll-behavior: smooth;
}
.my_logo{
  border-radius: 50%;
  height: 90%;
  width: auto;
  border: 2px solid black;
}
.logo-span{
  margin-top: .5%; text-align: right; padding-right: 3%;
  width: 10vw;
}
.my_name{
  font-family: 'Poppins',sans-serif; 
  font-size: 1.5rem;
  margin: 3%;
  width: 45%;
  white-space: nowrap;
  margin-top: 1%;
  display: inline-block; text-align: left; padding-left: 3%;
}
.my_nav{
  font-family: 'Poppins',sans-serif; 
  display: flex;
  height: 4vw;
  background-color: #222627;
  min-height: 6vh;
  width: 100vw;
  position: fixed;
  z-index: 1000;
  top: 0;
  margin-top: 0;
  justify-content: center;
}

.my_text{
  font-size: 1.3rem;
  margin: 3%;
  margin-top: 1%;
  text-decoration: none;
  color: #fff;
  /* font-weight: 550; */
}
.my_text:hover{
  color:  #3498db;
}
.my_container {
  display: flex;
  margin: 8%;
  margin-left: 0px;
  justify-content: center;
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 3%;
}
.recent-work-container{
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 3%;
}
.column1 {
  width:100%;
  margin-left: 3vw;
  display: flex;
  flex-direction: column;
}

  .row {
    padding-top: 6%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .row2 {
    /* margin-top: 0px; */
    text-align: start;
    /* padding-top: 0px; */
    /* padding-left: 0; */
    /* margin-left: 0px; */
    font-weight: 600;
    margin-top: max(1vh,.5vw);
    font-family: 'Poppins',sans-serif;
    font-size: max(4vw,5vh);
    color: #F1F3F3;
  }
  .column2{
    width: 45%;
  }
  .image {
    width: 100%;
    height: auto;
    border-top-left-radius: 50%;
    border-top-right-radius: 40%;
    border-bottom-left-radius: 70%;
    border-bottom-right-radius: 70%;
  }
  .row3{
    color: dimgrey;
    font-size: max(2vw,3vh);
    font-family: 'Poppins',sans-serif;
    margin-top: max(1.2vh,.7vw);
    font-weight: 550;
  }
  .row4{
    color: dimgrey;
    font-size: max(1.3vw,2vh);
    font-family: 'Poppins',sans-serif;
    margin-top: max(1.2vh,.7vw);
  }
  .container2{
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-right: 10%;
  }
  .contact-button{
    font-family: 'Poppins',sans-serif ; 
    font-size: max(2.5vh,.8vw);
    font-weight: 500;
    margin-left: 10vw;
  }
  .my_responsive-button {
    display: inline-block;
    padding: 7px 9px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #3498db;
    height: 4.5vh;
    width: 20vh;
    color: white;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
  }
  
  .my_responsive-button:hover {
    background-color: #74b9e8;
    color: #fff;
  }
  .about-me-heading{
    font-family: 'Poppins',sans-serif ; 
    text-align: center;
    font-size: max(4vh,2.5vw);
  }
  .Intro-container{
    display: flex;
    margin-top: 4%;
    margin-left: 20%;
    margin-right: 20%;
    /* flex-wrap: wrap; */
  }
  
  .corosel-controller{
    font-family: 'Poppins',sans-serif ;
    color: white; 
  }
  .corosel-image{
    width: 48%;
  }
  
  @media screen and (max-width: 1000px) {
    .Intro-container{
      flex-wrap: wrap;
    }
    
  }
  .intro-image{
    max-width: 60vw;
    width: 60vh;
    border-radius: 5%;
    object-fit: cover;

  }
  .intro-text{
    font-family: 'Poppins',sans-serif; 
    margin: 3.5%;
    font-size: max(1.3vw,2vh);
  }
  .bold{
    display: inline;
    font-weight: 600;
    color: blue;
  }
  .slow-rotate{
    transform: rotate(180deg);
    transition: transform 500ms ease; /* Adjust the duration as needed */
  }
  .download-cv-button{
    font-family: 'Poppins',sans-serif; 
    font-size: max(2.3vh,.8vw);
    font-weight: 500;
    height: max(6vh,3.5vw);
    width: max(22vh,12vw);
    padding: 5px 10px;
  }
  .skills-container{
    display: flex;
    margin: 8%;
    margin-top: 3%;
    margin-left: 20%;
    margin-right: 20%;
    justify-content: center;
    margin-bottom: 3%;
    flex-direction: column;
  }
  .qualification-container{
    margin: 8%;
    margin-top: 3%;
    margin-left: 20%;
    margin-right: 20%;
  }
  .text-enhancer-class {
    font-family: 'Poppins',sans-serif; 
    margin-top: max(1.5vw,2vh);
  }
  #cursor {
    display: inline-block;
    width: 8px;
    height: 20px;
    background-color: #333;
    animation: blink 0.8s infinite;
  }
  
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }
  .service-inner{
    font-family: 'Poppins',sans-serif; 
    padding-top: min(15vw,19vh);
    padding-right: min(7vw,10vh);
    margin: 2%;
  }
  .services-container{
    justify-content: center;
    margin: 20%;
    margin-top: 3%; 
  }

  .contact-me-container{
    display: flex;
    justify-content: center;
    /* margin-left: 20%;
    margin-right: 20%; */
  }
  .right-margin{
    margin-right: 13%;
  }
  .left-margin{
    margin-left: 13%;
  }
  .footer{
    width: 100%;
    height: 20vh;
    font-family: 'Poppins',sans-serif ; 
    background-color: #0E181B;
    font-size: min(1rem,3vw);
  }
  @media screen and (max-width: 760px) {
    .right-margin{
      margin: 0;
    }
    .left-margin{
      margin-left: 0;
    }
    .service-inner{
      font-family: 'Poppins',sans-serif; 
      padding-top: min(15vw,19vh);
      padding-right: min(1vw,10vh);
      margin: 1%;
    }
    .services-container{
      margin: 2%; 
      /* justify-content: flex-start; */
    }
    .my_nav {
      visibility: hidden;
    }
    .my_container{
      flex-direction: column;
      margin-left: 5%;
      margin-right: 5%;
    }
    .recent-work-container{
      height: auto;
      margin-left: 5%;
      margin-right: 5%;
      margin-bottom: 3%;
    }
    .column1 {
      margin-left: 1px;
    }
    .column2{
      width: 100%;
    }
    .container2{
      display: flex;
      flex-direction: column;
      margin-left: 0px;
      margin-right: 4%;
    }
    .contact-button{
      margin-left: 5vw;
    }
    .Intro-container{
      flex-direction: column;
      margin-left: 8%;
      margin-right: 8%;
    }
    .intro-image{
      max-width: 80vw;
      width: 70vh;
      border-radius: 5%;
    }
    .skills-container{
      margin-left: 9%;
      margin-right: 9%;
    }
    .qualification-container{
      margin: 8%;
      margin-top: 3%;
      margin-left: 4%;
      margin-right: 8%;
    }
    .corosel-controller{
      flex-direction: column;
      align-items: center;
    }
    .corosel-image{
      width: 90vw;
    }
    .contact-me-container{
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
  }