@import url("conf.css");

::selection {
  background-color: var(--main-color);
  color: #fff;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

@media only screen and (max-device-width: 800px) {
  /* PHONE */

  body {
    font-family: "Rubik", sans-serif;
    background-color: var(--main-color);
    overflow-x: hidden;
    font-size: 50px;
  }

  .aaa {
    width: 100%;
  }

  .TOP {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 200px;
    z-index: 5;
  }

  .TOP .container {
    height: 100%;
  }

  .TOP.stick {
    top: 0;
    padding-top: 10px;
    background-color: var(--dark-color);
    position: fixed;
    animation: 0.5s ease 0s forwards top-apear;
  }

  .logo {
    height: 100%;
  }

  #logo {
    height: 100%;
  }

  .links {
    display: block;
  }

  .logreg {
    position: fixed;
    bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
  }

  .logreg a {
    margin-left: 15px;
    text-decoration: none;
    font-size: 50px;
    color: #fff;
  }

  .register {
    background-color: #fff;
    color: #000 !important;
    padding: 20px;
    border-radius: 100px;
    cursor: pointer;
    transition-property: background-color, color;
    transition-duration: 0.2s;
  }

  .register:hover {
    background-color: var(--main-color);
    color: #fff;
  }

  .login {
    color: #fff;
  }

  .login::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s;
  }

  .login:hover::after {
    width: 100%;
  }

  .logreg img {
    height: 50px;
  }

  .langs {
    position: absolute;
    bottom: 150px;
    left: 20px;
    padding: 5px 0 20px 0;
    background-color: #00000044;
    color: rgba(255, 255, 255, 0);
    border-top: 2px solid #fff;
    width: 0;
    transition-property: width, padding, color;
    transition-duration: 0.4s;
    overflow: hidden;
    white-space: nowrap;
  }

  .langs a {
    position: relative;
    display: flex;
    align-items: center;
  }

  .langs img {
    margin-right: 5px;
  }

  .langs-open {
    width: 300px;
  }

  .links {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    right: 0;
    top: 0;
    background-color: var(--main-color-transparent);
    overflow: hidden;
    transition-property: width;
    transition-duration: 0.2s;
  }
  .links a {
    margin-top: 50px;
  }

  .no-scroll {
    overflow: hidden;
  }

  .links-open {
    visibility: visible;
    width: 100%;
  }

  .links-closed {
    width: 0;
  }

  .links a {
    color: #fff;
  }

  .presentazione {
    visibility: hidden;
  }

  .presentazioni {
    display: block;
  }

  .altrepres {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .altrepres a {
    margin: 0;
  }

  .main {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: 30% 0;
    background-size: cover;
    background-image: url("img/wall.jpg");
    z-index: -5;
    overflow: hidden;
  }

  #wall {
    position: absolute;
    height: 0;
    opacity: 0.7;
    z-index: -1;
  }

  .horse-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  .horse {
    color: #fff;
    opacity: 0;
    animation: 2s ease 0.3s forwards opacity-apear;
  }

  .horse h1 {
    font-size: 150px;
    line-height: 0;
  }

  .horse h2 {
    font-size: 50px;
    font-weight: 200;
  }

  .video a {
    text-decoration: none;
  }

  .video img {
    opacity: 0;
    object-fit: cover;
    filter: brightness(0.7);
    height: 400px;
    width: 400px;
    margin-top: 100px;
    animation: 2s ease 0.3s forwards opacity-apear;
    border-radius: 200px;
    border: 1px solid var(--main-color);
    cursor: pointer;
  }

  .video img:hover {
    filter: brightness(1);
  }

  .play {
    position: relative;
    font-size: 300px;

    bottom: 450px;
    left: 350px;
    color: var(--main-color);
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    animation: 2s ease 0.3s forwards opacity-apear;
  }

  .main i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    margin: 0;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center;

    animation: 2s ease 0s infinite floaty;
  }

  #info {
    position: absolute;
    bottom: 70px;
  }

  .info {
    background-color: #fff;
    text-align: justify;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .info section {
    margin: 40px;
    width: 80%;
    opacity: 0;
  }

  .s1.active {
    animation: 0.5s ease 0.2s forwards apear;
  }

  .s2.active {
    animation: 0.5s ease 0.4s forwards apear;
  }

  .s3.active {
    animation: 0.5s ease 0.6s forwards apear;
  }

  .s1 header.active {
    animation: 0.7s ease 0.7s forwards line;
  }

  .s2 header.active {
    animation: 0.7s ease 0.9s forwards line;
  }

  .s3 header.active {
    animation: 0.7s ease 1.2s forwards line;
  }

  .s1 article.active {
    animation: 1s ease 1.3s forwards text-apear;
  }

  .s2 article.active {
    animation: 1s ease 1.5s forwards text-apear;
  }

  .s3 article.active {
    animation: 1s ease 1.7s forwards text-apear;
  }

  .s1 footer.active {
    animation: 1s ease 1.9s forwards imgs;
  }

  .s2 footer.active {
    animation: 1s ease 2.1s forwards imgs;
  }

  .s3 footer.active {
    animation: 1s ease 2.3s forwards imgs;
  }

  .info header {
    font-size: 80px;
    color: var(--main-color);
    border-bottom: solid 10px;
    width: 0;
    white-space: nowrap;
  }

  .info article {
    font-size: 30px;
    margin-top: 20px;
    opacity: 0;
  }

  .info footer {
    text-align: center;
    opacity: 0;
  }
  .info img {
    max-width: 90%;
    border-radius: 20px;
  }

  .info .first ul {
    list-style-type: "✓ ";
  }

  .info .second ul {
    list-style-type: "-  ";
  }

  .info li {
    padding-bottom: 10px;
  }

  .inter1,
  .inter2 {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    opacity: 0.7;

    box-shadow: inset 0px 0px 20px 3px rgba(0, 0, 0, 0.4);
  }

  .inter1 {
    background-image: url(img/inter1.jpg);
  }

  .inter2 {
    background-image: url(img/inter2.jpg);
  }

  .anothertime {
    background-color: #fff;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .anothertime video {
    max-width: 100%;
    border-radius: 30px;
    border: solid 2px var(--main-color);
  }

  #full {
    pointer-events: none;
    opacity: 0;
  }

  .playing {
    pointer-events: all !important;
    opacity: 1 !important;
  }

  .video2 {
    cursor: pointer;
    background-image: url(img/presscreen.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    box-shadow: inset 0px 0px 20px 3px rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    border: solid 2px var(--main-color);
  }

  .BOTTOM {
    width: 100%;
    color: #fff;
  }

  .BOTTOM a {
    color: #fff;
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 200;
    transition-property: color;
    transition-duration: 0.2s;
  }

  .BOTTOM a:hover {
    color: #ffffffaa;
  }

  .contacts {
    display: flex;
    flex-direction: column;
  }

  .container-bottom {
    display: flex;
    justify-content: space-around;
    padding: 0 80px;
  }

  .BOTTOM img {
    height: 150px;
  }

  .BOTTOM h6 {
    font-weight: 100;
    font-size: 10px;
  }

  .c2 {
    line-height: 5px;
    margin-top: 30px;
  }

  .BOTTOM h2 {
    font-size: 30px;
  }

  .cred p {
    font-size: 15px;
  }

  #cool:hover {
    animation: 4s ease infinite cool;
  }

  #cool:hover::after {
    animation: 4s ease forwards text-apear;
    content: " <-- very cool";
  }

  .menu-link-wrapper {
    width: 65px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 30px;
    transform: scale(2.1);
  }

  .menu-link {
    width: 100%;
    height: 100%;
  }

  .lines {
    -moz-transition: background 0.2s ease 0.4s;
    -o-transition: background 0.2s ease 0.4s;
    -webkit-transition: background 0.2s ease;
    -webkit-transition-delay: 0.4s;
    transition: background 0.2s ease 0.4s;
    display: block;
    width: 100%;
    height: 2px;
    background: #aaa;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 60%;
    margin: 0 20%;
    position: relative;
    background: #ffffff;
    top: 22px;
    border-radius: 20px;
  }

  .lines:before,
  .lines:after {
    display: block;
    width: 100%;
    height: 2px;
    background: #aaa;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    left: 0;
    content: "";
    background: #ffffff;
    -moz-transition: -moz-transform 0.2s ease 0s, width 0.2s ease 0.2s,
      top 0.2s ease 0.4s;
    -o-transition: -o-transform 0.2s ease 0s, width 0.2s ease 0.2s,
      top 0.2s ease 0.4s;
    -webkit-transition: -webkit-transform 0.2s ease, width 0.2s ease,
      top 0.2s ease;
    -webkit-transition-delay: 0s, 0.2s, 0.4s;
    transition: transform 0.2s ease 0s, width 0.2s ease 0.2s, top 0.2s ease 0.4s;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;

    border-radius: 20px;
  }

  .lines:before {
    top: -10px;
  }

  .lines:after {
    top: 10px;
  }

  .menu-trigger-open .lines {
    -moz-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    -webkit-transition: background 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: background 0.2s ease 0s;
  }

  .menu-trigger-open .lines:before,
  .menu-trigger-open .lines:after {
    -moz-transition: top 0.2s ease 0s, width 0.2s ease 0.2s,
      -moz-transform 0.2s ease 0.4s;
    -o-transition: top 0.2s ease 0s, width 0.2s ease 0.2s,
      -o-transform 0.2s ease 0.4s;
    -webkit-transition: top 0.2s ease, width 0.2s ease,
      -webkit-transform 0.2s ease;
    -webkit-transition-delay: 0s, 0.2s, 0.4s;
    transition: top 0.2s ease 0s, width 0.2s ease 0.2s, transform 0.2s ease 0.4s;
    top: 0;
    width: 50%;
  }

  .menu-trigger-open .lines:before {
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }

  .menu-trigger-open .lines:after {
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
}

