@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Spartan', sans-serif;
}

h1{
    font-size: 50px;
    line-height: 64px;
    color: #222;
}

h2{
    font-size: 46px;
    line-height: 54px;
    color: #222;
}

h4{
    font-size: 20;
    color: #222;
}

h6{
    font-size: 12px;
    font-weight: 700;
}

p{
    font-size: 16px;
    color:  #465b52;
    margin : 15px 0 20px 0;

}


.section-p1 {
    padding: 40px 80px ;
}


.section-m1{
    margin: 40px 0;
}

body{
    width: 100%;
}


/*Header Start*/

#header{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 80px;
    background: rgba(255, 255, 255, .005);    
    /* background: #E3E6F3; */
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07); */
    z-index: 89998;
    position:fixed;
    /* position:absolute; */
    top: 0;
    left: 0;
    right: 0;
    /* bottom: 0; */
    
}



#navbar{
    display: flex;
    align-items: center;
    justify-content: center;
}



#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}



#navbar li a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #f2f2f2;
    transition: .3s ease;

}


.backnav{
    background: #f2f2f2 !important;
    color:  #111 !important;
}


.linkscroll{
    color:  #111 !important;
}



#navbar li a:hover,
#navbar li a.active{
    color : #18f8e8;

}


#navbar li a.active::after,
#navbar li a:hover::after{
    content:'';
    width: 45%;
    height: 2px;
    background : #18f8e8;
    position: absolute;
    bottom: -4px;
    left: 20px;


}



#mobile{
    display: none;
    align-items:center;

}


#close{
   display: none;
}

/*Home Page */

/*Hero Section*/

#hero{
    background-image: url('img/hero06.jpg');
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: top 25% right 0;
    padding : 0 80px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
}


.hero-bgover{
   position: absolute;
   top: 0;
   left: 0;
   right : 0;
   bottom : 0;
   background: rgba(10, 10, 10, .65);
   z-index: 2;
}

.hero-details{
   z-index: 5;

}


.hero-details-first{
    color: #f3f3f3;
}

.hero-details-second{
    color:  #EE9;
}


.hero-details-text {
    color: #fefefe;
}

#hero h4{
    padding-bottom: 15px;

}


#hero h1{
    color : #18f8e8;
    
}



#hero button{
    background-image: url('img/button.png');
    background-color: transparent;
    color : #18f8e8;
    border: 0;
    padding : 14px 80px 14px 65px;
    cursor: pointer;
    font-weight: 700;
    background-repeat: no-repeat;
    font-size: 15px;

    
}


#featured {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#featured .fe-box{
    width: 140px;
    height: 160px;
    text-align: center;
    padding: 25px 15px;
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
    border: 1px solid #cce7d0;
    border-radius: 4px;
    margin: 20px 0;
    cursor: pointer;

}




#featured .fe-box img{
  /* width: 95%; */
  height : 70%;
  margin-bottom: 07px;

 }

#featured .fe-box:hover{
    box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1)
}




#featured .fe-box h6{
   padding: 9px 8px 6px 8px;
   line-height: 1;
   border-radius: 4px;
   color : #088178;
   background-color: #fddde4;
   display: inline-block;
}



#featured .fe-box:nth-child(2) h6{

    background-color: #cdebbc;
}


#featured .fe-box:nth-child(3) h6{

    background-color: #d1e8f2;
}


#featured .fe-box:nth-child(4) h6{

    background-color: #cdd4f8;
}

#featured .fe-box:nth-child(5) h6{

    background-color: #f6dbf6;
}


#featured .fe-box:nth-child(6) h6{

    background-color: #fff2e5;
}

/*Featured products*/

#products01{
    text-align: center;
}



#products01 .product-container{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
}



#products01 .product{
    width: 23%;
    min-width: 250px;
    padding: 10px 12px;
    border :1px solid #cce7d0;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.03);
    margin: 15px 0;
    position: relative;
    transition: all 0.28s ease;

}





#products01 .product:hover{
   
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.065);


}



#products01 .product img{
    width: 100%;
    border-radius: 20px;
     
}



#products01 .product .description{
    text-align: start;
    padding: 10px 0;

}




