*{
    margin: 0px;
    padding: 0px;
    /* background-color: #141414; */
}

.container{
    overflow: hidden;
}

/* Header Section Starts Here */

.header {
    background-color: #141414;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
}

.header .name{
    color: #a9afc3;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header .icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    width: 180px;
    cursor: pointer;
}

.header .icons .sub{
    position: relative;
    z-index: 100;
}


.header .icons p{
    font-size: 13px;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #d00404;
    border-radius: 50%;
    padding: 3px 7px;
    color: #ffffff;
    position: absolute;
    z-index: 1000;
    top: -10px;
    left: 22px;
}

.header .icons .fa-solid{
    color: #a9afc3;
    font-size: 18px;
}


/* Header Section Ends Here */


/* Banner Section Starts Here */

.bannerSection{
    background-color: #141414;
    padding-bottom: 45px;
}

.banner {
    display: flex;
    flex-direction: row;
    padding: 50px 20px 110px 90px;
}

.banner .left{
    /* padding: 0px 20px 0px 20px; */
    position: relative;
    background-color: #141414;
}

.banner .left .behind{
    color: #1c1c1d;
    font-size: 250px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position: absolute;
    top: 70px;
    width: 1500px;
    z-index: 1;
}


.banner .left .front{
    width: 500px;
    position: absolute;
    top: 140px;
    left: 110px;
    z-index: 100;
}

.banner .left .front h2{
    color: #ffffff;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
}

.banner .left .front h1{
    color: #ffffff;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 50px;
    padding-bottom: 20px;
}

.price{
    color: #a1a8bd;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 25px;
    font-weight: 800;
    padding-bottom: 40px;
}

.cutPrice{
    color: #6c757d;
    font-size: 20px;
}

.banner .right img{
    position: relative;
    left: 700px;
    z-index: 1000;
    width: 527px;
    height: 498px;
    padding: 50px 0px 0px 50px;
    padding-top: 50px;
}

.mainBase{
    display: flex;
    justify-content: center;
}

.base{
    width: 50px;
    display: flex;
    justify-content: space-between;
}

.base .baseCircles{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #323337;
}

.shopNow{
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 30px 15px 30px;
    background-color: #d00404;
    color: #ffffff;
    cursor: pointer;
}

/* Banner Section Ends Here */



/* Products Section Starts Here  */

.featuredProducts{
    background-color: #141414;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.featuredProducts .fpHeading{
    color: #838897;
    padding: 80px 0px 180px 0px;
}

.products{
    display: flex;
    padding-bottom: 50px;
}

