*{
    margin: 0;
    padding: 0;
    font-family: 'Cairo', sans-serif;
    list-style: none;
   text-decoration: none !important;
}
.dir{

 direction: rtl;
}
.red{
color:#E91212 ;
font-weight: 600;
}
body{
    overflow-x: hidden !important;
}
      /* Hide scrollbar for Chrome, Safari and Opera */
      body::-webkit-scrollbar {
        display: none;
    }

          /* Hide scrollbar for IE, Edge and Firefox */
    body {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
    }

header{
    /* background-image:url(../img/Ellipse\ 9.png); */

    background:url(../img/bg-header.png);
    background-repeat: no-repeat !important;
    background-position: center ;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 75vh;
    padding-top:25px;
}
.navbar-nav li a{
    margin: 20px;
    font-size: large;
    color: #fff !important;
}
.navbar-nav li a:hover{
    color: #D5FCC3 !important;
}
.navbar-nav{
    flex-direction: row-reverse;
        float :right;
}
nav{
    font-weight: bolder;
    color: black;
    width: 100%;
    /* margin: auto !important; */
    align-self: center !important;
    padding: 20px;
    padding-left: 18vw;
    margin-right: 0px !important;
}
@media (max-width:992px){
    .navbar-nav{
       direction: ltr;
       float :right;
      flex-direction: column-reverse !important;
    }
    .logo{
        display:none !important;
    }
    .navbar-nav li a{float:right;}
}
.active {
    color:#D5FCC3 !important;
}

  /* change */
.camel{
    width: 350px;
    height: 350px;
}
.navbar-brand{
    display: inline-block;
}
.cart-img{
    width: calc(4rem + 0vh);
    display: inline;
}
.nav-icon-dis{
    float: right;
}
.logo{
    width: 100px;
    height: 100px;
    float: right;
}
.nav-link{
    padding-left: 1vw;
    font-size: 30px !important;
    white-space: nowrap;
}
.navbar-toggler-icon{
    color:#D5FCC3 !important;
    float: right;
    position: absolute;
    font-size: 40px;
    padding-right: 80px;

}
     /* change */
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}



.navbar-collapse{
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.red-h{
font-weight: bolder;
padding-bottom: 10px;
}
.first-section{
    padding: 10%;
    text-align: center;
}
.srcl{
    width: 150px;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #E91212;
    margin: 0px;
    align-self: center;
}

.first-srcl{
    background-color: #D5FCC3;
}
.second-srcl{
    background-color: #F5C4C4;
}
.third-srcl{
    background-color: #AEEDE9;
}
.show-data-card{
    display: grid;
    justify-content: center;
    align-items: center;
}
.ctgrs{
    padding-top: 20px;
    border-radius: 17px;
    border: 4px solid black;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    width: 200px;
    margin: auto;
}
.ctgrs-img{
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    height: 200px;
    width: 200px;
    margin-bottom: 20px;
}
.third-section{
    background-image: linear-gradient(rgba(254, 0, 0, 0.6),rgba(250, 10, 10, 0.6)), url(../img/goat.png);
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.store a {
    display: inline !important;
    width: 200px;
    margin: 20px;
}
.store img{
    width: 200px;
    height: 70px;
    margin-top: 20px;
}
footer{
   background-color:#E91212 ;
    height: 60%;
    width: 100%;
    padding: 50px;
    color: white;
}
.links-icon{
    display: flex;
}
.links-icon li {
    margin: 20px;
}
.offers-section{
    padding: 80px;
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
}
.offers{
    margin: 120px;
    background-color: #E91212;
    color: white;
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    margin-block: 40px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}
.offers-img{
    align-self: center;
    margin: 10px;
    background-color: white;
    max-width: 400px;
        height:200px;
    border: 25px;
    padding: 10px;
    border-radius: 35px;
    -webkit-box-shadow: 10px 10px 43px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 43px -3px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 43px -3px rgba(0,0,0,0.75);
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    margin-top: 150px !important;

}
.offers-img img{
width: 100%;
height:100%;
border-radius: 35px;

}
.theoffer{
    text-align: center;
    align-items: center;
}
.offers-price{
    margin-top: 40px;
    /* margin-right: 50px; */
    position: absolute;
    left: 30%;
    font-size: 1.8em !important;
    padding: 10px !important;
    width: fit-content;
    font-size: 1.2rem !important;
    margin-bottom: 40px;
}
.pro-card{
    -webkit-box-shadow: 2px 0px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 0px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 0px 18px 0px rgba(0,0,0,0.75);
    width: 60%;
    /* height: 600px; */
    margin: auto;
    margin-block: 75px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;

}
.plus ,.minus{
  padding-bottom: 18px !important;
    width: 30px !important;
    text-align: center;
    height: 30px !important;
    border-radius: 50%;
    border: 2px solid #E91212;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

}
#cut{
    padding: 3px;
    width: 150px;
}

.item {
    position:relative;
    padding-top:20px;
    display:inline-block;
}

.add-to-cart{
    z-index: 1000;
  border-radius: 54px !important;
    -webkit-border-radius: 54px !important;
    -moz-border-radius: 54px !important;
    -ms-border-radius: 54px !important;
    -o-border-radius: 54px !important;
    display: block;
    position: absolute;
    transform: translate(500% , -250%);
    -webkit-transform: translate(500% , -250%);
    -moz-transform: translate(500% , -250%);
    -ms-transform: translate(500% , -250%);
    -o-transform: translate(500% , -250%);
}
@media (max-width: 788px) {
    .add-to-cart {
        transform: translate(185% , -250%);
        -webkit-transform: translate(185% , -250%);
        -moz-transform: translate(185% , -250%);
        -ms-transform: translate(185% , -250%);
        -o-transform: translate(185% , -250%);
}
}
.product-card{
    max-width: 600px;
    margin: auto;
    margin-block: 50px;
    min-height: 250px;
    -webkit-box-shadow: 2px 0px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 0px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 0px 18px 0px rgba(0,0,0,0.75);
}
.buy{
    margin: 120px;
    margin-block: 40px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}
.cart-section{
    min-height: 100vh;
}
.null{
    display: none;
}
.cart-data{
    width: 70px;
    margin-top: 20px;
    border: none;
    background-color: transparent;
}
.lead{
    max-width: 100% !important;
}
.num{
    margin: 0 !important;
    text-align: center;
}
.cart-text{
    width: 90%;
}
.empty{
    width: 300px;
    height: 150px;
    margin: auto;
    margin-block: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border: 2px solid #E91212;
    background-color: #F5C4C4;
    text-align: center;
    padding-top:50px ;
    box-sizing: border-box;
}
marquee{
 font-weight:800;
 padding:4px;
 font-size:1.4em;

  -webkit-box-shadow: 0px 11px 32px 0px rgba(230,16,16,1);
-moz-box-shadow: 0px 11px 32px 0px rgba(230,16,16,1);
box-shadow:inset 0px 11px 32px 0px rgba(230,16,16,1);
}
