.parallax {
  /* The image used */
  background-image: url("../../Images/domestic_air_conditioner.jpg");
  /* Set a specific height */
  min-height: 350px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gradient-text {
  background-color: #f3ec78;
  background-image: linear-gradient(45deg, #90d3d8, #2b54a3);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.parallax1 {
  /* The image used */
  background-image: url("../../Images/7.jpg");
  /* Set a specific height */
  min-height: 80px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .text {
  position: relative;
  text-align: right;
  float: right;
  clear: right;
}

.text::after {
  content: "";
  position: absolute;
  border-top: 1px solid black;
  left: 35%;
  bottom: 0;
  width: 30%;
  height: 0px; */
}
