h1,h2,h3,h4,h5,h6,a,li{
    font-family: 'Barlow Condensed', sans-serif;
}
p{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align: justify;
}
a{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align: justify;   
}
ul,li{
    padding: 0;
    margin: 0;
}
h2 {
    font-size: 42px;
    font-weight: 600;
    color: #000;
}
a{
    text-decoration: none;
}
li{
    text-decoration: none;
    list-style: none;
}
button:active {
    background-color: #000!important;
}
.main-navbar{
    position: relative;
    /* background: #000; */
    background: #333;
}
.main-navbar .navbar {
    /* position: absolute; */
    top: 4px;
    z-index: 1;
    /* padding-bottom: 17px; */
}
.main-navbar .navbar img {
    /* width: 56%; */
}

.main-navbar ul li a {
    color: #fff;
    font-size: 16px;
    margin-left: 21px;
    text-transform: uppercase;
    font-weight: 400;
}
.main-navbar .col-lg-8 .navbar-collapse{
    float: right;
}

section.hero-section {
    position: relative;
    display: grid;
}



.who-we-are {
    position: relative;
    z-index: 1;
}
.who-we-are h2{
    color: #fff;
}
.who-we-are p{
    color: #fff;
}

.main-services-one {
    padding-top: 63px;
    padding-bottom: 42px;
    position: relative;
}
.why_need_sec img{
    width: 100%;
}
.about_btn.new-animate-btn a {
    background: #000;
    color: #fff;
    padding: 15px 52px;
    border-radius: 11px;
    font-size: 21px;
    margin-top: 10px;
    display: inline-block;
    line-height: 24px;
    border: 2px solid #e12d1b;
}
.why_need_sec .row{
    display: flex;
    align-items: center;
}
.all-small-car span img {
    padding-bottom: 10px;
    width: 18%!important;
}
.why-choose-sec {
    background-color: #000;
    padding: 50px 0px;
}
.choose-kind {
    padding-top: 14px;
    position: relative;
    /* background-color: #ff0508; */
    border-radius: 0px 43px 0 0;
    padding-bottom: 74px;
    margin-bottom: 57px;
    position: relative;
}
.choose-kind:after {
    content: '';
    position: absolute;
    /* clip-path: polygon(0 0, 100% 0, 100% 91%, 50% 71%, 51% 71%, 0 91%); */
    inset: 0;
    width: 100%;
    height: 179px;
    /* background: #c8c8c8; */
    z-index: 0;
    /* border-radius: 0px 41px 0 0; */
}
.enjoy-kind  p {
    color: #000!important;
    padding: 0px 20px 20px;
    margin: 0;
}

.choose-kind h3:first-child {
    color: #1d1d1d;
    position: relative;
    z-index: 1;
}

section.why-choose-sec p {
    color: #fff;
    text-align: center;
}
section.why-choose-sec h3 {
    color: #000;
    font-size: 24px;
}
section.why-choose-sec h2 {
    color: #fff;
}
section.why-choose-sec .row .col-lg-6 {
    margin-bottom: 45px;
}
.why-choose-sec .row .col-lg-8 {
    padding-left: 37px;
}
.why-choose-sec {
    background-color: #000;
    padding: 54px 0px 59px 0px;
}
.section.why-choose-sec .row .col-lg-6{
    position: relative;
}
.paint-protect-sec{
    margin-top: 60px;
}
section.paint-protect-sec img {
    width: 100%;
    border-radius: 10px;
}
section.banner-content {
    background: #fff;
    padding: 72px 0px;
    position: relative;
    z-index: -1;
}
section.banner-content p {
    margin: 0;
    color: #000;
    text-align: center;
}
section.banner-content h1 {
    color: #000;
    font-size: 51px;
    line-height: 58px;
    font-weight: 700;
    text-align: center;
}
section.banner-content .row {
    align-items: center;
}
section.banner-content .col-lg-4 .item-button {
    text-align: end;
}
.item-button a {
    background-color: #fff;
    padding: 15px 46px 17px 46px;
    border: 2px solid #ffffff;
    /*    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);*/
    color: #000;
    border-radius: 11px;
    font-size: 21px;
    transition: 400ms ease-in-out;
}
.item-button a:hover {
    background-color: #000;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 100% 100%, 0 100%, 0 20px);
    color: #fff;
    transition: 400ms ease-in-out;
    border: 2px solid #ff0508;
    background: #ff0508;
}
.red-ppf{
    color: #ff0508;
}


/* footer css */
.footer-logo-content-one {
    text-align: left;
}
.footer-logo-content-one .h3-title {
    color: #fff;
}
.footer-logo-content-one p {
    color: #ffffff;
    /* text-align: justify; */
}
.footer-social-media-one {
    margin-top: 22px;
}
.footer-social-media-one ul {
    display: flex;
    align-items: center;
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social-media-one ul li {
    margin-right: 10px;
}
.footer-social-media-one ul li a {
    width: 40px;
    height: 40px;
    background-color: rgb(255,255,255,0.2);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}
.footer-links-one {
    text-align: left;
    padding: 0 24px 0px 62px;
}
.footer-links-one ul li {
    margin-bottom: 15px;
}
.footer-contact-one {
    text-align: left;
}
.footer-contact-icon-one {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.footer-contact-one ul li span {
    color: #ffffff;
    line-height: 24px;
    width: calc(100% - 60px);
    font-family: 'Poppins';
    font-size: 15px;
}
.footer-contact-icon-one i {
    color: #e0b414;
    font-size: 18px;
}


.copyright-text-one span {
    margin-bottom: 0;
    color: #ffffff;
    line-height: 15px;
    font-family: 'Poppins';
}

.copyright-links-one ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    float: right;
}
.copyright-links-one ul li:last-child {
    margin-right: 0;
}
.copyright-links-one ul li:last-child {
    margin-right: 0;
}
.copyright-links-one ul li a::before {
    /* content: ""; */
    /* position: absolute; */
    width: 10px;
    height: 10px;
    background-color: #2483e2;
    border-radius: 100%;
    top: 4px;
    left: 0;
}
h3.h3-title {
    color: #fff;
}

.footer-links-one ul li {
    margin-bottom: 11px;
}
.footer-links-one ul li::marker {
    color: #ff0508;
}
.footer-contact-one ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.btn-style2 {
    font-size: 18px;
    line-height: 1.3em;
    background-color: #da2426;
    padding: 18px 39px 15px 39px;
    border: 2px solid #da2426;
    font-family: 'Chakra Petch', sans-serif;
    width: 100%;
    color: #fff;
    border-radius: 0;
    transition: 400ms ease-in-out;
    border-radius: 11px;
}
.btn-style2:hover {
    background: #fff;
    color: #d16527;
    transition: 400ms ease-in-out;
}
.subs-btn {
    border-top: 1px solid #757373;
    padding-top: 20px;
}
.copyright-links-one ul li a {
    background: #ffffff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 8px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #da2426;
}

/* footer end */

.about-title-one h2 {
    color: #000;
}
.paint-protect-sec h2{
    color: #000;
}
section.why-choose-sec .row {
    display: flex;
    justify-content: center;
    text-align: center;
}
.enjoy-kind {
    background-color: #fff;
    border: 4px solid #f00;
    box-shadow: 0px 0px 0px 4px #fff;
    border-radius: 2px;
}
.choose-kind span {
    left: 50%;
    width: 85px;
    background: #fff;
    border-radius: 1000%;
    font-size: 50px;
    padding: 15px;
    font-weight: 500;
    display: inline-block;
    height: 85px;
    align-items: center;
    line-height: 38px;
    position: absolute;
    transform: translateX(-50%);
    box-shadow: 0px 0px 0px 5px #ff0000;
    top: 32px;
    z-index: 1;
    color: #000;
   
}
section.why-choose-sec .row .col-lg-3 {
    display: flex;
}
.why-choose-sec .row:first-child {
    margin-bottom: 16px;
}
.advantage {
    background-color: #ccc;
    padding: 47px 0px;
    margin-top: 60px;
    background-image: url("../images/bg-ug.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    border-bottom: 1px solid #d12729;
}
.advatage-kind {
    display: flex;
    align-items: center;
     margin-bottom: 7px;
    padding: 14px 24px;
    border-radius: 4px;
   
}
.advatage-kind h3 {
    color: #fff;
}
.advatage-kind p {
    color: #fff;
    margin: 0;
    text-align: left;
}
.advatage-img span i {
    color: #fff;
    font-size: 60px;
}
.advantage-content {
    padding-right: 21px;
}
section.advantage h2 {
    margin-bottom: 47px;
    color: #fff;
}
.cta-sec {
    background: #fff;
}
section.cta-sec h2 {
    margin-bottom: 25px;
}
section.cta-sec .row {
    align-items: center;
}
section.cta-sec img {
    width: 100%;
    height: 241px;
    object-fit: cover;
}
.how-does-car {
    background-image: url(https://grandcarrentalv1.b-cdn.net/wp-content/uploads/2017/01/IMG_3496bfree.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.how-does-car:after {
    content: '';
    position: absolute;
    inset: 0;
    background: #333333d6;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.blog-box {
    background: #fff;
    box-shadow: 1px 2px 5px #fff;
    border-radius: 20px;
    border: 1px solid #000;
    margin-bottom: 40px;
    padding: 10px;
    transition: 400ms ease-in-out;
}
section.why-choose-sec.how-does-car .row:last-child .col-lg-4 {
    display: flex;
}
.blog-box-img img {
    width: 100%;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    height: 220px;
    object-fit: cover;
    border-radius: 19px;
}
.blog-box-contnt {
    padding: 25px;
}
.blog-heading-bx {
    background: #000;
    padding: 10px 24px;
    border-radius: 22px;
    margin-top: -60px;
    position: relative;
    border:2px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 400ms ease-in-out;
}
.blog-heading-bx h3 {
    text-align: center;
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}
.blog-date-p p{
    color: #000!important;
    padding-top: 38px;
}
.blog-box-contnt {
    padding: 25px;
    margin-bottom: 22px;
}
.my-project-box {
   
    display: flex;
    box-shadow: 0;
    margin: 56px 13px;
    align-items: center;
}
.my-project-slider .owl-nav {
    position: relative;
}

.my-project-slider .owl-nav button span {
   
    color: #fff;
    font-size: 102px;
    line-height: 29px;
    width: 69px;
    height: 44px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 5px;
    font-weight: 600;
}
.my-project-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.my-project-slider .owl-nav  button.owl-next {
    position: absolute;
    right: -1230px;
}
.project-contnt-b {
    width: 50%!important;
    font-style: italic;
    margin: auto;
}
.project-img {
   
    margin-right: 24px;
    border-radius: 12px;
}

.my-project-slider .owl-dots {
    text-align: center;
    display: none;
}
.project-btn-c p {
    color: #fff;
    font-weight: 600;
    margin: 0;
    text-align: center;
}
.my-project-slider button.owl-dot.active {
    width: 15px;
    height: 15px;
    box-shadow: rgb(255 255 255) 0px 0px 14px;

}
.project-top-h h3{
    font-size: 38px;
    margin-bottom: 15px;
    position: relative;

}
.project-top-h h3:after {
    content: '';
    position: absolute;
    background: #000;
    bottom: -6px;
    left: 39%;
    width: 32%;
    height: 3px;
    transform: translateX(-120%);
}
.my-project-slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 5px;
    border-radius: 100%;
    border:1px solid #ccc;
}
.my-project-slider button.owl-dot.active {
    width: 15px;
    height: 15px;
    border:1px solid #a8a8a8;
    padding: 2px;
    background: #ccc;
}
.explore-sec .row:first-child{
justify-content: center;
text-align: center;
}
section.explore-sec {
    padding: 60px 0px 40px;
} .card {
    border-radius: 10px;
    padding: 22px 20px;
    box-shadow: 1px 3px 10px #ccc;
    margin-bottom: 27px;
}
.project-img {
    width: 92%;
    margin-right: 24px;
    border-radius: 12px;
}
.project-img img {
    border-radius: 3px;
    width: 76%!important;
}
.my-project-slider .item {
    margin: 10px 0px;
}
.explore-sec h2 {
    margin-bottom: 27px;
    color: #000;
}
.ppf-sec{
    /* background-color: #333; */
    background: rgb(224,194,20);
background: linear-gradient(139deg, rgba(224,194,20,1) 0%, rgba(127,127,127,1) 25%, rgba(51,51,51,0.8940826330532213) 75%);

    padding: 58px 0px 113px;
}
.ppf-sec h2 {
    margin-bottom: 64px;
    color: #fff;
}
.ppf-sec p{
    color:#fff;
}
.ppf-kind {
    border-top: 2px solid #221f1f;
    padding-top: 20px;
    margin-bottom: 40px;
    transition: 400ms ease-in-out;
}
.ppf-kind:hover {
    border-top: 2px solid #d12729;
    transition: 400ms ease-in-out;
}
.ppf-kind h3{
    color: #ff0508;
}
.second-cta-box {
    /* background-color: #ff0508; */
    background: #333;
    box-shadow: 2px 2px 4px 6px #ccc;
    padding: 51px 40px;
    margin-top: -100px;
    position: relative;
    border-radius: 10px;
    border: 2px solid #333;
    overflow: hidden;
}
.second-cta-box:hover{
    /* background: #e12d1b; */
    background: rgb(224,194,20);
background: linear-gradient(139deg, rgba(224,194,20,1) 0%, rgba(127,127,127,1) 25%, rgba(51,51,51,0.8940826330532213) 75%);
    transition: 400ms ease-in-out;
}
.second-cta h2 {
    color: #fff;
}
.second-cta p {
    color: #fff;
}
.second-cta-box:hover h2{
    color: #fff;
}
.second-cta-box:hover p{
    color: #fff;
}

.mr-btm p{
    margin-bottom: 25px;
}
.second-cta-box .row {
    align-items: center;
}
.second-cta-box:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 436px;
    height: 100%;
    z-index: -1;
    transform: skew(-13deg, 0deg);
}
.factory-sec{
    padding: 53px 0px;
    
}

  /* Image gallery stlyling */
  
  .container__img-holder {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    gap: 11px!important;
    display: inline-grid;
}
.container__img-holder:after {
    content: '';
    inset: 0;
    background: #ffffff;
    border-radius: 5px;
    opacity: 0.1;
    transition: 400ms ease-in-out;
}
.container__img-holder:hover:before {
    content: '+';
    position: absolute;
    inset: 0;
    transition: 400ms ease-in-out;
    font-size: 58px;
    opacity: 1;
    color: #dc1111;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.container__img-holder:hover:after {
    opacity: 0.7;
    transition: 400ms ease-in-out;
}
.container__img-holder:first-child {
    margin-left: 0;
}
ul#pills-tab {
    background: #fff;
    display: inline-flex;
    border-radius: 6px;
}
ul#pills-tab li button {
    font-size: 19px;
    padding: 10px 45px;
    color: #da2426;
}
ul#pills-tab li button.active {
    background-color: #fff;
    color: #000;
}
ul#pills-tab li button.active{
    background-color: #fff;
}
section.gallery-sec .row:last-child {
    text-align: center;
}
div#pills-tabContent {
    margin-top: 0px;
}
  

  
  .container__img-holder img {
    width: 100%!important;
   
  }
  

  .img-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 86%);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 2;
  }
  
  .img-popup img {
    max-width: 900px;
    width: 100%;
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  
  .close-btn {
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
  }
  
  .close-btn .bar {
    height: 4px;
    background: #fff;
  }
  
  .close-btn .bar:nth-child(1) {
    transform: rotate(45deg);
  }
  
  .close-btn .bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }
  
  .opened {
    display: flex;
  }
  
  .opened img {
    animation: animatepopup 1s ease-in-out .8s;
    -webkit-animation: animatepopup .3s ease-in-out forwards;
  }
  
  @keyframes animatepopup {
  
    to {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
    }
  
  }
  
  @media screen and (max-width: 880px) {
  
    .container .container__img-holder:nth-child(3n+1) {
      margin-left: 16px;
    }
  
  }
  .gallery-sec{
    background-color: #333;
    padding: 50px 0px;
  }
