* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "Raleway-Regular";
}

/* common css */
@font-face {
	font-family: "Aldrich-Regular";
	src: url("../fonts/Aldrich/Aldrich-Regular.ttf")
}

@font-face {
	font-family: "Raleway-Bold";
	src: url("../fonts/Raleway/Raleway-Bold.ttf")
}

@font-face {
	font-family: "Raleway-Medium";
	src: url("../fonts/Raleway/Raleway-Medium.ttf")
}

@font-face {
	font-family: "Raleway-Regular";
	src: url("../fonts/Raleway/Raleway-Regular.ttf")
}

@font-face {
	font-family: "Poppins-Bold";
	src: url("../fonts/Poppins/Poppins-Bold.ttf")
}

@font-face {
	font-family: "Poppins-Medium";
	src: url("../fonts/Poppins/Poppins-Medium.ttf")
}

@font-face {
	font-family: "Poppins-Regular";
	src: url("../fonts/Poppins/Poppins-Regular.ttf")
}

:root {
	--white-color: #fff;
	--black-color: #171616;
	--gray-color: #AEAEAE;
	--green-color: #39FF14;
}

body {
	background-color: #171616;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	text-transform: capitalize;
	margin-bottom: 15px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--white-color);
}

h1 {
	font-size: 60px;
	line-height: 70px;
	font-family: "Aldrich-Regular";
}

h1 span {
	color: var(--green-color);
	font-family: "Aldrich-Regular";
}

h2 {
	font-size: 42px;
	line-height: 52px;
	font-family: "Aldrich-Regular";
}

h2 span {
	color: var(--green-color);
	font-family: "Aldrich-Regular";
}

h3 {
	font-size: 34px;
	line-height: 44px;
	font-family: "Raleway-Bold";
}

h4 {
	font-size: 26px;
	line-height: 36px;
	font-family: "Raleway-Bold";
}

h5 {
	font-size: 20px;
	line-height: 30px;
	font-family: "Raleway-Bold";
	margin-bottom: 10px;
	color: var(--green-color);
}

h6 {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
	font-family: "Raleway-Bold";
	color: var(--green-color);
}

p {
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 25px;
	color: var(--gray-color);
	font-family: "Raleway-Regular";
}

p span {
	color: var(--green-color);
	font-family: "Raleway-Bold";
}

p:last-child {
	margin-bottom: 0;
}

ul,
ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
}
p a {
	font-size: inherit;
	line-height: inherit;
}

span {
	display: inline-block;
}

.section-heading {
	text-align: center;
	margin-bottom: 40px;
}

.btn.btn-green {
	font-size: 15px;
	padding: 18px 50px;
	background-color: var(--green-color);
	color: var(--black-color);
	border-radius: 50px;
	border: none;
	font-family: "Raleway-Bold";
	text-transform: uppercase;
}

.btn.btn-green img {
	max-width: 30px;
	margin-right: 10px;
}

section {
	padding: 70px 0;
	overflow: hidden;
}

.row {
	align-items: center;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.mt3 {
	margin-top: 30px;
}

.center {
	text-align: center;
}

.background {
	background-color: #ffffff0d;
}

img {
	max-width: 100%;
}

/* common css */


/* header css start */
@keyframes smoothScroll {
	0% {
		transform: translateY(-60px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}


#header.show {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	animation: smoothScroll 1s forwards;
	z-index: 1000;
	background-color: var(--black-color);
	/* box-shadow: 0 0 10px 2px #fff; */
}

#header {
	background-color: transparent;
	padding: 15px 0;
	transition: .5s all;
	border-bottom: 1px solid #343434;
}

#header .header-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .logo-box img {
	max-width: 160px;
	width: 100%;
}

#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
	font-size: 25px;
	color: #fff;
	cursor: pointer;
	display: none;
}

#header .main-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#header .button-box {
	margin-left: 20px;
}

#header nav ul li {
	display: inline-block;
	padding: 5px;
	position: relative;
}

