﻿* {
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    font-family: 'Montserrat', sans-serif;
}

html, body {
    font-family: 'Montserrat', sans-serif;
}

.fixed-telegram {
    position:fixed; 
    right: 2%;
    top: 80%;
    z-index: 10009;
}

.fixed-telegram a {
    background:url('../images/telegram.svg') no-repeat 0 0;
    background-size:60px 60px; 
    display:block; 
    width:60px; 
    height:60px; 
    text-indent:-9999px; 
    overflow:hidden;
}

.fixed-telegram a:before {
    background:#3b96ca;	
    background:-moz-linear-gradient(top, #3b96ca 0, #4fafe4 100%);
    background:-webkit-linear-gradient(top, #3b96ca 0, #4fafe4 100%);
    background:linear-gradient(to bottom, #3b96ca 0, #4fafe4 100%); 
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b96ca', endColorstr='#4fafe4', GradientType=0); 
    animation:pulse-out 1.5s infinite; 
    content:""; 
    position:absolute; 
    left:0; 
    top:0; 
    width:100%; 
    height:100%; 
    -webkit-border-radius:50%; 
    border-radius:50%;
    z-index:-1;
}

@-webkit-keyframes pulse-out {
0% {
transform:scale(1);
opacity:1;
}
100% {
transform:scale(2);
opacity:0;
}
}
@-o-keyframes pulse-out {
0% {
transform:scale(1);
opacity:1;
}
100% {
transform:scale(2);
opacity:0;
}
}
@keyframes pulse-out {
0% {
transform:scale(1);
opacity:1;
}
100% {
transform:scale(2);
opacity:0;
}
}

.navbar {
    background: transparent;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding: 15px 0;
    z-index: 10010;
}

.navbar-brand img {
    width: 200px;
    height: 50px;
    margin-top: -16px;
}

.nav {
    margin-top: 15px;
}

.nav > li > a {
    color: #FFFFFF;
    font-weight: 600;
    transition: all 0.3s;
}

.navbar-nav >li >a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav > li > a:focus, 
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: rgba(255,255,255,.60);
    transition: all 0.3s;
}

.dropdown-toggle:focus,
.dropdown-toggle:hover {
    color: #FFFFFF !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border: none !important;
}

.navbar-nav > li.dropdown:hover > a, 
.navbar-nav > li.dropdown:hover > a:hover,
.navbar-nav > li.dropdown:hover > a:focus {
    color: #FFFFFF !important;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    min-width: 50px;
    background-color: #1860F0;
}

.dropdown-menu > li > a {
    color: #FFFFFF;
    transition: all 0.3s;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    background-color: transparent !important;
    color: rgba(255,255,255,.60) !important;
    transition: all 0.3s;
}

.icon-bar {
    background: #FFFFFF;
}

.icon-bar:nth-child(2) {
    width: 16px!important;
}

.icon-bar:nth-child(3) {
    width: 12px!important;
}

.navbar-collapse {
    border: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .navbar {
        background: #1860F0 !important;
        padding-bottom: 0px;
    }

    .nav > li {
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-brand img {
        height: 42px;
        margin-top: -20px;
    }

    .navbar-toggle {
        padding: 0px;
        margin-right: 25px;
    }
}

#home {
    position: relative;
    width: 100%;
    min-height: 100%;
}

#home > video, #main-header {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: relative;
}
#home > video{
    background-image: url(../images/main-header.jpg);
    background-size: cover;
}
.video-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    z-index: 10;
}

.black-transparent-layer {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 5;
}

