@font-face {
    font-family: "Plain";
    src: url(Fonts/plain-regular-webfont.ttf);
}
@font-face {
    font-family: "Silk Serif";
    src: url(Fonts/silkserif-regularitalic-webfont.ttf);
}
@font-face {
    font-family: "Silk Serif";
    src: url(Fonts/silkserif-lightitalic-webfont.ttf);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
    font-family: 'Silk Serif';
    background-color: #151515; 
    color: #FFFFFF;
}
.mousefollower {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255);
    scale: 2;
    mix-blend-mode: difference;
    
}


/* LOADER     LOADER      LOADER      LOADER      LOADER      LOADER      LOADER      LOADER      LOADER */
#loader {
    width: 100%;
    height: 100vh;
    padding: 20vh 0vw 0 7vw;
    background-color: #0B0B0B;
    /* background-color: black; */
    position: fixed;
    z-index: 9999;
    text-transform: uppercase;
}
.line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; 
    overflow: hidden;
}
#line1-part1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5vw;
    margin-top: -1vh;
}
#line1-part1 h5 {
    width: 6vw;
    /* background-color: red; */
}
#line1-part1 h5, h6 {
    font-size: 3.5vw;
    font-weight: 400;
}
.line h1 {
    font-size: 7vw;
    font-weight: 500; 
    line-height: 7vw;
    font-family: "Plain";
}
.line h2 {
    margin-left: 3vw;
    font-size: 6.5vw;
    font-weight: 500; 
    opacity: 0;
    -webkit-animation: now 1s linear infinite;
            animation: now 1s linear infinite;
} 
#loader-btm {
    position: absolute;
    top: 75%;
    left: 30%;  
    overflow: hidden;
}
#loader-btm h6 {
    font-size: 1vw;
    font-weight: 400;
    line-height: 1vw;
    /* font-style: italic; */
    text-transform: none;
}

@-webkit-keyframes now {
    0% {
        font-family: 'Plain';
        color: white;
        opacity: 1;
    }
    48% {
        font-family: 'Plain';
        color: white;
        opacity: 0;
    }
    50% {
        font-family: 'Silk Serif';
        font-style: italic;
        color: transparent;
        -webkit-text-stroke: 1px white;
        opacity: 0;
    }
    100% {
        font-family: 'Silk Serif';
        font-style: italic;
        color: transparent;
        -webkit-text-stroke: 1px white;
        opacity: 1;
    }
    
}

@keyframes now {
    0% {
        font-family: 'Plain';
        color: white;
        opacity: 1;
    }
    48% {
        font-family: 'Plain';
        color: white;
        opacity: 0;
    }
    50% {
        font-family: 'Silk Serif';
        font-style: italic;
        color: transparent;
        -webkit-text-stroke: 1px white;
        opacity: 0;
    }
    100% {
        font-family: 'Silk Serif';
        font-style: italic;
        color: transparent;
        -webkit-text-stroke: 1px white;
        opacity: 1;
    }
    
}



/* PAGE1     PAGE1      PAGE1      PAGE1      PAGE1      PAGE1      PAGE1      PAGE1      PAGE1 */
#pg1 {
    width: 100%;
    height: 100vh;
    font-family: "Plain";
    /* background-color: red; */
}
#nav {
    width: 100%;
    height: 17vh;
    /* background-color: red; */
    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: 2vw 5vw;
    margin-bottom: 16vh;
}
#lnav {
    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.5vw;
}
#rnav {
    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.5vw;
}
#rnav h3 {
    font-size: .95vw;
    font-weight: 500;
}
#cnav {
    position: absolute;
    top: 7%;
    left: 28%;
}
#cnav h3 {
    font-size: .95vw;
    letter-spacing: .02vw;
    font-weight: 100;
    line-height: 1vw;
}


#pg1 h5 {
    position: absolute;
    left: 19%;
    top: 33%;
    font-size: 3vw;
    font-family: 'Silk Serif';
    font-style: italic;
    font-weight: 500;
}
.hero {
    width: 73%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* background-color: yellow; */
    margin-left: 27%;    
    overflow: hidden;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   
}
.hero h1 {
    font-size: 7.5vw;
    font-weight: 500;
    line-height: 7.35vw;
    text-transform: uppercase;
}