.gallery-sec .row:first-child{
    justify-content: center;
    text-align: center;
    padding-bottom: 2px;
}
.gallery-sec .row:first-child h2 {
    color: #ff0508;
}
.gallery-sec .row:first-child p{
    color: #fff;
}
.container__img-holder img {
    width: 100%;
    height: 220px;
    display: block;
    border: 2px solid #fff;
    border-radius: 5px;
}
.gallery-sec .row{
    text-align: center;
}


/* zig zag */
 .category-box__img{
    position: relative;
}
.category-box__img:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    /* -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 100%); */
    /* clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 100%); */
    position: absolute;
    top: 90%;
    left: 480px;
    z-index: 9;
    border-radius: 58%;
}
.category-box__img:after {
    content: '';
    display: block;
    width: 125px;
    height: 125px;
    background-color: #ffffff;
    /* -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 100%); */
    /* clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 100%); */
    position: absolute;
    top: 90%;
    left: 152px;
    z-index: 9;
    border-radius: 58%;
}
 .category-box__img:after {
    content: '';
    display: block;
} .category-box__img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.category-box__num {
    font-size: 188px;
    letter-spacing: -3.5px;
    position: absolute;
    z-index: 2;
    top: -80px;
    left: 23px;
    display: inline-block;
    font-weight: 700;
    color: #e3e3e3;
    font-family: 'Barlow Condensed';
    text-shadow: 0 2px black;
    -webkit-text-stroke: 2px #a4a4a4;
}
 .category-box__img  video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
 .category-box__img-corner {
    width: 105px;
    height: 75px;
    -webkit-clip-path: polygon(100% 0, 0% 0%, 0% 100%);
    clip-path: polygon(100% 0, 0% 0%, 0% 100%);
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: #ffffff;
    overflow: hidden;
    z-index: 9;
}
.category-box__img-wrapper {
    display: flex;
    overflow: hidden;
    padding-left: 94px;
}  
.category-box__num:after {
    content: '';
    display: block;
    width: 357%;
    height: 200%;
    transform: translate(-45%, -69%) rotate(57deg);
    background-color: #ffffff;
    position: absolute;
    top: 63px;
    left: -48px;
    z-index: -1;
}
 .category-box__img:before {
    width: 125px;
    height: 125px;
}
 .category-box__img:after {
    content: '';
    display: block;
    padding-top: 69%;
}
.ppf-install-sec{
    padding-top: 50px;
}
.ppf-install-sec .ppf-head {
    justify-content: center;
    text-align: center;
    padding-bottom: 35px;
}
.ppf-install-sec .ppf-head {
    justify-content: center;
    text-align: center;
    padding-bottom: 35px;
}
.ppf-install-sec .item-button a {
    padding: 14px 54px;
    background: #ff0508;
    color: #fff;
    display: flex;
    margin-top: 80px;
    text-align: center;
    border: 1px solid #000;
}
.ppf-install-sec .item-button a:hover{
   background: #333333;
}
.ppf-install-sec .item-button a span i {
    padding-left: 7px;
}
.ppf-install-sec .item-button a svg {
    padding-left: 28px;
    fill: #fff;
    width: 122px;
}
section.ppf-install-sec h3 {
    font-weight: 500;
    font-size: 37px;
    /* border-top: 1px solid #000; */
    padding-top: 12px;
    color: #ff0508;
    -webkit-text-stroke: 1px #4b4b4b;
}
.car-wash{
    margin-bottom: 94px;
}
.cta-sec a {
    border: 0;
}



/*  */


/* form */
.contact-area .form-box input, .contact-area .form-box textarea {
    padding: 20px;
    padding-left: 0;
    border: none;
    box-shadow: inherit;
    background: transparent;
    border-bottom: 1px solid #1370bd;
    color: #1370bd;
    border-radius: inherit;
    margin-bottom: 25px;
}
.et-touch-sec{
    background-color: #000;
    padding: 50px 0px;
}

/*  */


