@charset "utf-8";
/*
/*	Copyright (c) 2022 Frenify
/*	Author: Frenify
/*	This file is made for CURRENT TEMPLATE
/*


	List of CSS codes:
	
	01) Base


/*------------------------------------------------------------------*/
/*	01) Base
/*------------------------------------------------------------------*/
:root{
	--sbc: #0a0a0a;
	--mc: #800080;
	--hc: #fff;
	--bc: #ccc;
	--hff: 'Heebo', sans-serif;
	--bff: 'Nunito', sans-serif;
	--eff: 'Open Sans', sans-serif;
	--extra-color: #666;
}
html{
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
}
*:after,
*:before,
*{
	box-sizing: border-box;
}
.neoh_fn_preloader.ready{
	opacity: 0;
	visibility: hidden;
}
.neoh_fn_preloader{
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background-color: var(--sbc);
}
.neoh_fn_preloader .spinner{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -38px 0 0 -38px;
	width: 76px;
    height: 76px;
    background: transparent;
    border-top: 4px solid var(--mc);
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s neoh_spin linear infinite;
    animation: 1s neoh_spin linear infinite;
}
@-webkit-keyframes neoh_spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes neoh_spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
body{
	font-family: var(--bff);
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.44;
	font-weight: 400;
	color: var(--bc);
	position: relative;
	word-break: break-word;
	background-color: var(--sbc);
}
.fn__svg{
	fill: currentcolor;
	width: 18px;
	height: 18px;
	opacity: 0;
}
.replaced-svg{
	opacity: 1;
}
p{
	letter-spacing: 0;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6{
	color: var(--hc);
	font-family: var(--hff);
	line-height: 1.22;
	letter-spacing: 0;
}
h1>a, h2>a, h3>a, h4>a, h5>a, h6>a{
	text-decoration: none;
	color: var(--hc);
}`
h1>a:hover, h2>a:hover, h3>a:hover, h4>a:hover, h5>a:hover, h6>a:hover{
	color: var(--mc);
}
input[type="text"]{
	background-color: #181818;
	border-radius: 5px;
	border: 2px solid var(--extra-color);
	font-size: 16px;
	letter-spacing: 0;
	line-height: 46px;
	height: 50px;
	padding: 0 15px;
}
textarea{
	background-color: #181818;
	border-radius: 5px;
	border: 2px solid var(--extra-color);
	font-size: 16px;
	letter-spacing: 0;
	padding: 13px 15px;
	height: 250px;
}
textarea:focus,
input[type="text"]:focus{
	outline: none;
	background-color: #181818;
	border-color: #777;
}
/*------------------------------------------------------------------*/
/*	02) Container
/*------------------------------------------------------------------*/
.container{
	width: 100%;
	max-width: 1360px;
	padding: 0 80px;
	margin: 0 auto;
}
.container.wide{
	max-width: 1760px;
}
.container.small{
	max-width: 900px;
}
.container:after,
.clearfix:after,
.clearfix:before{
	content: '';
	clear: both;
	display: table;
}
@media(max-width: 1400px){.container{padding: 0 40px;}}
@media(max-width: 1040px){.container{padding: 0 20px;}}
@media(max-width: 480px){.container{padding: 0 10px;}}
/*------------------------------------------------------------------*/
/*	02) Some codes
/*------------------------------------------------------------------*/
a.full_link{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.bg_overlay .bg_image,
.bg_overlay .bg_color,
.bg_overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.bg_overlay .bg_color{
	z-index: 2;
}
[class*="mw_"]{
	margin-left: auto;
	margin-right: auto;
}
.mw_650{max-width: 650px;}
.mw_500{max-width: 500px;}
/*------------------------------------------------------------------*/
/*	02) Site Structure
/*------------------------------------------------------------------*/
.neoh_fn_main,
.neoh_fn_main *{
	box-sizing: border-box;
}
.neoh_fn_main{
	position: relative;
	z-index: 2;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

/*------------------------------------------------------------------*/
/*	xx) Hero Header
/*------------------------------------------------------------------*/
.neoh_fn_hero{
	width: 100%;
	position: relative;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}
.neoh_fn_hero .overlay_slider{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.neoh_fn_hero .overlay_slider .swiper-container .main_image{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.neoh_fn_hero .overlay_slider .swiper-slide{
	overflow: hidden;
}
.neoh_fn_hero .overlay_slider .swiper-container,
.neoh_fn_hero .overlay_slider .swiper-slide{
	height: 100%;
}
.neoh_fn_hero .overlay_slider .swiper-container{
	cursor: e-resize;
}
.neoh_fn_hero iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.neoh_fn_hero .bg_color{
	background-color: rgba(0,0,0,0.85);
}


/* -->> Home Kenburns Colors */
.home-kenburns .neoh_fn_hero .bg_color{background-color: rgba(0,0,0,0.55);}
/* <<-- Home Kenburns Colors */

/* Half Content */
.neoh_fn_hero.half{
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.neoh_fn_hero.half .hero_content{
	width: 50%;
	background-color: #0a0a0a;
}
.neoh_fn_hero.half .bg_overlay{
	left: 50%;
}

.neoh_fn_hero .hero_content{
	position: relative;
	z-index: 15;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	padding: 150px 0;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.neoh_fn_hero .content{
	text-align: center;
}
@font-face {
	font-family: neon;
	src: url(../../../../../../../s.cdpn.io/707108/neon.ttf);
}
.neoh_fn_hero .fn_title{
	max-width: 550px;
	margin: 0 auto;
	padding: 0;
	font-size: 120px;
	text-transform: uppercase;
	letter-spacing: 35px; /* after changing this value, don't forget to change left value */
	line-height: 1;
	margin-bottom: 10px;
	font-family: neon;
	transform: translateZ(0);
	overflow: hidden;
	position: relative;
	left: 17px;  /* because of letter spacing, if you change letter spacing, don't forget to change its value also */
}
.neoh_fn_hero .fn_desc{
	padding: 0;
	font-size: 24px;
	line-height: 1.3333;
	max-width: 550px;
	margin: 0 auto;
}
.neoh_fn_down{
	position: absolute;
	bottom: 24px;
	z-index: 15;
	text-decoration: none;
	color: #eee;
	font-size: 14px;
	text-transform: uppercase;
	font-family: var(--hff);
	letter-spacing: 1px;
	padding-top: 60px;
}
.neoh_fn_down:hover{
	color: var(--mc);
}
.neoh_fn_down:hover .icon{
	color: var(--mc);
}
.neoh_fn_down:hover .icon:after{
	background-color: var(--mc);
}
.neoh_fn_down .icon{
	position: absolute;
	display: block;
	top: -16px;
	left: 50%;
	width: 18px;
	height: 40px;
	color: #aaa;
	margin-left: -9px;
	-webkit-animation: bottomArrow 1.5s infinite;
    animation: bottomArrow 1.5s infinite;
	transition: all .3s ease;
}
.neoh_fn_down .icon:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 40px;
	background-color: #aaa;
	left: 50%;
	margin-left: -1px;
	transition: all .3s ease;
}
.neoh_fn_down .fn__svg{
	position: absolute;
	display: block;
	bottom: -4px;
	transform: rotate(90deg);
	left: 50%;
	margin-left: -9px;
	z-index: 3;
}
@keyframes bottomArrow {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0px, 20px);
		opacity: 0;
	}
}
@keyframes topArrow {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translate(0px, -20px);
		opacity: 0;
	}
}

/* Animated Title */
.fn_animated_text{
	opacity: 0;
}
.fn_animated_text.ready{
	opacity: 1;
}
.fn_animated_text span{
    animation: fn_animated_text 0.8s both;
}
.fn_animated_text em{
	opacity: 0;
}
@keyframes fn_animated_text {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 25px white;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

/* Intro Section */
.intro{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	border: 10px solid #111;
}
.intro .item{
	width: 50%;
	position: relative;
	border: 10px solid #111;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.intro .item_in{
	height: 350px;
	height: 50vh;
	height: calc(50vh - 30px);
	min-height: 250px;
}
.intro .item_abs{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 20px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	z-index: 5;
	text-align: center;
}
.intro .item_abs:hover h3{
	transform: translateY(-50px);
}
.intro .new{
	position: absolute;
    right: 15px;
    top: 15px;
    background-color: #222;
    padding: 0 15px;
    line-height: 30px;
    color: var(--mc);
    border-radius: 30px;
    font-size: 16px;
}
.intro h3{
	margin: 0;
	padding: 0;
	font-weight: 500;
	color: #eee;
	font-size: 40px;
	font-family: neon;
	transition: all .5s ease;
	text-transform: uppercase;
}
.intro h3 span{
	color: var(--mc);
}
.intro .icon_wrapper{
	opacity: 0;
	display: block;
	transition: all .5s ease;
	transform: translateY(-100%);
	text-align: left;
}
.intro .item_abs:hover .icon_wrapper{
	opacity: 1;
	transform: translateY(0%);
}
.intro .icon{
	position: relative;
    display: block;
    width: 40px;
    height: 18px;
    color: #aaa;
   
    transition: all .3s ease;
}
.intro .icon:after{
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #aaa;
	top: 50%;
	margin-top: -1px;
	transition: all .3s ease;
}
.intro .fn__svg{
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -9px;
	right: -7px;
	z-index: 3;
}

a.neoh_fn_price_btn{
	z-index: 9999;
    padding: 0;
    position: fixed;
    top: 200px;
    right: 0;
    text-decoration: none;
    outline-color: transparent;
    outline: none;
    margin: 0;
    display: block;
    width: auto;
    height: 40px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Trebuchet MS', sans-serif;
    text-align: center;
    line-height: 40px;
    letter-spacing: -.5px;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0;
	background-color: #222;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: all .3s ease;
}
a.neoh_fn_price_btn .text{
    padding: 0 20px 0 10px;
}
a.neoh_fn_price_btn .icon{
	position: relative;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    top: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 10px;
	color: #111;
    transition: all .3s ease;
}
a.neoh_fn_price_btn .icon .fn__svg{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
}
a.neoh_fn_price_btn:hover{
	background-color: #348f30;
}
a.neoh_fn_price_btn:hover .icon{
    color: #348f30;
}

#footer{
/*	display: none;*/
}

/* Totop Button */
.neoh_fn_totop{
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	z-index: 990;
	color: #aaa;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	transform: translateY(30px);
}
.neoh_fn_totop.active{
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}
.neoh_fn_totop .circle{
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	display: block;
	position: absolute;
	z-index: 55;
}
.neoh_fn_totop .circle .fn__svg{
	display: block;
	width: 100%;
	height: 100%;
	transform: rotateY(180deg);
}
.neoh_fn_totop .circle .stroke-solid{
	fill: none;
    stroke-width: 2px;
	stroke-dashoffset: 300;
    stroke-dashArray: 300;
	stroke: var(--mc);
	transition: all .1s ease;
}
.neoh_fn_totop .arrow{
	position: absolute;
	top: 15px;
	left: 50%;
	display: block;
	transition: all .3s ease;
}
.neoh_fn_totop .arrow:after{
	content: '';
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: #aaa;
    left: 50%;
    margin-left: -1px;
    transition: all .3s ease;
	top: 7px;
}
.neoh_fn_totop .arrow .fn__svg{
	position: absolute;
    display: block;
	top: 0px;
    transform: rotate(-90deg);
    left: 50%;
    margin-left: -9px;
    z-index: 3;
}
.neoh_fn_totop:hover{
	color: var(--mc);
}
.neoh_fn_totop:hover .arrow:after{
	background-color: var(--mc);
}
.neoh_fn_totop:hover .arrow{
	top: 30px;
	-webkit-animation: topArrow 1.5s infinite;
    animation: topArrow 1.5s infinite;
}



.neoh_fn_footer{
	background-color: var(--sbc);
}
.neoh_fn_footer .footer_bottom{
	padding: 31px 0 28px;
}
.neoh_fn_footer .fb_in{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.neoh_fn_footer .fb_left p{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: var(--hff);
}
.neoh_fn_footer .fb_left p a{
	text-decoration: none;
	color: #eee;
}
.neoh_fn_footer .fb_left p a:hover{
	color: #fff;
}
.neoh_fn_footer .fb_right ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	margin-left: -30px;
}
@media(max-width: 768px){
	.neoh_fn_hero .fn_title{font-size: 80px;}
	.intro .item{width: 100%;}
}