@tailwind base;
@tailwind components;
@tailwind utilities;


@import url('https://fonts.googleapis.com/css2?family=Lato&family=Plus+Jakarta+Sans:ital,wght@0,200;0,400;0,500;0,600;0,700;1,500;1,600&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,500;1,600;1,700;1,800;1,900&display=swap');


html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	color: #f5f5f5;
}
.mobile-menu {
    left: -200%;
    transition: 0.5s;
  }
  
  .mobile-menu.active {
   left: 0;
  }
  
  .mobile-menu ul li ul {
    display: none;
  }
  
   .mobile-menu ul li:hover ul {
    display: block;
  }

  /* Early Contributer  */

  .early-contributors {
	/* background-image: linear-gradient(to right, rgb(15, 23, 42), rgb(88, 28, 135), rgb(15, 23, 42)); */
	color: #171717;
	padding: 60px;
	width: 100%!important;
}

.early-contributors .content {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 10px 0 120px 0;
	height: 820px;
	overflow: hidden;
	transition: 0.5s;
}

.early-contributors .full {
	height: 1380px!important
}

.early-contributors .expand-button-content {
	width: 100%;
	margin: -100px 0 100px 0;
	display: flex;
	justify-content: center;
}

.early-contributors .expand-button {
	background: transparent;
	border: none;
	background: url("assets/icons/dots.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 32px;
	height: 32px;
	transition: 0.5s linear;
}

.early-contributors .close-button {
	background: transparent;
	border: none;
	background: url("assets/icons/cross-b.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 32px;
	height: 32px;
	transition: 0.5s linear;
}

.early-contributors .top-title {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0 10px;

}

.early-contributors .top-title h3 {
	font-size: 14px;
	color: #080808;
	font-family: "HelveticaNeue";
}

.early-contributors .top-title p {
	font-size: 14px;
	color: #08080857;
	font-family: "HelveticaNeue";
}

.early-contributors .row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	border-top: 1px solid #20e8e5;
	padding: 24px 0 20px;
	cursor: pointer;
}


element.style {
}
div#contributors_container h5 {
    font-size: 50px;
}
div#contributors_container h5 {
    font-size: 50px;
}
div#contributors_container h5 {
    font-size: 60px;
}
.early-contributors .row h5 {
    font-size: 26px;
}
.early-contributors .row h5 {
    font-family: "poppins";
    font-weight: 500;
    font-size: 45px!important;
    letter-spacing: 2.5px;
    margin: 0;
    padding: 15px 0 0 0;
    padding-bottom: 15px;
}

.early-contributors .row img {
	width: 32px;
}

.early-contributors .row:hover .img-fixed-content {
	display: flex;
}

.img-fixed {
	width: calc(100vw / 5)!important;
}

.early-contributors .row .img-fixed-content {
	display: none;
	transition: 0.5s linear;
	position: fixed;
	width: calc(100vw / 5)!important;
	left: calc(50vw - ((100vw / 5)/2));
	top: calc(50vh - ((100vw / 3.5)/2));
	z-index: 10000;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.early-contributors {
    padding: 30px;
    width: calc(100% - 60px);
}

.early-contributors .top-title h3 {
    font-size: 12px;
}

.early-contributors .top-title p {
    font-size: 12px;
}

.early-contributors .row h5 {
    font-size: 26px;
}

.early-contributors .row img {
    width: 22px;
}

.early-contributors .row {
    padding: 14px 0 8px;
}

.early-contributors .content {
    height: auto;
}

.early-contributors .full {
    height: 920px!important;
}
/* Footer Bottom Section  */
#marq {
	margin: 0 auto;
	width: 102em;
	padding: 20px 0;
	margin: -30px 0 30px;
	border: inset;
	overflow: hidden;
	white-space: nowrap;
	background-color: #000;
	font-size: 83px;
	color: #f5f5f5;
	font-family: "HelveticaNeue";
}
@keyframes marquesina {
	0% {transform: translatex(0); }
	100% {transform: translatex(-50%); }
}
#marq {
    font-size: 52px;
}
div#contributors_container h5 {
    font-size: 50px;
}
.bg-dark-kakr{
	background:#0F172A;
}
a.btn.p-2.bg-violet-600.hover{
    display: inline-block;
    padding: 7px 54px!important;
}
@media only screen and (max-width: 600px) {
	section.home {
		margin-top: -104px;
	}
  }
  a.rounded-md.bg-indigo-600.px-3\.5.py-2\.5.text-sm.font-semibold.text-white.shadow-sm.hover\:bg-indigo-500.focus-visible\:outline.focus-visible\:outline-2.focus-visible\:outline-offset-2.focus-visible\:outline-indigo-600 {
    background: transparent;
    color: #000;
    border: 1px solid;
}
strong{
	color:#48fc8b;
}
.btn{
    padding:0.7em 2em;
    border-radius:0.3em;
    text-transform: uppercase;
    transition:0.3s;
}
.btn-primary{
    background: linear-gradient(90deg, #48fc8b, #1de7ea);
    color:#111;
    border:none;
}
.btn-primary:hover{
    background:#1de7ea;
}
.btn-secondary{
    border:1px #1de7ea solid;
    color:#fff;
}
.btn-secondary:hover{
    background: #fff;
    color: #111;
}
.btn-group .btn{
    margin: 1em;
}
#background-video {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
  }
  div#contributors_container h5 {
    font-size: 50px;
}
/* slider pagination  */
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: auto;
}
.bg-gradient-cyan {
    background-image: linear-gradient(90deg,#6cd5f6 0,#f89d5c 50%,#5b6af0 100%);
}
i#themeToggle {
    display: block;
    margin-top: -30px;
    margin-left: -37px;
    cursor: pointer;
}
.second_header{
    background:#16192B!important;
}

.toggler-btn {
    display: block;
    margin-left: -96px!important;
    margin-top: -41px!important;
}
#hero-container {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
 }

 #myCanvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
 }

 .hero-content {
	position: relative;
	z-index: 1;
	color: white;
 }

 /* .roadmap-step::before {
	content: '';
	width: 20px;
	height: 2px;
	background-color: #4A90E2;
	display: block;
	margin-bottom: 5px;
 }

 .roadmap-step::after {
	content: '';
	width: 20px;
	height: 2px;
	background-color: #4A90E2;
	display: block;
	margin-top: 5px;
 }

 .swiper-slide::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 100%;
	background: #ccc;
	z-index: -1;
 }

 .swiper-slide::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	background: #333;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
 } */
  
 .bg-green-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 46 22 / var(--tw-bg-opacity))!important;
}
p.relative.gtranslate_wrapper.gt_container-unisv1 {
    color: #fff;
}