.poppins-thin {
    font-family: "Poppins", system-ui;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", system-ui;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", system-ui;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", system-ui;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", system-ui;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", system-ui;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", system-ui;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", system-ui;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", system-ui;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", system-ui;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", system-ui;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", system-ui;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", system-ui;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", system-ui;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", system-ui;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", system-ui;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", system-ui;
    font-weight: 900;
    font-style: italic;
  }

  
body{
    font-family: "Poppins", system-ui;
    margin: 0px;

}
.half h2{
    font-size: 40px;
    margin-bottom: 0px;
  
}
.half h1{
    font-size: 50px;
    color: rgb(194, 62, 106);
    margin-top: 0px;

   
}
.half{
    width: 40%;
    float: left;
    margin-left: 5%;
    padding-left: 2%;
    margin-top: 3%;

}
.half img{
    width: 100%;
}
.lekha{
    padding-top: 8%;
}
p{
    font-size: 18px;
    color: dimgray;
    padding-bottom: 40px;
    
}
.button{
    text-decoration: none;
    font-weight: bold;
    background-image: linear-gradient(45deg,rgb(209, 42, 125),rgb(231, 126, 143));
    color: white;
    border-radius: 5%;
    padding: 10px 20px;
}
.container{
    background-image: url(images/header-bg.png);
    height: 700px;
    background-repeat: no-repeat;
    padding-bottom: 200px;
   
}
.middle{
    background-image: url(images/biography-bg.png);
    height: 700px;
    background-repeat: no-repeat;
    padding-bottom: 200px;
    

}

/* Latest section */
.latest {
    padding: 50px 5%;
    background-image: url(images/latest-work-bg.png);
    text-align: center;
    padding-bottom: 100px;
}

.latest h2 {
    font-size: 40px; 
    margin-bottom: 40px; 
}


.latest-work-container {
    display: flex;
    justify-content: center; 
    gap: 30px;
    flex-wrap: wrap; 
}


.work-item {
    flex: 1;
    max-width: 400px; 
    margin: 2%;
}

.work-item img {
    width: 100%; 
    height: auto; 
    border-radius: 10px; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
}


.client-testimonial {
    text-align: center;
    padding: 50px 5%;
    background-image: url(images/footer-bg.png);
}

.client-testimonial h2 {
    font-size: 40px; 
    margin-bottom: 40px;
}


.testimonial-content {
    margin-bottom: 40px; 
}

.client-name {
    font-size: 24px;
    color: #333;
    margin-bottom: 0px;
}

.client-position {
    margin-top: 0px;

    margin-bottom: 20px;
}

.client-feedback {
    font-size: 20px;
    color: black;
    max-width: 600px;
    margin: 0 auto; 
}


.contact-box {
    background: linear-gradient(45deg, rgb(226, 42, 134), rgb(227, 113, 132));
    color: white;
    padding: 16px 200px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 50px;
}

.client-email {
    font-size: 20px;
    color: white;
    font-weight: bold;
    margin-top: 0px;
}
#leave{
    color: white;
    margin-bottom: 0px;
}
.rights{
    padding-top: 10%;
}

