/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
  font-family: "Plain Light";
  src: url("./fonts/plain-light-webfont.ttf");
}

@font-face {
  font-family: "Silk Serif";
  src: url("./fonts/silkserif-lightitalic-webfont.ttf");
}

@font-face {
  font-family: "Silk Serif";
  src: url("./fonts/silkserif-regularitalic-webfont.ttf");
}
@import url("https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Montserrat&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu&family=Varela+Round&display=swap");

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Plain Light";
  color: #ffffff;
}

/* #0b0b0b */

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

body {
  overflow-x: hidden;
}

.mousefollower {
  border: 2px solid #fff;
  background-color: rgb(255, 255, 255);
  scale: 2;
  mix-blend-mode: difference;
}

#main {
  position: relative;
  background-color: #030303;
  overflow-x: hidden;
}

#crsr {
  height: 2.4vw;
  width: 2.4vw;
  border: 1px solid #ffffff98;
  border-radius: 50%;
  position: fixed;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
}

#loader {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #151515;
  padding: 22vh 8vw;
}

.line {
  /* background-color: red; */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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: 3vw;
}

#line1-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.2vw;
}

#line1-part1 h5,
#line1-part1 h6 {
  font-size: 2vw;
  font-family: "Silk Serif";
  font-weight: 100;
}

#line1-part1 h5 {
  width: 3vw;
}

.line h1 {
  font-size: 6.5vw;
  line-height: 8vw;
  text-transform: uppercase;
}
.line h2 {
  font-size: 5vw;
  text-transform: uppercase;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  /* animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1) 1s; */
}

#main {
  position: relative;
  background-color: #151515;
}

@-webkit-keyframes nowAnime {
  0% {
    font-family: "Plain Light";
    -webkit-text-stroke: 0.1px #fff;
    font-weight: 500;
    color: #fff;
    opacity: 1;
  }
  45% {
    font-family: "Plain Light";
    -webkit-text-stroke: 0.1px #fff;
    font-weight: 500;
    color: #fff;
    opacity: 0;
  }
  50% {
    font-family: "Silk Serif";
    -webkit-text-stroke: 1px #fff;
    font-weight: 500;
    color: transparent;
    opacity: 1;
  }
  100% {
    font-family: "Silk Serif";
    -webkit-text-stroke: 1px #fff;
    font-weight: 500;
    color: transparent;
    opacity: 0;
  }
}

@keyframes nowAnime {
  0% {
    font-family: "Plain Light";
    -webkit-text-stroke: 0.1px #fff;
    font-weight: 500;
    color: #fff;
    opacity: 1;
  }
  45% {
    font-family: "Plain Light";
    -webkit-text-stroke: 0.1px #fff;
    font-weight: 500;
    color: #fff;
    opacity: 0;
  }
  50% {
    font-family: "Silk Serif";
    -webkit-text-stroke: 1px #fff;
    font-weight: 500;
    color: transparent;
    opacity: 1;
  }
  100% {
    font-family: "Silk Serif";
    -webkit-text-stroke: 1px #fff;
    font-weight: 500;
    color: transparent;
    opacity: 0;
  }
}

#page1 {
  width: 100%;
  height: 100vh;
  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: 3vw 6vw;
}

#nav > svg {
  position: fixed;
  top: 3vw;
}

#nav-part2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 70vw;
  top: 1vw;
  /* background-color: red; */
  gap: 4vw;
}

#nav-part2 h4 {
  font-size: 1vw;
  font-weight: 400;
}

.page1-center {
  /* background-color: red; */
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  width: 70%;
  margin-left: 26%;
  overflow: hidden;
}

#page1-center-data3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: red; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page1-center:nth-child(2) {
  margin-top: 2vw;
}

.page1-center h1,
#page1-center-data3 h2 {
  font-size: 7vw;
  text-align: start;
  line-height: 7.5vw;
  text-transform: uppercase;
  position: relative;
}

#page1::before {
  content: "01";
  position: absolute;
  font-size: 3vw;
  font-family: "Silk Serif";
  font-style: italic;
  z-index: 9999;
  left: 17%;
  top: 21.9%;
  font-weight: 100;
}

#page1-center-data3 h2 {
  border-bottom: 0.4vw solid#fff;
  padding-bottom: 0.8vw;
  /* transition: all ease 0.3s; */
}

#page1-center-data3 h2:hover {
  -webkit-text-stroke: 2px #fff;
  color: transparent;
  font-weight: 500;
  border-bottom: 0.4vw solid #151515;
}

#page2 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding-top: 7.5vw;
}

