/* plus-jakarta-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/plus-jakarta-sans-v8-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/plus-jakarta-sans-v8-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  --scrollbarBG: transparent;
  --thumbBG: #A6F000;
}
::-webkit-scrollbar {
  width: 4px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid transparent;
}


::-moz-selection {
	color: #000;
	background: #A6F000;
}

::selection {
	color: #000;
	background: #A6F000;
} 

@font-face {
  font-family: 'Clash Display';
  src: url('fonts/ClashDisplay-Semibold.woff2') format('woff2'),
       url('fonts/ClashDisplay-Semibold.woff') format('woff'),
       url('fonts/ClashDisplay-Semibold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Clash Display';
  src: url('fonts/ClashDisplay-Bold.woff2') format('woff2'),
       url('fonts/ClashDisplay-Bold.woff') format('woff'),
       url('fonts/ClashDisplay-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}

*{
	padding:0;
	margin:0;
	border:0;
	outline:none;
	line-height: normal;
	box-sizing:border-box;
}



body{
	font-family:'Plus Jakarta Sans', Arial;
	font-weight:700;
}

.wrapper{
	width:100%;
	max-width:1260px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
}

.back{
	background: var(--back, linear-gradient(180deg, #1D1D1D 0%, #000 100%));
}

.back h2{
	color:#fff;
}

.back h2 + p{
	color: var(--subtitle-2, rgba(255, 255, 255, 0.49));
}

.main{
	padding-bottom:250px;
	position:relative;
	overflow:hidden;
}

.main:before{
	content:'';
	width:110%;
	bottom:22px;
	left:-5%;
	background-image:url(img/cross.png);
	background-size:cover;
	background-position:center center;
	height:166px;
	position:absolute;
}

h1{
	color: #FFF;
	font-size: 85px;
	font-style: normal;
	font-weight: 600;
	line-height: 111.023px;
	position:relative;
}


h1:before{
	content:'';
	position:absolute;
	
    right: 142px;
    top: -41px;
	width:55px;
	height:55px;
	background-image:url(img/star1.svg);
	background-size:contain;
	background-repeat:no-repeat;
}

h1:after{
	content:'';
	position:absolute;

    left: -59px;
    bottom: -48px;
	width:55px;
	height:55px;
	background-image:url(img/star2.svg);
	background-size:contain;
	background-repeat:no-repeat;
}

h1 span#first{
	color: #CDFFCC;
	font-family: 'Clash Display';
}


h1 span#second{
	position:relative;
    display: inline-block;
}

h1 span#second:before{
	content:'';
	position:absolute;
	bottom:-15px;
	left:61px;
	width:416px;
	height:21px;
	background-image:url(img/second.svg);
	background-size:contain;
	background-repeat:no-repeat;
}

h1 span#last:before{
	content:'';
	position:relative;
	display:inline-block;
	bottom:-30px;
	left:0px;
	margin-right:10px;
	width:208px;
	height:100px;
	background-image:url(img/company.png);
	background-size:contain;
	background-repeat:no-repeat;
}

h2{
	font-family: 'Clash Display';
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 40.5px; /* 115.714% */
	text-transform:uppercase;
	margin-bottom:15px;
}

