* {
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    font-family: 'Heebo';
}
.loader {
    z-index: 9999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
}
@keyframes translation {
    from {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.0);
    }
    to {
        transform: scale(1.1);
    }
}
.dl {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: scale(1.0);
    display: inline-block;
    animation: translation 0.5s linear infinite;
}
.dl__container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-animation: dyinglight 1s ease infinite;
    animation: dyinglight 1s ease infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.dl__corner--top:before {
    border-left: 1px solid;
    border-top: 1px solid;
    top: -6px;
    left: -6px;
}
.dl__corner--bottom:before {
    border-left: 1px solid;
    border-bottom: 1px solid;
    bottom: -6px;
    left: -6px;
}
.dl__corner--bottom:after {
    border-right: 1px solid;
    border-bottom: 1px solid;
    bottom: -6px;
    right: -6px;
}
.dl__corner--top:before, .dl__corner--top:after, .dl__corner--bottom:before, .dl__corner--bottom:after {
    position: absolute;
    width: 17px;
    height: 17px;
    color: #4285f4;
    content: "";
}
.dl__corner--top:after {
    border-right: 1px solid;
    border-top: 1px solid;
    top: -6px;
    right: -6px;
}
.dl__corner--top:before, .dl__corner--top:after, .dl__corner--bottom:before, .dl__corner--bottom:after {
    position: absolute;
    width: 17px;
    height: 17px;
    color: #4285f4;
    content: "";
}
.dl__square {
    display: block;
    width: 60px;
    height: 60px;
    background: #4285f4;
    background-image: url(http://skynetworld.org/images/logo1.png);
    background-size: 85% 75%;
    background-position: 50%;
    background-repeat: no-repeat;
}

/******************************/
.fixed-telegram-icon img {
    width: 80px;
    position: fixed;
    right: 2%;
    top: 70%;
    display: block;
    z-index: 10009;
}

/**********Navbar**************/
.navbar {
    background: transparent;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding: 15px 0;
    z-index: 10010;
}
.navbar-brand img {
    width: 200px;
    margin-top: -13px;
}
.nav > li > a {
    color: rgba(255,255,255,1);
    transition: all 0.5s linear;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: rgba(255,255,255,.75);
    box-shadow: 0 1px 0 rgba(255,255,255,.75);
    transition: box-shadow 1s linear;
}
.dropdown {
    width: 80px;
}
.dropdown > .dropdown-toggle {
   border: 1px solid rgba(255,255,255,1);
   border-radius: 20px;
   padding: 5px 10px; 
   margin-top: 7px;
   font-size: 10px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.75);
}
.flag {
    width: 20px;
}
.icon-bar {
    background: #fff;
    text-align: right;
}
.icon-bar:nth-child(2) {
    width: 16px!important;
    transition: ease all .2s!important;
    display: block;
    float: right;
}
.icon-bar:nth-child(3) {
    clear: both;
    width: 10px!important;
    transition: ease all .2s!important;
    display: block;
    float: right;
}
.icon-bar-collapse {
    color: #fff;
    font-size: 25px;
    /*border: 2px solid #fff;
    border-radius: 50%;*/
    padding: 0px 5px;
    margin-top: -10px;
    display: none;
}
.dropdown-menu {
    min-width: 80px;
    background-color: blue;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background: transparent;
}
@media (max-width: 768px) {
    .navbar {
        background: blue !important;
        padding-bottom: 0px;
    }
    .nav > li {
        margin-left: 30px;
    }
    .navbar-brand img {
        width: 200px;
        margin-top: -20px;
    }
    .navbar-toggle {
        margin-top: -5px;
    }
}
/*******header**********/
#header {
    position: relative;
    width: 100%;
    min-height: 100%;
}
#header > video, #main-header {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: relative;
}
.video-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
}
.black-transparent-layer {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 5;
}
.video-overlay h1 {
    margin-top: 40%;
    color: #fff;
    font-size: 3.0rem;
    font-weight: 800;
    letter-spacing: 2px;
}
@media (max-width: 768px) {
    .video-overlay h1 {
        margin-top: 25%;
        font-size: 2.0rem;
    }   
}
.down-icon {
    width: 30px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    z-index: 10009;
}
.video-white-overlay {
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 1009;
}
.green-arrow {
    position: absolute;
    right: 0;
    top: 80px;
    background-color: #4CAF50;
    color: #ffffff;
    border-radius: 20px 0 0 20px;
    z-index: 10009;
}
.green-arrow .arrow {
    font-size: 20px;
    padding: 0 30px;
    cursor: pointer;
}
.green-arrow .text {
    padding-right: 10px;
    display: none;
    transition: all 1s linear;
}
.video-overlay .line {
    width: 150px;
    height: 2px;
    display: block;
    margin-top: 30px;
}
.video-overlay a {
    clear: both;
}
.video-overlay .header-btn {
    width: 130px;
    padding: 7px;
    border: 2px solid #fff;
    border-radius: 20px;
    font-size: 12px;
}
.video-overlay .whitepaper-btn {
    background: #fff;
    color: darkblue;
    margin-right: 20px;
}
.video-overlay .signup-btn {
    color: #fff;
}
.header-text-field {
    display: none;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 5px;
    outline: 0;
}
@media (max-width: 768px) {
    #header {
        min-height: 400px;
    }
    #header > video {
        min-height: 400px;
    }
    .video-overlay, #main-header {
        min-height: 400px;
    }
    .header-input-hover {
        display: block;
    }
    .signup-btn {
        margin-top: 20px;
    }
}