#brdr1, #brdr2 {
    border-bottom: .6vw solid white;
}
#brdr1:hover {
    color: transparent;
    -webkit-text-stroke: 2px white;
    border-bottom: 0px;
}
#brdr2:hover {
    color: transparent;
    -webkit-text-stroke: 2px white;
    border-bottom: 0px;
}


/* PAGE2     PAGE2      PAGE2      PAGE2      PAGE2      PAGE2      PAGE2      PAGE2      PAGE2 */
#pg2 {
    width: 100%;
    height: 100vh;
    /* background-color: red; */
    position: relative;
}
#video-container {
    height: 70vh;
    width: 70vw;
    position: relative;
    top: 20vh;
    left: 25vw;
    background-image: url(https://obys.agency/wp-content/uploads/2022/11/Showreel-2022-preview-1.jpg);
    background-size: cover;
    margin-bottom: 10vh;
}
#video-curser {
    position: absolute;
    top: -10%;
    left: 70%;
    z-index: 999;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background-color: #FFA63D;
    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-curser i {
    font-size: 3vw;
}
#video-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
}


/* PAGE3     PAGE3      PAGE3      PAGE3      PAGE3      PAGE3      PAGE3      PAGE3      PAGE3 */
#pg3 {
    width: 100%;
    min-height: 100vh;
    position: relative;
    font-family: "Plain";
}
#pg3>h1 {
    font-size: 7.5vw;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -.1vw;
    margin-left: 20vw;
}
#pg3>h1::before {
    content: "02";
    font-size: 3.3vw;
    margin-right: 3vw;
    position: relative;
    top: -6vh;
    font-family: "Silk Serif";
}
#pg3>.underline {
    margin-top: 3vh;
    height: .05vw;
    background-color: rgba(255, 255, 255, 0.900);
    margin-left: 27VW;
    margin-right: 3vw;
    margin-top: 5vh;
    margin-bottom: 5vh;
}
#image-container {
    width: 100%;
    min-height: 80vh;
    /* background-color: red; */
    padding: 5vh 3vw ;
    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;
}
.image-div {
    width: 30vw;
    height: 38vw;
    /* background-color: yellow; */
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 2vw;
}
.image-div:nth-child(1) {
    width: 22vw;
    height: 27vw;
}
.image-div:nth-child(5) {
    margin-left: 3vw;
    margin-top: 30vh;
}
.image-div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.pg3-circle1 {
    width: 23vw;
    height: 23vw;
    border: 2px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 45vh;
    margin-left: 5vw;
    position: relative;
    overflow: hidden;
}
.pg3-circle1 svg {
    /* width: 100%; */
    height: 40%;
}
.gola {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0%;
    left: 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;
    -webkit-transition: all ease .3 s;
    -o-transition: all ease .3 s;
    transition: all ease .3 s;
    /* position: relative; */
    scale: 0;
}
.gola p {
    width: 70%;
    font-size: .9vw;
    color: #0B0B0B;
    font-weight: 500;
    scale: 0;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
}
.pg3-circle1:hover .gola {
    scale: 1;
}
.pg3-circle1:hover .gola p {
    scale: 1;
    opacity: 1;
}

.pg3-circle2 {
    width: 23vw;
    height: 23vw;
    border: 2px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;

}
.pg3-circle2 svg {
    rotate: -45deg;
    height: 40%;
}
.gola2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0%;
    left: 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;
    -webkit-transition: all ease .3 s;
    -o-transition: all ease .3 s;
    transition: all ease .3 s;
    scale: 0;
    z-index: 99;
}
.gola2 p {
    width: 100%;
    font-size: .9vw;
    color: #0B0B0B;
    font-weight: 500;
    scale: 0;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
    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;
}
.pg3-circle2:hover .gola2 {
    scale: 1;
}
.pg3-circle2:hover .gola2 p {
    scale: 1;
    opacity: 1;
}
.image-div:nth-child(7) {
    width: 25vw;
    height: 30vw;
}
.pg3-circle3 {
    width: 23vw;
    height: 23vw;
    border: 2px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 55vh;
    margin-left: 3VW;

}
.pg3-circle3 svg {
    rotate: -90deg;
    height: 40%;
}
.gola3 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 0%;
    left: 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;
    -webkit-transition: all ease .3 s;
    -o-transition: all ease .3 s;
    transition: all ease .3 s;
    scale: 0;
    z-index: 99;
}
.gola3 p {
    width: 100%;
    font-size: .9vw;
    color: #0B0B0B;
    font-weight: 500;
    scale: 0;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
    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;
}
.pg3-circle3:hover .gola3 {
    scale: 1;
}
.pg3-circle3:hover .gola3 p {
    scale: 1;
    opacity: 1;
}
.image-div:nth-last-child(1) {
    margin-top: 15vh;
    width: 30vw;
    height: 40vw;
}

