@charset "utf-8";

/*======================================
 [ -Main Stylesheet-
  Theme: Pelzari Landing
  Version: 1.0
  Last change: 16/03/2021 ]
 
/*-------------Fonts---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Mukta+Vaani:200,300,400,500,600,700,800|Teko:400,500,600,700&display=swap');
/*-------------General Style---------------------------------------*/
html {
	overflow-x: hidden !important;
	height: 100%;
	overflow-y: auto;
}
body {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 13px;
	height: 100%;
	text-align: center;
	background: #292929;
	color: #000;
	overflow-y: auto;
	font-family: 'Mukta Vaani', sans-serif;
}
@-o-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
/* ---------Page preload--------------------------------------*/
 
/*--------------Typography--------------------------------------*/
p {
	font-size: 13px;
	line-height: 24px;
	padding-bottom: 10px;
	font-weight: 400;
	color: #5e646a;
}
/*--------------General--------------------------------------*/
#main {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity:1;
}

.fl-wrap {
	float: left;
	width: 100%;
	position: relative;
}
.content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}
.container {
	max-width: 1224px;
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.full-height {
	height:100%;
} 
.respimg {
	width: 100%;
	height: auto;
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: repeat;
	background-origin: content-box;
}
.par-elem {
	height:130%;
	top:-15%;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 3;
}
.hero-container {
	overflow:hidden;
}
.hero-container:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    border: 1px solid rgba(255,255,255,0.2);
    z-index: 3;
    box-shadow: 0px 0px 0px 50px rgba(255,255,255,0.08);
}
.hero-container .bg {
    width: inherit;
    left: 30%;
    right: 0;
	z-index:2;
}
.landing-hero-text{
    width: 30%;
    height: 100%;
    position: absolute;
    top:38%;
    left: 0;
	padding:0 50px 0 150px;
	z-index:20;
}
.landing-hero-container:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(153, 153, 153, 0.1);
} 
.logo-holder img{
	float:left;
	height:40px;
	width:auto;
	margin-bottom:50px;
}
.landing-hero-text h3 {
	text-align:left;
 
	color: #BCBCBC;
	font-size:16px;
 
}
.btn {
	padding: 14px 30px 14px 35px;
	float:left;
    position: relative;
 
	color:#292929;
    margin-top: 25px;
	font-size:10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
 	background: #F9BF26;
 
    transition: all 200ms linear;
}
.btn i , .buy_btn i {
	margin-left:15px;
}
.buy_btn {
	position:absolute;
	right:90px;
	top:70px;
	z-index:20;
	padding: 14px 30px 14px 35px;
 
    color: #292929;
    margin-top: 25px;
 	background: #F9BF26;
	font-size:10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
    transition: all 200ms linear;
}
 
.btn:hover {
	background:#fff;
	color:#292929;
}
.hero-dec {
    position: absolute;
   	left:0;
	right:35%;
	bottom: 0;
	top: 0;
	overflow: hidden;
    z-index: 1;
}
.hero-dec:before {
    content: '';
    position: absolute;
   	bottom: 90px;
   	left:0;
    width:1000px;
    height: 680px;
    background: url(../images/hex2.png) no-repeat center;
    opacity: 0.15;
 
}
#fall-holder {
	position: absolute;
	top:0;

	left:0;
	width:100%;
	height:200%;
	z-index:1;
	opacity:0.3;
	transform: rotate(-90deg); 
}
.scroll-down-wrap {
	position:absolute;
	left:150px;
	bottom:90px;
	z-index:100
}
.scroll-down-wrap span {
	float: left;
	margin-left: 20px;
	position: relative;
	top: 8px;
	font-weight: 600;
	font-size: 11px;
	color: #000;
	z-index:10;
}
.scroll-down-wrap  span  {
	color:#fff;
}
.scroll-down-wrap  span:before  {
	background:#fff;
}
.mousey {
	float: left;
	width: 20px;
	height: 30px;
	border-radius: 6px;
	padding: 0 6px;
	border: 1px solid rgba(255,255,255,0.3);
	box-sizing: border-box;
	position:relative;
	z-index:10;
}
.mousey:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 8px;
    left: 50%;
    background: rgba(255,255,255,0.3);
}
.scroller {
	position: relative;
	left: 50%;
	top: 6px;
	margin-left: -2px;
	width: 4px;
	height: 4px;
	background: #F9BF26;
	border-radius: 4px;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(50px);
		opacity: 0;
	}
}
.partcile-dec{
	position:absolute;
	bottom:0;
	top: 0;
	left:0;
	width:100%;
 
	z-index:1;
	color:#000;
	opacity:0.2;
}
.partcile-dec canvas {
	position: absolute;
	left: 0;
	top:10px;
	bottom: 60px;
 
	width: 100%;
}
.features-container {
	background:#292929;
	padding:120px 0;
	overflow: hidden;
}
.features-container .overlay {
	opacity:0.2;
}
 