#header nav ul li a {
	color: var(--white-color);
	padding: 10px 10px;
	border-radius: 5px;
	font-size: 15px;
	line-height: 25px;
	font-family: "Raleway-Bold";
}

#header .btn.btn-green {
	padding: 10px 24px;
}

/* header css end */


/* homeBanner css start */
#homeBanner .box.box1 .text-box p {
	color: var(--white-color);
	font-size: 19px;
	line-height: 29px;
}

#homeBanner .box.box2 .img-box img {
	width: 100%;
}

#homeBanner .box.box2 .img-box {
	position: relative;
}
#homeBanner .box.box2 .img-box .position-box li {
	position: absolute;
	transition: all 1s;
}
#homeBanner .box.box2 .img-box .position-box li:nth-child(1) {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	animation: Updown 3s linear infinite alternate;
}
@keyframes Updown {
	0% {top: -20px;}
	100% {top: 20px;}
}
#homeBanner .box.box2 .img-box .position-box li:nth-child(2) {
	bottom: 32%;
	right: 6%;
	width: 20%;
}
#homeBanner .box.box2 .img-box:hover .position-box li:nth-child(2)  {
	/*! animation: Leftright 3s linear infinite alternate; */
	transform: translateX(20px);
}
@keyframes Leftright {
	0% {transform: translateX(0px);}
	100% {transform: translateX(20px);}
}
#homeBanner  .box.box2 .img-box .position-box li:nth-child(3) {
	top: -4%;
	right: 8%;
	width: 20%;
}
#homeBanner .box.box2 .img-box:hover .position-box li:nth-child(3)  {
	/*! animation: Topdown 3s linear infinite alternate; */
	transform: translateY(-20px);
}
@keyframes Topdown {
	0% {transform: translateY(0px);}
	100% {transform: translateY(20px);}
}
#homeBanner .box.box2 .img-box .position-box li:nth-child(4) {
	top: 6%;
	left: 6%;
	width: 15%;
}
#homeBanner .box.box2 .img-box:hover .position-box li:nth-child(4)  {
	/*! animation: Rightleft 3s linear infinite alternate; */
	transform: translateX(-20px);
}
@keyframes Rightleft {
	0% {transform: translateX(0px);}
	100% {transform: translateX(20px);}
}
#homeBanner .box.box2 .img-box .position-box li img {
	width: 100%;
}

#homeBanner {
	position: relative;
}

#homeBanner .box.box1 {
	position: relative;
}

#homeBanner .box.box1::after {
	content: '';
	position: absolute;
	top: -90px;
	left: -50px;
	width: 220px;
	height: 220px;
	background: url('../images/ellipse.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

/* homeBanner css end */


/* logo css start */
#logo {
	padding: 0;
}
#logo .logoSwiper .box .img-box img {
	width: 100%;
}

#logo .logoSwiper .swiper-slide {
	opacity: 0.3;
	transition: .5s all;
}

#logo .logoSwiper .swiper-slide:hover {
	opacity: 1;
}

/* logo css end */


/* about css start */
#about .box.box1,
#about .box.box2 {
	padding-bottom: 20px;
}
#homeBanner.aboutUs {
	padding-bottom: 0;
}

#about .box.box3 {
	border-top: 1px solid #DBDBDB;
}

#about .box.box3 .list-box ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 15px;
	padding: 30px 0 40px;

}


#about .box.box3 .list-box ul h6 {
	margin-bottom: 0;
	color: var(--white-color);
	text-transform: capitalize;
}

#about .box.box3 .img-box img {
	width: 100%;
}

#about .box.box3 .list-box ul li {
	position: relative;
	padding-left: 30px;
}

#about .box.box3 .list-box ul li::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url('../images/check.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* about css end */


/* service css start */
#service .box .icon-box img {
	max-width: 100%;
	margin-bottom: 15px;
	max-width: 60px;
	max-height: 60px;
	object-fit: contain;
}

