* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: SF-Pro-Display;
}

@font-face {
    font-family: SF-Pro-Display;
    src: url(fonts/SF-Pro-Display-Regular.ttf);
}

html,
body {
    height: 100%;
    width: 100%;
}

#main {
    position: relative;
    overflow: hidden;
}

#page {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}

#page>nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    height: 7vh;
    width: 50vw;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

#page>nav>button {
    padding: 7px 20px;
    border-radius: 50px;
    border: none;
    background-color: #fff;
}

#page>nav>h3 {
    font-weight: 400;
}

#page>video {
    height: 100%;
    width: 50%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#page-bottom {
    height: 20%;
    width: 25%;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#page-bottom>h3 {
    color: #dadada;
    margin-bottom: 1vh;
}

#page1 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
}

#page1>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#page1>h1 {
    font-size: 4vw;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

#page2 {
    position: relative;
    height: 100vh;
    width: 100vw;
}

#page2>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#page2>h1 {
    font-size: 4vw;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

#page3 {
    position: relative;
    height: 100vh;
    width: 100vw;
}

#page3>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#page3>h1 {
    font-size: 4vw;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

#page4 {
    position: relative;
    height: 100vh;
    width: 100vw;
}

#page4>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#page4>h1 {
    font-size: 4vw;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

#page5 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
}

#page5>img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#page5-upper {
    height: 25%;
    width: 35%;
    position: absolute;
    z-index: 9;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

#page5-upper>img {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

#page5-upper-inner {
    position: absolute;
    bottom: 0%;
    height: 60%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 80px;
    color: #FF5A00;
}

#page5-upper-inner>h3 {
    font-weight: 500;
}

#page5>button {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 30px;
    border: 1px solid #000;
    font-weight: 500;
    border-radius: 50px;
    font-size: 1.4vw;
}

#page6 {
    position: relative;
    height: 100vh;
    width: 100vw;
}

#page6>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#page6>#center-page6 {
    font-size: 2vw;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

#page7 {
    display: flex;
    position: relative;
    height: 60vh;
    width: 100vw;
}

.left7 {
    position: relative;
    height: 100%;
    width: 50%;
}

.left7>h1 {
    font-size: 2.3vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
}

.right7 {
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-direction: column;
    height: 100%;
    width: 50%;
    padding-left: 5vw;
}

.right7>h3 {
    font-size: 1.8vw;
    width: 80%;
    color: #86868B;
}

.right7>button {
    padding: 10px 20px;
    border: none;
    background-color: #FE6918;
    color: #fff;
    font-weight: 400;
    border-radius: 50px;
    font-size: 1.3vw;
    margin-top: 1.5vw;
    ;
}

#page8 {
    position: relative;
    height: 100vh;
    width: 100vw;
}

#page8>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#page8>#center-page8 {
    font-size: 2vw;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

#page9 {
    display: flex;
    position: relative;
    height: 60vh;
    width: 100vw;
}

.left9 {
    position: relative;
    height: 100%;
    width: 50%;
}

.left9>h1 {
    font-size: 2.3vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
}

.right9 {
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-direction: column;
    height: 100%;
    width: 50%;
    padding-left: 5vw;
}

.right9>h3 {
    font-size: 1.8vw;
    width: 80%;
    color: #86868B;
}

.right9>button {
    padding: 10px 20px;
    border: none;
    background-color: #FE6918;
    color: #fff;
    font-weight: 400;
    border-radius: 50px;
    font-size: 1.3vw;
    margin-top: 1.5vw;
}

#page10 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 70vh;
    width: 100vw;
    background-color: #F5F5F7;
}

#page10>h3 {
    margin-bottom: 1vw;
    font-size: 2vw;
}

#page10>h1 {
    margin-bottom: 1.5vw;
    font-size: 4vw;
}

#page10>p {
    font-size: 1.2vw;
    width: 60%;
    font-weight: 700;
    color: #86868B;
}

#page11 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;
}

#page11>canvas {
    position: relative;
    max-width: 100vw;
    max-height: 100vh;
    z-index: 99;
}

#page12 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;
}

#page12>h1 {
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #87878C;
    z-index: 99;
    position: absolute;
}

#page12>h1>span {
    color: #000;
}

#page13 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;
}

