
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html{
	font-size: 62.5%;
}
body{	
	font-size: 1.6rem;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	/*background: url('../images/bg.jpg') no-repeat scroll 0 0 / cover;*/
	background-color: #000405;
}
.body_bg,.body_bg2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -5;
}
.body_bg img,.body_bg2 img{
	width: 100%;
	height: auto;
}
.body_bg2{
	display: none;
}
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;
}
p{
	line-height: 140%;
	color: #B3BFBE;
}
a{
	transition: 0.3s;
}
h1{
	font-size: 48px;
	font-weight: 700;
	line-height: 120%;
	color: #EDEDED;
}
h4{
	font-size: 24px;
	line-height: 120%;
	font-weight: 600;
	color: #EDEDED;
}
.btn_style {
    font-weight: 600;
    color: #000B0D;
    padding: 15px 15px;
    border-radius: 16px;
    background: #21CFEE;
    line-height: 100%;
    border: 1px solid transparent;
    transition: 0.3s;
    display: inline-block;
}
.btn_style:hover{
	background: transparent;
	color: #21CFEE;
	border: 1px solid #21CFEE;
}
.btn_style i{
	margin-left: 7px;
}

/*=================  Start Header Section  =================*/
.header_main {
    padding: 25px 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.header_main.fixed{
	position: fixed;
	background: #000405;
	border-bottom: 1px solid #2E3C3B;
}
.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo a img{
	width: 160px;
	height: auto;
}
.menu_main{
	display: flex;
	align-items: center;
	gap: 70px;
}
.menu ul{
	display: flex;
	align-items: center;
	gap: 40px;
}
.menu ul li a{
	font-size: 14px;
	font-weight: 500;
	color: #B3BFBE;
}
.menu ul li a:hover{
	color: #21CFEE;
}
.menu ul li a.active {
    color: #21CFEE;
}
/*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: #21CFEE;
	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: 188px 0px 70px 0px;
}
.default_contents {
    max-width: 558px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.top_title {
    color: #B3BFBE;
    padding: 14px 16px;
    border: 1px solid #2E3C3B;
    border-radius: 16px;
    display: inline-block;
    line-height: 100%;
}
.default_contents h1{
	margin: 16px 0px;
}
.default_contents .btn_style{
	margin-top: 16px;
}
.banner_image{
	position: relative;
	z-index: 1;
}
.banner_image img {
    width: 100%;
    height: auto;
    margin-top: -140px;
}
.banner_image h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 140%;
    color: #B3BFBE;
    text-align: center;
    max-width: 1265px;
    margin: auto;
    text-transform: uppercase;
    margin-top: 50px;
}
/*=================  End Banner Section  =================*/

/*=================  Start Product Section  =================*/
.product_main{
	padding: 70px 0px;
}
.product .default_contents{
	max-width: 740px;
}
.product .default_contents p{
	max-width: 460px;
	margin: auto;
}

.product_contents {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
.product_contents_left{
	max-width: 640px;
	width: 100%;
	background: #FEFFFF0A;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 68px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.shadow {
    position: absolute;
    bottom: 33px;
    right: -28px;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background: #21CFEE;
    filter: blur(150px);
    z-index: -1;
}
.product_contents_title p{
	font-size: 24px;
	line-height: 140%;
	margin-top: 8px;
}
.product_contents_box{
	margin-top: 40px;
	background: #FFFFFF0A;
	border-radius: 32px;
	padding: 32px 32px;
}
.product_contents_left .product_contents_box{
	margin-top: 64px;
}
.product_box_title h4{
	font-size: 20px;
	display: flex;
	align-items: center;
	gap: 18px;
}
.product_box_title h4 span{
	width: 56px;
	height: 56px;
	background: #4DD9F11A;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
}
.product_box_title h4 span img{
	width: 32px;
	height: auto;
}
.product_box_title p{
	margin-top: 12px;
	color: #B3BFBE;
}
.product_box_title{
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #242F2E;
}
.product_boxs{
	display: flex;
	justify-content: space-between;
}
.product_box_single{
	flex: 0 0 calc((100% / 3) - 10px);
	padding: 16px 16px;
	border-radius: 16px;
	background: #5C78751A;
}
.product_box_single img{
	width: 24px;
	height: auto;
}
.product_box_single p{
	font-size: 12px;
	line-height: 100%;
	font-weight: 500;
	margin: 8px 0px;
}
.product_box_single h4{
	font-size: 20px;
}
.product_box_btn .btn_style{
	width: 100%;
	text-align: center;
	margin-top: 16px;
}

.product_contents_right{
	max-width: 640px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.product_contents_right_single{
	background: #FEFFFF0A;
	padding: 40px 40px;
	border-radius: 24px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.product_contents_right_single .product_contents_title p{
	font-size: 18px;
}
.product_contents_right_single .product_box_title h4 span{
	background: #4BB5431A;
}
.pbts_bg3{
	background: #F293391A !important;
}
.product_contents_right_single .shadow {
	bottom: inherit;
	top: -60px;
	right: -76px;
}
.product_contents_right_single2 .shadow {
	bottom: inherit;
	top: -60px;
	right: inherit;
	left: -61px;
}
/*=================  End Product Section  =================*/

/*=================  Start Compliance Section  =================*/
.compliance_main{
	padding: 70px 0px;
}
.compliance{
	display: flex;
	flex-direction: column;
	gap: 120px;
}
.compliance_single {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.compliance_contents .default_contents {
    max-width: 455px;
    margin: inherit;
    text-align: left;
}
.compliance_contents .default_contents p{
	font-size: 18px;
}
.compliance_img{
	max-width: 760px;
	width: 100%;
	padding: 16px 20px;
	background: #FEFFFF0A;
	border-radius: 24px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.compliance_img img{
	width: 100%;
	height: auto;
}
.compliance_img .shadow{
	top: -60px;
	left: -61px;
	bottom: inherit;
	right: inherit;
}
.compliance_single2 .default_contents{
	text-align: right;
}
/*=================  End Compliance Section  =================*/

/*=================  Start Feature Section  =================*/
.feature_main{
	padding: 70px 0px;
}
.feature .default_contents {
    max-width: 580px;
}
.feature .default_contents p{
	max-width: 526px;
	width: 100%;
	margin: auto;
}
.feature_contents{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 40px;
}
.feature_single{
	flex: 0 0 calc((100% / 3) - 16px);
	padding: 32px 32px;
	border-radius: 24px;
	background: #FEFFFF0A;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.feature_single img{
	width: 40px;
	height: auto;
}
.feature_single h4{
	font-size: 20px;
	margin: 24px 0px 10px 0px;
}
.feature_single p{
	color: #B3BFBE;
}
.feature_single .shadow{
	top: -62px;
	left: -62px;
	bottom: inherit;
	right: inherit;
    filter: blur(180px);
}
/*=================  End Feature Section  =================*/

/*=================  Start FAQ Section  =================*/
.faq_main{
	padding: 70px 0px;
}
.faq .default_contents{
	max-width: 460px;
}
.faq .default_contents p{
	max-width: 275px;
	margin: auto;
}
.faq_contents{
	margin-top: 40px;
}
.faq_contents .accordion-button:not(.collapsed) {
    color: #FEFFFF;
    background-color: transparent;
    box-shadow: inherit;
}
.faq_contents .accordion-item {
    color: #B3BFBE;
    background-color: transparent;
    border: inherit;
    padding-bottom: 32px;
    border-bottom: 1px solid #242F2E;
    margin-bottom: 32px;
}
.faq_contents .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.faq_contents .accordion-button {
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    color: #FEFFFF;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: none !important;
}
.faq_contents .accordion-body {
    padding: 0;
    margin-top: 16px;
    max-width: 1000px;
    font-size: 18px;
    color: #B3BFBE;
    line-height: 140%;
}
.faq_contents .accordion-button::after {
    width: 24px;
    height: 24px;
    background-image: url('../images/plus.png');
    background-size: 24px 24px;
    transform: inherit;
}
.faq_contents .accordion-button:not(.collapsed)::after {
    background-image: url('../images/x-close.png');
}
/*=================  End FAQ Section  =================*/

/*=================  Start (How teams work) Section  =================*/
.team_work_main{
	padding: 70px 0px 0px 0px;
}
.team_work .default_contents {
    max-width: 686px;
}
/*=================  End (How teams work) Section  =================*/

/*=================  Start Contact Section  =================*/
.contact_main{
	padding: 70px 0px;
}
.contact .default_contents {
    max-width: 340px;
    padding-top: 70px;
}
.contact_contents{
	display: flex;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.contact_single{
	flex: 0 0 calc((100% / 2) - 12px);
}
.contact_single_full{
	flex: 0 0 100%;
}
.contact_single label{
	font-weight: 500;
	color: #FEFFFF;
	margin-bottom: 8px;
}
.contact_single input,.contact_single textarea,
.contact_single select,.footer_left input{
	width: 100%;
	background: #FEFFFF0A;
	border-radius: 24px;
	padding: 19px 16px;
	font-size: 14px;
	color: #FEFFFF;
	border: none;
}
.contact_single input::placeholder,.contact_single textarea::placeholder{
	opacity: 1;
	color: #668583;
}
.contact_single textarea{
	height: 200px;
	resize: none;
}
.submit{
	display: flex;
	justify-content: center;
	width: 100%;
}
.contact_single select{
	color: #668583;
}
/*=================  End Contact Section  =================*/

/*=================  Start Curious Section  =================*/
.curious_main{
	padding: 0px 0px 70px 0px;
}
.curious {
    border: 2px solid #B3BFBE1A;
    border-radius: 24px;
    padding: 100px 30px;
    background: url('../images/curious.png') no-repeat scroll 55% 0 / cover;
    background-color: #FEFFFF0A;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.curious .default_contents{
	max-width: 530px;
}
.curious .default_contents p{
	max-width: 222px;
	margin: auto;
}
.curious .shadow {
    top: -104px;
    left: -93px;
    bottom: inherit;
    right: inherit;
    width: 309px;
    height: 309px;
    background: #3C9136;
    filter: blur(285px);
}
/*=================  End Curious Section  =================*/

/*=================  Start Footer Section  =================*/
.footer_main{
	padding: 64px 0px;
	background: #FEFFFF0A;
	border-top: 1px solid #242F2E;
}
.footer_contents{
	display: flex;
	justify-content: space-between;
}
.footer_left a img{
	width: 160px;
	height: auto;
}
.footer_left p{
	margin: 24px 0px 8px 0px;
	max-width: 320px;
}
.footer_left form{
	display: flex;
	align-items: center;
}
.footer_left input{
	width: 280px;
	padding-right: 50px !important;
}
.footer_left button {
    display: flex;
    align-items: center;
    line-height: 100%;
    height: 48px;
    margin-left: -40px;
}
.footer_right{
	display: flex;
	gap: 150px;
}
.footer_right_single p{
	font-weight: 600;
	color: #FEFFFF;
	margin-bottom: 16px;
}
.footer_right_single .footer_mailto{
	margin-bottom: 16px;
	display: inline-block;
	color: #668583;
}
.footer_right_single .footer_mailto:hover{
	color: #21CFEE;
}
.footer_right_single ul{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.footer_right_single ul li a{
	color: #668583;
}
.footer_right_single ul li a:hover{
	color: #21CFEE;
}
.footer_right .footer_right_single:nth-child(2) ul{
	flex-direction: row;
	gap: 28px;
}
.footer_right_single ul li a i{
	font-size: 20px;
}

.footer_copyright{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #2E3C3B;
}
.footer_copyright p{
	font-weight: 500;
	color: #526A69;
}
.footer_copyright ul{
	display: flex;
	align-items: center;
	gap: 32px;
}
.footer_copyright ul li a{
	display: inline-block;
	font-weight: 500;
	color: #526A69;
}
.footer_copyright ul li a:hover{
	color: #21CFEE;
}
/*=================  End Footer Section  =================*/