
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: "Montserrat", serif;
}

  .webmain{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
   
 } 

 header{
    display: flex; 
    align-items: center;
    justify-content: space-between;

}  
header a {
    text-decoration: none;
}


.leftmenus a{
    color: #3A3A3A;
    font-weight: 600;
    margin-left: 34px;
    font-size: 20px;

} 
.baricon{
    display: none;
}
.container{
    padding: 50px 122px;
}



/* Start your Journey as Influencer courses here */


.quqlitytitle{
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 0px;

}
.qualitycontent{
    font-size: 16px;
    font-weight:600 ;
    color: #3A3A3A;
}
 .btn{
    text-decoration: none;
}

 
 .btn{
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 44px;
     
} 
.box1{
    background-color:#E02C6D ;
    color: #ffffff;
    border: none;
    margin-top: 8px;
}   



.qualitymain{
    display: flex;
   margin-top: 50px;
    align-items: center;
    justify-content: space-around;
}


.halfwidth1{
    width: 60%
    
}
.halfwidth2{
    width: 40%;
 
}

.logo{
     display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
     margin-top: 100px;
     border-bottom: 1px solid rgba(0, 0, 0, 0.096); 
     border-top: 1px solid rgba(0, 0, 0, 0.095); 
}

.amazon{
    margin-bottom: 20px;
}  


.firstlogo{
    margin: 10px;
}


/* Popular Collection courses here */
.secondheader{
    text-align: center;
    width: 242;
    height: 50;
    color: #3A3A3A;
    margin-top: 106px;
}
.secondheader{
    font-size: 28px;
    width: 600;
}


.cardmain{
    height: 600px;
    display: grid;
    grid-template-columns:auto auto auto ;
    align-items: center;
    justify-content: center;
    align-items: center;
    margin-top: 50px;

}

.card1{
    width: 300px;
    height: 450px;
    box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.36);
    border-radius: 5px;
    padding: 10px 10px;
    margin: 30px;
}

.heading{
    font-size: 28px;
    color: #18191F;  
 }

 .foreparagrap{
    font-size: 24px;
    margin-top: -24px;
}  
  .staricon{
    font-size: 12px;
    margin-top: -34px;
    display: flex;
    align-items: center;
}
.staricon i{
    color: #FB8200;
}
.fiveparagrap{
    font-size: 16px;
    color: #5E6366;
} 
.sixparagraph{
    font-size: 14px;
    margin-top: -6px;
    color: #787885;
}
/* end button */
.button2{
    text-decoration: none;
}
.button2{
    width: 75;
    height: 24;
    font-size: 30;
    font-weight:700 ;
color:#E02C6D;
}
.button1{
    width: 75;
    height: 24;
    font-size: 30;
    font-weight:700 ;
color:#E02C6D;
}
.buttonlink{
    display: flex;
    margin-top: 1000px;
    align-items: end;
    justify-content: end;
    margin-right: 110px;

}

/* Featured products at one place here */

.quqlitytitle-2{
    width: 700px;
    font-size: 38px;
    color: #0A0826;
  
}
.Featured{
    width: 700;
    font-size: 38px;
    color:#0A0826;
}
.feature-product{
    display: flex;
   align-items: center;
   justify-content: space-between;
   margin-top: 100px;
}

.halfwidth4{
   margin-top: -50px;

}



/* Influencer products footer here */
body{
    background: #fcfcfc;

}
footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: opx;
    background: #111111ee;
    height: auto;
    width: 100vw;
    height: 200px;
     font-family:"open sans" ;
    padding-top: 40px;
    padding-right: 30px;
    color: #fff;
   

}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align:center ;
    top: 3020px;


}
.footer-content h3{
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 5px;



}
.footer-content p{
    font-size: 14px;
}

.social{
    display: flex;
    align-items: center;
     justify-content: center;
     margin-top: -10px;
     margin-right: 50px;
     margin-bottom: 20px;

}