#service .box {
	padding: 30px;
	border-radius: 20px;
	height: 100%;
	background: #343434;
}

#service .box .arrow-box img {
	max-width: 30px;
	width: 100%;
	margin-top: 10px;
}

#service .row {
	align-items: unset;
	row-gap: 30px;
}

#service .box .text-box p {
	font-family: "Poppins-Regular";
	color: var(--white-color);
}

#service .box .text-box h5 {
	text-transform: capitalize;
}

/* service css end */


/* technology css start */
#technology .row{
	align-items: normal;
}
#technology.aboutUs .row {
	align-items: center;
}
#technology.aboutUs {
	padding-bottom: 0;
}
#technology.aboutUs .box.box1 .img-box img {
	width: 100%;
	max-width: 450px;
}
#technology .box.box1 .img-box img {
	width: 100%;
	max-width: 400px;
}

#technology .box.box2 .end-box ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	column-gap: 20px;
	margin-top: 20px;
}

#technology .box.box2 .end-box ul li {
	width: calc(50% - 10px);
	text-align: center;
}

#technology .box.box2 .end-box img {
	max-width: 100px;
	margin-bottom: 15px;
}

#technology .box.box2 .end-box .text-box h5 {
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 0;
}

#technology .box.box2 .end-box .box {
	border-radius: 20px;
	padding: 15px;
	height: 100%;
}

/* technology css end */


/* process css start */
#process .box .right-box .text-box h5 {
	color: var(--white-color);
	text-transform: capitalize;
}

#process .box {
	display: flex;
	align-items: center;
	max-width: 300px;
	padding: 30px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	background: #343434;
	height: 100%;
}

#process .box .left-box img {
	min-width: 70px;
	position: relative;
	z-index: 1;
	margin-left: -80px;
}

#process .box .right-box .content-box .img-box {
	position: absolute;
	top: -45px;
	right: -45px;
}

#process .box .right-box .content-box .img-box img {
	max-width: 100px;
}

#process .row {
	align-items: unset;
	row-gap: 60px;
}

#process .row .div {
	position: relative;
	width: 100%;
	height: 1px;
	background: #fff;
}

#process .row .div .shape {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

#process .row .div .shape.shape1 {
	left: 10%;
}

#process .row .div .shape.shape2 {
	left: 50%;
	transform: translate(-50%, -50%);
}

#process .row .div .shape.shape3 {
	right: 10%;
}

#process .row .col-lg-4:nth-child(2),
#process .row .col-lg-4:nth-child(6) {
	display: flex;
	justify-content: center;
}

#process .row .col-lg-4:nth-child(2)::after,
#process .row .col-lg-4:nth-child(6)::after,
#process .row .col-lg-4:nth-child(3)::after,
#process .row .col-lg-4:nth-child(7)::after {
	content: '';
	position: absolute;
	bottom: 40px;
	left: -230px;
	height: 0;
	border: 1px dashed #ffffff6b;
	width: 100%;
	z-index: -1;
}

#process .row .col-lg-4:nth-child(3),
#process .row .col-lg-4:nth-child(7) {
	display: flex;
	justify-content: flex-end;
}

#process .row .col-lg-4:nth-child(3),
#process .row .col-lg-4:nth-child(7) {
	display: flex;
	justify-content: flex-end;
}

#process .section-heading {
	margin-bottom: 60px;
	max-width: 1000px;
	margin: 0 auto 60px;
}

#process .row .col-lg-4 {
	position: relative;
}

/* process css end */


/* game css start */
.accordion .accordion-button {
	background: transparent;
	box-shadow: none;
	color: #fff;
	font-size: 20px;
	padding: 20px 45px 20px 30px;
}

.accordion .accordion-item {
	background-color: #ffffff0d;
	backdrop-filter: blur(15px);
	border-radius: 20px;
	margin-bottom: 20px;
	border: none;
}

.accordion .accordion-item:last-child {
	margin-bottom: 0px;
}

