/* GENERAL */

body {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	color: #8994c6;
	line-height: 32px;
}

a:hover {
	color: #8b46e2;
	text-decoration: none;
}

.btn:focus {
	box-shadow: none;
}

:focus {
	outline: none !important;
}

.section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section-title {
	margin-bottom: 40px;
	font-weight: 500;
	text-align: center;
	width: 100%;
}

a {
	font-weight: 400;
}

.tac {
	text-align: center;
}

.bold {
	font-weight: 500;
}

/* bootstrap overwriting*/

@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}

h1,
h2 {
	color: #3e396b;
}

h3 {
	color: #3e396b;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
}

h4 {
	color: #3e396b;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

h4.subtitle {
	font-weight: 300;
	width: 100%;
	text-align: center;
}

.our-vision h3 {
	text-align: center;
	margin-bottom: 50px;
}

h4.our-vision-subtitle {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

.our-vision .plan {
	margin-top: 40px;
}
p {
	font-size: 16px;
	line-height: 1.6;
}

h3 strong,
.light-bold {
	font-weight: 500 !important;
}

/* HEADER */

/* navigation */

#navbar {
	position: absolute;
	width: 100%;
	will-change: transform, opacity;
	background: #fff;
	z-index: 999999;
}

.navbar {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0;
}

.navbar-brand {
	/*line-height: 32px;*/
	padding: 0;
	margin: 0;
	position: relative;
	top: -1px;
}
.logo {
	margin-right: 100px;
}
.another {
	display: block;
	position: absolute;
	margin-top: 12px;
	margin-left: 38px;
}
.fixed .another {
	display: none;
}
#navigation-text {
	padding-left: 30px;
}

#navigation-text a {
	color: #1b265d;
	font-size: 16px;
	/*line-height: 30px;*/
}

#navbar .nav-link {
	padding-top: 0;
	padding-bottom: 0;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.fixed {
	-webkit-animation: fadeInDown 0.3s ease;
	animation: fadeInDown 0.3s ease;
	padding-top: 16px;
	padding-bottom: 14px;
	position: fixed !important;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 0 10px 40px 0 rgba(63, 57, 107, 0.08), 0 2px 9px 0 rgba(63, 57, 107, 0.07);
}

.fixed nav {
	margin: 0 auto;
	max-width: 1180px;
}

.fixed nav .navbar-collapse {
	background: #fff;
}

/* header background */

.gradient-lines {
	position: relative;
}

