/* 1.1.general-setting-pages *************************/
/****************************************************/
:root {
	--pr-color: #fff;
	--second-color: #0a0a0a;
	--cubicbz: cubic-bezier(.9, 0, .1, 1);
	--fz-big: 60px;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #33CCFF;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #33CCFF;
}

* {
	box-sizing: border-box;
	font-family: 'Syne', sans-serif;
	font-weight: 800;
	margin: 0;
	padding: 0;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

body {
	background: var(--second-color);
}

/******************************************/
section {
	padding-top: 150px;
	padding-bottom: 50px;
}

.wrapp {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1;
}

.content {
	width: 100%;
	padding: 0 70px;
}

.char {
	display: inline-block;
}

/* TECHSAVVY **********************************/
/* header ********/
.header {
	position: relative;
	display: flex;
	padding: 0 70px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 130vh;
}

.header__marq {
	position: absolute;
	bottom: 0;
	left: 0;
}

.header__marq {
	width: 100%;
	height: auto;
	background: #171717;
	overflow: hidden;
}

.header__marq-wrapp {
	display: flex;
	width: 100%;
	height: auto;
	padding: 8px 70px;
}

.plan.starter:hover {
	background-color: white;
}

.header__marq-txt {
	position: relative;
	flex: 0 0 auto;
	display: inline-block;
	padding-right: 55px;
	margin-right: 15px;
	text-transform: uppercase;
	color: var(--pr-color);
	color: #9e9e9e;
	font-size: 35px;
}

.header__marq-star {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
}

.header__marq-star img {
	display: block;
	width: 100%;
	height: 100%;
}

.title {
	position: relative;
	margin: 0;
	font-size: 60px;
	text-align: center;
	color: var(--pr-color);
	text-transform: uppercase;
	mix-blend-mode: difference;
	z-index: 2;
}

.title_paralax {
	display: inline-block;
	will-change: transform;
}

.title .stroke {
	display: inline-block;
	color: transparent;
	-webkit-text-stroke: 1px var(--pr-color);
}

.header__img {
	position: absolute;
	width: 45%;
	height: 100%;
	top: 0;
	right: 100px;
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	overflow: hidden;
}

.header__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header__image {
	position: absolute;
	width: 45%;
	height: 100%;
	top: 0;
	/* right: 100px; */
	clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	overflow: hidden;
}

.header__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.section-title {
	position: relative;
	margin: 0;
	margin-bottom: 60px;
	line-height: .8;
	font-size: 70px;
	text-align: center;
	color: var(--pr-color);
	text-transform: uppercase;
	color: #33CCFF;
	font-family: 'Syne' !important;
}

.section-title .stroke {
	color: transparent;
	-webkit-text-stroke: 1px var(--pr-color);
	color: #33CCFF;
	font-size: 45px !important;
}

.section-title__square {
	position: absolute;
	display: inline-block;
	width: 130px;
	height: 130px;
	border: 1px solid #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

/* about ********/
.about .section-title {
	text-align: left;
	color: #33CCFF;
}

.about__wrapp {
	display: flex;
	justify-content: space-between;
}

.about__img,
.about__txt {
	width: calc(50% - 35px);
	height: auto;
}

.about__text {
	padding-right: 70px;
}

.about__text {
	padding-left: 70px;
}

.about__text {
	width: calc(50% - 35px);
	height: auto;
}

.about__p {
	line-height: 1.4;
	font-size: 20px;
	color: #fff;
}

.about__img {
	height: 80vh;
	overflow: hidden;
	text-align: center;

}

.about__img img {

	height: 70%;
}

/* benefits ********/
.benefits__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	width: 100%;
	height: auto;
}

.benefits__item {
	list-style: none;
	width: calc(33.33% - 27px);
}

.benefits__num {
	display: inline-block;
	font-size: 60px;
	color: transparent;
	-webkit-text-stroke: 1px var(--pr-color);
}

.benefits__p {
	font-size: 20px;
	color: #fff;
}

/* work ********/
.work {
	padding-top: 150px;
}

.work__wrapp {
	display: flex;
	flex-wrap: wrap;
	row-gap: 120px;
	justify-content: space-between;
	padding: 0 120px;
	margin-top: -140px;
}

.work__item {
	position: relative;
	width: calc(50% - 60px);
	height: 100vh;
}

.work__item-num {
	position: absolute;
	display: inline-block;
	font-size: 70px;
	color: var(--pr-color);
	mix-blend-mode: difference;
	z-index: 2;
}

.work__item-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.work__item-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* serv ********/
.serv__item {
	position: relative;
	padding: 40px 0;
	border-bottom: 1px solid #2f2e2e;
}

.serv__item-arrow {
	position: absolute;
	display: inline-block;
	width: 55px;
	height: 55px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.serv__item-arrow img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: rotate(180deg);
}

.serv__item-txt {
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
}

/* footer ********/
.footer {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.footer__div {
	font-size: 70px;
	letter-spacing: 15px;
	color: var(--pr-color);
	text-transform: uppercase;
}

.footer__div span {
	display: inline-block;
}

.img-1 {
	z-index: 2;
}

.back-video {
	position: absolute;
	align-items: center;
	display: flex;
	justify-content: center;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media (min-aspect-ratio: 4/3) {
	.back-video {
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 4/3) {
	.back-video {
		width: auto;
		height: 100%;
	}
}

.sectionClass {
	padding: 20px 0px 50px 0px;
	position: relative;
	display: block;
}

.fullWidth {
	width: 100% !important;
	display: table;
	float: none;
	padding: 0;
	min-height: 1px;
	height: 100%;
	position: relative;
}


.sectiontitle {
	background-position: center;
	margin: 30px 0 0px;
	text-align: center;
	min-height: 20px;
	font-family: 'Syne' !important;
}

.sectiontitle h2 {
	font-size: 30px;
	color: #33CCFF;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: 'Syne' !important;
}


.headerLine {
	width: 160px;
	height: 2px;
	display: inline-block;
	background: #101F2E;
}


.projectFactsWrap {
	display: flex;
	margin-top: 30px;
	flex-direction: row;
	flex-wrap: wrap;
}


#projectFacts .fullWidth {
	padding: 0;
}

.projectFactsWrap .item {
	width: 25%;
	height: 100%;
	padding: 50px 0px;
	text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
	background: rgba(16, 31, 46, 0);
}

.projectFactsWrap .item:nth-child(2) {
	background: rgba(18, 34, 51, 0);
}

.projectFactsWrap .item:nth-child(3) {
	background: rgba(21, 38, 56, 0);
}

.projectFactsWrap .item:nth-child(4) {
	background: rgba(23, 44, 66, 0);
}

.projectFactsWrap .item p.number {
	font-size: 40px;
	padding: 0;
	font-weight: bold;
	color: #33CCFF;
}

.projectFactsWrap .item p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	margin: 0;
	padding: 10px;
	font-family: 'Syne' !important;
}


.projectFactsWrap .item span {
	width: 60px;
	background: rgba(255, 255, 255, 0.8);
	height: 2px;
	display: block;
	margin: 0 auto;
}


.projectFactsWrap .item i {
	vertical-align: middle;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
	color: white;
}

.projectFactsWrap .item:hover span {
	background: white;
}

@media (max-width: 786px) {
	.projectFactsWrap .item {
		flex: 0 0 50%;
	}
}

nav.navbar.bg-body-tertiary.fixed-top {
	background-color: transparent !important;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-color: #33ccff;
	padding: 18px !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #33ccff !important;
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: white;
	text-decoration: none;
	background: 0 0;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.offcanvas-body {
	background-color: black;
	border-left: 2px solid #33ccff;
	text-align: center;

}

.offcanvas-header {
	background-color: black;
	display: flex;
	align-items: center;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	border-left: 2px solid #33ccff;
	justify-content: center;
	flex-direction: column;
}

.nav-link:focus,
.nav-link:hover {
	color: #33ccff !important;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 95%;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: var(--bs-border-width);
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
	--bs-offcanvas-transition: transform 0.3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.5;
}

.carousel_slider {
	width: 100%;
	height: 87%;
	overflow: hidden;
	position: relative;
}

.content_inner_slider {
	width: 100%;
	height: 100%;
	display: flex;
}

.img {
	min-width: 50vw;
	height: 100%;
	object-fit: cover;
}

.prev_button {
	left: 0;
}

.next_button {
	right: 0;
}

.dots {
	display: flex;
	margin: 1rem 0;
	justify-content: center;
}

.dot {
	width: 1rem;
	height: 1rem;
	border: 1px solid var(--color-text-light);
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}

.form {
	display: flex;
	align-items: center;
	font-size: 1rem;
	justify-content: center;
}

.auto_slide {}


.fa-facebook:before {
	content: "\f09a";
	color: #03aced;
}





.chosen-plan {
	position: sticky;
	top: 0;
	z-index: 2;
	width: 100%;
	max-width: 400px;
	margin-inline: auto;
	padding: 1.5rem 0;
	background-color: var(--primary-color);
	text-align: center;
	border-radius: 0 0 15px 15px;

	span:first-of-type {
		margin-bottom: 8px;
		display: block;
		font-weight: 400;
	}

	.plan-name {
		font-size: 1.125rem;
		font-weight: 700;
		color: #33CCFF;

	}
}

.page-title {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	padding-inline: 10px;
	margin-block: 3rem;
	color: #33CCFF;

}



.page-title-2 {
	/* font-size: 2rem; */
	font-weight: 700;
	/* text-align: center; */
	/* padding-inline: 10px; */
	/* margin-block: 3rem; */
	color: #33CCFF;
}

.bill-type {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.125rem;
	gap: 10px;

	.bill-toggle {
		#bill-toggle {
			display: none;

			&+label {
				display: block;
				width: 60px;
				height: 32px;
				border-radius: 20px;
				background-color: var(--primary-color);
				position: relative;
				cursor: pointer;

				&::after {
					content: "";
					display: block;
					width: 25px;
					height: 25px;
					border-radius: 50%;
					background-color: #fff;
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-100%, -50%);
					transition: transform 0.2s;
				}
			}

			&:checked+label::after {
				transform: translate(0, -50%);
			}
		}
	}
}

.pricing-table {
	max-width: 500px;
	padding-inline: var(--container-x);
	margin-inline: auto;
	margin-block: 40px;

	@media screen and (min-width: 920px) {
		max-width: var(--container-mw);
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1.25rem;
	}

	.plan {
		background-color: #22262c;
		padding: 2rem;
		border-radius: 12px;
		display: flex;
		flex-direction: column;

		@media screen and (max-width: 920px) {
			&:not(:last-of-type) {
				margin-bottom: 40px;
			}
		}

		.name {
			text-align: center;
			font-size: 1.7rem;
			font-weight: 600;
			margin-top: 0;
			margin-bottom: 18px;
			color: #33CCFF;

		}

		.price {
			text-align: center;
			font-size: 3.5rem;
			font-weight: 700;
			margin-bottom: 30px;
			color: #33CCFF;

			sub {
				position: static;
				font-size: 1.5rem;
			}
		}

		&.enterprise .price {
			font-size: 2.5rem;
		}

		.maus-options {
			display: block;
			width: 100%;
			max-width: 300px;
			margin-inline: auto;

			select {
				background-color: transparent;
				color: #fff;
				padding: 1rem;
				border: 1px solid #fff;
				border-radius: 5px;
				display: block;
				width: 100%;
				margin-bottom: 5px;

				&+span {
					font-size: 0.875rem;
					color: var(--primary-color);
				}
			}
		}

		.features {
			margin-block: 30px;

			li {
				margin-bottom: 15px;
				line-height: 1.5;
				color: #33CCFF;

				&::marker {
					color: var(--primary-color);
				}
			}
		}

		.choose-btn {
			display: block;
			width: 100%;
			max-width: 250px;
			margin-inline: auto;
			margin-top: auto;
			padding: 1rem 1rem;
			font-weight: 600;
			background-color: transparent;
			color: #fff;
			border: 1px solid var(--primary-color);
			border-radius: 5px;
			cursor: pointer;
			transition: background-color 0.1s;

			&:hover,
			&.active {
				background-color: var(--primary-color);
			}
		}
	}
}

ul#myTab {
	/* text-align: center; */
	display: flex;
	justify-content: center;
}