.video-overlay h1 {
    margin-top: 40%;
    color: #FFFFFF;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}

.button-container {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .video-overlay h1 {
        font-size: 24px;
        margin-top: 50%;
    }   
}

.down-icon {
    width: 30px;
    position: absolute;
    bottom: 5%;
    left: 49%;
    z-index: 10009;
}

.video-white-overlay {
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 1009;
}

.green-arrow {
    position: absolute;
    right: 0;
    top: 80px;
    padding: 10px 15px 15px 25px;
    background-color: #33CC66;
    border-radius: 20px 0 0 20px;
    z-index: 10009;
}

.green-arrow a {
    color: #FFFFFF;
    margin: 0px !important;
    cursor: pointer;
    text-decoration: none;
}

.video-overlay .line {
    width: 150px;
    height: 2px;
    display: block;
    margin-top: 30px;
}

.video-overlay a {
    clear: both;
}

.video-overlay .header-btn {
    width: auto !important;
    padding: 10px 25px;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    font-weight: 500;
}

.video-overlay .whitepaper-btn {
    background: #FFFFFF;
    color: #0D006E;
    margin-right: 20px;
}

.video-overlay .signup-btn {
    color: #FFFFFF;
    width: auto !important;
}

.header-btn img {
    width: 15px; 
    margin-left: 7px;
}

@media (max-width: 768px) {
    #home {
        min-height: 400px;
    }

    #home > video {
        min-height: 400px;
    }

    .video-overlay, #main-header {
        min-height: 550px;
    }

    .header-input-hover {
        display: block;
    }

    .signup-btn {
        margin-top: 20px;
    }

    .video-overlay .whitepaper-btn {
        display: block;
        margin-right: 0px;
        width: fit-content !important;
    }
}

#about {
    padding-top: 100px;
    padding-bottom: 100px;
}

#about h2 {
    color: #073257;
    font-weight: 700;
}

#about .line {
    display: block;
    width: 150px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

#about .choose-icon {
    width: 160px;
    margin-bottom: 10px;
}

#about h3 {
    color: #073257;
    font-weight: 600;
}

@media (min-width: 768px) {
    .margin-left {
        margin-left: 30px;
    }
}

#participation {
    background: #EEF7FF;
    padding: 75px 0;
}

#participation h2 {
    color: #073257;
    font-weight: 700;
}

#reasons {
    list-style-type: none;
    padding: 0;
    margin-top: 40px;
}

#reasons li {
    margin: 10px 0;
    color: #073257;
}

#reasons img {
    width: 15px;
    margin-right: 20px;
}

.laptop-img {
    margin-top: 80px;
}

#documents {
    padding: 100px 0px;
}

#documents h2 {
    color: #073257;
    font-weight: 700;
}

#documents p {
    font-weight: 600;
}

#documents .line {
    display: block;
    width: 150px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

.download-img {
    width: 25px;
    height: 25px;
}

.document-hover {
    transition: all 0.3s;
}

@media (max-width: 768px) {
    .document-hover {
        margin-left: 30px;
        margin-right: 30px;
    }

    #participation {
        text-align: center;
    }

    #participation h2 {
        text-align: center;
    }

    #reasons {
        text-align: left;
        display: inline-block;
    }
}

.document-hover:hover {
    transform: translateY(-10px);
    transition: all 0.3s;
}

.document-container {
    background: #3F84F6;
    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;
    }
}

#explainer-video {
    background: url(../images/explainer-video-poster.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}

#prototype-video {
    background: url(../images/prototype-video-poster.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}

#videos h1 {
    padding-top: 150px;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
}

@keyframes play-button-animation {
    from { transform: scale(1.0); }
    to { transform: scale(1.1); }
}

#videos .play-icon {
    width: 90px;
    display: block;
    margin: auto;
    margin-top: 50px;
    animation: play-button-animation 2s linear infinite alternate;
}

.modal {
    z-index: 1000001 !important;
}

#prototype-video-modal .modal-dialog,
#explainer-video-modal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

#announcement-modal .modal-dialog {
    max-width: 400px;
    margin: 30px auto;
}

#announcement-modal .modal-title {
   font-weight: 700;
}

#prototype-video-modal .close,
#explainer-video-modal .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    opacity: 1;
    text-shadow: none;
}

#prototype-video-modal .modal-content,
#explainer-video-modal .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

@media screen and (max-width: 1200px) {
	#prototype-video,
	div#explainer-video {
		background-position: center;
	}
}

@media screen and (max-width: 767px) {
	.modal-open .modal {
		padding: 20px;
	}
	#prototype-video,
	div#explainer-video {
		height: auto;
		padding: 60px 0;
	}
	#videos h1 {
		padding-top: 0;
	}
}

#announcement-modal .close {
    color: #073257;
    opacity: 0.5;
}