.pg3-btm {
    width: 20vw;
    height: 20vw;
    background-color: #FFA63D;
    border-radius: 50%;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    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;
}
.pg3-btm:hover {
    scale: .7;
}
.pg3-btm p {
   font-size: 1.1vw;
   color: #fff;
   font-weight: 400;
}

/* PAGE4     PAGE4      PAGE4      PAGE4      PAGE4      PAGE4      PAGE4      PAGE4      PAGE4 */
#pg4 {
    width: 100%;
    min-height: 100vh;
    position: relative;
    font-family: "Plain";
    padding: 5vw 4vw;
}
#pg4>h1 {
    font-size: 8vw;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 27%;
    letter-spacing: -.2vw;
    /* background-color: red; */
}
#pg4 h5 {
    position: absolute;
    left: 20%;
    top: 5%;
    font-size: 3.2vw;
    font-style: italic;
    font-family: "Silk Serif";
    font-weight: 100;
   
}
#pg4 .underline {
    margin-top: 10vh;
    margin-left: 27%;
    width: 73%;
    height: .05vw;
    background-color: white;
}
#pg4>p {
    margin-top: 5vh;
    font-size: 2.3vw;
    line-height: 2.5vw;
    font-weight: 100;
    margin-left: 27%;
    margin-bottom: 5vh;
}
#pg4-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5vw;
}
#pg4-flex img {
    width: 35%;
    height: 84vh;
    margin-left: 27%;
}
#pg4-flex>p {
    width: 20%;
    font-size: 1vw;
    font-weight: 100;
    line-height: 1.4vw;
}
#pg4-blue {
    width: 32%;
    height: 80vh;
    background-color: #3F7DF4;
    padding: 4vw 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    left: 51%;
    margin-top: -33vh;
    margin-bottom: 16vh;
}
.blue-line {
    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;
    
    border-bottom: 1px solid white;

}
.blue-line h2 {
    font-size: 1.6vw;
    font-weight: 400;
    margin-bottom: 3vw;
}
.blue-line>p {
    width: 40%;
    margin-bottom: 2vw;
}

#pg4 h6 {
    font-size: 1vw;
    font-weight: 400;
    margin-top: 2vh;
    margin-left: 27%;

}


/* PAGE5     PAGE5      PAGE5      PAGE5      PAGE5      PAGE5      PAGE5      PAGE5      PAGE5 */

#pg5 {
    width: 100%;
    min-height: 80vh;  
    overflow: hidden;
    font-family: "Plain";
   
}
#scroll h1 span {
    font-family: "Silk Serif";
    /* font-weight: 500; */
}

.scroll1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-animation: scroll 25s linear infinite ;
            animation: scroll 25s linear infinite ;
}
.scroll1::-webkit-scrollbar {
    display: none;
}
.scroll1 h1 {
    font-size: 7.5vw;
    line-height: .8;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: .1px rgba(255, 255, 255, 0.700);
    display: inline-block;
}

.scroll2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation: scroll 24s linear infinite reverse;
}
.scroll2::-webkit-scrollbar {
    display: none;
}
.scroll2 h1 {
    font-size: 7vw;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: .1px rgba(255, 255, 255, 0.700);
    display: inline-block;
}

@-webkit-keyframes scroll {
    from{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    
}

@keyframes scroll {
    from{
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    
}

/* PAGE6     PAGE6      PAGE6      PAGE6      PAGE6      PAGE6      PAGE6      PAGE6      PAGE6 */

#pg6 {
    width: 100%;
    height: 100vh;
    padding: 15vh 5vw 3vh 27vw;
    position: relative;
    font-family: "Plain";
}
#pg6>h1 {
    font-size: 7.5vw;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: -.1vw;
    margin-left: -7.2vw;
}
#pg6>h1::before {
    content: "04";
    font-size: 3.3vw;
    margin-right: 3vw;
    position: relative;
    top: -6vh;
    font-family: "Silk Serif";
}
#pg6>.underline {
    margin-top: 3vh;
    
    /* width: 73%; */
    height: .05vw;
    background-color: rgba(255, 255, 255, 0.900);
}
#social {
    width: 94%;
    margin-top: 6vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* background-color: red; */
    margin-bottom: 10vh;
}
#social #sleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
}
#social h5 {
    font-size: 1.1vw;
    font-weight: 100;
    margin-bottom: 5vh;
}
#social a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.900);
    font-size: 1.8vw;
    line-height: 2.1vw;
}
#sright a{
    border-bottom: .5px solid rgba(255, 255, 255, 0.900);
}
#pg6 h6 {
    margin-top: 5vh;
    font-size: 1.1vw;
    letter-spacing: .04vw;
}


