@import url("https://use.typekit.net/cpf1uoq.css");

s, strike {
    text-decoration: none;
    position: relative;
}

s::before, strike::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background: red; /*this is the color of the line*/
    opacity: .7;
    content: '';
    width: 110%;
    position: absolute;
    height: .1em;
    border-radius: .1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-15deg);
}

s.straight::before, strike.straight::before {
    transform: rotate(0deg);
    left: -1%;
    width: 102%;
}

.home-hero {
    height: 75vh;
    /*z-index: -1;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url("../images/dart/server-bg.png");
    background-size: cover;
}

.home-hero .header-brand {
    z-index: 9999;
}

.home-hero .header-right-icons {
    z-index: 9999;
}

.home-hero:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(55, 74, 67, 0.5), rgba(30, 30, 30, 0.5));
    z-index: 0;
}

.home-hero img.home-underlay-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*margin-top: -10%;*/
    position: absolute;
    top: 0px;
    left: auto;
    right: auto;
    z-index: -2;
}

.home-hero .home-hero-select {
    justify-content: center;
    text-align: center;
    flex: auto;
    width: 100%;
    background: #22283788;
    position: absolute;
    bottom: 0px;
    resize: none;
    max-height: 130px;
}

.home-hero .home-hero-select .border-accent {
    position: absolute;
    bottom: -1vh;
    left: 0px;
    height: 35px;
    width: 100%;
    background-size: 1000px !important;
    background-repeat: repeat-x !important;
    z-index: 2;
}

.home-hero img.right-accent {
    position: absolute;
    right: 0px;
    bottom: 0vh;
    background-size: 50% !important;
    background-repeat: repeat-x !important;
    z-index: 2;
    max-width: 250px;
}

.home-hero .home-hero-select .col {
    padding: 40px 20px;
}

.home-hero .home-hero-select .col .game-icon {
    display: block;
    flex-basis: 100%;
}

.home-hero .home-hero-select .col:hover {
    cursor: pointer;
    background-color: #449b4b29;
}

.home-hero .home-hero-select .col.active {
    /*background-color: #F77649;*/
    /*padding-bottom: 70px;*/
    /*margin-top: -5%;*/
    flex-direction: column;
}

.home-hero .home-hero-select .col.active .inner-select {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #339B4F;
    padding-top: 40px;
    min-height: 130px;
    z-index: 10;
}

.home-hero .home-hero-select .col.active .details {
    padding-top: 20px;
}

.home-hero .home-hero-select .col.active .details .game-title {
    font-size: 22px;
}

.home-hero .home-hero-inner .info-block {
    margin-top: 20vh;
}

.home-hero .home-hero-inner .sub-info-block {
    margin-top: 8vh;
}

.home-hero .home-hero-inner .home-title {
    font-size: 6vh;
    font-family: halcom, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 0px;
    margin: 0px;
}

.font-gamefocal {
    font-family: halcom, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.home-hero .home-hero-inner .home-title-sub {
    font-size: 3vh;
    font-family: halcom, sans-serif;
    font-weight: lighter;
    font-style: normal;
    margin-top: 20px;
}

.hero-progress .progress-bar {
    transition: width 0.1s linear;
}

.hero-learn-more {
    display: none;
}

.header {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 100;
    /*transition: all .5s ease-in-out;*/
}

.header-sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
}

/*
Tablets and Phones
*/

@media only screen
and (max-width: 1500px) {
    .home-hero img.right-accent {
        display: none !important;
    }
}

@media only screen
and (max-width: 900px) {
    .home-hero {
        height: 100vh;
    }

    .home-hero .home-hero-select .col {
        padding: 20px 10px;
    }

    .home-hero .home-hero-select .col.active .details {
        padding-top: 0px;
    }

    .home-hero .home-hero-select .col.active .inner-select {
        min-height: 100px;
        padding-top: 30px;
    }

    .home-hero .home-hero-select .col:not(.active,.hero-select-nav) {
        display: none !important;
    }

    .home-hero .home-hero-inner .info-block {
        margin-top: 10vh;
        text-align: center;
        /*font-size: .5vh;*/
    }

    .hero-learn-more {
        display: block;
    }
}

