html, body{overflow-x: hidden;}
body {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight:400;
	color: #878787;
	position: relative;
	background: #000;
}
body button.focus, .btn:focus {
    outline: none !important;
    outline-offset: 0 !important;
}
ul, ol, *{
	margin:0;
	padding:0;
}
a {
	text-decoration: none !important;
	display:inline-block;
}
img {
	max-width: 100%;
}
::placeholder{
	color: rgba(255, 255, 255, 0.35) !important;
}
::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: #ccc;
}
::-webkit-scrollbar-thumb {
  background: #ffc947;
}
::-webkit-scrollbar-thumb:hover {
  background: #dca624;
}
button{outline: none !important;}
p, .footer_menu li a {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
	color: #fff !important;
}
.white_txt {color:#fff !important;}
.black_txt {color:#000 !important;}
.pink_txt {color:#fa9cdc !important;}
.txt_upr {text-transform: uppercase;}
.roboto_font {font-family: 'Roboto', sans-serif;}
.container{
	max-width: 1070px;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
/* Header css start here ===== */
.header {
    transition: ease-in-out 0.3s;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 10px 15px;
}
.dark_header {
    background: #000;
	padding: 5px 15px;
}
.header .navbar {
    padding: 0;
    background: none !important;
    max-width: 1170px;
    margin: 0 auto;
}
.header .navbar-brand {
    padding: 0;
    margin-right: 0;
    max-width: 300px;
}
.header .navbar-nav > li {
    padding: 0 25px;
}
.header .navbar-nav li a {
    font-size: 14px;
    color: #fff !important;
    padding: 20px 10px !important;
    transition: ease-in-out 0.3s;
    font-weight: 500;
    position: relative;
}
.header .navbar-nav li.active a:after {
    content: "";
    width: 100%;
    height: 4.65px;
    background: linear-gradient(90deg, rgba(249, 188, 113, 0.03) 0%, #FF8236 49.88%, rgba(249, 188, 113, 0.03) 102.97%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn {
    position: relative;
    z-index: 2;
    padding: 12px 24px;
    border: 2px solid #CED4DA;
    color: #fff !important;
    min-width: 230px;
    background: linear-gradient(270deg, #60645F91 7.51%, rgba(249, 188, 113, 0) 139.93%);
    border-radius: 5.07657px 19.4602px 5.07657px 21.1524px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
.btn span {
    font-weight: 400;
}
/* Header css end here ===== */

/* Banner-section css start here ===== */
.banner_sec {
	padding: 150px 0 300px;
	background:url(../img/bnr_bg.jpg) no-repeat;
	background-size: cover;
}
.banner_img {
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 169px;
}
.banner_img .bnrCenter_img {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.bnrTxt_img {
    margin-top: -270px;
    position: relative;
}
.bnr_txt {
    margin-top: -130px;
    position: relative;
}
.blue_btn {
    background: linear-gradient(270deg, #57D6E1 26.75%, rgba(87, 214, 225, 0) 129.01%);
    filter: drop-shadow(0px 0px 68.5337px rgba(249, 188, 113, 0.3));
    border: 2px solid #57D6E1;
}
.bnr_txt h4 {
    font-size: 18px;
    font-weight: 700;
}
.btn_group {
    margin: 30px 0;
}
.btn_group .blue_btn:not(:last-child){
    margin-right: 15px;
}
.social_icons {
    position: absolute;
    z-index: 99;
    top: 200px;
    right: 0;
    width: 25px;
}
.social_icons a {
    display: block;
    margin-bottom: 35px;
}
.social_icons a img {    filter: brightness(0) invert(1);}
.social_icons a:hover img {filter: inherit;}
.main_head {
    font-family: 'PAC';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.41) -17.94%, #FFFFFF 52.51%, rgba(255, 255, 255, 0.37) 107.73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 78.8156px rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 90.4422px;
    line-height: 70px;
    margin-bottom: 30px;
}
.main_head .blue_icon {
    margin-left: 20px;
}
/* Banner-section css end here ===== */
/* Project-section css start here ===== */
.unleash_sec {
    background: url(../img/unleash_bg.png) no-repeat;
    background-position: top 300px left;
    padding-bottom: 150px;
}
.unleash_sec .container {z-index: 1;}
.unleash_sec:after {
    content: "";
    width: 700px;
    height: 700px;
    display: block;
    position: absolute;
    bottom: 100px;
    right: 0;
    background: url(../img/blur_img.png) no-repeat;
    background-size: 90%;
    background-position: bottom right;
}
.unleash_box .row > div {margin-top: 75px;}
.mainSec_head {
    margin: -150px 0 80px;
}
.sec_head h4 {
    position: relative;
    font-size: 24px;
}
.sec_head h4:after {
    content: "";
    width: 250px;
    height: 5px;
    background: linear-gradient(90deg, rgba(249, 188, 113, 0.03) 0%, #FB5E1C 49.88%, rgba(249, 188, 113, 0.03) 102.97%);
    display: block;
    margin: 20px 0;
}
.sec_head .sub_txt {
    max-width: 525px;
    margin: 0 auto;
}
.mainSec_head h4:after {margin: 20px auto 30px;}
.shadow_txt {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.41) -17.94%, #FFFFFF 52.51%, rgba(255, 255, 255, 0.37) 107.73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 78.8156px rgba(255, 255, 255, 0.6);
}
/* Project-section css end here ===== */

/* Card-section css start here ===== */
.weare_sec {
    background: url(../img/weAre_bg.png) no-repeat;
    background-position: top center;
    padding-bottom: 80px;
}
.sec_header {
    margin-bottom: 50px;
}
.sec_header img {
    margin-bottom: 30px;
}
.weare_sec .sec_head {margin: 45px 0 0;}
.weare_sec .sec_head h4:after {display: none;}
.weare_sec .sec_head p {margin:45px 0 70px;}
.whoWeAre_shadow {
    position: absolute;
    bottom: -100px;
    left: -100px;
    right: -100px;
}
.whoWeAre_img > img {
    position: relative;
    z-index: 9;
}
/* Card-section css end here ===== */

/* Roadmap-section css start here ===== */
.road_sec {padding: 100px 0 0;}
.sand_clock {
    max-width: 350px;
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 2;
}
.road_sec .main_head img {
    max-width: 12px;
}
.road_sec .main_head span {
    margin: 0 40px;
}
.road_sec .sub_txt {
    max-width: 525px;
    margin: 0 auto 20px;
}
.star_line:before, .map_container:before {
    z-index: 1;
    content: "";
    width: 1102px;
    height: 220px;
    display: block;
    position: absolute;
    background: url(../img/star_line.png) no-repeat;
    left: -110px;
    top: 45px;
    background-size: 100%;
    background-position: center bottom;
}
.map_row{max-width: 830px;}
.map_row .row > div:nth-child(2), .map_row .row > div:nth-child(3), .map_container .map_row .row > div:nth-child(1), .map_container .map_row .row > div:nth-child(4) {margin-top: 55px;}
.step_box h5 {
    font-size: 28px;
    margin: 0 0 30px;
	font-weight:500;
}
.step_box p {
    max-width: 200px;
    margin: 30px auto 0;
}
.map_container .map_row {
    margin: 80px auto 0;
}
.map_container .map_row .row > div:nth-child(2), .map_container .map_row .row > div:nth-child(3) {
    margin: 0;
}
.map_container:before {
    background: url(../img/star_line2.png) no-repeat;
    background-position: top right;
    left: 0;
    top: 20px;
    transform: rotate(1deg);
}
.btn.black_txt {
    color: #FFF !important;
}
/* Roadmap-section css end here ===== */
.kairos_sec .container {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.kairos_sec .main_head {
    font-size: 150px;
    line-height: 120px;
    margin: 20px 0 30px;
}
.kairos_sec .btn, .subs_cribe .btn {background: #1C1A19;}
/* Footer-section css start here ===== */
.footer_sec {
    padding: 90px 0 45px;
}
.footer_sec h5 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 30px;
}
.subs_cribe {
    margin: 70px 0 40px;
}
.subs_cribe .form-control {
    width: 100%;
}
.subs_cribe .form-control {
    width: 100%;
    background: linear-gradient(92.88deg, rgba(217, 217, 217, 0.15) -5.29%, rgba(217, 217, 217, 0) 115.38%);
    border-radius: 6px 23px 6px 25px;
    margin-left: -30px;
    padding: 12px 15px 12px 60px;
    height: 50px;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}
.footer_menu li a {
    margin: 0 0 12px;
}
.footer_sec p{font-size: 14px;}
.artwork_txt {color: rgba(255, 255, 255, 0.5) !important;}
/* Footer-section css end here ===== */