@font-face {
    font-family: 'MyFont';
    src: url('../fonts/sf-pro-text_regular.woff2') format('woff2');

}
@font-face {
    font-family: 'MyFontBold';
    src: url('../fonts/sf-pro-display_bold.woff2') format('woff2');

}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: MyFont;
}

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

#black{
    background-color: #000;
}

.white{
    color: white;
}

.dark{
    color: #1d1d1f;
}
.light{
    color: #86868b;
}
.link{
    font-size: 12px;
}

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

#page{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: black;
}
#page>video{
    height: 100%;
    width: 50%;
    object-fit: cover;
    transform: translateX(50%);
}
#page>img{
    display: none;
}
#page>nav{
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    height: 7vh;
    width: 65vw;
    position:absolute;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
#page>nav>h1{
    font-weight: 600;
    color: white;
    font-size: 1.5vw;
}
#page>nav>button{
    padding: 5px 10px;
    border-radius: 50px;
    border: none;
    background-color: white;
}
#page-bottom{
    text-align: center;
    height:fit-content;
    width: 25%;
    /* background-color: antiquewhite; */
    position: absolute;
    transform: translateX(-50%);
    left:50%;
    bottom:10%;
}
#page-bottom>h5{
    font-size: 1.5vw;
    color:#6e6e73;
}
#page-bottom>img{
    margin-top: 1vw;
    width: 100%;
}
#page>#nav{
    color: #CCCCCC;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    height: 5vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 290px;
}
#page>#nav>span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
}
#page>#page-bottom>#black-img{
    display: none;
}





#page1{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: rgb(0, 0, 0);
}
#page1>video{
    opacity: 0.8;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page1>h1{
    font-family: MyFontBold;
    white-space: nowrap;
    font-size: 3vw;
    font-weight: 700;
    color: white;
    top: 50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}






#page2{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: rgb(0, 0, 0);
}
#page2>video{
    opacity: 0.8;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page2>h1{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 3vw;
    font-weight: 800;
    color: white;
    top: 50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}



#page3{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: rgb(0, 0, 0);
}
#page3>video{
    opacity: 0.8;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page3>h1{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 3vw;
    font-weight: 800;
    color: white;
    top: 50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}




#page4{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: rgb(0, 0, 0);
}
#page4>video{
    opacity: 0.8;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page4>h1{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 3vw;
    font-weight: 800;
    color: white;
    top: 50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#page4>#h-1-res{
    display: none;
}
#page4>#h-2-res{
    display: none;
}


#page5{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 160vh;
    width: 100vw;
    background-color: rgb(255, 255, 255);
}
#page5>#box{
    background-color: #ffffff;
    width:70%;
    height:fit-content;
    /* position: absolute; */
    /* top:40%; */
    /* left:50%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* transform: translateX(-50%); */
}
#page5>#box>img{
    width:500px;
}
#page5>#box>#box-link{
    margin-top: 3vw;
    display: flex;
    width: 40%;
    justify-content: space-between;
    align-items: center;
}
#page5>#box>h3{
    margin-top: 1vw;
    font-size: 1.3vw;
    color:#86868b;
}
#page5>#box>#box-link>h3{
    font-size: 1.5vw;
    color: #ff5a00;
}
#page5>#vision-pro{
    margin-top: 5vw;
    width: 70%;
}
#page5>#button{
    margin-top: 5vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page5>#button>button{
    background-color: #ff590000;
    color: rgb(0, 0, 0);
    padding: 15px 25px;
    border: 3px solid #1D1D1F ;
    border-radius: 50px;
    font-family: MyFont;
    font-weight: bold;
    font-size: 1.2vw;
}
#page5>#button>button>span{
    margin-right: 5px;
}
#page5>#button>button:hover{
    background-color: #1D1D1F;
    color: white;
    transition: all 0.4s ease;
}



#page6{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color:#F5F5F7;
}
#page6>canvas{
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 99;
}

#page6-res{
    display: none;
}




#page7{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color:#F5F5F7;
}
#page7>h1{
    z-index: 100;
    position: absolute;
    width:220px;
    height: 160px;
    font-size: 1.2vw;
    left: 20%;
    font-weight: 500;
    -webkit-text-stroke: 0.3px;
}
#page7-res{
    display: none;
}



