
@font-face {
  font-family: 'MyCustomFont';
  src: url('/fonts/plain-light.ttf') format('truetype'),
       url('/fonts/plain-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyCustomFont2';
  src: url('/fonts/silkserif-lightitalic.ttf') format('truetype'),
       url('/fonts/silkserif-lightitalic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*
{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-family: 'MyCustomFont';
    cursor: none;
}

html, body{
    height: 100%;
    width: 100%;
}

body{
    overflow-x: hidden;
}

#main{
    position: relative;
    background-color: #030303;
    min-height: 100vh;
}
#crsr{
    height: 2.7vw;
    width: 2.7vw;
    border-radius: 50%;
    border: .5px solid #e6e4e4;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    mix-blend-mode: difference;
    pointer-events: none;
}
#loader
{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: #040404;
    padding: 25vh 7vw;
}

.line{
    height: 12vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.5vw;
}

#line-part1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.1vw;
}

 #line-part1 h5, #line-part1 h6{
    font-size: 3vw;
    font-weight: 100;
    font-family: 'MyCustomFont2';
}

#line-part1 h5{
    text-align: right;
    width: 5vw;
}

.line h1{
    font-size: 6vw;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'MyCustomFont';
}

.line h2{
    font-size: 6vw;
    text-transform: uppercase;
    font-weight: 900;
    opacity: 0;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

@-webkit-keyframes anime{
    0%{
        font-family: "MyCustomFont";
        -webkit-text-stroke: 1px #fff;
        color: #fff;
        opacity: 1;
    }
    48%{
        font-family: "MyCustomFont";
        -webkit-text-stroke: 1px #fff;
        color: #fff;
        opacity: 0;
    }
    50%{
        font-family: "MyCustomFont2";
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        opacity: 1;
    }
    100%{
        font-family: "MyCustomFont2";
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        opacity: 0;
    }
    
}

@keyframes anime{
    0%{
        font-family: "MyCustomFont";
        -webkit-text-stroke: 1px #fff;
        color: #fff;
        opacity: 1;
    }
    48%{
        font-family: "MyCustomFont";
        -webkit-text-stroke: 1px #fff;
        color: #fff;
        opacity: 0;
    }
    50%{
        font-family: "MyCustomFont2";
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        opacity: 1;
    }
    100%{
        font-family: "MyCustomFont2";
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        opacity: 0;
    }
    
}

#page1{
    height: 100vh;
    width: 100%;
    background-color: #151515;
}

#page1 #nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.5vw 5.6vw;
    position: relative;
}
#nav-svg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.6vw;
    position: sticky;
}
#nav #nav-part2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.4vw;
    margin-right: 1vw;
}

#nav #nav-part2 h4{
    font-size: 2.3vh;
    font-weight: 100;
    font-family: 'MyCustomFont';
}

.hero{
    /* background-color: red; */
    width: 100%;
    padding-left: 28%;
    overflow-y: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 999;
}

.hero:nth-child(2)
{
    margin-top: 17vh;
}

.hero h1{
    font-size: 7.5vw;
    text-transform: uppercase;
    line-height: 7.3vw;
    font-family: 'MyCustomFont';
    font-weight: 550;
    position: relative;
}

#hero1 h1{
    position: relative;
}

#hero1 h1::before{
    content: "01";
    font-size: 5.9vh;
    font-family: 'MyCustomFont2';
    left: -15%;
    top: -18%;
    position: absolute;
    font-weight: 400;
    z-index: 10;
}

.hero h2{
    font-size: 7.5vw;
    text-transform: uppercase;
    line-height: 7.3vw;
    font-family: 'MyCustomFont';
    font-weight: 550;
    border-bottom: .5vw solid #fff;
    padding-bottom: .3vw;;
}
.hero h3{
    font-size: 7.5vw;
    text-transform: uppercase;
    line-height: 7.3vw;
    font-family: 'MyCustomFont';
    font-weight: 550;
    padding-bottom: .8vw;
    margin-left: 1.2vw;
    margin-right: -.5vw;
}

.hero h2:hover{
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-weight: 500;
    border-bottom: 0.5vw solid transparent;
}
/*page2*/

#page2{
    height: 100vh;
    width: 100%;
    padding-top: 6vh;
    background-color: #151515
}

#video-container{
    height: 58vh;
    width: 72vw;
    position: relative;
    left: 28%;
    background-image: url(https://obys.agency/wp-content/uploads/2022/11/Showreel-2022-preview-1.jpg);
    background-size: cover;
    background-position: center;
}

