@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600');

/*
	Gotham Book c'est Montserrat Light 300
	Gotham Medium c'est Montserrat Regular 400
	Gotham Bold c'est Montserrat SemiBold 600
	Gotham Black c'est Montserrat Bold 700
*/

html {
	overflow-x: hidden;
}
body {
	background: rgba(12,12,35,1);
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
a,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	color: white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none !important;
}
p {
	line-height: 180%;
}
p, span, div {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: white;
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: linear-gradient(to top right, #DC943B, #EEC551) padding-box, linear-gradient(to top right, #DC943B, #EEC551) border-box;
    color: #fff;
    padding: 11px 28px;
    border: 2px solid transparent;
    border-radius: 50px;
    display: inline-block;
    margin-left: 18px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 25%);
    text-transform: uppercase;
    font-weight: 700;
	margin: 0;
}

.btn:hover {
	-webkit-box-shadow: 0px 10px 25px 0px rgba(254,131,60,0.15);
	-moz-box-shadow: 0px 10px 25px 0px rgba(254,131,60,0.15);
	box-shadow: 0px 10px 25px 0px rgba(254,131,60,0.15);
}
.btn:hover:before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(1%,rgba(255,255,255,0.03)),color-stop(30%,rgba(255,255,255,0.85)),color-stop(50%,rgba(255,255,255,0.85)),color-stop(70%,rgba(255,255,255,0.85)),color-stop(71%,rgba(255,255,255,0.85)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
    width: 26%;
    height: 100%;
    transform: skew(-40deg,0deg);
    -webkit-transform: skew(-40deg,0deg);
    -moz-transform: skew(-40deg,0deg);
    -ms-transform: skew(-40deg,0deg);
    -o-transform: skew(-40deg,0deg);
    animation: move 1s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    -webkit-animation: move 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
    -moz-transform: skew(-10deg,0deg);
    -moz-animation: move 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -ms-transform: skew(-10deg,0deg);
    -ms-animation: move 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 0s;
    -o-transform: skew(-10deg,0deg);
    -o-animation: move 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 0s;
	z-index: 60;
}

