#loader-wrapper,
body {
	background: linear-gradient(to bottom, #09212c, rgb(16 75 86))
}

#loader-wrapper,
#particles-js,
.neon-bg {
	position: fixed;
	height: 100%;
	top: 0
}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Exo 2", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	touch-action: manipulation
}

@media (min-width:992px) {

	body,
	html {
		overflow: hidden
	}
}

.canvas-img,
.mobile-version {
	display: none
}

.about-us-wrapper {
	background: linear-gradient(to bottom, rgba(9, 33, 44, .7), rgba(16, 75, 86, .5));
	border-radius: 12px;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, .44)
}

.neon-bg {
	left: 0;
	width: 100%;
	z-index: -1;
	pointer-events: none
}

.marquee,
.root {
	position: relative
}

.icons-content {
	display: flex;
	gap: 6px
}

.icons-content a {
	display: block;
	width: fit-content
}

.logo-content img {
	width: 200px
}

.root {
	z-index: 1
}

header {
	padding-top: 37px
}

.right-content {
	display: flex;
	justify-content: end;
	align-items: center
}

.right-content-wrapper {
	display: flex;
	justify-content: end;
	align-items: center;
	flex-wrap: wrap
}

.phone-number {
	display: block;
	width: fit-content;
	font-size: 16px;
	border-radius: 12px;
	border: 1px solid #adcdd4;
	padding: 8.5px 18px;
	background-color: transparent
}

.right-content {
	display: flex;
	align-items: center;
	gap: 16px
}

.banner-btn,
.online-chat {
	display: block;
	background-color: #fff;
	box-shadow: 0 4px 20px rgba(99, 225, 225, .25);
	border-radius: 15px;
	width: fit-content;
	text-decoration: none
}

.online-chat {
	color: #045b6c;
	padding: 13px 50px 14px;
	font-size: 20px;
	font-weight: 600
}

.banner-section {
	padding-top: 25px;
	padding-bottom: 20px;
	overflow: hidden
}

.main-heading {
	color: #eee;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 0
}

.middle-heading {
	font-size: 34px;
	color: #eee;
	line-height: 40px
}

.banner-txt-content {
	margin-top: 6px;
	font-size: 20px
}

.banner-btn {
	color: #045b6c;
	padding: 13px 50px 14px;
	font-size: 20px;
	border: 1px solid #fff;
	transition: .3s;
	font-weight: 700;
	cursor: pointer
}

.banner-btn:hover {
	background-color: transparent;
	color: #fff;
	transition: .3s
}

.banner-btn-wrapper {
	display: flex;
	gap: 20px;
	flex-wrap: wrap
}

.send-button {
	width: 100%;
	margin-top: 20px;
	justify-content: center;
	display: block
}

#particles-js {
	width: 100%;
	z-index: -1;
	left: 0
}

.banner-txt-content {
	color: #fff
}

.about-title {
	color: #fff;
	font-size: 24px;
	margin-top: 10px
}

.about-us-txt {
	color: #fff;
	font-size: 15px;
	font-weight: 100;
	margin-bottom: 0
}

.banner-btn.portfolio {
	background: 0 0;
	color: #fff;
	border: 1px solid #fff
}

.marquee-content {
	background-color: rgba(217, 217, 217, .02);
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px
}

.marquee-txt {
	margin-right: 150px;
	font-size: 24px
}

.banner-img-content {
	display: flex;
	justify-content: end
}

.footer-item a {
	text-decoration: none;
	font-size: 15px;
	align-items: center;
	display: flex;
	width: fit-content;
	color: #d9d9D985
}

.footer-button img,
.footer-item a img {
	margin-right: 5px
}

.footer-item a:hover {
	text-decoration: underline
}

.footer-item {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px
}

.main-icons {
	font-size: 30px;
	color: #fff
}

.banner-img {
	width: 100%;
	height: 277px;
	object-fit: contain
}

.marquee-txt {
	color: rgba(255, 255, 255, .42)
}

.banner-column {
	align-items: center;
	order: 1
}

.language-button {
	text-decoration: none;
	color: #adcdd4;
	cursor: pointer;
	background-color: transparent;
	border: none;
	padding: 0
}

.additional,
.number-content {
	color: #adcdd4
}

