body {
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    font-family: cursive;
    background-color: rgb(209, 243, 176);;
    overflow-x:hidden;
}

.navdiv {
    background-color: darkolivegreen;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#img1 {
    height: 50px;
    width: 80px;
}

.head {
    color: mediumseagreen;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    text-shadow: 2px 2px 2px black;
    flex:2;
}

#isearch:link,#isearch:visited,#isearch:active,#isearch:hover {
    color: black;
}

#search {
    border-radius: 5px;
    width: 650px;
    height: 30px;
    padding: 1px;
    padding-left: 9px;
    outline: none;
    background-color: white;
    font-size: 12px;
    flex:2;

}

#nav_p_div{
    flex:2;
    position: relative;
    height:20px;
}

#navp {
    color: white;
    font-size: 10px;
    animation-name: mobiletext;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position:absolute;
    left:2%;
    top:-15px;

}
@keyframes mobiletext {
    0% {
        left:5%;
    }

    100% {
      left:25%;
    }
}

ul {
    width:100%;
    padding:4px;
    background-color: rgb(135, 160, 97);
    margin-top: 0;
    display:flex;
    align-items: center;
}

li {
    font-size: 11px;
    list-style-type: none;
    cursor: pointer;
    text-shadow: 1px 1px 1px green;
    flex:2;
}
#lu {
    flex:0.2
}

#lp {
    flex:1;
    color: rgb(3, 66, 40);
}
#navi {
    margin-left: -30px;
    cursor: pointer;
    color: black;
}


a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:active {
    color: rgb(71, 3, 88);
    text-decoration: none;
}

a:hover {
    color: rgb(71, 3, 88);
    text-decoration: none;
}

/**************************************************************************************************************/
.container{
    width:95%;
    height:100vh;
    margin:auto;
    padding:10px 20px;
}
#home{
    height:80vh;
}
.sections {
    color: darkolivegreen;
    font-size: 14px;
    text-shadow: 1px 1px 2px darkgray;
    font-family: Arial, Helvetica, sans-serif;
    border-left:5px solid darkmagenta;
    padding-left:20px;
}

.homeimg {
    border-radius: 10px;
background-image: url('Images/Img3.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width:100%;
height:70vh;
}

.disp {
    display: none;
}

.arstyle {
    font-size: 65px;
    color:yellow;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    padding-top: 16%;
}

#arr2{
margin-left: 90%;
}

#homep {
    font-size: 27px;
    color: limegreen;
    margin-top: -29%;
    position:sticky;
    animation-name: scrolltext;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes scrolltext {
    0% {
        margin-left: 2%;
    }

    100% {
        margin-left: 45%;
    }
}
/*************************************************************************************************************/


#Products {
    margin-top: 30px;
}
.Product_Items{
margin:20px auto;
border:1px solid green;
border-radius: 10px;
display:flex;
align-items: center;
flex-wrap: wrap;
padding:10px;
}

.totaldiv {
    height: 380px;
    width: 250px;
    margin-left: 20px;
    box-shadow: 5px 5px 5px darkolivegreen;
    cursor: pointer;
}

.productimg {
    width: 250px;
    height: 200px;
    object-fit: fill;
}

.productdiv {
    width: 250px;
    height: 180px;
    background-color: rgb(150, 243, 163);
    margin-top: -5px;
    text-align: center;
    box-shadow: 2px 2px 2px darkmagenta;

}

#div6,
#div7,
#div8,
#div9,
#div10 {
    margin-top: 40px;
}

.desc {
    color: forestgreen;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-left: 30px;
}

label {
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 14px;
}

.Qty {
    font-size: 14px;
    outline: none;
    color: rgb(3, 66, 40);
    width: 40px;
}

.rate {
    color: rgb(74, 109, 5);
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

.Addto {
    background-color: yellowgreen;
    width: 200px;
    font-size: 12px;
    font-family: cursive;
    cursor: pointer;
    margin-top: -10px;
}

.RemoveFrom {
    background-color: lightseagreen;
    width: 200px;
    font-size: 12px;
    font-family: cursive;
    cursor: pointer;
    margin-top: -10px;
    color: darkblue;
}

#cmt {
    width: 400px;
    height: 500px;
    margin: 40px auto;
     background-color: rgb(228, 252, 174);
    border-radius: 5px;
    box-shadow: 2px 2px 5px black;
    padding: 30px 50px;

}

.cntclass {
    color: darkolivegreen;
}

