@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: 'Spatan', sans-serif;
}
.section-p1{
    padding: 20px 80px;
}
.section-m1{
    margin: 40px 0;
}
body{
    width: 100%;

}
.navbar {
    display: fixed;
}
#header {
    display: flex;
    align-items:center;
    justify-content: space-between;
}
#product1{
    text-align: center;

}
#product1 .pro-container{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: wrap;
}
#product1 .pro{
    width: 23%;
    min-width: 200px;
    padding: 10px 12px;
    border: 1px solid rgb(196, 194, 194);
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); 
    margin: 15px 0;
    transition: 0.2s ease;
    position: relative;
}
#product1 .pro:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02); 
}
#product1 .pro img{
    width: 100%;
    border-radius: 20px;
}
#product1 .pro .des{
    text-align: start;
    padding: 10px 0;

}
#product1 .pro .des span{
    color: #606063;
    font-size: 12px;
}
#product1 .pro .des h5{
    padding-top: 7px;
    color: #1a1a1a;
    font-size: 14px;
    
}
#product1 .pro .des i{
    font: 12px;
    color: rgb(13, 59, 176);
}
#product1 .pro h4{
    padding-top: 7px;
    margin-left: -83%;
    font-size: 15px;
    font-weight: 700;
    color:rgb(13, 59, 176)
}
#product1 .pro a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #d7e2f1;
    font-weight: 500;
    color:rgb(41, 94, 228);
    border: 1px solid hsl(131, 26%, 87%);
    position: absolute;
    bottom: 15px;
    right: 15px;

}
#product1 .pro .img-top{
    display: none;
    position:absolute;  
    left: 10px ;
    top: 10;
    z-index: 99;
    width: 92%;
    transition: opacity .5s;
}   
#product1 .pro:hover .img-top{
    display: inline;

}
.container{
    display: flex;
}

.container .row a{
    width: 50%;
}
.container .card:hover{
    padding: 5px;
}

#banner {
    justify-content: center;
    display:  flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-image: url("images/background.jpg");
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
}
#banner h4{
    color: white;
    font-size: 16px;
    padding: 10px 0;
}
#banner h2 span{
    color: rgb(202, 0, 0);
    font-size: 20px;
    padding: 10px 0;
}
button.normal{
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    color: black;
    background-color:  #fff;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.2s;
}
button.white{
    font-size: 20px;
    font-weight: 600;
    padding: 11px 18px;
    color: rgb(7, 7, 7);
    background-color: transparent;
    cursor: pointer;
    border: 2px solid black;
    outline: none;
    transition: 0.2s;
}
#banner button:hover{
    background-color: rgba(212, 32, 32, 0.941);
    color: #fff;
}
.container #sm-banner{
    padding: 10px;
    margin: 50px
}
#sm-banner{
    display: flex;
    justify-content: center;

}
#sm-banner .banner-box{
    justify-content: center;
    display:  flex;
    flex-direction: column;
    align-items: flex-start;
    background-image: url("images/banner/5.png");
    width: 580px;
    height: 50vh;
    background-size: cover;
    background-position: center;
    padding: 30px;
}
#sm-banner .banner-box2{
    background-image: url(images/banner/6.png);
    align-items: flex-end;
}
#sm-banner h4{
    color:#1a1a1a;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    font-weight:400px ;
}
#sm-banner h2{
    color:#1a1a1a;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    font-weight:1000 ;
}
#sm-banner span{
    color:#070606;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-weight:300px;
}
.banner-box button:hover{
    background-color:#00A1FF;
    color: #fff;
}



/* shop page */
.container #feature{
    border: 2px solid #47B5FF;
    background-image: url(images/background.jpg     );
    border-radius: 10px;

}
#feature .box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 40px;

}
.box{
    margin: 0px;
}
#feature .fe-box{
    width: 210px;
    text-align:center;
    /* padding: 15px 5px; */
    box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
    border: 1px solid #b3d7fa;
    border-radius:  4px;background-color: hsl(0, 0%, 96%);

    /* margin: 15px 0; */
}
#feature .fe-box:hover{
    box-shadow: 20px 20px 34px rgb(164, 161, 161);
    transform: rotate(5deg);
}
#feature .fe-box h6{
    padding: 9px 8px 6px 8px;
    line-height: 1;
    color: blue;
    /* background-color: #79b3d7; */
}
#feature h3{
    text-align: center;
    padding: 5px;
    text-decoration:underline;

}

/* hero banner page */
.container{
    padding: 0 10px;
    margin: 20px;
}
.content{
    display: flex;
    padding: 0 50px;
    text-align: center;
    justify-content: center;
}
.about-content {
    padding: 0 50px;
    padding-top: 100px;
}


/* Footer */
footer{  
    display: flex;
    flex-wrap: wrap;
    bottom: 0px;
    max-width: 100%;
    background: #F7F8F9;
    /* padding: 30px 100px; */

}
.main-content{
    display: flex;
    padding: 20px;
    /* border: 1px solid black;
    background: rgb(246, 246, 250); */

}
.main-content .box{
    display: flex;
    padding: 10px 20px;
}
.main-content > div{
    padding: 10px
    
}
.box h2{
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}
.box .footer-content{
    margin: 20px 0 0 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;

}

.left .footer-content .social{
    size: 20px;
    margin: 20px 0 0 0;
}
.left .footer-content .social a{
    padding: 0 2px;
    
}
.left .footer-content .social a span{
    height: 100px;
    width: 40px;
    background: #1a1a1a;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
}
.left-footer-content .footer-content .social a:hover{
    background: #dddbdb;
}
.right-box .btn button{
    border-radius: 50px;
    padding: 5px;
    background-color: #00A1FF;
}
.right-box .btn button:hover{
    
    transition: 0.3s;
    padding: 10px;

}
/* .left-box{
    padding: 11px;
} */