@media only screen and (min-device-width: 800px) {
  /* PC */

  ::-webkit-scrollbar {
    width: 10px;

    z-index: 99999;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;

    border-left: 1px solid #000;
  }

  ::-webkit-scrollbar-thumb {
    background: var(--main-color);

    border-left: 1px solid #000;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: var(--dark-color);
  }

  html,
  body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
  }
  body {
    font-family: "Rubik", sans-serif;
    background-color: var(--main-color);
    overflow-x: hidden;
  }

  #logo {
    height: 100%;
  }

  .logo {
    height: 100%;
  }

  .TOP {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 20px;
    left: 0;
    z-index: 2;
    display: flex;
  }

  .TOP.stick {
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: var(--dark-color);
    position: fixed;
    animation: 0.5s ease 0s forwards top-apear;
  }

  .altrepres.stick {
    top: 70px;
  }

  .logreg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 50px;
    top: 30px;
  }

  .logreg a {
    margin-left: 15px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
  }

  .register {
    position: relative;
    padding: 24px 32px;
    border-radius: 100vw;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  .button-text {
    position: relative;
    z-index: 2;
    pointer-events: none;

    color: #000;
    transition: color 0.3s;
  }

  .fill-container {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding-bottom: 100%;
    transform: translateY(-50%) rotate(180deg);
  }
  .fill-container::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    border-radius: 50%;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(-100%);
  }

  .fill-container:hover + .button-text {
    color: #fff;
  }

  .fill-container:hover,
  .fill-container:hover::after {
    border-color: var(--main-color);
    transform: translateY(-4px);

    transform: translateY(-50%) rotate(0);
  }

  .fill-container:hover::after {
    transform: translateY(0);
  }

  .login {
    color: #fff;
  }

  .login::after {
    content: "";
    display: block;
    height: 2px;
    background: #fff;

    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
  }

  .login:hover::after {
    transform-origin: left;
    transform: scaleX(1);
  }

  .langs {
    position: absolute;
    top: 70px;
    right: 200px;
    padding: 0 0 20px 0;
    background-color: #00000044;
    color: rgba(255, 255, 255, 0);
    border-top: 2px solid #fff;
    width: 0;
    transition-property: width, padding, color;
    transition-duration: 0.4s;
    overflow: hidden;
    white-space: nowrap;
  }

  .langs a {
    position: relative;
    display: flex;
    align-items: center;
  }

  .langs img {
    margin-right: 5px;
  }

  .langs-open {
    width: 150px;
  }

  .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
  }

  .links {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .altrepres {
    position: absolute;
    top: 58px;
    left: 356px;
    padding: 25px 0;
    background-color: #00000044;
    color: rgba(255, 255, 255, 0);
    border-top: 2px solid #fff;
    width: 0;
    transition-property: width, padding, color;
    transition-duration: 0.4s;
    overflow: hidden;
    white-space: nowrap;
  }

  .altrepres a {
    position: relative;
  }

  .altrepres a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transition: height 0.3s;
    z-index: -1;
  }

  .altrepres a:hover::after {
    height: 20px;
    width: 100%;
  }

  .altrepres a:hover {
    color: #fff;
  }

  .presentazioni:hover .altrepres {
    width: 170px;
    color: rgba(255, 255, 255, 255);
    padding: 25px;
  }

  .links a {
    margin-left: 15px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
  }

  .links a:not(.altrepres a):after {
    content: "";
    display: block;
    height: 2px;
    background: #fff;

    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
  }

  .links a:not(.presentazione):hover::after {
    transform-origin: left;
    transform: scaleX(1);
  }

  /*a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #18272F;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }
  
  a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }*/

  .main {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .main::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-position: 30% 0;
    background-size: cover;
    background-image: url("img/wall.jpg");
    z-index: -5;
  }

  #wall {
    height: 0;
    position: absolute;

    object-fit: cover;
    opacity: 0.7;
    z-index: -1;
  }

  .horse-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  .horse {
    color: #fff;
    opacity: 0;
    animation: 2s ease 0.3s forwards opacity-apear;
  }

  .horse h1 {
    font-size: 100px;
    line-height: 0;
  }

  .horse h2 {
    line-height: 0;
    font-size: 20px;
    font-weight: 200;
  }

  .video a {
    text-decoration: none;
  }

  .video img {
    opacity: 0;
    object-fit: cover;
    filter: brightness(0.7);
    height: 200px;
    width: 200px;
    margin-left: 600px;
    animation: 2s ease 0.3s forwards opacity-apear;
    border-radius: 100px;
    border: 1px solid var(--main-color);
    cursor: pointer;
    transition: filter 0.7s, transform ease 0.7s;
  }

  .video img:hover {
    filter: brightness(1);
    transform: scale(1.1) rotate(720deg);
  }

  .play {
    position: relative;
    bottom: 70px;
    right: 150px;
    font-size: 100px;
    color: var(--main-color);
    cursor: pointer;
    pointer-events: none;

    opacity: 0;
    animation: 2s ease 0.3s forwards opacity-apear;
  }

  .main i {
    color: #fff;
    font-size: 50px;
    position: absolute;
    margin: 0;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center;

    animation: 2s ease 0s infinite floaty;
  }

  #info {
    position: absolute;
    bottom: 70px;
  }

  .info {
    background-color: #fff;
    text-align: justify;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
  }

  .info section {
    margin: 40px;
    width: calc(33vw);
    opacity: 0;
  }

  .s1.active {
    animation: 0.5s ease 0s forwards apear;
  }

  .s2.active {
    animation: 0.5s ease 0.2s forwards apear;
  }

  .s3.active {
    animation: 0.5s ease 0.4s forwards apear;
  }

  .s1 header.active {
    animation: 0.7s ease 0.5s forwards line;
  }

  .s2 header.active {
    animation: 0.7s ease 0.7s forwards line;
  }

  .s3 header.active {
    animation: 0.7s ease 1s forwards line;
  }

  .s1 article.active {
    animation: 1s ease 1.1s forwards text-apear;
  }

  .s2 article.active {
    animation: 1s ease 1.3s forwards text-apear;
  }

  .s3 article.active {
    animation: 1s ease 1.5s forwards text-apear;
  }

  .s1 footer.active {
    animation: 1s ease 1.7s forwards imgs;
  }

  .s2 footer.active {
    animation: 1s ease 1.9s forwards imgs;
  }

  .s3 footer.active {
    animation: 1s ease 2.1s forwards imgs;
  }

  .info header {
    font-size: 40px;
    color: var(--main-color);
    border-bottom: solid 2px;
    width: 0;
    white-space: nowrap;
  }

  .info article {
    height: 500px;
    font-size: 20px;
    margin-top: 20px;
    opacity: 0;
  }

  .info footer {
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: end;
    text-align: center;

    opacity: 0;
  }
  .info img {
    max-width: 90%;
    border-radius: 20px;
  }

  .info ul {
    list-style-type: "✓ ";
  }

  .info li {
    padding-bottom: 10px;
  }

  .inter1,
  .inter2 {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    opacity: 0.7;
    box-shadow: inset 0px 0px 20px 3px rgba(0, 0, 0, 0.4);
  }

  .inter1 {
    background-image: url(img/inter1.jpg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .inter1 span {
    margin-top: 70px;
  }

  .inter2 {
    background-image: url(img/inter2.jpg);
  }

  .anothertime {
    background-color: #fff;
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .anothertime video {
    border-radius: 30px;
    border: solid 2px var(--main-color);
  }

  #full {
    pointer-events: none;
    opacity: 0;
  }

  .playing {
    pointer-events: all !important;
    opacity: 1 !important;
  }

  .video2 {
    cursor: pointer;
    background-image: url(img/presscreen.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    box-shadow: inset 0px 0px 20px 3px rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    border: solid 2px var(--main-color);
  }

  .BOTTOM {
    width: 100%;
    color: #fff;
  }

  .BOTTOM a {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 200;
    transition-property: color;
    transition-duration: 0.2s;
  }

  .BOTTOM a:hover {
    color: #ffffffaa;
  }

  .contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .container-bottom {
    display: flex;
    justify-content: space-around;
    padding: 50px 0 10px 0;
  }

  .BOTTOM img {
    height: 150px;
  }

  .BOTTOM h6 {
    font-weight: 100;
  }

  .cred a {
    margin-right: 20px;
    font-size: 30px;
    text-decoration: none;
    line-height: 5px;
  }

  .c2 {
    margin-top: 40px;
  }

  .cred p {
    font-size: 20px;
    line-height: 5px;
  }

  #cool:hover {
    animation: 4s ease 5s infinite cool;
  }

  #cool:hover::after {
    opacity: 0;
    animation: 1s ease 5s forwards text-apear;
    content: " <-- very cool";
  }
}

@keyframes cool {
  0% {
    text-shadow: none;
  }

  50% {
    text-shadow: 0 -1px 4px #fff, 0 -2px 10px #ff0, 0 -10px 20px #ff8000,
      0 -18px 40px #f00;
  }

  100% {
    text-shadow: none;
  }
}

@keyframes text-apear {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes opacity-apear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes top-apear {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes line {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes apear {
  0% {
    opacity: 0;
    transform: translateX(-10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes imgs {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: translateX(1);
  }
}

@keyframes floaty {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(25px);
  }

  100% {
    transform: translateY(0);
  }
}