#page8{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color:#F5F5F7;
}
#page8>h1{
    z-index: 100;
    position: absolute;
    width:220px;
    height: 160px;
    font-size: 1.2vw;
    right: 20%;
    font-weight: 500;
    -webkit-text-stroke: 0.3px;
}



#page9{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color:#F5F5F7;
}
#page9>h1{
    z-index: 100;
    position: absolute;
    width:220px;
    height: 160px;
    font-size: 1.2vw;
    left: 20%;
    font-weight: 500;
    -webkit-text-stroke: 0.3px;
}



#page10{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color:#F5F5F7;
}
#page10>h1{
    z-index: 100;
    position: absolute;
    width:220px;
    height: 160px;
    font-size: 1.2vw;
    left: 20%;
    font-weight: 500;
    -webkit-text-stroke: 0.3px;
}


#page11{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color:#F5F5F7;
}
#page11>h1{
    z-index: 100;
    position: absolute;
    width:220px;
    height: 160px;
    font-size: 1.2vw;
    right: 20%;
    font-weight: 500;
    -webkit-text-stroke: 0.3px;
}


#page12{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color:#F5F5F7;
}
#page12>h1{
    z-index: 100;
    position: absolute;
    width:220px;
    height: 160px;
    font-size: 1.2vw;
    left: 20%;
    font-weight: 500;
    -webkit-text-stroke: 0.3px;
}


#page13{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color:#000000;
}
#page13>video{
    opacity: 0.8;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page13>h3{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 1.5vw;
    font-weight: 800;
    color: white;
    top: 37%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#page13>h1{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 4vw;
    font-weight: 800;
    color: white;
    top: 50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#page13>#h1-res{
    display: none;
}
#page13>#h3-res{
    display: none;
}


#page14{
    position: relative;
    height: 70vh;
    width: 100vw;
    background-color:#ffffff;
}
#page14>#text{
    padding: 5vw 20vw;
    gap: 10rem;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
}
#page14>#text>h1{
    white-space: nowrap;
    font-family: MyFontBold;
    font-size: 2vw;
    font-weight: 800;
}
#page14>#text>h3{
    font-family: MyFontBold;
    font-size: 1.4vw;
}
#page14>#button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page14>#button>button{
    background-color: #ff5a00;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    font-size: 1.2vw;
}
#page14>#button>button>span{
    margin-right: 5px;
}



#page15{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: rgb(0, 0, 0);
}
#page15>video{
    opacity: 0.8;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page15>h3{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 1.5vw;
    font-weight: 800;
    color: white;
    top: 37%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#page15>h1{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 3vw;
    font-weight: 800;
    color: white;
    top:50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#page15>#h1-res{
    display: none;
}
#page15>#h3-res{
    display: none;
}


#page16{
    position: relative;
    height: 70vh;
    width: 100vw;
    background-color:#ffffff;
}
#page16>#text{
    padding: 5vw 20vw;
    gap: 10rem;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
}
#page16>#text>h1{
    white-space: nowrap;
    font-family: MyFontBold;
    font-size: 2vw;
    font-weight: 800;
}
#page16>#text>h3{
    font-family: MyFontBold;
    font-size: 1.4vw;
}
#page16>#button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page16>#button>button{
    background-color: #ff5a00;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    font-size: 1.2vw;
}
#page16>#button>button>span{
    margin-right: 5px;
}


#page17{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: rgb(0, 0, 0);
}
#page17>video{
    opacity: 0.8;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page17>h3{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 1.5vw;
    font-weight: 800;
    color: white;
    top: 37%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#page17>h1{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 3vw;
    font-weight: 800;
    color: white;
    top:50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}



#page18{
    position: relative;
    height: 70vh;
    width: 100vw;
    background-color:#ffffff;
}
#page18>#text{
    padding: 5vw 20vw;
    gap: 10rem;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
}
#page18>#text>h1{
    white-space: nowrap;
    font-family: MyFontBold;
    font-size: 2vw;
    font-weight: 800;
}
#page18>#text>h3{
    font-family: MyFontBold;
    font-size: 1.4vw;
}
#page18>#button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page18>#button>button{
    background-color: #ff5a00;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    font-size: 1.2vw;
}
#page18>#button>button>span{
    margin-right: 5px;
}


