* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: SF PRO DISPLAY;
}

html,
body {
  height: 100%;
  width: 100%;
}
.main {
  overflow: hidden;
}
.main > nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  gap: 30px;
  margin: auto;
  height: 8vh;
  cursor: pointer;
}
.page {
  width: 100%;
  background-color: #fff;
}
.page > nav {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  height: 5vh;
  color: #000;
  margin: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}
.nav-links > button {
  padding: 7px 20px;
  border-radius: 50px;
  border: 1px solid black;
  background-color: transparent;
  color: black;
  font-weight: 500;
}
.nav-links > .btn {
  background-color: #0076df;
  border: none;
  color: #fff;
}
.page1 {
  margin-top: -2rem;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
  position: relative;
}
.page1-img img {
  width: 720px;
  height: 800px;
  object-fit: contain;
}
.page1-text {
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  text-align: center;
}
.page1-text h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.page1-text h2 {
  color: #ff5a00;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 5px;
}

.page2 {
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page2 video {
  width: 98%;
  height: 100%;
  object-fit: cover;
}
.page2-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.page2-text h1 {
  font-size: 3rem;
  font-weight: 800;
  padding: 15px;
}

.page3 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 70px;
}
.page3 h1 {
  font-size: 4.5rem;
  font-weight: 800;
  color: #000;
  padding-top: 2rem;
}
.page3-image {
  padding-top: 2rem;
  background-image: url("./Apple\ vision\ image.png");
  height: 50%;
  width: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page3 button {
  padding: 10px 30px;
  border-radius: 50px;
  border: none;
  background-color: transparent;
  border: 3px solid black;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  font-size: 19px;
}
.page4 {
  height: 100vh;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page4 video {
  width: 98%;
  height: 100%;
  object-fit: cover;
}
.page4-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 2;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  color: #fff;
}
.page4-text h1 {
  font-size: 5rem;
  font-weight: 800;
}
.page4-text h4 {
  font-size: 2rem;
  font-weight: 600;
}
.page5 {
  height: 80vh;
  width: 100%;
  background-color: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page5-content {
  width: 60%;
  color: #000;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.page5-right {
  width: 100%;
}
.page5 h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  text-align: left;
  width: fix-content;
}

.page5 p {
  font-size: 1.4rem;
  font-weight: 500;
  color: gray;
  text-align: left;
}
.page-right button {
  padding: 13px 30px;
  border-radius: 50px;
  border: none;
  background-color: #ff5a00;
  border: none;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  margin-top: 30px;
}
.page6 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page6 video {
  width: 98%;
  height: 100%;
  object-fit: cover;
}
.page6-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 2;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  color: #fff;
}
.page6-text h1 {
  font-size: 4.5rem;
  font-weight: 800;
  width: 70%;
  margin: auto;
}
.page6-text h4 {
  font-size: 2rem;
}

