@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');


body { background: #15161b url(../img/bg.svg) bottom right no-repeat; background-size: contain; overflow: hidden; font-family: 'Roboto', sans-serif; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100vh; }

a { color: #fff; -webkit-text-decoration-color: #f19100; text-decoration-color: #f19100; transition: color .2s ease-in-out; }
a:hover { color: #f19100; }
.container { display: flex; justify-content: center; flex-direction: column; flex-wrap: wrap; position: relative; text-align: left; height: 100%; }
.logo { position: absolute; top: 2.604vw; left: 5.208vw; width: 7.813vw; height: auto; }

.contact { position: absolute; bottom: 2.604vw; left: 5.208vw; }

.c1 { font-size: 0.938vw; opacity: 0.5; font-weight: 400; margin-bottom: 0.260vw; }
.c2 { font-size: 1.094vw; font-weight: 700; }

.social { margin-top: 0.781vw; display: block; }
.social img { width: 1.094vw; height: auto; display: inline-block; margin-right: 15px;}


.scroll { height: 10.417vw; overflow: hidden; position: relative; white-space: nowrap; }
.scroll h3 { font-size: 9.375vw; color: transparent; -webkit-text-stroke: 1px #fff; position: absolute; width: 100%; height: 100%; margin: 0; line-height: 9.375vw; text-align: center; transform: translateX(100%); -webkit-animation: scroll 15s linear infinite; animation: scroll 15s linear infinite; }
@-webkit-keyframes scroll { 0% { -webkit-transform: translateX(100%); }
  100% { -webkit-transform: translateX(-100%); } }
@keyframes scroll { 0% { /* Firefox bug fix */ /* Firefox bug fix */
    transform: translateX(100%); }
  100% { /* Firefox bug fix */ /* Firefox bug fix */
    transform: translateX(-100%); } }


@media (max-width: 767.98px) {
.logo { width: 26.076vw; top: 6.519vw; left: 6.519vw; }
  .contact { bottom: 26.519vw; left: 6.519vw; }
  .c1 { font-size: 3.129vw; }
  .c2 { font-size: 3.911vw; }
  .social { margin-top: 1.956vw; }
  .social img { width: 3.911vw; } }



   