*{
     margin: 0;
     padding: 0;
     font-family: 'Aref Ruqaa', serif;
     color: #FFf;
     box-sizing: border-box;

}

body{
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  background: #736AFF !important;

}
.container{
  width: 100%;
  height: auto;
  }

.mobile{
     position: sticky;
     width: 360px;
     height: 630px;
     padding: 40px;
     margin: 40px;
     background:  #CEED72;
     border-radius: 30px;
     border: 4px solid #00008B;/*rgba(0,0,0,.5);*/
     box-sizing: border-box;
     box-shadow: inset 0 0 8px rgba(255, 0, 0, 0.5);
     float:left;
}
.screen{
  position: absolute;
  background: #fff;
  display: block;
  border-radius: 30px;
  border: 3px solid #4B0082;
  width: 330px;
  height: 490px;
  margin: -30px; auto;
  padding: -20px;
  margin-top: 20px;
  overflow:hidden;
}
.screen::before{
  content: '';
  position: relative;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  transform: skewX(-5deg) translateX(-50%);
}
.home{
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #555;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: inset 0 0 7px rgba(0,0,0,.1);

}
.home:hover{
 background: #FDD017;
 }
.inner{
  position: absolute;
  top: 30px;
  left: 200px;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #262626;
  box-sizing:border-box;

}
.inner:before{
    content: '';
    position: absolute;
    top: -2px;
    left: -20px;
    background: #262626;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.inner:after{
    content: '';
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #262626;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.volume{
  margin: 10;
  padding: 10;
  position: relative;
  top: 30px;
  left: -48px;
}
.volume li{
  list-style: none;
  width: 4px;
  height: 30px;
  background: #262626;
  margin: 10px 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.silent{
  margin: 10;
  padding: 10;
  position: absolute;
  top: 30px;
  left: -7px;
}
.silent li{
  list-style: none;
  width: 4px;
  height: 20px;
  background: #262626;
  margin: 10px 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sleep{
  margin: 0;
  padding: 0;
  position: absolute;
  top: 90px;
  right: -8px;
}
.sleep li{
  list-style: none;
  width: 4px;
  height: 30px;
  background: #262626;
  margin: 10px 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}


.x1{
  background: #6960EC;
  border:3px solid #FFA500;
  margin: 0px;
  color: #fff;
  font-size: 14px;
}
.x2 {
  align-items: center;
  justify-content: center;
  margin-left: 60px;

}

.x3 {
  align-items: center;
  justify-content: center;
  margin-left: 60px;

}
.header{
   width: 99%;
   height:490px;
   background: #736AFF;
  /* border:  solid 5px #800000 ;*/
   padding: 0px;
   margin: 0px;

}
.footer{
 width: 99%;
 height: 320px;
 background: #736AFF;
 /*border: solid 10px#001350;*/
 float: right;
 margin-right: -30px;
 font-size: 14px;
 color: #000080;

}
.hd1{
  float: right;
  padding: 0px;
  margin: 10px;
  font-size: 14px;
  color: red;
  font-family: cursive;

}
@media (max-width: 400px) {

.container {

    margin-left: -25px;
  }
}
