body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
 font-family: 'Roboto', sans-serif;
}

.about {
    width: 100vw;
    height: 70vh;
  background-image: url(https://vitafurniturefittings.com/wp-content/uploads/2025/08/WhatsApp-Image-2025-08-01-at-12.44.25_eb71e87e-scaled.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);

}

.about-text {
    background: rgba(243, 110, 33, 0.7); 
    padding: 40px 80px;
    text-align: center;
    max-width: 50%;
    border-radius: 10px; 
}

.about h2 {
    color: #fff; 
    font-size: 4rem;
    margin: 0;
}

@media (max-width: 1024px) {
    .about {
        height: 60vh;
    }

    .about-text {
        max-width: 70%;
        padding: 30px 60px;
    }

    .about h2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .about {
        height: 50vh;
        padding: 10px;
    }

    .about-text {
        max-width: 85%;
        padding: 20px 40px;
    }

    .about h2 {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
    .about {
        height: 40vh;
    }

    .about-text {
        max-width: 90%;
        padding: 15px 25px;
    }

    .about h2 {
        font-size: 2rem;
    }
}

@media (max-width: 320px) {
    .about {
        height: 35vh;
    }

    .about-text {
        padding: 10px 20px;
    }

    .about h2 {
        font-size: 1.8rem;
  
  }
}



.Betters {
    display: flex;
    width: 100%;
    height: auto;
    margin: 30px auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 40px;
    box-sizing: border-box;
  }
  
  .Betters-1 {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  
  .Betters-text {
    max-width: 70%;
    padding: 50px;
    font-size: 20px;
  }
  
  .Betters-text h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-family: Yeseva One;

  }
  
  .Betters-text p {
    margin: 20px auto;
    line-height: 1.8;
    color: #898989;
  }
  
  .Betters-text button {
    background-color: #f36f21;
    color: white;
    font-size: 18px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 30px;
  }
  
  .Betters-text button:hover {
    background-color: #898989;
  }
  
  .Betters-2 {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  
  .Betters-2 img {
    max-width: 100%;
    height: auto;
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.05); */
  }
  
  @media (max-width: 1024px) {
    .Betters {
      flex-direction: column;
      text-align: center;
      padding: 30px;
    }
  
    .Betters-1, .Betters-2 {
      width: 100%;
    }
  
    .Betters-text {
      max-width: 80%;
      padding: 30px;
    }
  
    .Betters-text h2 {
      font-size: 35px;
    }
  
    .Betters-text p {
      font-size: 18px;
    }
  }
  
  @media (max-width: 768px) {
    .Betters-text {
      max-width: 90%;
      padding: 20px;
    }
  
    .Betters-text h2 {
      font-size: 28px;
    }
  
    .Betters-text p {
      font-size: 16px;
    }
  
    .Betters-text button {
      font-size: 16px;
      padding: 10px 20px;
    }
  
    .Betters-2 img {
      width: 90%;
    }
  }
  
  @media (max-width: 480px) {
    .Betters-text h2 {
      font-size: 24px;
    }
  
    .Betters-text p {
      font-size: 14px;
    }
  
    .Betters-text button {
      font-size: 14px;
      padding: 8px 16px;
    }
  
    .Betters-2 img {
      width: 100%;
    }
  }
  
  @media (max-width: 320px) {
    .Betters-text {
      padding: 15px;
    }
  
    .Betters-text h2 {
      font-size: 22px;
    }
  
    .Betters-text p {
      font-size: 13px;
    }
  
    .Betters-text button {
      font-size: 13px;
      padding: 6px 12px;
    }
  }
  

.acrosy {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 40px;
    box-sizing: border-box;
    font-family:  Open Sans;
}

.acrosy-1 {
    width: 50%;
    display: flex;
    justify-content: center;
}

.acrosy-1 img {
    max-width: 100%;
    height: 80vh;
}

.acrosy-2 {
    width: 50%;
    max-width: 70%;
    padding: 60px;
    font-size: 20px;
}

.acrosy-2 h2 {
    font-size: 45px;
    text-transform: uppercase;
    font-family: Yeseva One;

}

.acrosy-2 p {
    margin: 10px ;
    width: 80%;
    line-height: 1.8;
    color: #898989;
}

.acrosy-2 button {
  background-color: #f36f21;
  color: white;
    font-size: 18px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    margin-top: 30px;
    cursor: pointer;
}

.acrosy-2 button:hover {
  background-color: #898989;
}


@media (max-width: 1024px) {
    .acrosy {
        flex-direction: column-reverse;
        text-align: center;
        padding: 30px;
    }

    .acrosy-1, .acrosy-2 {
        width: 100%;
    }

    .acrosy-2 {
        max-width: 80%;
        padding: 40px;
    }

    .acrosy-2 h2 {
        font-size: 35px;
    }

    .acrosy-2 p {
        font-size: 18px;
        width: 90%;
    }
}

@media (max-width: 768px) {
    .acrosy-2 {
        max-width: 90%;
        padding: 30px;
    }

    .acrosy-2 h2 {
        font-size: 28px;
    }

    .acrosy-2 p {
        font-size: 16px;
    }

    .acrosy-2 button {
        font-size: 16px;
        padding: 10px 20px;
    }

    .acrosy-1 img {
        width: 90%;
    }
}

@media (max-width: 480px) {
    .acrosy-2 h2 {
        font-size: 24px;
    }

    .acrosy-2 p {
        font-size: 14px;
    }

    .acrosy-2 button {
        font-size: 14px;
        padding: 8px 16px;
    }

    .acrosy-1 img {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .acrosy-2 {
        padding: 20px;
    }

    .acrosy-2 h2 {
        font-size: 22px;
    }

    .acrosy-2 p {
        font-size: 13px;
    }

    .acrosy-2 button {
        font-size: 13px;
        padding: 6px 12px;
    }
}

  
