/*Font*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html{
	font-size: 62.5%;
}
body{	
	font-size: 1.6rem;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	background: #040207;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li a,a{
	text-decoration: none;
}
h1{
	font-size: 64px;
	font-weight: bold;
	line-height: 114%;
	color: #FFFFFF;
	text-transform: capitalize;
}
h2{
	font-size: 40px;
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
	text-transform: uppercase;
}
/*=================  Start Header Section  =================*/
.header_main{
	padding: 20px 0px;
	background: #000000;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.FixedHeader{
	position: fixed;
	padding: 20px 0px;
	border-bottom: 1px solid #4E4D4D;
}
.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo a {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: normal;
}
.menu ul{
	display: flex;
	align-items: center;
}
.menu ul li a {
    display: inline-block;
    font-weight: 300;
    color: #FFFFFF;
    margin-right: 30px;
    transition: 0.2s;
}
.menu ul li:last-child a{
	margin-right: 0px;
}
.menu ul li a:hover,.menu .active{
	color: #9F62FC;
	font-weight: bold;
}
.menu .active {
    background: transparent !important;
    color: #9F62FC !important;
}
/*Start Mobile Menu icon*/
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 28px;
	height: 23px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #FFF;
	border-radius: 0px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
	top: 8px;
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
	top: 16px;
	-webkit-transform-origin: left center;
	    -ms-transform-origin: left center;
	        transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: -2px;
	left: 2px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: 18px;
	left: 2px;
}
/*End Mobile Menu icon*/
.menu_icon{
	display: none;
}
/*=================  End Header Section  =================*/

/*=================  Start Banner Section  =================*/
.banner_main {
    padding: 315px 0px 250px 0px;
    background: url(../images/banner2.png) no-repeat scroll 0 0 / cover;
    position: relative;
    overflow: hidden;
    z-index: 2;
    /* background-image: linear-gradient(#6431B1 0%, #000000 100%); */
}
.banner_shape {
    position: absolute;
    bottom: -33%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.banner_shape img{
	width: 100%;
	height: auto;
}
.banner{
	max-width: 762px;
	margin: auto;
	text-align: center;
}
.banner p{
	font-weight: 600;
	color: #C4C4C4;
	max-width: 742px;
	margin: auto;
	margin-top: 20px;
	text-transform: capitalize;
}
/*=================  End Banner Section  =================*/

/*=================  Start Features Section  =================*/
.features_main{
	padding: 155px 0px;
	background: #0C0B0B;
	position: relative;
	z-index: 2;
}
.dots_shape{
	position: absolute;
	top: 57%;
	transform: translateY(-50%);
	left: 0;
	z-index: -1;
}
.dots_shape img{
	width: 60px;
	height: auto;
}
.dots_shape2 {
    top: inherit;
    bottom: -19%;
    left: inherit;
    right: 0;
}
.dots_shape2 img{
	width: 90px;
}
.features_title{
	text-align: center;
}
.features_items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1240px;
	margin: auto;
	margin-top: 60px;
}
.features_items2{
	max-width: 808px;
}
.features_single {
    padding: 63px 15px;
    border: 1px solid #4E4D4D;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 370px;
    width: 100%;
    background: #151515;
}
.features_single_img{
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(203, 168, 255, 15%);
	border-radius: 8px;
}
.features_single_img img{
	width: 24px;
	height: auto;
}
.features_single_contents h4{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 25px 0px 5px 0px;
	text-transform: capitalize;
}
.features_single_contents p {
    max-width: 273px;
    margin: auto;
    text-align: center;
    color: #C4C4C4;
	text-transform: capitalize;
}
.features_single_contents2 p{
	max-width: 332px;
}
.features_items_mobile{
	display: none;
}
/*=================  End Features Section  =================*/

/*=================  Start Pricing Section  =================*/
.pricing_main{
	padding: 90px 0px 45px 0px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.pricing_shadow {
    position: absolute;
    bottom: -65%;
    left: -45%;
    z-index: -1;
}
.pricing_shadow img{
	width: 3000px;
	height: auto;
}
.pricing_content_box{
	margin-top: 70px;
	padding: 90px 45px;
	background: #151515;
	border: 1px solid #4E4D4D;
	border-radius: 15px;
}
.pricing_contents h2{
	font-size: 48px;
	margin-bottom: 25px;
	text-transform: inherit;
}
.pricing_contents p {
    color: #C4C4C4;
    line-height: 30px;
}
.pricing_contents b{
	color: #FFF;
	margin: 60px 0px 12px 0px;
	display: inline-block;
}
.pricing_contents_check p {
    position: relative;
    z-index: 2;
    margin: 30px 0px -20px 0px;
    color: #C4C4C4;
}
.pricing_contents_check p::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    width: 89%;
    height: 1px;
    background: #4E4D4D;
    z-index: -1;
}

.vh {
	position: absolute !important; 
	clip: rect(1px, 1px, 1px, 1px); 
	padding: 0 !important; 
	border: 0 !important; 
	height: 1px !important; 
	width: 1px !important; 
	overflow: hidden;
}
.checkbox_styele label::before {
    content: '';
    width: 24px;
    height: 24px;
    background: transparent;
    border: 1px solid #9047FF;
    display: inline-block;
    margin-right: 16px;
    border-radius: 50%;
    margin-top: 6px;
    position: absolute;
    left: -40px;
    top: -6px;
}
.checkbox_styele input[type="checkbox"]:checked ~ label:before {
	background: #9047FF no-repeat center; 
	background-size: 12px 12px; 
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.checkbox_styele label {
    color: #FFF;
    position: relative;
    margin-left: 40px;
}
.pricing_checkbox_all{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.checkbox_styele{
	flex: 0 0 50%;
	margin-top: 45px;
}
.pricing_btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	margin-top: 40px;
	width: 200px;
	height: 48px;
	background: #9047FF;
	border: 1px solid transparent;
	transition: 0.2s;
}
.pricing_btn a:hover{
	border: 1px solid #FFF;
	background: transparent;
}
/*=================  End Pricing Section  =================*/

/*=================  Start Footer Section  =================*/
.footer_main{
	padding: 30px 0px;
	background: #000000;
}
.footer p{
	color: #FFF;
	text-align: center;
}
/*=================  End Footer Section  =================*/


