/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */


/* =============================================================================
   My CSS
   ========================================================================== */


/* ---- base ---- */

html,
body {
    width: 100%;
    height: 100%;
    color: rgb(50, 50, 50);
    background-image: url('../img/ranger2.png');
    background-size: cover;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Almarai", Almarai !important;
    letter-spacing: 0px;
}

canvas {
    display: block;
    vertical-align: bottom;
    max-height: 285px !important;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 40px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    padding-top: 130px;
    width: 100%;
    height: 100%;
    background-image: url('../img/ranger5.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
}

.Features2 {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 3em;
    color: #ffffff !important;
}

.Features2 .row img {
    margin: 4vh;
    width: auto;
}

.Features2 .row {
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Features2 h2 {
    text-align: center;
}

.Features2 .row h4 {
    width: 100%;
    align-content: center;
    text-align: center;
    font-size: initial;
}

.icon_plue {
    max-width: 80px;
}

.go h1 {
    font-size: 5em;
}

.go p {
    font-size: 1.5em;
    text-align: center;
}

.go {
    align-items: center;
    height: 30em;
}

.moving-zone {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 300px;
    height: 120px;
    margin: -60px 0 0 -160px;
    perspective: 800px;
}

.popup {
    position: absolute;
    width: 300px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 20px 0 20px 0;
    cursor: pointer;
    transform-style: preserve-3d;
    background: -webkit-linear-gradient(top left, #ffffff 50%, #01bebe 50%);
    background: -moz-linear-gradient(top left, #ffffff 50%, #01bebe 50%);
    background: -ms-linear-gradient(top left, #ffffff 50%, #01bebe 50%);
    background: -o-linear-gradient(top left, #ffffff 50%, #01bebe 50%);
    background: linear-gradient(top left, #ffffff 50%, #01bebe 50%);
}

.popup:before {
    content: '';
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    border-radius: inherit;
    background: rgba(0, 0, 0, .1);
    box-shadow: 0 0 40px 20px rgba(0, 0, 0, .1);
    transform: translateZ(-100px);
}

.popup-content {
    background: #444;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px 0 10px 0;
}

.popup-text {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
    text-align: center;
    transform: translateZ(15px);
}

.popup-text b {
    color: #00e5b3;
    font-weight: 300;
}