/* form */
.contact-area .form-box input, .contact-area .form-box textarea {
    padding: 20px;
    padding-left: 0;
    border: none;
    box-shadow: inherit;
    background: transparent;
    border-bottom: 1px solid #1370bd;
    color: #1370bd;
    border-radius: inherit;
    margin-bottom: 25px;
}
.contact-area .form-box input, .contact-area .form-box textarea:focus{
    border: 1px solid #d12729;
}
.form-box textarea {
    height: 107px;
}
.get-touch-sec{
    background-color: #fff;
    padding: 50px 0px;
}
.form-box {
    background: #fff;
    box-shadow: 1px 2px 4px #fff;
    padding: 40px 26px 43px 33px;
    border-radius: 25px;
    box-shadow: rgb(125 133 141) 0px 8px 23px;
    font-family: poppins;
}   
.get-touch-sec img {
    border-radius: 25px;
    width: 100%;
    height: 100%;
}
.get-touch-sec h2 {
    margin-bottom: 30px;
    text-align: center;
}
.form-box h2 {
    color: #000;
    padding-bottom: 27px;
}
.form-box label {
    color: #fff;
    font-size: 18px;
    padding-bottom: 4px;
}
.form-box .form-control {
    display: block;
    width: 100%;
    padding: 0.6rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px 1px rgba(64,60,67,.16);
}
.form-submit {
    background-color: #333;
    color: #fff;
    display: block;
    padding: 2px 24px;
    border-radius: 11px;
    display: inline-block;
    margin-top: 11px;
}
.form-submit input {
    color: #fff;
    font-family: 'Barlow Condensed';
    font-size: 21px;
}
.form-box .form-control:focus {
    box-shadow: 0px 0px 0px 1px #f00;
    /* border: 3px solid #f00; */
}


/*  */

/* vedio */
.embrance-sec {
    /* background-image: url(../images/faq_bg_1.png); */
    /* width: 100%; */
    /* height: 100%; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-color: #F6F7F9; */
    /* padding: 50px 0px; */
    overflow: hidden;
    position: relative;
}
.video-box1 {
    position: relative;
}
.video-box1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 7px;
    border: 4px solid #fff;
    box-shadow: 1px 4px 6px #000;
}

.video-box1 .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
    width: 100px;
    height: 100px;
    line-height: 102px;
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    border-radius: 50%;
    background: #f00;
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.video-box1 .video-play-btn i {
    color: #fff;
    border-radius: 11px;
    position: relative;
    left: 3px;
}
.video-box1 .video-play-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.video-box1 .video-play-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3;
    transition: 0.3;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: 0.4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}
section.embrance-sec .row:first-child {
    justify-content: center;
    text-align: center;
    padding-bottom: 26px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    left: 50%;
}
section.embrance-sec .row:first-child p {
    text-align: center;
}
.video-box1 .video-play-btn:hover {
    background: #fff;
}
.video-box1 .video-play-btn:hover i {
    color: #f00;
}

/*  */

/* faq */
.faq-sec {
    padding: 63px 0px;
    background:#000;
        background-image: url(https://grandcarrentalv1.b-cdn.net/wp-content/uploads/2017/01/IMG_3496bfree.jpg);
        width: 100%;
        height: 100%;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
.faq-sec .row{
    justify-content: center;
}
.faq-sec .accordion-item {
    margin-bottom: 23px;
    border: 0;
    border-radius: 6px;
}
.faq-sec button.accordion-button {
    border: 1px solid #ccc;
    border-radius: 7px;
    font-size: 22px;
    padding: 10px 20px;
}

.faq-sec .accordion-collapse {
    border: 0!important;
    /* border-bottom: 1px dashed #f00!important; */
}
.faq-sec .accordion-button:not(.collapsed) {
    background: #ffffff;
    color: #000;
}
.faq-sec .accordion-button:not(.collapsed):focus{
    box-shadow: none!important;
}
.faq-sec .accordion-item:first-of-type .accordion-button{
    box-shadow: none!important;
padding:10px 20px;
}
.faq-sec .accordion-button::after{
    filter: brightness(4.5)invert(1);
}
.faq-sec .faq-content{
    padding-bottom: 30px;
    color:#fff;
}
/*  */


.second-zig {
    padding-left: 0;
    padding-right: 96px;
}
.blog-box:hover .blog-heading-bx {
        background: #d12729;
        transition: 400ms ease-in-out;
    }

.main{
    overflow: hidden;
}
.enjoy-kind:hover .choose-kind span {
    background: #000;
    transition: 400ms ease-in-out;
}
.enjoy-kind:hover .choose-kind span i {
    color: #fff;
}

/* client correction first */

.category-box__num.cat-first:after {
    content: '';
    display: block;
    width: 357%;
    height: 200%;
    transform: translate(-45%, -69%) rotate(57deg);
    background-color: #ffffff;
    position: absolute;
    top: 130px;
    left: -48px;
    z-index: -1;
}
.faq-sec button.accordion-button:focus{
    box-shadow: none!important;
}
.main-navbar ul li a:hover {
    /* color: #ff0508; */
    color: #fdcb0b;
    
}
.blog-box:hover .blog-box-img img {
    transform: scale(1.1);
    transition: 400ms ease-in-out;
}
.blog-box-img {
    overflow: hidden;
    border-radius: 19px;
}
.explore-sec h2 {
    position: relative;
}
.second-cta-box:hover .second-cta h2 {
    text-shadow: 0px 2px black;
}


#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #F5F5F5
}

#style-1::-webkit-scrollbar {
    width: 15px
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #333333
}

.scrollbar {

    float: left;
    height: 446px;
    width: 100%;
    overflow-y: scroll;
  
    padding-right: 37px;
}


.faq-scroll {
    background-color: #fffffff2;
    position: relative;
    display: inline-block;
    padding: 36px;
    border-radius: 10px;
}
.faq-sec:after {
    content: '';
    position: absolute;
    inset: 0;
    background: #333333d6;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.sticky {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    background: #333333;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -50px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
}






.service-banner ul {
    display: flex;
}
.service-banner ul li {
    color: #fff;
    font-size: 20px;
    padding-right: 5px;
}
.service-banner ul li a {
    color: #e02225;
}
.manmachine-sec {
    background-color: #ccc!important;
}
section.manmachine-sec:before {
    background: #e8e8e8!important;
    width: 50%;
}
.manmachine-sec h2 {
    color: #000;
}
.manmachine-sec p {
    color: #000;
}
.manmachine-sec:after {
    width: 50%!important;
    background-image: url(../images/MiamiBlue.jpg)!important;
}
.visiobn-future-sec {
    background-color: #000;
    padding: 50px 0px 183px;
    margin-top: 62px;
}
.visiobn-future-sec .row {
    justify-content: center;
    text-align: center;
}
.visiobn-future-sec h2 {
    color: #fff;
}
.visiobn-future-sec p {
    color: #fff;
    text-align: center;
}