#language-modal .close {
    position: absolute;
    right: 12px;
    top: 15px;
    z-index: 999;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    opacity: 1;
    text-shadow: none;
}

#language-modal .modal-dialog {
   margin: 30px;
}

#language-modal .modal-content {
    background-color: #EEF7FF;
    border: none;
    box-shadow: none;
    border-radius: 10px;
}

#language-modal .modal-header {
    background-color: #1860F0;
    border: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#announcement-modal .modal-header {
    background-color: #EEF7FF;
    border: none;
    box-shadow: none;
    border-radius: 10px;
}

#language-modal .modal-title {
    color: #FFFFFF;
}

#language-modal .modal-body {
    padding: 15px;
}

#announcement-modal .modal-body {
    padding: 15px;
    background-color: #EEF7FF;
    border: none;
    box-shadow: none;
    border-radius: 10px;    
}

#announcement-modal .modal-body p {
    color: #073257;
    font-weight: 500;
    font-size: 18px;
    margin: 20px 0px;
}

#announcement-modal {
    text-align: center;
    padding: 0 !important;
}

#announcement-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#announcement-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#language-list {
    list-style: none;
    text-align: center;
    padding: 0;
}

#language-list li {
    margin: 10px 0px;
}

#language-list li a {
    color: #073257;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none !important;
}

#language-list li a:focus,
#language-list li a:hover,
#language-list span:focus,
#language-list span:hover {
    text-decoration: none;
    background-color: transparent;
    color: rgba(255,255,255,.60);
    transition: all 0.3s;
}

.p2pb2b-logo {
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 220px;
}

.remove[style] {
    padding-right:0 !important;
}

.remove.modal-open {
    overflow: auto;
 }

#video-modal .modal-header {
    border: none;
}

.modal-backdrop {
    z-index: 1000000 !important;
}

.modal-backdrop.show {
    opacity: .8;
}

.modal-body {
    position: relative;
    padding: 0px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }
}

#viaz-utility {
    padding: 100px 0px;
}

#viaz-utility h3 {
    color: #073257;
    font-weight: 700;
    margin-bottom: 60px;
} 

.viaz-utilities {
    list-style-type: none;
    padding: 0;
}

.viaz-utilities li {
    margin: 10px 0;
    color: #073257;
}

.viaz-utilities li img {
    width: 15px;
    margin-right: 15px;
}

#viaz-utility .ill-img {
    width: 75%;
    display: block;
    margin: auto;
}

@media (min-width: 768px) {
    #viaz-utility .ill-img {
        margin-top: -50px;
    }
}

#roadmap {
    background: #EEF7FF;
    padding: 100px 0;
}

#roadmap h2 {
    color: #073257;
    font-weight: 700;
}

#roadmap .line {
    display: block;
    width: 150px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

#roadmap-logo img {
    margin-bottom: 15px;
}

.roadmap-list {
	list-style: none;
	padding: 80px 0;
	position: relative;
}

