*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.navBar{
    background-color: orangered;
    width: 100%;
    justify-content: center;
    padding: 0 120px;
}
.upperNav{
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}
.usefulLink{
    display: flex;
    list-style: none;
    height: 30px;
}
.usefulLink li{
    list-style: none;
}
.usefulLink li a{
    text-decoration: none;
    font-size: 14px;
    color: white;
    padding: 0px 5px;
}
.appLink button{
    border-radius: 10px;
    display: flex;
    padding: 5px 10px;
    color: white;
    background-color: #ad3c04;
    border: #f85606;
    cursor: pointer;    
}
.appLink img{
    width: 40px;
    height: 20px;
}
.appLink p{
    color: white;
    font-weight: 600px;
    padding-top: 5px;
}
.appLink button p:hover{
    color: #f85606;
}
.lowernav{
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    text-align: center;
}
.Logo{
    width: 200px;
    height: 40px;
}
.Logo img{
    width: 90%;
    height: 30px;
}
.srchbtn{
    width: 750px;
    display: flex;
    padding-left: 40px;
}
.srchbtn input{
    width: 600px;
    height: 30px;
    border-radius: 10px;
}
.btn i{
    color: white;
    padding: 5px 5px;
    font-size: 20px;
}
.iCon{
    width: 300px;
    display: flex;
    justify-content: space-between;
    color: white;
    text-align: center;
    height: 30px;
}
.iCon a{
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}
.iCon p{
    color: #ffffff;
    font-size: 15px;
    padding: 5px 5px;
}
.Login{
    text-align: left;
    padding: 5px 5px;
}
.Login:hover{
    background-color: #ad3c04;
    border-radius: 5px;
    padding: 5px 5px;
}
.Login a i{
    color: white;
}
.sign-Up{
    padding: 5px 5px;
}
.sign-Up:hover{
    background-color: #ad3c04;
    border-radius: 5px;
    padding: 5px 5px;
}
.language{
    padding: 5px 5px;
}
.language:hover{
    background-color: #ad3c04;
    border-radius: 5px;
    padding: 5px 5px;
}
.cart{
    padding: 5px 5px;
}
.cart:hover{
    background-color: #ad3c04;
    border-radius: 5px;
    padding: 5px 5px;
}
.heroSection{
    display: flex;
    width: 100%;
    height: 400px;
    padding: 30px 100px;
}
.dropMenu{
    width: 20%;
    text-align: justify;
    border-radius: 20px;
    box-shadow: 3px 3px 5px rgba(19, 18, 18, 0.2);
    background-color: whitesmoke;
}
.dropMenu li{
    padding: 5px 20px;
    list-style: none;
}
.dropMenu li a{
    text-decoration: none;
    color: rgb(107, 105, 105);
    cursor: pointer;
}
.dropMenu li a:hover{
    color: #ec5204;
}
.sideBanner{
    width: 70%;
    margin-left: 20px;
}
.sideBanner img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    cursor: pointer;
}
.onlyBanner{
    margin: 10px auto;
    text-align: center;
}
.onlyBanner img{
    width: 70%;
    height: 180px;
    border-radius: 30px;
}
.allServies{
    padding: 10px 10px;
    margin: 50px 200px;
    display: flex;
    background-color: #eecdbd;
    width: auto;
    cursor: pointer;
    border-radius: 15px;
}
.allServies:hover{
    background-color: #f5b9b9;
}
.SameCard{
    display: flex;
    width: 17%;
    text-align: center;
    padding: auto;
    margin: auto;
    justify-content: center;
}
.SameCard img{
    width: 20px;
    height: 25px;
    border-radius: 20px;
}
.SameCard p{
    font-size: 12px;
    padding: 5px 5px;
}
.allCategory{
    margin: 50px 50px;
    padding: 5px 10px;
    display: flex;
    background-color: rgb(245, 240, 240);
    border-radius: 15px;
    justify-content: space-between;
}
.categoryCard {
    padding: 5px 10px;
    text-align: center;
    justify-content: space-between;
    cursor: pointer;
    display: grid;
}
.categoryCard img{
    width: 120px;
    height: 120px;
    border-radius: 30px;
}
.categoryCard a{
    padding-top: 5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}