/*********Choose SkyNet************/
#choose-skynet {
    padding-top: 80px;
    padding-bottom: 80px;
}
#choose-skynet > h2 {
    color: #0a2945;
    font-size: 35px;
    font-weight: 800;
}
#choose-skynet > .line {
    display: block;
    width: 150px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
#choose-skynet .choose-icon {
    width: 150px;
}
#choose-skynet p {
    padding: 0 18px;
    letter-spacing: .5px;
}
@media (min-width: 768px) {
    .margin-left {
        margin-left: 30px;
    }
}
/****************participation***************/
#participation {
    background: #EEF7FF;
    padding: 60px 0;
}
#participation h2 {
    color: #0a2945;
    font-size: 30px;
    font-weight: 800;
}
#reasons {
    list-style-type: none;
    padding: 0;
    margin-top: 40px;
}
#reasons li {
    margin: 10px 0;
}
#reasons img {
    width: 15px;
    margin-right: 20px;
}
.laptop-img {
    margin-top: 70px;
}

/****************Documents***************/
#documents {
    padding: 60px 0 120px;
}
#documents h2 {
    color: #0a2945;
    font-size: 30px;
    font-weight: 800;
}
#documents .line {
    display: block;
    width: 150px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
.document-hover {
    transition: all 0.5s linear;
}
@media (max-width: 768px) {
    .document-hover {
        margin-left: 20px;
        margin-right: 20px;
    }
}
.document-hover:hover {
    /*box-shadow: 0 5px 0 gray;*/
    transform: translateY(-10px);
    transition: all 0.5s linear;
}
.document-container {
    background: #4285f4;
    border-radius: 10px;
    color: #fff;
    margin-top: 60px;
    padding: 0;
}
.document-container .document-img {
    width: 150px;
    margin-top: -50px;
    margin-left: -20px;
}
.document-container small {
    display: block;
    margin-top: -5px;
    font-size: 8px;
}
@media (min-width: 768px) {
    .document-margin-left {
        margin-left: 70px;
    }
}

/********futur-invest************/
#future-invest {
    background: url(images/img-4-min.png);
    background-size: cover;
    padding: 150px 0;
    color: #fff;
}
#future-invest h2 {
    font-size: 35px;
}
@keyframes play-button-animation {
    from { transform: scale(1.0); }
    to { transform: scale(1.1); }
}
#future-invest img {
    width: 120px;
    display: block;
    margin: auto;
    margin-top: 50px;
    animation: play-button-animation 2s linear infinite alternate;
}
.modal-header {
    border-bottom: none;
}
.modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }
}

/************SkyNet utility**********/
#skynet-utility {
    padding-top: 80px;
    padding-bottom: 60px;
}
#skynet-utility h2 {
    color: #0a2945;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 50px;
} 
.skynet-utilities {
    list-style-type: none;
    padding: 0;
}
.skynet-utilities li {
    margin: 10px 0;
}
.skynet-utilities li img {
    width: 15px;
    margin-right: 15px;
}
#skynet-utility .ill-img {
    width: 80%;
    display: block;
    margin: auto;
}
@media (min-width: 768px) {
    #skynet-utility .ill-img {
        margin-top: -50px;
    }
}
/**************Tokens*****************/
#tokens {
    padding: 60px 0;
}
#tokens h2 {
    color: #0a2945;
    font-size: 35px;
    font-weight: 800;
}
#tokens .line {
    display: block;
    width: 150px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
#tokens h4 {
    color: #0a2945;
    font-size: 22px;
    font-weight: 800;
}
#tokens h5 {
    font-size: 12px;
    opacity: 0.7;
    margin: 10px 0;
}
#tokens p {
    font-size: 14px;
    margin: 5px 0;
}
#tokens .list-type-img {
    border-radius: 50%;
    width: 10px;
    margin-right: 10px;
}
.token-box {
    background: #fff;
    padding: 30px;
    box-shadow: 10px 10px 25px whitesmoke, -10px -10px 25px whitesmoke;
}
.lock-icon {
    width: 8px;
    margin-left: 5px;
}
.unlocked {
    width: 10px;
    margin-left: 5px;
    display: none;
}
@media (min-width: 768px) {
    .token-margin-left {
        margin-left: 40px;
    }
}