#page19{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: rgb(0, 0, 0);
}
#page19>video{
    opacity: 0.8;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page19>h3{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 1.5vw;
    font-weight: 800;
    color: white;
    top: 37%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#page19>h1{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 3vw;
    font-weight: 800;
    color: white;
    top:50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}



#page20{
    position: relative;
    height: 70vh;
    width: 100vw;
    background-color:#ffffff;
}
#page20>#text{
    padding: 5vw 20vw;
    gap: 10rem;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
}
#page20>#text>h1{
    white-space: nowrap;
    font-family: MyFontBold;
    font-size: 2vw;
    font-weight: 800;
}
#page20>#text>h3{
    font-family: MyFontBold;
    font-size: 1.4vw;
}
#page20>#button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page20>#button>button{
    background-color: #ff5a00;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    font-size: 1.2vw;
}
#page20>#button>button>span{
    margin-right: 5px;
}


#page21{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    height: 220vh;
    width: 100vw;
    background-color:#ffffff;
}
#page21>#images{
    margin-top: 100px;
    margin-left: 60px;
    margin-right: 60px;
    display: flex;
    justify-content: space-between;
}
#page21>#images>img{
    width: 48.5%;
}
#page21>#video{
    margin-top: 2.5vw ;
    margin-left: 60px;
    margin-right: 60px;
    position: relative;
}
#page21>#images>#img3{
    display: none;
}
#page21>#video>video{
    width: 100%;
    object-fit: cover;
}



#page22{
    position: relative;
    height: 60vh;
    width: 100vw;
    background-color:#ffffff;
}
#page22>h3{
    font-size: 1.3vw;
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}




#page23{
    position: relative;
    height: 130vh;
    width: 100vw;
    background-color:#ffffff;
}
#page23>img{
    position: absolute;
    left:50%;
    bottom:0%;
    transform: translateX(-50%);
    height: 90%;
    /* width: 100%; */
}
#page23>#img{
    display: none;
}
#page23>button{
    position: absolute;
    bottom:15%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff5a00;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    font-size: 1.2vw;
}



#page24{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: rgb(0, 0, 0);
}
#page24>video{
    opacity: 0.8;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page24>h3{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 1.5vw;
    font-weight: 800;
    color: white;
    top: 35%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#page24>h1{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 5vw;
    font-weight: 800;
    color: white;
    top:50%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#page24>#h1-res{
    display: none;
}
#page24>#h3-res{
    display: none;
}



#page25{
    position: relative;
    height: 50vh;
    width: 100vw;
    background-color:#ffffff;
}
#page25>#text{
    padding: 5vw 20vw;
    gap: 10rem;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
}
#page25>#text>h1{
    white-space: nowrap;
    font-family: MyFontBold;
    font-size: 2vw;
    font-weight: 800;
}
#page25>#text>h3{
    font-family: MyFontBold;
    font-size: 1.4vw;
}



#page26{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    height: 130vh;
    width: 100vw;
    background-color:#ffffff;
}
#page26>#images{
    margin-top: 100px;
    margin-left: 60px;
    margin-right: 60px;
    display: flex;
    justify-content: space-between;
}
#page26>#images>img{
    width: 48.5%;
}


#page27{
    position: relative;
    height: 50vh;
    width: 100vw;
    background-color:#ffffff;
}
#page27>#text{
    padding: 5vw 20vw;
    gap: 10rem;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
}
#page27>#text>h1{
    white-space: nowrap;
    font-family: MyFontBold;
    font-size: 2vw;
    font-weight: 800;
}
#page27>#text>h3{
    font-family: MyFontBold;
    font-size: 1.4vw;
}




/* ********************************************image silder******************************************** */

#page28{
    position: relative;
    height: 120vh;
    width: 100vw;
    background-color:#ffffff;
}


