/*======================
   01.fonts
========================*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@font-face {
	font-family: 'HighVoltage Rough';
	src: url('../webfonts/HighVoltageRough.eot');
	src: url('../webfonts/HighVoltageRough.eot?#iefix') format('embedded-opentype'),
	  url('../webfonts/HighVoltageRough.woff2') format('woff2'),
	  url('../webfonts/HighVoltageRough.woff') format('woff'),
	  url('../webfonts/HighVoltageRough.ttf') format('truetype'),
	  url('../webfonts/HighVoltageRough.svg#HighVoltageRough') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}



:root{
	--dark: #000000;
	--purple: #8b65ff;
}

/*======================
   02. Basic css
========================*/
::-moz-selection{
	background-color: var(--purple);
	color: #fff;
}
::selection{
	background-color: var(--purple);
	color: #fff;
}
html{
	font-size: 62.5%;
}
a, button, img{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	line-height: 1.5;
	font-family: "Manrope", sans-serif;
	background-color: #fff;
	color: var(--dark);
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: 0.01rem;
}

ol,
ul {
	list-style: none;
}
a{
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: var(--dark);
}
p a{
	color: var(--purple);
}
p a:hover{
	color: var(--dark);
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus{
	outline: none;
}
h1{
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
	font-family: 'HighVoltage Rough';
}
h2{
	font-size: 4rem;
	font-weight: 800;
	line-height: 1.1;
}
h1 span, h2 span{
	color: var(--purple);
}
h3{
	font-size: 3.4rem;
	font-weight: 800;
	line-height: 1.1;
}
h3 span{
	color: var(--purple);
}
h4{
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.1;
}
h5{
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1.1;
}
h6{
	font-size: 2.2rem;
	font-weight: 800;
	line-height: 1.1;
}


/* page loader  */
#preloader {
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	height: 100vh;
	width: 100vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.loader3 {
	width: 5.0rem;
	height: 5.0rem;
	display: inline-block;
	padding: .0rem;
	text-align: left;
}

.loader3 span {
	position: absolute;
	display: inline-block;
	width: 5.0rem;
	height: 5.0rem;
	border-radius: 100%;
	background: var(--purple);
	-webkit-animation: loader3 1.5s linear infinite;
	animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
	animation-delay: -0.9s;
	-webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	        transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	        transform: scale(1, 1);
    	opacity: 0;
  	}
}

@-webkit-keyframes loader3 {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.8;
  	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0;
  	}
}
/*Hamburger-menu START CSS*/
.hamburger-menu {
	cursor: pointer;
	display: none;
	z-index: 999;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.hamburger-menu span {
	background: var(--purple);
	width: 4.5rem;
	height: .4rem;
	display: block;
	margin: .4rem 0;
	border-radius: 2rem;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hamburger-menu .line-top.current {
	-webkit-transform: translateY(300%) rotate(135deg);
	-ms-transform: translateY(300%) rotate(135deg);
	transform: translateY(300%) rotate(135deg);
}
.hamburger-menu .line-center.current {
	opacity: 0;
}
.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-320%) rotate(-135deg);
	-ms-transform: translateY(-320%) rotate(-135deg);
	transform: translateY(-320%) rotate(-135deg);
}
header {
	top: 0;
	left: 0;
	z-index: 1024;
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition:  0.3s;
	transition:  0.3s;
	background-color: var(--dark);
	padding: 2rem 0;
}

