@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");
/* body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
} */

.mockup .mobile-mockup {
  width: 360px;
  height: 670px;
  position: relative;
  border-radius: 30px;
  background-color: rgba(255, 230, 240, 0.801);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.493);
}
.mockup .mobile-mockup:before {
  content: "";
  position: absolute;
  width: 97%;
  height: 98.5%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #000;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(143, 24, 59, 0.801);
}
.mockup .mobile-mockup .camera {
  position: absolute;
  width: 100%;
  height: 40px;
}
.mockup .mobile-mockup .camera span {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 300;
  border-radius: 50%;
}
.mockup .mobile-mockup .camera span:nth-child(2) {
  width: 10px;
  height: 10px;
  background-color: #333;
}
.mockup .mobile-mockup .volume {
  position: absolute;
  width: 5px;
  height: 180px;
  right: -5px;
  top: 20%;
}
.mockup .mobile-mockup .volume span {
  background: radial-gradient(#ffd2e3, #cab3bc);
  position: absolute;
  width: 100%;
  border-radius: 0 3px 3px 0;
}
.mockup .mobile-mockup .volume span:nth-child(1) {
  top: 0;
  height: 100px;
}
.mockup .mobile-mockup .volume span:nth-child(2) {
  bottom: 0;
  height: 50px;
}
.mockup .mobile-mockup .menu-btn {
  position: absolute;
  width: 94.3%;
  height: 30px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 26px 26px;
  background-color: #eee;
  z-index: 300;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.mockup .mobile-mockup .menu-btn > span {
  font-family: "Material Icons Outlined";
  color: #333;
}
.mockup .mobile-mockup .iframe-url {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  width: 94.5%;
  height: calc(98.5% - 58px);
  border-radius: 25px 25px 0 0;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  background-color: #fff;
  color: #fff;
  /* border: 1px solid red; */
}
#mobile .iframe-url .mo-yes
  {width: 298%;
  top: 6px;
  }
  #mobile .iframe-url .mo-yes .yesin
    {  }

  .mo-yes img
    {width: 80%;
      opacity: 0.9;
      margin: auto;
    }
  #mobile .slick-center img{width: 100%; opacity: 1;}
/* ------------------------------------ */
#respon .mockup .mobile-mockup {
  width: 300px;
  height: 550px;
  position: relative;
  border-radius: 30px;
  background-color: rgba(230, 247, 255, 0.801);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.493);
}
#respon .mockup .mobile-mockup:before {
  content: "";
  position: absolute;
  width: 97%;
  height: 98.5%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #000;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0 0 5px rgba(24, 105, 143, 0.801);
}
#respon .mockup .mobile-mockup .camera {
  position: absolute;
  width: 100%;
  height: 40px;
}
#respon .mockup .mobile-mockup .camera span {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 300;
  border-radius: 50%;
}
#respon .mockup .mobile-mockup .camera span:nth-child(2) {
  width: 8px;
  height: 8px;
  background-color: #333;
}
.mockup .mobile-mockup .volume {
  position: absolute;
  width: 5px;
  height: 180px;
  right: -5px;
  top: 20%;
}
#respon .mockup .mobile-mockup .volume span {
  background: radial-gradient(#d2e6ff, #b3bfca);
  position: absolute;
  width: 100%;
  border-radius: 0 3px 3px 0;
}
#respon .mockup .mobile-mockup .volume span:nth-child(1) {
  top: 0;
  height: 100px;
}
#respon .mockup .mobile-mockup .volume span:nth-child(2) {
  bottom: 0;
  height: 50px;
}
#respon .mockup .mobile-mockup .menu-btn {
  position: absolute;
  width: 94%;
  height: 23px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background-color: #eee;
  z-index: 300;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#respon .mockup .mobile-mockup .menu-btn > span {
  font-family: "Material Icons Outlined";
  color: #333;
  
}
.mockup .mobile-mockup .menu-btn > span .material-symbols-outlined{font-size: 1rem;
  /* border: 1px solid #000; */}

#respon .mockup .mobile-mockup .iframe-url {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  width: 94.2%;
  height: calc(98.5% - 50px);
  border-radius: 25px 25px 0 0;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  background-color: #222;
  color: #fff;
}