.item.active {
    background: #ffffff;
    -webkit-box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 50px 1px rgba(0, 0, 0, 0.05);
    /* text-align: center; */
    margin-right: 10px;
    padding: 27px 26px;
    border-radius: 10px;
    width: 313px;
    height: 320px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: 400ms;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.item.active:hover {
    margin-top: -10px;
    background-color: #e02225;
    transition: 400ms;
}
.item.active:hover h5,.item.active:hover p{
   color: #fff;
    transition: 400ms;
}
.item.active:hover span i{
    color: #fff;
}
.item span {
    font-size: 66px;
    color: #ff0508;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
 .item.active h5 {
    color: #000;
}
 .item.active p {
    color: #000;
}
.future-kind ul {
    display: flex;
    flex-wrap: wrap;
}
.future-kind {
    margin-bottom: 77px;
}
.item.active span i {
    color: #fff;
}
.item.active span i {
    color: #e02225;
    font-size: 37px;
}
.condition-sec {
    margin: 60px 0px 50px;
}
section.condition-sec ul{
    padding-left: 18px;
}
section.condition-sec ul li {
    font-family: 'Poppins';
    padding-bottom: 8px;
    list-style: disc;
}
section.condition-sec ul li::marker{
    font-size: 20px;
}
.core-value-sec {
    padding-bottom: 167px;
}
.contact-quote{
    margin-bottom: 60px;
}
.our-future img{
    border-radius: 10px;
}
.our-future {
    padding-bottom: 58px;
    padding: 60px 0px;
}
.enjoy-kind:hover .choose-kind span img{
   filter:brightness(0)invert(1);
    transition: 400ms ease-in-out;
}
section.embrance-sec h2 {
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-size: 49px;
    font-weight: 700;
    -webkit-text-stroke: 1px #333333;
}
section.embrance-sec p {
    color: #fff;
}

.prof-sec{
    position: relative;
}
section.prof-sec img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.prof-sec .row{
    justify-content: center;
    text-align: center;
}
.pro-lead {
    position: absolute;
    top: 112px;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
}
.pro-lead h1 {
    font-size: 57px;
}

section.prof-sec p {
    color: #fff;
    padding: 20px 56px 0px;
    text-align: center;
    font-size: 19px;
    font-style: italic;
    font-weight: 500;
}
.pro-lead .red-ppf {
    font-size: 60px;
}
.ppf-rating{
    margin-top: 60px;
}
.pro-lead.lead2 {
    position: absolute;
    top: 33px;
    left: 50%;
    width: 65%;
    transform: translateX(-50%);
}
.why-choose-ul .row{
    align-items: center;
}
.choose-enjoy{
    padding-left: 40px;
}
.explore-sec {
    margin-top: 60px;
    padding: 2px 0px 10px;
    /* background: #000; */
    background: #5d6363;
    border-top: 13px solid #e0b414;
    border-bottom: 13px solid #e0b414;
    background-image: url(../images/vision-slide.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.benefits-sec .row{
justify-content: center;
text-align: center;
}
section.benefits-sec img {
    width: 100%;
    margin-top: 24px;
}
section.benefits-sec {
    margin-top: 69px;
}
.benefits.film h2:after {
    content: 'B E N E F I T S';
    position: absolute;
    left: 0;
    top: -37px;
    color: #ffffff;
    FONT-SIZE: 83px;
    letter-spacing: 27px;
    font-style: italic;
    font-weight: 700;
    font-family: poppins;
    -webkit-text-stroke: 2px #dddddd;
    z-index: -1;
}
.benefits.film h2 {
    position: relative;
    font-style: italic;
    padding-bottom: 31px;
    font-size: 63px;
    -webkit-text-stroke: 1px #333333d4;
}
.benefits.film p {
   text-align: center;
}
section.explore-sec {
    margin-top: 60px;
    padding: 60px 0px 40px;
}
.add-splash-sec{
    background-image: url(../images/Ultrabg4.png);
    width: 100%;
    height: 100%;
    background-size: cover;
}
.add-splash-sec .row{
    justify-content: left!important;
}
.add-splash-sec h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 62px;
    font-style: italic;
}

.our-range h2:after {
    content: 'OUR RANGE';
    position: absolute;
    left: 50%;
    top: 0px;
    color: #ffffff;
    FONT-SIZE: 106px;
    letter-spacing: 27px;
    font-style: italic;
    font-weight: 700;
    -webkit-text-stroke: 2px #dddddd;
    z-index: -1;
    justify-content: center;
    display: flex;
    font-family: poppins;
    transform: translateX(-50%);
    width: 100%;
}
.our-range h2 {
    position: relative;
    font-style: italic;
    padding-bottom: 31px;
    font-size: 63px;
    letter-spacing: 4px;
    /* font-family: 'Poppins'; */
    -webkit-text-stroke: 1px #333333d4;
}
.pro-mate {
    background: #000;
    padding: 314px 0px;
    background-image: url(../images/matte-ppf.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 16px;
}
.custom-fit img {
    border-top: 13px solid #e0b414;
    border-bottom: 13px solid #e0b414;
    width: 100%;
}
.custom-fit h2 {
    text-align: center;
    margin: 35px 0px 36px;
    font-size: 63px;
    font-style: italic;
}
.pro-mate .row {
    justify-content: inherit;
}
.pro-mate-content {
    background: #33333394;
    padding: 26px 22px;
}
.content {
    width: 50%;
    min-height: 1px;
    padding-top: 20%;
    color: white;
}
.pro-mate-content h3 {
    color: #fff;
    text-align: initial;
    font-size: 50px;
    font-style: italic;
    border-bottom: 2px solid;
    text-transform: uppercase;
    font-weight: 600;
} 
.pro-mate-content p {
    color: #fff;
    margin: 0;
}
.unlimits-sec {
    padding: 47px 0px;
}
.unlimits-sec img {
    width: 100%;
    margin-top: 17px;
}
.unlimits p {
    text-align: center;
}
.unlimits h2 {
    color: #ff0508;
    font-style: italic;
    text-align: center;
    margin-top: 19px;
}
.factory-sec h2 {
    text-align: center;
}
.factory-sec p {
    text-align: center;
}
.mr-btm ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.mr-btm ul li img {
    position: relative;
   
    width: 100%;
    height: 248px;
}
.mr-btm ul li span{
    position: relative;
    
}

.mr-btm ul li:nth-child(odd) span h3 {
    POSITION: absolute;
    top: 111px;
    left: 27%;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
}
  
.mr-btm ul li:nth-child(even) span {
  
    content: '';
    position: relative;
   
    top: -38px;
   
}
.mr-btm ul li:nth-child(even) span h3 {
    POSITION: absolute;
    top: -127px;
    left: 25%;
    font-size: 18px;
    width: 100%;
    /* transform: translateX(-23%); */
    font-family: 'Poppins';
    font-weight: 600;
    color: #000;
}
.mr-btm {
    padding: 100px 0px;
}
.paint-protect-sec .row {
    align-items: center;
}
.unlimits ul {
    display: flex;
    justify-content: center;
}
.unlimits ul li {
    border-right: 3px solid #ff0508;
    font-size: 17px;
    font-weight: 600;
    line-height: 18px;
    padding-right: 7px;
    margin-left: 7px;
    font-style: italic;
    color: #000;
    font-family: 'Poppins';
}
.fators-down {
    text-align: center;
    margin-bottom: 34px;
}
.fators-down i {
    text-align: center;
    color: #eb0507;
    font-weight: 900;
    line-height: 31px;
    font-size: 62px;
}
.ultrabg3 {
    position: relative;
}
.ultrabg3-icon {
    position: absolute;
    bottom: 41px;
    left: 50%;
    padding: 0px 27px;
    transform: translateX(-50%);
    width: 100%;
}
.ultrabg3-icon ul {
    display: flex;
    flex: flex-end;
    gap: 28px;
}
  

.container__img-holder img {
    margin-top: 10px;
    display: none;
    display: inline !important;
}
#gallery-btn:active {
    border: 0;
}
#gallery-btn {
    height: 0;
}   



/*  */

/* @import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap'); */

 .banner-content h1 span {
	 letter-spacing: 3px;
	 font-weight: 300;
	 display: inline-block;
	 opacity: 0;
	 text-transform: uppercase;
	 animation-duration: 0.15s;
	 animation-name: dropIn;
	 animation-iteration-count: 1;
	 animation-fill-mode: forwards;
}
 .banner-content h1 span:nth-child(1) {
	 animation-delay: 0.2s;
}
 .banner-content h1 span:nth-child(2) {
	 animation-delay: 0.4s;
}
 .banner-content h1 span:nth-child(3) {
	 animation-delay: 0.6s;
}
 .banner-content h1 span:nth-child(4) {
	 animation-delay: 0.8s;
}
 .banner-content h1 span:nth-child(5) {
	 animation-delay: 1s;
}
.banner-content h1 span:nth-child(6) {
	 animation-delay: 1.2s;
}
.banner-content h1 span:nth-child(7) {
	 animation-delay: 1.4s;
}
.banner-content h1 span:nth-child(8) {
	 animation-delay: 1.6s;
}
 .banner-content h1 span:nth-child(9) {
	 animation-delay: 1.8s;
}
 .banner-content h1 span:nth-child(10) {
	 animation-delay: 2s;
}
 .banner-content h1 span:nth-child(11) {
	 animation-delay: 2.2s;
}
 .banner-content h1 span:nth-child(12) {
	 animation-delay: 2.4s;
}
 .banner-content h1 span:nth-child(13) {
	 animation-delay: 2.6s;
}
 .banner-content h1 span:nth-child(14) {
	 animation-delay: 2.8s;
}
 @keyframes dropIn {
	 0% {
		 opacity: 0;
		 transform: translate3d(0, -60vh, 0);
	}
	 75% {
		 opacity: 1;
		 transform: translate3d(0, 1.5vh, 0);
	}
	 100% {
		 opacity: 1;
		 transform: translate3d(0, 0, 0);
	}
}
section.banner-content h1 span {
    font-weight: 700;
}
section.embrance-sec p {
    text-shadow: 0 1px black;
}
.add-splash-sec h2 .red-ppf {
    -webkit-text-stroke: 1px #000;
}
.factory-content p {
    text-align: left;
}
.factory-content h2 {
    text-align: left;
}
.factory-content {
    DISPLAY: none;
}
.fators-down-arrow .fa.main {
    transform: rotate(180deg);
}
audio:is([controls]) {
    display: block !important;
}

.mobile-hide{
    background-repeat: no-repeat;
}
.main1 {
    background: #000;
    background-image: url(../images/Matte-PPF.jpg);
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    transition: 1000ms;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 16px;
}


/* home page inline css */
.ultrabg3 img {
    width: 100%;
    height: auto;
}
.ppf-kind span img {
    /* filter: brightness(0.5)invert(1); */
    margin-right: 8px;
    width: 50px;
    height: 50px;
}
.become-btn a:hover{
    background-color: #000;
    border: 2px solid #000;
    transition: 400ms;
}
.ppf-sec h2 span {
    color: #ff0508;
}
.form-box input::placeholder {
    font-size: 15px;
}
.form-submit:hover {
    background-color: #e0b414;
    transition: 400ms;
}

/*  */
.about-banner {
    position: relative;
    padding: 140px 0px!important;
    z-index: 1;
    background-color: #000;
    background-image: url(../images/about-breadcrumb.png);
    width: 100%;
    height: 100%;
    background-position: top;
}
.about-machine{
    position: relative;
}
.about-machine:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/side-image.png)!important;
    width: 48%!important;
    height: 100%;
    background-position: center;
    background-size: cover;
}


/* contact-us */
.contact-form .cont-right {
    width: 100%;
    float: left;
    margin: 0px 0px 20px 12px;
    padding: 0px;
    text-align: left;
    }
    .contact-form .cont-right h3 {
    width: 100%;
    margin: 10px 0px;
    padding: 0px;
    color: #000;
    font-size: 20px;
    }
    .contact-form p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align: justify;
    }
    .contact-form .cont-left {
    width: 100%;
    float: left;
    margin: 20px 0px 30px 0px;
    padding: 0px;
    text-align: left;
    }
    .contact-form fieldset {
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0;
        background-color: #f9f4f4;
        padding: 25px 11px 30px 25px;
        /* border: 1px solid #ecdbdb; */
    }
    .contact-form .btn-holiday {
    color: #d9534f;
    background-color: #eee;
    border-color: #000;
    font-weight: 700;
    border-radius: 7px;
    }
    .contact-form .cont-right p {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    display: inline-block;
    }
   
    .contact-form .form-group:nth-child(odd) {
        padding-right: 10px;
    }
    .contact-form .contact-form h2 {
    margin-top: 0;
    padding: 10px;
    }
    .contact-form .toprunnb {
    font-size: 24px;
    color: #bc0000;
    line-height: 0px;
    margin-left: -15px;
    margin-top: 13px;
    }
    
    .contact-form input#action {
    /* min-width: 125px; */
    padding: 7px;
    font-size: 15px;
    background: #ff0508;
    border: 2px solid #ff0508;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    transition: 400ms ease-in-out;
    }
    .contact-form input#action:hover {
        background: #000;
        border: 2px solid #000;
        transition: 400ms ease-in-out;
    }
    .contact-form fieldset {
        background: #fff;
        box-shadow: 1px 2px 4px #fff;
        padding: 43px 33px 30px;
        border-radius: 25px;
        box-shadow: rgb(149 157 165 / 57%) 1px 1px 23px;
        font-family: poppins;
        margin-bottom: 33px;
}

.contact-form .notifcc{
    font-size: 14px;
    margin-top: -5px;
    /* width: 10px; */
    }
/*  */
.contact-form .form-row {
    display: flex;
    flex-wrap: wrap;
}
.contact-form label {
    font-size: 15px;
    padding-bottom: 4px;
    position: absolute;
    bottom: -7px;
    color: #f00;
    left: 17%;
    margin-left: 13px;
}
.contact-form input::placeholder {
    font-size: 14px;  
}
.contact-form select::placeholder {
    font-size: 14px;  
}
.contact-form textarea::placeholder {
    font-size: 14px;  
}
section.contact-map {
    margin-top: 32px;
    padding-top: 7px;
}
.contact-page{
    margin-top: 50px;
}
section.contact-page h1 {
    margin-bottom: 21px;
    color: #000;
}
.contact-banner {
    background-image: url(../images/contact-banner.jpg);
    background-position-x: -423px;
}