.categoryCard a:hover{
    color: #ec5204;
}
.heading{
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
    color: rgb(41, 39, 39);
}
.onSale{
    margin: 20px 50px;
    background-color: rgb(245, 245, 245);
}
.sale{
    display: flex;
    text-align: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 20px 20px;
}
.sale p{
    color: #ec5204;
    padding: 5px 5px ;
}
.sale button{
    padding: 5px 5px ;
    color: #ec5204;
    cursor: pointer;
    background-color: rgb(245, 245, 245);
    border: 1px solid #ec5204;
}
hr{
    color: black;
}
.for-allCard, .just-you{
    display: flex;
    padding: 5px 0px 10px 0px;
    justify-content: space-between;
}
.for1Card{
    width: 180px;
    height: 300px;
    background-color: white;
    cursor: pointer;
}
.for1Card:hover{
    box-shadow: 5px 5px 10px rgba(221, 216, 216, 0.5);
}
.for1Card img{
    width: 100%;
    height: 60%;
}
.for1Card p{
    padding: auto;
    /* white-space: break-word; */
}
.for1Card h3{
    color: #f85606;
}
.for1Card s{
    color: gray;
    /* text-decoration: line-through; */
}
.cateCard {
    margin: 0px 50px;
    padding: 1px 5px;
}
.upperCards, .lowerCards{
    display: flex;
    background-color: rgb(245, 240, 240);
    justify-content: space-between;
}
.for-1CateCard {
    display: grid;
    text-align: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: white;
    width: 154px;   
    margin-top: 1px;
}
.for-1CateCard:hover{
    border: 1px solid gray
}
.for-1CateCard img{
    width: 130px;
    height: 120px;
}
.for-1CateCard a{
    padding-top: 5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}
.for-1CateCard a:hover{
    color: #ec5204;
}
.for-JustYou{
    margin: 10px 50px;
}
.more-but{
    padding: 10px 5px;
    text-align: center;
}
.more-but button{
    padding: 10px 150px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ec5204;
    cursor: pointer;
    background-color: rgb(245, 245, 245);
    border: 1px solid #ec5204;
}
.upper-Footer{
    display: flex;
    justify-content: space-between;
    margin: 20px 50px;
}
.ftcol1st, .ftcol2st, .ftcol3st, .ftcol4st{
    padding: 10px 20px;
    width: 250px;
}
.footer-colHeading{
    color: #ec5204;
    font-size: 20px;
    padding-top: 20px;
}
.daraz-Links{
    color: black;
}
.daraz-Links li{
    list-style: none;
    font-size: 14px;
    padding: 2px 5px;
}
.daraz-Links li a{
    text-decoration: none;
    color: black;
    justify-content: space-between;
}
.daraz-Links li a:hover{
    text-decoration: underline;
}
.daraz-Links li a img{
    width: 30px;
    height: 30px;
    padding-left: 5px;
    border-radius: 30px;
}
.ftcol3st #daraz-Links3col{
    display: flex;
    flex-wrap: wrap;  
}
#daraz-Links3col li {
    text-align: center;
    justify-content: space-between;
}
#daraz-Links3col li a{
    list-style: none;
    font-size: 14px;
    display: flex;
}
#daraz-Links3col li a p{
    padding-left: 5px;
    padding-top: 7px;
    text-align: center;
}
.upApp{
    display: flex;
    padding: 10px 5px;
    text-align: center;
    justify-content: space-between;
}
.loApp{
    padding: 10px 5px;
}
.upApp, .loApp img{
    border-radius: 20px;
}
#App-store{
    padding-top: 4px;
    padding-left: 2px;
}
.daraz-Links #follow-Up{
    border-radius: 10px;
    width: 150px;
}