    *
    {
        padding: 0%;
        margin: 0;
        background-color: none;
    }

    header
    {
        background-color: #17191b;
        color: aliceblue;
        width: 100%;
        height: 110px;
        position: fixed;
    }


    .head img
    {
        width: 50px;
        height: 50px;
        margin-top: 30px;
        margin-left: 80px;        
    }

    .head h2
    {
        margin-top: 40px;
        margin-left: 20px;
        color: white;
        font-weight: bolder;
    }


    header img, header h2, header nav
    {
        float: left;
    }


    nav,  nav ul, nav ul li
    {
       display: inline;
       margin-left: 40px;
       padding-top: 45px;
    }

    nav a
    {
        text-decoration: none;
        color: aliceblue;
        font-size: large;
        font-weight: bold;
    }


    nav a:hover
    {
        color: 17191b;
    }


    .social
    {
        float: right;
        margin-right: 80px;
    }

    .social a img
    {   
        width: 40px;
        height: 40px;
        margin-top: 30px;
        margin-left: 20px;    
    }

    .secA
    {
        background-color: rgb(66, 68, 68);
        height: 650px;
        width: 100%;
    }
    

    .secA h1
    {
        background-color: none;
        color: white;
        font-size: 50px;
        text-align: center;
        padding: 40px;
    }

    .products img
    {
        height: 400px;
        width:100%;
        background-color: black;
    }

    .products img:hover
    {

        transform:scale(1.1);
        transition: 1s;
    }

    /*.img1
    {
        margin-left: 6%;
        float: left;
    }*/

    .productName 
    {
        height: 60px;
        width:100%;
        background-color: none;
        margin-top: 400px;
    }

    .productName a
    {
        width:25%;
    }

    .productName a:hover, .productName span:hover
    {
        color:blue;
        transition: 1s;

    }

    .pName
    {
        margin-left: 7%;
        margin-top: 20px;
        margin-bottom: 20px;
        float: left;
        font-size: 20px;
        color: white;
        text-decoration: none;

    }

    .productName span
    {
        color: rgb(146, 139, 139);
    }

    .secB
    {
        margin-top: 80px;
        margin-bottom: 80px;
        width: 100%;
        height: 600px;
    }

    .img2
    {
        width: 650px;
        height: 600px;
        float: left;   
        margin-left: 90px; 
    }

    .para
    {
        width: 650px;
        height: 600px;
        background-color: none;
        float: right;
        margin-right: 90px;
    }

    .para h4
    {
        background-color: blue;
        color: white;
        display: inline;
        padding: 0px 6px;
        font-size: 20px;
    }

    .para h1
    {
        font-size: 60px;
        color: black;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .para h3
    {
        font-size: 25px;
        color: black;
        text-decoration: none;
        margin-bottom: 25px;
    }

    .para span
    {
        color: gray;
        text-decoration: line-through;

    }

    .para p
    {
        color: gray;
        font-size: 18px;
    }

    .p1
    {
        margin-bottom: 30px;
    }

    .button
    {
        background-color: rgb(55, 55, 207);
        color: white;
        display: inline;
        padding: 18px 45px;
        font-size: 20px;
        text-decoration: none;
    }

    .button:hover
    {
        background-color: rgb(30, 30, 129);

    }
    
    .cate
    {
        margin-top: 25px;
        font-size: 20px ;

    }

    .cate span
    {
        text-decoration: none;
        color: gray;
        font-weight: lighter;
    }

    .p2
    {
        margin: 90px;
        color: gray;
        font-size: 18px;
    }

    .secC
    {
        width: 100%;
        height: 500px;
       background-color: #17191b;
    
    }
    
    .left3
    {
        margin-left: 90px;
        width: 550;
        color: white;
        font-size: 20px;
        float: left;

    }

    .left3 h1
    {
        margin-top: 40px;
        background-color: none;
        padding-top: 60px;
        padding-bottom: 40px;
        font-size: 60px;
        font-weight: lighter;
    }

    .left3 p
    {
        margin-bottom: 30px;

    }
    
    .bar
    {
        background-color: none;
        float: right;
        width: 600px;
        margin-right: 90px;
        margin-top: 200px;
    }

    .bar hr
    {
        height: 5px;  
        width: 100%;  
        background-color: gray;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .bar div
    {
        font-size: 20px;
        color: white;
        font-weight:lighter;
    }

    .bar hr span
    {
        width: 20%;
        background-color: aliceblue;
        
    }


.box1
{
        height: 400px;
        width:25%;
        background-color: black;
        overflow: hidden;
        margin-left: 6%;
        float: left;
}
