.accordion .accordion-body {
	padding: 0 30px 20px;
}

.accordion .accordion-button::after {
	background-image: url('../images/end.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 25px;
}

#game .box.box2 .img-box img {
	width: 100%;
	max-width: 480px;
	margin-left: auto;
	display: block;
}

/* game css end */


/* clients css start */
#clients .top-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 10px;
	padding-bottom: 30px;
}

#clients .top-box .button-box .btn.btn-green {
	padding: 14px 50px;
}

#clients .top-box .text-box h2 {
	margin-bottom: 0;
}

#clients .end-box .box {
	padding: 40px 30px 30px;
	border-radius: 10px;
	position: relative;
	text-align: center;
	background: #343434;
	z-index: 1;
}

#clients .end-box .box::after {
	content: '';
	position: absolute;
	top: 14px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background-image: url('../images/qutations.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

#clients .end-box .box .end-content .img-box img {
	max-width: 50px;
	width: 100%;
	margin: 20px 0 5px;
}

#clients .end-box .box .end-content .text-box h5 {
	margin-bottom: 0;
	color: var(--white-color);
	text-transform: capitalize;
}

#clients .end-box .box .end-content .text-box p {
	font-size: 15px;
	line-height: 22px;
}

#clients .swiper-slide {
	transform: scale(.8);
	transition: .5s all;
}

#clients .swiper-slide-active {
	transform: scale(1);
}

#clients .swiper-pagination {
	bottom: 0px !important;
}

.swiper-wrapper {
	margin-bottom: 50px !important;
}

#logo .swiper-wrapper {
	margin-bottom: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background: transparent !important;
	outline: 2px solid var(--gray-color) !important;
	opacity: 1 !important;
	margin: 0 10px !important;
	outline-offset: 3px !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: var(--green-color) !important;
}

/* clients css end */


/* award css start */
#award .box .img-box img {
	width: 100%;
}

#award .box .img-box {
	border: 2px solid #ffffff7a;
	border-radius: 20px;
	text-align: center;
	padding: 20px;
	min-height: 200px;
	display: flex;
	align-items: center;
}

#award .box .text-box h5 {
	color: var(--white-color);
	text-align: center;
	margin-top: 15px;
	font-family: "Raleway-Medium";
}

#award .swiper-wrapper {
	margin-bottom: 80px !important;
}

/* award css end */


/* achievement css start */
#achievement {
	border-top: 2px solid #171616;
}
#achievement .box .img-box img {
	max-width: 80px;
	max-height: 70px;
	object-fit: contain;
}

#achievement .box .text-box h2 {
	font-size: 52px;
	line-height: 62px;
	margin-bottom: 5px;
	font-family: "Raleway-Bold";
	color: var(--green-color);
}

#achievement .box .text-box h5 {
	color: var(--white-color);
	text-transform: capitalize;
}

#achievement .box {
	text-align: center;
}

/* achievement css end */


/* work css start */
#work .swiper-slide {
	transform: scale(.8);
	opacity: 0.4;
	transition: .5s all;
}

#work .swiper-slide-active {
	transform: scale(1);
	opacity: 1;
}

#work .box .img-box img {
	width: 100%;
}

#work .box .img-box {
	padding: 12px;
	border-radius: 18px;
	background: #ffffff0d;
}

#work .box .text-box h5 {
	color: var(--white-color);
	text-align: center;
	margin-top: 15px;
	display: none;
	text-transform: capitalize;
	padding: 0 10px;
}

#work .swiper-slide-active .box .text-box h5 {
	display: block;
}

/* work css end */


/* team css start */
#team .box .img-box img {
	width: 100%;
	max-width: 300px;
	margin-bottom: 15px;
}

#team .box .text-box h5 {
	color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 0;
}

#team .box {
	text-align: center;
}

#team .swiper-wrapper {
	margin-bottom: 80px !important;
}

/* team css end */


