
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
    font-family: Lora, Arial;
}
header{
    
    height: 80px;
    width: 100%;
    position: relative;
}
header nav{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background-color: rgb(36, 34, 34);
    color: white;
}
header nav p{
    font-size: 32px;
    text-align: center;
    line-height: 80px;
}

/*main section start here*/

section .main{
    height: 500px;
    max-width: 1920px;
    /* margin: 0 auto; */
}
section .main .banner img{
    height: 500px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

section .main .heading{
    font-size: 30px;
    color: white;
    line-height: 70px;
    width: 500px;
    text-align: center;
    position: absolute;
    top: 150px;
    right: 150px;
}
section .main .heading h1{
    margin: 35px 0;
}
section .main .heading a{
    font-size: 22px;
    text-decoration: none;
    color: #7f1146;
    border: 1px solid #7f1146;
    padding: 10px 100px;
    background-color: #fff;
    border-radius: 5px;
}

/* service section start here */

.service-container {
    max-width: 1920px;
    background-color: #fff;
    color: #7f1146;
    margin: 0 auto;
}
.service-container .service{
    height: 150px;
    font-size: 45px;
    font-weight: 900;
    font-family: Lora, Arial;
    font-style: italic;
    text-align: center;
    line-height: 150px;
    padding: 20px;
}
.service-container .service-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.service-container .service-img .cleaning img{
    height: 350px;
    padding: 20px;
    margin-top: 10px;
}
.service-container .service-img .cleaning p{
    font-size: 32px;
    text-align: center;
    padding: 10px 0;
}
.service-container .service-img .installation img{
    height: 350px;
    padding: 20px;
    margin-top: 10px;
}
.service-container .service-img .installation p{
    font-size: 32px;
    text-align: center;
    padding: 10px 0;
}
.service-container .service-img .repair img{
    height: 350px;
    padding: 20px;
    margin-top: 10px;
}
.service-container .service-img .repair p{
    font-size: 32px;
    text-align: center;
    padding: 10px 0;
}
.call{
    width: 100%;
    height: 150px;
    background-color: #6a66664d;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 20px 20px;
    gap: 10px;
}
.call .call-1{
    font-size: 24px;
    text-align: center;
}
.call .call-now a{
    text-decoration: none;
    color: #fff;
    background-color: #c12872;
    border-radius: 10px;
    padding: 10px 200px;
}

/* sparkle section start here  */

.sparkle {
    padding: 40px 170px;
    color: #7f1146;
}
.sparkle .sparkle-1 h2{
    font-size: 40px;
    text-align: center;
}
.sparkle .sparkle-1 p{
    font-size: 26px;
    margin-top: 20px;
    line-height: 35px;
}
.our {
    /* height: 450px; */
    padding: 40px 170px;
    color: #7f1146;
    background-color: #6a66664d;
}
.our .our-services h2{
    font-size: 40px;
}
.our .our-services h3{
    font-size: 28px;
    margin-top: 20px;
    
}
.our .our-services p{
    font-size: 26px;
    margin-top: 20px;
    line-height: 30px;
}
.us {
    /* height: 450px; */
    padding: 40px 170px;
    color: #7f1146;
}
.us .choose h2{
    font-size: 40px;
}
.us .choose ul li{
    font-size: 26px;
    margin-top: 20px;
    line-height: 35px;
}
.clean{
    padding: 40px 170px;
    color: #7f1146;
    background-color: #6a66664d;
}
.clean .all h2{
    font-size: 40px;
}
.clean .all ul li{
    font-size: 26px;
    margin-top: 20px;
    line-height: 30px;
}
.clean .last h2{
    font-size: 40px;
    margin-top: 60px;
}
.clean .last p{
    font-size: 26px;
    margin-top: 20px;
    line-height: 35px;
}
.ques {
    padding: 40px 170px;
    color: #7f1146;
}
.ques .faqs h2{
    font-size: 40px;
}
.ques .faqs h3{
    font-size: 28px;
    margin-top: 20px;   
}
.ques .faqs p{
    font-size: 26px;
    margin-top: 20px;
    line-height: 30px;
}

/* footer start here  */

footer{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: #c12872;
    color: #fff;
    padding: 0 20px;
}
footer p a{
    text-decoration: none;
    color: #fff;
}