*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Arial, sans-serif;
  background: url('../images/calacutalorbag.png');
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}
html {
  -webkit-text-size-adjust: 100%;
}
.phone {
  width: 360px;
  height: 600px;
  background: white;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  overflow: hidden;
  border: 8px solid #222;
  position: relative;
}
.status-bar {
  height: 24px;
  background: black;
  color: white;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  position: relative;
}
.navbar{
    display: flex;
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: #222;
    color: #fff;
    flex-direction: column;
}
.navbar.setNav{
    display: flex;
    padding: 10px;
    position: relative;
    overflow: hidden;
    background: #222;
    color: #fff;
    flex-direction: column;
width: 100%;
height: 100%;
}

.navbar h5{
left: 145px;
top: 10px;
position: absolute;
}
.ulset{
    display: none;
}
.ulset.ulsetNav{
    display: block;
   display: flex;
   flex-direction: column;
   background: orange;
   width: 100%;
   height: 100%;
   z-index: 100;
   font-size: 1.5em;
   gap: 10px;
   padding: 10px; 
}
.ulset.ulsetNav li{
    list-style: none;
background: #222;
padding: 10px;
border-radius: 10px;
cursor: pointer;
}
.ulset.ulsetNav li a{
    text-decoration: none;
    color: white;
}
.app-bar {
  height: 100px;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}
.app-bar input{
    width: 100%;
    height: 100%;
    background: black;
    border: none;
    outline: none;
    padding: 2px;
    text-align: right;
    color: #fff;
font-size: 2em;
/* font-size: 16px; */
  box-sizing: border-box;
}



.content {
    width: 100%;
    height: 90%;
  background: rgb(8, 8, 8);
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.content::after{
    content: '';
    top: 390px;
    /* left: 105px; */
    background: lightgrey;
    width: 100px;
    height: 4px;
    position: absolute;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.fa-battery-empty{
    position: relative;
    overflow: hidden;
}
.fa-battery-empty::after{
    content: '';
    top: 3.5px;
    left: 2.7px;
    width: 9px;
    height: 5px;
    position: absolute;
    background-color: yellow;
}
.content .CalBox{
    display: flex;
    width: 100%;
    height: 100%;
flex-direction: column;
gap: 10px;
padding: 20px;
}
.content .CalBox .calItems{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.content .CalBox .calItems button{
    width: 40px;
    height: 40px;
    font-weight: 100;
    border: none;
    outline: none;
    border-radius: 10px;
    background: #222;
    color: #fff;
    font-size: 1em;
}
.content .CalBox .calItems:nth-child(1) button{
    background: lightgrey;
    color: #222;
}

.content .CalBox .calItems:nth-child(1) button:nth-child(1)

{
    background: orange;
    color: #fff;
}

#newcalItems button{ 
font-size: 1em;
font-weight: 100;
width: 35px;
height: 35px;
border-radius: 10px;
}
#CalBox {
    display: flex;
    width: 100%;
    height: 100%;
flex-direction: column;
gap: 10px;

}
@media (max-width : 798px){
    body{
        background: orange;
    }
    .phone{
        width: 100%;
        height: 100%;
    }
.status-bar{
    width: 100%;
    height: 100px;
    /* background: orange; */
}
.content{
    width: 100%;
    height: 100%;
}
.CalBox{
    width: 100%;
    height: 100%;
display: flex;
}
.CalBox .calItems {
    width: 100%;
    height:7%;
}
.content::after{
    top: 390px; 
}

.navbar h5{
left: 140px;

position: absolute;
font-size: 1.1em;
}
#imagess{
    display: none;
}
#time{
    font-size: 1.4em;
}
.content .CalBox .calItems button{
    width: 40px;
    height: 40px;
}
}
