/* First Color: 27AAE1 */
/* Second Color:6558A6 >> 8A64D6
   Third Color: 2E2F30 */

section {
	min-height: 100vh;
}

/* header */
.header {
	padding: 15px 0;
}

/* navigation bar */
.navbar-mobile ul {
	background-color: #2E2F30 !important;
}

.header.header-scrolled .navbar-mobile a {
	color: #FFFFFF !important;
}

.header.header-scrolled .navbar-mobile a:hover {
	color: #FFFFFF !important;
}

.navbar a {
	color: #FFFFFF;
	font-family: 'Visby Regular' !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 20px !important;
	line-height: 23px !important;
}

.navbar a:hover {
	color: #27AAE1 !important;
}

.navbar .active {
	color: #27AAE1 !important;
	/* font-weight: bold !important; */
	font-family: 'Visby Bold' !important;
}

.navbar a:focus {
	color: #FFFFFF;
}

.header.header-scrolled .navbar a {
	color: #2e2f30;
}

.header.header-scrolled .navbar a:hover {
	color: #27AAE1;
}

.header.header-scrolled .navbar .active {
	color: #27AAE1 !important;
}

.navbar a, .navbar a:focus{
	padding: 10px 15px 10px 15px!important;
}

/* ------------------------------------- navigation bar ------------------------------------- */

/* -------------------------------------     header     ------------------------------------- */

/* home */
#home {
	height: 100vh !important;
	width: 100% !important;
	background-image: url(img/home/home.png);
	/* background-size: contain; */
	background-size: cover;
    background-repeat: no-repeat;
	padding-left: 8.8% !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-first-row {
	position: relative;
	width: fit-content;
	display: flex;
	flex-direction: row;
}

.home-second-row {
	width: fit-content;
}

.home-heading {
	font-family: 'Visby Bold';
	font-size: 56px;
	font-weight: 700;
	text-align: left;
	color: #FFFFFF;
	;
}

.highlight {
	border: 14px solid #27AAE1;
	border-radius: 20px;
	display: block;
	margin-top: -34px;
}

.left-arrow {
	width: 98px;
	position: absolute;
	top: -48px;
	left: -60px;
	opacity: .4
}

.right-arrow {
	width: 98px;
	position: absolute;
	top: 20px;
	right: -60px;
	opacity: .4;
}

#typing-static {
	font-family: 'Visby Bold';
	font-weight: 700;
	font-size: 32px;
	color: #FFFFFF;
}

#typing-dynamic {
	font-family: 'Visby Bold';
	font-weight: 700;
	font-size: 32px;
	color: #27AAE1;
}

/* Cursor */
.typed-cursor {
	font-size: 32px;
	color: #27AAE1;
}

.down-arrow {
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	width: 90;
	animation: jumpInfinite 1.5s infinite;
}

@keyframes jumpInfinite {
	0% {
		margin-bottom: 0;
	}

	50% {
		margin-bottom: 20px;
	}

	100% {
		margin-bottom: 0;
	}
}