@media only screen
and (max-height: 400px) {
    /* Styles here */
    .home-hero .home-hero-inner .info-block {
        margin-top: 10vh;
        text-align: center;
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 992px) {
    .dn-header {
        background: #28282fb5;
        border-bottom: 1px solid #339b4fbf;
        box-shadow: 0 0 10px 0px #00000054;
        backdrop-filter: blur(10px);
        padding-top: .75rem !important;
    }
}

@media only screen
and (max-height: 1000px) {
    /* Styles here */
    .home-hero .home-hero-inner .info-block {
        margin-top: 20vh;
    }
}

/*
Sub Here
*/
.sub-hero {
    overflow: hidden;
    background: url("../images/dart/pictures/server_rack.jpg");
    background-size: cover;
}

.orb-canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: .5;
}

.section-space {
    margin-top: 50px;
}

.section-header {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    padding: 20px;
    position: relative;
    margin-top: 125px;
}

.img-frame {
    overflow: hidden;
    border: 2px solid #339B4FFF;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #69cc82, 0px 0px 25px rgba(0, 0, 0, .25), 0px 0px 5px #339B4FFF, 0px 10px 25px rgba(0, 0, 0, .35);
}

.space {
    min-height: 500px;
    background: url("../about/spacebg.jpg") top;
    background-size: cover;
    position: relative;
}

.space:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: linear-gradient(#03256C 25%, transparent);
}

.game-template-header {
    position: relative;
    /*top: 0px;*/
    /*left: 0px;*/
    /*height: 350px;*/
    z-index: -1;
    overflow: hidden;
    /*width: 100%;*/
    border-bottom: 4px solid #3BB85C;
    margin-top: -10vh;
    padding-top: 10vh;
}

.game-template-header h1 {
    text-align: center;
    /*padding-top: 1vh;*/
}

.game-template-header img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.game-template-header:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(#4c725b 25%, rgba(40, 94, 55, 0.55));
}

.section-header-divider:before {
    content: "";
    border-bottom: 1px solid #A344FF;
    position: absolute;
    top: 50%;
    left: -35%;
    height: 1px;
    width: 50%;
    box-shadow: 5px 0px 10px #A344FF;
}

.section-header-divider:after {
    content: "";
    border-bottom: 1px solid #A344FF;
    position: absolute;
    top: 50%;
    right: -35%;
    height: 1px;
    width: 50%;
    box-shadow: 5px 0px 10px #A344FF;
}

.section-space-lg {
    margin-top: 75px;
}

.feature-highlight {
    filter: drop-shadow(0px 0px 10px rgba(163, 67, 255, .45));
}

.feature-list {
    font-size: 16px;
}

.feature-list li {
    padding: 10px;
}

.feature svg {
    animation: svg-shadow 1.5s ease-in-out infinite alternate;
    width: 100px;
    height: auto;
}

.feature-img {
    animation: svg-shadow 1.5s ease-in-out infinite alternate;
    height: auto;
}

.map-filter {
    filter: invert(100%) sepia(100%) saturate(1352%) hue-rotate(190deg) brightness(119%) contrast(50%);
}

.location-map .location {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #F77649;
    border-radius: 100%;
    border: 2px solid white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    z-index: 99999;
}

.location-map .location:hover {
    border: 4px solid white;
    cursor: pointer;
}

.dashboard-box .location {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #3BB85C;
    border-radius: 100%;
    border: 2px solid white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    z-index: 99999;
}

.dashboard-box .location:hover {
    border: 4px solid white;
    cursor: pointer;
}

img.ddos-img {
    filter: brightness(.9);
    max-width: 250px;
}

/*.badge-glow {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: relative;*/
/*}*/

/*.badge-glow:before {*/
/*    position: absolute;*/
/*    width: 250px;*/
/*    height: 50px;*/
/*    background: linear-gradient(transparent, black, transparent);*/
/*    top: 0px;*/
/*    left: auto;*/
/*    right: auto;*/
/*    content: "";*/
/*    opacity: .5;*/
/*    mix-blend-mode: screen;*/
/*    !*mix-blend-mode: hue;*!*/
/*    !*mix-blend-mode: hard-light;*!*/
/*}*/

.dark-section {
    position: relative;
    margin-bottom: 120px;
    margin-top: 120px;
}

.dark-section:before {
    content: "";
    width: 400%;
    height: calc(100% + 100px);
    padding-bottom: 40px;
    background: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    left: -50vw;
    margin-top: -40px;
}

