*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

button a{
    text-decoration: none;
    color: green;
}

button a:hover{
    text-decoration: none;
    color: white;
}

#btn2{
    color: white;
}

.nav-item a{
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    margin-right: 15px;
}
.nav-item a:hover{
    color: green;
}
.navbar-brand{
    height: 50px;
    width: 100px;
}
#search{
    height: 45px;
    outline: none;
    border: 2px solid green;
    background-color:transparent;
    border-radius: 20px 0px 0px 20px;
    border-right: none;
}
.btn1{
    height: 45px;
    background-color: green;
    color: white;
    border: 2px solid green;
    border-radius: 0px 20px 20px 0px;
}

.btn1:hover{
    background-color: rgb(26, 193, 26);
    border: 2px solid rgb(26, 193, 26);
}
.bi-cart3{
    color: black;
    cursor: pointer;
   font-size: 30px;
}

.bi-cart3:hover{
    color: rgb(26, 193, 26);
}

.navbar-toggler-con{
    outline: none;
    font-size: 23px;
    color: black;
}

.navbar-toggler-con:focus{
    outline: none;
    box-shadow: none;
}

.navbar-toggler-con:hover{
    color: green;
}

/* started here to main section css */

.main{
    background-image: url(imgs/m1.jpg);
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.main h1{

    font-size: 5rem;
    font-family: 'Ubuntu', sans-serif;;
}
.main p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}
div .line{
    display: inline-block;
    height: 5px;
    width: 170px;
    border:3px solid green;
    background-color: green;
    margin-bottom: 15px;
    
}

.btn2{
    padding: 9px;
    height: 45px;
    width: 25%;
    outline: none;
    border: none;
    border-radius: 2px solid none;
    border-radius: 50px;
    background-color: green;
    color: white;
    font-size: 18px;
}

/* .btn2:hover{
    border: 2px solid green;
    background-color: transparent;
    color: green;

} */

.btn3{
    margin-left: 3px;
    height: 45px;
    width: 25%;
    outline: none;
    border: 2px solid green;
    border-radius: 50px;
    background-color: transparent;
    color: green;
    font-size: 18px;
}
.btn3:hover{
    background-color: green;
    color: white;

}


/* about Section Starte form here  */

.about {
    background-image: url(imgs/abut2.jpg);
    height: 90vh;
    width: 100%;
    background-repeat: no-repeat;
}

.about h1{

    font-size:3rem;
    font-weight: 600;
}
.about p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.welcome{
    background-color: green;
    /* height: 60vh; */
    /* width: 100%; */
}

/* here is started Welcome area */
.box-container{
    text-align: center;
}

.text-size{
    font-size: 3rem;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;;
}

div .m-auto{
    align-items: center;
    text-align: center;
}

div .line1{

    display: inline-block;
    height: 6px;
    width: 200px;
    border:3px solid white;
    background-color: white;
    
}

span i {
    font-size: 50px;
    color: green;
}


/* starte Product Section form */

/* .product-area{
    b
} */

.product-area h1{

    font-size:3rem;
    font-weight: 600;
}
.product-area p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.Cart-btn{
    font-size: 18px;
    color: white;
    height: 45px;
    border: none;
    background-color: green;
    border-radius: 50px;
    width: 50%;
}






.bi-star-fill , .star {
    font-size: 12px;
    text-align: end;
    color: orange;
}

.loadbtn{
    font-size: 18px;
    color: white;
    height: 45px;
    border: none;
    background-color: green;
    border-radius: 50px;
    width: 230px;
}
span.loadbtn{
    margin: auto;
}


/* Coupen section Start  */

.coupen{
    background-color: green;
    text-align: center;
    font-size: 25px;
}


.btn_3{
    text-transform: uppercase;
    margin-left: 3px;
    height: 45px;
    width: 13%;
    outline: none;
    border: 2px solid white;
    border-radius: 50px;
    background-color: white;
    color: green;
    font-size: 18px;
}
.btn_3:hover{
    background-color: black;
    color: white;

}

/* we Are Expert  */

h1.ourbest_text{
    font-size: 22px;
}

/* New Arrivals Section Started here */
.btn4{
    height: 45px;
    width: 50%;
    border: none;
    background-color: green;
    border-radius: 50px;
    color: white;
    font-size: 17px;
    font-weight: 600;
}


/* Style Some CSS */

.card{
    cursor: pointer;
}
.weExpert{
    cursor: pointer;
}

.weExpert:hover{
    cursor: pointer;
    /* border: solid green; */
    box-shadow: 1px 1px 1px 1px green;
    background-color: whitesmoke;
}


/* ============================================= started Cotact ======================================= */


.contact{
    background-image: url(/imgs/cont.jpg);
    height: 90vh;
    width: 100%;
}

.address{
    color: white;
    font-size: 19px;
}

span input {
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    border: none;
}

.btn6{
    height: 45px;
    width: 100%;
    border: none;
    background-color: white;
    border-radius: 50px;
    color: green;
    font-size: 17px;
    font-weight: 600;
}

/* ================ Footer Section Start ========================== */

.footer{
    background-color: black;
    height: 60px;
    width: 100%;
}

.text-white{
    text-align: center;
}

.pd-3{
    filter: grayscale(100%);
}


.pd-3:hover{
    filter: grayscale(0%);
}

/* #img1{
    filter: grayscale(100%);
} */