#video-container video{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
}

#video-cursor{
    height: 10vw;
    width: 10vw;
    background-color: #ffa63d;
    left: 67%;
    top: -10%;
    position: absolute;
    z-index: 9999;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#video-cursor i{
    font-size: 5vh;
}

/*page3*/
#page3{
    min-height: 100vh;
    width: 100%;
    background-color: #151515;
    position: relative;
    padding-bottom: 30vw;
    margin-top: 3vw;
}
#page3 h1{
    font-size: 7.2vw;
    text-transform: uppercase;
    position: relative;
    margin-left: 28vw;
    font-weight: 600;
}
#page3 h1::before{
    content: "02";
    font-size: 6vh;
    font-family: 'MyCustomFont2';
    left: -9%;
    top: 3.8%;
    position: absolute;
    font-weight: 400;
}
#page3 .underline{
    height: .15vh;
    width: 68%;
    background-color: #fff;
    margin-top: 3vh;
    margin-left: 28vw;
}
#image-div-container{
    position: relative;
    padding: 1vw;
    /* background-color: red; */
    padding: 4vh 1.3vh;
    margin-top: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 4.2vw;
    -webkit-column-gap: 2vw;
       -moz-column-gap: 2vw;
            column-gap: 2vw;
}
.card{
    position: relative;
    display: block;
    width: 30vw;
    height: 60vh;
    margin-bottom: 20vw;
}
.image-heading{
    position: relative;
    -ms-flex-line-pack: center;
        align-content: center;
    padding: 4vw 0;
}
.image-heading h2{
    font-size: 3vw;
    text-transform: uppercase;
    font-family: 500;
}
.image-dis{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1vh;
    margin-top: -2vw;
}
.image-div
{
    height: 70vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* margin: 0vw; */
    margin-bottom: 4vw;
}
.card:nth-child(1) {
    width: 24vw;
    height: 53vh;
}
.card:nth-child(1) .image-div {
    width: 100%;
    height: 100%; 
}
.image-div img{
    height: 100%;
    width: 100%;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.ud{
    height: .15vh;
    background-color: #fff;
    margin-top: 3vh;
    /* margin-bottom: 2vw; */
}
.page3-circle1{
    height: 23.5vw;
    width: 23.5vw;
    border: 1.3px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35vw;
    margin-left: 8vw;
    position: relative;
    margin-bottom: 4vw;
}
.page3-circle1 svg{
    height: 35%;
}
.page3-circle2{
    height: 23.5vw;
    width: 23.5vw;
    border: 1.3px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-left: 2vw;
    margin-top: -1vw;
}
.page3-circle2 svg{
    height: 35%;
    rotate: -45deg;
}
.page3-circle3{
    height: 23.5vw;
    width: 23.5vw;
    border: 1.3px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-left: 2.5vw;
    margin-top: 15vw;
}
.page3-circle3 svg{
    height: 35%;
    rotate: -90deg;
}
.circle-in{
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    left: 0;
    scale: 0;
}
.circle-in p{
    font-size: 1vw;
    font-weight: 600;
    color: #040404;
    width: 80%;
    scale: 0;
    opacity: 0;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
}
.page3-circle1:hover .circle-in{
    scale: 1;
}
.page3-circle1:hover p{
    scale: 1;
    opacity: 1;
}
.page3-circle2:hover .circle-in{
    scale: 1;
}
.page3-circle2:hover p{
    scale: 1;
    opacity: 1;
}
.page3-circle3:hover .circle-in{
    scale: 1;
}
.page3-circle3:hover p{
    scale: 1;
    opacity: 1;
}
/*page4*/
#page4{
    min-height: 100vh;
    width: 100%;
    background-color: #151515;
    position: relative;
    padding: 7vh 0;
    margin-bottom: 13vw;
}

#page4-container{
    width: 73vw;
    margin-left: 27%;
    position: relative;
}

#page4-container h1{
    font-size: 7vw;
    text-transform: uppercase;
    position: relative;
}

#page4-container h1::before{
    content: "03";
    font-size: 6vh;
    font-family: 'MyCustomFont2';
    left: -9%;
    top: 3.8%;
    position: absolute;
    font-weight: 400;
}

#page4-container .underline{
    height: .15vh;
    width: 90%;
    background-color: #fff;
    margin: 3vh 0;
}

#page4-container>p{
    font-size: 4.2vh;
    width: 52%;
    font-weight: 100;
    margin: 7vh 0;;
}

