@font-face {
  font-family: game-of-squids;
  src: url(../fonts/GameOfSquids.ttf);
}
body, html{
    margin:0;
    font-size: 16px;
    font-family: Quicksand, sans-serif;
    overflow: hidden;
}
ul, ol{
    list-style: none;
    padding:0;
    margin:0;
}
input:focus, button:focus, textarea:focus{
    outline: none;
}
img{
    max-width: 100%;
}
a:hover,a:focus{
    text-decoration: none;
}
.top-nav{
background-color: #212529;
padding: 1rem 0;
}
.navbar-light .navbar-nav .nav-link{
color: rgba(255,255,255,.55);
transition: all .3s ease;
text-transform: uppercase;
font-size: .9rem;
height: 100%;
    display: flex;
    position: relative;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
color: rgba(255,255,255,1);
}
.navbar-light .navbar-brand{
color: #fff;
font-family: game-of-squids;
transition: all .3s ease;
}
.navbar-light .navbar-brand:hover{
opacity: .8;
color: #fff;
}
.nav-outline {
    border: 1px solid #fff;
}
.navbar-light .navbar-nav .nav-link.nav-outline{
    margin-left: .5rem;
}
.navbar-light .navbar-nav .nav-link.nav-outline:hover{
    background-color:  #fff;
    color: #000;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler{
    border: 0;
}
.bg{
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: calc(100% + 50px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.bg.mobile{
    background-size: cover;
}
.wrapper{
    width: 100%;
    position: relative;
    z-index: 1;
}
.main{
    position: relative;
    min-height: calc(100vh - 5.5rem);
}
.main:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}
.main-content{
    text-align: center;
    position: relative;
    z-index: 1;
}
.main-content h1 {
    font-family: 'game-of-squids', sans-serif;
    font-size: 3em;
    margin-bottom: 20px;
    padding: 40px 40px;
    color: white;
    display: inline-block;
    padding-top: 30px;
}
.main-content .btn{
    width: 230px;
    border-radius: 3px;
    margin: 8px;
    color: #333333;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.main-content .btn:hover{
    background: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-nav .nav-link div {
    height: 1.2rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.navbar-light .navbar-nav .nav-link:after{
position: absolute;
content:"";
bottom:.5rem;
left: 51%;
right: 51%;
height: 1px;
background-color: #fff;
transition: all .2s ease;
}
.navbar-light .navbar-nav .nav-link:hover:after, .navbar-light .navbar-nav .nav-item.active .nav-link:after{
left: .5rem;
right: .5rem;
}
.navbar-light .navbar-nav .nav-link span{
transition: all .2s ease;
position: relative;
height: 1.2rem;
display: inline-block;
top:0;
}
.navbar-light .navbar-nav .nav-link:hover span, .navbar-light .navbar-nav .nav-item.active .nav-link span{
top: -1.2rem;
}
.navbar-nav .nav-item .nav-link.nav-outline:after{
display: none;
}
.logo .text {
  width: 100%;
  width: 240px;
}
.navbar-expand-lg .navbar-collapse{
    width: calc(100% - 240px);
}
.navbar-light .navbar-brand{
    margin-right: 0;
}
.logo .text text {
  color: #F3F3F3;
  stroke-width: 3px;
  stroke-dashoffset: -800;
  stroke-dasharray: 800;
}
.logo .text text.is-active {
  animation-name: text;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  stroke-dashoffset: 0;
    fill: #F3F3F3;
    stroke-width: 0px;
}
.logo .text text.is-active1 {
  animation-name: text;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes icon {
  50% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  75% {
    fill: transparent;
    stroke-width: 3px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #F3F3F3;
    stroke-width: 0px;
  }
}
@keyframes text {
  50% {
    fill: transparent;
  }
  75% {
    fill: transparent;
    stroke-dashoffset: 0;
    stroke-width: 3px;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #F3F3F3;
    stroke-width: 0px;
  }
}
.navbar-light .navbar-nav .nav-item{
    padding-top: .2rem;
}
.main-content h1 .logo .text {
    width: 31rem;
    max-width: 100%;
}
.main-content h1 .logo {
    line-height: 1;
}
.main-content .btn{
    transition: .5s;
    position: relative;
    overflow: hidden;
}
.main-content .btn b{
    position: relative;
    z-index: 2;
    font-weight: 400;
}
.main-content .btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #212529;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: 0;
}

.main-content .btn:hover {
    color: #fff;
}

.main-content .btn:hover span {
    transform: translateY(0) scale(2);
}

.main-content .btn span:nth-child(2) {
    --n: 1;
}

.main-content .btn span:nth-child(3) {
    --n: 2;
}

.main-content .btn span:nth-child(4) {
    --n: 3;
}

.main-content .btn span:nth-child(5) {
    --n: 4;
}