/* Shared Styles */
*{
    padding: 0;
    margin: 0;
}
.pov-head{
    padding: 30px;
    justify-content: space-between;
}
.normal-layout{
    max-width: 1140px;
    margin: 0 auto; 
    margin-top: 30px;
}

.no-normal-layout{
    max-width: 1260px;
    margin: 0 auto; 
    margin-top: 30px;
}


.margin-all{
    margin-bottom: 100px;
}

.mid-text{
    font-size: 1rem;
    font-weight: bold;
    color: rgba(120, 120, 133, 1);
    /* padding-bottom: 10px; */
}


.display-flex{
    display: flex;
}

/* Header Section */

.infulencer-logo h3{
    font-size: 1.25rem;
    font-weight: bold;
}


.head-parent{
    list-style: none;
    justify-content: space-between;
    
}
.logo-var{
    gap: 34px;
    
}
.logo-var li{
    color:#3A3A3A ;
    font-size: 1rem;
    font-weight: bold;
}

 /* Start journey section   */

.start-main, .pov-head {
    align-items: center;
    justify-content: center;
    gap: 133px;
    /* margin-bottom: 100px; */
    

}
.start-img-section{
    background-image: url(images/Circle\ design.svg);
} 

.section-heading1{
    font-size: 3rem;
    font-weight: 700;
    color: rgba(58, 58, 58, 1);
    margin-bottom: 16px
}
.btn-primary{

    width: 196px;
    border: none;
    margin-top: 20px;
    height: 44px;
    color: rgba(255, 255, 255, 1);
    gap: 8;
    padding: 10px 24px 10px 24px;
    border-radius: 41px;
    background: rgba(224, 44, 109, 1);

}
/* logo-section */
.logo-section{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 61px;
    margin-bottom: 100px;
    margin-top: 100px;
    /* box-shadow:-10px 3px rgba(255, 255, 255, 1);; */
}

/* Card Section */
.section-heading{
    color: rgba(58, 58, 58, 1);
    font-style: SemiBold;
    font-size: 1.60rem;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0px;
    text-align: left;
    text-align: left;


}


.card-main{
    /* gap: 10px; */
    max-width: 329px;
    max-height: 476px;
    border-radius: 5px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);  
    gap: 20px;
    
}
.card-container{
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
    
}
.rating-icon{
    display: flex;
}

.img-div{
    display: flex;
    justify-content: center;
    margin-top: 11px;
}
.card-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px
}
.card-heading{
    font-family: Poppins;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;


}

.num{
    margin-left: 10px;
}
.card-number{
    font-style: Medium;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;

}

/* Featured products at one place */
.featured-section{
    display: flex;
    gap: 70px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.img-section img{
    border-radius: 5px;
}

.sec-btn{
   width: 155px;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8;
    padding: 10px 24px 10px 24px;
    background: rgba(224, 44, 109, 1);
    border: none;
    margin-top: 20px;
    color: rgba(255, 255, 255, 1);

}

/* Footer Section */
footer{
background: rgba(10, 8, 38, 1);
justify-items: center;
margin-bottom: 20px;
}
.footer-icon{
    gap: 16px;
}
.footer-heading{
    color: rgba(255, 255, 255, 1);
    font-family: Poppins;
    font-size: 2rem;
    font-weight: 700;
    line-height: 36px;
    padding-top: 20px;
}

.footer-para{
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-bottom: 17px;
    margin-top: 16px;
}
.footer-icon{
    display: flex;
    gap: 17px;
    padding-bottom: 50px;
}

.hide{
    display: none;
}


/* Responsive for mobile device  */
@media screen and (max-width:576px) 
{
/* .section-heading {

    text-align: center;
    justify-items: center;
} */
.featured-section{
    flex-direction: column;
    
}
.card-container{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    }
.img-section img {
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.featured-text .mid-text {
    padding:10px 20px ;
    justify-items: center;
    align-items: center;
}


.footer {
    flex-direction: column;
    margin-top: 100px;
    max-width: 100%;  
}
.featured-text{
    justify-items: center;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;


}
.section-heading {
    line-height: 30px;
    text-align: center;

    
}
.section-heading .mid-text{
    text-align: center;
}

.featured-section,.start-main{
    justify-items: center;
    flex-direction: column-reverse;
    align-items: center;
}
.section-heading1 .mid-text {
    text-align: center;
}
/* problem */
.logo-section {
    display: flex;
    gap: 31px;
    flex-wrap: wrap; 
    justify-content: center;
    align-items: center ;
    

}
.start-section{
    justify-content: center;
    text-align: center;
    margin-top: 0px;
    margin: 0 20px;
}
.normal-layout .section-heading {
    margin-bottom: 30px;
}
.head-parent {
    list-style: none;
    justify-content: space-between;
}



.head-parent{
    
    justify-content: space-around;
    

}
.logo-var li {
   display: none;
}
.none-display{
    display: none;
}


}