/*  EXTRA    EXTRA   EXTRA   EXTRA   EXTRA   */
._canvas_container {
    z-index: 9999999 !important;
    pointer-events: none; 
}
#flag {
    height: 25vw;
    /* width: 100%; */
    position: absolute;
    top: 0;
    left: 0; 
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
#hero3 {
    /* background-color: red; */
    z-index: 99;
    position: relative;
}









/* RESPONSIVE   RESPONSIVE  RESPONSIVE  RESPONSIVE  RESPONSIVE  RESPONSIVE  RESPONSIVE  RESPONSIVE  RESPONSIVE  RESPONSIVE */

@media (max-width:600px) {

    /* LOADER     LOADER      LOADER      LOADER      LOADER      LOADER      LOADER      LOADER      LOADER */
#loader {
   
    padding: 35vh 0vw 0 7vw;
}

#line1-part1 h5 {
    width: 12vw;
  
}
#line1-part1 h5, h6 {
    font-size: 7.5vw;
}
.line h1 {
    font-size: 9vw;
    line-height: 10vw;
}
.line h2 {
    margin-top: 12vh;
    margin-left: 3vw;
    font-size: 9.5vw;
    margin-right: 15vw;
} 
#loader-btm {
    position: absolute;
    top: 80%;
    left: 20%;  
    overflow: hidden;
}
#loader-btm h6 {
    font-size: 3.6vw;
    line-height: 4.5vw;
}

    /* PAGE1     PAGE1      PAGE1      PAGE1      PAGE1      PAGE1      PAGE1      PAGE1      PAGE1 */
    #pg1 {
        width: 100%;
        height: 60vh;
    }
    #nav {
        width: 100%;
        height: 10vh;
        padding: 0vw 8vw;
        margin-bottom: 17vh;
    }
    #lnav {
        width: 100%;
    }
    #rnav {
        display: none;
    }
    #cnav {
        position: absolute;
        top: 5%;
        left: 25%;
    }
    #cnav h3 {
        font-size: 2.5vw;
        line-height: 3vw;
    }
    
    #pg1 h5 {
        left: 15%;
        font-size: 6.5vw;
    }
    .hero {
        margin-left: 15%;       
    }
    .hero h1 {
        font-size: 9.5vw;
        font-weight: 400;
        line-height: 12vw;
    }
    
    /* PAGE2     PAGE2      PAGE2      PAGE2      PAGE2      PAGE2      PAGE2      PAGE2      PAGE2 */
    #pg2 {
        width: 100%;
        height: 50vh;
        /* background-color: grey; */
    }
    #video-container {
        height: 100%;
        width: 100%;
        top: 10vh;
        left: 0;
        margin-bottom: 5vh;
    }
    #video-curser {
        top: 0%;
        left: 15%;
        z-index: 999;
        width: 15vw;
        height: 15vw;
    }
    #video-curser i {
        font-size: 8vw;
    }
    
    /* PAGE3     PAGE3      PAGE3      PAGE3      PAGE3      PAGE3      PAGE3      PAGE3      PAGE3 */
    #pg3>h1 {
        width: 100%;
        font-size: 9.5vw;
        margin-left: -5vw;
        margin-top: 20vh;
    }
    #pg3>h1::before {
        font-size: 6.3vw;
        margin-left: 10vw;
    }
    #pg3>.underline {
        margin-top: 3vh;
        margin-left: 15vw;
        margin-right: 5vw;
        margin-top: 2vh;
        margin-bottom: 3vh;
    }
    #image-container {
        width: 100%;
        min-height: 80vh;
        /* background-color: red; */
        padding: 5vh 3vw;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
           -ms-flex-direction: column;
               flex-direction: column;
    }
    .image-div {
        width: 100%;
        height: 70vh;
        margin-left: .4vw;
        margin-bottom: 10vw;
    }
    .pg3-circle1 {
        width: 90vw;
        height: 90vw;
        margin-top: 0vh;
        margin-left: 1.5vw;
        margin-bottom: 5vh;
    }
    .image-div:nth-child(1) {
        width: 100%;
        height: 50vh;
    }
    .pg3-circle2 {
        display: none;
    }
    .image-div:nth-child(5) {
        margin-left: 0;
        margin-top: 0;
    }
    .image-div:nth-child(7) {
        width: 100%;
        height: 70vh;
    }
    .pg3-circle3 {
        display: none;
    }
    .image-div:nth-last-child(1) {
        margin-top: 0;
        width: 100%;
        height: 70vh;
    }
    
    .pg3-btm {
        width: 30vw;
        height: 30vw;
        margin-top: -1vh;
    }
    .pg3-btm p {
       font-size: 3.1vw;
       font-weight: 100;
    }
    /* PAGE4     PAGE4      PAGE4      PAGE4      PAGE4      PAGE4      PAGE4      PAGE4      PAGE4 */
    #pg4 {
        padding: 10vw 0vw;
    }
    #pg4>h1 {
        margin-top: 5vh;
        font-size: 10vw;
        margin-left: 5vw;
        letter-spacing: 1;
    }
    #pg4 h5 {
        left: 5%;
        top: 2%;
        font-size: 7.2vw;
    }
    #pg4 .underline {
        margin-top: 4vh;
        margin-left: 5vw;
        width: 65%;
    }
    #pg4>p {
        margin-top: 5vh;
        font-size: 5.6vw;
        line-height: 7vw;
        font-weight: 100;
        margin-left: 5vw;
        margin-bottom: 5vh;
    }
    #pg4-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #pg4-flex img {
        width: 100%;
        height: 84vh;
        margin-left: 0;
        margin-bottom: 5vh;
    }
    #pg4-flex>p {
        width: 100%;
        font-size: 3.5vw;
        line-height: 4.7vw;
    }
    #pg4-blue {
        width: 100%;
        height: 80vh;
        padding: 10vw;
        left: 0;
        margin-top: 10vw;
        margin-bottom:0;
    }
    .blue-line {
        border-bottom: 2px solid white;
    }
    .blue-line h2 {
        font-size: 4.6vw;
        font-weight: 400;
        margin-bottom: 10vw;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .blue-line>p {
        width: 45%;
        margin-bottom: 8vw;
    }
    #pg4 h6 {
        font-size: 6vw;
        margin-top: 2vh;
        margin-left: 8vw;
        margin-bottom: 5vh;
    }
    /* PAGE5     PAGE5      PAGE5      PAGE5      PAGE5      PAGE5      PAGE5      PAGE5      PAGE5 */

