@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}
.orange{
    color: orange;
}
.black{
    color: black;
}
h1{
    font-family: 'Lobster', cursive;
    display: inline-block;
}
.left{
    float: left;
}
.list{
    float: right;
    list-style: none;
    margin:25px 30px;
}
ul.list li{
    display: inline-block;

}

.ordernow {
    background-color: orange;
    border: 1px solid orange;
    border-radius: 30px 30px 0px 30px;
    padding: 30px;
    color: white;
    margin-bottom: 40px;
}

.order-item{
   margin:0 30px ;
}


.right{
    height: 500px;
    float: right;
    background-image: linear-gradient(100deg,#ffffff 20%, #f6b400 0%);
    background-color: #f6b400;
}

.txt {
    display: inline-block;
    margin-top: 100px;
    font-size: 30px;
}

h2{
    font-weight: 400;
}

.sec2 {
    padding: 0px;
    background-color: #E1EBE6;
    display: inline-block;
    text-align: center;
}

.card {
    width: 28%;
    display: inline-block;
    border: 1px solid gray;
    border-radius: 10px 10px 10px 10px;
    margin: 20px;
  
}

#card2{
    padding: 45px 0px;
}

.card img {
    height: 200px;
}


/*Section 3*/
.sec3 {
    padding: 0px;
    display: inline-block;
    text-align: center;
}

/*Chnages*/
.changes {
    width: 30%;
    box-shadow: 0px 0px 5px grey;
    display: inline-block;
    border-radius: 5%;
    border-bottom: 50px;
    margin-right: 10px;
    margin-bottom: 50px;
}
.c1 img{
    width: 80%;
}
.p1 {
    font-size: 12px;
}

.k-cart{
    display: flex;
}

.cart12{
    margin-left: 60%;
}
.line1{
padding-top: 5%;
margin-top: 50px;
}
.button2 {
    display: flex;
    margin-left: 39%;
}

.button{
    float: right;
    color:gray;
    height:10%;
    
}
.changes2{
    width: 10%;
}

.ourmenu {
    text-align: center;
    text-decoration: underline orange 10px;
    color: yellow;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:white;
  }

  .left{
      float: left;
  }
  /*li {
    float: right;
  }*/
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover {
    background-color: rgb(143, 12, 12);
  }

  h2{
      font-weight: 400;
  }
/*    #card1{
        background-color: white;
        padding: 20px;
        width: 200px;
        border-style: solid;
        border: width 1px;
        border: radius 10px;
        display:inline-block;
        border-left: absolute;
    }
    #card2{
        background-color: white;
        padding: 20px;
        width: 200px;
        border-style: solid;
        border: width 1px;
        border: radius 10px;
        display:inline-block;

    }
    #card3{
        background-color: white;
        padding: 20px;
        width: 200px;
        border-style: solid;
        border: width 1px;
        border: radius 10px;
        display:inline-block;
    }
    #card4{
        background-color: white;
        padding: 20px;
        width: 200px;
        border-style: solid;
        border: width 1px;
        border: radius 10px;
        display:inline-block;

    }
    #card5{
        background-color: white;
        padding: 20px;
        width: 200px;
        border-style: solid;
        border: width 1px;
        border: radius 10px;
        display:inline-block;
    }
    #card6{
        background-color: white;
        padding: 20px;
        width: 200px;
        border-style: solid;
        border: width 1px;
        border: radius 10px;
        display:inline-block;
    }
    #card7{
        background-color: white;
        padding: 20px;
        width: 200px;
        border-style: solid;
        border: width 1px;
        border: radius 10px;
        display:inline-block;
    }
    #card8{
        background-color: white;
        padding: 20px;
        width: 200px;
        border-style: solid;
        border: width 1px;
        border: radius 10px;
        display:inline-block;
    }
    
    #card9{
        background-color: white;
        padding: 20px;
        width: 200px;
        border-style: solid;
        border: width 1px;
        border: radius 10px;
        display:inline-block;
    }*/
.decker{
    color: orange;
}
.right2{
    float:right;
    height: 300px;
}
.ksh{
    float:left;

}

.double{
    float: left;
    margin: 5%;
}
.check2{
    display: flex;
    background-color: #E1EBE6;
}

.twoimage{
    margin-right: 5px;
    float: right;
}
.discover{
    background-color: orange;
    display: flex;
}
.mobile{
    margin-right: 10px;
    float: right;
}
.apps{
    font-size: 200%;
}
.left{
    float: left;
}