#video-container {
  width: 72vw;
  height: 73vh;
  /* background-color: red; */
  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-cursor {
  position: absolute;
  height: 8vw;
  width: 8vw;
  background-color: #ffa63d;
  z-index: 999;
  border-radius: 50%;
  top: -12%;
  right: 15%;
  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;
}

#video-cursor i {
  font-size: 3vw;
  font-weight: 400;
}

#video-container img {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
}

#video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}

#page3 {
  min-height: 100vh;
  width: 100%;
  /* background-color: #201f1f; */
  position: relative;
  /* padding-top: 5vh 0; */
  padding: 14vh 2vh;
  margin-bottom: 10vh;
}

#page3-content {
  padding: 1vw;
  position: relative;
  width: 100vw;
  /* margin-left: 28%; */
}

#page3-content h1 {
  font-size: 7vw;
  text-transform: uppercase;
  padding-left: 28vw;
}

#page3-content .underline {
  /* padding-left: 28vw; */
  width: 68vw;
  height: 1px;
  background-color: #ffffff;
  margin: 4vw 0;
  margin-left: 28vw;
}

#page3-content h1::before {
  content: "02";
  position: absolute;
  font-size: 3vw;
  font-family: "Silk Serif";
  font-style: italic;
  top: 2%;
  left: 22%;
  font-weight: 100;
}

#image-div-container {
  /* background-color: red; */
  position: relative;
  padding: 1vw;
  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-top: 20vh;
}

#image-div-container .image-div {
  height: 30vw;
  width: 22vw;
  /* background-color: blue; */
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 2vw;
}

#image-div-container .image-div:nth-child(2) {
  height: 40vw;
  width: 30vw;
}

#image-div-container .image-div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#page3-circle1 {
  height: 24vw;
  width: 24vw;
  border: 2px solid #fff;
  /* background-color: blue; */
  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: 17vw;
  margin-left: 8vw;
  position: relative;
  /* overflow: hidden; */
}

#page3-circle2 {
  height: 24vw;
  width: 24vw;
  border: 2px solid #fff;
  /* background-color: blue; */
  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;
  /* overflow: hidden; */
  /* margin-top: 2vw; */
  /* margin-left: 11vw; */
}

#page3-circle1 svg {
  height: 35%;
}
#page3-circle2 svg {
  height: 35%;
  rotate: -45deg;
}

.circle-in {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  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;
  scale: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 50%;
}

.circle-in p {
  color: #151515;
  font-size: 0.9vw;
  text-align: center;
  width: 80%;
  scale: 0;
  -webkit-transition: all ease;
  -o-transition: all ease;
  transition: all ease;
}
#page3-circle1:hover .circle-in {
  scale: 1;
}
#page3-circle1 .circle-in:hover p {
  scale: 1;
}

#page3-circle2:hover .circle-in {
  scale: 1;
}
#page3-circle2 .circle-in:hover p {
  scale: 1;
}
#page4 {
  min-height: 100vh;
  width: 100%;
  position: relative;
  padding-top: 5vh 0;
}

#page4-content {
  padding: 1vw;
  position: relative;
  width: 75vw;
  /* background-color: red; */
  margin-left: 28%;
}

#page4-content h1 {
  /* background-color: gainsboro; */
  font-size: 7vw;
  text-transform: uppercase;
}

#page4-content h1::before {
  content: "03";
  position: absolute;
  font-size: 3vw;
  font-family: "Silk Serif";
  font-style: italic;
  top: 1%;
  left: -10%;
  font-weight: 100;
}

#page4-content .underline,
#footer .underline {
  width: 94%;
  height: 1px;
  background-color: #ffffff;
  margin: 4vw 0;
}

#page4-content > p {
  font-size: 2vw;
  width: 48%;
  margin-bottom: 3.5vw;
}

#page4-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
}

#page4-flex img {
  width: 32vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
  object-fit: cover;
}

#page4-flex p {
  font-size: 1vw;
  font-weight: 500;
  width: 25%;
  margin-left: 5vw;
}

#page4-over-blue {
  width: 30vw;
  background-color: #3f7df4;
  padding: 2.5vw;
  position: relative;
  margin-top: -29vh;
  left: 20vw;
}

.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: 2vw 0;
  border-bottom: 1.5px solid #ffffff94;
}

.blue-div-elem h4 {
  font-size: 1.4vw;
  font-weight: 500;
}

.blue-div-elem p {
  width: 40%;
  font-size: 1vw;
  font-weight: 400;
}

#page5 {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  position: relative;
}

