body {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.title-2 {
  font-size: 1.8vw;
  font-weight: 200;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue",      "Lucida Grande", "Segoe UI";
}

@media (max-width: 1200px) {
  .title-2 {
    font-size: 2vw;
  }
}

@media (max-width: 959px) {
  .title-2 {
    font-size: 2.5vw;
  }
}

@media (max-width: 767px) {
  .title-2 {
    font-size: 3vw;
  }
}

.title-2 {
  width: 100%;
}

h1, h2, h3 {
  letter-spacing: 0.01em;
}

h2 {
  font-size: 52px;
  font-weight: 400;
}

h3 {
  font-size: 38px;
  font-weight: 400;
}

h4 {
  font-size: 30px;
  font-weight: 400;
}

h5 {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
}

.iphone-13-explosed-view {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: block;
}

.video-container {
  background-color: white;
  width: 100%;
  padding-bottom: 5%;
}

.video-container-smart-screen {
  margin-bottom: 50px;
}


.fold-video {
  max-width: 1200px;
}

.iphone-video {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: block;
}

.grey-background {
  background-color: #CCCCCC;
}

.padding-top-80 {
  padding-top: 80px;
}

.margin-top-50 {
  margin-top: 50px;
}

.width-100 {
  width: 100%;
  max-width: 1600px;
  display: block;
  margin: auto;
}

.background-white {
  /*background-color: #EFFAFF;*/
}

.intro-video {
  margin-top: 200px;
}

.iPhone-13-intro {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFFAFF;
}

.iphone-13-video {
  background-color: #EFFAFF;
}

@media screen and (max-width: 750px) {
  .iPhone-title {
    font-size: 2.5em;
  }
  .iPhone-subtitle {
    font-size: 1em;
    font-weight: 200;
  }
}
@media screen and (min-width: 750px) and (max-width: 1300px) {
  .iPhone-title {
    font-size: 9vw;
  }
  .iPhone-subtitle {
    font-size: 4vw;
    font-weight: 200;
  }
}
@media screen and (min-width: 1300px) {
  .iPhone-title {
    font-size: 5em;
  }
  .iPhone-subtitle {
    font-size: 2vw;
    font-weight: 200;
  }
}

.iPhone-title-block {
  max-width: 70%;
}


.img-container {
  width: 100vw;
  height: 100%;
}

.img-box {
  height: 80vh;
  display: block; /* remove extra space below image */
}

.img-box-iPhone-open {
  max-width: 90%;
  max-height: 100%;
  display: block; /* remove extra space below image */
  /*margin: auto;*/
}

.width-70 {
  width: 70%;
  margin: auto;
  display: block;
}

.tech-view-container {
  /*background-color: #A6A6A6;*/
}

.iphone-multiusage-img {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  display: block;
}

.gamepad-container {
  margin-top: 150px;
}

.gamepad-img {
  max-width: 1500px;
  width: 100%;
  margin: auto;
  display: block;
  margin-top: 50px;
  margin-bottom: 200px;
  padding-right: 50px;
}

.margin-top-8 {
  margin-top: 8vh;
}

#explosed-view-container {
  margin-top: 200px;
  margin-bottom: 200px;
  /*min-width: 1200px;*/
}

.test {
  display: block;
  /*width: 1100px;*/
  height: 100%;
  margin: auto;
}

.explosed-view-img {
  /*height: 80vh;*/
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1100px;
}