#page13>h1 {
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #87878C;
    z-index: 99;
    position: absolute;
}

#page13>h1>span {
    color: #000;
}

#page14 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;
}

#page14>h1 {
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #87878C;
    z-index: 99;
    position: absolute;
}

#page14>h1>span {
    color: #000;
}

#page15 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;
}

#page15>h1 {
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #87878C;
    z-index: 99;
    position: absolute;
}

#page15>h1>span {
    color: #000;
}

#page16 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;
}

#page16>h1 {
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #87878C;
    z-index: 99;
    position: absolute;
}

#page16>h1>span {
    color: #000;
}

#page17 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #f5f5f7;
}

#page17>h1 {
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #87878C;
    z-index: 99;
    position: absolute;
}

#page17>h1>span {
    color: #000;
}

#page18 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
}

.left18 {
    height: 90%;
    width: 45%;
    position: relative;
    background-image: url(https://www.apple.com/v/apple-vision-pro/a/images/overview/design/glass_top__k3b8lzqd1l2m_large.jpg);
    background-size: cover;
}

.right18 {
    height: 90%;
    width: 45%;
    position: relative;
    background-image: url(https://www.apple.com/v/apple-vision-pro/a/images/overview/design/glass_side__gm4agomrwl2e_large.jpg);
    background-size: cover;
}

#page19 {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#center-page19 {
    height: 90%;
    width: 95%;
    position: relative;
}

#center-page19>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#page20 {
    position: relative;
    height: 120vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#page20>h2 {
    position: absolute;
    width: 50%;
    color: #434343c7;
    font-weight: 500;
    top: 3%;
}

#page20>h2>span {
    color: #000;
}

#page20>img {
    width: 60%;
    position: absolute;
    bottom: 0%;
}

#page20>button {
    position: absolute;
    bottom: 10%;
    padding: 10px 20px;
    font-size: 1.5vw;
    border-radius: 50px;
    background-color: #ff823d;
    color: #fff;
    font-weight: 500;
    border: none;
}

#page21 {
    position: relative;
    height: 100vh;
    width: 100vw;
    top: 0%;
    background-color: #000;
}

#page21>canvas {
    position: relative;
    max-width: 100vw;
    max-height: 100vw;
}

#page22 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    height: 30vh;
    width: 100vw;
    background-color: #000;
    flex-direction: column;
    text-align: center;
    font-size: 1.5vw;
}

#page22>h5 {
    width: 35%;
    color: #86868B;
}

#page22>h5>span {
    color: #fff;
}

#page23 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}

#page23>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#center-page23 {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    right: 10%;
    top: 62%;
    color: #fff;
    height: 100%;
    width: 50%;
}

#center-page23>h1 {
    font-size: 2vw;
    margin-bottom: 1.7vw;
}

#center-page23>p {
    width: 43%;
    color: #86868B;
}

#center-page23>p>span {
    color: #fff;
}

#page24 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}

#page24>#troff {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50%;
    z-index: 9;
}

#page24>#tron {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50%;
}

#center-page24 {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    text-align: center;
    top: 70%;
    margin-top: 3%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    height: 100%;
    width: 50%;
}

#center-page24>h1 {
    font-size: 2vw;
    margin-bottom: 1.7vw;
}

#center-page24>p {
    font-weight: 600;
    width: 55%;
    color: #86868B;
}

#center-page24>p>span {
    color: #fff;
}

#page25 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}

#page25>#snroff {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50%;
    z-index: 9;
}

#page25>#snron {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50%;
}

#center-page25 {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    text-align: center;
    top: 70%;
    margin-top: 1.5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    height: 100%;
    width: 50%;
}

#center-page25>h1 {
    font-size: 2vw;
}

#center-page25>p {
    font-weight: 600;
    width: 55%;
    color: #86868B;
}

#center-page25>p>span {
    color: #fff;
}

#page26 {
    position: relative;
    height: 100vh;
    white-space: 100vw;
    background-color: #000;
}

#page26>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
}

#center-page26 {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    text-align: center;
    top: 70%;
    margin-top: 1.5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    height: 100%;
    width: 50%;
}

#center-page26>h1 {
    font-size: 2vw;
}

#center-page26>p {
    font-weight: 600;
    width: 55%;
    color: #86868B;
}

#center-page26>p>span {
    color: #fff;
}