.header_menu .btn_header {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	background: 
     linear-gradient(to top right, #0F101F,#0F101F) padding-box, 
     linear-gradient(to top right, #d68027, #e2d37e) border-box;
    color: #fff;
    padding: 10px 25px;
    border: 2px solid transparent;
    border-radius:50px;
    display:inline-block;
	margin-left: 18px;
	position: relative;
	overflow: hidden;
	
	-webkit-box-shadow: 0px 10px 25px 0px rgba(254,131,60,0.05);
	-moz-box-shadow: 0px 10px 25px 0px rgba(254,131,60,0.05);
	box-shadow: 0px 10px 25px 0px rgba(254,131,60,0.05);
	margin-right: 15px;
	font-weight: bold;
}
.header_menu .btn_header:hover {
	-webkit-box-shadow: 0px 10px 25px 0px rgba(254,131,60,0.35);
	-moz-box-shadow: 0px 10px 25px 0px rgba(254,131,60,0.35);
	box-shadow: 0px 10px 25px 0px rgba(254,131,60,0.35);
}
.header_menu .btn_header:hover:before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(1%,rgba(255,255,255,0.03)),color-stop(30%,rgba(255,255,255,0.85)),color-stop(50%,rgba(255,255,255,0.85)),color-stop(70%,rgba(255,255,255,0.85)),color-stop(71%,rgba(255,255,255,0.85)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);
    width: 26%;
    height: 100%;
    transform: skew(-40deg,0deg);
    -webkit-transform: skew(-40deg,0deg);
    -moz-transform: skew(-40deg,0deg);
    -ms-transform: skew(-40deg,0deg);
    -o-transform: skew(-40deg,0deg);
    animation: move 1s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
    -webkit-animation: move 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
    -moz-transform: skew(-10deg,0deg);
    -moz-animation: move 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 0s;
    -ms-transform: skew(-10deg,0deg);
    -ms-animation: move 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 0s;
    -o-transform: skew(-10deg,0deg);
    -o-animation: move 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 0s;
	z-index: 60;
}

/*  */
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  35% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  35% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  35% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 88%;
  }
}
@-ms-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  35% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  35% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
section {
	clear: both;
	float: left;
	width: 100%;
}
.header_menu .btn_header span {
	position: relative;
	z-index: 50;
	font-family: 'Montserrat', sans-serif;
}
.header_menu .btn_header:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: 
     linear-gradient(to top right, #d68027,#e2d37e) padding-box, /*this is your grey background*/
     linear-gradient(to top right, #d68027, #e2d37e) border-box;
	top: 0;
	left: 0;
	z-index: 40;
	opacity: 0;
	 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none !important;
}
.header_menu .btn_header:hover:after {
	opacity: 1;
}

.front_header_background {
	background: url(../images/promo_background.jpg) no-repeat transparent;
	width: 2505px;
	height: 1044px;
	position: absolute;
	z-index: -10;
    margin-left: calc(50% - 1150px);
}
.subpage_header_background {
	background: url(../images/subpage_background.jpg) no-repeat transparent;
	width: 2397px;
	height: 170px;
	position: absolute;
	z-index: -10;
    margin-left: calc(50% - 1150px);
}
.logo {
	float: left;
}
.logo img {
	display: inline-block;
    margin-left: 10px;
	max-width: 75px;
	height: auto;
}
.logo_loaded {
	-webkit-animation: roll-in-blurred-left 0.65s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.5s both;
	        animation: roll-in-blurred-left 0.65s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.5s both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	color: white;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-family: 'Montserrat', sans-serif;
	color: white;
}
.logo h2 {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 7px;
    position: relative;
    vertical-align: top;
    margin-left: 4px;
}
.logo h2 span {
	font-family: 'Montserrat', sans-serif;
	clear: both;
	display: block;
	text-transform: uppercase;
}
.logo_title_first {
	font-size: 20px;
	font-weight: 300;
}
.logo_title_second {
    font-size: 27px;
    font-weight: 900;
    margin-top: -5px;
    margin-bottom: -1px;
    margin-left: -6px;
}
.logo_title_third {
    font-size: 8px;
    font-weight: 600;
    margin-left: -13px;
}
.header_menu {
	float: right;
	margin-top: 10px;
}
.header_menu:after {
    content: "";
    display: block;
    height: 1px;
    width: calc(100vw + 100%);
    background: white;
    opacity: 0.2;
	margin-top: 15px;
}
.header_menu a {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	padding: 0px 20px;
    vertical-align: middle;
    position: relative;
}	
.header_menu a:not(.btn_header):not(.socials):hover:after {
	content: "";
	display: block;
	position: absolute;
    bottom: -29px;
	width: 20px;
	height: 2px;
    background: white;
	left: calc(50% - 10px);
	opacity: 0.5;
}
.header_menu a.active:after {
	content: "";
	display: block;
	position: absolute;
    bottom: -29px;
	width: 20px;
	height: 2px;
    background: white;
	left: calc(50% - 10px);
}
.navigation {
	margin-top: 25px;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none !important;
}
.socials {
	padding: 0 !important;
	width: 24px;
    height: 24px;
	border-radius: 25px;
    display: inline-block;
	padding: 0 !important;
}
.twitter {
	background: url(../images/twitter.svg) no-repeat #2D2F3C;
    background-size: 60% 60%;
    background-position: center;
}
.twitter:hover {
	background: url(../images/twitter.svg) no-repeat #16A3E5;
	background-size: 60% 60%;
	background-position: center;
}
.telegram {
	background: url(../images/telegram.svg) no-repeat #2D2F3C;
    background-size: 60% 60%;
    background-position: center;
}
.telegram:hover {
	background: url(../images/telegram.svg) no-repeat #16A3E5;
	background-size: 60% 60%;
	background-position: center;
}
.main {
	margin-top: 225px;
    display: block;
}
.main h2 {
	text-transform: uppercase;
    margin-bottom: 0;
}
.right_side_lambo {
	margin-top: 30px;
}
.when {
	font-size: 56px;
    font-weight: 300;
    clear: both;
    display: block;
}
.lambo {
    font-size: 77px;
    font-weight: 900;
    margin-top: -10px;
    display: block;
}
.pancakeswap_logo {
	width: 18px;
    height: 18px;
    vertical-align: middle;
}

@-webkit-keyframes roll-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) rotate(-720deg);
            transform: translateX(-1000px) rotate(-720deg);
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes roll-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) rotate(-720deg);
            transform: translateX(-1000px) rotate(-720deg);
    -webkit-filter: blur(50px);
            filter: blur(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.header_right {
	float: right;
	margin-top: 4px;
}
.robot_hide {
	color: transparent;
	height: 0;
	margin: 0;
}
.hidden {
	display: none;
}



/* Subpages */
.subpage {
    margin-top: 150px;
    position: relative;
    display: block;
    overflow: hidden;
}
.page_title {
	font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fe783c;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 18px;
    text-align: center;
}
.not-found-404,
.basic-page {
	margin: 0 auto;
	margin-top: 200px;
	overflow: hidden;
	text-align: center;
}
.not-found-404 .title,
.basic-page .title {
	margin-left: 30px;
}
.not-found-404 .not-found,
.basic-page .page {
	-webkit-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,0.1);
    margin: 0px 15px 80px 15px;
	
	border: 1px solid rgba(255,255,255,0.1);
    background: #10132c;
	
    padding: 36px;
    z-index: 50;
    float: left;
    width: 100%;
}
.not-found-404 p a,
.basic-page p a {
	color: #046BBA;
}
.bootstrap-wrapper {
	clear: both;
	z-index: 10;
    position: relative;
	overflow: hidden;
}

