@font-face {
    font-family: "plain light";
    src: url(./Fonts/plain-regular-webfont.woff);
}
@font-face {
    font-family: "silk serif";
    src: url(./Fonts/silkserif-regularitalic-webfont.woff);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
body{
    width: 100vw;
    overflow-x: hidden;
    background-color: black;
    cursor: none;
}

/* Loader Animation section start from here */
#loader{
    height: 100%;
    width: 100%;
    background-color: black;
    color: white;
    position: fixed;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#loader-animation{
    display: flex;
    align-items: flex-start;
    width: 80%;
    height: fit-content;
    /* border: 2px solid white; */
    overflow: hidden;
    line-height: 7vw;
}
#loader-animation h1{
    font-weight: 500;
    font-family: "plain light";
    text-transform: uppercase;
    font-size: 6.8vw;
    width: 100%;
    display: flex;
}
#loader-animation:nth-child(1) span{
    font-family: "silk serif";
    font-size: 3vw;
    /* border: 2px solid white; */
    display: block;
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loader-animation:nth-child(1) span:nth-child(1)
{
    justify-content: flex-end;
}
#loader-animation:nth-child(1) span:nth-child(2)
{
    margin-right: 3%;
}
#loader-animation:nth-child(3) span
{
    font-family: "silk serif";
    margin-left: 2vw;
    animation-name: flickerAnimation;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes flickerAnimation {
    0%{
        font-family: "silk serif";
        opacity: 1;
    }
    50%{
        font-family: "plain light";
        opacity: 0;
    }
    100%{
        font-family: "silk serif";
        opacity: 1;
    }
}

/* Main Section start from here */
#main{
    position: relative;
}

