 
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Gemunu+Libre:wght@200..800&display=swap');


*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
:root{
  --lignt-color:#C7C7C7;
  --bg-color:#1B1B1B;
  --count-color:#DDDDDD;  
}
body{
    background-color: #e5e5e5;
    font-family: "DM Sans", serif;
    /* cursor: none; */
}



.grow,
.grow-small {
  transform: scale(4);
  background: white;
  mix-blend-mode: difference;
  border: none;
}

.grow-small {
  transform: scale(2);
}
.services{
    width: 100%;
    height: 1050px;
    /* background-color: #be4444; */
    background-image: url("../img/sevices.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    /* position: relative; */
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    /* border: 1px solid #000; */   
}
.car-box{
    padding-top: 290px;    
}

.line{
     border-top: 4px solid #fff ;
    display:  inline-block;
    padding-top: 20px;   
}
.explore{
    font-size: 2.2rem;
    padding: 70px 0px 0px 200px;
}
 .img1{
    width: 100%;
    visibility: hidden !important;
}
.service-text{
    font-size: 20px;
    color: var(--bg-color);
    display: flex;
    justify-content:center;
    /* border: 1px solid #000; */

    /* text-transform: uppercase; */
    /* line-height: 1.4; */
}
.scroll{
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    /* border: 1px solid #000; */
    right: -240px;
    /* margin-left: ; */
    cursor: pointer;

}
.scroll a{
    color: var(--bg-color);
    text-decoration: none;
}
.scroll::after{
    content: '';
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      height: 200px; /* Adjust as needed */
      background-image: linear-gradient(to bottom, black 30%, transparent 30%);
      background-size: 1px 4px;
      background-repeat: repeat-y;
}
.list{ 
    padding-top: 20px;
}

.list span{ 
    text-transform: lowercase;
    font-size: 20px;
    font-weight: 500;
}

.heading_hbox2{
    text-align: left !important;
}
/* ----------------------section02----------------------- */

/* ----------------------section03----------------------- */
.ceramic-coating {
    text-align: right;
}
.ceramic-coating h2{
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    color: var(--bg-color);
}
.ceramic-coating h5{
    font-size: 2.5rem;

    font-weight: 400;
    color: var(--bg-color);
}
.coting-text{
    font-size: 20px;
    padding-top: 30px;
}
.coting-img{
    position: relative;
    padding-bottom: 200px;
    padding-top: 100px;
}
.bottal{
    width: 43%;
    position: absolute;
    right: 30px;
    top: 300px;
}

/* ----------------------section03-end----------------------- */
/* ----------------------section04----------------------- */
.back-text{
    position: relative;
}
.detaling-text{
    position: absolute;
    font-size: 8rem;
    font-weight: 900;
    top: 35%;
    left: 28%; 
    transform: translate(-50%, -50%);
    color: var(--bg-color);
    
}
.count{
    font-size: 5rem;
    color: var(--count-color);
    font-weight: 600;
    font-family: "Gemunu Libre", serif;
    display: block;
    text-align: right;
}
.detalingbull-bottom{
    font-size: 20px;
    padding-top: 15px;
    padding-left: 40px;
    font-weight: 400;
    line-height: 1.4;
}

.detaling-img{
    width: 100%;
    height: auto;
    position: relative;
}
.carimg{
    width: 90%;
    position: absolute;
    right: 0px;
    bottom: 0px;

}
/* premium */

.r

/* -----------------------section5--------------------- */
.mapsection ,.ppfsection{
    padding-left: 0px !important ;
    padding-right: 0px !important;
}
.mapsection{
    padding-left: 0px !important ;
    padding-right: 0px !important;
}
.mapheading{
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    color: var(--bg-color);  
    text-align: right;
    /* border: 1px solid #000; */
    display: block;
}

.gmap_iframe{
    color: #000 !important;
    /* background-color: #9a1212; */
}
