.ParalaxImage1, .ParalaxImage2, .ParalaxImage3, .ParalaxImage4 {
  position: relative;
  opacity: 0.7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-attachment: fixed;
}

#textwhite {
  color: white !important;
}

.ParalaxImage1 {
  background-image: url('../../assets/img/car_cleaning.jpg');
  min-height: 60vh;
}

.ParalaxImage2 {
  background-image: url('../../assets/img/aquapel.jpeg');
  min-height: 400px;
}

.ParalaxImage3 {
  background-image: url('../../assets/img/boat.jpg');
  min-height: 400px;
}

.ParalaxImage4 {
  background-image: url('../../assets/img/car2.jpg');
  min-height: 400px;
}

.section {
  text-align: center;
  padding: 30px 0;
}

@media (min-width: 576px){
  .section {
    padding:30px 80px;
  }
}


#section1 {
  height: auto;
}

.section-light {
  background-color: #f4f4f4;
  color: rgb(61, 61, 61);
}

.btn {
  border-radius: 30px 30px 30px 30px;
}

.ptext {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 27px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.special-offer {
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 1.5em;
  letter-spacing: 3px;
}

.ptext .border{
  background-color: #111;
  color: #fff;
  padding: 20px;
}

.ptext .border,
.special-offer .border{
  background-color: rgba(25, 20, 20, 0.9);
  color: #fff;
  padding: 20px;
}

.ptext .border.trans {
  background-color: transparent;
}

.before-text {
  width: 150px; 
  padding: 10px 30px 10px 30px; 
  /* border: 1px solid white;  */
  font-size: 25px; 
  color: white; 
  background-color: rgba(32, 31, 31, 0.7);
}

.after-text {
  width: 150px; 
  padding: 10px 30px 10px 30px; 
  /* border: 1px solid white;  */
  font-size: 25px; 
  color: white; 
  background-color: rgba(32, 31, 31, 0.7);
}

@media (max-width: 568px) {
  .ParalaxImage1, .ParalaxImage2, .ParalaxImage3, .ParalaxImage4 {
    background-attachment: scroll;
  }
}

@media (max-width: 767px) {
  .ptext {
    font-size: 17px;
  }
    .special-offer {
        font-size:17px;
    }
    
    .special-title {
        font-size: 20px;
    }
}

@media (max-width: 600px) {
  .ptext {
    font-size: 13px;
  }
    .special-offer {
        font-size:13px;
    }
    
    .special-title {
        font-size: 17px;
    }
}

@media (max-width: 600px) {
  .section.section-light {
    padding: 50px 30px;
  }
}

.portrait {
  transform: rotate(90deg);
}

.landscape {
}

.carousel-item {
  overflow: hidden;
}