.left_side_text {
	float: left;
}
.left_side_text .btn {
	margin-top: 20px;
}
.right_side_lambo {
	float: left;
}
.lambo_coin {
	position: absolute;
    bottom: 0;
    right: -95px;
}
.binance_smart_chain {
	width: 22px;
	height: 22px;
	vertical-align: middle;
	margin-left: 5px;
}
.information {
    text-align: center;
    margin-top: 100px;
}
.information div {
	font-size: 17px;
	font-weight: 600;
}
.information h3 {
    opacity: 0.5;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    margin-top: 5px;
}

.when_lambo_token:before {
	content: "";
    display: block;
    background: url(../images/dots_4.png) no-repeat transparent;
    width: 1112px;
    height: 216px;
    position: absolute;
    z-index: -2;
    background-size: contain;
    background-position: center;
    left: calc(50% - 402px);
    top: 387px;
    opacity: 0.2;
}
.when_lambo_token {
	margin-top: 150px;
	position: relative;
}
.when_lambo_token h2 * {
	font-size: 30px;
	text-transform: uppercase;
}
.when_lambo_token h2:before {
	content: "TOKEN";
	font-size: 80px;
    position: absolute;
    opacity: 0.02;
	margin-top: -56px;
    margin-left: 26px;
}
.when_lambo_token h2 .thin {
	color: #e29544;
	font-weight: 400;
}
.when_lambo_token h2 .thicc {
	color: #e29544;
	font-weight: 900;
}
.when_lambo_token h2 .token {
	color: #fff;
	font-weight: 400;
}
.section_title {
	max-width: 580px !important;
    margin: 0 auto;
    display: block;
    clear: both;
    float: unset !important;
	text-align: center;
	margin-bottom: 40px;
}
.section_panel {
	border: 1px solid rgba(255,255,255,0.1);
    background: #10132c;
    -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    margin: 10px;
    width: calc(25% - 20px) !important;
    padding: 20px 20px 10px 20px !important;
}
.section_panel img {
	width: 40px;
	height: auto;
}
.section_panel h3 {
	font-size: 14px;
	color: #e39748;
}
.background_container {
	opacity: 0.5;
}
.background_container:after {
    content: "";
    background: rgb(12,12,35);
    background: linear-gradient(0deg, rgba(12,12,35,1) 0%, rgba(12,12,35,0) 100%);
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
}