.marque-elem {
  /* background-color: red; */
  white-space: nowrap;
  overflow-x: hidden;
  margin-bottom: -1vw;
}

.marque-elem h1 {
  font-size: 6vw;
  -webkit-text-stroke: 0.02vw #fff;
  color: transparent;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 16px;
  /* background-color: red; */
  -webkit-animation-name: marqueAnime;
  animation-name: marqueAnime;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.marque-elem2 {
  /* background-color: red; */
  white-space: nowrap;
  overflow-x: hidden;
  margin-bottom: -1vw;
}

.marque-elem2 h1 {
  font-size: 6vw;
  -webkit-text-stroke: 0.02vw #fff;
  color: transparent;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 16px;
  /* background-color: red; */
  -webkit-animation-name: marqueAnime;
  animation-name: marqueAnime;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-direction: reverse;
}

.marque-elem span,
.marque-elem2 span {
  font-style: italic;
  font-family: "Silk Serif";
  -webkit-text-stroke: 0.02vw #fff;
  color: transparent;
}

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

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

#footer {
  height: 100vh;
  width: 100%;
  /* background-color: red; */
  position: relative;
  padding-left: 28vw;
}
#footer h1 {
  width: 80%;
  /* background-color: rgb(50, 209, 22); */
  font-size: 7vw;
  margin-top: 4vw;
  text-transform: uppercase;
  position: relative;
}

#footer h1::before {
  content: "04";
  position: absolute;
  font-size: 3vw;
  font-family: "Silk Serif";
  font-style: italic;
  top: 8%;
  left: -17%;
  font-weight: 100;
}

#social-to-connect {
  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;
}

#social-to-connect h5 {
  font-size: 1vw;
  margin-bottom: 2vw;
}

#social-to-connect .part h4 {
  font-size: 2vw;
  font-weight: 100;
}

#part3 {
  padding-right: 5vw;
}

#social-email {
  text-decoration: underline;
}

#copyright {
  font-size: 1.3vw;
  font-weight: 100;
}

._canvas_container {
  z-index: 9999999 !important;
  pointer-events: none;
}

#flag {
  height: 24vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

#page1-center-data3 {
  z-index: 999;
  position: relative;
}

#footer-text {
  position: relative;
  /* background-color: red; */
}

#footer-text h2 {
  font-size: 9.7vw;
  position: absolute;
  top: -10%;
  font-weight: 500;
  opacity: 0;
  left: 0;
  font-family: "silk serif";
}

#footer-text h2 span {
  font-family: "silk serif";
  opacity: 0;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.underline {
  height: 1px;
  width: 100%;
  background-color: #fff;
  margin: 8vw 0;
}