.center-absolute {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

.center-absolute-fit-element-hor {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	z-index: 3;
}

.center-absolute-fit-element {
	position: absolute;
	left: 50%;
	top: 56%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 3;
}

/* center item */
.center {
	display: block;
	margin: 0 auto;
}

/* -------------------------------------------- home ----------------------------------------------- */

/* pages style */
.page-title {
	font-family: 'Visby Bold';
	font-weight: 700 !important;
	font-size: 40px !important;
	color: #8A64D6 !important;
	margin: 15px 0 30px 0 !important;
}

.page-title2 {
	font-family: 'Visby Bold';
	font-style: normal;
	font-weight: 500 !important;
	font-size: 40px !important;
	color: #8A64D6 !important;
	margin: 15px 0 !important;
}

.page-sub-title {
	font-family: 'Visby Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 25px;
	line-height: 29px;
	text-align: center;
	margin-bottom: 60px;
	color: #2E2F30;
}

/* -------------------------------------------- pages styles ----------------------------------------------- */

/* services */
.services-left-arrow {
	width: 98px;
	position: absolute;
	top: -50px;
	left: -20px;
}

.services-right-arrow {
	width: 98px;
	position: absolute;
	bottom: -35px;
	right: -50px;
}

.service-list {
	list-style: none;
	padding: 0 !important;
	margin: 0 2rem;
}

.service-list li {
	font-family: 'Visby Bold';
	font-weight: 700;
	font-size: 20px;
	color: #2E2F30;
	padding: 12px;
	background: #F5F7FA;
	border-radius: 16px;
	margin-bottom: 20px;
	width: 100%;
	cursor: pointer;
}

.service-list li.active,
.service-list li:hover {
	background: #27aae1;
	color: #FFFFFF;
}

.service-img {
	width: 30px;
	margin-right: 16px;
}

.code {
	position: absolute;
	margin-left: 20px;
}

.service-card {
	overflow: hidden;
}

.service-content {
	/* min-height: 360px; */
	min-height: 436px;
	background-color: #f5f7fa;
	border-radius: 16px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}

.service-content h4 {
	font-family: 'Visby Bold';
	font-weight: 700;
	font-size: 32px;
	color: #2E2F30;
}

.service-content p {
	font-family: 'Visby Regular';
	font-weight: 400;
	font-size: 18px;
}

.service-content h6 {
	font-family: 'Visby Bold';
	font-weight: 700;
	font-size: 24px;
	color: #2E2F30;
}

.service-content img {
	margin-right: 14px;
	height: 40px;
}
/* -------------------------------------------- services ----------------------------------------------- */

.divider {
	width: 100%;
	margin-top: -108px;
}

/* why */
/* #why {
	display: flex;
	flex-direction: column;
	justify-content: center;
} */

.why-line {
	background: #8A64D6 !important;
	margin-bottom: 30px;
	margin-top: 6px !important;
}

.quote {
	font-family: 'Visby Regular';
	font-weight: 400;
	font-size: 24px;
}

.signature {
	margin-top: 34px;
}

.positions {
	display: block;
	font-family: 'Visby Regular';
	font-weight: 400;
	font-size: 17px;
	color: #2E2F30;
	opacity: .2;
}

.why-cards {
	padding: 60px 0;
}

.why-card {
	height: 156px;
	border-radius: 25px;
	background: #F5F7FA;
	border: none !important;
	margin-bottom: 20px !important;
}

.why-card-content {
	padding: 0 20px;
}

.why-card-icon {
	width: 48px;
	margin-top: -30px;
	margin-left: 0px;
}

.why-card-title {
	font-family: 'Visby Bold';
	font-weight: 700;
	font-size: 24px;
	margin: 8px 0 !important;
	color: #8A64D6;
}

.why-card-body {
	font-family: 'Visby Bold';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #6D6E70;
	margin: 0 !important;
}

.why-bg {
	background-color: #6558A6;
	height: 200px;
	margin-top: -150px;
}

/* -------------------------------------------- why us ----------------------------------------------- */

/* projects */
#black-container {
	background: #2E2F30;
	/* min-height: 100vh; */
}

.project-bg {
	position: absolute;
	width: 100%;
	height: fit-content;
}

#projects .section-header {
	display: inline-block;
	padding-top: 52px;
	padding-left: 42px !important;
}

#projects-title {
	font-family: 'Visby Bold';
	color: #FFFFFF !important;
	font-weight: 700 !important;
	font-size: 40px !important;
	text-align: left !important;
	margin: 0;
}

.center-line {
	display: inline-block;
	width: 54px;
	height: 8px;
	background: #27AAE1;
	border-radius: 20px;
	margin-top: 6px;
}

.project-container {
	padding: 60px 0;
}

.project-card {
	height: auto !important;
	border-radius: 8px !important;
	background: rgba(0, 0, 0, 0.5);
	border: 0 !important;
	padding: 16px 24px;
	margin-bottom: 1.5rem;
	cursor: pointer;
}

.project-card.active {
	height: auto !important;
	padding: 16px 24px;
	margin-bottom: 1.5rem;
}

.project-card-heading {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.project-card-heading-left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.project-card.active .project-card-heading-right {
	transform: rotate(90deg);
}

.project-card-icon {
	width: 48px !important;
	height: 48px !important;
}

.project-card-content {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}

.project-card-title {
	font-family: 'Visby Bold';
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
	margin: 0 !important;
	padding-left: 18px;
}

.project-card-body {
	font-family: 'Visby Regular';
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 12px;
}

.project-pic {
	width: 50%;
	transform: translate(100%);
	transition-duration: 1s;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}

.project-pic.active {
	width: 50%;
	transform: translate(0%);
}

.project-mobile-pic {
	display: none;
	margin: 0 auto;
}

.project-mobile-pic.active {
	display: block;
}
/* ---------------------------------------- projects ------------------------------------- */

.left-decoration {
	position: absolute;
	margin-top: -100px;
}

.right-decoration {
	position: absolute;
	right: 0;
	margin-top: 60vh;
}

/* team */
#team {
	padding: 60px 0 !important;
}

