@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Foundation:wght@700&display=swap');
* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
  font-family: "Edu NSW ACT Foundation", cursive;
 
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust:none;
  
}
 
html,
body :-webkit-autofill::first-line{
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust:none;
}
.loadingtxt{
    margin:30px;
    font-size:22px;
}

.Header{
    background-color: #FFE716 !important;
    padding: 0px !important;
    margin:0px;
}

.HLogo{
    width:120px;
}

.socialicons{
    font-size: 22px;
    color: #000;
    padding: 10px;
}


.NavItem{
    width:100px;
}
.nav-item{
   text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    padding: 12px;
}
.listtext {
    font-size: 62px;
    font-family: "Edu NSW ACT Foundation", cursive;
    font-weight: 900;
    text-align: center;
    line-height: 78px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    color: #1D2D58;

}
.listtext1 {
    font-size: 62px;
     font-family: "Edu NSW ACT Foundation", cursive;
    font-weight: 900;
    text-align: center;
    line-height: 78px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    color: #fff;

}
.highlight{
     font-size: 62px;
    font-family: "Edu NSW ACT Foundation", cursive;
    font-weight: 900;
    text-align: center;
    line-height: 62px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    color: #6F499F;
}
.highlight1{
    font-size: 62px;
     font-family: "Edu NSW ACT Foundation", cursive;
    font-weight: 900;
    text-align: center;
    line-height: 62px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    color: #FFE716;
}

.collapse{
     font-family: "Edu NSW ACT Foundation", cursive;
    justify-content: end;

}
.Customcard{
    background: #FFE716 !important;
    border: none !important;
    outline: none;
    align-items: center;
    display: grid !important;
    border-radius: 16px !important;
       margin-bottom: 10px;
    margin-right: 10px;
    justify-content: center;
    height:400px;
    text-align: center;
}
.card-body {
    margin: 0;
    padding-top: 0;
}
.card-title{
    font-size: 36px;
    color: #6F499F;
    font-weight: 900;
  font-family: "Edu NSW ACT Foundation", cursive;
}
.card-text{
    font-size: 22px;
    line-height:25px;
    text-transform: none;
      font-family: "Edu NSW ACT Foundation", cursive;
}
.SectionCards{
    padding-top:100px;
    padding-bottom:100px;
}
.desc{
        display: block;
    font-size: 32px;
    line-height:32px;
   margin-top: 20px;
    font-weight: 200;
    font-family: "Edu NSW ACT Foundation", cursive;

}
.hlight{
    color:#FFE716;
}
#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: #dadada93;
    margin-bottom: 1vw;
}
#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: 400;
    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: 400;
}


#page3{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
}
#page3>img{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#page3-upper{
    height: 25%;
    width: 35%;
    position: absolute;
    z-index: 9;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}
#page3-upper>img{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
}
#page3-upper-inner{
    position: absolute;
    bottom: 0%;
    height: 60%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 80px;
    color: #ff823d;
}
#page3-upper-inner>h3{
    font-weight: 500;
}
#page3>button{
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 30px;
    border: 1px solid #000;
    font-weight: 500;
    background-color: #fff;
    border-radius: 50px;
    font-size: 1.4vw;
}


#page4{
    position: relative;
    height: 100vh;
    width: 100vw;
}
#page4>video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#center-page4{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    font-size: 2vw;
}

#page5{
    display: flex;
    position: relative;
    height: 60vh;
    width: 100vw;
}
.left5{
    position: relative;
    height: 100%;
    width: 50%;
}
.left5>h1{
    font-size: 2.3vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
}
.right5{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 50%;
    padding-left: 5vw;
}
.right5>h3{
    font-size: 2vw;
    width: 90%;
    color: #484848d7;
}
.right5>button{
    padding: 10px 20px;
    border: none;
    background-color: #ff823d;
    color: #fff;
    font-weight: 400;
    border-radius: 50px;
    font-size: 1.3vw;
    margin-top: 1.5vw;
}
#page6{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative;
    height: 70vh;
    width: 100vw;
    background-color: #FBFBFB;
}
#page6>h3{
    margin-bottom: 1vw;
    font-size: 2vw;
}
#page6>h1{
    margin-bottom: 1.5vw;
    font-size: 4vw;
}
#page6>p{
    font-size: 1.2vw;
    width: 60%;
    font-weight: 700;
    color: #545454c9;
}

