
.ip-tooltip {
    position: absolute;
    display: block;
    padding: 5px 8px 3px;
    border-radius: 4px;
    font-size: 11px;
    bottom: calc(145%);
    right: 0;
    background: rgba(0,0,0,0.15);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .15s
}

.ip-tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 11px;
    width: 0;
    border: 4px solid transparent;
    border-top-color: rgba(0,0,0,0.15)
}

.count:hover+.ip-tooltip {
    transform: translate(0, 5px);
    opacity: 1;
    visibility: visible
}


/* --------------- */
#bg-image-container {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;;
    z-index: 500;
}
#bg-image {
   bottom: 0;
   height: 100%;
   left: 0;
   position: absolute;
   right: 0;
   top: 0;
   width: 100%;
   z-index: -1;
   background: rgba(0, 0, 0, 0) url(../img/bg.jpg) no-repeat scroll 30% 50%;
   font: normal normal normal 16px/normal Helvetica, Arial, sans-serif;
   zoom:1.1;
   background-size:cover;
}
.animatable {
    -webkit-transition:all 7500ms ease-out;
    transition:all 7500ms ease-out;
}
.scaled {
    -webkit-transform:scale(1.3);
    left: 50px;
    transform:scale(1.3);
}
/* --------------- */
#bg-image-content .logo img {
    -webkit-animation: mover 7s infinite ease-in-out normal;
    animation: mover 7s infinite ease-in-out normal;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}
#bg-image-content > div {
    margin: 20px;
}
.title-ip {
    margin-top: 40px !important;
}
#bg-image-content .title {
    white-space: nowrap;
    font-size: 80px;
    padding: 0 20px 0  20px;
    margin: 0;
    line-height: 84px;
    font-weight: 700;
    color: rgb(240, 230, 230);
    letter-spacing: 0;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    visibility: inherit;
    text-align: inherit;
    border-width: 0;
    min-height: 90px;
    min-width: 0;
    max-height: none;
    max-width: none;
}
#bg-image-content .container {
     display: flex;
     flex-wrap: wrap;
 }
.btn-play {
}

/* ------------- */
body,html {
    height: 100%;
    position: relative;
    font-family: Rubik,sans-serif;
    color: #ffffff;
}
#nav-icon {
    width: 30px;
    height: 35px;
    position: relative;
    margin-top: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}



/* Navbar */
#nav-icon {
}

.navbar-brand:hover, .navbar-brand:active, .navbar-brand:focus, .navbar-brand {
    color: #CD3A2D;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;

}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #E7A65F;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
}

#nav-icon span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
    top: 0px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
    top: 10px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
    top: 20px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
    left: 0px;
    top: 9px;
}

#nav-icon.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 9px;
}

#nav-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon.open span:nth-child(5) {
    left: 0px;
    top: 19px;
}

#nav-icon.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 19px;
}

/* Navbar menu */
.navbar-menutop {
    height: auto;
    width: 100%;
    background-color: transparent;
}
@media (max-width:767px){
    .title {
        font-size: 50px !important;
    }
    .navbar-menutop  {
        display: none !important;
    }
    #bg-image-content {
        margin-top: 0 !important;
    }
    .navbar-scroll {
        height: auto !important;
        top: 0px !important;
        opacity: 100 !important;;
    }
}
.navbar {
    -webkit-transition:all .6s cubic-bezier(.77,0,.173,1);
    transition:all .6s cubic-bezier(.77,0,.173,1);
    z-index: 999;
    -webkit-box-shadow:  none !important;
    box-shadow: none !important;;
}
.navbar .nav-item {
    position: relative;
    font-family: Rubik,sans-serif;
    font-weight: 700;
    line-height: 23px;
    font-size: 13px;
    letter-spacing: .06em;
    margin: auto 20px ;
    height: 100%;
    text-transform: uppercase;
}
.navbar-toggler {
    position: relative;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.nav-item>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #CD3A2D;
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(.645,.045,.355,1);
    -moz-transition: opacity 1s cubic-bezier(.645,.045,.355,1);
    transition: opacity 1s cubic-bezier(.645,.045,.355,1);
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    transform: skewX(15deg)
}

.nav-item:hover>a:after {
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(.19,1,.22,1);
    -moz-transition: opacity 1s cubic-bezier(.19,1,.22,1);
    transition: opacity 1s cubic-bezier(.19,1,.22,1)
}

.nav-item>a.active:after {
    opacity: 1
}

.nav-item>a.active {
    color: #CD3A2D
}
.nav-item:hover > a {
    color: #fff
}

.nav-item>a, .nav-item>a:focus, .nav-item>a:hover, .nav-item>a:active {
    color: #fff
}

.nav-item>a.active,.nav-item>a.active:hover {
    color: #CD3A2D
}
.dark-red {
    color: #CD3A2D;
}
.gold {
    color: #E7A65F;
}

.navbar-nav {
}
.navbar-scroll {
    top: -40px;
    height: 40px;
    background: #17161a;
    position:fixed !important;
    right:0;
    left:0;
    opacity: 0;
    z-index:1030;
    animation-iteration-count: 500;

}
.navbar-scrolled {
    top: 0px;
    opacity: 100;
}
/* Content */
h2 {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
h3 {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.text-container {
    padding: 70px 0;
    font-family: 'Open Sans', sans-serif;
    color: #dedede;
    text-align: left;
}
@media (max-width:767px){
    .text-container {
        text-align: center;
    }
}
.text-container .row >div {
    margin: 20px auto;
}
.text-container hr{
    border-color: #64a19d;
    border-width: .25rem;
    width: 30%;
    height: 6px !important;
    opacity: 1;
    color: #CD3A2D;
}
.parallax {
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.btn-discord {
    background-color: #1266f1 !important;
}
.btn-discord, .btn-play, .btn-vote, .btn-link{
    font-family: 'Rubik', sans-serif !important;
    font-size: 16px !important;
    text-transform: none  !important;
    font-weight: 400  !important;
    color: #fff !important;
}
.btn-link {

}
.btn-vote {
    background-color: #1b6c1c!important;
    width: 100%;
    margin: 2px;
}
body.swal2-height-auto{
    height: 100% !important;
 }
.swal2-popup {
    background: #17161a;

}
.opacity-0{
    opacity: 0!important;;
}