/* font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'VT323', monospace;
font-family: 'Anton', sans-serif;*/

/**************** Website Frame ******************/
body {
  cursor: url('assets/cursor/hand.png'), auto;
}

.websiteFrame {
  position: fixed;
  z-index: 990;

  animation-name: backgroundColorPalette;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@keyframes backgroundColorPalette {
  0% {
    background: #e85709;
  }

  25% {
    background: #c1f429;
  }

  50% {
    background: #29ade6;
  }

  75% {
    background: #d419e1;
  }

  100% {
    background: #f30619;
  }
}

#websiteFrameTop {
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

#websiteFrameRight {
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
}

#websiteFrameBottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

#websiteFrameLeft {
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
}

* {
  box-sizing: border-box;
}

body {
  background-color: black;
  border: solid 1px transparent;
}

/**************** Title  ******************/

.container {
  border: solid 1px transparent;

  display: flex;
  height: 97vh;
  align-items: center;
  justify-content: center;
}

a {
  text-decoration: none;
  color: white;
}

.title {
  color: white;
  border: solid 1px rgb(136, 44, 44)08, 55, 55;
  font-family: 'Bangers', cursive;
  font-size: calc(2rem + 5vw);


}

a {
  transition: 300ms;
}

#bgVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 50%;
  min-height: 50%;
  z-index: -5;
}


/**************** Images ******************/

img {
  position: absolute;
  width: 130px;
  height: auto;
  z-index: 1;
}

.img1 {
  top: 10%;
  left: 15%;
  animation: circle1 10s linear infinite;
}

.img2 {
  top: 15%;
  left: 66%;
  animation: circle2 15s linear infinite;
}

.img3 {
  top: 40%;
  left: 15%;
  animation: circle3 20s linear infinite;
}

.img4 {
  top: 80%;
  left: 70%;
  animation: circle4 20s linear infinite;
}

.img5 {
  top: 70%;
  left: 15%;
  animation: circle5 15s linear infinite;
}

.img6 {
  top: 55%;
  left: 80%;
  animation: circle6 10s linear infinite;
}

.img7 {
  top: 35%;
  left: 80%;
  animation: circle7 10s linear infinite;
}

.img8 {
  top: 60%;
  left: 55%;
  animation: circle8 10s linear infinite;
}

.img9 {
  top: 25%;
  left: 35%;
  animation: circle10 10s linear infinite;
}

.img10 {
  top: 10%;
  left: 50%;
  animation: circle9 10s linear infinite;
}

.img11 {
  top: 70%;
  left: 35%;
  animation: circle9 10s linear infinite;
}

@keyframes circle1 {
  from {
    transform: rotate(0deg) translate(-30px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }
}

@keyframes circle2 {
  from {
    transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }

  to {
    transform: rotate(0deg) translate(-30px) rotate(0deg);
  }
}

@keyframes circle3 {
  from {
    transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }

  to {
    transform: rotate(0deg) translate(-30px) rotate(0deg);
  }
}

@keyframes circle4 {
  from {
    transform: rotate(0deg) translate(-30px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }
}

@keyframes circle5 {
  from {
    transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }

  to {
    transform: rotate(0deg) translate(-30px) rotate(0deg);
  }
}

@keyframes circle6 {
  from {
    transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }

  to {
    transform: rotate(0deg) translate(-30px) rotate(0deg);
  }
}

@keyframes circle7 {
  from {
    transform: rotate(0deg) translate(-30px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }
}

@keyframes circle8 {
  from {
    transform: rotate(0deg) translate(-30px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }
}

@keyframes circle9 {
  from {
    transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }

  to {
    transform: rotate(0deg) translate(-30px) rotate(0deg);
  }
}

@keyframes circle10 {
  from {
    transform: rotate(0deg) translate(-30px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translate(-30px) rotate(-360deg);
  }
}



/**************** Hover effect Laptop ******************/

:root {
  --color-primary: #ffffff;
  --color-secondary: #e12a11;
  --color-tertiary: #c1f429;
  --color-quaternary: #29ade6;
  --color-quinary: #d419e1;
  /*
    --color-primary: #5192ED;
    --color-secondary: #69A1F0;
    --color-tertiary: #7EAEF2;
    --color-quaternary: #90BAF5;
    --color-quinary: #A2C4F5;
    */
}

.title:hover {
  font-family: 'Bangers', cursive;
  font-size: calc(2rem + 5vw);
  cursor: pointer;

  text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary),
    9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
  font-weight: 400;
  font-size: calc(2rem + 5vw);
  text-align: center;
  margin: 0;
  color: var(--color-primary);
  //color: transparent;
  //background-color: white;
  //background-clip: text;
  animation: shadows 1.2s ease-in infinite, move 1.2s ease-in infinite;
}

@keyframes shadows {
  0% {
    text-shadow: none;
  }

  10% {
    text-shadow: 3px 3px 0 var(--color-secondary);
  }

  20% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary);
  }

  30% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }

  40% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary),
      12px 12px 0 var(--color-quinary);
  }

  50% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary),
      12px 12px 0 var(--color-quinary);
  }

  60% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary),
      12px 12px 0 var(--color-quinary);
  }

  70% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
  }

  80% {
    text-shadow: 3px 3px 0 var(--color-secondary),
      6px 6px 0 var(--color-tertiary);
  }

  90% {
    text-shadow: 3px 3px 0 var(--color-secondary);
  }

  100% {
    text-shadow: none;
  }
}