.roadmap-list:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 2px;
	left: 50%;
	margin-left: -0.07px;
	background: -webkit-linear-gradient(top, #cccccc 38%, #2e19cc 32%);
	background: -o-linear-gradient(top, #cccccc 38%, #2e19cc 32%);
	background: -moz-linear-gradient(top, #cccccc 38%, #2e19cc 32%);
	background: linear-gradient(to top, #cccccc 38%, #2e19cc 32%);
}

.roadmap-list > li {
	margin-bottom: -45px;
	position: relative;
}

.roadmap-list > li:before,
.roadmap-list > li:after {
	content: " ";
	display: table;
}

.roadmap-list > li:after {
	clear: both;
}

.roadmap-heading {
	margin-bottom: 20px;
}

.roadmap-list > li > .roadmap-panel {
	width: 42%;
	float: left;
	border: 1px solid #eaedef;
	border-radius: 2px;
	padding: 40px 15px 40px 40px;
	position: relative;
	background-color: #fff;
}

.roadmap-padding-right {
	padding: 40px 40px 40px 15px !important;
}

.roadmap-list > li > .roadmap-panel:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -90px;
	display: inline-block;
	width: 90px;
	height: 2px;
	background-color: #2e19cc;
	content: " ";
}

.roadmap-list > li > .roadmap-badge {
	width: 25px;
	height: 25px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	margin-left: -12px;
	z-index: 100;
}

.roadmap-list > li.roadmap-inverted > .roadmap-panel {
	float: right;
}

.roadmap-list > li.roadmap-inverted > .roadmap-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -90px;
	right: auto;
}

.margin-top-10 {
	margin-top: 10
}

.roadmap-title {
	margin-top: 0;
	color: #0d006e;
	font-size: 22px;
	margin-bottom: 15px;
}

.roadmap-left {
	position: relative;
}

.roadmap-left::before {
	display: inline-block;
	background-color: #3b34d9;
	color: #fff;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 100%;
	padding-top: 5px;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.roadmap-left::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 18px;
	background-color: #cecece;
	left: 32px;
	top: 50%;
	transform: translateY(-50%);
}

.roadmap-left p {
	border-left: 1px solid #cecece;
	padding-left: 20px;
	margin-left: 50px;
	position: relative;
	color: #4d4d4d;
	font-weight: 500;
}

.roadmap-left > p span.dot::after {
	width: 8px;
	height: 8px;
	position: absolute;
	background-color: #0776fb;
	content: "";
	border-radius: 100%;
	top: 6px;
	left: -14px;
}

.roadmap-right {
	position: relative;
}

.roadmap-right::before {
	display: inline-block;
	background-color: #3b34d9;
	color: #fff;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 100%;
	padding-top: 5px;
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.roadmap-grey::before {
    background-color: #cecece !important;
}

span.dot-grey::after {
    background-color: #cecece !important;
}

.roadmap-right::after {
	position: absolute;
	content: "";
}

.roadmap-right::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 18px;
	background-color: #cecece;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
}

.roadmap-right p {
	border-right: 1px solid #cecece;
	padding-right: 20px;
	margin-right: 50px;
	position: relative;
	color: #4d4d4d;
	font-weight: 500;
}

.roadmap-right > p span.dot::after {
	width: 8px;
	height: 8px;
	position: absolute;
	background-color: #0776fb;
	content: "";
	border-radius: 100%;
	top: 6px;
	right: -14px;
}

.roadmap-circle {
    height: 22px;
    width: 22px;
}

span.dot {
	display: block;
	position: relative;
}

.roadmap-margin-top {
	margin-top: 25px;
}

.q1::before {
	content: "Q1";
}

.q2::before {
	content: "Q2";
}

.q3::before {
	content: "Q3";
}

.q4::before {
	content: "Q4";
}

.q5::before {
	content: "Q5";
}

span.roadmap-inner-text {
	color: #666666;
	font-size: 12px;
	position: relative;
	line-height: 10px;
	padding-left: 12px;
}

span.roadmap-inner-text::before {
	background-color: #58cefc;
	width: 7px;
	height: 7px;
	position: absolute;
	border-radius: 100%;
	content: "";
	left: 0;
	top: 5px;
}

span.roadmap-inner-text-right {
	color: #666666;
	font-size: 12px;
	position: relative;
	line-height: 10px;
	padding-right: 12px;
}

span.roadmap-inner-text-right::before {
	background-color: #58cefc;
	width: 7px;
	height: 7px;
	position: absolute;
	border-radius: 100%;
	content: "";
	right: 0;
	top: 5px;
}

.roadmap-title-green {
	color: #1ea84c !important
}

.roadmap-green::before {
	background-color: #1ea84c !important
}

span.dot-green::after {
	background-color: #1ea84c !important
}

.roadmap > li > .roadmap-panel-green:after {
	background-color: #1ea84c !important
}

.roadmap-push-right {
	padding-right: 16px !important;
}

.roadmap-push-right::before {
	right: 3px !important;
}

.roadmap-list > li > .future:after {
    background-color: #cccccc;
}

@media screen and (max-width: 1200px) {
	.roadmap-list > li.roadmap-inverted > .roadmap-panel:after {
		left: -80px;
	}

	.roadmap-list > li > .roadmap-panel:after {
		right: -80px;
		width: 80px;
	}

	.roadmap-list:before {
		background: -webkit-linear-gradient(top, #cccccc 61%, #2e19cc 39%);
		background: -o-linear-gradient(top, #cccccc 61%, #2e19cc 39%);
		background: -moz-linear-gradient(top, #cccccc 61%, #2e19cc 39%);
		background: linear-gradient(to top, #cccccc 61%, #2e19cc 39%);
	}
}

@media screen and (max-width: 991px) {
	.roadmap-list > li.roadmap-inverted > .roadmap-panel:after {
		left: -65px;
	}

	.roadmap-list > li > .roadmap-panel:after {
		right: -65px;
		width: 65px;
	}

	.roadmap-list:before {
		background: -webkit-linear-gradient(top, #cccccc 61%, #2e19cc 39%);
		background: -o-linear-gradient(top, #cccccc 61%, #2e19cc 39%);
		background: -moz-linear-gradient(top, #cccccc 61%, #2e19cc 39%);
		background: linear-gradient(to top, #cccccc 61%, #2e19cc 39%);
	}

	.roadmap-panel {
		padding: 15px !important;
	}
}

@media screen and (max-width: 767px) {
	.roadmap-list > li.roadmap-inverted > .roadmap-panel {
		float: none;
	}

	.roadmap-list > li > .roadmap-panel {
		float: none;
		width: 92%;
		margin-left: auto;
	}

	.roadmap-panel.text-right.roadmap-padding-right {
		text-align: left !important;
	}

	.roadmap-list>li {
		margin-bottom: 15px;
		position: relative;
	}

	.roadmap-right::before {
		right: auto;
		left: 0;
	}

	.roadmap-right > p span.dot::after {
		left: -14px;
		right: auto;
	}

	.roadmap-right p {
		padding-left: 20px;
		margin-left: 50px;
		border-right: 0px solid #cecece;
		border-left: 1px solid #cecece;
	}

	.roadmap-right::after {
		left: 32px;
	}

	.text-center#roadmap-logo {
		text-align: left;
	}
	
	.roadmap-list:before {
		left: 25px;
	}

	.roadmap-list > li > .roadmap-badge {
		left: 25px;
	}

	.roadmap-list > li > .roadmap-panel:after {
		left: -24px;
		width: 24px !important;
	}

	.roadmap-list > li.roadmap-inverted > .roadmap-panel:after {
		left: -24px;
	}
}

#tokens {
    padding: 75px 0;
}

#tokens h2 {
    color: #073257;
    font-weight: 700;
}

#tokens .line {
    display: block;
    width: 150px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 75px;
}

#tokens h4 {
    color: #0a2945;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

#tokens p {
    color: #073257;
}

#tokens .list-type-img {
    border-radius: 50%;
    width: 10px;
    margin-right: 10px;
}

.lock-icon {
    width: 8px;
    margin-left: 5px;
}

.unlocked {
    width: 10px;
    margin-left: 5px;
    display: none;
}

@media (max-width: 768px) {
    #token-section {
        margin-bottom: 50px;
    }
    
    #tokens {
        text-align: center;
    }

    #tokens p {
        text-align: left;
       
    }

    .fund-box {
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 25px;
    }

    .fund-box p {
        text-align: left;
    }
}