.main-carousel {
    position: relative;
    height: 100%;
    .carousel {
      margin: 30px 0 30px 0;
      width: 100%;
      height: 100%;
      
      .items {
        height: 100%;
        width: 100%;

        .carousel-image {
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
          width: 90%;
          height: 100%;
           object-fit: cover;
          position: absolute;
          opacity: 0;
          transition: 0.5s all linear;
        }
        .current {
          opacity: 1;
        }
      }
    }
    .buttons {
      #prevBtn,
      #nextBtn {
        height: 35px;
        width: 35px;
        outline: none;
        border: none;
        cursor: pointer;
        color: white;
        opacity: 0.7;
        position: absolute;
        
        &:hover {
          opacity: 1;
        }
      }
      #prevBtn {
        top: 50%;
        transform: translateY('50%');
        left: 10%;
      }
      #nextBtn {
        top: 50%;
        right: 10%;
      }
    }
    .nav-dots {
        background-color: #000000;
        border-radius: 20px;
      /* width: 100px; */
      /* height: 40px; */
      display: flex;
      align-items: center;
      justify-content: space-around;
      position: absolute;
      top: 90%;
      left: 50%;
      transform: translate(-50%, 0%);
      z-index: 99;
       
      
      .dot {
        margin: 10px 10px 10px 10px;
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0.5;
        cursor: pointer;
         
      }
      .active {
        opacity: 1;
      }
    }
  }



/* ********************************************image silder******************************************** */





#page29{
    position: relative;
    height: 50vh;
    width: 100vw;
    background-color:#ffffff;
}
#page29>#text{
    padding: 5vw 20vw;
    gap: 10rem;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
}
#page29>#text>h1{
    white-space: nowrap;
    font-family: MyFontBold;
    font-size: 2vw;
    font-weight: 800;
}
#page29>#text>h3{
    font-family: MyFontBold;
    font-size: 1.4vw;
}



#page30{
    position: relative;
    height: 120vh;
    width: 100vw;
    background-color:#ffffff;
    padding: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page30>#img>img{
    width: 100%;
}



#page31{
    position: relative;
    height: 70vh;
    width: 100vw;
    background-color:#ffffff;
}
#page31>#text{
    padding: 5vw 20vw;
    gap: 10rem;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-evenly;
}
#page31>#text>h1{
    white-space: nowrap;
    font-family: MyFontBold;
    font-size: 2vw;
    font-weight: 800;
}
#page31>#text>h3{
    font-family: MyFontBold;
    font-size: 1.4vw;
}
#page31>#button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page31>#button>button{
    background-color: #ff5a00;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    font-size: 1.2vw;
}
#page31>#button>button>span{
    margin-right: 5px;
}


#page32{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color:#000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#page32>h3{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 1.5vw;
    font-weight: 800;
    color: white;
    top: 25%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#page32>h1{
    line-height: 1.1;
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 5vw;
    font-weight: 800;
    color: white;
    top: 40%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#page32>#para{
    line-height: 1.4;
    width: 53%;
    white-space:normal;
    position: absolute;
    top:60%;
    left:50%;
    transform: translateX(-50%);
}


#page33{
    overflow: hidden;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color:#000000;
}
#page33>canvas{
    background-color: rgb(0, 0, 0);
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 99;
}
#page33-res{
    display: none;
}


#page34{
    position: relative;
    height: 50vh;
    width: 100vw;
    background-color:#000000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#page34>h1{
    font-family: MyFontBold;
    text-align: center;
    white-space: nowrap;
    font-size: 2vw;
    font-weight: 800;
    color: white;
    top: 40%;
    left:50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
#page34>#para{
    line-height: 1.4;
    width: 40%;
    text-align: center;
    white-space:normal;
    position: absolute;
    top:55%;
    left:50%;
    transform: translateX(-50%);
}



#page35{
    position: relative;
    height: 130vh;
    width: 100vw;
    background-color: rgb(0, 0, 0);
}
#page35>#img{
    display: none;
}
#page35>video{
    margin: 1vw;
    height: 90%;
    width: 100%;
}
#page35>#text{
    width: 400px;
    position: absolute;
    right: 15%;
    bottom: 10%;
}
#page35>#text>h3{
    line-height: 1.4;
    margin-top: 2vw;
    font-family: MyFontBold;
    font-size: 1.3vw;
    font-weight: 800;

}
#page35>#text>h1{
    font-family: MyFontBold;
    font-size: 2vw;
    font-weight: 800;
}


#page36{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}
#page36>#tracking-off{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 60%;
    z-index: 9;
}
#page36>#tracking-on{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 60%;
}



#page37{
    position: relative;
    height: 40vh;
    width: 100vw;
    background-color: #000;
}
#page37>#text{
    width: 43%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#page37>#text>h1{
    font-size: 2vw;
}
#page37>#text>h3{
    line-height: 1.4;
    margin-top: 2vw;
    font-size: 1.3vw;
}