/* Page 1 section start from here */
#page1{
    height: fit-content;
    width: 100vw;
    background-color: #151515;
    color: white;
    position: relative;
}
#navbar{
    width: 100vw;
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0vw 6vw;
    position: relative;
}
#navbar svg{
    margin-top: -2.2vw;
}
#nav-part1{
    margin-top: 1.5vw; 
    margin-left: -25vw;
}
#nav-part2{
    display: flex;
    column-gap: 5vw;
}
#nav-part2 h2, #nav-part1 h2{
    font-family: "plain light";
    font-weight: 100;
}
#nav-part2 h2{
    font-size: 1.1vw;
}
#nav-part1 h2{
    margin-bottom: 0.2vw;
    font-size: 1.2vw;
}
#landing-section{
    /* border: 3px solid floralwhite; */
    padding: 1vw;
    margin-top: 5vw;
    /* position: relative; */
}
.landing-text{
    /* border: 2px solid blue; */
    width: 100%;
    padding-left: 25.5vw;
    height: fit-content;
    overflow: hidden;
    z-index: 99;
}
.landing-text h1{
    font-family: "plain light";
    font-size: 7vw;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 99;
}
.landing-text span{
    font-family: "plain light";
    font-size: 7vw;
    text-transform: uppercase;
}
.landing-text:nth-child(1) h1{
    margin-left: -11.3vw;
    /* color: yellow; */
    display: flex;
    align-items: flex-start;
    column-gap: 7vw;
}
#web{
    transition: all ease 0.4s;
}
#web:hover{
    color: transparent;
    -webkit-text-stroke: 1px white;
}
#graphic{
    transition: all ease 0.4s;
}
#graphic:hover{
    color: transparent;
    -webkit-text-stroke: 1px white;
}
#landing-section>img{
    height: 22vw;
    position: absolute;
    transform: translate(-50%,-50%);
    transform-origin: center;
    z-index: -10;
    opacity: 0;
    pointer-events: none;
}
.landing-text:nth-child(1) h1::before{
    content: "01";
    font-family: "silk serif";
    font-size: 3.5vw;
    font-weight: 400;
    /* border: 2px solid white; */
}
#picture-video-div{
    /* border: 3px solid white; */
    height: 30vw;
    width: 70vw;
    /* overflow: hidden; */
    margin-left: 25.5vw;
    position: relative;
}
#picture-video-div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#picture-video-div video{
    display: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#circle1{
    height: 10vw;
    width: 10vw;
    background-color: #FFA63D;
    position: absolute;
    top: -13%;
    right: 10%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#circle1 i{
    font-size: 4vw;
}
/* Page 2 design and animation will be done here */
#page2{
    min-height: 100vh;
    width: 100%;
    background-color: #151515;
    color: white;
    padding-top: 8vw;
}
#page2-heading-div{
    /* border: 2px solid white; */
    padding-left: 25.5vw;
}
#page2-heading-div h1{
    font-family: "plain light";
    font-size: 7vw;
    font-weight: 500;
    margin-left: -11.3vw; 
    display: flex;
    align-items: flex-start;
    column-gap: 7vw;
    text-transform: uppercase;
}
#page2-heading-div h1::before{
    content: "02";
    font-family: "silk serif";
    font-size: 3.5vw;
    font-weight: 400;
}
#page2 #horizontal-1{
    margin-top: 6vw;
    margin-bottom: 3vw;
    width: 65%;
    border: 1px solid white;
    color: white;
    margin-left: 25.5vw;
}
#page2 #page2-info-div{
    padding: 2vw;
    width: 100%;
    height: fit-content;
    /* border: 2px solid white ; */
    display: flex;
    align-items: flex-start;
    /* justify-content: ; */
    flex-wrap: wrap;
    row-gap: 5vw;
    column-gap: 2vw;
}
.page2-child-img
{
    width: 25vw;
    height: 70vh;
    /* border: 2px solid yellow; */
    /* background-color: lightcoral; */
    overflow: hidden;
}
.page2-child-img:nth-child(2), .page2-child-img:nth-child(6), .page2-child-img:nth-child(7)
{
    height: 90vh;
} 
.text-div{
    height: 10%;
    width: 100%;
    font-family: "plain light";
    text-align: start;
    margin-bottom: 1vw;
    text-transform: uppercase;
}
.img-div{
    height: 90%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.img-div img{
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% ;
}
.page2-child-circle{
    width: 25vw;
    height: 50vh;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;  
    border: 1px solid white;  
    position: relative;
}
.page2-child-img:nth-child(3){
    position: relative;
    left: 10vw;
    top: 40vh;
}
.page2-child-img:nth-child(3) i{
    font-weight: 100;
    scale: 10;
    -webkit-text-stroke: 0.1px white;
    color: transparent;
}
.page2-child-img:nth-child(4) i{
    font-weight: 100;
    scale: 10;
    -webkit-text-stroke: 0.1px white;
    color: transparent;
    transform: rotate(-45deg);
}
.page2-child-img:nth-child(5)
{
    position: relative;
    top: 20vh;
    width: 30vw;
}
.page2-child-img:nth-child(6){
    position: relative;
    left: 3vw;

}
.page2-child-img:nth-child(7){
    position: relative;
    top: -20vh;
}
.page2-child-img:nth-child(8){
    position: relative;
    left: 2vw;
    top: 40vh;
}
.page2-child-img:nth-child(8) i{
    font-weight: 100;
    scale: 10;
    -webkit-text-stroke: 0.1px white;
    color: transparent;
    transform: rotate(-90deg);
}
.page2-child-img:nth-child(9)
{
    position: relative;
    left: 8vw;
    top: 20vh;
}
#white-circle1{
    position: absolute;
    background-color: white;
    height: 0%;
    width: 0%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#white-circle2{
    position: absolute;
    background-color: white;
    height: 0%;
    width: 0%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#white-circle3{
    position: absolute;
    background-color: white;
    height: 0%;
    width: 0%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#white-circle1 h2{
    color: transparent;
    z-index: 13;
    /* position: absolute; */
    font-family: "plain light";
    width: 70%;
    font-size: 0.8vw;
    opacity: 0;
}
#white-circle2 h2{
    color: transparent;
    z-index: 13;
    /* position: absolute; */
    font-family: "plain light";
    font-size: 1vw;
    opacity: 0;
}
#white-circle3 h2{
    color: transparent;
    z-index: 13;
    /* position: absolute; */
    font-family: "plain light";
    font-size: 1vw;
    opacity: 0;
}
._canvas_container{
    z-index: 999999 !important;
    pointer-events: none;
}
/* Page 3 design and animation will be done here  */
#page3{
    min-height: 100vh;
    width: 100%;
    background-color: #151515;
    color: white;
    padding: 4vw 0vw;
    /* position: relative; */
}
#heading-div{
    /* border: 2px solid white; */
    padding-top: 10vw;
    padding-left: 25.5vw;
}
#heading-div h1{
    text-transform: uppercase;
    font-family: "plain light";
    font-size: 7vw;
    font-weight: 500;
    margin-left: -11.3vw; 
    display: flex;
    align-items: flex-start;
    column-gap: 7vw;
}
#heading-div h1::before{
    content: "03";
    font-family: "silk serif";
    font-size: 3.5vw;
    font-weight: 400;
}
#page3 #hortizontal-line{
    margin-top: 6vw;
    margin-bottom: 3vw;
    width: 65%;
    border: 1px solid white;
    color: white;
    margin-left: 25.5vw;
}
#page3 #hortizontal-line2{
    width: 65%;
    border: 1px solid white;
    color: white;
    margin-left: 25.5vw;
}
#mini-part1 {
    width: 100%;
    /* border: 2px solid white; */
}
#mini-part1 h1{
    padding-left: 25.5vw;
    width: 59%;
    font-family: "plain light";
    font-size: 2.2vw;
    font-weight: 100;
}
#mini-part2{
    margin-top: 3vw;
    width: 100%;
    height: fit-content;
    display: flex;
}
#mini-part2 #page3-img-div{
    margin-left: 25.5vw;
    width: 30vw;
    height: 40vw;
    /* border: 2px solid red; */
    overflow: hidden;
}
#mini-part2 #page3-img-div img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#mini-part2 #page3-text-div
{
    width: 19%;
    margin-left: 2vw;
}
#mini-part2 #page3-text-div h1{
    font-family: "plain light";
    font-size: 1vw;
    font-weight: 20;
}
#page3-info-div
{
    position: relative;
    bottom: 14vw;
    left: 47vw;
    height: 43vw;
    width: 30vw;
    background-color: #3F7DF4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page3-child-div{
    width: 90%;
    padding: 2.5vw 1vw;
    border-bottom: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page3-child-div:nth-child(5)
{
    margin-bottom: 3vw
}
.page3-child-div h2{
    width: 70%;
    font-family: "plain light";
    font-weight: 400;
}
.page3-child-div p{
    font-size: 1vw;
    width: 40%;
    font-family: "plain light";
    font-weight: 150;
}

/* All Page 4 design and animation will be fetched here */
#page4{
    height: 100vh;
    width: 100%;
    background-color: #151515;
    /* border: 2px solid red; */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#page4 .marque-div{
    width: 100%;
    /* border: 2px solid white; */
    display: flex;
    line-height: 10.5vw;
}
#page4 .marque-div h2{
    margin-left: 16px;
    white-space: nowrap;
    /* border: 3px solid blue; */
    text-transform: uppercase;
    font-family: "plain light";
    font-size: 8vw;
    font-weight: 100;
    -webkit-text-stroke: 1px white;
    color: transparent;
    animation-name: marqueAnimation;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#page4 .marque-div:nth-child(2) h2, #page4 .marque-div:nth-child(4) h2
{
    animation-direction: reverse;
}
#page4 .marque-div h2 span{
    font-family: "silk serif";
} 