label.form-label {
	color: #01ACF4 !important;
}

label.form-check-label {
	color: #01acf4;
}


.slider {
	margin: 0 auto;
	max-width: 640px;
}

.slide_viewer {
	height: 384px;
	overflow: hidden;
	position: relative;
}

.slide img {
	width: 100% !important;
	display: block;
	/* margin-left: auto; */
	margin-right: auto;
	object-fit: cover;
	height: auto;
}

.slide_group {
	height: 100%;
	position: relative;
	width: 100%;
}

.slide {
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}

.slide:first-child {
	display: block;
}

.slide:nth-of-type(1) {
	background: #d7a151;
}

.slide:nth-of-type(2) {
	background: #f4e4cd;
}

.slide:nth-of-type(3) {
	background: #c75534;
}

.slide:nth-of-type(4) {
	background: #d1d1d4;
}

.slide_buttons {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	display: none;
}

a.slide_btn {
	color: #474544;
	font-size: 42px;
	margin: 0 0.175em;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
	color: #428cc6;
	cursor: pointer;
}

.directional_nav {
	height: 340px;
	margin: 0 auto;
	max-width: 740px;
	position: relative;
	top: -340px;
	display: none;
}

.previous_btn {
	bottom: 0;
	left: 100px;
	margin: auto;
	position: absolute;
	top: 0;
	display: none !important;
}