.icons-content {
	border-radius: 12px;
	border: 1px solid #adcdd4;
	padding: 8.5px 18px
}

.marquee {
	overflow: hidden;
	-webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 10%, hsl(0 0% 0% / 1) 90%, hsl(0 0% 0% / 0));
	mask-image: linear-gradient(var(--mask-direction, to right), hsl(0 0% 0% / 0), hsl(0 0% 0% / 1) 10%, hsl(0 0% 0% / 1) 90%, hsl(0 0% 0% / 0));
	background-color: rgba(217, 217, 217, .02);
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px
}

.marquee__ctn {
	display: flex;
	width: 100%
}

@supports (-webkit-touch-callout:none) {
	.marquee__ctn {
		transform: translate3d(0, 0, 0) scale(1);
		perspective: 1px
	}
}

.desktop-version,
.marquee__track {
	display: flex
}

.marquee__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 500px
}

.marquee__item img {
	height: 60px;
	width: 100%;
	object-fit: contain;
	backface-visibility: hidden;
	filter: brightness(100%)
}

.footer-button {
	border: 1px solid #65878d;
	border-radius: 10px;
	background-color: rgba(3, 44, 52, .9);
	color: #fff;
	padding: 4px 12px;
	display: flex;
	width: fit-content;
	align-items: center
}

.footer-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.phone-number {
	display: flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	color: #adcdd4
}

.modal-dialog {
	max-width: 550px
}

.modal-bodys {
	width: 400px;
	margin: auto;
	padding: 16px
}

.modal-header {
	border: none;
	width: 400px;
	margin: auto
}

.modal-content {
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 15px;
	border: none
}

.btn-close {
	position: absolute;
	right: 20px;
	top: 21px;
	background: url(../img/close.svg) center no-repeat
}

.container,
.input-container {
	position: relative
}

.flag-content {
	position: absolute;
	top: 10px
}

.modal-input-number {
	padding-left: 66px !important
}

.modal-header {
	display: block;
	padding-bottom: 0
}

.modal-header-txt {
	color: #adcdd4;
	margin-bottom: 0
}

@media (max-width:767px) {

	.about-us-columns,
	.phone-number {
		text-align: center
	}

	.canvas-img {
		display: block;
		width: 100%
	}

	.about-us-txt {
		font-size: 17px
	}

	.phone-number img {
		width: 31px
	}

	.banner-btn,
	.banner-txt-content,
	.main-heading,
	.middle-heading {
		margin-top: 17px
	}

	.logo-content img {
		width: 60%
	}

	.modal-header-txt {
		color: #adcdd4
	}

	.modal-bodys,
	.modal-header {
		width: 100%
	}

	.desktop-version {
		display: none
	}

	.mobile-version {
		display: block
	}

	.icons-content {
		padding: 6px 9px;
		gap: 5px;
		display: flex
	}

	.mobile-col {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 9px
	}

	.right-content-wrapper {
		justify-content: left
	}

	.right-content {
		flex-direction: column;
		width: 100%
	}

	.banner-btn,
	.online-chat {
		width: 100%;
		text-align: center
	}

	.phone-number {
		font-size: 28px;
		margin-top: 20px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center
	}

	.banner-img {
		margin-top: 30px
	}

	.about-us-txt {
		margin: auto
	}

	spline-viewer {
		display: none !important
	}
}

@media (min-width:1184px) and (max-width:1397px) {
	.about-us-txt {
		width: 100% !important
	}
}

@media (min-width:1024px) and (max-width:1397px) {
	spline-viewer {
		width: 551px !important;
		min-width: 551px !important;
		display: block !important;
		border-radius: 1rem;
		position: absolute;
		height: 615px;
		max-height: 900px;
		top: -50% !important
	}
}

@media (min-width:768px) and (max-width:1023px) {

	.about-us-columns,
	.online-chat {
		text-align: center
	}

	.about-us-txt {
		width: 100% !important
	}

	.canvas-img {
		display: block !important;
		width: 100%
	}

	spline-viewer {
		display: none !important
	}

	.icons-content {
		display: flex;
		gap: 1rem
	}

	.right-content-wrapper {
		justify-content: left
	}

	.online-chat,
	.right-content {
		width: 100%
	}

	.banner-img-content {
		justify-content: center;
		margin-top: 40px
	}
}