.social a {
    text-decoration: none;
    color: #fff  
}
.fa-brands{
    margin: 5px;
}
.copy{
    margin-top: 0px;
    margin-bottom: 20px;
}
.products{
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:1300px) {
    .Featured{
    
        font-size: 34px;
      
    } 
    
}

@media screen and (max-width:1280px) {
    
}
@media screen and (max-width:1250px) {
    .Featured{
    
        font-size: 25px;
      
    } 
    
}
@media screen and (max-width:1180px) {
    .quqlitytitle{
        font-size: 45px;
      
    }
    .qualitycontent{
        font-size: 12px;
      
    }
    
}
@media screen and (max-width:1096px) {
    .quqlitytitle{
        font-size: 39px;
      
    }
    .qualitycontent{
        font-size: 12px;
      
    }
    .cardmain{
        grid-template-columns: auto auto;
    }
 
    .buttonlink{
        margin-top: 2040px;
        margin-right: 450px;
   
       
    
    }
    .footer-content{
        top: 4040px;
    
    
    }
  
    
}
@media screen and (max-width:1086px) {
    .Featured{
    
        font-size: 20px;
      
    }
    .qualitycontent{
        font-size: 10px;
      
    }

}

@media screen and (max-width:1024px) {
  
    .leftmenus a{
     
     font-size: 16px;
       
    
    }
    
    }



@media screen and (max-width:1022px) {
  
.leftmenus a{
 
    margin-left: 30px;
   

}

}
@media screen and (max-width:997px) {
    .leftmenus a{
 
        margin-left: 26px;
       
    
    } 
    .Featured{
    
        font-size: 18px;
      
    }
    .qualitycontent{
        font-size: 9px;
      
    }
    
}
@media screen and (max-width:984px) {
    .quqlitytitle{
        font-size: 32px;
      
    }  
}
@media screen and (max-width:973px) {
    .leftmenus a{
 
        margin-left: 20px;
       
    
    } 
    .Featured{
    
        font-size: 16px;
      
    }
    .qualitycontent{
        font-size: 8px;
      
    }
}
@media screen and (max-width:936px) {
    .leftmenus a{
 
        margin-left: 15px;
       
    
    }
    .halfwidth3{
        margin-left: -50px;
       
    }
 
  
}
@media screen and (max-width:906px) {
    .leftmenus a{
 
        margin-left: 12px;
       
    
    }
}

@media screen and (max-width:889px) {
    


    .button2{
   
        font-size: 20;
    }
    .button1{
        
        font-size: 20;

    }
    }


@media screen and (max-width:888px) {
    .leftmenus a{
 
        margin-left: 10px;
       
    
    }
}
@media screen and (max-width:881px) {
    .halfwidth3{
        margin-left: -100px;
       
    }
    .Featured{
    
        font-size: 14px;
      
    }
    .qualitycontent{
        font-size: 8px;
      
    }

}
@media screen and (max-width:877px) {
    .leftmenus a{
 
        margin-left: 8px;
       
    
    }
}
@media screen and (max-width:865px) {
    .leftmenus a{
 
        margin-left: 6px;
       
    
    }
    .leftmenus a{
      
        font-size: 16px;
    
    }
}
@media screen and (max-width:854px) {
    .quqlitytitle{
        font-size: 28px;
      
    }  
}
@media screen and (max-width:820px) {
    .Featured{
    
        font-size: 12px;
      
    }
    .qualitycontent{
        font-size: 6px;
      
    }
    .footer-content{
        top: 4100px;
    
    
    }
    .feature-product{
        justify-content: space-between;
    }
}

@media screen and (max-width:801px) {
    
    .button2{
   
        font-size: 14px;
    }
    .button1{
        
        font-size: 14px;

    }
    }

    @media screen and (max-width:801px) {
    
        .button2{
       
            font-size: 12px;
        }
        .button1{
            
            font-size: 12px;
    
        }
        }