.next_btn {
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 100px;
	top: 0;
	display: none !important;
}

.previous_btn,
.next_btn {
	cursor: pointer;
	height: 65px;
	opacity: 0.5;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.previous_btn {
		left: 50px;
	}

	.next_btn {
		right: 50px;
	}
}




.slider-2 {
	margin: 0 auto;
	max-width: 640px;
}

.slide_viewer-2 {
	height: 384px;
	overflow: hidden;
	position: relative;
}

.slide-2 img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slide_group-2 {
	height: 100%;
	position: relative;
	width: 100%;
}

.slide-2 {
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}

.slide-2:first-child {
	display: block;
}

.slide-2:nth-of-type(1) {
	background: #d7a151;
}

.slide-2:nth-of-type(2) {
	background: #f4e4cd;
}

.slide-2:nth-of-type(3) {
	background: #c75534;
}

.slide-2:nth-of-type(4) {
	background: #d1d1d4;
}

.slide_buttons-2 {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

a.slide_btn-2 {
	color: #474544;
	font-size: 42px;
	margin: 0 0.175em;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slide_btn-2.active,
.slide_btn-2:hover {
	color: #428cc6;
	cursor: pointer;
}

.directional_nav-2 {
	height: 340px;
	margin: 0 auto;
	max-width: 740px;
	position: relative;
	top: -340px;
}

.previous_btn-2 {
	bottom: 0;
	left: 100px;
	margin: auto;
	position: absolute;
	top: 0;
}

.next_btn-2 {
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 100px;
	top: 0;
}

.previous_btn-2,
.next_btn-2 {
	cursor: pointer;
	height: 65px;
	opacity: 0.5;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 65px;
}

.previous_btn-2:hover,
.next_btn-2:hover {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.previous_btn-2 {
		left: 50px;
	}

	.next_btn-2 {
		right: 50px;
	}
}







.slider-3 {
	margin: 0 auto;
	max-width: 640px;
}

.slide_viewer-3 {
	height: 384px;
	overflow: hidden;
	position: relative;
}

.slide-3 img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slide_group-3 {
	height: 100%;
	position: relative;
	width: 100%;
}

.slide-3 {
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}

.slide-3:first-child {
	display: block;
}

.slide-3:nth-of-type(1) {
	background: #d7a151;
}

.slide-3:nth-of-type(2) {
	background: #f4e4cd;
}

.slide-3:nth-of-type(3) {
	background: #c75534;
}

.slide-3:nth-of-type(4) {
	background: #d1d1d4;
}

.slide_buttons-3 {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

a.slide_btn-3 {
	color: #474544;
	font-size: 42px;
	margin: 0 0.175em;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slide_btn-3.active,
.slide_btn-3:hover {
	color: #428cc6;
	cursor: pointer;
}

.directional_nav-3 {
	height: 340px;
	margin: 0 auto;
	max-width: 740px;
	position: relative;
	top: -340px;
}

.previous_btn-3 {
	bottom: 0;
	left: 100px;
	margin: auto;
	position: absolute;
	top: 0;
}

.next_btn-3 {
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 100px;
	top: 0;
}

.previous_btn-3,
.next_btn-3 {
	cursor: pointer;
	height: 65px;
	opacity: 0.5;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 65px;
}

.previous_btn-3:hover,
.next_btn-3:hover {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.previous_btn-3 {
		left: 50px;
	}

	.next_btn-3 {
		right: 50px;
	}
}


.plan.starter:hover {
	background-color: white;
	box-shadow: rgb(51 204 255) 0px 0px 30px;
}



.slider-4 {
	margin: 0 auto;
	max-width: 640px;
}

.slide_viewer-4 {
	height: 384px;
	overflow: hidden;
	position: relative;
}

.slide-4 img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slide_group-4 {
	height: 100%;
	position: relative;
	width: 100%;
}

.slide-4 {
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}

.slide-4:first-child {
	display: block;
}

.slide-4:nth-of-type(1) {
	background: #d7a151;
}

.slide-4:nth-of-type(2) {
	background: #f4e4cd;
}

.slide-4:nth-of-type(3) {
	background: #c75534;
}

.slide-4:nth-of-type(4) {
	background: #d1d1d4;
}

.slide_buttons-4 {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

a.slide_btn-4 {
	color: #474544;
	font-size: 42px;
	margin: 0 0.175em;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slide_btn-4.active,
.slide_btn-4:hover {
	color: #428cc6;
	cursor: pointer;
}

.directional_nav-4 {
	height: 340px;
	margin: 0 auto;
	max-width: 740px;
	position: relative;
	top: -340px;
}

.previous_btn-4 {
	bottom: 0;
	left: 100px;
	margin: auto;
	position: absolute;
	top: 0;
}

.next_btn-4 {
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 100px;
	top: 0;
}

.previous_btn-4,
.next_btn-4 {
	cursor: pointer;
	height: 65px;
	opacity: 0.5;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 65px;
}

.previous_btn-4:hover,
.next_btn-4:hover {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.previous_btn-4 {
		left: 50px;
	}

	.next_btn-4 {
		right: 50px;
	}
}





.slider-5 {
	margin: 0 auto;
	max-width: 640px;
}

.slide_viewer-5 {
	height: 384px;
	overflow: hidden;
	position: relative;
}

.slide-5 img {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slide_group-5 {
	height: 100%;
	position: relative;
	width: 100%;
}

.slide-5 {
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
}

.slide-5:first-child {
	display: block;
}

.slide-5:nth-of-type(1) {
	background: #d7a151;
}

.slide-5:nth-of-type(2) {
	background: #f4e4cd;
}

.slide-5:nth-of-type(3) {
	background: #c75534;
}

.slide-5:nth-of-type(4) {
	background: #d1d1d4;
}

.slide_buttons-5 {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

a.slide_btn-5 {
	color: #474544;
	font-size: 42px;
	margin: 0 0.175em;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slide_btn-5.active,
.slide_btn-5:hover {
	color: #428cc6;
	cursor: pointer;
}

.directional_nav-5 {
	height: 340px;
	margin: 0 auto;
	max-width: 740px;
	position: relative;
	top: -440px;
}

.previous_btn-5 {
	bottom: 0;
	left: 100px;
	margin: auto;
	position: absolute;
	top: 0;
}

.next_btn-5 {
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 100px;
	top: 0;
}

.previous_btn-5,
.next_btn-5 {
	cursor: pointer;
	height: 65px;
	opacity: 0.5;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 65px;
}

.previous_btn-5:hover,
.next_btn-5:hover {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.previous_btn-5 {
		left: 50px;
	}

	.next_btn-5 {
		right: 50px;
	}
}

video.video-1 {
	width: 80%;
}



.navtabs {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	background: rgb(0, 0, 0);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 10px 20px;
	position: relative;
}

.navtab {
	margin: 0 10px;
	padding: 10px 20px;
	cursor: pointer;
	color: white;
	transition: color 0.3s;
}

.navtab:hover {
	color: #007bff;
}

.navtab.active {
	color: #007bff;
	font-weight: 600;
}

.underline {
	position: absolute;
	bottom: 0;
	height: 2px;
	background: #007bff;
	transition: left 0.3s ease, width 0.3s ease;
}

.content {
	display: none;
	padding: 100px 20px 20px;
	max-width: 100%;
	text-align: left;
}

.content.active {
	display: block;
}

.choose-btn {
	display: block;
	width: 100%;
	max-width: 250px;
	margin-inline: auto;
	margin-top: auto;
	padding: 1rem 1rem;
	font-weight: 600;
	background-color: #33ccff !important;
	color: #fff;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.1s;
}

.plan.pro:hover {
	background-color: white !important;
	box-shadow: rgb(51 204 255) 0px 0px 30px;
	border: 2px solid #33CCFF;
}

.stats {
	display: flex;
	justify-content: center;
}


.header-2 {
	position: relative;
	display: flex;
	padding: 0 70px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 44vh !important;
}

.header-3 {
	position: relative;
	display: flex;
	padding: 0 70px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 75vh;
}

.header-4 {
	position: relative;
	display: flex;
	padding: 0 70px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 75vh;
}

.header-5 {
	position: relative;
	display: flex;
	padding: 0 70px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 75vh;
}

.header-6 {
	position: relative;
	display: flex;
	padding: 0 70px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 75vh;
}

.header-7 {
	position: relative;
	display: flex;
	padding: 0 70px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 75vh;
}

button.btn.btn-primary {
	width: 100%;
	background-color: #33ccff !important;
}




.shadow-effect {
	background: #000;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #ececec;
	box-shadow: 0 19px 38px rgb(51, 204, 255), 0 15px 12px rgb(51, 204, 255);
	align-items: center;
	display: flex;
	height: 310px;

}

#customers-testimonials .shadow-effect p {

	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
	color: white;
}

.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190e7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
	text-align: center;
	padding: 50px;
	margin-bottom: 80px;
	opacity: 0.2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 200px;
	margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #3190e7;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
	display: none;
	width: 100%;
	text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #3190e7;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}


/* .section-padding{
	padding:60px 0;
  }
  .brand-carousel {
	
	margin-top: 10%;
  } */
.owl-dots {
	text-align: center;
	display: none;
}

.owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #222222 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}

.owl-dot.active {
	background-color: #FF170F !important;
}



/* ignore the code below */


.link-area {
	position: fixed;
	bottom: 20px;
	left: 20px;
	padding: 15px;
	border-radius: 40px;
	background: tomato;
}

.link-area a {
	text-decoration: none;
	color: #fff;
	font-size: 25px;
}


/* Social Icons */
#social_side_links {
	position: fixed;
	top: 176px;
	right: 0;
	padding: 10px;
	list-style: none;
	z-index: 99;
	background-color: black;
	border-top: 2px solid #08acf3;
	border-left: 2px solid #08acf3;
	border-bottom: 2px solid #08acf3;
}


#social_side_links li a {
	display: block;
	background-color: black !important;
}

#social_side_links li a img {
	display: block;
	max-width: 40px;
	padding: 10px;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}

#social_side_links li a:hover img {
	background: rgba(0, 0, 0, .2);
}





.fa-instagram:before {
	content: "\f16d";
	font-size: 30px;
	color: #01acf3;
}

.fa-facebook:before {
	content: "\f09a";
	font-size: 30px;
	color: #01acf3;
}

.fa-tiktok:before {
	content: "\e07b";
	font-size: 30px;
	color: #01acf3;
}

.fa-youtube:before {
	content: "\f167";
	font-size: 30px;
	color: #01acf3;
}

.fa-pinterest:before {
	content: "\f0d2";
	font-size: 30px;
	color: #01acf3;
}

.fa-threads:before {
	content: "\e618";
	font-size: 30px;
	color: #01acf3;
}


.nav-item {

	margin-bottom: 30px;
}

@media screen and (max-width: 480px) {

	.header {
		position: relative;
		display: flex;
		padding: 0 70px;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 65vh;
	}

	.header__marq-wrapp {
		display: flex;
		width: 100%;
		height: auto;
		padding: 8px 10px;
	}

	.header__marq-txt {
		position: relative;
		flex: 0 0 auto;
		display: inline-block;
		padding-right: 55px;
		margin-right: 15px;
		text-transform: uppercase;
		color: var(--pr-color);
		color: #9e9e9e;
		font-size: 23px;
	}

	section {
		padding-top: 50px;
		padding-bottom: 150px;
	}

	.about__img {
		height: 100vh;
		overflow: hidden;
		text-align: center;
		width: 100% !important;
	}

	.about__img img {
		height: 100%;
	}


	.about__wrapp {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.about__txt {
		width: 100%;
		height: auto;
		margin-top: -330px;
	}

	.about .section-title {
		text-align: center;
		color: #33CCFF;
	}

	.about__p {
		line-height: 1.4;
		font-size: 18px;
		color: #fff;
		padding: 20px;
		text-align: center;
	}

	.section-title .stroke {
		color: transparent;
		-webkit-text-stroke: 1px var(--pr-color);
		color: #33CCFF;
		font-size: 28px !important;
	}

	.navtabs {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		background: rgb(0, 0, 0);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		padding: 10px 20px;
		position: relative;
		flex-direction: column;
		align-items: center;
	}

	.navtab {
		margin: 0 10px;
		padding: 10px 20px;
		cursor: pointer;
		color: white;
		transition: color 0.3s;
		text-align: center;
	}

	.work__item {
		position: relative;
		width: 100%;
		height: 100vh;
	}

	.work {
		padding-top: 0px;
	}

	.work__wrapp {
		display: flex;
		flex-wrap: wrap;
		row-gap: 90px;
		justify-content: center;
		padding: 0 88px;
		margin-top: -100px;
		align-items: center;
	}

	video.video-1 {
		width: 100%;
	}

	.serv__item-arrow {
		position: absolute;
		display: inline-block;
		width: 0px;
		height: 55px;
		top: 50%;
		right: -240px;
		transform: translateY(-50%);
	}

	.serv__item-txt {
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
	}

	.page-title {
		font-size: 1.5rem;
		font-weight: 700;
		text-align: center;
		padding-inline: 0px;
		margin-block: 3rem;
		color: #33CCFF;
	}

	.about__text {
		width: 100%;
		height: auto;
	}

	.about__text {
		padding-left: 30px;
	}

	.about__text {
		padding-right: 30px;
	}

	.title {
		position: relative;
		margin: 0;
		font-size: 34.5px;
		text-align: center;
		color: var(--pr-color);
		text-transform: uppercase;
		mix-blend-mode: difference;
		z-index: 2;
	}

	/* .img-footer {
			width:75% !important;
		} */
	.row.footer-row {
		display: flex;
		align-content: center;
		flex-direction: column;
	}

	.col-footer {
		width: 100%;
		text-align: center;
	}

	.bottom-footer {
		display: flex !important;
		flex-direction: column-reverse;
		text-align: center;
		align-items: center;
	}
}




@media screen and (max-width: 780px) {

	/* .img-footer {
		width: 135% !important;
	} */
	.bottom-footer {
		display: flex !important;
		flex-direction: column-reverse;
		text-align: center;
		align-items: center;
	}

	.footer-row {
		display: flex;
		align-content: center;
		flex-direction: column;
	}

	.col-footer {
		width: 100%;
		text-align: center;
	}

	.header {
		position: relative;
		display: flex;
		padding: 0 70px;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 85vh;
	}

	.header__marq-wrapp {
		display: flex;
		width: 100%;
		height: auto;
		padding: 8px 10px;
	}

	.header__marq-txt {
		position: relative;
		flex: 0 0 auto;
		display: inline-block;
		padding-right: 55px;
		margin-right: 15px;
		text-transform: uppercase;
		color: var(--pr-color);
		color: #9e9e9e;
		font-size: 23px;
	}

	section {
		padding-top: 50px;
		padding-bottom: 150px;
	}

	.about__img {
		height: 100vh;
		overflow: hidden;
		text-align: center;
		width: 100% !important;
	}

	.about__img img {
		height: 100%;
	}


	.about__wrapp {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.about__txt {
		width: 100%;
		height: auto;
		margin-top: -330px;
	}

	.about .section-title {
		text-align: center;
		color: #33CCFF;
	}

	.about__p {
		line-height: 1.4;
		font-size: 18px;
		color: #fff;
		padding: 20px;
		text-align: center;
	}

	.section-title .stroke {
		color: transparent;
		-webkit-text-stroke: 1px var(--pr-color);
		color: #33CCFF;
		font-size: 28px !important;
	}

	.navtabs {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		background: rgb(0, 0, 0);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		padding: 10px 20px;
		position: relative;
		flex-direction: column;
		align-items: center;
	}

	.navtab {
		margin: 0 10px;
		padding: 10px 20px;
		cursor: pointer;
		color: white;
		transition: color 0.3s;
		text-align: center;
	}

	.work__item {
		position: relative;
		width: 100%;
		height: 100vh;
	}

	.work {
		padding-top: 0px;
	}

	.work__wrapp {
		display: flex;
		flex-wrap: wrap;
		row-gap: 90px;
		justify-content: center;
		padding: 0 88px;
		margin-top: -100px;
		align-items: center;
	}

	video.video-1 {
		width: 100%;
	}

	.serv__item-arrow {
		position: absolute;
		display: inline-block;
		width: 0px;
		height: 55px;
		top: 50%;
		right: -240px;
		transform: translateY(-50%);
	}

	.serv__item-txt {
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
	}

	.page-title {
		font-size: 1.5rem;
		font-weight: 700;
		text-align: center;
		padding-inline: 0px;
		margin-block: 3rem;
		color: #33CCFF;
	}

	.about__text {
		width: 100%;
		height: auto;
	}

	.about__text {
		padding-left: 30px;
	}

	.about__text {
		padding-right: 30px;
	}

	.title {
		position: relative;
		margin: 0;
		font-size: 40px;
		text-align: center;
		color: var(--pr-color);
		text-transform: uppercase;
		mix-blend-mode: difference;
		z-index: 2;
	}

}





@media screen and (max-width: 1000px) {

	/* .img-footer {
		width: 135% !important;
	} */
	.bottom-footer {
		display: flex !important;
		flex-direction: column-reverse;
		text-align: center;
		align-items: center;
	}

	.footer-row {
		display: flex;
		align-content: center;
		flex-direction: column;
	}

	.col-footer {
		width: 100%;
		text-align: center;
	}

	.header {
		position: relative;
		display: flex;
		padding: 0 70px;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 105vh;
	}

	.header__marq-wrapp {
		display: flex;
		width: 100%;
		height: auto;
		padding: 8px 10px;
	}

	.header__marq-txt {
		position: relative;
		flex: 0 0 auto;
		display: inline-block;
		padding-right: 55px;
		margin-right: 15px;
		text-transform: uppercase;
		color: var(--pr-color);
		color: #9e9e9e;
		font-size: 23px;
	}

	section {
		padding-top: 50px;
		padding-bottom: 150px;
	}

	.about__img {
		height: 100vh;
		overflow: hidden;
		text-align: center;
		width: 100% !important;
	}

	.about__img img {
		height: 100%;
	}


	.about__wrapp {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.about__txt {
		width: 100%;
		height: auto;
		margin-top: -330px;
	}

	.about .section-title {
		text-align: center;
		color: #33CCFF;
	}

	.about__p {
		line-height: 1.4;
		font-size: 18px;
		color: #fff;
		padding: 20px;
		text-align: center;
	}

	.section-title .stroke {
		color: transparent;
		-webkit-text-stroke: 1px var(--pr-color);
		color: #33CCFF;
		font-size: 28px !important;
	}

	.navtabs {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		background: rgb(0, 0, 0);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		padding: 10px 20px;
		position: relative;
		flex-direction: column;
		align-items: center;
	}

	.navtab {
		margin: 0 10px;
		padding: 10px 20px;
		cursor: pointer;
		color: white;
		transition: color 0.3s;
		text-align: center;
	}

	.work__item {
		position: relative;
		width: 100%;
		height: 100vh;
	}

	.work {
		padding-top: 0px;
	}

	.work__wrapp {
		display: flex;
		flex-wrap: wrap;
		row-gap: 90px;
		justify-content: center;
		padding: 0 88px;
		margin-top: -100px;
		align-items: center;
	}

	video.video-1 {
		width: 100%;
	}

	.serv__item-arrow {
		position: absolute;
		display: inline-block;
		width: 0px;
		height: 55px;
		top: 50%;
		right: -240px;
		transform: translateY(-50%);
	}

	.serv__item-txt {
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
	}

	.page-title {
		font-size: 1.5rem;
		font-weight: 700;
		text-align: center;
		padding-inline: 0px;
		margin-block: 3rem;
		color: #33CCFF;
	}

	.about__text {
		width: 100%;
		height: auto;
	}

	.about__text {
		padding-left: 30px;
	}

	.about__text {
		padding-right: 30px;
	}

	.title {
		position: relative;
		margin: 0;
		font-size: 34.5px;
		text-align: center;
		color: var(--pr-color);
		text-transform: uppercase;
		mix-blend-mode: difference;
		z-index: 2;
	}

}

@media screen and (max-width: 375px) {

	/* .img-footer {
		width: 135% !important;
	} */
	.section-title__square {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	top: 93%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
    width: 76%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
}

.section-title .stroke {
		color: transparent;
		-webkit-text-stroke: 0px var(--pr-color);
		color: #33CCFF;
		font-size: 15px !important;
	}
	.bottom-footer {
		display: flex !important;
		flex-direction: column-reverse;
		text-align: center;
		align-items: center;
	}

	.footer-row {
		display: flex;
		align-content: center;
		flex-direction: column;
	}

	.col-footer {
		width: 100%;
		text-align: center;
	}

	.header {
		position: relative;
		display: flex;
		padding: 0 0px;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50vh;
	}

	.header__marq-wrapp {
		display: flex;
		width: 100%;
		height: auto;
		padding: 8px 10px;
	}

	.header__marq-txt {
		position: relative;
		flex: 0 0 auto;
		display: inline-block;
		padding-right: 55px;
		margin-right: 15px;
		text-transform: uppercase;
		color: var(--pr-color);
		color: #9e9e9e;
		font-size: 23px;
	}

	section {
		padding-top: 0px;
		padding-bottom: 60px;
	}

	.about__img {
		height: 44vh !important;
		overflow: hidden;
		text-align: center;
		width: 100% !important;
	}

	.about__img img {
		height: 85%;
	}


	.about__wrapp {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.about__txt {
		width: 100%;
		height: auto;
		margin-top: -330px;
	}

	.about .section-title {
		text-align: center;
		color: #33CCFF;
	}

	.about__p {
		line-height: 1.4;
		font-size: 12px;
		color: #fff;
		padding: 20px;
		text-align: center;
	}

	.section-title .stroke {
		color: transparent;
		-webkit-text-stroke: 1px var(--pr-color);
		color: #33CCFF;
		font-size: 20px !important;
	}

	.navtabs {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		background: rgb(0, 0, 0);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		padding: 10px 20px;
		position: relative;
		flex-direction: column;
		align-items: center;
	}

	.navtab {
		margin: 0 10px;
		padding: 10px 20px;
		cursor: pointer;
		color: white;
		transition: color 0.3s;
		text-align: center;
	}

	.work__item {
		position: relative;
		width: 100%;
		height: 100vh;
	}

	.work {
		padding-top: 0px;
	}

	.work__wrapp {
		display: flex;
		flex-wrap: wrap;
		/* row-gap: 90px; */
		justify-content: center;
		padding: 0 10px;
		margin-top: -100px;
		align-items: center;
	}

	video.video-1 {
		width: 100%;
	}

	.serv__item-arrow {
		position: absolute;
		display: inline-block;
		width: 0px;
		height: 55px;
		top: 50%;
		right: -240px;
		transform: translateY(-50%);
	}

	.serv__item-txt {
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
	}

	.page-title {
		font-size: 1rem;
		font-weight: 700;
		text-align: center;
		padding-inline: 0px;
		margin-block: 3rem;
		color: #33CCFF;
	}

	.about__text {
		width: 100%;
		height: auto;
	}

	.about__text {
		padding-left: 30px;
	}

	.about__text {
		padding-right: 30px;
	}

	.title {
		position: relative;
		margin: 0;
		font-size: 34.5px;
		text-align: center;
		color: var(--pr-color);
		text-transform: uppercase;
		mix-blend-mode: difference;
		z-index: 2;
	}

	.projectFactsWrap {
		display: flex;
		margin-top: 30px;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}
	.projectFactsWrap .item {
		width: 100%;
		height: 100%;
		padding: 50px 0px;
		text-align: center;
	}
	.pricing-table {
		& .plan {
			.name {
				text-align: center;
				font-size: 1rem;
				font-weight: 600;
				margin-top: 0;
				margin-bottom: 18px;
				color: #33CCFF;
			}
		}
	}
	.pricing-table {
		& .plan {
			.price {
				text-align: center;
				font-size: 1.5rem;
				font-weight: 700;
				margin-bottom: 30px;
				color: #33CCFF;
			}
		}
	}
	.pricing-table {
		& .plan {
			& .features {
				li {
					margin-bottom: 15px;
					line-height: 1.5;
					color: #33CCFF !important;
					font-size: 12px !important;
				}
			}
		}
	}

}


@media screen and (max-width: 300px) {

	/* .img-footer {
		width: 135% !important;
	} */
	
	.section-title__square {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	top: 93%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
	.bottom-footer {
		display: flex !important;
		flex-direction: column-reverse;
		text-align: center;
		align-items: center;
	}

	.footer-row {
		display: flex;
		align-content: center;
		flex-direction: column;
	}

	.col-footer {
		width: 100%;
		text-align: center;
	}

	.header {
		position: relative;
		display: flex;
		padding: 0 0px;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50vh;
	}

	.header__marq-wrapp {
		display: flex;
		width: 100%;
		height: auto;
		padding: 8px 10px;
	}

	.header__marq-txt {
		position: relative;
		flex: 0 0 auto;
		display: inline-block;
		padding-right: 55px;
		margin-right: 15px;
		text-transform: uppercase;
		color: var(--pr-color);
		color: #9e9e9e;
		font-size: 23px;
	}

	section {
		padding-top: 0px;
		padding-bottom: 60px;
	}

	.about__img {
		height: 40vh;
		overflow: hidden;
		text-align: center;
		width: 100% !important;
	}

	.about__img img {
		height: 90%;
	}


	.about__wrapp {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.about__txt {
		width: 100%;
		height: auto;
		margin-top: -330px;
	}

	.about .section-title {
		text-align: center;
		color: #33CCFF;
	}

	.about__p {
		line-height: 1.4;
		font-size: 9px;
		color: #fff;
		padding: 20px;
		text-align: center;
	}

	.section-title .stroke {
		color: transparent;
		-webkit-text-stroke: 1px var(--pr-color);
		color: #33CCFF;
		font-size: 15px !important;
	}

	.navtabs {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		background: rgb(0, 0, 0);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		padding: 10px 20px;
		position: relative;
		flex-direction: column;
		align-items: center;
	}

	.navtab {
		margin: 0 10px;
		padding: 10px 20px;
		cursor: pointer;
		color: white;
		transition: color 0.3s;
		text-align: center;
	}

	.work__item {
		position: relative;
		width: 100%;
		height: 100vh;
	}

	.work {
		padding-top: 0px;
	}

	.work__wrapp {
		display: flex;
		flex-wrap: wrap;
		/* row-gap: 90px; */
		justify-content: center;
		padding: 0 10px;
		margin-top: -100px;
		align-items: center;
	}

	video.video-1 {
		width: 100%;
	}

	.serv__item-arrow {
		position: absolute;
		display: inline-block;
		width: 0px;
		height: 55px;
		top: 50%;
		right: -240px;
		transform: translateY(-50%);
	}

	.serv__item-txt {
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
	}

	.page-title {
		font-size: 1rem;
		font-weight: 700;
		text-align: center;
		padding-inline: 0px;
		margin-block: 3rem;
		color: #33CCFF;
	}

	.about__text {
		width: 100%;
		height: auto;
	}

	.about__text {
		padding-left: 30px;
	}

	.about__text {
		padding-right: 30px;
	}

	.title {
		position: relative;
		margin: 0;
		font-size: 12px;
		text-align: center;
		color: var(--pr-color);
		text-transform: uppercase;
		mix-blend-mode: difference;
		z-index: 2;
	}

	.projectFactsWrap {
		display: flex;
		margin-top: 30px;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}
	.projectFactsWrap .item {
		width: 100%;
		height: 100%;
		padding: 50px 0px;
		text-align: center;
	}
	.pricing-table {
		& .plan {
			.name {
				text-align: center;
				font-size: 1rem;
				font-weight: 600;
				margin-top: 0;
				margin-bottom: 18px;
				color: #33CCFF;
			}
		}
	}
	.pricing-table {
		& .plan {
			.price {
				text-align: center;
				font-size: 1.5rem;
				font-weight: 700;
				margin-bottom: 30px;
				color: #33CCFF;
			}
		}
	}
	.pricing-table {
		& .plan {
			& .features {
				li {
					margin-bottom: 15px;
					line-height: 1.5;
					color: #33CCFF !important;
					font-size: 12px !important;
				}
			}
		}
	}
	.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
    width: 76%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
}


}
@media screen and (max-width: 400px) {

	/* .img-footer {
		width: 135% !important;
	} */
	.section-title__square {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	top: 93%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
	.bottom-footer {
		display: flex !important;
		flex-direction: column-reverse;
		text-align: center;
		align-items: center;
	}

	.footer-row {
		display: flex;
		align-content: center;
		flex-direction: column;
	}

	.col-footer {
		width: 100%;
		text-align: center;
	}

	.header {
		position: relative;
		display: flex;
		padding: 0 0px;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 40vh;
	}

	.header__marq-wrapp {
		display: flex;
		width: 100%;
		height: auto;
		padding: 8px 10px;
	}

	.header__marq-txt {
		position: relative;
		flex: 0 0 auto;
		display: inline-block;
		padding-right: 55px;
		margin-right: 15px;
		text-transform: uppercase;
		color: var(--pr-color);
		color: #9e9e9e;
		font-size: 23px;
	}

	section {
		padding-top: 0px;
		padding-bottom: 60px;
	}

	.about__img {
		height: 40vh;
		overflow: hidden;
		text-align: center;
		width: 100% !important;
	}

	.about__img img {
		height: 90%;
	}
	.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 9px !important;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
label.form-label {
    color: #01ACF4 !important;
    font-size: 9px !important;
}
.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 9px !important;
    border-radius: var(--bs-border-radius-lg);
}
label.form-check-label {
    color: #01acf4;
    font-size: 9px !important;
}
.h5, h5 {
    font-size: 9px !important;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 9px !important;
    font-weight: var(--bs-nav-link-font-weight);
    color: white;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
	.about__wrapp {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.about__txt {
		width: 100%;
		height: auto;
		margin-top: -330px;
	}

	.about .section-title {
		text-align: center;
		color: #33CCFF;
	}

	.about__p {
		line-height: 1.4;
		font-size: 12px;
		color: #fff;
		padding: 20px;
		text-align: center;
	}

	.section-title .stroke {
		color: transparent;
		-webkit-text-stroke: 1px var(--pr-color);
		color: #33CCFF;
		font-size: 20px !important;
	}

	.navtabs {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		background: rgb(0, 0, 0);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		padding: 10px 20px;
		position: relative;
		flex-direction: column;
		align-items: center;
	}
	.bottom-footer p {
        font-size:9px !important;
    }

	.navtab {
		margin: 0 10px;
		padding: 10px 20px;
		cursor: pointer;
		color: white;
		transition: color 0.3s;
		text-align: center;
	}

	.work__item {
		position: relative;
		width: 100%;
		height: 100vh;
	}

	.work {
		padding-top: 0px;
	}

	.work__wrapp {
		display: flex;
		flex-wrap: wrap;
		/* row-gap: 90px; */
		justify-content: center;
		padding: 0 10px;
		margin-top: -100px;
		align-items: center;
	}

	video.video-1 {
		width: 100%;
	}

	.serv__item-arrow {
		position: absolute;
		display: inline-block;
		width: 0px;
		height: 55px;
		top: 50%;
		right: -240px;
		transform: translateY(-50%);
	}

	.serv__item-txt {
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
	}

	.page-title {
		font-size: 1rem;
		font-weight: 700;
		text-align: center;
		padding-inline: 0px;
		margin-block: 3rem;
		color: #33CCFF;
	}

	.about__text {
		width: 100%;
		height: auto;
	}

	.about__text {
		padding-left: 30px;
	}

	.about__text {
		padding-right: 30px;
	}

	.title {
		position: relative;
		margin: 0;
	font-size: 12px !important;
		text-align: center;
		color: var(--pr-color);
		text-transform: uppercase;
		mix-blend-mode: difference;
		z-index: 2;
	}

	.projectFactsWrap {
		display: flex;
		margin-top: 30px;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}
	.projectFactsWrap .item {
		width: 100%;
		height: 100%;
		padding: 50px 0px;
		text-align: center;
	}
	.pricing-table {
		& .plan {
			.name {
				text-align: center;
				font-size: 1rem;
				font-weight: 600;
				margin-top: 0;
				margin-bottom: 18px;
				color: #33CCFF;
			}
		}
	}
	.pricing-table {
		& .plan {
			.price {
				text-align: center;
				font-size: 1.5rem;
				font-weight: 700;
				margin-bottom: 30px;
				color: #33CCFF;
			}
		}
	}
	.pricing-table {
		& .plan {
			& .features {
				li {
					margin-bottom: 15px;
					line-height: 1.5;
					color: #33CCFF !important;
					font-size: 12px !important;
				}
			}
		}
	}
	.thanks {
		height: 80vh !important;
		display: flex;
		align-items: center;
	}
	.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
    width: 76%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
}


}


@media screen and (max-width: 450px) {

	/* .img-footer {
		width: 135% !important;
	} */
	
	.section-title__square {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	top: 93%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
    width: 76%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
}
	
	
	.bottom-footer {
		display: flex !important;
		flex-direction: column-reverse;
		text-align: center;
		align-items: center;
	}

	.footer-row {
		display: flex;
		align-content: center;
		flex-direction: column;
	}

	.col-footer {
		width: 100%;
		text-align: center;
	}

	.header {
		position: relative;
		display: flex;
		padding: 0 0px;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 40vh;
	}

	.header__marq-wrapp {
		display: flex;
		width: 100%;
		height: auto;
		padding: 8px 10px;
	}

	.header__marq-txt {
		position: relative;
		flex: 0 0 auto;
		display: inline-block;
		padding-right: 55px;
		margin-right: 15px;
		text-transform: uppercase;
		color: var(--pr-color);
		color: #9e9e9e;
		font-size: 23px;
	}

	section {
		padding-top: 0px;
		padding-bottom: 60px;
	}

	.about__img {
		height: 40vh;
		overflow: hidden;
		text-align: center;
		width: 100% !important;
	}

	.about__img img {
		height: 85%;
	}


	.about__wrapp {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.about__txt {
		width: 100%;
		height: auto;
		margin-top: -330px;
	}

	.about .section-title {
		text-align: center;
		color: #33CCFF;
	}

	.about__p {
		line-height: 1.4;
		font-size: 12px;
		color: #fff;
		padding: 20px;
		text-align: center;
	}

	.section-title .stroke {
		color: transparent;
		-webkit-text-stroke: 1px var(--pr-color);
		color: #33CCFF;
		font-size: 15px !important;
	}

	.navtabs {
		display: flex;
		justify-content: center;
		margin-top: 20px;
		background: rgb(0, 0, 0);
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
		padding: 10px 20px;
		position: relative;
		flex-direction: column;
		align-items: center;
	}

	.navtab {
		margin: 0 10px;
		padding: 10px 20px;
		cursor: pointer;
		color: white;
		transition: color 0.3s;
		text-align: center;
	}

	.work__item {
		position: relative;
		width: 100%;
		height: 100vh;
	}

	.work {
		padding-top: 0px;
	}

	.work__wrapp {
		display: flex;
		flex-wrap: wrap;
		/* row-gap: 90px; */
		justify-content: center;
		padding: 0 10px;
		margin-top: -100px;
		align-items: center;
	}

	video.video-1 {
		width: 100%;
	}

	.serv__item-arrow {
		position: absolute;
		display: inline-block;
		width: 0px;
		height: 55px;
		top: 50%;
		right: -240px;
		transform: translateY(-50%);
	}

	.serv__item-txt {
		font-size: 20px;
		color: #fff;
		text-transform: uppercase;
	}

	.page-title {
		font-size: 1rem;
		font-weight: 700;
		text-align: center;
		padding-inline: 0px;
		margin-block: 3rem;
		color: #33CCFF;
	}

	.about__text {
		width: 100%;
		height: auto;
	}

	.about__text {
		padding-left: 30px;
	}

	.about__text {
		padding-right: 30px;
	}

	.title {
		position: relative;
		margin: 0;
		font-size: 12px;
		text-align: center;
		color: var(--pr-color);
		text-transform: uppercase;
		mix-blend-mode: difference;
		z-index: 2;
	}

	.projectFactsWrap {
		display: flex;
		margin-top: 30px;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
	}
	.projectFactsWrap .item {
		width: 100%;
		height: 100%;
		padding: 50px 0px;
		text-align: center;
	}
	.pricing-table {
		& .plan {
			.name {
				text-align: center;
				font-size: 1rem;
				font-weight: 600;
				margin-top: 0;
				margin-bottom: 18px;
				color: #33CCFF;
			}
		}
	}
	.pricing-table {
		& .plan {
			.price {
				text-align: center;
				font-size: 1.5rem;
				font-weight: 700;
				margin-bottom: 30px;
				color: #33CCFF;
			}
		}
	}
	.pricing-table {
		& .plan {
			& .features {
				li {
					margin-bottom: 15px;
					line-height: 1.5;
					color: #33CCFF !important;
					font-size: 12px !important;
				}
			}
		}
	}
	.thanks {
		height: 80vh !important;
		display: flex;
		align-items: center;
	}

}