.contact-form select option{
    font-size: 20px;
}

.contact-form input:focus {
    box-shadow: 0px 0px 0px 1px #f00;
    border: 0;
}
.contact-form textarea:focus {
    box-shadow: 0px 0px 0px 1px #f00;
    border: 0;
}
.contact-form select:focus {
    box-shadow: 0px 0px 0px 1px #f00;
    border: 0;
}
.contact-address {
    display: flex;
    margin-bottom: 29px;
}
.cont-right h3 {
    font-style: normal;
}
.contact-icon i {
    color: #ff0003;
    font-size: 30px;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 67px;
}
.cont-right {
    margin-left: 33px;
}
.parts a span i {
    font-size: 31px;
    margin-left: 7px;
    font-weight: 700;
    position: relative;
    top: 5px;
}
.parts a span i {
    font-size: 31px;
    margin-left: 7px;
    font-weight: 700;
    position: relative;
    top: 5px;
}
/* product page internal css */
.parts .prolist-ct1 {
    position: absolute;
    top: 14%;
    left: 5%;
    }
    
    .parts h2 {
    color: #fff;  
    margin-bottom: 15px;
    font-weight: bold;
    }
    .parts p {
    color: #fff;
    margin-bottom: 15px;
    /* font-weight: bold; */
    }
    .parts .icon .col-xs-4 {
        padding: 0;
        margin-right: 35px;
    }
    .parts b {
    color: #ddd;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    }
    .icon {
    float: left;
    display: flex;
    }
    section img {
    width: 100%;
    }
          
    .parts span {
    color: red;
    text-align: center;
    margin-top: 10px; 
    font-size: 42px;
    }
    
    .parts h2 {
        /* color: red; */
        /* text-align: center; */
        margin-top: 10px; 
        font-size: 42px;
        }



    .parts a {
        color: white;
        font-weight: 500;
        font-size: small;
        font-style: normal;
        font-size: 15px;
        font-family: 'Poppins';
        margin-top: 21px;
        display: inline-block;
        margin-left: 20px;
    }
    .parts .prolist-ct2 h2 {
      color: #000;
    }
    .parts .prolist-ct2 p {
      color: #000;
    }
    .parts p {
      color: #fff;
      margin-top: 20px;
      margin-bottom: 30px;
      font-size: 14px;
    }
    .parts {
      position: relative;
    }
    
    
    .parts b {
      color: #ddd;
      display: block;
      text-align: center;
      margin-top: 10px;
      font-size: 12px;
    }
    .parts .prolist-ct2 b {
      color: #000;
    }
    
    .parts .prolist-ct2 {
      position: absolute;
      top: 20%;
      right: -43%;
    }

  
  .content {
    margin-left: 75px;
    font-size: 30px;
  }

  .parts.all-service .pro-read a {
    color: #000;
}
.footer-contact-one ul li span a {
    color: #fff;
    font-family: 'Poppins';
    word-break: break-all;
    font-size: 15px;
}
.contact-address a {
    color: #000;
    font-family: 'Poppins';
}
.banner-vedio-sec{
    background-color: #000;
    display: flex;
}


/* 20-12-23 */
.e-warranty button {
    background-color: #000;
    border: 2px solid #ff0508;
    font-size: 18px;
    padding: 5px 20px;
}
.e-warranty button:hover {
    background-color: #ff0508!important;
    border: 2px solid #ff0508;
}


.get-touch-sec img {
    border-radius: 25px;
    width: 100%;
    height: 100%;
}
.modal-header button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ff0508!important;
    z-index: 1;
    color: #fff;
    opacity: 1;
    border-radius: 11px;
    border: 0;
}
.modal-header button:hover {
    opacity: 1;
}
.modal-header button:focus {
    box-shadow: none!important;
    border: 0;
}
.modal-body {
    padding: 0px 14px 16px 22px;
}

.contact-form input {
    box-shadow: 0 1px 1px 1px rgb(80 80 80 / 42%);
}
.contact-form textarea {
    box-shadow: 0 1px 1px 1px rgb(80 80 80 / 42%);
}
.contact-form select {
    font-size: 14px!important;
    color: #766b6b;
    box-shadow: 0 1px 1px 1px rgb(80 80 80 / 42%);
}
.contact-form .form-group {
    font-size: 12px;
    font-family: poppins;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.popup-warranty .modal-content .form-group{
    margin-bottom: 15px;
}
.note-evidence {
    margin-bottom: -2px!important;
}
.mobile-series{
    margin-bottom: 10px;
}
.mobile-series{
    display: none;
}
.modal-body h2 {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 10px;
}




/* clear ppf series*/
.clear-ppf-unseen {
    padding: 33px 0px;
    text-align: center;
    margin-bottom: 29px;
}
.clear-ppf-unseen h2 {
    color: #ff0508;
    font-style: italic;
}
.clear-ppf-unseen span {
    color: #000;
    font-size: 31px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
}
.popup-warranty .modal-content {
    position: relative;
    z-index: 3;
    top: 200px;
}

.unseen-main-img{
    position: relative;
}

.contact-form select option {
    font-size: 15px;
}
.choose-file input{
width: 100% ;
}
.form-submit button {
    color: #fff;
}
section.series-feature {
    background-color: #000;
    padding: 50px 0px;
    background-image: url(../images/product/clear-feature-bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
section.series-feature h2 {
    color: #fff;
    text-align: center;
    font-style: italic;
}
section.series-feature p {
    color: #fff;
    text-align: center;
}
section.series-feature h3 {
    color: #ff0508;
}
.feature-categories {
    display: flex;
    margin-top: 56px;
    padding: 0px 33px;
    align-items: center;
}
.feature-categories p {
    text-align: justify!important;
}
.feature-categories-content p {
    margin: 0;
}
.feature-categories-img img {
    width: 100%;
    height: 100%;
}
.feature-categories-img {
    width: 36%;
    margin-right: 15px;
}
.feature-categories-content {
    width: 100%;
}
.explore-series-sec{
    margin: 50px 0px;
}
.explore-series-sec .row {
    display: flex;
    justify-content: center;
}
.explore-series h2 {
    text-align: center;
    color: #ff0508;
}
.explore-series p {
    text-align: center;
}

.unseen-arrow{
    position: relative;
}
.unseen-arrow:after {
    position: absolute;
    content: '';
    left: 0;
    top: -60px;
    background-image: url("../images/product/unseen.png");
    width: 55%;
    height: 324px;
    background-size: cover;
    background-repeat: no-repeat;
}
section.who-we-are-sec {
    position: relative;
    padding: 62px 0px;
    z-index: 1;
    background-color: #000;
    z-index: 0;
} 
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    /* color: rgb(255 5 8); */
    color: #e0b414;
}
.dropdown ul {
    background-color: #ffffff;
    position: absolute;
    display: none;
    transition: 400ms ease-in-out;
}

.dropdown ul li {
    border-bottom: 1px solid #ccc;
}
.dropdown ul li a {
    padding: 7px 20px;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-right: 0;
    margin-left: 0;
}

.dropdown ul li:last-child a:hover{
    background-color: #fff!important;
    color: #ff0508;
}

/* header css top*/
.top_head {
    background: #e0b414;
    padding: 6px 0;
}
.to_head_right {
    display: flex;
    justify-content: end;
    align-items: center;
}
.list_head {
    color: #fff;
}
.soxial_head {
    margin-left: 6px;
}
.soxial_head a {
    /* background: #fff; */
    height: 22px;
    width: 22px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
    color: #fff6f6;
    transition: 0.2s;
    font-size: 18px;
    border-radius: 100px;
    margin: 0 2px;
}
.talk a {
    font-family: poppins;
     font-weight:500;
    color: #fff;
    font-size: 15px;
    display: inline-block;
}
.main-navbar .row .col-xl-4{
    padding: 0;
}
.clear-ppf-banner {
    background-image: url(../images/product/clear-banner.png);
    background-position-x: -443px;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-banner {
    padding: 111px 0px!important;
}
.tpe-type-content {
    position: absolute;
    width: 100%;
    left: 58%;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.tpe-type-content p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 2px;
}
.tpe-type-content a {
    border: 1px solid #f00;
    color: #fff;
    padding: 5px 12px;
    margin-top: 10px;
    display: inline-block;
    font-family: poppins;
    font-size: 13px;
    transition: 400ms ease-in-out;
}
.tpe-type-content a:hover {
    background-color:  #f00;
    transition: 400ms ease-in-out;
   
}
.tpu-type:hover {
    margin-top: 11px;
    transition: 400ms ease-in-out;
}
.talk a:hover {
    color: #000;
}
.hero-section video {
    height: 700px;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
    background-color: #000;
}
.scoial-contact {
    position: fixed;
    transition: .5s ease-in-out;
    border-radius: 100px;
    right: 39px;
    bottom: 39px;
    left: initial;
    z-index: 999;
}
.copyright-text-one {
    float: none;
}
.footer-copyright-one {
    background-color: #1b1a1a;
    margin-top: 60px;
    padding: 4px 0;
    border-top: 2px solid #fdcb0b;
    text-align: center;
}
.form-submit input {
    box-shadow: none;
}


/* 23-12-23 CSS*/   
.services_footer{
    padding: 0;
}
.Unveil{
   position: relative;
}
.Unveil:after {
    position: absolute;
    content: '';
    left: 0;
    top: -37px;
    background-image: url("../images/product/unseen.png");
    width: 55%;
    height: 324px;
    background-size: cover;
    background-repeat: no-repeat;
}
.matte-pro-type{
    display: block;
    margin-top: 0;
}
.matte-pro-sec {
    background-color: #000;
    padding: 56px 0px;
}
.pro-matte-ultra{
    position: relative;
    bottom: 0;
}
.matte-pro-type h3{
    color: #fff;
}
.matte-pro-type p{
    color: #fff;
}
.main-navbar ul.dropdown-menu li a:hover {
    /* background-color: #f00!important; */
    background-color: #fdcb0b !important;
    color: #fff;
    transition: 400ms ease-in-out;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0;
}
.dropdown ul li:last-child{
    border-bottom: 0;
}
.we-lead-head{
    animation: MoveUpDown 2s linear infinite;
    position: relative;
}
@keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 33px;
    }
  }
  section.banner-content h1{
    font-style: italic;
    font-weight: 800;
    font-size: 130px;
    font-family: 'Poppins';
    background: #fff;
    /* text-shadow: 7px 7px #ff0508;  
    text-shadow: 7px 5px 0px #ffffff, 8px 7px 0px #e20000, 7px 7px 0 #f00; */
    text-shadow: 7px 7px #fdcb0b;  
    text-shadow: 7px 5px 0px #ffffff, 8px 7px 0px #fdcb0b, 7px 7px 0 #f00;
    text-align: center;
}
.page {
    padding: 53px 0px 5px!important;
}
.prof-sec h2{
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
}
.prof-sec h2 span{
    color: #e20000;
}
h1,h2,h3,h4,h5,h6{
    text-transform: uppercase;
    font-style: italic;
}
.category-box p {
    text-align: center;
}
.footer-logo-content-one {
    text-align: left;
}
.main-footer-one h3 {
    position: relative;
    margin-bottom: 22px;
}
.main-footer-one h3:after {
    content: '';
    position: absolute;
    background: #f00;
    left: 0;
    bottom: -6px;
    width: 69px;
    height: 3px;
}
.main-footer-one {
    background: #333;
    padding-top: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* margin-top: 1px; */
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
    position: relative;
    /* background-position-y: 131px; */
}

.copyright-text-one span a {
    color: #333333;
    cursor: pointer;
    font-size: 20px;
}
.footer-logo-content-one a {
    margin-bottom: 17px;
    display: flex;
}
.footer-links-one ul li a {
    color: #fff;
    font-size: 15px;
    font-family: 'Poppins';
    transition: 400ms;
}
.footer-links-one ul li a:hover {
    color: #fdcb0b;
    transition: 400ms;
    letter-spacing: 1px;
}
.warranty-page-form {
    top: 0!important;
    /* box-shadow: rgb(125 133 141) 0px 8px 23px; */
    border-radius: 18px;
    background-color: #f3f2f2;
}
.warranty-sec{
    margin: 50px 0px;
}
.warranty-page-form h2 {
    font-style: normal;
    text-transform: capitalize;
}
#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}
table th {
    background-color: red!important;
    color: #fff!important;
    font-family: 'Poppins';
    font-weight: 500;
}
.warrant-form-list {
    padding: 25px 32px 40px;
    box-shadow: rgb(125 133 141) 0px 8px 23px;
    border-radius: 11px;
}
#customers{
    font-family: 'Poppins';
    font-size: 14px;

}
.warranty-sec h3 {
    text-align: center;
    font-style: normal;
    margin-bottom: 37px;
}
.warrant-form-list .col-sm-12 a {
    background: #f00;
    font-family: poppins;
    padding: 8px 27px;
    margin-bottom: 35px;
    border: 0;
}
.warrant-form-list .col-sm-12 a:hover {
    background: #000;
}
#customers {
    font-family: 'Poppins';
    font-size: 14px;
    display: inline-block;
}