.gradient-lines:after {
	content: '';
	display: block;
	position: absolute;
	top: 40px;
	left: 0;
	background: url('../img/header.jpg') no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.social .nav-link {
	font-size: 26px;
	padding: 0 !important;
}
.social .nav-item:first-of-type .nav-link {
	margin-right: 8px;
}

.navbar .fa-facebook {
	color: #3b5998 !important;
}

.navbar .fa-youtube {
	color: #cc181e !important;
}

/*main*/
main {
	padding-top: 80px;
}

/* text-box */

.text-box {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
	border-radius: 6px;
	box-shadow: 0 0 30px 6px rgba(31, 51, 73, 0.1);
	margin-top: 150px;
	margin-left: 0;
	width: 400px;
}

.text-box h1 {
	font-size: 40px;
	margin-bottom: 16px;
}

.text-box h2 {
	font-size: 24px;
	line-height: 34px;
}

/*cta button*/

.cta {
	display: inline-block;
	position: relative;
	left: 0;
	padding: 15px 20px;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 4px 0 rgba(45, 222, 152, 0.2);
	border: 2px solid #ddd;
	background-color: #2dde98;
}

.cta,
.cta.btn:not(:disabled):not(.disabled).active,
.cta.btn:not(:disabled):not(.disabled):active {
	background-image: linear-gradient(284deg, #1cc7d0, #2dde98);
}

.store-button:hover,
.cta:hover {
	color: #fff;
	transition: transform 0.1s;
	transform: scale(1.03, 1.03);
}

.cta span {
	position: absolute;
	/*top: 4px;*/
	font-size: 30px;
	line-height: 1;
	margin-left: 10px;
}

.cta-no-margins {
	left: auto !important;
	padding-right: 20px;
	margin-left: 0 !important;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cta-buttons {
	margin-top: 30px;
	display: block;
	width: 400px;
	display: flex;
	gap: 10px;
}
.cta-buttons.full-width {
	margin-top: 0;
	width: 100%;
}
.cta-inner {
	display: flex;
	gap: 10px;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}

.store-button,
.store-button img {
	max-width: 220px;
	width: 220px;
	display: block;
}

/* ipad */

.ipad {
	position: relative;
	margin-top: 40px;
	width: 530px;
	height: 744px;
}

.ipadimg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	pointer-events: none;
	box-shadow: 0 0 40px 6px rgba(62, 57, 107, 0.17);
	border-radius: 32px;
}

.app-iframe {
	position: absolute;
	z-index: 2;
	width: calc(100% - 14px);
	height: calc(100% - 118px);
	margin-top: 58px;
	margin-left: 7px;
}

.iphones .col {
	text-align: center;
}

.iphone {
	box-shadow: 0 0 40px 6px rgba(62, 57, 107, 0.1);
	border-radius: 32px;
	width: 250px;
	margin: auto;
}
.iphone img {
	width: 250px;
}

/* MAIN */

#contribui,
#contact,
.our-vision {
	text-align: justify;
}

/* vision section */

.vision {
	text-align: center;
	font-size: 24px;
	color: #8994c6;
	font-weight: 300;
	line-height: 36px;
}

.note {
	margin-top: 30px;
	font-size: 15px !important;
	line-height: 1.6;
	margin-bottom: 0 !important;
}

/* presentation section */

.shifted {
	position: relative;
}

.shifted .container {
	position: relative;
	z-index: 10;
}

.shifted:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f8faff;
	-ms-transform: skewY(-5deg);
	transform: skewY(-5deg);
	z-index: 0;
	top: 0px;
	z-index: -50;
}

.presentation .top-title {
	margin-bottom: 30px;
}

.presentation .text {
	display: flex;
	align-items: center;
	padding-right: 50px;
}

.presentation p {
	text-align: justify;
	color: #8994c6;
	font-size: 16px;
	line-height: 32px;
}

.presentation p:last-of-type {
	margin-bottom: 0;
}

.presentation iframe {
	width: 100%;
	height: 100%;
}

.oameni h4 {
	margin-bottom: 12px;
}

.oameni .tab-content .row:not(:last-child) {
	margin-bottom: 50px;
}

.oameni .group {
	display: flex;
}

.oameni .icon {
	opacity: 0.7;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	border: 2px solid #8994c6;
	font-size: 24px;
	color: #8994c6;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.activitate .text {
	text-align: right;
}

.tabs-section h3 {
	margin-bottom: 20px;
}

.tabs {
	width: 100%;
}

.tabs-section .nav-tabs {
	margin-top: 40px;
	margin-bottom: 70px;
	border-bottom: 2px solid #8994c6;
}

.tabs-section .nav-item {
	border: none !important;
	color: #8994c6 !important;
}

.tabs-section .nav-item.active {
	border-bottom: 5px solid #0e9bf9 !important;
}

.nav-pills .nav-link {
	color: #8994c6 !important;
	font-weight: 300;
}

.nav-pills .nav-link.active {
	background-color: transparent;
	/*box-shadow: 0 0 10px 0px rgba(31,51,73,.1);*/
	font-weight: 500;
	border-left: 8px solid #8994c6;
	border-radius: 0;
	transition: border 0.2s;
}

.tab-pane iframe {
	border-radius: 6px;
	display: block;
	width: 100%;
	height: 370px;
	margin: auto;
	box-shadow: 0 0 32px 0 rgba(62, 57, 107, 0.2);
}

/* Our Vision section*/
.our-vision .our-vision-col:last-of-type {
	padding-left: 50px;
}

/* Youtube container*/

.youtube {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}

.youtube .player-holder {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 32px 0 rgba(62, 57, 107, 0.2);
}

.youtube .player-holder iframe {
	width: 100%;
	height: 100%;
	/*position: relative;*/
	/*top: -1px;
	left: -1px;*/
}

/*Parinti - in progress*/

.parinti-in-progress {
	color: #8994c6 !important;
	font-weight: 300;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 32px;
}

/*Contribuie - modal*/

.modal-dialog {
	max-width: 1280px;
}

.modal-header {
	border: none;
	padding-bottom: 0;
}

.contact-img {
	position: relative;
	top: -1px;
}

/*Footer*/

.last-section {
	margin-bottom: 0;
	padding-bottom: 140px !important;
}

.footer-pre {
	position: relative;
	top: -35px;
	margin-bottom: 0;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.footer-pre:before {
	background: #3f3a6b;
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.footer {
	position: relative;
	top: -60px;
	padding-top: 40px !important;
	padding-bottom: 50px !important;
	margin-bottom: 40px;
}

.footer:before {
	background: #2e2b50;
	-ms-transform: skewY(-2deg);
	transform: skewY(-2deg);
}

.footer-overlay {
	position: relative;
	background: #2e2b50;
}

.footer-abs {
	width: 100%;
	height: 150px;
	position: absolute;
	top: -150px;
	background: #2e2b50;
}

.footer-abs .container {
	height: 100%;
}

.footer-abs .row {
	padding-bottom: 55px;
	height: 100%;
}

.footer-social {
	list-style: none;
	font-size: 26px;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
	min-width: 80px;
	line-height: 28px;
}

.footer-social li {
	display: inline-block;
}

.footer-social li:first-of-type {
	margin-right: 4px;
}

.footer-social .fa-facebook {
	color: #8994c6 !important;
}

.footer-social .fa-youtube {
	color: #8994c6 !important;
}

.faded-img {
	opacity: 0.3;
}

.fish {
	width: 17px;
	position: absolute;
	right: 12px;
	bottom: -14px;
}

.new-wrapper {
	position: relative;
}

.new {
	position: absolute;
	top: 0;
	left: 30px;
	top: -8px;
}

.help-area {
	margin-top: 70px;
}

.footer-text {
	font-family: Verdana;
	font-size: 11px;
	white-space: nowrap;
	text-align: right;
}
.footer-text a {
	color: inherit;
}

.cookie-banner {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 15px;
	background-color: rgb(237, 239, 245);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	color: black;
}
.cookie-container {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.agree {
	white-space: nowrap;
	padding: 0.4em 1em;
	margin-left: 10px;
	font-weight: 500;
	background-color: rgb(75, 129, 232);
	border: none;
	color: white;
	border-radius: 7px;
	cursor: pointer;
}

.web-app-text {
	margin-top: 30px;
	margin-bottom: 10px;
}

/**
 * MAX - desktop first 
 */

@media (max-width: 1199px) {
	.text-box {
		margin-top: 140px;
	}
	.ipad {
		display: block;
		margin-top: 40px;
		width: 440px;
		height: 618px;
	}
	.app-iframe {
		display: block;
		width: calc(100% - 12px);
		height: calc(100% - 99px);
		margin-top: 49px;
		margin-left: 6px;
	}
	.iphone {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.section {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.vision {
		font-size: 22px;
	}
	.fixed nav {
		max-width: 960px;
	}
	.disable1 {
		display: none;
	}
}

@media (max-width: 991px) {
	.logo {
		margin-right: 0px;
	}
	.another {
		margin-left: 25px;
	}
	.navbar {
		margin-bottom: 0px;
	}
	.navbar-brand {
		top: -2px;
	}
	#navigation-text {
		padding-left: 10px;
		margin-top: 10px;
	}
	#navigation-text .nav-item {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	main {
		padding-top: 60px;
	}
	.gradient-lines:after {
		top: -30px;
	}
	.section {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.presentation p:last-of-type {
		margin-bottom: 16px;
	}
	.text-box {
		margin-top: 80px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.cta-buttons {
		width: 100%;
	}
	.ipad,
	.app-iframe {
		display: none;
	}
	.presentation .text {
		padding-right: 15px;
	}
	.presentation .video,
	.presentation .text {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.oameni .row {
		margin-bottom: 0 !important;
	}
	.oameni .col-lg {
		margin-bottom: 16px;
	}
	.fixed nav {
		max-width: 720px;
	}
	.last-section {
		padding-bottom: 120px;
	}
	.our-vision .our-vision-col:last-of-type .our-vision-subtitle {
		margin-top: 30px;
	}
	.our-vision .our-vision-col:last-of-type {
		padding-left: 15px;
	}
	.disable2 {
		display: none;
	}
	.nou {
		top: 0px;
	}
}

@media (max-width: 767px) {
	.another {
		margin-top: 6px;
	}
	.section {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.text-box {
		margin-top: 80px;
	}
	.cta-inner {
		flex-direction: column;
	}
	.vision {
		font-size: 20px;
	}
	.tab-content .col-md-5 {
		margin-bottom: 20px;
	}
	.tabs-section .nav-tabs {
		margin-bottom: 24px;
	}
	.fixed nav {
		max-width: 540px;
	}
	.last-section {
		padding-bottom: 100px;
	}

	.cookie-container {
		flex-wrap: wrap;
	}
	.agree {
		margin-top: 14px;
		margin-left: 0;
	}
	.footer-social {
		text-align: right;
	}
	.footer-text {
		text-align: center;
	}
}

@media (max-width: 374px) {
	.another {
		display: none;
	}
	.navbar-toggler {
		padding: 1px 6px;
	}
	.navbar-brand {
		margin-right: 0;
	}
	.text-box {
		margin-top: 20px;
		background: rgba(255, 255, 255, 0.9);
	}
	.text-box h1 {
		font-size: 32px;
	}
	.cta-no-margins {
		font-size: 16px;
	}
}