@media screen and (max-width:780px) {
    .quqlitytitle{
        font-size: 26px;
      
    }  
}
@media screen and (max-width:787px) {
  
    .leftmenus a{
      
        font-size: 14px;
    
    }
}


@media screen and (max-width:768px) {
   .leftmenus{
    display: none;
   }
   .baricon{
    display: block;
   } 
   .qualitymain {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}
/* .halfwidth2{
    align-items: center;
    justify-content: center;
     margin-left: -200px;  

} */
.halfwidth1{
    margin-top: 110px;
}

.quqlitytitle{
    font-size: 40px;
 

}
.qualitycontent{
    font-size: 12px;
  
}
.feature-product{
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;

}
.footer-content{
  top: 4600px;
 
    

}
.halfwidth3{
    margin-top: 50px;
}
.Featured{
    font-size: 30px;
}
.button2{
       
    font-size: 10px;
}
.button1{
    
    font-size: 10px;

}



.halfwidth2{
    width: 100%;
}
.halfwidth1{
    width: 100%;
}


}
@media screen and (max-width:750px) {
    .footer-content{
        top: 4700px;
       
          
      
      } 
}

@media screen and (max-width:743px) {
    


    .quqlitytitle{
        font-size: 22px;
     
    
    }
    .qualitycontent{
        font-size: 12px;
      
    }
           
    } 


@media screen and (max-width:710px){
  .cardmain{
    grid-template-columns: auto;
  }
   
  .buttonlink{
    margin-top: 4190px;
    margin-right: 150px;

   

}
.footer-content{
    top: 4040px;


}
.footer-content{
    top: 6900px;
      
  
  } 
  
  
}


@media screen and (max-width:632px) {
    
  .quqlitytitle{
        font-size: 18px;
     
    
    }
    .qualitycontent{
        font-size: 10px;
      
    }
           
    }

    

@media screen and (max-width:560px){
    .footer-content{
        top: 6960px;
       
          
      
      } 
}
@media screen and (max-width:540px){
    .footer-content{
        top: 6990px;
       
          
      
      } 
}
@media screen and (max-width:530px){
    .footer-content{
        top: 7050px;
       
          
      
      } 
      .secondheader{
        font-size: 22px;
        
    }
}
@media screen and (max-width:504px){
    .footer-content{
        top: 7100px;
       
          
      
      } 
}
@media screen and (max-width:498px){
    .footer-content{
        top: 7200px;
       
          
      
      } 
}
@media screen and (max-width:480px){
    .halfwidth3{
    margin-left: 30px;

    
    } 
    .quqlitytitle{
        font-size: 18px;
        
        
        margin-bottom: 0px;
        margin-top: 0px;
   }
   .baricon{
    margin-left: 100px;
   }
   .img{
    margin-left: -50px;
   }
    .halfwidth2{

     margin-right: 200px; 
   }  
 
   .footer-content{
    top: 6900px;
   
      
  
  } 
  
  .halfwidth2{
    width: 100%;
}

.halfwidth1{
    width: 100%;
}
.Featured{
    font-size: 22px;
}

.buttonlink{
    margin-right: 5px;
}
.button1{
    font-size: 12px;
}

.button2{
    font-size: 14px;
}

      
}
@media screen and (max-width:460px){
    .halfwidth3{
     margin-left: 50px;
    }
    .footer-content{
        top: 7250px;
       
          
      
      }
             
      
} 

@media screen and  (max-width:376px){
    .footer-content{
        top: 7200px;
    }
    .halfwidth2{
        width: 100%;
    }
    .halfwidth1{
        width: 100%;
    }
    .buttonlink{
        margin-right: 5px;
    }
    .button1{
        font-size: 12px;
    }

    .button2{
        font-size: 14px;
    }

     .baricon{
        margin-left: -0px;
    } 
   


}


 