.products .cardtype1,.cardtype2,.cardtype3,.cardtype4,.cardtype5{
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products .pHeadings{
    color: #838897;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    padding-bottom: 25px;
}

.products img{
    width: 100%;
    padding-bottom: 20px;
}


.products .cardtype1{
    transform: scale(0.6);
    padding-right: 55px;
}

.products .cardtype2{
    transform: scale(0.8);
    /* padding: 0px 60px 0px 60px; */
    /* padding-right: 150px; */
}

.products .cardtype3{
    padding: 0px 200px 0px 200px;
    /* padding-right: 150px; */
    transform: scale(1.2);
}

.products .cardtype4{
    transform: scale(0.8);
    padding-right: 55px;
}

.products .cardtype5{
    transform: scale(0.6);
}

.featuredProducts .base{
    width: 90px;
}

/* Products Section Ends Here */


/* ProductCards Section Starts Here */

.topProducts{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #141414;
}

.topProducts .topHeading{
    margin:150px 0px 100px 0px;
    color: #838897;
}

.topProducts .subHeadings ul{
    list-style-type: none;
    display: flex;
}

.topProducts .subHeadings ul li{
    padding-left: 10px;
    color: #838897;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0px 80px;
    padding: 5px 15px;
    border-radius: 3px;
}

.topProducts .card a{
    text-decoration: none;
}

.topProducts .subHeadings ul li:hover{
    background-color: #ff0000;
    color: #ffffff;
}

.product .productTitle{
    color: #838897;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 800;
    margin-top: 10px;
}

.product .productDesc{
    color: #838897;
    margin-top: 5px;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
}

.topProducts .product{
    width: 1500px;
    margin: 100px 20px 100px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.topProducts .product img{
    width: 250px;
    margin: 20px 40px 10px 40px;
    
}

.topProducts .product img:hover{
    transform: scale(1.1);
}

.fa-solid {
    color: #d00404;
}

.topProducts .card{
    border: 1px solid #6c757d;
    width: 340px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.card .stars{
    display: flex;
    margin-top: 10px;
}

.card .stars .star{
    padding-right: 10px;
    font-size: 13px;
}

.topProducts .product .card .price{
    color: #a1a8bd;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 800;
    padding-bottom: 40px;
    padding-bottom: 0px;
    font-size: 30px;
}


.topProducts .product .card .shopNow{
    width: 100%;
    margin-top: 20px;
}

.topProducts .product .card hr{
    /* margin-top: 20px; */
    margin: 20px 0px;
    border: 1px solid #6c757d;
}

.topProducts .product .moreCard{
    border: 1px solid #6c757d;
    width: 340px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topProducts .product .moreCard .browseCard{
    width: 200px;
    margin-left: 20px;
}

.topProducts .product .moreCard a{
    color: #838897;
    font-size: 40px;
    text-decoration: none;
}

.topProducts .product .moreCard a:hover{
    color: #b3b6be;
}


/* ProductCards Section Ends Here */



/* Advantage Section Starts Here */

.mainHead{
    background-color: #141414;
    padding-bottom: 100px;
}

.mainHead .mHeading{
    color: #6c757d;
    /* padding-bottom: 50px; */
    padding: 100px 0px;
    display: flex;
    font-size: 35px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    justify-content: center;
}

.ourAdvantages{
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    /* border: 10px solid #838897; */
}

.advantages{
    display: flex;
    padding: 10px;
    align-items: center;
}

.advantages .left .fa-solid{
    font-size: 40px;
}

.advantages .right{
    padding-left: 20px;
}

.advantages .right h1{
    color: #6c757d;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.advantages .right p{
    color: #59595a;
    font-size: 18px;
    font-weight: 100;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* Advantage Section Ends Here */


/* Footer Starts Starts Here */

.footer{
    background-color: #000000;
    padding: 20px;
    display: flex;
    /* align-items: center; */
    align-content: space-between;
    padding: 40px 20px;
    border-bottom: 1px solid #232323;
}

.footer .left{
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-right: 40px;
}

.footer .left .footerHeading{
    color: #a9afc3;
    font-size: 32px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 15px;
}

.footer .left .footerDesc{
    color: #6c757d;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    margin-bottom: 18px;
}

.footer .left .footerEmail{
    border: 1px solid #3d3d3d;
    border-radius: 3px;
    padding: 8px 50px 8px 20px;
    margin-bottom: 20px;
    background-color: #000000;
    width: 200px;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.footer .left .subcribe{
    border: none;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 25px 10px 25px;
    background-color: #d00404;
    color: #ffffff;
    cursor: pointer;
}

.footer .right{
    width: 1000px;
    display: flex;
    justify-content: space-between;
}

.footer .right ul{
    list-style-type: none;
}

.footer .right ul li{
    margin-bottom: 15px;
}

.footer .right ul .help0,.policies0,.company0{
    color: #a9afc3;
    font-size: 22px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
}


.footer .right ul li a{
    color: #838897;
    font-weight: 400;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer .right ul li a:hover{
    text-decoration: none;
    color: #c2c3c7;
}

.finFooter{
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
}

.finFooter .rights{
    color:#838897;
    font-size:15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
}

.finFooter .footerIcons .fa-brands{
    color: #6c757d;
    padding: 0px 15px;
    font-size: 20px;
    cursor: pointer;
}

/* Footer Starts Ends Here */