#page7{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #FBFBFB;
}

#page7>canvas{
    position: relative;
    max-width: 100vw;
    max-height: 100vh;
    z-index: 99;
}
.pin-spacer{
    position:absolute !important;
    top:80px !important;
}
#page8{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #FBFBFB;

}
#page8>h1{
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #4d4d4d;
    z-index: 99;
    position: absolute;
}
#page8>h1>span{
    color: #000;
}
#page9{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #FBFBFB;
}
#page9>h1{
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #4d4d4d;
    z-index: 99;
    position: absolute;
}
#page9>h1>span{
    color: #000;
}
#page10{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #FBFBFB;

}
#page10>h1{
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #4d4d4d;
    z-index: 99;
    position: absolute;
}
#page10>h1>span{
    color: #000;
}
#page11{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #FBFBFB;
}
#page11>h1{
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #4d4d4d;
    z-index: 99;
    position: absolute;
}
#page11>h1>span{
    color: #000;
}
#page12{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #FBFBFB;

}
#page12>h1{
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #4d4d4d;
    z-index: 99;
    position: absolute;
}
#page12>h1>span{
    color: #000;
}
#page13{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #FBFBFB;
}
#page13>h1{
    width: 20%;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    font-size: 1.3vw;
    font-weight: 500;
    color: #4d4d4d;
    z-index: 99;
    position: absolute;
}
#page13>h1>span{
    color: #000;
}
#page14{
    display: grid;
    align-items: center;
    justify-content: space-around;
    position: relative;
    /*height: 100vh;*/
    width: 100vw;
    background-color: #FBFBFB;
}
.left14{
    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;
}
.right14{
    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;
}
#page15{
    position: relative;
    
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
       background-image: url('img/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
#center-page15{
 
    
    width: 100%;
    position: relative;
    overflow: hidden;
    display: grid;
    align-items: center;
 
}

.cardsContainer{
    align-items: center;
    justify-content: center;
}
.VideoFrame{
    margin: auto;
    display: block;
    width: 100%;
    height: 600px;
    border-radius:28px;
    padding-bottom:30px;
}
.logoalign{
    display: contents !important;
    align-items: center;
    justify-content: center;
    margin:auto;
}
.aligncenter{
    display: grid;
    margin: auto;
    justify-content: center;
}
.contactlink{
    display:flex;
}

.contactlink > i::before {
 padding-right: 15px;
}

.footertext{
       color: #000;
    font-size: 22px;
         font-family: "Edu NSW ACT Foundation", cursive;
    text-transform: unset;
}

.footertext > a{
       color: #6a499b;
    font-size: 22px;
       font-family: "Edu NSW ACT Foundation", cursive;
    text-transform: unset;
}
.product{
    justify-content: flex-start;
    align-items: center;
    display: grid;
}
#center-page15>video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page16{
    position: relative;
    height: 10vh;
    width: 100vw;
    display: flex;
    background:#FFE716;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#page16>h2{
    position: absolute;
    width: 50%;
    color: #434343c7;
    font-weight: 500;
    top: 5%;
}
#page16>h2>span{
    color: #000;
}
#page16>img{
    width: 60%;
    position: absolute;
    bottom: 0%;
}
#page16>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;
}
#page17{
    position: relative;
    height: auto;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image:url('img/banner.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    color: #fff;
}
.bannertxt {
   font-size: 36px;
    margin-top: 30px;
    line-height: 48px;
}
.bannerrow{
    align-items:center;
}


#page17>h4{
    font-size: 2vw;
    font-weight: 500;
    margin-bottom: 2vw;
}
#page17>h1{
    font-size: 5vw;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 3vw;
}
#page17>p{
    font-size: 1.5vw;
    font-weight: 500;
    margin-bottom: 2vw;
    color: #ffffff7c;
    width: 50%;
    text-align: center;
}
#page17>p>span{
    color: #fff;
}


