/* mobile */
@media (max-width: 600px) {
    .headline{
        width: 100%;
        padding: 16px;;
        text-align: center;
        animation: discount 1s alternate infinite;
        font-size: 12px;
    }
    header{
        width: 95%;
        margin: 0 auto;
        border: 1px solid grey;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        /* position: relative; */
    }
    header .hrow1{
        font-size: 16px;
    }
    /* mobile */
    header .hmobile{
        width: 100%;
        margin: 0 auto;
        height: 100px;
        padding: 10px;
        padding-left: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background-color: white;
        /* border: 1px solid black; */
        margin-bottom: 10px;
        border-bottom: 1px solid grey;
    }

    header .hmobile img{
        width: 100px;
        height: 40px;
    }
    header .hmobile .ml .icon{
        font-size: 25px;
    }
    header .hmobile .ml .icon1{
        margin-right: 20px;
        cursor: pointer;
    }
    header .hmobile .ml2{
        width: 100px;
        margin-right: 10px;
        margin-top: 10px;
    }
    header .hmobile .ml2 .icon{
        font-size: 20px;
        color: black;
    }
    header .hmobile .ml2 .icon1{
        margin-right: 30px;
    }

    .sidemenu{
        position: fixed;
        /* border: 1px solid black; */
        min-width: 250px;
        height: 100vh;
    }
    .sidemenu .iconx{
        position:absolute;
        top: 15px;
        right: 15px;
        font-size: 40px;
    }
    .sidemenu .iconx:hover{
        color: red;
    }
    .sidemenu nav{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-left: 10px;
        padding-top: 10px;
        border-bottom: 1px solid rgb(12, 40, 44);
        margin: 50px 0;
    }
    .sidemenu nav a{
        text-decoration: none;
        color: rgb(12, 40, 44);
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sidemenu nav a:first-child{
        margin-top: 20px;
    }
    /* mobile end */
    header .search{
        width: 80%;
        margin: 0 auto;
        /* border:1px solid black; */
        position: relative;
        margin-bottom: 10px;
    }
    header .search input{
        padding: 5px;
    }
    /* header end */
    /* contents cont */
    .cont{
        width: 95%;
        margin: 0 auto;
        height: fit-content;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        background-color: rgb(209, 203, 203);
        overflow: hidden;
    }
    /* side */
    aside{
        width: 100%;
        height: fit-content;
        background-color: rgb(12, 40, 44);
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        /* display: none; */
    }
    aside .dis1{
        height: 200px;
        background-color: rgb(143, 140, 138);
        background-image: url(../img/dis1.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 900;
        color: white;
        font-size: 40px;
        margin-bottom: 10px;
        text-align: center;
        text-shadow: 2px 2px #575050;
    }
    aside .cus1{
        height: 200px;
        background-color: rgb(143, 140, 138);
        background-image: url(../img/cus1.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: 900;
        color: white;
        font-size: 30px;
        margin-bottom: 10px;
        text-shadow: 2px 2px #575050;
    }
    aside .ad1{
        height: 200px;
        background-image: url(../img/a-i2.jpg);
        background-color: white;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
        border-top: 2px groove gray;
        
    }
    /* side end */
    /* main */
    main{
        width: 100%;
        height: fit-content;
    }
    main .itemcont{
        width: 100%;
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 15px;
        justify-items: center;
        justify-content: center;
    }
    
    main .item-card{
        width: 90px;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 10px;
        background-color: rgb(222, 216, 216);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    main .item-card img{
        width: 100%;
        height: 90px;
        margin: 5px;
    }
    main .item-card h3{
        margin: 5px auto;
        font-size: 14px;
        text-align: center;
    }
    main .item-card p{
        font-weight: 800;
        margin: 5px auto;
        font-size: 12px;
    }
    main .item-card button{
        padding: 5px;
        background-color: orangered;
        color: white;
        font-weight: 800;
        margin: 5px auto 0;
        outline: none;
        border: 1px solid orange;
        transition: all 0.5s;
        font-size: 12px;
    }
    main .item-card button:hover{
        background-color: orange;
    }
    /* main end */

    /* footer */
  footer .footercont2{
  width: 100%;
}
footer {
    width: 95%;
    margin: 0 auto;
    background-color: rgb(12, 40, 44);
    color: white;
    text-align: center;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    position: relative;
    padding-top: 0;
    font-size: 14px;
  }
  footer .footercont1,
  footer .footercont2,
  footer .fcont1 a,
  footer .fcont2 a,
  footer .fcont1 p {
    font-size: 14px;
    font-weight: 400;
  }
  footer .footercont1 {
    justify-content: space-between;
  }

  footer .footercont2{
    justify-content: space-between;
    align-items:flex-end;

  }
  
  footer .footercont1,
  footer .footercont2 {
  padding: 0;
  }
  
  footer .footercont1 h4{
  text-align:left;
}

  }
/* tablet */
  @media (min-width: 601px) and (max-width: 1024px) {
    .headline{
        width: 100%;
        padding: 16px;;
        text-align: center;
        animation: discount 1s alternate infinite;
        font-size: 20px;
    }
    header{
        width: 95%;
        margin: 0 auto;
        border: 1px solid grey;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        /* position: relative; */
    }
    header .hrow1{
        font-size: 24px;
    }
    /* mobile */
    header .hmobile{
        width: 100%;
        margin: 0 auto;
        height: 100px;
        padding: 10px;
        padding-left: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background-color: white;
        /* border: 1px solid black; */
        margin-bottom: 10px;
        border-bottom: 1px solid grey;
    }

    header .hmobile img{
        width: 100px;
        height: 40px;
    }
    header .hmobile .ml .icon{
        font-size: 25px;
    }
    header .hmobile .ml .icon1{
        margin-right: 20px;
        cursor: pointer;
    }
    header .hmobile .ml2{
        margin-right: 10px;
        margin-top: 10px;
    }
    header .hmobile .ml2 .icon{
        font-size: 20px;
        color: black;
    }
    header .hmobile .ml2 .icon1{
        margin-right: 30px;
    }

    .sidemenu{
        position: fixed;
        /* border: 1px solid black; */
        min-width: 250px;
        height: 100vh;
    }
    .sidemenu .iconx{
        position:absolute;
        top: 15px;
        right: 15px;
        font-size: 40px;
    }
    .sidemenu .iconx:hover{
        color: red;
    }
    .sidemenu nav{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 10px;
        padding-top: 10px;
        border-bottom: 1px solid rgb(12, 40, 44);
        margin: 50px 0;
    }
    .sidemenu nav a{
        text-decoration: none;
        color: rgb(12, 40, 44);
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .sidemenu nav a:first-child{
        margin-top: 20px;
    }
    /* mobile end */
    header .search{
        width: 80%;
        margin: 0 auto;
        /* border:1px solid black; */
        position: relative;
        margin-bottom: 10px;
    }
    header .search input{
        padding: 5px;
    }
    /* header end */
    .cont{
        width: 95%;
        margin: 0 auto;
        height: fit-content;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        background-color: rgb(209, 203, 203);
        overflow: hidden;
    }
    aside{
        width: 100%;
        height: fit-content;
        background-color: rgb(12, 40, 44);
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        /* display: none; */
    }
    aside .dis1{
        height: 200px;
        background-color: orangered;
        background-image: url(../img/dis1.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 900;
        color:  rgb(12, 40, 44);
        font-size: 40px;
        margin-bottom: 10px;
        text-align: center;
    }
    aside .cus1{
        height: 200px;
        background-color:white;
        background-image: url(../img/cus1.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-weight: 900;
        color:  rgb(12, 40, 44);
        font-size: 30px;
        margin-bottom: 10px;
    }
    aside .ad1{
        height: 200px;
        background-image: url(../img/a-i2.jpg);
        background-color: white;
        background-position: center;
        background-size: 40%;
        background-repeat: no-repeat;
        cursor: pointer;
        border-top: 2px groove gray;
    }
    main{
        width: 100%;
        height: fit-content;
    }
    main .itemcont{
        width: 100%;
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 10px;
        justify-items: center;
    }
    
    main .item-card{
        width: 150px;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 10px;
        background-color: rgb(222, 216, 216);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    main .item-card img{
        width: 100%;
        height: 130px;
        margin: 5px;
    }
    main .item-card h3{
        margin: 5px auto;
    }
    main .item-card p{
        font-weight: 800;
        margin: 5px auto;
    }
    main .item-card button{
        padding: 5px;
        background-color: orangered;
        color: white;
        font-weight: 800;
        margin: 5px auto 0;
        outline: none;
        border: 1px solid orange;
        transition: all 0.5s;
    }
    main .item-card button:hover{
        background-color: orange;
    }
 

  }
  