#team-title {
	font-family: 'Visby Bold';
	color: #FFFFFF !important;
	font-weight: 700 !important;
	font-size: 40px !important;
	text-align: center !important;
	margin: 0 0 60px 0;
	padding-top: 30px;
}

.team-card {
	width: fit-content !important;
	display: block;
	translate: 0;
}

.team-card-pic-container {
	height: auto !important;
	width: fit-content !important;
	border-radius: 8px !important;
	background: #1f2021;
	border: 0 !important;
}

.team-card-pic {
	width: 165px;
	margin-top: -3.8rem;
}

.team-card-content {
	width: 100%;
}

.team-card-title {
	font-family: 'Visby Bold';
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	margin: 4px 0 !important;
}

.team-card-sub-title {
	font-family: 'Visby Regular';
	font-weight: 300;
	font-size: 13px;
	color: #FFFFFF;
}

.swiper-slide {
	background: transparent !important;
}

.swiper .swiper-card {
	background: transparent !important;
}

.swiper .swiper-slide-next {
	transform: scale(1) !important;
}
/* ---------------------------------------- team ------------------------------------- */

.divider2 {
	width: 100%;
	margin-top: -114px;
}

/* partner */
.partners-left-arrow {
	position: absolute;
	left: 0;
	margin-top: 28vh;
}

.partners-right-arrow {
	position: absolute;
	right: 0;
	margin-top: 28vh;
}

#partners {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.partner-card {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
/* -------------------------------------------- partner ----------------------------------------------- */

.divider3 {
	z-index: -1;
	width: 100%;
	margin-top: -112px;
	position: absolute;
}

/* contact us stylish */
.contact {
	padding: 0 0 !important;
}

.contact-card {
	padding: 30px !important;
	background: #27AAE1;
	width: 100%;
	height: 94vh;
}

.contact-header {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	padding-bottom: 30px;
}

.contact-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-title {
	font-family: 'Visby Bold' !important;
	font-weight: 700 !important;
	font-size: 40px !important;
	color: #FFFFFF !important;
	margin: 0 !important;
	display: inline-block;
}