#page18{
    position: relative;
    height: 100vh;
    width: 100vw;
    top: 0%;
}
#page18>canvas{
    position: relative;
    max-width: 100vw;
    max-height: 100vw;
}
#page19{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    height: 30vh;
    width: 100vw;
    background-color: #000;
    flex-direction: column;
    text-align: center;
    font-size: 1.5vw;
}
#page19>h5{
    width: 35%;
}
#page20{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}
#page20>video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#center-page20{
    position: absolute;
    height: 20%;
    width: 20%;
    bottom: 18%;
    right: 5%;
    color: #fff;
}
#center-page20>h1{
    margin-bottom: 1.7vw;
}
#page21{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}
#page21>#troff{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 50%;
    z-index: 9;
}
#page21>#tron{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 50%;
}
#page22{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}
#page22>#snroff{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 50%;
    z-index: 9;
}
#page22>#snron{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    width: 50%;
}
#page23{
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000;
}
#page23>img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity:0
}
.bgheader {
    background-color: #FBFBFB!important;
}

 .customBanner{
        padding:60px;
    }



.registerbtn{
    color: #34ffea;
    background: #363961;
    overflow: hidden;
    font-size: 28px;
    box-shadow: 0 20px 50px rgb(255 255 255 / 5%);
    border: none;
    border-radius: 12px;
    padding: 20px;
    margin-top: 60px;
    width: 100%;
    position: relative;
}
.registerbtn:hover{
 
    background: #42467f;
    cursor:pointer;
}
.registerbtn:before{
	position: absolute;
	width: 50%;
	top: 2px;
	left: 2px;
	bottom: 2px;
	content: '';
	background: rgb(142 255 240 / 10%);
}
.registerbtn span:nth-child(1) {
	position: absolute;
	width: 100%;
	height: 5px;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #002b9d, #34ffea);
	animation: animate1 2s linear infinite;
}
@keyframes animate1{
	0%{
		transform: translateX(-100%);
	}
	100%{
		transform: translateX(100%);
	}
}
.registerbtn span:nth-child(2) {
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(to bottom, #002b9d, #34ffea);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2{
	0%{
		transform: translateY(-100%);
	}
	100%{
		transform: translateY(100%);
	}
}
.registerbtn span:nth-child(3) {
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 0;
	background: linear-gradient(to left, #002b9d, #34ffea);
	animation: animate3 2s linear infinite;
}
@keyframes animate3{
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(-100%);
	}
}
.registerbtn span:nth-child(4) {
	position: absolute;
	width: 5px;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to top, #002b9d, #34ffea);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate4{
	0%{
		transform: translateY(100%);
	}
	100%{
		transform: translateY(-100%);
	}
}
@media only screen and (max-width:1024px) {
    .contactcontainer{
    padding:25px !important;
}
.aboutcontainer{
    padding:25px !important;
}
.mission{
      padding:25px !important;
}
.mission3{
      padding:25px !important;
}
.aparts{
    padding:25px !important;
}
.content1{
     padding:25px !important;
}
    .card-text {
    font-size: 26px;
    line-height: 32px;
    text-transform: none;
    font-family: "Edu NSW ACT Foundation", cursive;
}
    .highlight {
    font-size: 48px;
    font-family: "Edu NSW ACT Foundation", cursive;
    font-weight: 900;
    text-align: center;
    line-height: 51px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    color: #6F499F;
}
    
    .listtext {
    font-size: 48px;
    font-family: "Edu NSW ACT Foundation", cursive;
    font-weight: 900;
    text-align: center;
    line-height: 51px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    color: #1D2D58;

}

    .listtext1 {
    font-size: 48px;
     font-family: "Edu NSW ACT Foundation", cursive;
    font-weight: 900;
    text-align: center;
    line-height: 51px;
    width: 100%;
    color: #fff;

}
.highlight1 {
    font-size: 48px;
    font-family: "Edu NSW ACT Foundation", cursive;
    font-weight: 900;
    text-align: center;
    line-height: 51px;
    margin-bottom: 40px;
    margin-top: 40px;
    width: 100%;
    color: #FFE716;
}
    .customBanner{
        padding:30px;
    }
    .pimg{
        width:400px;
    }
    .Customcard {
    background: #FFE716 !important;
    align-items:center;
    display:grid !important;
    border: none !important;
    outline: none;
    justify-content: center;
    border-radius: 16px !important;
     margin-right: 10px;
    margin-bottom: 10px;
    height: auto;
    width: 100%;
    text-align: center;
    padding:10px;
}
.registerbtn {
    color: #34ffea;
    background: #363961;
    overflow: hidden;
    font-size: 22px;
    box-shadow: 0 20px 50px rgb(255 255 255 / 5%);
    border: none;
    border-radius: 12px;
    padding: 20px;
    margin-top: 60px;
    width: 100%;
    position: relative;
}
.card-body {
    margin: 0;
    padding-top: 0;
}
 .VideoFrame {
    margin: auto;
    display: block;
    width: 100%;
    height: 400px;
    border-radius: 28px;
}
#page17{
    position: relative;
    height: auto;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image:url('img/banner.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    color: #fff;
}
.bannertxt {
    font-size: 36px;
    margin-top: 30px;
    line-height: 48px;
}
    
}


.customBannerAbout{
 background-image: url(img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    align-items: center;
    justify-content: center;
    display: grid;
    color:#fff;
}
.aboutcontainer{
    padding: 60px;
    justify-content: center;
    align-items: center;
    display: grid;
    vertical-align: middle;
}

.bannertxtabout {
    font-size: 36px;
    margin-top: 80px;
    line-height: 48px;
    color: #ffe716;;
}
.abouttxt{
    
    font-size:28px;
    line-height:48px;
}
.headtitle{
    text-align: center;
    color: #fff;
    font-size: 48px;
    width: 100%;
}

.headtitle1{
    text-align:center;
    color:#6F499F;
    font-size:48px;
    width:100%;
}
.headtitle4{
    text-align:left;
    color:#6F499F;
    font-size:48px;
}
.headtitle3{
    text-align:center;
    color:#6F499F;
    font-size:48px;
}
.abouttxt1{
    text-align:center;
    font-size:28px;
     color:#fff;
     padding:45px;
    line-height:48px;
}
.form-control{
    line-height:2.5rem !important;
    font-size:22px !important;
    color:#6f499f !important;
}

.form-control::-webkit-input-placeholder {
  color: #a3a3a3 !important;
}

.Submitbtn {
    
    color: #fff;
    background-color: #ffe716;
    border-color: none;
    color: #000;
    padding: 10px 60px 10px 60px;
    font-size: 20px;
    border: none;
    border-radius: 8px;

}
.Submitbtn:hover{
    
    color: #fff;
    cursor:pointer;
    background-color: #ffe716;
    border-color: none;
    color: #000;
    padding: 10px 60px 10px 60px;
    font-size: 20px;
    border: none;
    border-radius: 8px;

}
.abouttxt2 {
    text-align: center;
    font-size: 28px;
    color: #000;
    line-height: 48px;
    margin-bottom:50px;
}
.abouttxt3{
    text-align: center;
    font-size: 28px;
    padding:45px;
    color: #000;
    line-height: 48px;
    margin-bottom:50px;
}
.mission{
     background: #6b479c;
    padding: 100px;
}
.mission3{
    background: #ffe716;
     padding: 100px;
}

.aparts{
   width:100%;
    text-align: center;
    padding: 100px;
}
.contactcontainer{
    padding:100px;
}
.content1{
    padding: 60px;
    justify-content: center;
    align-items: center;
}

.aparttxt{
    text-align:left;
    font-size:28px;
     color:#000;
    line-height:48px;
}

.titleca{
    color:#6b479c;
    text-align:left;
}

.ctxt{
    text-align: center;
    margin-bottom: 70px;
    color: #6f499f;
}