@font-face{
  font-family: "Plain Light";
  src: url(./font/plain-light-webfont.ttf);
}
@font-face{
  font-family: "Plain Light";
  src: url(./font/inter_Inter-Regular.ttf);
}
@font-face{
  font-family: "Silk Serif";
  src: url(./font/silkserif-regularitalic-webfont.ttf);
}
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Plain Light';
  color: white;
}
html, body{
  height: 100%;
  width: 100%;
}
/* #crsr{
  height: 2.3vw;
  width: 2.3vw;
  border-radius: 50%;
  border: 1px solid rgba(245, 245, 245, 0.57);
  z-index: 99999;
  position: fixed;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
} */
.mousefollower{
  border: 4px solid #fff;
  background-color: white;
  scale: 2;
  mix-blend-mode: difference;
}
#loader{
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #0b0b0b;
  padding: 25vh 10vw;
}
.line{
  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: 1vw;
}
#line1-part1 h5{
  width: 5vw;
  text-align: right;
}
#line1-part1 h5, #line1-part1 h6{
  font-size: 3vw;
  font-family: "silk serif";
  font-weight: 100;
}
.line h1{
  font-size: 6.5vw;
  text-transform: uppercase;
  font-weight: 900;
}
.line h2{
  font-size: 5vw;
  text-transform: uppercase;
  font-weight: 900;
  opacity: 0;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes anime {
  0%{
    font-family: "plain light";
    -webkit-text-stroke: 1px  white;
    color: white;
    font-weight: 500;
    opacity: 1;
  }
  48%{
    font-family: "plain light";
    -webkit-text-stroke: 1px white;
    color: transparent;
    font-weight: 500;
    opacity: 0;
  }
  50%{
    font-family: "silk serif";
    -webkit-text-stroke: 1px  white;
    color: white;
    font-weight: 500;
    opacity: 1;
  }
  100%{
    font-family: "silk serif";
    -webkit-text-stroke: 1px white;
    color: transparent;
    font-weight: 500;
    opacity: 0;
  }
}
@keyframes anime {
  0%{
    font-family: "plain light";
    -webkit-text-stroke: 1px  white;
    color: white;
    font-weight: 500;
    opacity: 1;
  }
  48%{
    font-family: "plain light";
    -webkit-text-stroke: 1px white;
    color: transparent;
    font-weight: 500;
    opacity: 0;
  }
  50%{
    font-family: "silk serif";
    -webkit-text-stroke: 1px  white;
    color: white;
    font-weight: 500;
    opacity: 1;
  }
  100%{
    font-family: "silk serif";
    -webkit-text-stroke: 1px white;
    color: transparent;
    font-weight: 500;
    opacity: 0;
  }
}
#main{
  position: relative;
  background-color: #151515;
}
#page1{
  height: 100vh;
  width: 100%;
  background-color: #151515;
  padding-top: 1px;
}
#page1 #nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.3vw 4.5vw;
  position: fixed;
  top: 0;
}
#nav #nav-part-2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: 70vw;
  gap: 5vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nav #nav-part-2 h4{
  font-size: 0.8vw;
  font-weight: 500;
}

/* hero section */
.hero{
  width: 72%;
  margin-left: 27%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: hidden;
  z-index: 9999;
  overflow-x: visible;
  position: relative;
}
.hero:nth-child(2){
  margin-top: 20vh;
}
.hero h1{
  font-size: 8vw;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 7.3vw;
}
#hero-1 h1{
  position: relative;
}
#hero-1 h1::before{
  content: "01";
  position: absolute;
  font-family: 'silk serif';
  font-size: 4vh;
  left: -12%;
  top: -19%;
  font-weight: 500;
}
#hero-3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero h2, .hero h3{
  font-size: 8vw;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 7.3vw;
}
.hero h2{
  border-bottom: 0.5vw solid white;
  padding-bottom: 0.8vw;
}
.hero h2:hover{
  -webkit-text-stroke: 1px #fff;
  font-weight: 500;
  color: transparent;
}
#page2{
  height: 100vh;
  width: 100%;
  padding-top: 17vw;
  position: relative;
  margin-top: 8vh;
}
#video-container {
    height: 66vh;
    width: 71vw;
    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-container img{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}