.contact-info {
	background: rgb(15 125 179 / 30%);
	border-radius: 15px;
	width: 74%;
	height: 126px;
	float: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.first-contact-info-container {
	display: flex;
	flex-direction: row;
}

.contact-info-1 {
	display: flex;
	flex-direction: column;
	font-family: 'Visby Regular';
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

.second-contact-info-container {
	display: flex;
	flex-direction: row;
}

.contact-info-2 {
	display: flex;
	flex-direction: column;
	font-family: 'Visby Regular';
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

.contact-info-3 {
	display: flex;
	flex-direction: column;
	font-family: 'Visby Regular';
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
}

.map-container {
	background-color: #FFFFFF;
	width: 64%;
	height: 67%;
	border-radius: 16px;
	display: inline-block;
}

.contact-form-heading {
	position: absolute;
	right: 2%;
	display: inline-flex;
}

.contact-text {
	font-family: 'Visby Regular';
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
}

.contact-form {
	background-color: #2e2f30;
	width: 42%;
	border-radius: 16px;
	display: inline-block;
	margin-left: -114px;
	margin-top: 65px;
	position: absolute;
	padding: 25px;
}

.contact-form-title {
	font-family: 'Visby Bold';
	font-weight: 700;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 1;
}

.input-row {
	margin-bottom: 16px;
}

.input-label {
	color: #FFFFFF;
	font-family: 'Visby Regular';
	font-weight: 400;
	font-size: 14px;
}

.contact-form input {
	font-family: 'Visby Regular';
	font-weight: 400;
	font-size: 14px;
}

.contact-form textarea {
	font-family: 'Visby Regular';
	font-weight: 400;
	font-size: 14px;
	resize: none;
}

.form-button {
	background: transparent;
	color: #FFFFFF;
	padding: 10px 16px;
	border-radius: 6px;
	border: 1px solid #FFFFFF;
}
/* -------------------------------------------- contact us ----------------------------------------------- */

/* footer stylish */
.line {
	width: 54px;
	height: 8px;
	background: #27AAE1;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	margin-left: -27px;
	margin-top: 36px;
}

.footer {
	padding: 40px 0 0 0 !important;
	background-color: #FFFFFF !important;
}

.footer-top {
	background-image: none !important;
	background-color: #2E2F30 !important;
	border: 0 !important;
	color: white;
	padding: 60px 0 !important;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
}

.footer .footer-top .footer-info img {
	width: 185px !important;
	height: 65px !important;
	margin-bottom: 22px;
}

.footer .footer-top h4 {
	color: white;
	text-transform: none !important;
	font-family: 'Visby Bold' !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.footer .footer-top .footer-links ul a {
	color: white;
	font-family: 'Visby Regular' !important;
	font-weight: 300 !important;
	font-size: 16px !important;
}

.footer .footer-top .footer-links ul a:hover {
	color: white;
}

.footer .footer-top .social-links a {
	color: white;
}

.footer .footer-top .footer-links ul i {
	color: white;
}

.solunyx-desc {
	font-weight: 300 !important;
	font-size: 16px !important;
	font-family: 'Visby Regular' !important;
}

.left-line {
	display: block;
	width: 54px;
	height: 8px;
	background: #27AAE1;
	border-radius: 20px;
	margin: 4px 0 22px 0;
}

.social-link {
	background: rgb(0 0 0 / 50%);
	border-radius: 12px;
	margin-right: 16px;
	cursor: pointer;
}

.social-link:hover {
	background: rgb(0 0 0);
}

.copyright {
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #27AAE1;
	color: white;
	font-family: 'Visby Regular';
}

/* -------------------------------------------- footer ----------------------------------------------- */

/* mobile & tablet stylish */
@media (min-width: 1440px) {
	.project-card-img-center {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0%);
	}

	.partner-links {
		bottom: 20px;
		position: absolute;
		right: 74px !important;
	}
}

@media (min-width: 1024px) {
	.why-card {
		height: 180px;
	}

	.project-mobile-pic {
		display: none !important;
	}

	.partner-mobile-slider {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.mobile {
		display: none;
	}

	.desktop-slider {
		display: block !important;
	}

	.mobile-slider {
		display: none !important;
	}

	.team-master {
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
	}
}

/* @media (max-width: 768px) for mobile and tablet{ */
@media (max-width: 1024px) {
	.services-left-arrow {
		display: none;
	}

	.services-right-arrow {
		display: none;
	}

	.service-list {
		margin: 0;
	}

	.project-container {
		padding: 0 0;
	}

	.code {
		display: none;
	}

	.divider3 {
		margin-top: -80px;
	}

	.contact-form{
		width: 45%;
	}
}

@media (max-width: 768px) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.service-list{
		display: flex;
    	flex-direction: row;
    	justify-content: space-between;
	}

	.service-list li{
		border-radius:50%;
		width: fit-content;
		display: inline-block;
	}

	.service-img{
		margin-right: 0;
	}

	.why-line {
		margin-top: 12px !important;
	}

	.why-card {
		margin-top: 20px;
	}

	.project-mobile-pic {
		width: 75%;
	}

	.partner-desktop-slider {
		display: none !important;
	}

	.partner-mobile-slider {
		display: block !important;
	}

	.contact-card {
		height: auto;
	}

	.contact-header {
		flex-direction: column;
	}

	.contact-info {
		width: 100%;
		margin-top: 10px;
	}

	.map-container {
		width: 100%;
		height: 400px;
	}

	.contact-form {
		position: relative;
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
}

@media (max-width: 426px) {
	#home {
		padding-left: 0px !important;
	}

	.service-content img {
		margin-right: 12px;
		margin-bottom:12px;
		height: 40px;
	}

	.project-mobile-pic {
		width: 100%;
	}

	.signature {
		width: 100%;
	}

	.partners-container {
		margin-top: 0 !important;
	}

	.team-master {
		display: none;
	}

	.desktop-slider {
		display: none !important;
	}

	.mobile-slider {
		display: block !important;
	}

	.contact-info {
		flex-direction: column;
		height: auto;
		padding: 14px;
	}

	.first-contact-info-container,
	.second-contact-info-container {
		border-bottom: 1px dashed;
		padding: 8px 0;
	}

	.contact-info-3 {
		padding: 8px 0;
	}
}