@keyframes marqueAnimation {
    from{
        transform: translateX(0%);
    }
    to{
        transform: translateX(calc(-100% - 20px));
    }
}

/* All Page 5 design will be made here */
#page5{
    height: 100vh;
    width: 100%;
    background-color: #151515;
    color: white;
    padding: 2.5vw 0vw;
}
#page5-heading{
    /* border: 2px solid white; */
    padding-left: 25.5vw;
}
#page5-heading h1{
    text-transform: uppercase;
    font-family: "plain light";
    font-size: 7vw;
    font-weight: 500;
    margin-left: -11.3vw; 
    display: flex;
    align-items: flex-start;
    column-gap: 7vw;
}
#page5-heading h1 i{
    height: 100%;
    margin-left: -5vw;
    font-size: 8vw;
}
#page5-heading h1::before{
    content: "04";
    font-family: "silk serif";
    font-size: 3.5vw;
    font-weight: 400;
}
#horizantal-div3{
    margin-top: 5vw;
    width: 65%;
    border: 1px solid white;
    color: white;
    margin-left: 25.5vw;
}
#page5 #page5-info-div{
    margin-top: 4vw;
    /* border: 2px solid greenyellow; */
    width: 100%;
    padding-left: 25.5vw;
    display: flex;
    column-gap: 13vw;
    align-items: flex-start;
}
#page5 #page5-info-div .page5-child-div h2, #page5 #page5-info-div .page5-child-div h3{
    font-family: "plain light";
}
#page5 #page5-info-div .page5-child-div h2{
    font-size: 1.1vw;
    font-weight: 300;
}
#page5 #page5-info-div .page5-child-div h3{
    font-size: 1.8vw;
    font-weight: 100;
}
#horizantal-div4{
    margin-top: 4vw;
    width: 65%;
    border: 1px solid white;
    color: white;
    margin-left: 25.5vw;
}
#page5-last-text{
    margin-top: 6vw;
    margin-left: 25.5vw;
    font-family: "plain light";
    font-size: 0.8vw;
}
#page5-last-text h2{
    font-weight: 100;
}




