:root{
    --pri: false;
    --white:#fff;
    --light:#E5E5E5;
    --black:rgb(8, 8, 8);
    --top:#fff;
    --grey:#1F1F1F;
}
@font-face {
    font-family: playfair;
    src: url(fonts/PlayfairDisplay-Regular.ttf);
}
@font-face {
    font-family: gilroy;
    src: url(fonts/Gilroy-Light.otf);
}



* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    /* cursor: none; */
}

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

#global {
    width: 100vw;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;

}

#fs{
    position: relative;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(to top right,#2a2a2a ,#141414 );
    overflow: hidden;
    z-index: 99999999999999;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);

    
}

#loader{
    position: relative;
    margin-bottom: 30vh;
    width: 5rem;
    height: 8.5rem;
    animation: loader 2s linear infinite both;
}
#loader img{
    /* position: fixed; */
    height: 100%;
    width: 100%;
}
#curve{
    position: absolute;
    top: 80%;
    height: 80vh;
    width: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    background-color: var(--light);
    scale:1.3;
}



#cursor {
    position: fixed;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--white);
    transform: translate(-50%, -50%);
    pointer-events: none;
    mix-blend-mode: difference;
    z-index: 99999999999;
    transition: 0.07s;
}
#toggle-back{
    position: fixed;
    top: 90%;
    left: 0;
    z-index: 99999;
    padding: 10px 10px;
    mix-blend-mode: difference;
}
#toggle{
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid #fff;
    padding:3px;
}
#switch{
    position: absolute;
    left: 3%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}


#navbar {
    position: fixed;
    z-index: 999999999999;
    width: 100vw;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4vw;
    color: var(--white);
    mix-blend-mode: difference;
    /* overflow: hidden; */


}
#nav2{
    position: fixed;
    top: 0%;
    left: 0%;
    height: inherit;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999999999999;
    padding: 0 4vw;
    color: var(--white);
    mix-blend-mode: difference;
    display: none;


}
#nav2 a{
    text-decoration: none;
    font-weight: 100;
    font-family: gilroy;
    font-size: 1rem;
    line-height: 1;
    margin-top: 2vh;
    color: var(--top);
}

#navbar h1{
    font-weight: 500;
    font-family: gilroy;
    font-size: 3vw;
    overflow: hidden;
    display: flex;
    line-height: 0.8;
    color: var(--top);
}
#navbar h1:nth-child(2){
    margin-left: 3.8vw;
    margin-top: 2vh;
}

#navbar span{
    display: inline-block;
    transform: translateY(100%);
    opacity: 1;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;

}

#main {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: var(--light);
    overflow-x: hidden;


}

#page1 {
    position: relative;
    position: fixed;
    min-height: 100vh;
    width: 100%;
    position: fixed;
    mix-blend-mode: difference;
    z-index: 9;



}

#page1 h1 {
    position: absolute;
    font-size: 13vw;
    text-transform: uppercase;
    /* opacity: 0.9; */
    color: var(--top);

    /* background-color: #fff; */



}
#page1 .end span {
    display: inline-block;
    font-size: .8rem;
    font-family: "gilroy";
    font-style: normal;
    font-weight: 100;
    white-space: nowrap;
    display: flex;
    gap: 1vw;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 1px;
    /* background-color: red; */
}
#page1 .end span>h2{
    font-size: 25px;
    font-weight: 100;
    font-family: "playfair";
}

.high {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-style: oblique;
    font-weight: 100;



}

.end {
    position: absolute;
    top: 22%;
    width: 100%;
    left: 10%;
    transform: translate(0%, 0%);
    font-style: oblique;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15vw 0 0;




}

.digital {
    position: absolute;
    top: 47%;
    left: 45%;
    transform: translate(-45%, 0%);
    font-family: gilroy;
    font-weight: 900;


}

.expe {
    position: absolute;
    top: 72%;
    left: 20%;
    transform: translate(-20%, 0%);
    font-family: gilroy;
    font-weight: 900;
    letter-spacing: 10px;
    display: flex;
    align-items: center;


}

#icon {
    position: absolute;
    bottom: 0%;
    right: 0%;
    filter: drop-shadow(5px 5px 6px rgba(255, 255, 255, 0.148));


}

