/* Popup Start */

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 999999;
  overflow: hidden;
}

.popup img {
  width: 100%;
  height: auto;
  display: block;
  border: 5px solid darkslategrey;
}

.popup .close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #ff0000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 1001;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 999;
  display: none;
}

@media(max-width:1400px) {
  .popup {
    top: 53%;
  }
}

@media(max-width:700px) {
  .popup {
    top: 40%;
  }
}


/* popup close */







.bg-white {
  background: white !important;
}

.scroll-new h3 {
  font-weight: 700;
  font-size: 40px;
  border-bottom: 2px solid white;
  padding-bottom: 11px;
}

.scroll-new h3 .red-ppf {
  color: red;
}

.scroll-new h3 a {
  color: white;
  text-decoration: none;
  font-size: 40px;
}

.scroll-new p {
  font-size: 15px;
}

.scroll-new p a {
  color: #fff;
  font-size: 19px;
  transition: 400ms;
  text-decoration: none;
}

.scroll-new p a span i {
  color: red;
  margin-left: 5px;
  font-size: 32px;
  position: relative;
  top: 4px;
}

.fixed-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: background-image 0.5s ease-in-out;
  z-index: -1;
}

.scroll-container {
  position: relative;
  z-index: 1;
}

.scroll-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 20px;
  box-sizing: border-box;
}

.paint-protect-sec {
  /* margin-top: 60px; */
  padding-top: 60px;
}

section.explore-sec {
  padding-top: 60px;
}

.Car-Wash {
  display: none;
}

@media(max-width:500px) {
  .category-box__img-wrapper video {
    display: none;
  }

  .earth-vedio video {
    display: none;
  }

  .prof-sec video {
    display: none;
  }

  .Car-Wash {
    display: block;
  }

  .new2 {
    height: 222px !important;
  }

  .earth-vedio .Car-Wash {
    height: 550px;
  }
}

.body-white {
  background: white;
}

.body-top {
  margin-top: -4px !important;
  padding-top: 53px;
  padding-bottom: 41px;
}

section.banner-content {
  z-index: 2;
  margin-top: -8px;
}

.installation {
  padding-bottom: 10px !important;
}

@media(max-width:997px) {
  .join-white {
    padding-top: 157px;
  }
}

.scroll-new {
  padding: 30px 30px;
  background: #00000096;
}

@media(max-width:768px) {
  .scroll-section {
    padding: 20px 5px !important;
  }

  .scroll-new h3 {
    font-size: 30px !important;
  }

  .scroll-new h3 a {
    font-size: 30px !important;
  }
}

.ug-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 5px;
}

.ug-banner1 {
  background-image: url(https://www.ultraguardindia.com/assets/images/Clear-PPF.webp);
}

.ug-banner2 {
  background-image: url(https://www.ultraguardindia.com/assets/images/Matte-PPF.webp);
}

.ug-banner3 {
  background-image: url(https://www.ultraguardindia.com/assets/images/BLACK-PPF.webp);
}

.ug-banner4 {
  background-image: url(https://www.ultraguardindia.com/assets/images/COLOR-PPF.webp);
}

.ug-banner5 {
  background-image: url(https://www.ultraguardindia.com/assets/images/TEXTURE-PPF.webp);
}

.ug-banner6 {
  background-image: url(https://www.ultraguardindia.com/assets/images/SUNROOF-PPF.webp);
}

.ug-banner7 {
  background-image: url(https://www.ultraguardindia.com/assets/images/WINDOW-TINT.webp);
}

.scroll-new p {
  font-size: 15px;
  color: white;
  font-weight: 300;
}