:root {
  /*--ipadWidth: 90vmin;*/
  --ipadWidth: 1204px;
  --ipadHeight: 90vh;
}
@media(max-width:769px){
    :root {
      --ipadWidth: 80vw;
      --ipadHeight: 50vh;
    }
}
.ipad-container{
  position: fixed;
  z-index:999;
  /*width:100%;*/
  /*width: var(--ipadWidth);*/
  /*height: calc(var(--ipadWidth) * 0.77);*/

  height: var(--ipadHeight);
  width: calc(var(--ipadHeight) * 1.33);

  max-height:850px;
  max-width:1130px;

  /*box-shadow: 0 0 0 calc(var(--ipadWidth) / 200) #9d9ea0;*/
  /*background-color: #121212;*/
  /*border-radius: calc(var(--ipadWidth) / 24);*/

  /*left:50% !important;*/
  top: 50%;
  /*transform: translate(-50%, -50%);*/
 
  left: 200%;
  transform: translateY(-50%) rotate(-30deg);
 
	
}
.ipad {
  position: absolute;
  z-index:999;
  /*width:100%;*/
  /*width: var(--ipadWidth);*/
  /*height: calc(var(--ipadWidth) * 0.77);*/

  height: 100%;
  width: 100%;

  /*max-height:850px;*/
  /*max-width:1130px;*/

  background-color: #121212;
  border-radius: calc(var(--ipadWidth) / 24);
  /*left: 200%;*/
  /*top: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*box-shadow: 0 0 0 calc(var(--ipadWidth) / 200) #9d9ea0;*/
  
  /*transform: translateY(-50%) rotate(-30deg);*/
 
 /*transform: translateY(-50%) rotate(-30deg);*/
 /*animation: slideIn 2s forwards, slideOut 2s 5s forwards;  */
 
}
.ipadFrame{
	position:relative;
	z-index:11;
	width:100%;
	height:100%;
  background-color: #121212;
  border-radius: calc(var(--ipadWidth) / 24);
  box-shadow: 0 0 0 calc(var(--ipadWidth) / 200) #9d9ea0;
}
.ipadFrame {
  /*content: "";*/
  /*position: absolute;*/
  /*width: 4%;*/
  /*height: 1%;*/
  left: 0;
  top: 0;
  /*border-radius: calc(var(--ipadWidth) / 24) calc(var(--ipadWidth) / 24) 0 0;*/
}
/** /
.ipadFrame::before,
.ipadFrame::after {
  content: "";
  position: absolute;
  width: 4%;
  height: 1%;
  left: 6%;
  top: -1.2%;
  border-radius: calc(var(--ipadWidth) / 24) calc(var(--ipadWidth) / 24) 0 0;
}
.ipadFrame::after {
  left: 11%;
}
.ipadFrame::before,
.ipadFrame::after,
.powerButton {
  background-color: #8a8a8a;
  z-index: 0;
}
/**/


.powerButton {
  position: absolute;
  width: fit-content;
  height: 7%;
  /*left: -1.5vmin;*/
  left:-11px;
  top: 5%;
  background-color: #9d9ea0;
  padding: 0;
  padding-right: 0.5vmin;
  border: none;
  outline: none;
  cursor: pointer;
  color: transparent;
  border-radius: calc(var(--ipadWidth) / 24) 0 0 calc(var(--ipadWidth) / 24);
}
.powerButton::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 150%;
  top: -25%;
  left: -100%;
}
.ipadScreen {
  position: absolute;
  width: 95%;
  height: 93.6%;
  top: 3.2%;
  left: 2.5%;
  border-radius: calc(var(--ipadWidth) / 40);
  background-color: #aaaaaa;
  opacity: 0;
  overflow: hidden;
  transition: opacity 300ms linear;
  z-index:11;
}


.ipad-container{
    left: 200%;
}