#icon>img {

    /* background-color: red; */
    height: 25vh;
    opacity: 0.9;
    /* mix-blend-mode: normal; */

    -webkit-filter: invert(1);
    filter: invert(1);
}

#all {
    position: relative;
    top: 0%;
    min-height: 100vh;
    width: 100%;
    z-index: 9;


}
#all2 {
    position: relative;
    /* top: 0%; */
    min-height: 100vh;
    width: 100%;
    z-index: 9;
    background-color: var(--black);


}

.section {
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-color: var(--black);
}

#page2{
    position: relative;
    min-height: 100vh;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    gap: 4vh;
    padding: 2.5vw 4vw;
    
}
#page2 img{
    width: 15vw;
    transform-origin: 0 0;
}
#page2 #img1{
    margin-left: 12vw;
}
#page2 #img2{
    margin-left: 38vw;
}
#page2 #image-2{
    display: flex;
    margin-top: -.4vw;
    /* background-color: red; */
    gap: 50vw;
    margin-left: 4vw;
}

#page3 {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
    /* background-color: yellow;    */
}


#page3 #mainvideo {
    position: relative;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    height: 80vh;
    width: 70%;
    transition: all 300ms ease;
    border-radius: 30vw;


    /* background-color: red; */
}

#page3 #video {
    position: relative;
    top: 0%;
    left: 0%;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 30vw;
    /* overflow: hidden; */
    transition: all 300ms ease;
    

}




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


#overlay {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
    border-radius: 30vw;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.423) inset;
    z-index: 999;
    transition: transform 300ms cubic-bezier(0.3, 1, 0.7, 1);
    /* display: none; */

}
#top-wrap-bubble{
    position: absolute;
    top: -20%;
    height: 100vh;
    width: 100%;
    z-index: -99999;
    transform: translate3d(0px, 0vw, 0px) scale3d(1, 1, 1) scale(1.2);
    border-top-right-radius: 40%;
    border-top-left-radius: 40%;
    background-color: var(--black);
}
#page4{
    position: relative;
    width: 100%;
    background-color: var(--black);
    
}
.h1-4{
    color: var(--white);
    font-size: 12vw;
    /* letter-spacing: 1px; */
    font-weight: 400;
    text-transform: uppercase;
    font-style: oblique;
    font-family: playfair;

}
.h1-4:nth-child(2){
    margin-left: 13vw;
}
.h1-4:nth-child(3){
    margin-left: 29vw;
    white-space: nowrap;
}.h1-4:nth-child(4){
    margin-left: 8vw;
    font-family: gilroy;
    font-style: normal;
    font-weight: 600;
}
#page5{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 110vh;
    /* background-color: red; */
}
#page5 #circles{
    width: 100%;
    white-space: nowrap;
    /* background-color: red; */
}
#circles .circle{
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    background-color: var(--grey);
    display: inline-block;
    margin-right: 1vw;
}
#circles .circle:hover{
    cursor: pointer;
}
#circles .circle:nth-child(5){
    width: 18vw;
    border-radius: 6rem;
    background-color: var(--light);
}
#page5 h1{
    font-size: 13vw;
    font-weight: 100;
    line-height: 0.9;
    color: var(--light);
    font-family: playfair;
    font-style: oblique;
    letter-spacing: 2px;
}

#page5 h1:nth-child(3){
    font-family: gilroy;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    margin-right: 10px;
}
#page5 h1:nth-child(4){
    margin-left: 8vw;
    display: flex;
    align-items: flex-start;
    gap: 1vw;
    font-weight: 500;
}
#page6{
    padding: 8vh 0 0 15vw;
}
#page6 p{
    font-family: gilroy;  
    color: var(--white); 
}
#page6 h2{
    display: flex;
    gap: 0.5vw;
    align-items: baseline;
    font-size: 1.5vw;
    font-weight: 700;
    color: var(--white); 

}
#page6 h2 span{
    display: inline-block;
}
#page6 p:nth-child(1){
    font-size: 0.9rem;
    width: 20vw;
    font-weight: 100;
}
#page6 p:nth-child(2){
    font-size: 3vw;
    font-weight: 100;
    width: 59vw;
    margin-top: 33vh;
    margin-left: 20vw;
}