.features-container h4 {
	font-size:50px;
	color:#fff;
 
	padding-bottom:30px;
	font-weight:600;
	position:relative;
}
.features-container h4:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	width: 60px;
	height: 3px;
	background: #F9BF26;
	margin-left: -30px;
}
.features-container h5 {
	color:rgba(255,255,255,0.7);
}
.features-container .btn {
	float:none;
	display:inline-block;
	margin-top:40px;
}
 
.grid-carousel-wrap {
	padding: 0 20px;
}
.grid-carousel-wrap:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	top: 50%;
	background: rgba(255,255,255,0.1);
}
.grid-carousel-wrap img {
 
	width:100%;
	height: auto;
 
}
.grid-item-holder {
	float:left;
	width: 100%;
	position: relative;
	padding: 70px 30px;
	transition: all 200ms linear;
 
}
.grid-item-holder:before , .grid-item-holder:after {
	content: '';
	position: absolute;
	left: 0;
	height: 0;
	width: 1px;
	top: 50%;
	margin-top: 0;
	background: rgba(255,255,255,0.2);
	transition: all 200ms linear;
}
.grid-item-holder:after {
	left: auto;
	right: 0;
	
}
.swiper-slide-active  .grid-item-holder {
	background: #333;
}
.swiper-slide-active .grid-item-holder:before , .swiper-slide-active .grid-item-holder:after {
	height: 80px;
	margin-top: -40px;
}
.gc-slider-cont{
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: rgba(0,0,0,0.7);
    font-size: 14px;
    z-index: 40;
    margin-top: -25px;
    color: #F9BF26;
    cursor: pointer;
    border-radius: 4px;
}
 
.cc-prev {
    left: 23px;
}
.cc-next {
    right: 23px;
}
.git_link {
	padding: 30px 0;
	position: relative;
	text-align:center;
	color:#fff;
	font-size: 28px;
 	font-family: 'Teko', sans-serif;
	font-weight: 600;
 
 
 
}
.git_link:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 30px;
	height: 2px;
	background: #F9BF26;
	margin-left: -15px;
	transition: all 200ms linear;
}
.git_link:hover  {
	color:#F9BF26;
}
.swiper-slide-active  .git_link:before {
	margin-left: -30px;
	width: 60px;
}
.slider-counter {
	color:#F9BF26;
	font-size: 35px;
	padding-bottom: 20px;
	font-weight: 600;
	display: inline-block;
	width: 60px;
	font-family: 'Teko', sans-serif;
	position: relative;
}
.slider-counter:before , .slider-counter:after {
	content: '';
	position: absolute;
	left: -120px;
	height: 1px;
	width: 80px;
	top: 22px;
	background: rgba(255,255,255,0.2);
	transition: all 200ms linear;
}
.slider-counter:after  {
	left: auto;
	right: -120px;
}
.gcw_dec {
    position: absolute;
    left: 50px;
    width: 40px;
    height: 40px;
    border-left: 1px solid rgba(255,255,255,0.2);
    top: 50px;
    border-top: 1px solid rgba(255,255,255,0.2);
    z-index: 10;
}
.gcw_dec2 {
    position: absolute;
    right: 50px;
    width: 40px;
    height: 40px;
    border-right: 1px solid rgba(255,255,255,0.2);
    bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    z-index: 10;
}
.gcw_dec3 {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 150px;
	height: 40px;
	background: #292929;
	margin-left: -75px;
	z-index: 10;
	 
 
}
.gcw_dec4 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 250px;
	height: 0;
	background: #F9BF26;
	margin-left: -125px;
	z-index: 10;
	transition: all 300ms linear;
 
}
.swiper-slide-active .gcw_dec4 {
	height: 10px;
}
.gcw_dec3:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 1px;
	height: 60px;
	bottom: 0;
	background: rgba(255,255,255,0.2);
	transition: all 300ms linear;
}
.swiper-slide-active .gcw_dec3:before {
	height: 20px;
}
@media only screen and (max-width: 1330px) {
.landing-hero-text {
    width: 100%;
    top: 38%;
    left: 0;
}
.hero-container .bg {
	left:0;
}
.hero-container:before {
	background: rgba(0,0,0,0.5);
}
}
@media only screen and (max-width: 640px) {
.hero-container:before {
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.scroll-down-wrap , .buy_btn {
	left:50px;
}
.buy_btn {
	top:30px;
}
.scroll-down-wrap {
	bottom:40px;
}
.buy_btn {
	right:auto;
}
.landing-hero-text {
	padding:0 50px;
}
.hero-container .bg {
	left:0;
}
.hero-container:before {
	background: rgba(0,0,0,0.5);
}
.demo-list-item {
	width:100%;
	border-left:none;
	padding:200px 40px 170px;
	border-bottom:1px   dashed rgba(255,255,255,0.2);
 	background:#313131;
}
.features-container {
    padding: 120px 0;
}
.features-container h4 {
    font-size: 30px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.bg {
		background-attachment: scroll !important;
		-webkit-background-size: cover;
		background-position: center;
	}
}