h2 + p{
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 31.5px; /* 126% */
	color: var(--subtitle, #596780);
}

header{
	padding-top:33px;
	padding-bottom:120px;
}

.about{
	padding-top:100px;
	padding-bottom:127px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.about .left{
	margin-right:95px;
    margin-bottom: 30px;
}

.about .right{
	padding:43px 53px;
	border-radius: 42px;
	background: #080808;
	color: #FFF;
	font-size: 29px;
	font-weight: 700;
	line-height: 40.5px; /* 139.655% */
	max-width:583px;
	position:relative;
}

.about .right:after{
	content:'';
	width:89px;
	height:89px;
	background:#fff;
	bottom:-45px;
	left:-45px;
	position:absolute;
	border-radius:50%;
	background:#fff;
	background-image:url(img/about.svg);
	background-repeat:no-repeat;
	background-position:center center;
}

.about .right span{
	color: #A6F000;
	font-weight: 800;
}

.apps{
	padding-top:70px;
	padding-bottom:70px;
	position:relative;
}

.apps .wrapper{
	position:relative;
}
.apps .wrapper:after{
	content:'';
	width:53px;
	height:145px;
	right:86px;
	top:-70px;
	background-image:url(img/apps.svg);
	background-repeat:no-repeat;
	position:absolute;
}

.apps:after{
	content:'';
	width:170px;
	height:24px;
	right:0;
	bottom:70px;
	background-image:url(img/line.svg);
	background-repeat:no-repeat;
	position:absolute;
}

.apps h2 + p{
	max-width:646px;
	padding-bottom:30px;
	position:relative;
	margin-bottom:30px;
}

.apps h2 + p:after{
	content:'';
	background: rgba(255, 255, 255, 0.44);
	width:900px;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
}

.apps .counts{
	display:flex;
	max-width:1070px;
	justify-content:space-between;
}

.apps .counts div span:first-child{
	color: var(--primary, #A6F000);
	font-family: 'Clash Display';
	font-size: 63px;
	font-style: normal;
	font-weight: 700;
	line-height: 79.734px; /* 126.563% */
	display:block;
}
.apps .counts div span:last-child{
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 31.5px; /* 126% */
}

.expertise{
	padding-top:100px;
	padding-bottom:100px;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
}


.expertise .left{
	display:flex;
	position:relative
}

.expertise .left .col-2{
	margin:30px 0 0 20px;
}
.expertise .left p{
	display:flex;
	align-items:center;
	text-align:center;
	justify-content:center;
	padding:0 30px;
	border-radius: 48px;
	background: #181818;
	width: 328px;
	height: 150px;
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 31.5px; /* 126% */
	margin-bottom:20px;
}


.expertise .left:after{
	content:'';
	width:103px;
	height:103px;
	top:108px;
	left:290px;
	position:absolute;
	background-image:url(img/expertise.svg);
	background-repeat:no-repeat;
	background-position:center center;
}

.expertise .right{
	margin-left:100px;
	max-width:390px;
	margin-right:70px;
}

.portfolio .slide{
	display:flex;
}

.portfolio .wrap{
	max-width:573px;
	width:100%;
	margin-left:auto;
}

.portfolio h2{
	margin-bottom:65px;
}
.portfolio  .left{
	flex:0 0 50%;
	margin-left:-1px;
	padding-top:72px;
	padding-bottom:120px;
	padding-right:42px;
}


.portfolio  .right{
	flex:0 0 50%;
	background: var(--primary, #A6F000);
    align-items: flex-end;
    justify-content: flex-start;
    display: flex;

}

.portfolio .rate img{
    max-width: 243px;
    margin-bottom: 9px;
    display: block;
    margin-left: -13px;
}

.portfolio .bottom{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.nav{
	display:flex;
	padding-right:15px;
	padding-top:20px;
}

.nav .prev{
	transform:rotate(180deg);
	margin-right:34px;
}
.nav .prev,
.nav .next{
	cursor:pointer;
	display:block;
	background-image:url(img/right.svg);
	background-repeat:no-repeat;
	background-size:contain;
	width:77px;
	height:77px;
}

.portfolio  .left .rate p{color: #FFF;
text-shadow: 0px 1.172px 2.052px rgba(0, 0, 0, 0.29), 0px 1.172px 6.741px rgba(0, 0, 0, 0.02);
margin-bottom:0;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 31.5px; /* 126% */}


.portfolio  .left .top{
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
.portfolio .left .top img{
	width: 86px;
height: 86px;
border-radius: 15.19px;
margin-right:30px;
}

.portfolio  .left .top span:first-child{
	color: #FFF;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 31.5px;
margin-bottom:11px;
display:block;
}

.portfolio  .left .top span:last-child{
	color: rgba(255, 255, 255, 0.75);
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 34.425px; /* 156.477% */
}


.portfolio  .left p{
	color: #FFF;
	margin-bottom:40px;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 32.4px; /* 180% */
}

.global{
	position:relative;
	padding-top:100px;
	background-image:url(img/world.png);
	background-repeat:no-repeat;
	background-position:38% bottom;
}

.global .wrapper{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	}

.global:before{
	content:'';
	width:133px;
	height:105px;
	left:0;
	top:0;
	background-image:url(img/global.svg);
	background-repeat:no-repeat;
	position:absolute;
}

.global h2{
}

.global .text{

    width: 100%;
    text-align: left;
    margin-top: -32px;
    padding-bottom: 73px;
    max-width: 570px;
}

.global span{
	color: var(--subtitle, #596780);
	display:block;
	font-size: 25px;
	line-height: 31.5px; /* 126% */
}



.privacy{
	padding-top:30px;
	padding-bottom:30px;
}

.privacy-page h1{
	padding-bottom:20px;
}


.privacy-page h1:after{
	display:none;
}

.privacy a{
	color:var(--primary, #A6F000);
}

.contact{
	padding:90px 0;
}

.contact .wrapper{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.contact .left {
	margin-right:10px;
	max-width:575px;
    flex: 0 0 50%;
}

.contact a, .adsset a{
	color: var(--title, #131212);
	text-align: center;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	font-size: 25px;
	line-height: 31.5px; /* 126% */
	margin-top:40px;
	display:flex;
	width: 388px;
	height: 91px;
	border-radius: 30px;
	background: var(--primary, #A6F000);
	box-shadow: 0px 4px 24px 0px rgba(166, 240, 0, 0.34);
}

.contact a:hover, .adsset a:hover{
	box-shadow:none;
}

.adsset a{
	width:320px;
	flex:0 0 320px;
}

.adsset{
	padding-top:100px;
	padding-bottom:100px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.adsset .left{
	max-width:705px;
	margin-right:10px;
}

.contact .right{
	flex:1;
}

.contact .right img{
	display:block;
	max-width:100%;
	height:auto;
	margin-top:10px;
}
.contact .right p{
	color: #FFF;

	/* subtitle 2 */
	font-size: 20px;
	font-weight: 700;
	line-height: 31.5px; /* 157.5% */
}



footer{
	padding-top:42px;
	padding-bottom:42px;
	color: var(--subtitle-2, rgba(255, 255, 255, 0.49));

}

footer .wrapper{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
}
footer div a{display:block;
text-align:right;}

footer p,
footer span{	
	font-size: 16px;
	color: var(--subtitle-2, rgba(255, 255, 255, 0.49));
	line-height: 31.5px; /* 175% */
}

footer a{
	color: var(--subtitle-2, rgba(255, 255, 255, 0.49));
	font-size: 16px;
	line-height: 31.5px; /* 175% */
	text-decoration:none;
	text-transform:uppercase;
}

footer a:hover{
	text-decoration:underline
}

	.contact .right a{
		display:none;
	}
	
@media (max-width:1280px){
	.apps:after{
		display:none;
	}
	.global{
		background-size: 182px;
	}
	.portfolio .wrap{
		padding-left:15px;
	}
}	

@media (max-width:1100px){
	.global:before{
		display:none;
	}
	.global .wrapper{
		flex-direction:column;
		text-align:center;
	}
	.global .text{
		text-align:center;
		width: 100%;
		margin-top:0;
    padding-bottom: 269px;
	}
	
	.global {
		background-size: auto;
		background-position: center bottom;
	}
		
	.global h2{
		margin-bottom:16px;
		text-align:center;
		width: 100%;
	}
	.global span{
		padding-left:0 !important;
		display:inline;
	}
}
	
@media (max-width:1000px){
	.expertise{
		flex-direction:column-reverse;
	}
	.expertise .right {
		margin-left: 0;
		max-width: 100%;
		margin-right: 0;
		margin-bottom:33px;
	}
	.apps h2 + p:after{
		max-width:900px;
		width:100%;
	}
	.portfolio .slide{
		flex-direction:column
	}
	.portfolio .left{
		padding-right:15px;
	}
	.portfolio .wrap{
		max-width:none;
	}
	.portfolio h2{
		text-align:center;
	}
}

@media (max-width:900px){
	
footer .wrapper{
	flex-direction:column-reverse;
	text-align:center;
	align-items:center;
}

footer .wrapper > a{
	margin:13px 0;
}

footer div a, footer div span{
	text-align:center;
}
}

@media (max-width:800px){
	.adsset{
		text-align:center;
		flex-direction:column;
	}
	.adsset a{
		flex:auto;
	}
	.apps h2 + p:after{
		display:none;
	}
	.apps .wrapper:after {
    bottom: -50px;
    top: unset;
    transform: rotate(180deg);
}
	.apps .counts div{
		margin-bottom:38px;
	}
	.apps .counts{
		flex-direction:column;
	}
	
	.expertise .left{
		flex-direction:column;
	}
	.expertise .left:after{
		display:none;
	}
	.expertise .left .col-2{
		margin:0;
	}
	.about{
		padding-top:100px;
		padding-bottom:100px;
		flex-direction:column;
	}
	.about .right{
		max-width:100%;
	}
	.about .right:after {
		width: 54px;
		height: 54px;
		bottom: -30px;
		left: 33px;
		background-size: 57%;
	}
	.contact .wrapper{
		flex-direction:column;
	}
	.contact .left{
		max-width:100%;
		flex:1;
	}
	.contact .left a{
		display:none;
	}
	
	.contact .right a{
		display:flex;
	}
	
	.contact h2 + p{
		margin-bottom:15px;
	}
	.about .left{
		margin-right:0;
	}
	h1:after{
		display:none;
	}
	h1 {
		color: #FFF;
		font-size: 65px;
		font-style: normal;
		font-weight: 600;
		line-height: 85px;
		position: relative;
	}
	h1 span#last:before{
		display:none;
	}
	h1 span#second:before {
		left: 0;
	}
}

.contact .right .mob,

.portfolio .mob-nav{display:none;}

@media (max-width:640px){
.contact .right .mob{display:block;}
.contact .right .desk{display:none;}
.contact .wrapper{
	padding:0;
}

.portfolio .left{
	padding:35px 25px 30px;
}

.bottom .nav{
	display:none;
}
.portfolio .left .top img {
    width: 56px;
    height: 56px;
	margin-right:27px;
}
.portfolio .left .top span:first-child{
	font-size: 21.443px;
	font-style: normal;
	font-weight: 700;
	line-height: 24.813px;
	margin-bottom:6px;
}
.portfolio .left .top{
	margin-bottom:22px;
}
.portfolio .rate img {
    max-width: 151px;
    margin-right: 10px;
    display: block;
    margin-bottom: 2px;
    margin-left: -8px;
}
.portfolio .mob-nav{
	display:flex;
}
.portfolio .left .rate p{
font-size: 15.648px;
font-style: normal;
font-weight: 700;
line-height: 39.897px;}
.portfolio .rate {
	display:flex;
	align-items:center;
}
.portfolio h2{
	margin-bottom:30px;
}
.mob-nav{
	margin-top:21px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.mob-nav .prev{
	transform:rotate(180deg);
	margin-right:15px;
}

.mob-nav .next{
	margin-left:15px;
}
.mob-nav .prev,
.mob-nav .next{
	display:block;
	width:64px;
	height:64px;
	background-image:url(img/right-b.svg);
	background-size:contain;
	background-repeat:no-repeat;
}

.portfolio .left p{
	font-size:16px;
	margin-bottom:30px;
}
.portfolio .left .top span:last-child{
	
	font-size: 16.398px;
	font-style: normal;
	font-weight: 700;
	line-height: 24.813px;
}

.contact .wrapper .left,
.contact .wrapper .right p{
	padding-left:25px;
	padding-right:25px;
}
	
.wrapper{
	padding-left:25px;
	padding-right:25px;
}
	.global span{
		font-size:22px;
	}
	.apps .counts 1div span:first-child{
		font-size:45px;
	}
	.expertise .left p{
		width:100%;
		max-width:325px;
	}
	h1:before {
		right: 10px;
		top: -23px;
		width: 27px;
		height: 27px;
	}
	body, html{
		overflow-x:hidden;
	}
	.apps h2 + p{
		padding-bottom:0;
	}
	.apps .wrapper:after {
    bottom: -60px;
	right:40px;
    width: 37px;
    background-size: contain;
	}
	.logo img{
		width: 117px;
	}
	.main {
		padding-bottom: 80px;
		overflow: initial;

	}
	.main:before {
		bottom: -73px;
		right: 0;
    left: initial;
	}
	
	h1 {
		color: #FFF;
		font-size: 45px;
		line-height: 63px;
	}
	h1 span#second:before {
		left: 10px;
		bottom:-20px;
		width: 257px;
	}
	header {
		padding-top: 33px;
		padding-bottom: 26px;
	}
	.about .right{
		font-size:24px;
		padding:34px;
		line-height:34px;
	}
	.contact{
		padding-top:50px;
		padding-bottom:50px;
	}
	.contact .right p{
		font-size:18px;
		margin-bottom:26px;
	}
	.apps .counts div span:first-child{
		font-size:45px;
line-height: 79.734px;
	}
	.adsset{
		padding-top:75px;
		padding-bottom:75px;
	}
	.contact a, .adsset a{
		font-size: 18px;
		border-radius: 18px;
background: var(--primary, #A6F000);
box-shadow: 0px 4px 24px 0px rgba(166, 240, 0, 0.34);
font-weight: 700;
line-height: 31.5px;
		max-width: 325px;
		width:100%;
		height: 70px;
		margin-left:auto;
		margin-right:auto;
	}
	h2{
		font-size: 30px;
	}
	h2 + p{
		font-size: 22px;
		line-height: 31.5px;
	}
	footer{
		flex-direction:column;
		padding-top:23px;
		padding-bottom:26px;
	}
	
	footer p{
		font-size: 14px;
		text-align:center;
		font-weight: 700;
		line-height: 31.5px;
	}
	footer a, footer div span{
		font-size: 16px;
		line-height: 24.5px; /* 225% */
	}
}

@media (max-width:350px){
	h1 {
		font-size: 40px;
		line-height: 59px;
	}
	.contact a{max-width:295px}
}