@keyframes move {
  0% {
    transform: translate(0px, 0px);
  }

  40% {
    transform: translate(-12px, -12px);
  }

  50% {
    transform: translate(-12px, -12px);
  }

  60% {
    transform: translate(-12px, -12px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

/**************** Hover Effect Phone Screen ******************/

@media screen and (max-width: 500px) {
  :root {
    --color-primary: #ffffff;
    --color-secondary: #e12a11;
    --color-tertiary: #c1f429;
    --color-quaternary: #29ade6;
    --color-quinary: #d419e1;
    /*
      --color-primary: #5192ED;
      --color-secondary: #69A1F0;
      --color-tertiary: #7EAEF2;
      --color-quaternary: #90BAF5;
      --color-quinary: #A2C4F5;
      */
  }

  .title {
    font-family: 'Bangers', cursive;
    font-size: calc(2rem + 5vw);
    cursor: pointer;

    text-shadow: 3px 3px 0 var(--color-secondary), 6px 6px 0 var(--color-tertiary),
      9px 9px var(--color-quaternary), 12px 12px 0 var(--color-quinary);
    font-weight: 400;
    font-size: calc(2rem + 5vw);
    text-align: center;
    margin: 0;
    color: var(--color-primary);
    //color: transparent;
    //background-color: white;
    //background-clip: text;
    animation: shadows 1.2s ease-in infinite, move 1.2s ease-in infinite;
  }

  @keyframes shadows {
    0% {
      text-shadow: none;
    }

    10% {
      text-shadow: 3px 3px 0 var(--color-secondary);
    }

    20% {
      text-shadow: 3px 3px 0 var(--color-secondary),
        6px 6px 0 var(--color-tertiary);
    }

    30% {
      text-shadow: 3px 3px 0 var(--color-secondary),
        6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
    }

    40% {
      text-shadow: 3px 3px 0 var(--color-secondary),
        6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary),
        12px 12px 0 var(--color-quinary);
    }

    50% {
      text-shadow: 3px 3px 0 var(--color-secondary),
        6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary),
        12px 12px 0 var(--color-quinary);
    }

    60% {
      text-shadow: 3px 3px 0 var(--color-secondary),
        6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary),
        12px 12px 0 var(--color-quinary);
    }

    70% {
      text-shadow: 3px 3px 0 var(--color-secondary),
        6px 6px 0 var(--color-tertiary), 9px 9px var(--color-quaternary);
    }

    80% {
      text-shadow: 3px 3px 0 var(--color-secondary),
        6px 6px 0 var(--color-tertiary);
    }

    90% {
      text-shadow: 3px 3px 0 var(--color-secondary);
    }

    100% {
      text-shadow: none;
    }
  }

  @keyframes move {
    0% {
      transform: translate(0px, 0px);
    }

    40% {
      transform: translate(-12px, -12px);
    }

    50% {
      transform: translate(-12px, -12px);
    }

    60% {
      transform: translate(-12px, -12px);
    }

    100% {
      transform: translate(0px, 0px);
    }
  }
}