/* *{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: "poppins";
}
*, ul{
    list-style-type: none;
}
*,a{
    text-decoration:none;
}
.main-container{
    max-width: 1200px;
    padding:10px 15px;
    margin:auto;
} */

/* Navbar starts*/
/* .navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap:10px;
}
.navbar .right-nav ul{
    display:flex;
    justify-content: space-between;
    align-items: center;
    grid-gap:10px;
}
.navbar .right-nav ul a{
    color:rgb(220, 20, 60);
    font-size: 18px;
    font-weight: 500;
}
.navbar .left-nav{
    flex:0 0 50%;
}
.navbar .right-nav{
    flex:0 0 50%;
} */

/* banner */
/* .swiper-slide{
    max-width:100%;
}
.banner .swiper-slide img{
    width:100%;
    height:90vh;
} */

/* Home about section  */
/* .home_about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap:20px;
    text-align: justify;
}
.section-heading h2{
    color:rgb(220, 20, 60);
    font-size: 30px;
}

/* testimonial section 
.testimonial-section{
    background-color: ghostwhite;
}
.testimonial-content{
    margin:auto;
    text-align: justify;
}
.testimonial-content h3{
    text-align: center;
    font-size: 25px;
    color:rgb(220, 20, 60);
}
.testimonial{
    max-height: auto;
    padding:20px 50px;
}
.testimonial .section-heading h2,.services-section .section-heading h2{
    text-align: center;
    margin-bottom: 30px;
    margin-top:20px;
}
.test-para i{
    font-size: 30px;
    color:rgb(220, 20, 60);
}
.testimonial-content .swiper-wrapper{
    padding:0px 50px 20px;
} */

/* service-section  
.service-card-content h3{
    text-align: center;
    color:rgb(220, 20, 60);
}
.service-cards{
    width: 350px;
    height:auto;
    padding:10px;
    box-shadow: 0 0 10px 3px rgb(202, 198, 198);
    margin:10px 0px 20px;
}
.service-cards img{
    width:100%;
}
.service-cards:hover{
    transform: scale(1.01);
}
.service-cards img:hover{
    transform: scale(1.01);
}
.service-content .swiper-wrapper{
    padding:10px 20px 20px;
}
.view-more img{
    margin-top:50px;
    width:250px;
    height:auto;
}

/* founder section 
.founder-section{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap:15px;
    text-align: justify;
}
.founder-section h2,.why .why-heading h2,.aboutus .about-heading h2,.our_team .team-heading h2,.gallery-heading h2{
    text-align: center;
    color:rgb(220, 20, 60);
}
.founder{
    background-color: rgba(236, 245, 245, 0.686);
}
.why-cards .fa-sliders{
    font-size:25px;
}
.why .why-cards-section{
    display:flex;
    justify-content: space-between;
    align-items: center;
    grid-gap:15px;
    padding:20px 0px 40px;
}
.why .why-cards-section .why-cards{
    border:4px solid grey;
    padding:10px 20px;
    display: flex;
    justify-content: space-between;
    align-items:start;
    grid-gap:10px;
    margin:20px 0px;
}
.why .why-heading{
    margin-top:20px;
}

/* About us page 
.about-content{
    text-align: justify;
}
.aboutus .about-heading h2,.gallery-heading h2{
    margin:10px 0px 30px;
    font-size: 30px;
}
.mission-section{
    margin:25px 0px 20px;
}
.mission-section .mission{
    margin:10px 0px 20px;
}
.mission-section .mission h3,.service-content-right h3,.product-img h3{
    color:rgb(220, 20, 60);
}

/* Team-section
.our_team .team-img{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap:10px;
    flex-wrap: wrap;
}
.our_team .team-heading h2{
    margin:10px 0px 20px;
    font-size: 25px;
}
.our_team .team p{
    text-align: center;
    color:rgb(220, 20, 60);
    font-weight: 500;
}

/* service page 
.service-content-container .service-content{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap:15px;
    text-align: justify;
}

.service-content:nth-child(2n+1) .service-content-right{
    order:0;
}
.service-content:nth-child(2n+1) .service-content-left{
    order:1;
}
.service-content{
    margin:10px 0px 20px;
}

.product-container{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap:10px;
    flex-wrap:wrap;
}
.product-img h3{
    text-align: center;
}


/* gallery */
/* .gallery-images{
    margin:auto;
} */