#team {
    background: #EEF7FF;
    padding: 100px 0;
}

#team h2 {
    color: #073257;
    font-weight: 700;
}

#team .line {
    display: block;
    width: 150px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 75px;
}

.team-photo {
    display: block;
    width: 150px;
    margin: auto;
    transition: transform 0.3s linear;
}

.team-photo:hover {
    transform: scale(1.1);
    transition: transform 0.3s linear;
}

.team-head {
    position: relative;
    width: 150px;
    margin: auto;
    margin-bottom: 15px;
}

.team-social-link, .team-social-link:hover {
    z-index: 1009;
    position: absolute;
    bottom: 3px;
    right: 12px;
}

.team-social-link img {
    width: 35px;
}

.team-member {
    margin-bottom: 30px;
}

.team-name {
    color: #073257;
    font-weight: 700;
}

.team-design {
    color: #073257;
    font-weight: 500;
}

#footer-top {
    background: linear-gradient(to right, #072D80, #040933)
}

#footer-top-overlay {
    background: url(../images/footer-overlay.png) no-repeat center;
    background-size: 60%;
    padding: 100px 0;
}

#footer-top h2 {
    color: #fff;
    font-weight: 800;
}

#footer-top p {
    color: #94CFFF;
}

#footer-top input {
    width: 68%;
    border: none;
    padding: 10px;
    height: 45px;
    outline: 0;
    border-radius: 30px;
    margin-left: 40px;
}