@media (max-width : 600px) {
    body{
        background-color: #151515;
    }
    #loader{
        padding-left: 2vh;
        height: 100%;
        width: 100%;
        background-color: black;
        color: white;
        position: fixed;
        z-index: 9999999;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #loader-animation{
        display: flex;
        align-items: flex-start;
        width: 100%;
        height: fit-content;
        /* border: 2px solid white; */
        overflow: hidden;
        line-height: 9vw;
    }
    #loader-animation h1{
        font-weight: 500;
        font-family: "plain light";
        text-transform: uppercase;
        font-size: 4vh;
        width: 100%;
        display: flex;
    }
    #loader-animation:nth-child(1) span{
        font-family: "silk serif";
        font-size: 2vh;
        /* border: 2px solid white; */
        display: block;
        width: 12%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #loader-animation:nth-child(1) span:nth-child(1)
    {
        justify-content: flex-end;
    }
    #loader-animation:nth-child(1) span:nth-child(2)
    {
        margin-right: 3%;
    }
    #loader-animation:nth-child(3) span
    {
        font-family: "silk serif";
        font-size: 2.5vh;
        margin-top: 0.5vh;
        margin-left: 2vw;
        animation-name: flickerAnimation;
        animation-duration: 0.8s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
    }
    #page1{
        height: fit-content;
        width: 100vw;
        background-color: #151515;
    }
    #navbar{
        display: flex;
        align-items: center;
        justify-content: end;
    }
    #navbar svg{
        margin-top: 1vh;
        width: 20%;
    }
    #nav-part1{
        display: none;
    }
    #nav-part2{
        display: none;
    }
    #landing-section{
        padding: 1vw;
        margin-top: 5vw;
    }
    .landing-text{
        width: 100%;
        padding-left: 0vw;
        height: fit-content;
        overflow: hidden;
        z-index: 99;
    }
    .landing-text h1{
        font-family: "plain light";
        font-size: 6vh;
        font-weight: 500;
        text-transform: uppercase;
        z-index: 99;
    }
    .landing-text span{
        font-family: "plain light";
        font-size: 6vh;
        text-transform: uppercase;
    }
    .landing-text:nth-child(1) h1{
        margin-left: 0vw;
        /* color: yellow; */
        display: flex;
        align-items: flex-start;
        column-gap: 7vw;
    }
    #landing-section>img{
        display: none;
    }
    .landing-text:nth-child(1) h1::before{
        display: none;
    }
    .landing-text:nth-child(1) h1::after{
        margin-left: 7vh;
        content: "01";
        font-family: "silk serif";
        font-size: 3vh;
    }
    #picture-video-div{
        height: 60vw;
        width: 100vw;
        margin-left: 0vw;
    }
    #picture-video-div img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #picture-video-div video{
        display: none;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    #circle1{
        top: 50%;
        left: 50%;
        right: 0%;
        transform: translate(-50%,-50%);
    }
    #circle1 i{
        font-size: 4vh;
    }
    .mousefollower{
        display: none;
    }
    #page2{
        min-height: 100vh;
        width: 100%;
        background-color: #151515;
        /* background-color: #3F7DF4; */
        color: white;
        padding-top: 8vw;
    }
    #page2-heading-div{
        padding-left: 1vh;
    }
    #page2-heading-div h1{
        font-size: 4.2vh;
        margin-left: 0vw; 
    }
    #page2-heading-div h1::before{
        display: none;
    }
    #page2-heading-div h1::after{
        margin-left: 7vh;
        content: "02";
        font-family: "silk serif";
        font-size: 3vh;
        font-weight: 400;
    }
    #page2 #horizontal-1{
        margin-bottom: 5vh;
        width: 95%;
        margin-left: 3vw;
    }
    #page2 #page2-info-div{
        padding: 2vw;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10vh;
    }
    .page2-child-img
    {
        width: 100%;
        height: 80vw;
        overflow: hidden;
    }
    .page2-child-img:nth-child(2), .page2-child-img:nth-child(6), .page2-child-img:nth-child(7)
    {
        width: 100%;
        height: 80vw;
    } 
    .text-div{
        height: 10%;
        width: 100%;
        text-align: center;
        margin-bottom: 3vw;
    }
    .page2-child-circle{
        display: none;
    }
    .page2-child-img:nth-child(5)
    {
        width: 100%;
        position: initial;
    }
    .page2-child-img:nth-child(6){
        position: initial;
    
    }
    .page2-child-img:nth-child(7){
        position: initial;
    }
    .page2-child-img:nth-child(9)
    {
        position: initial;
    }
    #page3{
        height: fit-content;
        /* background-color: #151515; */
        padding: 4vw 0vh;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #heading-div{
        padding-left: 2vw;
    }
    #heading-div h1{
        font-size: 4.2vh;
        margin-left: 0vw; 
    }
    #heading-div h1::before{
        display: none;
    }
    #heading-div h1::after{
        margin-left: 12.5vh;
        content: "03";
        font-family: "silk serif";
        font-size: 3vh;
        font-weight: 400;
    }
    #page3 #hortizontal-line{
        width: 95%;
        margin-left: 1vh;
    }
    #page3 #hortizontal-line2{
        display: none;
    }
    #mini-part1 {
        width: 100%;
        padding: 1vh;
    }
    #mini-part1 h1{
        padding-left: 0vw;
        width: 80%;
        font-size: 2.5vh;
        font-weight: 200;
    }
    #mini-part2{
        width: 100%;
    }
    #mini-part2 #page3-img-div{
        margin-left: 1vh;
        width: 55vw;
        height: 65vw;
    }
    #mini-part2 #page3-text-div
    {
        width: 25%;
    }
    #mini-part2 #page3-text-div h1{
        font-size: 1.1vh;
        font-weight: 200;
    }
    #page3-info-div
    {
        margin-top: 3vh;
        position: initial;       
        height: fit-content;
        width: 95%;
    }
    .page3-child-div{
        width: 95%;
        padding: 2.5vw -1vh;
    }
    .page3-child-div:nth-child(5)
    {
        margin-bottom: 3vw
    }
    .page3-child-div p{
        font-size: 1vh;
    }
    #page4{
        height: fit-content;
        padding: 5vh 0vh;
        background-color: #151515;
        color: white;
    }
    #page4 .marque-div{
        line-height: 6.5vh;
    }
    #page4 .marque-div h2{
        font-size: 6vh;
    }
    #page5{
        height: 100vh;
        width: 100vw;
        background-color: #151515;
        color: white;
        padding: 2.5vw 0vw;
    }
    #page5-heading{
        width: 100%;
        padding-left: 0.5vh;
    }
    #page5-heading h1{
        width: 100%;
        font-size: 5vh;
        margin-left: 0vw; 
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    #page5-heading h1 i{
        display: none;
    }
    #page5-heading h1::before{
        display: none;
    }
    #page5-heading h1::after{
        content: "04";
        font-family: "silk serif";
        font-size: 3vh;
        font-weight: 400;
        margin-left: 7vh;
    }
    #horizantal-div3{
        margin-top: 5vh;
        width: 95%;
        border: 1px solid white;
        color: white;
        margin-left: 1vh;
    }
    #page5 #page5-info-div{
        margin-top: 8vh;
        padding-left: 0vh;
        column-gap: 1vh;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        row-gap: 7vh;
    }
    #page5 #page5-info-div .page5-child-div{
        display: flex;
        justify-content: flex-start;
        align-items: start;
        row-gap: 2vh;
        column-gap: 0vh;
        flex-wrap: wrap;
    }
    #page5 #page5-info-div .page5-child-div h2{
        margin-bottom: 2vh;
        width: 100vw;
        text-align: center;
    }
    #page5 #page5-info-div .page5-child-div h2, #page5 #page5-info-div .page5-child-div h3{
        font-family: "plain light";
    }
    #page5 #page5-info-div .page5-child-div h2{
        text-decoration: underline;
        font-size: 2.7vh;
        font-weight: 300;
    }
    #page5 #page5-info-div .page5-child-div h3{
        text-decoration:line-through;
        text-decoration-line: 0.01px;
        text-decoration-color: rgb(40, 40, 40);
        margin-left: 2vh;
        width: 43%;
        font-size: 3vh;
    }
    #horizantal-div4{
        margin-top: 4vh;
        width: 96%;
        margin-left: 1vh;
    }
    #page5-last-text{
        margin-top: 6vh;
        margin-left: 1vh;
        font-size: 1vh;
    }
}