
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Outfit:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: "Raleway", sans-serif;*/
    font-family: "Bricolage Grotesque", sans-serif;
    
}
a{
    color: unset;
    text-decoration: none;
}
p,label{
     font-family: "Outfit", sans-serif;

}
/*index page*/
.open{
    display: none;
}
.close{
    display: none;
}
.navBar{
    width: 100%;
 
    background: #ce0600;
    padding: 20px 0;
    box-shadow: 0,25px 45px rgba(0,0,0,0.2);
    z-index: 999;
    position: relative;
}
.navBar2{
    display: none;
}
.navRow{
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.navList ul li{
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;


}
.navList ul li a{

    position: relative;
  }
  .navList ul li a::after{
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    bottom: -8px;
    left: 0;
    background: #ffff;
    transition: 0.5s;
  } 
  
  .navList ul li a:hover::after{
    width: 100%;
  }
.navImg img{
    width: 50px;
}
.navImg{
    display: flex;
    align-items: center;
   
}
.navImg h2{
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-left: 10px;
}
.navCol{
    
    display: flex;
    
    
    
    
}
/*herosec*/
.heroSec{
    width:100%;
    background: url(images/chiascoBg.jpg);
   padding: 80px 0;
    background-position: center;
    background-size: cover;
    border-bottom: 2px solid #ce0600;
   

}
.row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rowHero{
    width:85%;
    margin: auto;



}
.rowHero h2{
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 45px;
}
.col1{
    flex-basis: 60%;
}
.col1 p{
    margin-bottom: 30px;
    color:#fff;
    max-width: 500px;
    line-height: 25px;
     font-family: "Outfit", sans-serif;

}
.col2{
    flex-basis: 35%;
}
.col1 a{
    background: #ce0600;

    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    border-radius: 8px;
}
.col1 a:hover{
    background: #f8f4f3;
    color:#ce0600;

}
.col2 img{
    width:100%;
    border-radius: 50%;
    
}
.col2{
    position: relative;
}
.col2 img:nth-child(1){
    position: absolute;
    bottom: -40px;
    left:0;
    width: 50%;
    
}
.col2 img:nth-child(1){
    border: 2px solid #ce0600;
    
}
.col2 img:nth-child(2){
    border: 2px solid #ce0600;
    
}
/*about us*/
.aboutSec{
    margin: 50px 0;
}
.rowAbout{
    width: 85%;
    margin: auto;
}
.colAbout1{
    flex-basis: 45%;
}
.colAbout2{
    flex-basis: 50%;
}
.colAbout1 h4{
   
    font-size: 24px;
    margin-bottom: 25px;
}
.colAbout1 p{
   
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
     font-family: "Outfit", sans-serif;
}
.colAbout2 img{
    width: 80%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 5%;
     border-top-right-radius: 5%;
}

.colAbout1 a{
    background: #ce0600;

    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    border-radius: 8px;
}
.colAbout1 a:hover{
    background: #f8f4f3;
    color:#ce0600;

}


/*who we are*/
.whoweare{
    margin: 40px 0 80px;
}
.rowWho{
    width: 85%;
    margin: auto;

}
.col3{
    flex-basis: 45%;
    position: relative;
}

.experience{
   position: absolute;
    bottom: 30px;
    right: 200px;
    z-index: 2;
    background: #ce0600;
    color:#fff;
    padding: 30px;
    border: 2px solid #fff;
    border-radius: 10px;
}
.col3Img1{
    position: relative;
}
.col3 img{
    width:50%;
    border-radius: 10px;

}
.col3 img:nth-child(2){
    position: absolute;
    bottom:-50px;
    right: -10px;
}
.col4{
    flex-basis: 50%;
}
.col4 h6{
    font-size: 18px;
    color:#ce0600;
    margin-bottom: 5px;

}
.col4 h4{
    font-size: 24px;
    margin-bottom: 20px;
    color: #0e1b24;
    
}
.col4 p{
    line-height: 25px;
     font-family: "Outfit", sans-serif;
     font-family: 20px;
}
.col4Tags{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
} 
.col4Col{
    flex-basis: 40%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    
}
.col4Col i{
    color:#ce0600;
    margin-right: 10px;
    font-size: 25px;
    
}
.col4Col h5{
    color:#000;
    margin-right: 10px;
    font-size: 15px;    
}
/*categories*/
.catHead h2{
    font-size: 30px;
    margin-bottom: 10px;
   
   
}
.catHead{
    text-align: center;
    margin-bottom: 40px;
     
}

.catline{
    margin-top: 20px;
     width: 100px;
    height: 4px;
    text-align: center;
    background: #ce0600;
    margin: auto;
}
.rowCat{
    width: 85%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap: 40px;
    padding: 30px 0;
}
.rowCat .col5{
    flex-basis: 22%;
    text-align: center;
    background: #f8f4f3;
    padding: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-radius: 8px;
    
}
.col5 i{
    font-size: 25px;
    color: #ce0600;
    margin-bottom: 20px;
}
.col5 h4{
    font-size: 20px;
    margin-bottom: 25px;
    z-index: 5;
    
}
.col5 p{
    font-size: 18px;
    margin-bottom: 25px;
    font-family: "Outfit",'sans-serif';
}
 .col5:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #ce0600;
    z-index: -10;
    transition: 0.3s ease-in;
    border-radius: 8px;
 

} 
.col5:hover::before{
    color: #fff;
    height: 100%;


}
.col5:hover i,.col5:hover h4,.col5:hover p{
    color: #fff;

}
/*product section*/
.prodSec{
    margin: 50px 0;
}
.rowProd{
    width: 85%;
    margin:  0 auto 40px;
}
.rowProd .colProd{
    flex-basis: 24%;
    margin-bottom: 25px;
        box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
}
.colProd img{
    width: 100%;
    border-radius: 8px;
}
.colProdSec{
    background: #ce0600;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.prodLink a{
     background: #0e1b24;
     width: 200px;
     margin: auto;
     text-align: center;
     display: block;

    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    border-radius: 8px;

}
/*best products*/
 .bestProducts{
   background: #f8f4f3;
    padding: 60px 0;
    margin: 40px 0 0;
    color: #000;
} 
.rowbestProducts{
    width: 85%;
    margin: auto;
}
.col6{
    flex-basis: 32%;
    box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
}
.col6 img{
    width: 100%;
    border-radius: 8px;
}
/*footer*/
footer{
    background: #0e1b24;
    padding: 100px 0;
    border-bottom: 1px solid #fff;
}
.rowFooter{
    width: 85%;
    margin: auto;
}
.colFooter1{
    flex-basis: 40%;

}