@media (min-width:1024px) and (max-width:1181px) {
	.about-us-txt {
		width: 100% !important
	}
}

@media (min-width:1920px) {

	#viewer-container,
	spline-viewer {
		width: 800px !important;
		min-width: 800px !important;
		max-width: none !important;
		border-radius: 1rem
	}

	.main-heading {
		font-size: 80px
	}

	.cta-button,
	.nav-links a {
		font-size: 23px
	}

	.banner-img {
		height: 100%
	}

	.middle-heading {
		margin-top: 39px;
		font-size: 52px;
		line-height: 53px
	}

	.banner-txt-content {
		margin-top: 20px;
		font-size: 25px
	}

	#viewer-container {
		position: relative;
		overflow: visible !important
	}

	spline-viewer {
		display: block !important;
		position: absolute;
		height: 932px !important;
		max-height: 1000px !important;
		top: -50% !important
	}

	.container {
		max-width: 1730px !important
	}
}

.about-us-txt {
	width: 300px
}

@media (min-width:2560px) {

	#viewer-container,
	spline-viewer {
		max-width: none !important;
		border-radius: 1rem
	}

	.container {
		max-width: 2304px !important
	}

	.marquee__item {
		width: 560px !important
	}

	#viewer-container {
		position: relative;
		width: 800px !important;
		min-width: 800px !important;
		overflow: visible !important
	}

	spline-viewer {
		width: 1042px !important;
		min-width: 1021px !important;
		display: block !important;
		position: absolute;
		height: 1163px !important;
		max-height: 1300px !important;
		top: -50% !important
	}

	.main-heading {
		font-size: 125px
	}

	.cta-button,
	.nav-links a {
		font-size: 23px
	}

	.banner-img {
		height: 100%
	}

	.middle-heading {
		margin-top: 35px;
		font-size: 70px;
		line-height: 58px
	}

	.banner-txt-content {
		margin-top: 20px;
		font-size: 25px
	}

	.about-title {
		font-size: 47px
	}

	.about-us {
		margin-top: 80px;
		margin-bottom: 80px
	}

	.banner-section {
		padding-top: 100px;
		padding-bottom: 100px
	}

	.about-us-txt {
		width: 474px;
		font-size: 24px
	}

	.marquee-txt {
		font-size: 39px
	}

	.footer-item a {
		font-size: 21px
	}

	.banner-btn {
		font-size: 25px
	}

	.about-us-svg-content {
		width: 50px
	}
}

@media (min-width:3440px) {
	.about-us-txt {
		width: 474px
	}
}

.modal-title {
	color: #adcdd4;
	font-size: 2rem
}

.modal-input {
	display: block;
	width: 100%;
	height: 45px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #adcdd4;
	color: #adcdd4;
	padding-left: 20px;
	outline: 0
}

#viewer-container,
spline-viewer {
	width: 800px;
	min-width: 800px;
	border-radius: 1rem
}

.modal-input::placeholder {
	color: #adcdd4
}

.modal-content {
	background: linear-gradient(to bottom, rgba(9, 33, 44, .9), rgb(16 75 86))
}

.modal-input-number {
	margin-top: 25px
}

.formstate {
	text-align: center;
	margin: auto
}

#formStatus {
	color: #03d876;
	font-size: 15px
}

#loader-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	transition: opacity .6s, visibility .6s
}

.loader {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	animation: 1s linear infinite spin
}

.fade-out {
	opacity: 0;
	visibility: hidden
}

.desktop-version,
.mobile-version {
	position: relative;
	z-index: 999
}

.banner-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	overflow: hidden
}

.col-lg-6:last-child {
	order: 2
}

.banner-inner-content {
	display: flex;
	flex-direction: column;

}

.banner-btn-wrapper {
	padding-top: 1rem
}

#viewer-container {
	position: relative;
	max-width: none !important;
	overflow: visible !important
}

spline-viewer {
	display: block;
	position: absolute;
	height: 615px;
	max-height: 900px;
	top: -50%
}

#viewer-container.loading {
	display: flex;
	align-items: center;
	justify-content: center
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

