@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
    font-family: flame-bold;
    src: url(./assiest/Flame-Bold.otf);
  }

:root



*{
    margin: 0px;
    padding: 0px;
box-sizing: border-box;

}
body{
    background-color: #f8f1e7;
}
#navbar{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#user{
    padding: 10px;
}
#king{
    font-family: flame-bold;
    color: #502314;
    

}
#main1{
    
margin-top: 50px;
display: flex;
gap: 50px;
justify-content: center;
padding: 0px 20px;
    
}

#parent{
    
    gap: 70px;
    display: flex;
    justify-content: center;
    align-items: center
    
    

}

#burger{
    margin:20px ;
    width: 785px;
    height:393px ;
}
#text{
    gap: 30px;
    
}
#burger{
    margin-top: ;
}

#par1{
    
    font-family: flame-bold;
    font-weight: 400;
    font-size: 60px;
    line-height: 68px;
    font-style: normal;
color: #502314;
}
#par2{
      
    font-family: flame-bold;
    font-weight: 400;
    font-size: 60px;
    line-height: 68px;
    font-style: normal;
    color: #502314;

}

#btn1{
    margin-top: 20px;
    width: 300px;
    height: 50px;
    background-color: #d62300;
    border-radius: 20px;
    border: none;

}


#btn2{
    width: 300px;
    height: 50px;
    margin-top: 9px;
    border-radius: 20px;
    background-color: transparent;
    color: #502314;
    border: 1px solid black;
}
#box1{
    margin-top: 10px;
    height:45%;
    width: 45%;
    background-color: #ffff;
    box-shadow: 0px 0px 10px gray;
    
    border-radius: 20px;
    
}
#img1{
    width: 100%;
    border-radius: 10px;
}
#img1-text{
    font-family: flame-bold;
    margin-top: 15px;
    font-size: 24px;
    color: #502314;
    padding: 0px 10px;
    
}

#text-2{
    margin-top: 10px;
    font-size: 16px;
    color: #502314;
    padding: 0px 10px;
}

#under1{
    color: #502314;
    cursor: pointer;
    margin-top: 20px;
    padding: 0px 10px ;
}
#par3{
    margin-top: 10px;
    padding: 0px 10px;
}
#btn3{
    border-radius: 15px;
    padding: 8px 16px;
}


#box2{
margin-top: 10px;
   height:47%;
    width: 45%;
    background-color: #ffff;
    box-shadow: 0px 0px 10px gray;
    
    border-radius: 20px;


}
#anas{
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
}
#anas1{

    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#view-cart{
      border-radius: 15px;
    padding: 8px 16px;
}

#footer{
    
    width: 1351px;
    height: 56px;
    background-color:#502314 ;
    text-align: center;
    color: #f8f1e7;
}

#footer-img{
    margin-top: 20px;
}

#mobile{
   display: none; 
   align-items: center;
   justify-content: center;
}








@media only screen and (max-width: 540px) {
    body {
      background-color: #f8f1e7 ;
    }
    #view-cart{
        display: none;
    }
    #par1{
        display: none;
    }
    #par2{
        display: none;
    }
    #burger{
        width: 100%;
        height: auto;
    }
    
#btn1{
    
    width: 550px;
    height: 50px;
    background-color: #d62300;


}
i{
    display: block;
}
  
#btn2{
    
    width: 550px;
    height: 50px;
    color: #502314;
    gap: 10px;

}

#parent{
    
    gap: 0px;
    flex-wrap: wrap-reverse;    
}


#box1{
    width: 100%;
    height: 100%;
    
   margin-top: 10px;
   align-items: center;
   justify-content: center;
    
}

#box2{
    height: auto;
    width:100%;
    margin-top: 20px;
    
}

#anas1{ 
    padding-top: 10px;
    display: flex;
flex-wrap: wrap;

}

#footer-img{
    display: none;
}

#footer{
 
    width: 100%;
    height: 56px;
    background-color:#502314 ;
    margin-top: 20px;
    color: #f8f1e7;
}




#mobile{
    margin-top: 20px;
    display: block;
   width: 100%; 
}
#mobile1{
    display: none;
}





#anas{
    display: flex;
    flex-wrap: wrap;
    
}

  }