/*sticky START CSS*/
/*header.sticky {
   -webkit-box-shadow: 0 .8rem 2.0rem 0 rgba(0, 0, 0, .1);
   box-shadow: 0 .8rem 2.0rem 0 rgba(0, 0, 0, .1);
}*/
.logo{
	display: block;
	width: 100%;
	max-width: 44rem;
	position: relative;
}
.menu_wrapper{
	width: 100%;
}
.menu>ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.menu>ul>li {
   -webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.menu>ul>li>a {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.menu>ul>li>a.active,
.menu>ul>li>a:hover {
	color: var(--purple) !important;
}
/*button*/
.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1.4rem 3rem;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3;
	text-align: center;
	border: none;
	background-color: var(--purple);
}
.button:hover{
	background-color: var(--dark);
	color: #fff;
}
.button.white_btn{
	background-color: #fff;
	color: var(--dark);
}
.button.white_btn:hover{
	color: #fff;
	background-color: var(--dark);
}
.button.black_btn{
	background-color: var(--dark);
	color: #fff;
}
.button.black_btn:hover{
	color: #fff;
	background-color: var(--purple);
}
.button_wrapper{
	display: inline-flex;
	column-gap: 2rem;
	row-gap: 2rem;
	flex-wrap: wrap;
}
/*return-to-top START CSS*/

.back-to-top {
	font-size: 2.2rem;
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 3.0rem;
	right: 2.0rem;
	border-radius: 50%;
	background: var(--purple);
	z-index: 1000;
}

.back-to-top i {
	color: #fff;
}
/*Home area*/
.home_area {
	padding: 7rem 0 10rem;
	position: relative;
	z-index: 1;
	color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.home_area::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #050407;
	opacity: 0.7;
	mix-blend-mode: darken;
}
.home_area p{
	font-size: 2.8rem;
	font-weight: 800;
	margin-top: 0.5rem;
}
.logo_big{
	width: 30rem;
}

/*about area*/
.about_area{
	padding: 4rem 0 8rem;
}
.about_area p{
	margin-top: 1.5rem;
}
.about_area h4{
	margin-top: 3rem;
}
.about_area img{
	height: 100%;
	object-fit: cover;
	border-radius: 1.5rem;
}

.row{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}
.row>div{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.lg_gutters{
	margin-left: -4rem;
	margin-right: -4rem;
}
.lg_gutters>div{
	padding-left: 4rem;
	padding-right: 4rem;
}

/*why area*/
.why_area {
	padding: 8rem 0;
	background-color: #f4f4f4;
}
.why_area h2 {
	max-width: 55rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.why_box {
	border: 0.2rem solid var(--purple);
	padding: 3rem 2.5rem;
	height: 100%;
	font-size: 1.5rem;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.why_icon{
	height: 8rem;
	width: 8rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	font-size: 2.8rem;
	color: #fff;
	justify-content: center;
	background-color: var(--purple);
	margin-bottom: 2.5rem;
}
.why_box p{
	margin-top: 1.5rem;
}
.why_box h6 {
	font-size: 2rem;
	line-height: 1.2;
	max-width: 23rem;
}
/*faq area*/
.faq_area{
	padding: 8rem 0;
}
.faq_area h2{
	text-align: center;
}
.faq_item:first-child{
	border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.faq_item{
	padding-bottom: 2rem;
	padding-top: 2rem;
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
.faq_item button::before{
	content: '\f107';
	position: absolute;
	right: 0;
	top: .2rem;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	transition: 0.3s;
}
.faq_item button[aria-expanded="true"]::before{
	transform: rotate(-180deg);
}
.faq_item button{
	width: 100%;
	position: relative;
	padding: 0;
	background-color: transparent;
	border: none;
	padding-right: 3rem;
	position: relative;
	text-align: left;
	font-weight: 800;
	font-size: 1.7rem;
}
.faq_item p{
	padding-top: 1rem;
	color: #717171;
	padding-right: 3rem;
}
/*cta area*/
.cta_area{
	padding: 7rem 0 9.5rem;
	text-align: center;
	background-color: var(--purple);
	color: #fff;
	position: relative;
	z-index: 1;
}

.cta_area h2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
	margin-bottom: 1rem;
}
.cta_area::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	height: 2.5rem;
	background-image: url(../img/line.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
footer{
	font-size: 1.5rem;
	line-height: 1;
	padding: 4rem 0;
}
footer .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer ul{
	display: flex;
	align-items: center;
	column-gap: 2rem;
}
footer ul li:not(:last-child){
	border-right: 0.1rem solid #bebbbb;
	padding-right: 2rem;
}
footer ul li a:hover{
	color: var(--purple);
}


/*blog area*/
.blog_area{
	padding: 8rem 0;
}
.news_card{
	display: block;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
	position: relative;
}
.news_img img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 7/4;
}
.newst_content{
	padding: 2rem;
}
.newst_content h6{
	font-size: 1.8rem;
}
.tag {
	display: inline-block;
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
	background-color: #fff;
	padding: 0.6rem 1.2rem;
	font-size: 1.4rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	z-index: 1;
}
.news_card:hover .news_img img{
	transform: scale(1.1);
}


/*contact page*/
.contact_area{
	padding: 8rem 0;
}
.support-img {
   width: 100%;
   border-radius: 0.5rem;
   margin-top: 1.5rem;
   margin-bottom: 1.5rem;
}
.details_row p{
	margin-top: 1.5rem;
}
.details_row h6{
	margin-top: 3rem;
}
.details_row ul{
	list-style: disc;
	padding-left: 1.7rem;
}
.details_row ul li{
	padding-top: 1.5rem;
}
.details_row ul li::marker{
	color: var(--purple);
}
.benefits .button {
	font-size: 1.4rem;
	padding: 1.2rem 2rem;
}

.contact_form input, 
.contact_form textarea {
	width: 100%;
	margin-top: 3rem;
	display: block;
	font-size: 1.6rem;
	border-radius: 0;
	border: 0.1rem solid var(--dark);
	height: 4.5rem;
	padding: 0 1.5rem;
}
.contact_form textarea {
	resize: none;
	height: 12rem;
	padding-top: 1rem;
}
strong{
	font-weight: 800;
}
.about_area h5{
	margin-top: 3rem;
}
.about_area ul{
	list-style: disc;
	padding-left: 1.7rem;
	padding-top: 1rem;
}
.about_area ul li::marker{
	color: var(--purple);
	font-size: 90%;
}
.about_area ul li {
	margin-top: 1rem;
}

.why_area.v2 .row{
	margin-left: -1rem;
	margin-right: -1rem;
}
.why_area.v2 .row>div{
	padding-left: 1rem;
	padding-right: 1rem;
}
.why_area.v2 .why_box {
   padding: 2.5rem 2rem;
}
.why_area.v2 .why_icon {
   margin-bottom: 2rem;
}