/***********Core Team**************/
#team {
    background: #EEF7FF;
    padding: 60px 0;
}
#team h2 {
    color: #0a2945;
    font-size: 35px;
    font-weight: 800;
}
#team .line {
    display: block;
    width: 100px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
.team-photo {
    display: block;
    width: 150px;
    margin: auto;
    transition: transform 0.5s linear;
}
.team-photo:hover {
    transform: scale(1.1);
    transition: transform 0.5s linear;
}
.team-head {
    position: relative;
    width: 150px;
    margin: auto;
    margin-bottom: 40px;
}
.team-social-link, .team-social-link:hover {
    color: #fff;
    text-decoration: none;
    background: blue;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 1009;
    font-size: 18px;
    padding: 7px;
    position: absolute;
    bottom: 0;
    right: 15px;
}
.team-name {
    color: #0a2945;
    font-size: 18px;
    font-weight: 800;
}
.team-design {
    color: #0a2945;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}
@media (min-width: 768px) {
    .team-margin-left {
        margin-left: 70px;
    }
}
/************Footer1****************/
#footer1 {
    background: linear-gradient(to right, blue, darkblue)
}
#footer1-overlay {
    background: url(images/footer-overlay.png) no-repeat center;
    background-size: cover;
    padding: 60px 0;
}
#footer1 h2 {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
}
#footer1 p {
    color: #94CFFF;
    font-size: 14px;
}
#footer1 input {
    width: 68%;
    border: none;
    padding: 10px;
    height: 45px;
    outline: 0;
    border-radius: 30px;
    margin-left: 40px;
}
#footer1 button {
    background: linear-gradient(to right, #3041e0,#3041e0);
    color: #fff;
    width: 30%;
    border: none;
    height: 45px;
    outline: 0;
    border-radius: 30px;
    margin-left: -40px;
}
.social-iocns, .social-iocns:hover {
    margin: 0 5px;
    text-decoration: none;
}
.social-iocns img {
    width: 40px;
    transform: scale(1.0);
    transition:  all 0.5s linear;
}
.social-iocns img:hover {
    transform: scale(1.1);
    transition:  all 0.5s linear;
}
.footer11 {
    margin-top: 40px;
}
.logo-text {
    color: #94CFFF;
    margin-top: 20px;
    font-size: 12px;
}
.footer11 a {
    display: block;
    color: #94CFFF;
    font-size: 12px;
    margin: 10px 0;
}
.app {
    width: 100px;
}

/**************footer2**************/
#footer2 {
    background: #0D006E;
    color: #94CFFF;
    padding: 30px 0 10px;
    margin-top: -2px;
    position: relative;
}
#footer2 p {
    font-size: 12px;
}
#footer2 a {
    position: absolute;
    z-index: 1009;
    top: -20px;
    right: 5%;
}
#footer2 img {
    width: 70px;
}

/*************road-map-desktop**************/
#roadmap {
    background: #EEF7FF;
    padding: 60px 0;
}
#roadmap h2 {
    color: #0a2945;
    font-size: 35px;
    font-weight: 800;
}
#roadmap .line {
    display: block;
    width: 100px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
#road-map-desktop {
    width: 980px;
    margin: auto;
    height: 660px;
}
.map-d1 {
    position: relative;
    padding: 0;
}
.circle-d {
    background: url(images/done-icon.png);
    background-size: cover;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 95px;
    padding: 35px 0;
    margin: auto;
}
@keyframes pulses-animation {
    from {
        transform: scale(1.0);
    }
    to {
        transform: scale(1.1);
    }
}
.circle-d1 {
    background: url(images/current-icon.png);
    background-size: cover;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 95px;
    padding: 35px 0;
    margin: auto;
    animation: pulses-animation 0.5s linear infinite alternate;
}
.circle-d2 {
    background: url(images/undone-icon.png);
    background-size: cover;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 95px;
    padding: 35px 0;
    margin: auto;
}
.map-txt-d {
    font-weight: 600;
}
.map-ul-d {
    padding: 0;
    margin-left: 35%;
}
.map-ul-d li {
    font-size: 12px;
}
#mobile-version {
    width: 300px;
    margin: auto;
    height: 1520px;
}
.map-lines-mobile {
    width: 2px; 
    display: block;
    margin-left: 20%;
}
.mobile-row {
    margin-left: -1%;
    margin-bottom: 60px;
}
.map-ul-m {
    padding: 0;
    margin-left: 15%;
}
.map-ul-m li {
    font-size: 12px;
}
.map-margin-top-m {
    margin-top: 38px;
}