[data-game]:hover {
    cursor: pointer;
    border: 1px solid #F7765D;
    box-shadow: 0px 0px 10px #F7765D;
}

input.invisible-input {
    flex-grow: 1;
    padding: 0px 0px 0px 20px;
    background: transparent;
    font-size: 30px;
    color: white;
}

.gradient-primary {
    background: linear-gradient(90deg, rgba(0, 123, 255, 1) 0%, rgba(23, 162, 184, 1) 50%, rgba(0, 123, 255, 1) 100%);
    -webkit-animation: animatedgradient 3s ease infinite alternate;
    animation: animatedgradient 3s ease infinite alternate;
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: rgba(0, 123, 255, 0.5) 0px 0px 10px;
}

.gradient-secondary {
    background: linear-gradient(90deg, rgba(108, 117, 125, 1) 0%, rgba(52, 58, 64, 1) 50%, rgba(108, 117, 125, 1) 100%);
    -webkit-animation: animatedgradient 3s ease infinite alternate;
    animation: animatedgradient 3s ease infinite alternate;
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: rgba(108, 117, 125, 0.5) 0px 0px 10px;
}

.gradient-success {
    background: linear-gradient(90deg, rgba(40, 167, 69, 1) 0%, rgba(72, 201, 121, 1) 50%, rgba(40, 167, 69, 1) 100%);
    -webkit-animation: animatedgradient 3s ease infinite alternate;
    animation: animatedgradient 3s ease infinite alternate;
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: rgba(40, 167, 69, 0.5) 0px 0px 10px;
}

.gradient-info {
    background: linear-gradient(90deg, rgba(23, 162, 184, 1) 0%, rgba(0, 183, 233, 1) 50%, rgba(23, 162, 184, 1) 100%);
    -webkit-animation: animatedgradient 3s ease infinite alternate;
    animation: animatedgradient 3s ease infinite alternate;
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: rgba(23, 162, 184, 0.5) 0px 0px 10px;
}

.gradient-warning {
    background: linear-gradient(90deg, rgba(255, 193, 7, 1) 0%, rgba(255, 217, 98, 1) 50%, rgba(255, 193, 7, 1) 100%);
    -webkit-animation: animatedgradient 3s ease infinite alternate;
    animation: animatedgradient 3s ease infinite alternate;
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: rgba(255, 193, 7, 0.5) 0px 0px 10px;
}

.gradient-danger {
    background: linear-gradient(90deg, rgba(220, 53, 69, 1) 0%, rgba(255, 77, 97, 1) 50%, rgba(220, 53, 69, 1) 100%);
    -webkit-animation: animatedgradient 3s ease infinite alternate;
    animation: animatedgradient 3s ease infinite alternate;
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: rgba(220, 53, 69, 0.5) 0px 0px 10px;
}

.config-box {
    background: #363649;
    padding: 20px;
    border-radius: 14px;
    /*min-height: 200px;*/
    margin-top: -100px;
    /*border: 2px solid #25252f;*/
    box-shadow: rgba(0, 0, 0, .1) 0px 0px 10px;
    position: relative;
}

.config-box .config-title {
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
}

.config-box .config-price {
    font-size: 58px;
    padding: 10px 0px;
    margin: 0px;
}

.config-box .config-price sup {
    font-size: 14px;
    vertical-align: top;
    margin-top: 20px;
    display: inline-block;
}

.config-box .config-price span {
    font-weight: lighter;
    font-size: 32px;
}

.sub-page-title {
    font-size: 38px;
}

.dashboard-box {
    height: 450px;
    border-bottom: 2px solid #3BB85C;
    /*overflow: hidden;*/
    position: relative;
    background-image: url("../images/dart/pictures/cp.png");
    background-size: 100%;
}

.dashboard-box:after {
    position: absolute;
    content: " ";
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    height: 1px;
    box-shadow: #000000 0px 10px 16px 1px;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 100%
    }
    100% {
        background-position: 100% 0%
    }
}

@keyframes svg-shadow {
    from {
        filter: drop-shadow(0px 10px 10px rgb(146, 205, 15));
    }

    to {
        filter: drop-shadow(0px -10px 10px rgb(160, 238, 0));
    }
}