.page7 {
  height: 80vh;
  width: 100%;
  background-color: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page7-content {
  width: 60%;
  color: #000;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.page7-right {
  width: 100%;
}

.page7 p {
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  text-align: left;
}

.page7-right p {
  font-size: 1.4rem;
  font-weight: 500;
  color: gray;
  text-align: left;
}

.page7-right button {
  display: inline;
  padding: 13px 30px;
  border-radius: 50px;
  border: none;
  background-color: #ff5a00;
  border: none;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  margin-top: 30px;
}
.page8 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page8 video {
  width: 98%;
  height: 100%;
  object-fit: cover;
}
.page8-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 2;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  color: #fff;
}
.page8-text h1 {
  font-size: 4.5rem;
  font-weight: 800;
  width: 70%;
  margin: auto;
}
.page8-text h4 {
  font-size: 2rem;
}
.page9 {
  height: 80vh;
  width: 100%;
  background-color: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page9-content {
  width: 60%;
  color: #000;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.page9-right {
  width: 100%;
}
.page9 p {
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  text-align: left;
}

.page9-right p {
  font-size: 1.4rem;
  font-weight: 500;
  color: gray;
  text-align: left;
}

.page9-right button {
  display: inline;
  padding: 13px 30px;
  border-radius: 50px;
  border: none;
  background-color: #ff5a00;
  border: none;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  margin-top: 30px;
}
.page10 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page10 video {
  width: 98%;
  height: 100%;
  object-fit: cover;
}
.page10-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 2;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  color: #fff;
}
.page10-text h1 {
  font-size: 4.5rem;
  font-weight: 800;
  width: 70%;
  margin: auto;
}
.page10-text h4 {
  font-size: 2rem;
}
.page11 {
  height: 80vh;
  width: 100%;
  background-color: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page11-content {
  width: 60%;
  color: #000;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.page11-right {
  width: 100%;
}
.page11 p {
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  text-align: left;
}

.page11-right p {
  font-size: 1.4rem;
  font-weight: 500;
  color: gray;
  text-align: left;
}

.page11-right button {
  display: inline;
  padding: 13px 30px;
  border-radius: 50px;
  border: none;
  background-color: #ff5a00;
  border: none;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  margin-top: 30px;
}

.page12 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page12 video {
  width: 98%;
  height: 100%;
  object-fit: cover;
}
.page12-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 2;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  color: #fff;
}
.page12-text h1 {
  font-size: 4.5rem;
  font-weight: 800;
  width: 70%;
  margin: auto;
}
.page12-text h4 {
  font-size: 2rem;
}
.page13 {
  height: 80vh;
  width: 100%;
  background-color: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page13-content {
  width: 60%;
  color: #000;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.page13-right {
  width: 100%;
}
.page13 p {
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  text-align: left;
}

.page13-right p {
  font-size: 1.4rem;
  font-weight: 500;
  color: gray;
  text-align: left;
}

.page13-right button {
  display: inline;
  padding: 13px 30px;
  border-radius: 50px;
  border: none;
  background-color: #ff5a00;
  border: none;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  margin-top: 30px;
}

.page14 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page14 video {
  width: 98%;
  height: 100%;
  object-fit: cover;
}
.page14-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 2;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  color: #fff;
}
.page14-text h1 {
  font-size: 4.5rem;
  font-weight: 800;
  width: 70%;
  margin: auto;
}
.page14-text h4 {
  font-size: 2rem;
}
.page15 {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page15 video {
  width: 98%;
  height: 100%;
  object-fit: cover;
}
.page15-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  z-index: 2;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  color: #fff;
}
.page15-text h1 {
  font-size: 4.5rem;
  font-weight: 800;
  width: 70%;
  margin: auto;
}
.page15-text h4 {
  font-size: 2rem;
}
.page15 {
  height: 80vh;
  width: 100%;
  background-color: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page15-content {
  width: 60%;
  color: #000;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.page15-right {
  width: 100%;
}
.page15 p {
  font-size: 2rem;
  font-weight: 800;
  color: #000;
  text-align: left;
}

.page15-right p {
  font-size: 1.4rem;
  font-weight: 500;
  color: gray;
  text-align: left;
}

.page15-right button {
  display: inline;
  padding: 13px 30px;
  border-radius: 50px;
  border: none;
  background-color: #ff5a00;
  border: none;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  font-size: 21px;
  margin-top: 30px;
}
.page16 {
  background-color: #f5f5f7;
  width: 100%;
}

.page16-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page16-top h4 {
  font-size: 2rem;
  padding-top: 100px;
  padding-bottom: 15px;
}
.page16-top h1 {
  font-size: 5rem;
}
.page16-top p {
  padding-top: 40px;
  color: rgb(132, 132, 132);
  font-size: 24px;
  text-align: center;
  width: 50%;
  margin: auto;
  line-height: 1.3;
  font-weight: 600;
}
.page16-middle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  padding: 70px 100px 0 100px;
}

.page16-middle-left {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px;
  line-height: 29px;
}
.page16-middle-right {
  width: 50%;
  padding: 20px;
}
.page16-middle-right img {
  background-size: cover;
  height: 1000px;
  width: 900px;
}
.page16-middle-text p span {
  font-weight: 600;
  font-size: 21px;
  color: #000;
}
.page16-middle-text p {
  color: rgb(134, 134, 139);
  font-size: 21px;
  font-weight: 600;
}
.page17 {
  width: 95%;
  height: 100vh;
  margin: 50px auto;
}
.page17 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 20px;
}
.page17 p span {
  font-weight: 600;
  font-size: 21px;
  color: #000;
}
.page17 p {
  color: rgb(134, 134, 139);
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 30px;
}
.page18 {
  width: 100%;
  background-color: #fff;
}
.page18-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 20px 20px;
  gap: 20px;
}
.page18-img img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.pag18-video {
  width: 97%;
  height: 100vh;
  margin: auto;
  padding-bottom: 20px;
}
.pag18-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page19 {
  padding: 40px 50px 0 50px;
  width: 100%;
  background-color: #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.page19 p {
  padding: 120px 0;
  width: 42%;
  margin: auto;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgb(134, 134, 139);
  text-align: center;
}
.page19 p span {
  color: #000;
}