#page7{
    padding: 3vw 1vw;    
    font-family: playfair;
}
#page7 #text h1{
    font-weight: 500;
    font-size: 13vw;
    line-height:1;
    color: var(--white);
    font-style: oblique;
}
#page7 #text h1:nth-child(2){
    font-family: "gilroy";
    font-style: normal;
    font-weight: 500;
    margin-left: 1vw;
}
#page7 #text {
    margin-top: 25vh;
}




#page8-1{
    height: 500vh;
    width: 100%;
    overflow: hidden;
background-color: black;
}
#page8{
    position: relative;
    width: 100%;
    min-height: 300vh;
    overflow: hidden;    
}
#page8 .image1{
    height: 100vh;
    width: 100%;
    /* background-color: red; */
    overflow: hidden;
}
#page8 .images{
    position: relative;
    position:absolute;
    top: 100%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
#page8 .overlay{
    position: absolute;
    top: 0%;
    left: 0%;
    height: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(0, 0, 0, 0.33); */
    /* display: none; */

      
}
#page8 .overlay .text{
    display: flex;
    align-items: flex-start;
}
#page8 .overlay .text h2{
    font-family: "playfair";
    font-style: oblique;
    color: #fff;
    margin-left: -6vw;
    margin-top: -2rem;  
    font-size: 2vw;
    letter-spacing: 1rem;
    border-top: 0.1px solid transparent;
}

#page8 .overlay .text h1{
    font-family: "gilroy";
    color: #fff;
    font-size: 8vw;
    letter-spacing: 3px;

}
#page8>.image1 img{
    height: 100%;
    width: 100%;
   object-fit: cover;
}
#page8 .images img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#footer{
    position: relative;
    min-height: 100vh;
    width: 100%;
    background-color: var(--light);
    z-index: 999999;
    padding: 2vw 0;
    /* overflow: hidden; */
}

#top-wrap-bubble2{
    /* position: relative; */
    position: absolute;
    top: -40%;
    height: 80vh;
    width: 100%;
    z-index: -99999;
    transform: translate3d(0px, 0vw, 0px) scale3d(1, 1, 1) scale(1.3);
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    background-color: var(--light);
}
#scroller{
    position: relative;
    position: absolute;
    height: 50vh;
    width: 100%;
    overflow: hidden;
    /* position: absolute; */
    /* background-color: violet; */
}
#scroll2{
    position: relative;
    position: absolute;
    left: -10%;
    width: 100%;
    
    

}
#scroll-line2 {
    position: relative;
    flex-shrink: 0;
    /* left: 0;  */
    white-space: nowrap;
    width: inherit;
    height: inherit;
    /* overflow: auto; */

}

#scroll-line2>h2 {
    display: inline-block;
    padding: 0 20px;
    font-size: 6.5vw;
    font-family: "gilroy";
    font-weight: 900;
    letter-spacing: 2px;
    margin-left: -1vw;
    text-transform: uppercase;
    color: var(--black);

}
#scroll-line3 {
    position: relative;
    flex-shrink: 0;
    left: -80%;
    white-space: nowrap;
    width: inherit;
    height: inherit;
    /* overflow: auto; */
    /* background-color: aliceblue; */

}

#scroll-line3>h2 {
    display: inline-block;
    padding: 0 20px;
    font-size: 6.5vw;
    font-family: "gilroy";
    font-weight: 900;
    letter-spacing: 2px;
    margin-left: -1vw;
    color: rgb(72, 72, 72);
    text-transform: uppercase;


}

#footer h1{
    
    display: flex;
    align-items: center;
    font-family: "gilroy";
    font-weight: 600;
    color: var(--grey);
}
#footer h1 span{
    display: inline-block;
    font-size: 25vw;
    font-family: "playfair";
    font-weight: 400;


}
#logoText{
    position: absolute;
    top: 100%;
    left: 4%;
    transform: translate(-4%,-100%);
    height: 50vh;
    overflow: hidden;
}
#footer p{
    display: flex;
    align-items: center;
    gap: 2vw;
    font-family: "gilroy";
    font-size: 0.7rem;
    font-weight: 600;
    position: absolute;
    bottom: 6%;
    right: 2%;
    color: var(--black);
}


