

/*Responsive*/

.device-body {
  -webkit-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  width: 380px;
  height: 273px;
  background: #000;
  border-radius: 15px 15px 0 0;
  border: 2px solid #cdced0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}


.laptop-bottom {
  position: absolute;
  height: 23px;
  bottom: -2px;
  left: 0;
  width: 130%;
  left: -15%;
  background: #cdced0;
  border-radius: 0px 0px 5px 5px;
  -webkit-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.5s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}

.laptop-bottom-detail-1 {
  position: absolute;
  width: 85px;
  background: #7b7c7f;
  height: 10px;
  left: 50%;
  margin-left: -42.5px;
  border-radius: 0px 0px 50px 50px;
}

.laptop-bottom-detail-2 {
  position: absolute;
  width: 18px;
  background: #7b7c7f;
  height: 4px;
  right: 18px;
  top: 50%;
  margin-top: -4px;
  border-radius: 5px;
}

.toggler {
  position: fixed;
  left: 700px;
  top: 50%;
}

.device-body.tablet {
  width: 238px;
  height: 350px;
  border-radius: 17px;
}
.device-body.tablet .device-screen {
  top: 9.5%;
}
.device-body.tablet .laptop-bottom {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.device-body.tablet .home-button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.device-body.tablet .front-camera {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.device-body.mobile {
  width: 130px;
  height: 270px;
}
.device-body.mobile .device-screen {
  top: 12%;
  height: 76.7%;
}
.device-body.mobile .front-camera {
  top: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;

  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.device-body.mobile .front-detail-2 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.device-body.mobile .front-detail-3,
.device-body.mobile .front-detail-4,
.device-body.mobile .front-detail-5,
.device-body.mobile .front-detail-6 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}
.device-body.mobile .front-detail-3 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.device-body.mobile .front-detail-3 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.device-body.mobile .front-detail-4 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.device-body.mobile .front-detail-5 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.home-button {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 40px;
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
  border: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.22);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.home-button:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  opacity: 0.2;
}

.front-camera {
  width: 7px;
  height: 7px;
  background: red;
  position: absolute;
  left: 50%;
  top: 15px;
  border-radius: 50%;
  margin-left: -4px;
  background: rgba(255, 255, 255, 0.22);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.front-detail-2 {
  position: absolute;
  height: 6px;
  background: red;
  width: 25px;
  top: 17px;
  margin-left: -12px;
  border-radius: 50px;
  left: 50%;
  background: rgba(255, 255, 255, 0.22);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.front-detail-3 {
  width: 3px;
  left: -4px;
  position: absolute;
  height: 16px;
  top: 12%;
  border-radius: 2px 0 0 2px;
  background: #000;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}

.front-detail-4 {
  width: 3px;
  left: -4px;
  position: absolute;
  height: 12px;
  top: 22%;
  border-radius: 2px 0 0 2px;
  background: #000;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}

.front-detail-5 {
  width: 3px;
  left: -4px;
  position: absolute;
  height: 12px;
  top: 30%;
  border-radius: 2px 0 0 2px;
  background: #000;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -moz-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -ms-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  -o-transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}

.front-detail-6 {
  width: 20px;
  right: 16%;
  position: absolute;
  height: 4px;
  top: -4px;
  border-radius: 2px 2px 0 0;
  transform: scale(0);
  transition: 0.3s cubic-bezier(0.77, 0.14, 0.57, 1.46);
}

.ticker {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  margin-left: -100px;
  border-radius: 50%;
  background: red;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ticker.animating {
  -webkit-animation: pulse 0.7s;
  background:#FCE205;
  
}

.device-wrapper {
  width: 600px;
  height: 400px;
  position: relative;
  margin: auto auto;
}