.background {
    background: url(../images/bg_top.svg) no-repeat transparent;
    width: 100%;
    height: 1000px;
    position: absolute;
    z-index: -5;
    background-size: cover;
    background-position: top center;
	top: 0;
}
.background:after {
    content: "";
	background: rgb(12,12,35);
	background: linear-gradient(0deg, rgba(12,12,35,1) 0%, rgba(12,12,35,0) 100%);
    width: 100%;
    height: 320px;
    position: absolute;
    z-index: -4;
    bottom: 0;
}
.dots_1 {
	background: url(../images/dots_1.png) no-repeat transparent;
    width: 350px;
    height: 50px;
    position: absolute;
    z-index: -3;
    background-size: contain;
    background-position: center;
	
    left: calc(50% - 950px);
    top: 82px;
}
.dots_2 {
    background: url(../images/dots_2.png) no-repeat transparent;
    width: 255px;
    height: 80px;
    position: absolute;
    z-index: -3;
    background-size: contain;
    background-position: center;
	
	left: calc(50% + 15px);
    top: 130px;
}
.dots_3 {
	background: url(../images/dots_3.png) no-repeat transparent;
    width: 50px;
    height: 350px;
    position: absolute;
    z-index: -3;
    background-size: contain;
    background-position: center;
	
	left: calc(50% - 780px);
    top: 730px;
}
.c_1 {
	background: url(../images/c_1.png) no-repeat transparent;
    width: 80px;
    height: 115px;
    position: absolute;
    z-index: -3;
    background-size: contain;
    background-position: center;
	
    left: calc(50% + -409px);
    top: 170px;
}
.c_2 {
	background: url(../images/c_2.png) no-repeat transparent;
    width: 115px;
    height: 85px;
    position: absolute;
    z-index: -3;
    background-size: contain;
    background-position: center;
	
    left: calc(50% + -285px);
    top: 42px;
}
.c_3 {
	background: url(../images/c_3.png) no-repeat transparent;
    width: 116px;
    height: 80px;
    position: absolute;
    z-index: -3;
    background-size: contain;
    background-position: center;
	
    left: calc(50% + 160px);
    top: 968px;
}

.roadmap_background_container,
.team_background_container {
	opacity: 0.5
}
.roadmap_dots_1 {
	background: url(../images/dots_2.png) no-repeat transparent;
    width: 220px;
    height: 80px;
    position: absolute;
    z-index: -3;
    background-size: contain;
    background-position: center;
    left: calc(50% - -4px);
    top: -200px;
}
.roadmap_dots_2 {
	background: url(../images/dots_3.png) no-repeat transparent;
    width: 50px;
    height: 350px;
    position: absolute;
    z-index: -3;
    background-size: contain;
    background-position: center;
    left: calc(50% - 600px);
    top: 100px;
}
.roadmap_dots_3 {
	background: url(../images/dots_1.png) no-repeat transparent;
    width: 200px;
    height: 50px;
    position: absolute;
    z-index: -3;
    background-size: contain;
    background-position: center;
    left: calc(50% - 360px);
    top: 600px;
}
.roadmap_c_1 {
	background: url(../images/c_1.png) no-repeat transparent;
    width: 70px;
    height: 115px;
    position: absolute;
    z-index: -3;
    background-size: contain;
    background-position: center;
    left: calc(50% + -409px);
    top: 0px;
}
.roadmap_c_2 {
	background: url(../images/c_3.png) no-repeat transparent;
    width: 116px;
    height: 80px;
    position: absolute;
    z-index: -3;
    background-size: contain;
    background-position: center;
    left: calc(50% + 60px);
    top: 508px;
}
.team_dots_1 {
	background: url(../images/dots_2.png) no-repeat transparent;
    width: 220px;
    height: 80px;
    position: absolute;
    z-index: -3;
    background-size: contain;
    background-position: center;
	left: calc(50% + 205px);
    top: -220px;
}


.roadmap_fullwidth:after {
    content: "";
    background: rgb(12,12,35);
    background: linear-gradient(0deg, rgba(12,12,35,1) 0%, rgba(12,12,35,0) 100%);
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
}


.token_allocations {
    margin-top: 100px;
}
.token_info {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 26px;
    padding-left: 38px;
}
.token_info h4 {
	position: relative;
    font-size: 16px;
}
.token_info h4:before {
	position: absolute;
    top: 8px;
    left: -15px;
    height: 5px;
    width: 5px;
    content: "";
    border-radius: 50%;
    background: #46bdf4;
}