.footerImg{
    display: flex;
    align-items: center;
    margin-bottom: 25px;

}
.footerImg img{
    width: 100px;
    margin-right: 10px;
}
.footerImg h2{
    font-size: 25px;
    color: #fff;
}
.colFooter1 p{
    font-size: 15px;
    color: #fff;
       font-family: "Outfit",'sans-serif';
       margin-bottom: 25px;

}
.colFooter1 a{
    background: #ce0600;

    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    border-radius: 8px;
    transition: 0.3s ease-in;
}
.colFooter1 a:hover{
    background: #f8f4f3;
    color:#ce0600;

}
.colFooter2{
    flex-basis: 20%;

}
.colFooter2 h4{
    font-size: 24px;
    margin-bottom: 30px;
    color:#ce0600;
}
.colFooter2 ul li{
    font-size: 15px;
    list-style: none;
}
.colFooter2 ul li a{
    display: block;
 
    color:#fff;
    margin-bottom: 25px;
     font-family: "Outfit",'sans-serif';
     text-decoration: none;
     
}
.colFooter3{
    flex-basis: 30%;

}



.colFooter3 img{
    width: 100%;

}
.copyWright{
    text-align: center;
    padding: 20px;
    background: #0e1b24;
    color: #fff;
}

/*about page*/
.heroSec2 h2{
    text-align: center;
    color:#fff;
    font-size: 35px;
}
.heroSec2 p{
    text-align: center;
    color:#fff;
    font-size: 18px;
    
}
/*contact page*/
.contactSec{
    margin: 150px 0;

}
.rowContact{
    width: 85%;
    margin: 100px auto;
}
.colContact1{
    flex-basis: 45%;
    background: url(images/chiascoBg.jpg);
   padding: 90px 30px;
    background-position: center;
    background-size: cover;
    border-bottom: 2px solid #ce0600;
    border-radius: 12px;
}
.colContact1 h6{
    color: #ce0600;
    font-size: 20px;
    margin-bottom: 25px;
}
.colContact1 h4{
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}
.colContact1 .colContact1Row{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
/* .colContact1Row span{
    width: 80px;
    height: 50px;
 
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ce0600;
    color: #fff;


} */
.colContact1Row i{
    font-size: 35px;
    color: #ce0600;
}
.colContact1Col{
    margin-left: 15px;
}
.colContact1Col h5{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.colContact1Col p{
    color: #fff;
    font-size: 18px;
}
.colContact2{
    flex-basis: 45%;
    background: #fff;
    padding: 11px 30px;
     border-radius: 12px;
      box-shadow: 0 0 20px 0 rgb(0,0,0,0.1);
}
.colContact2 form{
    width: 100%;
}
.colContact2 h4{
    margin-bottom: 25px;
    font-size: 24px;
}
.inpSec{
    margin-bottom: 15px;
}
.inpSec label{
    font-size: 18px;
    margin-bottom: 10px;
}
.inpSec input,.inpSec select,.inpSec textarea{
    width: 100%;
    background: #eee;
    padding: 10px;
    border: none;
    outline: none;
    margin-top: 7px;
}
.colContact2 button{
    background: #ce0600;
   
    padding: 15px 40px;
    color: #fff;
    transition: ease-in 0.3s;
    text-transform: uppercase;
    margin-bottom: 50px;
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    border: none;
}



@media screen and (max-width:750px){
    .open{
        display: block;
         font-size: 30px;
        color:#fff;
}
   .close{
        display: block;
        margin-left: 20px;
        margin-top: 20px;
        font-size: 30px;
        color:#fff;
}
.navCol{
    position: fixed;
    width: 250px;
    background: #0e1b24;
    top: 0;
    height:100vh;
    right: -250px;
    transition: 0.3s ;
    z-index: 1000;



}
.navCol.show{
    right:0;
}
.navList ul li{
    display: block;
    margin:  40px 20px;
   

}
.col1,
.col2,
.colAbout1,
.colAbout2,
.col3,
.col4,
.col6,
.colFooter1,
.colFooter2,
.colFooter3,
.colContact1,
.colContact2{
    flex-basis: 100%;
}
.col1 {
    margin-bottom: 30px;
    text-align: center;
}
.rowHero h2{
    font-size: 25px;
    line-height: 30px;
}
.rowHero p{
    font-size: 15px;
}

.colAbout1{
    margin-bottom: 30px;
}
.colAbout1 h4{
    font-size: 20px;
}
.colAbout1 p{
    font-size: 18px;
}
.colAbout2 img{
width:100%;
}



.col3 {
    margin-bottom: 60px;
}
.experience{
   position: absolute;
    bottom: 30px;
    right: 80px;
    z-index: 2;
    background: #ce0600;
    color:#fff;
    padding: 15px;
    border: 2px solid #fff;
    border-radius: 10px;
}
.catHead h2{
    font-size: 20px;

}
.col4 h4{
    font-size: 20px;
}
.col4 p{
    font-size: 18px;
}
.col5 h4{
    font-size: 20px;

}
.col5 p{
    font-size: 18px;
}
.col6{
    margin-bottom: 25px;
}
.colFooter1,.colFooter2,.colFooter3{
    margin-bottom: 25px;
}
.col1 a,.colFooter1 a,.colAbout1 a{
    padding: 15px 20px;
  
}
.colContact1Col h5{
    font-size: 18px;

}
.colContact1Col p{
    font-size: 15px;

}
.colContact1Row{

}
.colContact1{
    margin-bottom: 20px;

}
.colContact1 h6{
    font-size: 20px;
}
.colContact1 h4{
    font-size: 20px;
}
.colContact1 p{
    font-size: 15px;
    
}

.colContact1Row i{
    font-size: 20px;
    color: #ce0600;
}
.colContact2 h4{
    font-size: 20px;

    
}
.rowProd .colProd{
    flex-basis: 100%;

}


}