#footer-subscribe-button {
    background: #106AF5;
    color: #FFFFFF;
    border: none;
    padding: 15px 35px;
    outline: 0;
    border-radius: 30px;
}

#footer-subscribe-button:hover,
#footer-subscribe-button:focus {
    text-decoration: none;
}

.footer-info img {
    height: 65px;
}

.social-icons {
    margin: 0 5px;
}

.social-icons img {
    width: 40px; 
}

.social-icons:hover {
    text-decoration: none;
}

.footer-info {
    margin-top: 40px;
}

.logo-text {
    color: #94CFFF;
    margin-top: 20px;
}

.footer-info a {
    display: block;
    color: #94CFFF;
    margin: 10px 0;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-info a:hover {
    opacity: 0.6;
    transition: all 0.3s;
}

.app {
    width: 150px;
    margin-bottom: 20px;
}

#footer-bottom {
    background: #0D006E;
    color: #FFFFFF;
    padding-top: 25px;
    padding-bottom: 20px;
    position: relative;
}

#footer-bottom a {
    position: absolute;
    z-index: 1009;
    top: -35px;
    right: 8%;
}

.store-buttons {
    display: none;
}

#footer-bottom img {
    width: 70px;
}

@media (max-width: 768px) {
    .footer-info {
        text-align: center;
    }

    .footer-info img {
        margin: 0 auto;
    }

    .store-buttons {
        margin-top: 15px;
    }
}

#articles {
    padding-top: 100px;
    padding-bottom: 150px;
    background: #FAFAFA;
}

#articles h2 {
    color: #073257;
    font-weight: 700;
}

#articles .line {
    display: block;
    width: 150px;
    height: 2px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 75px;
}

.article {
    border-radius: 10px;
    margin: 30px;
    box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.1), -7px -7px 20px rgba(0, 0, 0, 0.1);
}

.article:hover,
.article:active,
.article:focus {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1), -10px -10px 20px rgba(0, 0, 0, 0.1);
}

.article-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.article-description {
    padding: 30px;
    padding-left: 20px;
}

.article-description p {
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 50px;
    width: fit-content;
    background-color: #F0F6FC;
}

.article-description h4 {
    color: #0a2945;
    font-weight: 700;
    margin-bottom: 20px;
}

.article-description .read-more-btn {
    color: #106BF5;
    font-weight: 600;
    text-decoration: none;
}

.article-description .read-more-btn:hover,
.article-description .read-more-btn:active,
.article-description .read-more-btn:focus {
    color: #106BF5;
    outline: none !important;
}

.owl-theme .owl-dots .owl-dot:focus {
    outline-color: transparent!important;
    border: none;
    outline:none;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #106BF5!important;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0px 3px!important;
    background: #a7d0f2!important;
}

#tokenchart-tooltip,
#utilizationchart-tooltip {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 3px;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: fit-content;
}

#preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 99999;
  }
  
#status {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -60px 0 0 -60px;
  }

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

#featured {
    background: #EEF7FF;
    padding-top: 100px;
    padding-bottom: 100px;
}

#featured h3 {
    color: #073257;
    font-weight: 600;
    margin-bottom: 50px;
}

#articles-featured {
    margin-bottom: 50px;
}

#articles-featured img {
    width: 150px;
}

#listing-featured {
    max-width: 992px;
    margin: 0 auto;
}

#listing-featured img {
    width: 175px;
}

#listing-featured img:hover {
    transform: translateY(-5px);
    transition: all 0.3s;
}

@media (min-width: 768px) {
    #articles-featured img {
        width: 200px;
    }

    #listing-featured img {
        width: 230px;
    }
}

#announcement-modal {
    text-align: center;
    padding: 0 !important;
}

#announcement-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#announcement-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}