.contract_address {
	background: #11122E;
    text-align: center;
    padding: 30px;
    margin-top: 30px;
}
.contract_address_box img {
	vertical-align: middle;
    max-height: 19px;
    margin-left: 12px;
}
.contract_address_box {
    background: rgba(255,255,255,0.05);
    border-radius: 5px;
    padding: 20px;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #ffffff14;
}
.token_allocations_chart h2 {
	color: #fff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 30px;
}

.roadmap_fullwidth {
	border: 1px solid rgba(255,255,255,0.1);
    background: #10132c;
    -webkit-box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 15px 0px rgb(0 0 0 / 15%);
	overflow: hidden;
	margin-top: 0px;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.roadmap_fullwidth:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg_top.svg) no-repeat transparent;
    background-size: cover;
    background-position: top center;
	opacity: 0.5;
	z-index: -5;
}

.roadmap h2:before {
    content: "ROADMAP";
    font-size: 80px;
    position: absolute;
    opacity: 0.02;
    margin-top: -56px;
    margin-left: -90px;
}
.roadmap h2 * {
    font-size: 30px;
    text-transform: uppercase;
}
.roadmap h2 .thin {
    color: #fff;
    font-weight: 400;
}
.roadmap h2 .thicc {
    color: #e29544;
    font-weight: 900;
}

.roadmap_item > div {
	display: inline-block;
	vertical-align: top;
}
.roadmap_item .roadmap_item_title {
	width: 30%;
    text-align: right;
    font-weight: bold;
}
.roadmap_item .roadmap_item_dot {
	width: 5%;
	position: relative;
}
.roadmap_item .roadmap_item_content {
	width: 40%;
}
.roadmap_item .roadmap_item_content p {
	padding: 0;
    margin: 0;
    position: relative;
    margin-left: 60px;
    padding-bottom: 60px;
    opacity: 0.8;
    font-weight: 300;
}
.roadmap_item_dot_inside {
    width: 17px;
    height: 17px;
    border: 2px solid #00cde4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #1f2641;
    position: relative;
    top: 2px;
    left: 0;
    z-index: 1;
    margin: 0 auto;
}
.achieved .roadmap_item_dot_inside {
    border: 2px solid #EB7E54;
	background: #542b00;
}
.roadmap_item_dot:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    width: 1px;
    border-left: 1px solid #00cde4;
    height: calc(100% + 120px);
}
.achieved .roadmap_item_dot:after {
	border-left: 1px solid #EB7E54;
}
.roadmap_item_content p:before {
    content: "";
    position: absolute;
    top: 11px;
    left: -60px;
    width: 40px;
    border-bottom: 1px solid rgb(73, 81, 112);
}
.roadmap_item:last-child .roadmap_item_dot:after {
	display: none;
}
.roadmap_item.current .roadmap_item_dot .roadmap_item_dot_inside {
	width: 31px;
    height: 31px;
    margin-top: -6px;
}
.roadmap_item.current .roadmap_item_dot .roadmap_item_dot_inside:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: rgb(237, 130, 78);
    margin: 0 auto;
    margin-top: 6px;
}
.roadmap_full {
	margin-top: 30px;
}
.team_member img {
	border-radius: 200px;
	max-width: 160px;
	height: auto;
}
.team_member {
	text-align: center;
}
.team {
    margin-top: 50px;
}
.team h2 * {
    font-size: 30px;
    text-transform: uppercase;
}
.team h2 .thin {
    color: #fff;
    font-weight: 400;
}
.team h2 .thicc {
    color: #e29544;
    font-weight: 900;
}
.team h2:before {
    content: "TEAM";
    font-size: 80px;
    position: absolute;
    opacity: 0.02;
    margin-top: -56px;
    margin-left: 46px;
}
.team_member h3 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 6px;
    margin-top: 15px;
    display: block;
}
.team_member h4 {
	color: #1283D5;
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin: 8px;
    display: block;
    clear: both;
    margin-bottom: 4px;
}
.team_member p {
    color: #1283D5;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-top: 0px;
    margin: 0px;
    display: block;
}
.contact {
	
}
.contact h3 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
    display: block;
}
.contact_item {
	text-align: center;
}
.contact_item .contact_icon {
	border: 1px solid rgba(255,255,255,0.1);
    background: #10132c;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
	margin-right: 10px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none !important;
}
.contact_item .contact_icon img {
    width: 20px;
    height: auto;
    margin-top: 12px;
}
.contact_item a:hover .contact_icon {
    border: 1px solid rgba(255,255,255,0.35);
	background: #23295d;
}