#products01 .product .description span{
   color: #606063;
   font-size: 12px;
    
}



#products01 .product .description h5{
   padding: 8px;
   color: #1a1a1a;
   font-size: 14px;
     
 }

 
#products01 .product .description i{
    color: rgba(243, 181, 26, 0.95);
    font-size: 12px;
      
  }


  
#products01 .product .description h4{
   padding-top: 8px;
   font-size: 15px;
   font-weight: 700;
   color: #088178

      
  }


  
  
#products01 .product .cartIcon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #e8f6ea;
    font-weight: 500;
    color : #088178;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 10px;
    right: 10px;
 
       
}
  

#banner{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    /* background-image: url(img/banner/b2.jpg); */
    /* background: rgba(0,0,0,.9); */
    background: linear-gradient(to right, #200122, #088178); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
}



#banner h4{
    color: #fff;
    font-size: 16px;

}



#banner h2{
    color: #fff;
    font-size: 30px;
    padding: 30px 0;    
}




#banner h2 span{
    color: #ef3636;   
}

button.normal{
    font-size:14px;
    font-weight: 600;
    padding: 13px 30px;
    color : #111;
    background : #fff;
    cursor: pointer;
    border: none;
    outline: none ;
    border-radius: 4px;
    transition: 0.2s ease;
}



#banner button:hover{
    background: #088178;
    color: #fefefe;    
}



/* Sm Banner */


#sm-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

#sm-banner .banner-box {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    background-image: url(img/banner/b17.jpg);
    /* min-width: 580px; */
    width: 49%;
    height: 45vh;
    background-size: cover;
    background-position: center;
    padding: 30px;
    

}

#sm-banner .bbx-2{
    background-image: url(img/banner/b10.jpg);

}

#sm-banner h4{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
} 


#sm-banner h2{
    color: #fff;
    font-size: 20px;
    font-weight: 800;
} 


#sm-banner span{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 15px;
} 



button.white{
    font-size:13px;
    font-weight: 600;
    padding: 11px 18px;
    color : #fff;
    background : transparent;
    cursor: pointer;
    border: 1px solid #fff;
    outline: none ;
    /* border-radius: 5px; */
    transition: 0.2s ease;
}



#sm-banner .banner-box:hover button{
    background-color: #088178;
    border : 1px solid #088178;

}



#banner03{
    display: flex;
    justify-content:space-between;
    /* align-items:center; */
    flex-wrap: wrap;
    padding: 0 80px;
}


#banner03 .banner-box {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    background-image: url(img/banner/b7.jpg);
    min-width: 30%;
    height: 33vh;
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin-bottom: 20px;

}


#banner03 .bbx-2 {
    background-image: url(img/banner/b4.jpg);
}


#banner03 .bbx-3 {
    background-image: url(img/banner/b18.jpg);
}


#banner03 h2{
   color:#fff;
   font-weight: 900;
   font-size: 22px;
}


#banner03 h3{
    color:#ef3636;
    font-weight: 7  00;
    font-size: 15px;
 }

 /* newsletter */

#newsletter{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items:center;
    background-image: url('img/banner/b14.png');
    background-repeat: no-repeat;
    background-position: 20% 30%;
    background-color: #041e42 ;
}

#newsletter .form{
    display: flex;
    width: 40%;
}


#newsletter h4{
    font-size: 22px;
    font-weight: 700;
    color: #fff;

}


#newsletter p{
    font-size: 14px;
    font-weight: 600;
    color: #818ea0;
    
}

#newsletter p span{
    color: #ffbd27;  
}



#newsletter input{
   height: 3.125em;
   padding: 0 1.25em;
    font-size: 14px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}



#newsletter button{
    background-color: #088178;
    color: #fff;
    white-space: nowrap;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}

/* footer */


footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}




footer .col{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: flex-start;
    margin-bottom: 20px;
}


.logoBox{
    height: 40px;
    background : #EE9;
    border-radius: .5rem;
    cursor: pointer;
}
.logo{
    width : 100%;
    height: 100%;

}

footer div .logo{
    margin-bottom: 30px;
}