@keyframes slideIn {
    0% {
        /*left: -100%;*/
        left: 200%;
        transform: translateY(-50%) rotate(-30deg);
    }
    100% {
        left: 50%;
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes slideOut {
    0% {
        left: 50%;
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        left: 200%;
        transform: translateY(-50%) rotate(30deg);
    }
}

/**/
.wallpaper,
.lockContent
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /*background-image: url("https://assets.codepen.io/2722301/bg.jpg");*/
  background-size: cover;
  background-position: center;
  background-color: black;
}
/**/
.lockScreen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
  overflow: hidden;
  backdrop-filter: blur(0);
  transition: top 800ms ease-in 0s, backdrop-filter 200ms ease-in 0s;
}
.lockContent {
  background: none;
}
.statusBar {
  width: 100%;
  height: 3%;
  background-image: url("https://assets.codepen.io/2722301/status.png");
  background-position: right;
  background-size: 11.6%;
  background-repeat: no-repeat;
}
.lockIcon {
  width: 100%;
  height: 5%;
  background-image: url("https://assets.codepen.io/2722301/lock.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.lockTime {
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 200;
  font-size: calc(var(--ipadWidth) / 46);
  color: white;
  text-align: center;
  line-height: 250%;
  margin-top: 3%;
}
.lockTime::first-line {
  font-size: calc(var(--ipadWidth) / 10.5);
}
/**/
.interactionBar {
  --colorMe: black;
  position: absolute;
  bottom: -8%;
  height: 3%;
  width: 100%;
  transition: bottom 800ms ease-in 0s;
  z-index:5;
}
.dark-mode .interactionBar {
  --colorMe: white;
}
.lockScreen .interactionBar {
  bottom: 0;
}
#inAppBar {
  cursor: pointer;
}
.interactionBar::after {
  content: "";
  position: absolute;
  width: 28%;
  height: 30%;
  top: 0;
  margin-left: 36%;
  border-radius: 100px;
  background-color: var(--colorMe);
}
/**/
.lockScreen .interactionBar::after {
  animation: interactionAnim 8000ms ease-in infinite;
}
.lockScreen .interactionBar::before {
  position: absolute;
  width: 100%;
  top: -140%;
  text-align: center;
  color: white;
  content: "swipe up to open";
  font-size: calc(var(--ipadWidth) / 46);
  font-family: "Work Sans", sans-serif;
  font-weight: 200;
  animation: interTextAnim 8000ms ease-in infinite;
}
.dockWrapper {
  position: absolute;
  /*bottom: -20%;*/
  bottom: 3%;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: bottom 400ms ease-in-out 0s;
}
.dockWrapper .dockbar {
  display: inline-flex;
  padding: 0 calc(var(--ipadWidth) / 120);
  border-radius: calc(var(--ipadWidth) / 40);
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(1vh);
}
.dockbar .iconDiv,
.dockbar .iconDivide {
  display: inline-flex;
  width: calc(var(--ipadWidth) / 20);
  height: calc(var(--ipadWidth) / 20);
  margin: calc(var(--ipadWidth) / 60) calc(var(--ipadWidth) / 120);
  border-radius: calc(var(--ipadWidth) / 80);
}
.dockbar .iconDiv {
  background-color: #ffffff;
  cursor: pointer;
  transition: all 500ms ease-in-out 0s, transform 100ms ease-in-out 0s;
  overflow: hidden;
  background-image: url(https://assets.codepen.io/2722301/icon_sf.png);
  background-repeat: no-repeat;
  background-size: cover;
}
/*.iconDiv:nth-of-type(2) {*/
/*  background-image: url(https://assets.codepen.io/2722301/icon_tw.png);*/
/*}*/
/*.iconDiv:nth-of-type(3) {*/
/*  background-image: url(https://assets.codepen.io/2722301/icon_fb.png);*/
/*}*/
/*.iconDiv:nth-of-type(5) {*/
/*  background-image: url(https://assets.codepen.io/2722301/icon_md.png);*/
/*}*/
/*.iconDiv:nth-of-type(6) {*/
/*  background-image: url(https://assets.codepen.io/2722301/icon_cm.png);*/
/*}*/
.dockbar .iconDivide {
  width: calc(var(--ipadWidth) / 200);
  background-color: rgba(255, 255, 255, 0.1);
}
.dockbar .iconDiv:hover {
  transform: scale(1.1);
}
.iconDiv .imgDiv {
  position: relative;
  border: none;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /*background-image: url(https://assets.codepen.io/2722301/img_sf.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 300ms linear 0s;
}
.iconDiv:nth-of-type(2) .imgDiv {
  /*background-image: url(https://assets.codepen.io/2722301/img_tw.jpg);*/
}
.iconDiv:nth-of-type(3) .imgDiv {
  /*background-image: url(https://assets.codepen.io/2722301/img_fb.jpg);*/
}
.iconDiv:nth-of-type(5) .imgDiv {
  /*background-image: url(https://assets.codepen.io/2722301/img_md.jpg);*/
}
.iconDiv:nth-of-type(6) .imgDiv {
  /*background-image: url(https://assets.codepen.io/2722301/img_cm.jpg);*/
}
/**/
.dockWrapper {
  transition: all 500ms linear;
}
@keyframes interactionAnim {
  0% {
    top: 0;
  }
  70% {
    top: 0;
  }
  80% {
    top: -50%;
  }
  92% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes interTextAnim {
  0% {
    top: -100%;
    opacity: 0;
  }
  70% {
    top: -100%;
    opacity: 0;
  }
  80% {
    top: -200%;
    opacity: 1;
  }
  90% {
    top: -200%;
    opacity: 1;
  }
  100% {
    top: -200%;
    opacity: 0;
  }
}
/**/  
.ipadCloseTag{
	top:4px;
	left:-4px;
	z-index:-1;
	transition: left .2s ease-in;
}

.ipad:hover .ipadCloseTag{
	left:-44px;
}

.closeIcon svg{
	width:18px;
	height:18px;
	fill:white;
	stroke:none;
}


.appScreen{
	/*position:absolute;*/
	/*top:0;*/
	/*left:0;*/
	/*width:100%;*/
	/*height:100%;*/
	/*z-index:4;*/
}

.iosapp{
	/*display:none;*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:4;
}

.videoCard{
}
.videoCardBg{
	width:100%;
	height:100%;
  background-repeat: no-repeat;
  background-size: cover;	
  background-position: center;	
}
.closeVideoFrameButton{
	/*border-top-right-radius:12px;*/
	/*border-top-left-radius:12px;*/
	border-radius:50%;
}
.blurred-layer{
	width: 110% !important;
    height: 110% !important;
    filter: blur(2px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hide-scrollbar {
  overflow: auto; /* vagy scroll, ha folyamatosan görgethető akarod */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none; /* WebKit alapú böngészőkben elrejtés */
}