.scrollbar {
    /* margin-left: 30px; */
    float: left;
    height: 771px;
    width: 100%;
    background: #ffffff24;
    overflow-y: scroll;
    /* margin-bottom: 25px; */
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ff0000;
}
.login-form .modal-header{
border-bottom: 0;
}
.login-form .modal-header{
    margin: auto;
}
.login-form .modal-header h2 {
    font-style: normal;
    text-transform: capitalize;
}
.login-form {
    text-align: center;
}
.login-form .form-submit {
    padding: 0;
}
.login-form .form-submit button {
    padding: 8px 40px;
    display: inline-block;
    font-family: poppins;
    font-size: 15px;
}
.e-warranty button {
    background: none!important;
    border: 2px solid #f00!important;
    text-transform: uppercase;
}
.service-banner h1 {
    color: #fff;
    font-size: 62px;
    font-style: normal;
}
.we-lead-resister i {
    font-size: 21px;
    position: relative;
    top: -91px;
    font-style: italic;
}
.we-lead-resister {
    text-shadow: none;
}
.item-button button {
    background-color: #fff;
    padding: 15px 19px 14px 19px;
    border: 2px solid #ffffff;
    color: #000;
    border-radius: 11px;
    font-size: 17px;
    transition: 400ms ease-in-out;
    font-weight: 500;
    font-family: 'Poppins';
}
.item-button button:hover {
    background: #000;
    border: 2px solid #000;
}
.item-button button:active {
    background: #000!important;
    border: 2px solid #000!important;
    box-shadow: none!important;
}
.manmachine-sec h2 span{
    color: #f00;
}
.series-feature .row:first-child {
    justify-content: center;
}
.pro-lead h1 span {
    color: #f00;
}
.core-values .ppf-kind span img {
    filter: brightness(0.5)invert(1);
}
.ppf-sec h2 {
    margin-bottom: 10px;
}
.ppf-sec .item-button a {
    margin-top: 19px;
    display: inline-block;
}
.popup-warranty .modal-body {
    padding-top: 26px;
}
.warraty-check {
    margin: 13px 0px 0px 15px;
}
.company-banner {
    padding: 140px 0px!important;
    background-color: #fff!important;
}
.social-talk {
    display: flex;
}
.talk {
    border-right: 1px solid #e7e6e6ad;
    /* margin-right: 5px; */
    padding-right: 10px;
}
.to_head_right button {
    margin-left: 15px;
    background-color: #333;
    color: #fff!important;
    border: none;
    font-family: 'Poppins';
    font-size: 14px;
}
.to_head_right button:hover {
    background: #fff;
    color: #000!important;
}
.warraty-card-banner {
    background-image: url(../images/warraty-banner.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.car-wash button {
    background-color: #000;
    color: #fff;
    border: 0;
    margin-top: 12px;
}
.car-wash button:hover{
    border: 0;
    background-color: #f00;
}











/* 30-12-23 */

.tpu-type {
    position: relative;
    transition: 400ms ease-in-out;
    margin-bottom: 86px;
}
.tpu-icon-shape{
    position: relative;
}
.tpu-icon-shape ul {
    display: flex;
    position: absolute;
    top: 43px;
    justify-content: space-between;
}
.tpu-icon-shape ul li {
    display: flex;
    margin-left: 45px;
}
.tpu-type h3 {
    font-style: normal;
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.matte-color {
    color: #f00;
}
.matte-last {
    font-size: 26px;
    font-weight: 500;
}
.tpu-type p {
    margin-bottom: 0;
}
.pro-gloss h3 {
    text-align: end;
}
.pro-gloss p {
    text-align: end;
}
.pro-gloss ul {
    display: flex;
    position: absolute;
    top: 43px;
    justify-content: space-between;
    right: 39px;
}
.matte-unseen{
    position: relative;
}
.matte-unseen:after {
    position: absolute;
    content: '';
    left: 0;
    top: -25px;
    background-image: url("../images/product/matte-unseen.png");
    width: 55%;
    height: 324px;
    background-size: cover;
    background-repeat: no-repeat;
}
.what-is-matte{
    position: relative;
}
.what-is-matte:after {
    position: absolute;
    content: '';
    right: 0;
    top: -24px;
    background-image: url("../images/product/matte-unseen.png");
    width: 55%;
    height: 324px;
    background-size: cover;
    background-repeat: no-repeat;
}
.what-is-matte-sec h3 {
    color: #fff;
    font-size: 33px;
    font-weight: 600;
}
.what-is-matte-sec h3 span {
    color: #f00;
}

.what-is-matte-sec p {
    padding: 0;
}
.unsseen-sec {
    background-color: #000;
    margin-bottom: 119px;
    margin-top: 16px;
    padding: 30px 0px;
}
.unsseen-sec p {
    padding: 0px 0px;
    color: #fff;
    margin: 0;
}
.color-arrow{
    position: relative;
}
.color-arrow{
        position: absolute;
        content: '';
        left: 0;
        top: -43px;
        background-image: url("../images/product/unseen.png");
        width: 55%;
        height: 324px;
        background-size: cover;
        background-repeat: no-repeat;
}
.window-arrow{
    position: relative;
}
.window-arrow:after {
    position: absolute;
    content: '';
    left: 0;
    top: -41px;
    background-image: url("../images/product/unseen.png");
    width: 55%;
    height: 324px;
    background-size: cover;
    background-repeat: no-repeat;
}
.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}
.talk i {
    font-size: 18px;
}


/*  */




/* 30-12-23 */

.tpu-type {
    position: relative;
    transition: 400ms ease-in-out;
    margin-bottom: 86px;
}
.tpu-icon-shape{
    position: relative;
}
.tpu-icon-shape ul {
    display: flex;
    position: absolute;
    top: 43px;
    justify-content: space-between;
}
.tpu-icon-shape ul li {
    display: flex;
    margin-left: 45px;
}
.tpu-type h3 {
    font-style: normal;
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.matte-color {
    color: #f00;
}
.matte-last {
    font-size: 26px;
    font-weight: 500;
}
.tpu-type p {
    margin-bottom: 0;
}
.pro-gloss h3 {
    text-align: end;
}
.pro-gloss p {
    text-align: end;
}
.pro-gloss ul {
    display: flex;
    position: absolute;
    top: 43px;
    justify-content: space-between;
    right: 39px;
}
.matte-unseen{
    position: relative;
}
.matte-unseen:after {
    position: absolute;
    content: '';
    left: 0;
    top: -25px;
    background-image: url("../images/product/matte-unseen.png");
    width: 55%;
    height: 324px;
    background-size: cover;
    background-repeat: no-repeat;
}
.what-is-matte{
    position: relative;
}
.what-is-matte:after {
    position: absolute;
    content: '';
    right: 0;
    top: -24px;
    background-image: url("../images/product/matte-unseen.png");
    width: 55%;
    height: 324px;
    background-size: cover;
    background-repeat: no-repeat;
}
.what-is-matte-sec h3 {
    color: #fff;
    font-size: 33px;
    font-weight: 600;
}
.what-is-matte-sec h3 span {
    color: #f00;
}

.what-is-matte-sec p {
    padding: 0;
}
.unsseen-sec {
    background-color: #000;
    margin-bottom: 119px;
    margin-top: 16px;
    padding: 30px 0px;
}
.unsseen-sec p {
    padding: 0px 0px;
    color: #fff;
    margin: 0;
}
.color-arrow{
    position: relative;
}
.color-arrow{
        position: absolute;
        content: '';
        left: 0;
        top: -43px;
        background-image: url("../images/product/unseen.png");
        width: 55%;
        height: 324px;
        background-size: cover;
        background-repeat: no-repeat;
}
.window-arrow{
    position: relative;
}
.window-arrow:after {
    position: absolute;
    content: '';
    left: 0;
    top: -41px;
    background-image: url("../images/product/unseen.png");
    width: 55%;
    height: 324px;
    background-size: cover;
    background-repeat: no-repeat;
}
.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}
.talk i {
    font-size: 18px;
}


/*  */



/* 02-01-24 */
.matte-ppf-banner {
    background-image: url(../images/product/matte-breadcrumb.jpg)!important;
    background-position: right;
}
.matte-tpu-type{
    margin-bottom: 20px;
}
.black-ppf-banner {
    background-image: url(../images/product/black-breadcrumb.jpg)!important;
    background-position: bottom;
}
.black-arrow{
    position: relative;
}
.black-arrow:after {
    position: absolute;
    content: '';
    left: 0;
    top: -60px;
    background-image: url("../images/product/black-unseen.png");
    width: 55%;
    height: 324px;
    background-size: cover;
    background-repeat: no-repeat;
}
.clear-ppf-banner {
    background-image: url(../images/product/clear-banner.png);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.clear-ppf-unseen p {
    text-align: center;
}
.color-ppf-banner {
    background-image: url(../images/product/color-breadcrumb.jpg);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.multi-color{
        position: absolute;
        content: '';
        left: 0;
        top: -43px;
        background-image: url("../images/product/color-unseen.png");
        width: 55%;
        height: 324px;
        background-size: cover;
        background-repeat: no-repeat;
}
.last-text-color h2 {
    font-style: normal;
    -webkit-text-stroke: 3px red;
    font-size: 168px;
    text-align: center;
    margin: 0;
    margin-top: 77px;
    font-weight: 800;
    font-family: 'Poppins';
    color: #fff;
    line-height: 142px;
    word-spacing: 39px;
}

.c-content {
    text-align: center;
    margin-top: -32px;
    color: #ffffff;
    font-family: poppins;
    font-size: 14px;
    margin-bottom: 35px;
    text-shadow: 1px 1px #979797;
}
.explore-series-sec .row-cols-lg-3 {
    justify-content: flex-start;
}
.row-cols-lg-3 .c-box1:first-child {
    background-color: #4d4628;
    width: 100%;
    height: 108px;
    box-shadow: rgb(0 0 0 / 72%) 0px 3px 8px;
    border: 2px solid #000;
    transition: 400ms;
}
.row-cols-lg-3 .c-box1:first-child:hover {
    transform: scale(1.1);
    transition: 400ms;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgb(0 0 0 / 40%) 0px 30px 60px -30px, rgb(10 37 64 / 0%) 0px -2px 6px 0px inset;
}
.explore-type .row.row-cols-lg-3 .col:first-child .c-box1 {
    background: #4d4628;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(2) .c-box1 {
    background: #869c8c;
}
.explore-type .row.row-cols-lg-4 .col:nth-child(3) .c-box1 {
    background: #163535;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(4) .c-box1 {
    background: #45932c;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(5) .c-box1 {
    background: #1d1e21;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(6) .c-box1 {
    background: #71c2c4;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(7) .c-box1 {
    background: #3a5b7c;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(8) .c-box1 {
    background: #b2dceb;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(9) .c-box1 {
    background: #41b7d6;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(10) .c-box1 {
    background: #86616f;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(11) .c-box1 {
    background: #4d4f58;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(12) .c-box1 {
    background: #b5bdc5;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(13) .c-box1 {
    background: #ba100f;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(14) .c-box1 {
    background: #bf1031;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(15) .c-box1 {
    background: #dccccf;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(16) .c-box1 {
    background: #e0271c;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(17) .c-box1 {
    background: #ec7c13;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(18) .c-box1 {
    background: #e89618;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(19) .c-box1 {
    background: #efeeee;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(20) .c-box1 {
    background: #383530;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(21) .c-box1 {
    background: #e6b3c2;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(22) .c-box1 {
    background: #917952;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(23) .c-box1 {
    background: #ded4c2;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(24) .c-box1 {
    background: #21142d;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(25) .c-box1 {
    background: #81717d;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(26) .c-box1 {
    background: #b7c4ca;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(27) .c-box1 {
    background: #dbdcde;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(28) .c-box1 {
    background: #334c29;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(29) .c-box1 {
    background: #1e251e;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(30) .c-box1 {
    background: #28282e;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(31) .c-box1 {
    background: #8cc6b9;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(32) .c-box1 {
    background: #2a4839;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(33) .c-box1 {
    background: #202332;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(34) .c-box1 {
    background: #273053;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(35) .c-box1 {
    background: #bb9fa9;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(36) .c-box1 {
    background: #2e222d;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(37) .c-box1 {
    background: #b6b4db;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(38) .c-box1 {
    background: #851663;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(39) .c-box1 {
    background: #191112;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(40) .c-box1 {
    background: #504c4f;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(41) .c-box1 {
    background: #aed8d5;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(42) .c-box1 {
    background: #1290b8;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(43) .c-box1 {
    background: #192c2d;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(44) .c-box1 {
    background: #193839;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(45) .c-box1 {
    background: #a8abb3;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(46) .c-box1 {
    background: #175778;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(47) .c-box1 {
    background: #82868d;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(48) .c-box1 {
    background: #2b2d6e;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(49) .c-box1 {
    background: #bdd1e4;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(50) .c-box1 {
    background: #b29988;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(51) .c-box1 {
    background: #bfbed3;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(52) .c-box1 {
    background: #a5b4b2;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(53) .c-box1 {
    background: #871868;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(54) .c-box1 {
    background: #191113;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(55) .c-box1 {
    background: #312334;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(56) .c-box1 {
    background: #555758;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(57) .c-box1 {
    background: #515256;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(58) .c-box1 {
    background: #313034;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(59) .c-box1 {
    background: #4b5460;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(60) .c-box1 {
    background: #7d8590;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(61) .c-box1 {
    background: #2f2230;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(62) .c-box1 {
    background: #b4b3da;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(63) .c-box1 {
    background: #b59988;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(64) .c-box1 {
    background: #591311;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(65) .c-box1 {
    background: #dcdcdd;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(66) .c-box1 {
    background: #7d8590;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(67) .c-box1 {
    background: #40444b;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(68) .c-box1 {
    background: #d4d5d6;
}
.explore-type .row.row-cols-lg-3 .col:nth-child(69) .c-box1 {
    background: #e5e5e7;
}

.color-lead h2{
font-style: italic;
font-weight: 800;
font-size: 130px;
font-family: 'Poppins';
background: #fff;
text-shadow: 7px 7px #ff0508;
text-shadow: 7px 5px 0px #ffffff, 8px 7px 0px #e20000, 7px 7px 0 #f00;
text-align: center;
}
.last-text-color h2 {
    font-style: normal;
    -webkit-text-stroke: 3px red;
    font-size: 168px;
    text-align: center;
    margin: 0;
    margin-top: 77px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #fff;
    line-height: 142px;
    word-spacing: 15px;
    color: #000;
    font-style: italic;
}
.texture-ppf-banner{
    background-image: url(../images/product/texture-breadcrumb.jpg);
}
.texture-arrow{
position: relative;
}
.texture-arrow:after {
    position: absolute;
    content: '';
    left: 0;
    top: -60px;
    background-image: url("../images/product/texture-unseen.png");
    width: 55%;
    height: 324px;
    background-size: cover;
    background-repeat: no-repeat;
}
.sunroof-banner{
    background-image: url(../images/product/sunroof-breadcrumb.jpg);
}
.sunroof-arrow{
    position: relative;
}
.sunroof-arrow:after {
    position: absolute;
    content: '';
    left: 0;
    top: -30px;
    background-image: url("../images/product/sunroof-unssen.png");
    width: 55%;
    height: 324px;
    background-size: cover;
    background-repeat: no-repeat;
}
.window-ppf-banner{
    background-image: url(../images/product/window-breadcrumb.jpg);
}
.windiw-ppf-arrow{
    position: relative;
}
.windiw-ppf-arrow:after{
        position: absolute;
        content: '';
        left: 0;
        top: -41px;
        background-image: url("../images/product/window-unseen.png  ");
        width: 55%;
        height: 324px;
        background-size: cover;
        background-repeat: no-repeat;
}

.window-icon-table ul li img {
    width: 80%;
}
.contact-icon span {
    background: #ff000029;
    border-radius: 100px;
    height: 65px;
    width: 65px;
    display: block;
    margin-right: 19px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.cont-right h2 {
    font-style: normal;
    padding-bottom: 10px;
    margin-bottom: 24px;
}
.cont-right h2 span {
    color: #f00;
}
.soxial_head a:last-child {
    margin-left: -3px;
}
.pre-cut-banner {
    background-image: url(https://autocare.dexignlab.com/xhtml/images/background/bg9.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.precut-advantage-img {
    position: relative;
    background-color: #000!important;
}	
.precut-advantage-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/advantage-pre-cut.jpg)!important;
    width: 48%!important;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.advantage-content h2 {
    margin-bottom: 24px;
}

.advantage-content p {
    color:#fff;
}
.advantage-content h3 {
    color: #fff;
}
.advantage-content h2 {
    color: #fff;
}
.advantage-line {
    border-left: 2px solid #f00;
    padding-left: 23px;
}
.precut-sample {
    margin: 66px 0px;
}
.precut-sample img {
    width: 100%;
}
.blog-header a:focus {
    outline: none;
}
.alert.text-sucess {
    background: green;
    color: #fff;
    font-family: 'Poppins';
}
div#contactdes {
    margin: 59px 0px;
}
.form-contact input {
    box-shadow: 0 1px 1px 1px rgb(80 80 80 / 42%);
    margin-bottom: 14px;
    font-family: poppins;
    height: 49px;
}
div#contactdes h3 {
    font-style: normal;
    font-size: 35px;
    margin: 39px 0px 24px;
}
.form-contact input:focus {
    border: 1px solid #f00;
    box-shadow: none;
}
div#contactdes button {
    border: 0;
    background: #000;
    color: #fff;
    padding: 10px 48px;
    font-family: 'Poppins';
    margin-top: 18px;
    border-radius: 11px;
     transition: 400ms ease-in-out;
}
div#contactdes button:hover{
    background: red;
    transition: 400ms ease-in-out;
}
div#contactdes img {
    width: 100%;
    border-right: 5px solid #f00;
}
.registration-form {
    background-color: #f1f0f0;
    padding: 10px 30px;
    border-radius: 13px;
    box-shadow: rgb(125 133 141) 0px 1px 8px;
}