#page4-container #page4-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#page4-container #page4-flex img{
    width: 45%;
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
}
#page4-container #page4-flex p{
    font-size: 1.9vh;
    width: 20vw;
    margin-left: 2vw;
    line-height: 1.5vw;
}

#page-blue-div
{
    width: 60%;
    background-color: #3f7df4;
    padding: 3.8vw;
    position: relative;
    margin-top: -14vh;
    margin-left: 23vw;
    margin-bottom: 20vh;
}

#page-blue-div .blue-div-elem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.8vw 0;
    /* background-color: red; */
    border-bottom: 1px solid #ece8e8;
}

.blue-div-elem h4{
    font-size: 1.6vw;
    font-weight: 500;
}

.blue-div-elem p{
    padding-top: 1vh;
    width: 57%;
    font-size: 1.05vw;
}

.end-text
{
    font-size: 2vh;
    font-weight: 100;
    font-family: 'MyCustomFont';
}

/*page5*/
#page5{
    min-height: 100vh;
    width: 100%;
    background-color: #151515;
    position: relative;
    padding: 5vh 0;
}

.elem, .elem2{
    white-space: nowrap;
    overflow-x: hidden;
    margin-bottom: -4vh;
}

.elem h1{
    font-size: 8vw;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 1vw;
    -webkit-animation-name: animes;
            animation-name: animes;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 25s;
            animation-duration: 25s;
}

.elem2 h1{
    font-size: 8vw;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 1vw;
    -webkit-transform: translateX(calc(-100% - 20px));
        -ms-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px));
    -webkit-animation-name: animes;
            animation-name: animes;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 25s;
            animation-duration: 25s;
    animation-direction: reverse;
}

.elem span, .elem2 span{
    font-style: italic;
    font-family: 'MyCustomFont2';
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

@-webkit-keyframes animes{
    from{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    to{
        -webkit-transform: translateX(calc(-100% - 20px));
                transform: translateX(calc(-100% - 20px));
    }
}

@keyframes animes{
    from{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    to{
        -webkit-transform: translateX(calc(-100% - 20px));
                transform: translateX(calc(-100% - 20px));
    }
}

/*footer*/

#footer
{
    height: 80vh;
    width: 100%;
    padding-left: 48vh;
    padding-top: 2vh;
    position: relative;
    background-color: #151515;
}
#footer .underline{
    height: .15vh;
    width: 90%;
    background-color: #fff;
    margin-top: 4vh;
}
#footer-h
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
}
#footer h1{
    font-size: 7.5vw;
    text-transform: uppercase;
    position: relative;
}
#footer-h svg{
    height: 10vh;
    rotate: -90deg;
    margin-top: 3vh;
}
#footer h1::before{
    content: "04";
    font-size: 6vh;
    font-family: 'MyCustomFont2';
    left: -10%;
    top: 3.8%;
    position: absolute;
    font-weight: 400;
}
#footer-div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 4vh 0;
}
#footer-div h6{
    font-size: 2vh;
    margin-bottom: 3vh;
}
.box{
    width: 40%;
    margin-bottom: 11vh;
}
#footer-div h5{
    font-size: 3.4vh;
    line-height: 3.4vh;
    font-weight: 100;
}

#footer>h5{
    font-size: 2vh;
    margin-top: 4.3vh;
    font-weight: 400;
}

._canvas_container{
    z-index: 999999 !important;
    pointer-events: none;
}
#flag{
    height: 54vh;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(-35%, -50%);
        -ms-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%);
}
#hero3{
    position: relative;
    z-index: 999;
}


