body{
    background-color: #e5e5e5;
}
.navbar{
    background-color:green !important;
    box-shadow: 0px 2px 5px black;
    padding: 0px;
}
.navbar-brand{
font-weight: bold !important;
color: blanchedalmond !important;
}
.nav-link{
    color: white !important;
    font-weight:bold;
}
.navbar-brand img{
width: 100px;
}
.carousel{
    margin-top: 5px;
}
.fa-shopping-cart , .fa-user-circle{
    font-size: 22px !important;
}
.nav-item > a:hover,.nav-link > a:active{
    background-color: white;
    color:green !important;
    border-radius: 20px;
}
.dropdown-item{
    background-color:green;
    color:white !important;
    font-weight: bold;
}
.dropdown-menu > a:hover, .dropdown-menu > a:active{
    color:green4a148c !important;
}
.Carad{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
margin-top: 10px;
}
.card1, .card2, .card3{
    display: flex;
    box-shadow: 3px 2px 2px gray;
    width: 300px;
    height: 70px;
    margin-top: 2px;
    justify-content: center !important;
    align-items: center !important;
}
@media only screen and (max-width: 600px) {
 .card1,.card2,.card3 {
      width:95%;
    }
  }
h3{
    margin-left: 10px;
    color: #4a148c;
}
.fa-truck,.fa-headphones,.fa-thumbs-o-up{
    font-size: 48px !important;
    color:green;
}
.heading{
    margin: 20px;
    text-align: center;
    margin-top: 30px;
    /* color: #4a148c; */
    font-family: Georgia,;
    font-weight: bold;
}
.heading > h1 , h2{
    /* text-shadow: 2px 4px 3px black; */
}
.servises>p{
    text-align: justify;
font-size: 20px;
margin: 10px;
/* color:#4a148c; */
font-family: Georgia, 'Times New Roman', Times, serif;
padding: 10px 50px 10px 50px;
}
.footer{
    margin-top:20px;
    background-color: green;
    width: 100%;
    height:70px;
}
.footer > div {
   text-align: center;
   /* color: ; */
    justify-content: center;
    vertical-align: middle;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.newArrival{
    margin-bottom: 40px;
}
.aboutText{
    margin-top: 50px;
    color:#4a148c ;
    text-align: justify;
    padding: 10px;
}
.mainCard{
    align-items: center !important;
    justify-content: center !important;
    margin-top: 5px;
    height: auto;
}
.card{
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #4a148c;
    width: 250px !important;
    margin: 5px;
    height: auto;
}
.card:hover{

    background-color:#E1BEE7;
}
.card-body span{
    font-weight: bold;
}
.btn-primary{
   width: 100%;
   background-color:#4a148c !important ;
}
.marq{
    background-color:#4a148c;
    color: white;
}

@media only screen and (max-width: 600px) {
    .mainCard {
         text-align: center;
       }
       .card{
           width: 95% !important;
       }
     }
.form-control{
    margin: 20px;
    width: 80%;
}
.label{
    margin-left: 20px;
    font-weight: bold;
    color:#4a148c;
    font-size: large;
}
.submit{
    width: 25%;
    font-weight: bold;
    color:#fff;
}
.fa-whatsapp,.fa-facebook-square,.fa-instagram{
    font-size: 48px !important;
    color:#e5e5e5 !important ;
    margin: 20px;
}
.links{
text-align: center !important;
margin-top: 40px !important;
}