@media (max-width: 600px) {
  #loader {
    padding: 22vw 8vw;
    top: 25%;
    left: 2%;
  }

  #line1-part1 {
    #line1-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: 1vw;
    }
  }

  #page1 {
    height: 60vh;
  }
  #page1 #nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5vw;
  }

  #nav-part2 {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4vw;
  }

  #nav-part2 h4 {
    font-size: 1vw;
    font-weight: 400;
  }

  .page1-center {
    text-align: start;
    width: 100%;
    margin-left: 10vw;
    position: relative;
    top: 35vw;
  }

  .page1-center:nth-child(2) {
    margin-top: 10vw;
  }

  .page1-center h1,
  #page1-center-data3 h2 {
    font-size: 9vw;
    line-height: 9.5vw;
  }

  #page1::before {
    font-size: 7vw;

    left: 11%;
    top: 34%;
    font-weight: 100;
  }

  #page2 {
    width: 100vw;
    height: 65vh;
    /* position: relative; */
    padding-top: 0;
  }

  #video-container {
    width: 100vw;
    height: 55vh;
    left: 0;
  }

  #video-cursor {
    height: 20vw;
    width: 20vw;
    top: -10vw;
    right: 12vw;
  }

  #video-cursor i {
    font-size: 7vw;
    font-weight: 400;
  }

  #video-container img {
    height: 90%;
    width: 100%;
  }

  #video-container video {
    height: 70%;
  }

  #page3 {
    min-height: 70vh;
    padding: 0;
    margin-bottom: 1vh;
    /* background-color: red; */
  }

  #page3-content {
    padding: 0;
    width: 100vw;
  }

  #page3-content h1 {
    font-size: 10vw;
    text-transform: uppercase;
    padding-left: 5vw;
  }

  #page3-content .underline {
    /* padding-left: 28vw; */
    width: 90vw;
    height: 2px;
    margin: auto;
    margin-top: 4vw;
    /* margin-left: 0; */
  }

  #page3-content h1::before {
    font-size: 7vw;
    top: -8%;
    left: 6%;
  }

  #image-div-container {
    /* background-color: red; */
    position: relative;
    padding: 1vw;
    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-top: 3vh;
  }

  #image-div-container .image-div {
    height: 50vh;
    width: 94vw;
    margin: 1.5vw;
  }

  #image-div-container .image-div:nth-child(2n) {
    height: 70vh;
    width: 94vw;
  }

  #page3-circle1 {
    height: 75vw;
    width: 75vw;
    margin-top: 2vw;
    margin-left: 11vw;
    margin-bottom: 8vw;
  }

  #page3-circle2 {
    height: 75vw;
    width: 75vw;
    margin-left: 11vw;
    margin-bottom: 8vw;
  }

  .circle-in {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    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;
    scale: 0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 50%;
  }

  .circle-in p {
    font-size: 3vw;
  }

  #page4 {
    min-height: 80vh;
    width: 100%;
    position: relative;
    padding-top: 6vh;
    margin-bottom: 3.5vw;
  }

  #page4-content {
    padding: 1vw;
    width: 96vw;
    margin-left: 2vw;
  }

  #page4-content h1 {
    /* background-color: gainsboro; */
    font-size: 10vw;
  }

  #page4-content h1::before {
    font-size: 4vw;
    top: -6%;
    left: 2%;
  }

  #page4-content .underline,
  #footer .underline {
    width: 94%;
    height: 2px;
    background-color: #ffffff;
    margin: 2.5vw 0;
  }

  #page4-content > p {
    font-size: 3vw;
    width: 60vw;
    margin-bottom: 3.5vw;
  }

  #page4-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
  }

  #page4-flex img {
    width: 56vw;
  }

  #page4-flex p {
    font-size: 2.2vw;
    width: 30%;
  }

  #page4-over-blue {
    width: 45vw;
    padding: 3vw;
    position: relative;
    margin-top: -18vh;
    left: 35vw;
  }

  .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: 2.5vw 0;
    border-bottom: 1.8px solid #ffffff94;
  }

  .blue-div-elem h4 {
    font-size: 2.2vw;
    font-weight: 500;
  }

  .blue-div-elem p {
    width: 45%;
    font-size: 1.8vw;
    font-weight: 400;
  }

  #page5 {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    width: 100%;
    position: relative;
  }

  .marque-elem {
    /* background-color: red; */
    white-space: nowrap;
    overflow-x: hidden;
    margin-bottom: -1.2vw;
  }

  .marque-elem h1 {
    font-size: 10vw;
    -webkit-text-stroke: 0.02vw #fff;
    color: transparent;
    font-weight: 100;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 16px;
    /* background-color: red; */
    -webkit-animation-name: marqueAnime;
    animation-name: marqueAnime;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  .marque-elem2 {
    /* background-color: red; */
    white-space: nowrap;
    overflow-x: hidden;
    margin-bottom: -1vw;
  }

  .marque-elem h1 {
    font-size: 10vw;
  }

  .marque-elem2 h1 {
    font-size: 10vw;
  }

  #footer {
    height: 50vh;
    width: 95vw;
    position: relative;
    left: 3vw;
    /* background-color: red; */
    position: relative;
    margin-top: 15vw;
    padding-left: 0;
  }
  #footer h1 {
    font-size: 9vw;
    margin-top: 4vw;
  }

  #footer h1::before {
    content: "04";
    font-size: 5vw;
    top: -9vw;
    left: 0%;
  }

  #social-to-connect h5 {
    font-size: 2.3vw;
    margin-bottom: 3.5vw;
  }

  #social-to-connect .part h4 {
    font-size: 3.5vw;
    font-weight: 100;
  }

  #copywrite {
    font-size: 3.5vw;
    font-weight: 100;
  }

  ._canvas_container {
    z-index: 9999999 !important;
    pointer-events: none;
  }

  #flag {
    height: 24vw;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }

  #page1-center-data3 {
    z-index: 999;
    position: relative;
  }

  #footer-text {
    position: relative;
    /* background-color: red; */
  }

  #footer-text h2 {
    font-size: 9.7vw;
    position: absolute;
    top: -10%;
    font-weight: 500;
    opacity: 0;
    left: 0;
    font-family: "silk serif";
  }

  #footer-text h2 span {
    font-family: "silk serif";
    opacity: 0;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
  }

  .underline {
    height: 1px;
    width: 100%;
    background-color: #fff;
    margin: 8vw 0;
  }
}