.dealer-banner{
    background-image: url(../images/dealer-banner.png);
}

.example-1{animation:2s infinite shadow-pulse;}
@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgb(0 221 150 / 27%)}100%{box-shadow:0 0 0 20px rgb(0 221 150 / 15%)}}


.table>tbody tr {
    font-family: poppins;
}
.table-bordered>:not(caption)>*>* {
    line-height: 15px;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 19px;
}


.table>tbody tr td:last-child {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.thank-sec{
    margin: 50px 0px;
}
.thank-sec img {
    width: 13%;
}

section.thank-sec .row {
    display: flex;
    justify-content: center;
    text-align: center;
}
section.thank-sec p {
    text-align: center;
    font-weight: 500;
    font-size: 19px;
}
.thank-sec h2 {
    font-style: inherit;
    text-transform: capitalize;
    font-size: 80px;
    font-family: serif;
    margin-top: 25px;
}
.zoom-in-zoom-out {
  margin: 24px;
  width: 50px;
  height: 50px;
  background: green;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
section.thank-sec p a {
    color: green;
    font-family: 'Poppins';
}
section.thank-sec p a i {
    font-weight: 800;
    font-size: 21px;
}
.thank-sec h2 {
    font-style: inherit;
    text-transform: capitalize;
    font-size: 80px;
    font-family: serif;
    margin-top: 25px;
}
.zoom-in-zoom-out1 {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out1 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.dealer-opp .contact-form label {
    font-size: 15px;
    padding-bottom: 4px;
    position: absolute;
    bottom: -24px;
    color: #f00;
    left: 7%;
}

.edit-waaranty-list .row:first-child {
    display: flex;
    justify-content: center;
}
.edit-waaranty-list h3 {
    font-size: 40px;
}
.edit-waaranty-list .warranty-page-form {
    box-shadow: rgb(0 0 0 / 57%) 0px 2px 9px;
}
.edit-waaranty-list .modal-body {
    padding: 36px 26px 47px 35px;
}
.edit-waaranty-list .contact-form input {
    height: 48px;
}
.edit-waaranty-list .contact-form select {
    height: 48px;
}
.edit-waaranty-list .contact-form input.form-check-input {
    height: 13px;
}
.edit-waaranty-list .contact-form label {
    bottom: 3px;
    left: 13%;
}
label.form-check-label {
    color: #000;
}
.table-bordered>:not(caption)>*>* a:last-child {
    background: #000;
    font-size: 14px;
    border: 0;
}
.pro-mate-content a {
    color: #fff;
    font-size: 19px;
     transition: 400ms;
}
.pro-mate-content a span i {
    color: #f00;
    margin-left: 5px;
    font-size: 32px;
    font-weight: 800;
    position: relative;
    top: 4px;
}
.pro-mate-content a:hover {
    letter-spacing: 1px;
    transition: 400ms;
}
.pro-mate-content h3 a {
    font-size: 50px;
}
.pro-mate-content h3 a:hover {
    letter-spacing: 0px;
}
.dealer-img .scrollbar {
    height: 351px;
    padding-right: 20px;
}
.dealer-img {
    font-family: 'Poppins';
    font-size: 15px;
}
.dealer-img h3 {
    margin-top: 0!important;
}
/* New css update 07-02-2024  */

.color-lead h2{
    font-style: italic;
    font-weight: 800;
    font-size: 130px;
    font-family: 'Poppins';
    background: #fff;
    text-shadow: 7px 7px #ff0508;
    text-shadow: 7px 5px 0px #ffffff, 8px 7px 0px #e20000, 7px 7px 0 #f00;
    text-align: center;
    }
    .last-text-color h2 {
        font-style: normal;
        -webkit-text-stroke: 3px red;
        font-size: 168px;
        text-align: center;
        margin: 0;
        margin-top: 77px;
        font-weight: 700;
        font-family: 'Poppins';
        color: #fff;
        line-height: 142px;
        word-spacing: 15px;
        color: #000;
        font-style: italic;
    }
    .texture-ppf-banner{
        background-image: url(../images/product/texture-breadcrumb.jpg);
    }
    .texture-arrow{
    position: relative;
    }
    .texture-arrow:after {
        position: absolute;
        content: '';
        left: 0;
        top: -60px;
        background-image: url("../images/product/texture-unseen.png");
        width: 55%;
        height: 324px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .sunroof-banner{
        background-image: url(../images/product/sunroof-breadcrumb.jpg);
    }
    .sunroof-arrow{
        position: relative;
    }
    .sunroof-arrow:after {
        position: absolute;
        content: '';
        left: 0;
        top: -30px;
        background-image: url("../images/product/sunroof-unssen.png");
        width: 55%;
        height: 324px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .window-ppf-banner{
        background-image: url(../images/product/window-breadcrumb.jpg);
    }
    .windiw-ppf-arrow{
        position: relative;
    }
    .windiw-ppf-arrow:after{
            position: absolute;
            content: '';
            left: 0;
            top: 0px;
            background-image: url("../images/product/window-unseen.png  ");
            width: 55%;
            height: 324px;
            background-size: cover;
            background-repeat: no-repeat;
    }
    
    .window-icon-table ul li img {
        width: 80%;
    }
    
    
    
    /* color ppf 20-01-24 */
    .c-content {
        text-align: start!important;
        margin-top: 0px;
        color: #ffffff;
        font-family: poppins;
        font-size: 16px;
        margin-bottom: 35px;
        text-shadow: none;
        background: #000;
        padding: 12px 21px!important;
    }
    .row-cols-lg-3 .c-box1:first-child {
        background-color: #fff;
        width: 100%;
        height: 78%;
        box-shadow: none;
        border: none;
        transition: 400ms;
        border-radius: 10px 10px 0 0;
    }
    .c-content {
        text-align: center;
        margin-top: 0px;
        color: #ffffff;
        font-family: poppins;
        font-size: 16px;
        margin-bottom: 35px;
        text-shadow: none;
        /* background: #000; */
        padding: 12px 0px;
        position: relative;
        z-index: 1;
        background-image: url(../images/multicolor-bg.jpg);
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .boc-multicolor {
        box-shadow: 0px 0px 4px 3px #ccc;
        margin-bottom: 40px;
    }
    .row-cols-lg-3 .boc-multicolor:first-child:hover .c-box1 {
        transform: scale(1.1);
        transition: 400ms;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgb(0 0 0 / 40%) 0px 30px 60px -30px, rgb(10 37 64 / 0%) 0px -2px 6px 0px inset;
        box-shadow: none;
    }
    .row-cols-lg-3 .c-box1:first-child:hover {
        transform: scale(1.1);
        transition: 400ms;
        background: snow;
        box-shadow: none;
    }
    .c-box1 {
        padding: 14px 24px;
    }

/* find- a dealer 24-04-2024 */

.section_mod-d {
    margin-bottom: 100px;
}
.service-paragraph  .clear-ppf-unseen p{
    text-align: justify;
    padding: 10px 10px 10px 10px;
    margin: 20px 20px 20px 20px;


}
/* Error 404 page not found */
 /* sandeep Ultraguardindia website (product pages css) 4 march 24 */

    .PPF {
        margin: 20px 0px;
    }

    .PPF p {
        text-align: justify;
    }





    /* sandeep */
    .bg-almore{
        background-image: url('../images/almore-for-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 922px;
        }
        .almore-for-new{
        text-align: center;
        }
        .almore-for-new img{
        object-fit: scale-down I !important;
        width: 60% !important;
        margin-top: 23rem;
        }
        @media(max-width:1900px){
        .almore-for-new img {
        margin-top: 26rem;
        }
        .bg-almore {
        height: 863px;
        }
        }
        @media(max-width:1800px){
        .almore-for-new img {
        margin-top: 29rem;
        }
        }
        @media(max-width:1500px){
        .almore-for-new img {
        margin-top: 26rem;
        width: 70% !important;
        }
        }
        @media(max-width:1300px){
        .almore-for-new img {
        margin-top: 24rem;
        width: 70%;
        }
        .bg-almore {
        height: 756px;
        }
        }
        @media(max-width:1200px){
        .almore-for-new img {
        margin-top: 31rem;
        }
        .bg-almore {
        height: 814px;
        }
        }
        @media(max-width:1030px){
        .almore-for-new img {
        margin-top: 33rem;
        }
        }
        @media(max-width:997px){
        .pro-lead {
        top: -575px;
        }
        .pro-lead h2, .pro-lead p{
        color:white !important;
        }
        .almore-for-new img {
        margin-top: 25rem;
        }
        .bg-almore {
        height: 700px;
        }
        }
        @media(max-width:997px){
        .pro-lead {
        top: -530px;
        }
        }
        @media(max-width:768px){
        .pro-lead {
        top: -400px;
        }
        .almore-for-new img {
        margin-top: 19rem;
        }
        .bg-almore {
        height: 593px;
        }
        }
        @media (max-width: 630px) {
        .almore-for-new img {
        margin-top: 22rem;
        width: 80% !important;
        }
        }
        @media (max-width: 500px) {
        .almore-for-new img {
        width: 90% !important;
        margin-top: 20rem;
        }
        .bg-almore {
        height: 530px;
        }
        }
        @media (max-width: 400px) {
        .almore-for-new img {
        width: 100% !important;
        margin-top: 20rem;
        }
        .bg-almore {
        height: 485px;
        }
        }

    /* index */
    .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: #33333396;
        }
        @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;
        }
        .logo2 {
            width: 30% !important;
        }
        }
        @media (max-width: 767px) {
            .main-navbar .navbar {
                /* position: absolute; */
                top: 0px;
                padding-bottom: 8px;
            }
            .logo2 {
                width: 30% !important;
            }
        }
  /* New */
       .nav-link  {
            color:#fff !important; }; 
       
        .logo1 {
            width: 90% !important;
        }

        .logo2 {
            width: 40% !important;
        }