#video-crsr {
    background-color: #FFA63D;
    height: 9vw;
    width: 9vw;
    border-radius: 50%;
    position: absolute;
    top: -15%;
    left: 70%;
    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;
    z-index: 999;
}
#video-crsr i{
  font-size: 2vw;
}
#page3{
  min-height: 100vh;
  width: 100%;
  /* background-color: rgb(61, 61, 61); */
  position: relative;
  padding: 7vh 0;
  margin-top: 5vh;
}
#page3 h1{
  font-size: 7vh;
  text-transform: uppercase;
  position: relative;
  margin-left: 28vw;
  margin-bottom: 3vh;
}
#page3 h1::before{
  content: "02";
  position: absolute;
  font-family: 'silk serif';
  font-size: 4vh;
  left: -12%;
  top: 10%;
  font-weight: 500;
}
#page3 .underline{
  margin-left: 28vw;
}
#image-div-container{
  padding: 1vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 3vw 0 3vw;
  padding: 0 3vw 0 3vw;
}
.image-div{
  height: 35vw;
  width: 25vw;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 2vw;
}
.image-div:nth-child(1){
  height: 30vw;
  width: 22vw;
}

.image-div img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page3-circle1{
  height: 20vw;
  width: 20vw;
  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;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24vh;
  margin-left: 3vw;
}
.page3-circle1 svg{
  height: 35%;
}
.page3-circle2{
  height: 20vw;
  width: 20vw;
  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: 24vh;
  position: relative;
  margin-left: 3vw;
}
.page3-circle2 svg{
  height: 35%;
  rotate: -45deg;
}
.circle-in{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  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;
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.circle-in p{
  font-size: 0.9vw;
  color: black;
  font-weight: 500 ;
  width: 60%;
  /* scale: 0; */
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.5s ease;
  transition: transform 0.3s ease, opacity 0.5s ease;
  transition: transform 0.3s ease, opacity 0.5s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.page3-circle1:hover .circle-in{
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.page3-circle1:hover p{
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.page3-circle2:hover .circle-in{
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.page3-circle2:hover p{
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#page4{
  min-height: 100vh;
  width: 100%;
  /* background-color: rgb(61, 61, 61); */
  position: relative;
  padding-top: 7vh;
}
#page-4-content{
  width: 65vw;
  margin-left: 28vw;
}
#page-4-content h1{
  font-size: 7vw;
  text-transform: uppercase;
  /* margin-bottom: 45px; */
  position: relative;
}
#page-4-content h1::before{
  content: "03";
  position: absolute;
  font-family: 'silk serif';
  font-size: 4vh;
  left: -12%;
  top: 10%;
  font-weight: 500;
}
.underline{
  border-top: 0.4vh solid;
  color: #ffffffc6;
  margin: 5vw 0;
}
.about-text{
  font-size: 2.4vw;
  width: 65%;
  margin: 8vh 0;
}
#page-4-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4vw;
}
#page-4-flex img{
  width: 35vw;
}
.flex-content p{
  width: 15vw;
}
#page-4-blue-div{
  background-color: #3f7df4;
  width: 30vw;
  padding: 4vw 2vw;
  position: relative;
  margin-top: -25vh;
  margin-left: 25vw;
}
.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;
  border-bottom: 0.2vh solid;
}
.blue-div-elem p{
  width: 50%;
  font-size: 1.3vh;
  padding-left: 4vw;
}
.blue-div-elem h4{
  font-size: 1.35vw;
  font-weight: 500;
}
#page5{
  min-height: 100vh;
  width: 100vw;
}
.elem{
  /* background-color: red; */
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 2vw;
}
.elem h1{
  font-size: 7vw;
  -webkit-text-stroke: 1px #fff;
  text-transform: uppercase;
  font-weight: 400;
  color: transparent;
  display: inline-block;
  margin-right: 16px;
  -webkit-animation-name: marque;
          animation-name: marque;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes marque {
  from{
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to{
   -webkit-transform: translateX(-100%);
           transform: translateX(-100%);
  }
}
@keyframes marque {
  from{
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to{
   -webkit-transform: translateX(-100%);
           transform: translateX(-100%);
  }
}
.elem2{
  /* background-color: red; */
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 2vw;
}
.elem2 h1{
  font-size: 7vw;
  -webkit-text-stroke: 1px #fff;
  text-transform: uppercase;
  font-weight: 400;
  color: transparent;
  display: inline-block;
  margin-right: 16px;
  -webkit-animation-name: marque2;
          animation-name: marque2;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes marque2 {
  from{
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to{
   -webkit-transform: translateX(0);
           transform: translateX(0);
  }
}
@keyframes marque2 {
  from{
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to{
   -webkit-transform: translateX(0);
           transform: translateX(0);
  }
}
span{
  font-style: italic;
  font-family: 'silk serif';
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  font-weight: 400;
}
#footer{
  min-height: 80vh;
  width: 100%;
  position: relative;
  padding-left: 28vw;
}
#footer h1{
  font-size: 12vh;
  text-transform: uppercase;
  position: relative;
}
#footer h1::before{
  content: "04";
  position: absolute;
  font-family: 'silk serif';
  font-size: 4vh;
  left: -12%;
  top: 10%;
  font-weight: 500;
}
.underline1{
  height: 2px;
  width: 100%;
  background-color: white;
  margin: 2vw 0;
}
.email{
  text-decoration: underline;
}
.footer-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2vw 6vw 2vw 0;
}
.footer-flex h5{
  font-size: 2vh;
  margin-bottom: 2vh;
}
.footer-flex h4{
  font-size: 3vh;
  font-weight: 400;
}
.copy{
  font-weight: bold;
  font-size: 1.5lvh;
}
._canvas_container{
  z-index: 999999 !important;
  pointer-events: none;
}
#flag{
  height: 25vw;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}




@media only screen and (max-width: 600px) {

  /* PAGE 1 */
  #page1 {
    height: auto;
    padding-top: 1vh;
  }

  #page1 #nav {
    padding: 5vw 3vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  #nav svg {
    scale: 0.6;
  }

  #nav #nav-part-2 {
    display: none; /* hide menu items for small screens */
  }

  .hero {
    width: 90%;
    margin-left: 5%;
    overflow-x: visible;
  }

  .hero:nth-child(2){
    margin-top: 20vh;
  }

  .hero h1 {
    font-size: 12vw;
    line-height: 10vw;
  }

  #hero-1 h1::before {
    font-size: 4vh;
    left: -8%;
    top: -15%;
  }

  .hero h2, .hero h3 {
    font-size: 10vw;
    line-height: 9vw;
  }

  .hero h2 {
    border-bottom: 0.4vw solid white;
    padding-bottom: 1vw;
    font-size: 11vw;
  }

  /* PAGE 2 */
  #page2 {
    height: auto;
    margin-top: 5vh;
  }

  #video-container {
    height: 40vh;
  }

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

  #video-crsr {
    width: 30vw;
    height: 30vw;
  }

  #video-crsr i {
    font-size: 4vw;
  }

  /* PAGE 3 */
  #page3 {
    padding: 5vh 3vw;
    margin-top: 3vh;
  }

  #page3 h1 {
    font-size: 6vw;
    margin-left: 5vw;
    margin-bottom: 3vh;
  }

  #page3 h1::before {
    font-size: 3vh;
    left: -8%;
    top: 5%;
  }

  #page3 .underline {
    margin-left: 5vw;
  }

  #image-div-container {
    margin: 0 2vw;
    padding: 0 2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .image-div {
    width: 85vw;
    height: 50vw;
    margin-bottom: 5vw;
  }

  .image-div:nth-child(1) {
    width: 83vw;
    height: 48vw;
  }

  .image-div img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .page3-circle1,
  .page3-circle2 {
    width: 45vw;
    height: 45vw;
    margin-top: 12vh;
    margin-left: 5vw;
  }

  .page3-circle1 svg,
  .page3-circle2 svg {
    height: 45%;
  }

  .circle-in p {
    font-size: 3vw;
    width: 70%;
  }
  /* PAGE 4 */
  #page4 {
    padding-top: 5vh;
  }

  #page-4-content {
    width: 90%;
    margin-left: 5%;
  }

  #page-4-content h1 {
    font-size: 8vw;
  }

  #page-4-content h1::before {
    font-size: 3vh;
    left: -8%;
    top: 5%;
  }

  .underline {
    margin: 4vw 0;
    border-top: 0.3vh solid;
  }

  .about-text {
    font-size: 3vw;
    width: 100%;
    margin: 5vh 0;
  }

  #page-4-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5vw;
  }

  #page-4-flex img {
    width: 90%;
  }

  .flex-content p {
    width: 100%;
    font-size: 3vw;
  }

  #page-4-blue-div {
    width: 85%;
    margin: -15vh 5vw 0 5vw;
    padding: 4vw 3vw;
  }

  .blue-div-elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 2vw 0;
  }

  .blue-div-elem p {
    width: 100%;
    font-size: 2.5vw;
    padding-left: 0;
    margin-top: 1vw;
  }

  .blue-div-elem h4 {
    font-size: 3vw;
  }

  /* PAGE 5 */
  #page5 .elem,
  #page5 .elem2 {
    margin-bottom: 4vw;
  }

  #page5 .elem h1,
  #page5 .elem2 h1 {
    font-size: 12vw;
    margin-right: 12px;
  }

  span {
    font-size: 6vw;
  }

  /* FOOTER */
  #footer {
    padding-left: 5vw;
  }

  #footer h1 {
    font-size: 8vh;
  }

  #footer h1::before {
    font-size: 3vh;
    left: -8%;
    top: 5%;
  }

  .underline1 {
    height: 1.5px;
    margin: 2vw 0;
  }

  .footer-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2vh;
    padding: 2vw 2vw 2vw 0;
  }

  .footer-flex h5 {
    font-size: 2.5vw;
  }

  .footer-flex h4 {
    font-size: 3.5vw;
  }

  .copy {
    font-size: 3vw;
  }

  #flag {
    height: 35vw;
  }
}