.logoBoxFooter{

    margin-bottom: 30px;
}

footer h4{
    font-size: 14px;
    padding-bottom: 20px;
    
}


footer p{
    font-size: 13px;
    margin: 0 0 8px 0;
    
}



footer a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    padding-bottom: 10px;
}


footer .follow{
    margin-top: 20px;
}


footer .follow i{
    color: #465b52;
    padding-right: 4px;
    cursor: pointer;
}



footer .install .row img{
    border: 1px solid #088178;
    border-radius: 6px;

}



footer .install img{
  margin:  10px 0 15px  0;

}



footer .follow i:hover,
footer a:hover{
    color: #088178;
   
}

footer .copyright{
    width: 100%;
    text-align: center;

}


/* Media query */

@media (max-width:799px) {  
    
    .section-p1{
        padding: 40px 35px;
    }
    #navbar{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        /* right: 0; */
        right : -300px;
        height: 100vh;
        width: 300px;
        background-color: #E3E6F3;
        box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15);
        padding: 80px 0 0 10px;
        transition: all 0.3s ease;
    }  
    
        

    #navbar.show{
        right: 0;
    }

    #navbar li {
        margin-bottom: 25px;
    }
        
    #mobile{
        display: flex;
        align-items:center;
    }
      
    #mobile i {
        color: #f2f2f2;
        font-size: 24px;
        padding-left: 20px;
        cursor: pointer;
    }


    #navbar li a,  #navbar li a.active {
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
        color: #222;
        transition: .3s ease;
    }
    
    #close{
        display : initial;
        position: absolute;
        top: 30px;
        left: 30px;
        color: #222;
        font-size: 24px;
        cursor: pointer;
    }

    #cartIcon{
        display: none;

    }

        
    #hero{
        height: 70vh;
        background-position: top 30% right 30%;
        padding : 0 80px;
    }

    #featured {
        /* display: flex;
        align-items: center; */
        justify-content: center;
        /* flex-wrap: wrap; */
    }

    #featured .fe-box{
        margin: 25px 15px;
    }
      
    #products01 .product-container{
        /* display: flex; */
        justify-content: center;
        /* padding-top: 20px;
        flex-wrap: wrap; */
    }

    #products01 .product-container{
        justify-content: space-between;
        padding: 0 10px;
    }

    #products01 .product{
        min-width: 100px; 
        width: 32%;
    }

        

    #banner{
        height: 23vh;
    }


        
    #sm-banner .banner-box {
        min-width: 100%;
        height: 30vh;   
    }

        
    #banner03{

        padding: 0 35px;
    }


        
    #banner03 .banner-box {        
       width: 28%;
    }

        
    #newsletter .form{
        /* display: flex;  */
        width: 70%;
    }

}


@media (max-width:477px) {

    h1{
        font-size: 35px;
    }

    h2{
        font-size: 29px;
    }

    
    .section-p1{
        padding: 15px;
    }
        
    #header{
        padding: 17px 25px;
    }

    #hero{
        padding: 0 20px;
        background-position: 55%;
        height : 80vh;
    }
    

    #featured{
        justify-content: space-between;
    }
    
    #featured .fe-box{
       width: 48%;
       margin: 0 0 15px 0;
    }

    
    #products01 .product-container{
        justify-content: space-between;
        padding: 0 5px;
    }
 
    #products01 .product{
        min-width: 100px; 
        width: 48%;
        padding: 0;
        margin: 10px 0;
      
    }

    
    #banner{
        height: 40vh;
    }

        
    #sm-banner .banner-box {
       height: 40vh; 
       margin-bottom: 18px;
    }


    
    #banner03{

        padding: 0 20px;
    }


        
    #banner03 .banner-box {        
       width: 100%;
    }

    
        
    #newsletter {
        padding: 30px 15px;
    }
        
    #newsletter .form{
        /* display: flex;  */
        width: 100%;
    }

}
 


@media (max-width: 300px) {

    #products01 .product {
        min-width: 100px;
        width: 97%;
        padding: 0;
        margin: 10px 0;
    }
    
    #products01 .product-container {
        justify-content: center;
        padding: 0 5px;
    }
    
}