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;
}

.Contact {
  width: 100%;
  height: 70vh;
  background-image: url(https://vitafurniturefittings.com/wp-content/uploads/2025/03/Hero-Image-Container-5.png);
  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);
}

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

.Contact h2 {
  color: #fff;
  font-size: 3rem;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 320px) {
  .contact {
    height: 35vh;
  }
  .Contact h2 {
    font-size: 3rem;
  }
  .contact-text {
    padding: 10px 20px;
  }

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

/* section 2 */

.touch-1 {
  width: 100%;
  /* max-width: 90%; */
  background: white;
  padding: 70px 40px;

}
.touch-1 h2 {
  margin-bottom: 10px;
  font-size: 60px;
      margin-top: 30px;
}
.touch-1 p {
  font-size: 25px;
  position: absolute;
  color: #f36a25;
}
.app {
  max-width: 90%;
  /* margin: 0 auto; */
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-group input {
  flex: 1;
  min-width: 500px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  min-height: 100px;
  margin-top: 20px;
}
.btn-1 {
  display: inline-block;
  background: #f36a25;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
.assits-1 h2{
  margin-top: 20px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .touch-1 {
    padding: 10px;
  }
  .touch-1 h2 {
    font-size: 26px;
  }
  .touch-1 p {
    font-size: 18px;
    display: none;
  }
  .form-group {
    gap: 10px;
  }
  .form-group input,
  textarea {
    font-size: 14px;
    min-width: 100%;
  }
  .btn-1 {
    font-size: 16px;
    padding: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .form-group input {
    min-width: 200px;
  }

  textarea {
    padding: 0px;
  }
}

/* section 3 */

.assits {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  padding: 50px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}


.assits-1 {
  font-size: 40px;
}
.assits-1 p {
  position: absolute;
  font-size: 26px;
  color: #f36a25;
}
.assits-2 {
  font-size: 27px;
}

.assits-2 p{
  font-size: 20px;
 margin-top: 20px !important;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .assits {
    flex-direction: column;
    align-items: center;
    padding: 0px;
  }
.Contact{
  height: 50vh;
}
  .assits-1 {
    font-size: 25px;
    padding: 20px;
  }

  .assits-1 p {
    font-size: 18px;
  }

  .assits-2 {
    font-size: 18px;
    width: 100%;
    text-align: center;
            margin-bottom: 20px;

  }
  .assits-2 hr {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* .assits {
    padding: 10px;
  } */
  .assits-2 {
    font-size: 15px;
  }
  .assits-1 p {
    position: relative;
    font-size: 21px;
  }

  .Subcribe {
    /* padding: 40px 50px; */
    display: flex;
    flex-direction: column;
  }
  .assits-1 {
    font-size: 20px;
  }
}

/* section 4 */

.Subcribe {
  background-color: #f26522;
  color: white;
  padding: 40px 120px;
  display: flex;
  justify-content: space-evenly;
  height: 300px;
  align-items: center;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.Subcribe-1 h2 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: bold;
}

.Subcribe-1 p {
  font-size: 25px;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  height: 50px;
  max-width: 500px;
  margin: 50px auto;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  overflow: hidden;
}

.newsletter-form input {
  flex: 1;
  border: none;
  padding: 12px;
  font-size: 18px;
  /* background: transparent; */
  outline: none;
  color: white;
  max-width: 70%;
}
.newsletter-form button {
  background-color: #ffffffd6;
  color: #f26522;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  width: 30%;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .Subcribe {
    flex-direction: column;
    height: auto;
  }
  .Subcribe-1 p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .Subcribe {
    padding: 40px 40px;
  }
  .newsletter-form input {
    font-size: 10px;
  }
  .Subcribe-1 h2 {
    font-size: 21px;
  }
  .newsletter-form {
    margin: 10px auto;
  }
}

@media  (min-width: 320px) {
 
  .newsletter-form {
    margin: auto 5px;
}
}

@media  (max-width: 425px) {
  .newsletter-form input {
      font-size: 15px;
      max-width: 62%;
  }
  .newsletter-form {
    margin: auto 5px;
}
.newsletter-form button {

  padding: 0px 0px;
  
}
}


@media  (max-width: 768px) {
  .newsletter-form input {
      font-size: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .newsletter-form input {
    font-size: 25px;
  }
  .Subcribe-1 h2 {
    font-size: 33px;
  }
  .newsletter-form {
    overflow: visible;
  }
  .Subcribe-1 p {
    font-size: 22px;
  }

}