.page19-image img {
  background-size: contain;
  width: 900px;
  height: 800px;
}
.page19 button {
  background-color: #ff5a00;
  color: white;
  padding: 13px 30px;
  font-size: 20px;
  border-radius: 50px;
  border: none;
  position: absolute;
  bottom: 8%;
}
.page20 {
  background-color: #000;
  width: 100%;
  color: #fff;
  padding: 150px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page20-content {
  width: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
.page20 h4 {
  font-size: 2.3rem;
}
.page20 h1 {
  font-size: 5rem;
  text-align: center;
}
.page20 p {
  color: rgb(134, 134, 139);
  font-size: 22px;
  text-align: center;
  line-height: 1.4;
}
.page20 p span {
  color: #fff;
}
.page20-image {
  width: 70%;
  margin: auto;
  margin-top: 70px;
}
.page20-image img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.page20-content2 {
  width: 45%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
}
.page20-content2 h1 {
  font-size: 2.3rem;
  padding-top: 50px;
}
.page20-image2 {
  min-height: 80vh;
  width: 100%;
  margin: auto;
  margin-top: 70px;
  position: relative;
}
.page20-image2 img {
  width: 100%;
  height: 80%;
  background-size: cover;
}
.page20-content3-first {
  padding-top: 10rem;
}
.page20-content3-first p {
  padding-top: 5rem;
}
.page20-content3 {
  width: 47%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 70px;
}
.page20-content3 h1 {
  margin-top: -5rem;
  font-size: 2.3rem;
  padding-bottom: 15px;
}
.page20-image3 {
  min-height: 100vh;
  width: 70%;
  margin: auto;
  margin-top: 70px;
}
.page20-image3 img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.page20-image4 {
  width: 100%;
  margin: auto;
  margin-top: 70px;
  text-align: center;
}
.page20-image4 img {
  width: 85%;
  height: 85%;
  background-size: cover;
  margin: auto;
}
.page20 button {
  text-align: center;
  padding: 16px 33px;
  border-radius: 50px;
  border: none;
  background-color: #fff;
  border: none;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  font-size: 19px;
  font-weight: 550;
}
.page21{
  height: 100vh;
  width: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap:15px;
}
.page21 h1{
  font-size: 5rem;
  font-weight: 900;
}
.page21 h4{
  font-size: 2rem;
}
.page21 p{
  width: 89%;
  padding-top: 15px;
  color: rgb(134, 134, 139);
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.page21 p span{
  color: #000;
}
.page21 button{
  background-color: #ff5a00;
  color: #fff;
  padding: 16px 34px;
  border-radius: 50px;
  border: none;
  font-size: 20px;
  margin-top: 70px;
  font-weight: 550;
}
.page22{
  height: 100vh;
  width: 90%;
  background-color: #f5f5f7;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 70px 40px 0 40px;
}
.page22-image img{
  height: 600px;
  width: 500px;
  background-size: cover;
}
.page22-content{
  width: 30%;
  display: flex;
  flex-direction: column;
  gap:30px;
}
.page22-content img{
  height: 80px;
  width: 80px;
  background-size: cover;
}
.page22-content h2{
  font-size: 3rem;
}
.page22 p{
  color:  rgb(134, 134, 139);
  font-size: 24px;
  font-weight: 550;
}
.page23{
  height: 100vh;
  width: 90%;
  background-color: #f5f5f7;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 70px 40px 0 40px;
}
.page23 p a{
  text-decoration: none;
  font-size: 24px;
}
.page24{
  height: 100vh;
  width: 90%;
  background-color: #f5f5f7;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
  padding: 70px 40px 0 40px;
}
.page24-images img{
  height: 200px;
  width: 700px;
  background-size: cover;
}
.page24-content{
  width: 60%;
}
.page24-content h1{
  font-size: 3rem;
}
.page24-content p a{
  text-decoration: none;
  font-size: 26px;
}
.page24-content p {
  font-size: 22px;
  padding: 20px 0;
}