#pg5 {
    width: 100%;
    min-height: 40vh;  
   
}

.scroll1 {
    -webkit-animation: scroll 14s linear infinite ;
            animation: scroll 14s linear infinite ;
}
.scroll1::-webkit-scrollbar {
    display: none;
}
.scroll1 h1 {
    font-size: 16vw;
}

.scroll2 {
    animation: scroll 13s linear infinite reverse;
}

.scroll2 h1 {
    font-size: 16vw;
}
/* PAGE6     PAGE6      PAGE6      PAGE6      PAGE6      PAGE6      PAGE6      PAGE6      PAGE6 */

#pg6 {
    width: 100%;
    height: 50vh;
    padding: 10vh 0vw;
  
}
#pg6>h1 {
    font-size: 12.5vw;
    margin-left: -10.2vw;
}
#pg6>h1::before {
    content: "04";
    font-size: 6.3vw;
    top: -8vh;
    margin-left: 15vw;
}
#pg6>.underline {
    margin-right: 4vw;
    margin-left: 16vw;
}
#social {
    width: 90%;
    margin-top: 6vh;
    margin-left: 5vw;
}

#social h5 {
    font-size: 3vw;
}
#social a {
    font-size: 3.5vw;
    line-height: 4.5vw;
}
#pg6 h6 {
    margin-top: 2vh;
    font-size: 4.1vw;
    letter-spacing: .04vw;
    margin-left: 16vw;
    margin-bottom: 3vh;
} 
        
}