.explosed-view-boxes {
  /*position: relative;
  justify-content: center;
  margin-top: 100px;
  display: flex;*/
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.box-container {
  position: relative;
  width: 330px;
  margin: 35px;
}


.big-number {
  font-size: 300px;
  font-weight: 800;
  color: rgba(117, 117, 117, 0.72);
  /*text-align: center;*/
  position: absolute;
  left: -50px;
  top: -140px;
}

.box {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(4px);
  padding: 24px 30px 30px;
  border-radius: 20px;
}

.smart-screen-container {
  margin-bottom: 300px;
}

.smart-screen-description {
  max-width: 1000px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.smart-screen-description > p {
  font-size: 20px;
}

.ar-img-box {
  /*height: 60vh;*/
  width: 80%;
  max-width: 850px;
  display: block;
  margin: auto;
  padding-bottom: 50px;
  padding-top: 50px;
}

.ar-description {
  /*height: 100%;*/
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

.ar-description > h3 {
  margin-bottom: 15px;
}

.quote-block {
  display: block;
  margin: auto;
}

.quote-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quote-img {
  width: 5vw;
  /*height: 100%;*/
  opacity: 0.3;
}

.quote {
  /*width: 80px;*/
  font-family: "SF UI Display", system-ui, -apple-system;
  font-weight: 100;
  font-style: italic;
  padding-top: 15px;
  font-size: 2em;
  margin-left: -24px;
  margin-top: 16px;
  letter-spacing: 1px;
}

.iphone-13 {
  background-color: rgba(164,164,164,0.6);
  height: 200px;
}

.back-portfolio {
  background-color: rgba(44, 44, 44, 0.89);
  height: 200px;
  color: white;
}

.back-portfolio, .iphone-13 {
  padding-left: 3vw;
}

.contact-section {
  background-color: grey;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 300px) and (max-width: 380px) {
  .contact-title {
    font-size: 1.7em;
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .contact-title {
    font-size: 2.1em;
    padding-top: 80px;
  }
}

@media (max-width: 600px) {
  .contact-title {
    font-size: 3em;
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  .contact-title {
    font-size: 3.4em;
    padding-top: 140px;
  }
}

@media (max-width: 900px) {
  .contact-title {
    font-size: 3.8em;
    padding-top: 160px;
  }
}

@media (max-width: 1024px) {
  .contact-title {
    font-size: 4.2em;
    padding-top: 170px;
  }
}

@media (max-width: 1200px) {
  .contact-title {
    font-size: 4.4em;
    padding-top: 180px;
  }
}

@media (min-width: 1200px) {
  .contact-title {
    font-size: 4.8em;
    padding-top: 190px;
  }
}

.contact-title {
  font-size: 6vw;
}

.contact-text {
  color: white;
}

@media (min-width: 1200px) {
  .contact-subtitle {
    font-size: 1.9em;
  }
}

@media (max-width: 1200px) {
  .contact-subtitle {
    font-size: 1.8em;
  }
}

@media (max-width: 1024px) {
  .contact-subtitle {
    font-size: 1.7em;
  }
}

@media (max-width: 900px) {
  .contact-subtitle {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .contact-subtitle {
    font-size: 1.4em;
  }
}

@media (max-width: 600px) {
  .contact-subtitle {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .contact-subtitle {
    font-size: 1.2em;
  }
}

@media (min-width: 300px) and (max-width: 380px) {
  .contact-subtitle {
    font-size: 1.1em;
  }
}

.contact-subtitle {
  /*font-size: 1vw;*/
}

.contact-space {
  height: 10vw;
  max-height: 300px;
}

a:hover {
  /*color: #0056b3;*/
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.iphone-foldable-video {
  /*height: 90vh;*/
  margin: auto;
  display: block;
  width: 80%;
  padding-left: 4%;
  padding-top: 20px;
}





























/* ipad part */

/* responsive max width */
.ipad-foldable-video {
  margin: auto;
  display: block;
  width: 100%;
  padding-top: 20px;
  max-width: 1600px;
}
.ipad-fold-video-1{
  margin-top: 200px;
  margin-bottom: 250px;
}
.ipad-fold-video-1 h3 {
  margin-top: 100px;
}

.ipad-transparent-row {
  margin: auto;
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  padding-bottom: 90px;
}
.transparent-img, .opaque-img {
  max-width: 100%;
}
.transparent-img-description {
  font-size: 1.5em;
}
.ipad-transparent-expose-block {
  /*width: 100vw;*/
  width: 100%;
  margin: auto;
  background-color: #eeeeee;
  padding-bottom: 70px;
}
.ipad-transparent-expose-img {
  padding-top: 50px;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  display: block;
}

.h4-description h4 {
  font-size: 1.2em;

}
.h4-description {
  display: block;
  margin: auto;
  background-color: #313336;
  max-width: 700px;
  border-radius: 12px;
  padding: 40px;
}
.h4-description h4, .h4-description h3 {
  color: white;
}
.h4-description .bold {
  font-weight: 700;
}

.h4-description h3 {
  margin-bottom: 30px;
}
.ipad-front-back {
  width: 100%;
}

.ipad-video-description {
  max-width: 980px;
  margin: auto;
}







.container-fluid {
  overflow: hidden;
}
.body-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  width: 100%;
  /*background-color: greenyellow;*/
}
.section {
  margin-top: 300px;
}
.subsection-free {
  margin-top: 150px;
}
.section-headline {
  font-size: 80px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.015em;
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  margin-bottom: 46px;

}
.section-headline-space {
  flex-basis: 75%;
  max-width: 75%;
}
.copy-block {
  flex-basis: 75%;
  max-width: 75%;
  margin-bottom: 80px;
}
.copy-block-small {
  flex-basis: 50%;
  max-width: 50%;
  /*margin-bottom: 80px;*/
}

.copy-block-signpost {
  font-size: 28px;
  line-height: 1.14286;
  font-weight: 600;
  letter-spacing: .007em;
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.copy-block-paragraph {
  font-size: 28px;
  line-height: 1.14286;
  font-weight: 600;
  letter-spacing: .007em;
  color: #86868b;
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.copy-block-paragraph, .copy-block-signpost {
  display: inline;
}
.visible{
  opacity:1!important
}
.replay-button {
  opacity: 0;
  cursor: pointer;
}
.replay-button-text {
  vertical-align: middle;
}
.fluid-image {
  width: 100%;
}
.image-wrapper {
  margin-bottom: 80px;
}


@media only screen and (max-width: 1068px) {
  .copy-block-paragraph {
    font-size: 21px ;
    line-height: 1.19048;
    font-weight: 600;
    letter-spacing: .011em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  }
  .copy-block-signpost {
    font-size: 21px;
    line-height: 1.19048;
    font-weight: 600;
    letter-spacing: .011em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  }
  .section-headline {
    font-size: 64px;
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -.009em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    margin-bottom: 28px;
  }
  .section-headline-space {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .body-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 692px;
    width: 100%;
  }
  .introduction-title {
    font-size: 5em;
  }
  .grid-item-description {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 22px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  }
  .grid-item-header {
    box-sizing: border-box;
    padding-top: 25px;
    padding-left: 30px;
    padding-bottom: 0;
    flex-basis: 0;
  }
  .section {
    margin-top: 180px;
  }
  .subsection-free {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 734px) {
  .section-headline {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    margin-bottom: 28px;
  }
  .introduction-title {
    font-size: 4em;
  }
  .introduction-subtitle {
    font-size: 1.6em;
    margin-bottom: 7vh;
  }
  .introduction-subtitle-2 {
    font-size: 1.3em;
    font-weight: 300;
  }
  .grid-item-description {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  }
  .grid-item-header {
    box-sizing: border-box;
    padding-top: 25px;
    padding-left: 20px;
    padding-bottom: 0;
    flex-basis: 0;
  }
  .grid-item-list {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    font-size: 19px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .007em;
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  }
  .scribble-title {
    font-weight: 100;
    font-size: 46px;
  }
  .scribble-subtitle {
    font-weight: 300;
    font-size: 19px;
  }
  .section {
    margin-top: 100px;
  }
  .subsection-free {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 590px) {
  .copy-block {
    flex-basis: 95%;
    max-width: 95%;
    margin-bottom: 50px;
  }
}

@media (max-width: 900px) {
  .h4-description {
    max-width: 550px;
    padding: 25px;
  }
  .h4-description h4 {
    font-size: 1em;
  }
  .h4-description h3 {
    font-size: 1.9em;
  }
  .h4-description h3 {
    margin-bottom: 25px;
  }
  .ipad-video-description {
    max-width: 740px;
    font-size: 1.7em;
  }
}

@media (max-width: 768px) {
  .h4-description {
    max-width: 480px;
    padding: 15px;
  }
  .h4-description h4 {
    font-size: 0.9em;
  }
  .h4-description h3 {
    font-size: 1.7em;
  }
  .h4-description h3 {
    margin-bottom: 15px;
  }
  .ipad-video-description {
    max-width: 550px;
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .ipad-video-description {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.2em;
  }
  .ipad-fold-video-1{
    margin-top: 100px;
    margin-bottom: 100px;
  }
}



.inline-media .play-pause-button, html.enhance-xp .inline-media .svg-icon {
  position: absolute;
  top: 0;
  width: 34px;
  height: 34px;
}
.inline-media-ui.playing .pause-icon {
  opacity: 1;
  z-index: 2;
}
.pause-icon, .play-icon {
  opacity: 0;
}
.video-container .inline-media-ui {
  display: block;
  position: relative;
  float: right;
  right: 22px;
  bottom: 30px;
  z-index: 3;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.inline-media-ui .loading-circle, .inline-media-ui .play-pause-button, .inline-media-ui .svg-icon {
  position: absolute;
  top: 0;
  width: 34px;
  height: 34px;
}
.inline-media-ui .loading-circle {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-name: clockwise;
}
.inline-media-ui .svg-icon .control-path {
  stroke: #86868b;
}
.inline-media-ui .svg-icon .control-fill {
  stroke: #86868b;
}
/*.image-wrapper {
  position: relative;
}*/
.replay-buton {
  display: block;
  position: relative;
  float: left;
  left: 22px;
  bottom: 30px;
  z-index: 3;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.replay-buton .svg-icon .control-fill {
  stroke: #86868b;
}
.media-controls {
  width: 200px;
  margin: auto;
}