.services {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #f2f2f2;
    padding-bottom: 40px;
  }
  .services img {
    width: 70%;
  }




*{
  overflow-x: hidden;
}

body{
  width: 100%;
  background-image: url("./assests/HomeBackground.png");
}




  .hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px;
    width: 100%;
  }
  
  .hero-content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .hero-image {
    width: 600px;
  }
  .hero-image img {
    width: 600px;
  }
  
  .hero-title {
    font-size: 50px;
    margin-bottom: 10px;
    
  }
  
  .hero-subtitle {
    font-size: 26px;
    width: 600px;
    margin-bottom: 20px;
  }
  
  .hero-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;  
    width: 300px;
    padding: 10px 20px;
    border: none;
    background: #000;
    border-radius: 30px;
    color: white;
    margin-bottom: 20px;
  }
  .hero-info {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 20px;width: 600px;
  }
  .hero-button p{
    margin-bottom: 0px; 
  }
  



  .hero-2 {
    position: relative;
    text-align: center;
    padding: 50px 0px;
    width: 100%;
  }
  .hero-2 h1 {
    font-size: 40px;
    margin: 0;
  }
  .hero-2 img {
    max-width: 70%;
    height: auto;
    width: 800px;
    border-radius: 20px;
    margin-top: 20px;
  }
  .hero-2 p {
    font-size: 16px;
    margin-top: 20px;
    padding: 0px 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-2 .button {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
  }
  .services {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #f2f2f2;
    padding-bottom: 40px;
  }
  .services img {
    width: 70%;
  }
  @media (max-width: 768px) {
    .hero-2 p {
      font-size: 14px;
      padding: 0px 20px;
    }
    .hero-subtitle{
      width: 100%;font-size: 26px;
    }
    .hero-info{
      width: 100%;
      font-size: 14px;
    }
    .hero-image{
      display: none;
    }
  }





  .after-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .title-button-left button {
    background: #000;
    padding: 10px 30px;
    border: none;
    border-radius: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    font-size: 15px;
    width: max-content;
  }
  .title-button-left button p,
  .title-button-r button p {
    opacity: 0.7;
  }
  .title-button-right button {
    background: #000;
    padding: 10px 20px;
  
    border: none;
    border-radius: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    gap: 20px;
    font-size: 15px;
  }
  .hero-title-button-right {
    position: absolute;
    right: 0;
  }










  @media (max-width: 768px) {
    .hero {
      flex-direction: column-reverse;
      text-align: center;
      align-items: center;
      justify-content: center;
    }
    .hero-image img {
      width: 300px;
    }
  
    .hero-content {
      padding: 20px 0;
    }
    .hero-button {
      width: 100%;
    }
    
    .services img {
      width: 100%;
    }
  }