#page38{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}
#page38>img{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 65%;
    position: absolute;
}



#page39{
    position: relative;
    height: 40vh;
    width: 100vw;
    background-color: #000;
}
#page39>#text{
    width: 43%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#page39>#text>h1{
    font-size: 2vw;
}
#page39>#text>h3{
    line-height: 1.4;
    margin-top: 2vw;
    font-size: 1.3vw;
}


#page40{
    position: relative;
    height: 80vh;
    width: 100vw;
    background-color: #000;
}
#page40>img{
    margin-top: 10vw;
    opacity: 0;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}



#page41{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}
#page41>#text{
    width: 45%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#page41>#text>h1{
    font-family: MyFontBold;
    font-weight: 800;
    font-size: 2vw;
}
#page41>#text>h3{
    font-family: MyFont;
    line-height: 1.4;
    margin-top: 2vw;
    font-size: 1.3vw;
}
#page41>#button{
    position: absolute;
    top:80%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page41>#button>button{
    font-family: MyFont;
    font-weight: 500;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    font-size: 1.2vw;
}
#page41>#button>button>span{
    margin-right: 5px;
}


#page42{
    position: relative;
    height: 110vh;
    width: 100vw;
    background-color: #ffffff;
}
#page42>#lock-img{
    margin-top: 10vw;
    margin-bottom: 2vw;
    margin-left: auto;
    margin-right: auto;
    background-image: url('https://www.apple.com/v/apple-vision-pro/a/images/overview/privacy/lock__eqfvj9j7cas2_large_2x.png');
    background-size: 464px 480px;
    width: 58px;
    height: 80px;
    background-position:bottom right;
}
#page42>h3{
    font-family: MyFontBold;
    width: 100%;
    font-size: 1.5vw;
    text-align: center;
}
#page42>h1{
    margin-top: 1vw;
    font: stretch 5px;
    line-height: 1;
    font-family: MyFontBold;
    width: 100%;
    font-size: 5vw;
    text-align: center;
}
#page42-para{
    line-height: 1.3;
    padding: 5vw 25vw;
}
#page42>#button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page42>#button>button{
    font-family: MyFont;
    font-weight: 500;
    background-color:#ff5a00;
    color: rgb(255, 255, 255);
    padding: 15px 25px;
    border: none;
    border-radius: 50px;
    font-size: 1.2vw;
}
#page42>#button>button>span{
    margin-right: 5px;
}


#page43{
    position: relative;
    height: 130vh;
    width: 100vw;
    background-color: #ffffff;
    padding: 4vw;
}
#page43>#box{
    padding: 0 10vw;
    background-color: #F5F5F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
#page43>#box>#text{
    display: flex;
    align-items:flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 50%;
}
#page43>#box>#text>h1{
    font-size: 3.5vw;
    margin: 1vw 0;
    line-height: 1.1;
}
#page43>#box>#text>h3{
    font-size: 1.5vw;
}
#page43>#box>img{
    padding-top: 10vw;
    width: 50%;
    height: 100%;
    object-fit: cover;
}
#page43>#box>#text>img{
    height: 3.4vw;
    width: 3.3vw;
}


#page44{
    position: relative;
    height: 130vh;
    width: 100vw;
    background-color: #ffffff;
    padding: 0 4vw 4vw 4vw;
}
#page44>#box{
    height: 100%;
    position: relative;
    background-color: #F5F5F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#page44>#box>img{
    height: 10vw;
    width: 10vw;
}
#page44>#box>h1{
    margin-top: 3vw;
    text-align: center;
    font-size: 3.5vw;
    line-height: 1.1;
}
#page44>#box>h3{
    font-family: MyFont;
    font-weight: 300;
    width: 63vw;
    text-align: center;
    font-size: 1.5vw;
    margin: 1vw 0;
    line-height: 1.3;
}
#page44>#box>a{
    color: #06c;
    text-align: center;
    font-size: 1.5vw;
    line-height: 1.1;
    text-decoration: none;
}
#page44>#box>a:hover{
    text-decoration:underline;
}
#page44>#box>a>i{
    font-size: 1.2vw;
}


#footer{
    position: relative;
    width: 100%;
    height: 200vh;
    
}