/* footer css start */
#footer {
	padding-top: 80px;
	background: #ffffff0d;
	position: relative;
	overflow: hidden;
}

/* #footer::after {
	content: '';
	position: absolute;
	right: 10%;
	bottom: 30%;
	width: 120px;
	height: 120px;
	background: var(--green-color);
	border-radius: 50%;
	z-index: -1;
	filter: blur(100px);
} */

#footer .logo-box img {
	max-width: 160px;
	width: 100%;
	margin-bottom: 25px;
}

#footer .icon-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
	margin-top: 20px;
}

#footer .icon-box ul li {
	margin-right: 10px;
}

#footer .icon-box ul li:last-child {
	margin-right: 0;
}

#footer .icon-box ul li img {
	max-width: 40px;
}

#footer .top-box .col-lg-3:nth-child(2),
#footer .col-lg-3:nth-child(3) {
	display: flex;
	justify-content: center;
}

#footer .top-box .col-lg-2 {
	display: flex;
	justify-content: flex-end;
}

#footer .top-box .box h5 {
	color: var(--white-color);
}

#footer .top-box .row {
	align-items: unset;
}

#footer .top-box .box .link-box li {
	margin-bottom: 10px;
}

#footer .top-box .box .link-box li:last-child {
	margin-bottom: 0;
}

#footer .end-box {
	border-top: 1px solid #DBDBDB;
	padding: 30px 0;
}

#footer .end-box .box.box2 .list-box ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
	justify-content: flex-end;
}

#footer .end-box .box.box2 .list-box ul li {
	margin-left: 30px;
}

#footer .end-box .box.box2 .list-box ul li:first-child {
	margin-left: 0;
}

#footer .top-box {
	padding-bottom: 40px;
}

/* footer css end */


/* animations css start */
#animations .bubble-box ul:first-child li {
	width: 150px;
	height: 150px;
	background: #39ff14;
	border-radius: 50%;
	position: fixed;
	z-index: -1;
	bottom: -20%;
	left: 0;
	animation: walk 10s linear infinite alternate;
	filter: blur(100px);
}
#animations .bubble-box ul:first-child li:nth-child(1) {
	left: 10px;
	animation-delay: 2s;
}
#animations .bubble-box ul:first-child li:nth-child(2) {
	left: 45%;
}
#animations .bubble-box ul:first-child li:nth-child(3) {
	left: calc(100% - 150px);
	animation-delay: 4s;
}

@keyframes walk {
	0% {bottom: -20%;}
	100% {bottom: 110%;}
}

#animations .bubble-box ul:last-child li {
	width: 150px;
	height: 150px;
	background: #39ff14;
	border-radius: 50%;
	position: fixed;
	z-index: -1;
	bottom: -20%;
	left: -20%;
	animation: walking 15s linear infinite alternate;
	filter: blur(100px);
}
#animations .bubble-box ul:last-child li:nth-child(1) {
	top: 20%;
	animation-delay: 2s;
}
#animations .bubble-box ul:last-child li:nth-child(2) {
	top: 65%;
	animation-delay: 4s;
}

@keyframes walking {
	0% {left: -20%;}
	100% {left: 110%;}
}
/* animations css end */



#animationsTwo ul li {
	width: 50%;
	background: #39FF14;
	height: 100vh;
	filter: blur(200px);
	opacity: .25;
}
#animationsTwo ul li:first-child {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	margin-left: -150px;
}
#animationsTwo ul li:last-child {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	margin-right: -150px;
}
#animationsTwo ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	animation: round 15s infinite linear;
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
}
#career .career-img {
	display: flex;
	justify-content: center;
}
@keyframes round {
	100% {transform: rotate(360deg);}
}


span.animate ul {
	display: flex;
}
span.animate ul li {
	font-family: "Aldrich-Regular";
}

span.animate ul li:empty {
	padding: 0 6px;
}

video{
	width: 100%;
}
#video .img-box img {
	max-width: 100%;
	border-radius: 25px;
}