.contact_item span {
    vertical-align: middle;
    display: inline-block;
}
.contact {
	margin-top: 50px;
    margin-bottom: 50px;
}

.footer_logo img {
	max-width: 100px;
	height: auto;
}
.footer_menu {
	text-align: right;
	margin-top: 40px;
}
.footer_menu a {
	text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 0px 20px;
    vertical-align: middle;
    position: relative;
}
.footer_right {
	text-align: right;
	margin-top: 15px;
}
.footer_right a {
	vertical-align: middle;
	margin: 0px 10px;
	font-size: 12px;
}
.footer_left {
    font-size: 12px;
    opacity: 0.5;
    font-weight: 300;
	margin-top: 20px;
}
.footer {
	margin-bottom: 20px;
}
.delimiter {
	width: 100%;
	height: 1px;
	background: white;
	display: block;
	opacity: 0.1;
	margin: 20px 0px;
	float: left;
}
.footer_container {
	margin-top: 80px;
	margin-bottom: 20px;
	overflow: initial;
}
.footer_bg {
	display: block;
    width: auto;
    height: 227px;
    position: absolute;
    top: 0;
    margin-top: -154px;
    left: 0;
}
.team_wrapper {
	z-index: 50;
	position: relative;
}
.header {
	position: fixed;
    z-index: 100;
    width: 100%;
	background: transparent;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none !important;
}
.header.smaller {
    background: rgb(12 12 35);
}
.header.smaller .navigation {
	margin-top: 10px;
    margin-bottom: 10px;
}
.clipboard_popup {
	position: absolute;
    z-index: 50;
    background: rgb(0 0 0 / 65%);
    padding: 15px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 10px;
	opacity: 0;
	min-width: 150px;
	margin-top: 8px;
}
.clipboard_popup.visible {
	opacity: 1;
}
.navbar-toggle {
	display: none;
}
.flex {
	display: flex;
}

.our_products {
    margin-top: 100px;
    padding-bottom: 100px;
}
.our_products h2 * {
    font-size: 30px;
    text-transform: uppercase;
}
.our_products h2 .thin {
    color: #fff;
    font-weight: 400;
}
.our_products h2 .thicc {
    color: #e29544;
    font-weight: 900;
}
.our_products h2 .token {
    color: #fff;
    font-weight: 400;
}
.our_products .our_products_container {
	text-align: center;
}
.our_products .our_products_container h3 {
	color: #e29544;
    font-weight: 700;
}
.our_products_container > div {
    border: 1px dashed rgba(255,255,255,0.1);
    background: #10132c;
    margin: 10px;
    border-radius: 10px;
	
	-webkit-box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 25%);
	padding: 25px;
	max-width: calc(33% - 20px) !important;
}
.crypto_wallet {
	margin-top: -30px;
	margin-bottom: -30px;
}
.crypto_swap {
    margin-top: 30px;
    width: 100%;
    height: auto;
}
.crypto_secret {
	margin-top: 25px;
}

/* */
.help_us_grow {
    border: 1px dashed rgba(255,255,255,0.1);
    background: #10132c;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 25%);
    padding: 45px;
    max-width: calc(70% - 20px) !important;
    margin: 0 auto;
    float: unset;
    overflow: hidden;
    margin-top: 50px;
}
.help_us_grow h2:before {
    content: "HELP US";
    font-size: 80px;
    position: absolute;
    opacity: 0.02;
    margin-top: -56px;
    margin-left: -45px;
}
.help_us_grow h2 * {
    font-size: 30px;
    text-transform: uppercase;
}
.help_us_grow .thin {
    color: #fff;
    font-weight: 400;
}
.help_us_grow .thicc {
    color: #e29544;
    font-weight: 900;
}
.marketing_materials {
	text-align: center;
}
.check_materials_page {
	display: block;
	margin-top: 20px;
}