@media (max-width: 600px) {

    #page1{
        height: 60vh;
        width: 100%;
        background-color: #151515;
    }

    #page1 #nav{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 3.2vw 3vw;
        position: relative;
    }
    #nav-svg{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 70vw;
        position: fixed;
        top: 3.5vh;
    }
    #nav-svg #s1{
        height: 1.4vh;
    }
    #nav-svg #s2{
        height: 2.5vh;
        margin-left: 2vh;
    }
    #nav #nav-part2{
        display: none;
    }

    .hero{
        width: 100%;
        padding-left: 4%;
        overflow-y: hidden;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        z-index: 999;
    }

    .hero:nth-child(2)
    {
        margin-top: 13vh;
    }

    .hero h1{
        font-size: 7.5vw;
        text-transform: uppercase;
        line-height: 7.3vw;
        font-family: 'MyCustomFont';
        font-weight: 600;
        position: relative;
    }

    #hero1 h1{
        position: relative;
        height: 15vw;
        padding-top: 5.2vh;
    }

    #hero1 h1::before{
        content: "01";
        font-size: 2.5vh;
        font-family: 'MyCustomFont2';
        left: 0%;
        top: -11%;
        position: absolute;
        font-weight: 600;
        z-index: 10;
    }

    .hero h2{
        font-size: 7.5vw;
        text-transform: uppercase;
        line-height: 7.3vw;
        font-family: 'MyCustomFont';
        font-weight: 800;
        border-bottom: .5vw solid #fff;
        padding-bottom: .3vw;;
    }
    .hero h3{
        font-size: 7.5vw;
        text-transform: uppercase;
        line-height: 7.3vw;
        font-family: 'MyCustomFont';
        font-weight: 800;
        padding-bottom: .8vw;
        margin-left: 1.2vw;
        margin-right: -.5vw;
    }
 
    /*page 2*/
    #page2{
        height: 60vh;
        width: 100%;
        padding-top: 5vh;
        background-color: #151515;
    }

    #video-container{
        height: 60vh;
        width: 100%;
        position: relative;
        left: 0%;
        background-image: url(https://obys.agency/wp-content/uploads/2022/11/Showreel-2022-preview-1.jpg);
        background-size: cover;
        background-position: center;
    }

    #video-container video{
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        opacity: 0;
    }

    #video-cursor{
        height: 17vw;
        width: 17vw;
        background-color: #ffa63d;
        left: 50%;
        top: 50%;
        position: absolute;
        z-index: 9999;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    #video-cursor i{
        font-size: 3vh;
    }

    /*page 3*/
    #page3{
        min-height: 100vh;
        width: 100%;
        background-color: #151515;
        position: relative;
        padding-bottom: 5vw;
        padding-top: 13vw;
    }
    #page3 h1{
        font-size: 7.2vw;
        text-transform: uppercase;
        position: relative;
        margin-left: 3vw;
        font-weight: 600;
    }
    #page3 h1::before{
        content: "02";
        font-size: 3vh;
        font-family: 'MyCustomFont2';
        left: 0%;
        top: -6vw;
        position: absolute;
        font-weight: 600;
    }
    #page3 .underline{
        height: .15vh;
        width: 85%;
        background-color: #fff;
        margin-top: 3vh;
        margin-left: 3vw;
    }
    #image-div-container{
        position: relative;
        padding: 0vw;
        /* background-color: red; */
        padding: 4vh 1.3vh;
        margin-top: 5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-left: 0vw;
        -webkit-column-gap: 2vw;
           -moz-column-gap: 2vw;
                column-gap: 2vw;
    }
    .card{
        position: relative;
        display: block;
        width: 100%;
        height: 60vh;
        margin-bottom: 44vw;
    }
    .image-heading{
        position: relative;
        -ms-flex-line-pack: center;
            align-content: center;
        padding: 4vw 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .image-heading h2{
        font-size: 6vw;
        text-transform: uppercase;
        font-family: 500;
    }
    .image-dis{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 1vh;
        margin-top: 2vw;
    }
    .image-dis h4{
        font-size: 3vw;
        font-weight: 400;
    }
    .image-div
    {
        height: 70vh;
        width: 100%;
        position: relative;
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        /* margin: 0vw; */
        margin-bottom: 4vw;
    }
    .card:nth-child(1) {
        width: 100%;
        height: 70vh;
        margin-bottom: 32vw;
    }
    .card:nth-child(1) .image-div {
        width: 100%;
        height: 100%; 
    }
    .image-div img{
        height: 100%;
        width: 100%;
        position: relative;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
    }
    .ud{
        height: .15vh;
        background-color: #fff;
        margin-top: 3vh;
        /* margin-bottom: 2vw; */
    }
    .page3-circle1{
        display: none;
    }
    .page3-circle2{ 
        display: none;
    }
    .page3-circle3{
        display: none;
    }

    /*page4*/

    #page4{
        min-height: 100vh;
        width: 100%;
        background-color: #151515;
        position: relative;
        padding: 7vh 0;
        margin-bottom: 0vw;
    }

    #page4-container{
        width: 100%;
        margin-left: 3%;
        position: relative;
    }

    #page4-container h1{
        font-size: 9vw;
        text-transform: uppercase;
        position: relative;
    }

    #page4-container h1::before{
        content: "03";
        font-size: 3vh;
        font-family: 'MyCustomFont2';
        left: 0%;
        top: -6vw;
        position: absolute;
        font-weight: 400;
    }

    #page4-container .underline{
        height: .15vh;
        width: 95%;
        background-color: #fff;
        margin: 3vh 0;
    }

    #page4-container>p{
        font-size: 3.2vh;
        width: 71%;
        font-weight: 100;
        margin: 7vh 0;;
    }

    #page4-container #page4-flex{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-left: -1vw;
    }
    #page4-container #page4-flex img{
        width: 95%;
        height: 70vh;
        -o-object-fit: cover;
           object-fit: cover;
        margin-top: 45vw;
    }
    #page4-container #page4-flex p{
        font-size: 1.9vh;
        width: 55vw;
        margin-left: -95vw;
        line-height: 4vw;
        margin-top: -4vw;
        font-weight: 100;
    }

    #page-blue-div
    {
        width: 96%;
        background-color: #3f7df4;
        padding: 3.8vw;
        position: relative;
        margin-top: 0.5vh;
        margin-left: -1vw;
        margin-bottom: 15vh;
        height: 75vw;
    }

    #page-blue-div .blue-div-elem{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 4vw 0;
        /* background-color: red; */
        border-bottom: 1px solid #ece8e8;
    }

    .blue-div-elem h4{
        font-size: 3.5vw;
        font-weight: 500;
    }

    .blue-div-elem p{
        padding-top: 1vh;
        width: 57%;
        font-size: 2.5vw;
    }

    .end-text
    {
        font-size: 1.7vh;
        font-weight: 100;
        font-family: 'MyCustomFont';
    }
 
    /*page5*/

    #page5{
        min-height: 70vh;
        width: 100%;
        background-color: #151515;
        position: relative;
        padding: 1vh 0;
    }

    .elem, .elem2{
        white-space: nowrap;
        overflow-x: hidden;
        margin-bottom: -2.5vh;
    }

    .elem h1{
        font-size: 10vw;
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        font-weight: 400;
        text-transform: uppercase;
        display: inline-block;
        margin-left: 1vw;
        -webkit-animation-name: animes;
                animation-name: animes;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-duration: 25s;
                animation-duration: 25s;
    }

    .elem2 h1{
        font-size: 10vw;
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        font-weight: 400;
        text-transform: uppercase;
        display: inline-block;
        margin-left: 1vw;
        -webkit-transform: translateX(calc(-100% - 20px));
            -ms-transform: translateX(calc(-100% - 20px));
                transform: translateX(calc(-100% - 20px));
        -webkit-animation-name: animes;
                animation-name: animes;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
        -webkit-animation-duration: 25s;
                animation-duration: 25s;
        animation-direction: reverse;
    }

    .elem span, .elem2 span{
        font-style: italic;
        font-family: 'MyCustomFont2';
        -webkit-text-stroke: 1px #fff;
        color: transparent;
    }

    @-webkit-keyframes animes{
        from{
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        to{
            -webkit-transform: translateX(calc(-100% - 20px));
                    transform: translateX(calc(-100% - 20px));
        }
    }

    @keyframes animes{
        from{
            -webkit-transform: translateX(0);
                    transform: translateX(0);
        }
        to{
            -webkit-transform: translateX(calc(-100% - 20px));
                    transform: translateX(calc(-100% - 20px));
        }
    }

    /*footer*/

    #footer
    {
        height: 100vh;
        width: 100%;
        padding-left: 2.5vh;
        margin-top: -10vh;
        position: relative;
        background-color: #151515;
    }
    #footer .underline{
        height: .15vh;
        width: 95%;
        background-color: #fff;
        margin-top: 4vh;
    }
    #footer-h
    {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-column-gap: 4vw;
           -moz-column-gap: 4vw;
                column-gap: 4vw;
    }
    #footer h1{
        font-size: 8vw;
        text-transform: uppercase;
        position: relative;
    }
    #footer-h svg{
        height: 5vh;
        rotate: -90deg;
        margin-top: 1vh;
        margin-left: 2vw;
    }
    #footer h1::before{
        content: "04";
        font-size: 3vh;
        font-family: 'MyCustomFont2';
        left: 0%;
        top: -6vw;
        position: absolute;
        font-weight: 400;
    }
    #footer-div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 6vh 0;
    }
    #footer-div h6{
        font-size: 2vh;
        margin-bottom: 2.5vh;
    }
    .box{
        width: 45%;
        margin-bottom: 5vh;
    }
    #footer-div h5{
        font-size: 2.8vh;
        line-height: 2.7vh;
        font-weight: 100;
    }
}