.cntclass1 {
    width: 400px;
    height: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
    outline: none;
    font-family: cursive;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px;
    color: seagreen;
}

#submit {
    background-color: springgreen;
    color: brown;
    font-family: bold;
    margin-top: 20px;
    cursor: pointer;
}

#comments {
    resize: none;
}

.branch{
    background-color: rgb(6, 184, 124);
    padding:10px;
    display:flex;
    align-items: center;
    justify-content: space-around; 
    width:100%;
    margin:auto;
}

.b1 {
    font-size: 10px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    font-weight: bold;
    border-left:2px solid darkmagenta;
    padding-left: 50px;
}
.b1 span{
    display: block;
}


#Contact {
    margin: 40px auto;
    border-radius: 10px;
    padding:2px;
}

#Offers {
    background-color: rgb(120, 245, 195);
    padding: 10px 10px 30px 2px;
    border-radius: 10px;

}

.ofr {
    width: 100px;
    height: 80px;
    box-shadow: 2px 2px 5px darkolivegreen;
    margin-right: 10px;
    
}

@keyframes offerp {
    0% {
        margin-top: -1px;
    }

    100% {
        margin-top: 1px;
    }
}

.ofrp {
    height: 45px;
    background-color: white;
    font-size: 15px;
    text-align: center;
    animation-name: offerp;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
        padding:5px;
}

.ofrdiv {
    height: 30px;
    background-color: black;
    color: white;
    margin-top: -30px;
    text-align: center;
    font-size: 13px;
        padding:5px;
}

#deal {
    margin-left: 30px;
    background-color: black;
    width: 200px;
    height: 50px;
    font-family: cursive;
    font-size: 13px;
    cursor: pointer;
    color: white;
}

.aicons {
    font-size: 20px;
    flex:0.5;
}

#a1,
#a2,
#a3 {
    color: black;
}


.hrt {
    font-size:17px;
    display: inline-block;
    margin-left: 30px;
    color: blueviolet;
}


.err {
    color: red;
    margin:auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#login_p {
    text-align: center;
    font-family: cursive;
    font-size: 25px;
    color: darkmagenta;

}

fieldset {
    
    width: 300px;
    height: 300px;
    margin: 50px auto;
    padding:20px;
    text-align: center;
    border:1px solid black;

}

.login_label {
    color: indigo;
    margin-left: -170px;
}

.login_input {
    margin-top: 8px;
    margin-bottom: 10px;
    width: 250px;
    padding: 3px;
    font-size: 20px;
    font-family: cursive;
    color: blueviolet;
    outline: none;
    box-shadow: 2px 2px 5px gray;
    border-radius: 4px;
}

.login_submit {
    margin-top: 25px;
    background-color: lightyellow;
    cursor: pointer;
}

.login_a {
    font-size: 18px;
    font-weight: bolder;
    display: inline-block;
    color: darkmagenta;
    cursor: pointer;
}


#loginmsg {
    color: darkolivegreen;
    font-size:16px;
    text-align: center;
}

#favdiv {
    background-color: rgb(61, 3, 56);
    width: 300px;
    text-align: center;
    margin: 50px auto;
    height: 50vh;
    padding:50px;
}

#cartdiv {
    background-color: rgb(4, 94, 71);
    width: 400px;
    text-align: center;
    margin: 50px auto;
    height: 50vh;
    padding:50px;

}

#showfav,
#showcart {
    background-color: white;
    color: black;
    font-size: 20px;
    font-family: cursive;
    cursor: pointer;

}

#ftext {
    background-color: rgb(61, 3, 56);
    height: 90%;
    margin:auto;
    width:80%;
    margin-top: 30px;
    text-align: left;
}

#carttable {
    color: aqua;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 30px auto;
    width: 400px;
}

table,
th,
tr,
td {
    border: 2px solid rgb(150, 124, 8);
    border-collapse: collapse;
}
th,tr,td{
    padding:10px;
}
#ftext span {
    color: yellowgreen;
    font-family: cursive;
    font-size: 18px;
}

#discount,#totalamt,#discountamt
{
    margin-left:50px;
}
#discount {
    margin-top: 50px;
    color:darkmagenta;
    font-size: 30px;
}

#totalamt
{
    font-size: 25px;
    color:darkblue;
}
#discountamt
{
    font-size: 25px;
    color:darkred;
}

#sp1,#sp2
{
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
    font-style: italic;
    color:darkgreen;
}