/* RESPONSIVE */

/* Ultra small devices - XS */
@media (max-width: 768px) { 

	.help_us_grow {
		padding: 15px 15px 30px 15px;
		width: 100%;
		max-width: 100% !important;
	}
	.help_us_grow h2:before {
		font-size: 55px;
		margin-top: -33px;
		margin-left: -55px;
	}
	
	.flex {
		flex-direction: column;
	}
	.when {
		font-size: 38px;
	}
	.lambo {
		font-size: 52px;
	}
	.logo img {
		margin-left: 0px;
	}
	.right_side_lambo img {
		max-width: 150%;
		height: auto;
	}
	.lambo_coin {
		max-width: 43% !important;
		right: -20px;
	}
	.information {
		margin-top: 50px;
	}
	.information > div {
		margin-bottom: 35px;
	}
	.when_lambo_token {
		margin-top: 25px;
	}
	.section_panel {
	    width: 100% !important;
		padding: 20px 20px 10px 20px !important;
		margin: 0;
		margin-bottom: 20px;
	}
	.token_allocations {
		margin-top: 15px;
	}
	.token_info {
		width: 100%;
		padding-left: 20px;
	}
	.token_information {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.contract_address {
		padding: 15px;
	}
	.token_allocations_chart {
		margin-top: 50px;
	}
	.roadmap_fullwidth {
		margin-top: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.roadmap h2:before {
		font-size: 55px;
		margin-top: -38px;
		margin-left: -23px;
	}
	.when_lambo_token h2:before {
		font-size: 55px;
		margin-top: -42px;
		margin-left: 16px;
	}
	.team h2:before {
		font-size: 55px;
		margin-top: -44px;
		margin-left: 43px;
	}
	.team_member {
		margin-bottom: 30px;
	}
	.contact h3 {
		line-height: 180%;
	}
	.contact_item {
		padding-right: 0px !important;
		padding-left: 0px !important;
		margin-bottom: 30px;
	}
	.footer_logo {
		text-align: center;
	}
	.footer_menu a {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer {
		text-align: center;	
	}
	.footer_right {
		text-align: center;	
	}
	p, span, div {
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		color: white;
	}
	
	.roadmap_item .roadmap_item_title {
		width: 25%;
	}
	.roadmap_item .roadmap_item_dot {
		width: 20%;
	}
	.roadmap_item .roadmap_item_content {
		width: 50%;
	}
	.roadmap_full {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.roadmap_item_content p:before {
		display: none;
	}
	.roadmap_item .roadmap_item_content p {
		margin-left: 0px;
	}
	.roadmap_item_dot:after {
		height: calc(100% + 200px);
		left: calc(50%);
	}
	
}
@media (max-width: 991px) { 
	.our_products_container > div {
		max-width: calc(100% - 20px) !important;
	}
	.our_products_container > div img {
		max-width: 100%;
		height: auto;
	}
	.crypto_wallet {
		margin-top: -10px;
	}
	.header.smaller .navigation {
		margin-bottom: 0;
	}
	.left_side_text {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.right_side_lambo {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 5px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		border-color: #236ab7;
	}
	.navbar-toggle {
		margin-top: 16px;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		outline: none !important;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background-color: #236ab7;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 4px;
	}

	.navbar-toggle {
		display: block;
	}
	.header_menu {
		height: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		outline: none !important;
		background: #0B0D21;
		width: 100%;
	}
	.header.opened {
		background: #0B0D21;
	}
	.header_menu.opened {
		height: 120vh;
	}
	.header_menu a {
		display: block;
		margin: 20px 0px;
		padding: 0px 10px;
	}
	.header_menu a.active:after {
		display: none;
	}
	.header_menu .btn_header {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 5px;
	}
	.header_menu a.socials {
		display: inline-block;
	}
	.copy_to_clipboard {
		overflow-wrap: anywhere;
	}
	.background_container {
		position: absolute;
	}
	.main {
		margin-top: 150px;
	}

}

@media (min-width: 992px) and (max-width: 1100px) { 
	.header_menu a {
		padding: 0px 10px;
	}
}

@media (min-width: 2230px) { 
	.footer_bg {
		height: 260px;
	}
}