/* ================
     GLOBAL STYLES
    =============== */

body {
	min-width: 320px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: "Montserrat", sans-serif;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

a {
	text-decoration: none;
}

.container,
.container_full {
	width: 80%;
	max-width: 1000px;
	padding: 0;
	padding-top: 90px;
	padding-bottom: 0;
	margin: 0 auto;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

/* ================
       TYPOGRAPHY
    =============== */

h2 {
	color: white;
	font-size: 40;
	font-weight: bold;
}

p {
	line-height: 1.6;
}

#header-title-div h2 {
	font-weight: bolder;
}

#header-description-text {
	line-height: 1.8;
}

.title {
	color: #ffd58b;
	font-size: 40;
}

#header-description-text {
	width: 70%;
	min-width: 300px;
	color: white;
	font-size: 16;
	margin-top: 0;
}

#find-out-more img {
	margin-right: 20px;
}

#find-out-more a {
	text-decoration: none;
	font-size: 10;
	font-weight: bold;
	color: #ffd58b;
}

#wallberg-assurance .title {
	font-weight: bold;
	color: #053553;
	width: 30%;
	max-width: 300px;
	padding: 0;
	margin: 0;
}

#wallberg-assurance #assurance {
	line-height: 2;
	font-size: 16;
	color: #2e688d;
	padding: 0px 10%;
	margin: 0;
	width: 50%;
}

.about_text_div p {
	color: #2e688d;
}

#projects_title h2.title {
	color: #2e688d;
	padding-right: 100px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#projects_text p {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 16;
	color: #2e688d;
}

.about-item-text h2 {
	color: #be9c61;
}

.about-item-text p {
	color: #2e688d;
	font-size: 16;
}

.project_description h2,
.project_description p {
	color: #2e688d;
}

.project_description h2 {
	font-size: 30px;
}

.project_description p {
	font-size: 14px;
}

.project_info .flex-row div p span {
	font-size: 18;
	font-weight: bold;
	color: #be9c61;
}

.project_info .flex-row div p {
	font-size: 12;
	color: #7c909c;
}

#footer p {
	color: white;
	font-size: 16;
}

/* ================
       SECTIONS 
    =============== */

#footer {
	background-color: #2e688d;
}

#wallberg-partners {
	background-color: #f7f9fa;
}

#header {
	display: flex;
	flex-direction: row;
}

#about,
#proiecte,
#projects_list {
	background-color: white;
}

#despre {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

#footer {
	padding-bottom: 80px;
	padding-top: 60px;
}

/* ================
      COMPONENTS 
    =============== */

#logo {
        height: 35px;
	margin-bottom: 50px;
}

#header-left {
	width: 50%;
	background-color: #2e688d;
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: space-between;
	padding-bottom: 70px;
}

#header-left:after {
	position: absolute;
	top: 0;
	right: 0;
	height: 85%;
	width: 2px;
	background-color: #ffd58b;
	content: "";
}

#header-title-div {
	margin-top: 50px;
	margin-bottom: 70px;
}

#header-text {
	padding-top: 50px;
	width: 80%;
	max-width: 500px;
	margin-right: 0;
	align-self: flex-end;
}

#header-description-div {
	margin-top: 30px;
	padding: 0;
}

#find-out-more {
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 0;
	align-self: flex-end;
	width: 25%;
	max-width: 200px;
	min-width: 150px;
	padding-right: 30px;
	height: 30%;
	background-color: #2e688d;
}

#find-out-more-div {
	align-self: center;
	margin: 50% 20px;
}

#find-out-more-div a {
	min-width: 100px;
	align-self: center;
	display: flex;
	flex-direction: row;
	margin: 50% 20px;
}

#find-out-more-div a:hover .scroller {
	animation: scroll 2.2s infinite;
}

.scroll-downs {
	margin: 0 auto;
}

.mousey {
	width: 3px;
	padding: 2px 4px;
	height: 17px;
	border: 1.5px solid #ffd58b;
	border-radius: 25px;
	/* opacity: 0.75; */
	box-sizing: content-box;
}

.scroller {
	margin: 1px auto;
	width: 1.5px;
	height: 5px;
	border-radius: 25%;
	background-color: #ffd58b;
}

@keyframes scroll {
	0% {
		opacity: 0;
	}

	10% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(7px);
		opacity: 0;
	}
}

#header-right {
	display: flex;
	width: 50%;
	background-image: url("images/shutterstock_EDIT.png");
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#partners {
	padding-top: 30px;
	border-bottom: 1px solid #e3e4e4;
	margin-top: 0;
	justify-content: space-between;
}

#partner-logo-1 img,
#partner-logo-2 img,
#partner-logo-3 img,
#partner-logo-4 img {
	min-height: 125px;
}

#wallberg-assurance {
	padding: 100px 10px;
	align-items: flex-end;
}

#despre .about-item {
	margin: 0;
	padding: 0;
	height: 600px;
	width: 50%;
}

.about-item-text {
	margin: 0 auto;
	padding: 10px 50px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.about_image {
	height: 900px;
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#img-1 {
	order: 1;
	background-image: url("images/about_1.jpg");
}

#item-1 {
	order: 2;
}

#item-2 {
	order: 3;
}

#despre #item-2 {
	background-color: #eef3f6;
}

#despre #item-2:before {
	content: "";
	height: 599px;
	width: 50%;
	position: absolute;
	left: 0;
	background-color: #eef3f6;
}

#img-2 {
	height: 750px;
	order: 4;
	background-image: url("images/about_2.jpg");
}

#item-3 {
	order: 6;
}

#img-3 {
	order: 5;
	background-image: url("images/about_3.jpg");
}

#projects_list {
	padding-bottom: 100px;
}

#projects_title {
	position: relative;
	width: 30%;
}

#projects_title::after {
	content: "";
	height: 90%;
	width: 2px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffd58b;
}

#projects_text {
	margin-left: 20%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 40%;
}

.pr_list_image {
	min-height: 500px;
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("images/pr_list_1.jpg");
}

.project_item {
	background-color: #e5eaed;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-bottom: 50px;
	margin-top: 50px;
	overflow: hidden;
}

.project_image_div {
	width: 50%;
	height: 600px;
}

.project_image_div img {
	object-fit: cover;
}

.project_description {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 80px;
	width: 42%;
}

.project_text {
	margin-left: 65px;
	margin-bottom: 30px;
	width: 85%;
}

.project_info {
	margin-left: 0;
	padding: 20px;
	padding-right: 0;
	padding-left: 30px;
	background-color: white;
}

.project_info .flex-row div {
	width: 400px;
}

.project_info .flex-row:first-child {
	border-bottom: 1px solid #ebeff2;
}

.mirrored_item {
	justify-content: flex-end;
}

.mirrored_item .project_description .project_text {
	margin-left: 0;
	margin-right: 65px;
	margin-bottom: 30px;
	width: 85%;
}

#logo_onessa_footer {
	height: 35px;
}

#logo_webeff_footer {
	height: 21px;
}

#footer .container {
	padding-top: 30px;
	padding-bottom: 0;
}

#footer hr {
	margin-top: 100px;
	margin-bottom: 0;
	padding-bottom: 0;
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	border: none;
}

#footer a {
	text-decoration: none;
	font-size: 16;
	color: rgba(255, 255, 255, 0.2);
}

#footer a:hover {
	color: rgba(255, 255, 255, 0.8);
}

#footer #webeff {
	padding-top: 0;
	margin: 0 auto;
}

#footer #webeff div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

#footer #webeff p {
	font-size: 16;
	color: rgba(255, 255, 255, 0.2);
}

#footer #border-left {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 0;
	padding: 20px 50px;
	width: 70%;
}

#credits {
	width: 30%;
	padding: 20px;
	padding-left: 0;
}

/* ================
      RESPONSIVE 
    =============== */
@media screen and (max-width: 745px) {
	.container,
	.container_full {
		width: 90%;
		margin: 0 auto;
	}

	.title {
		font-size: 34;
	}

	#header-title-div h2 {
		font-size: 34;
	}

	#header-title-div,
	#header-description-div {
		width: 100%;
	}

	#footer #webeff p,
	#footer #webeff p a {
		font-size: 10;
	}

	#credits {
		width: 50%;
		padding: 20px 3px;
	}

	#footer #border-left {
		padding: 20px 50px;
		width: 50%;
	}
}

@media screen and (max-width: 650px) {
	.container {
		width: 90%;
		margin: 0 auto;
	}

	.container_full {
		width: 100%;
	}

	#header {
		flex-direction: column;
		margin: 0 auto;
		padding: 0;
	}

	#header-left,
	#header-right {
		width: 100%;
	}

	#header-left:after {
		width: 0px;
	}

	#header-right {
		min-height: 200px;
		position: relative;
		z-index: 111;
	}

	#header-text {
		padding-top: 70px;
		width: 90%;
		margin: 0 auto;
		max-width: 650px;
		align-self: flex-end;
	}

	#header-description-text {
		width: 90%;
	}

	#find-out-more:before {
		position: absolute;
		z-index: 51;
		content: "";
		margin-bottom: 0;
		top: 0;
		right: 150px;
		width: 600px;
		height: 2px;
		background-color: #ffd58b;
	}

	#find-out-more {
		position: absolute;
		display: flex;
		flex-direction: row;
		align-self: flex-start;
		right: -1px;
		padding: 0 20px;
		width: 40%;
		height: 60px;
		background-color: #2e688d;
		border: none;
	}

	#partners {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
		padding-top: 0;
	}

	#partner-logo-1,
	#partner-logo-2,
	#partner-logo-3,
	#partner-logo-4 {
		display: flex;
		justify-content: center;
		width: calc(50% - 2px);
	}

	#partner-logo-1,
	#partner-logo-2 {
		border-right: 1px solid rgba(124, 144, 156, 0.1);
	}

	#partner-logo-2,
	#partner-logo-3 {
		border-top: 1px solid rgba(124, 144, 156, 0.1);
	}

	#partner-logo-1 {
		order: 1;
	}

	#partner-logo-2 {
		order: 3;
	}

	#partner-logo-3 {
		order: 4;
	}

	#partner-logo-4 {
		order: 2;
	}

	#wallberg-assurance {
		margin-top: 10px;
		padding: 0;
		padding-top: 50px;
		display: flex;
		flex-direction: column;
	}

	#wallberg-assurance .title {
		width: 100%;
		max-width: 100%;
	}

	#wallberg-assurance #assurance {
		margin: 15px auto;
		padding: 0;
		width: 100%;
	}

	#despre {
		padding: 0;
		flex-direction: column;
	}

	#despre .about-item {
		padding: 0;
		width: 100%;
	}

	.about-item-text {
		padding: 0;
		position: relative;
		top: 0;
		transform: translateY(0);
	}

	#despre #item-1,
	#despre #item-2,
	#despre #item-3 {
		margin: 0;
		height: auto;
		width: 100%;
		padding-bottom: 0;
	}

	#despre #item-2:before {
		height: 0;
		width: 0;
	}

	#despre .about_image {
		max-height: 250px;
	}

	#item-1 {
		order: 1;
	}

	#img-1 {
		order: 2;
	}

	#item-2 {
		order: 3;
	}

	#img-2 {
		order: 4;
	}

	#item-3 {
		order: 5;
	}

	#img-3 {
		order: 6;
	}

	#proiecte {
		flex-direction: column;
		padding-top: 50px;
	}

	#projects_title {
		border: 0;
		border-bottom: 1px solid #ffd58b;
	}

	#projects_title::after {
		width: 0;
		height: 0;
	}

	#projects_text {
		margin-left: 0;
		position: relative;
		width: 100%;
	}

	#projects_text p {
		position: relative;
	}

	#projects_list .container.flex-column {
		padding-top: 0;
	}

	.project_item {
		padding: 0;
		width: 100%;
		flex-direction: column;
	}

	.project_image_div {
		margin: 0 auto;
		max-height: 200px;
		width: 90%;
	}

	.project_description {
		margin: 10px auto;
		width: 90%;
	}

	.project_text {
		margin-left: 0;
		margin-bottom: 0;
		width: 100%;
	}

	#pr_text_2,
	#pr_text_4 {
		order: 2;
	}

	/* #pr_img_1 img,
  #pr_img_2 img,
  #pr_img_3 img,
  #pr_img_4 img {
    z-index: 10;
    margin-top: -10px;
  } */

	#pr_img_2,
	#pr_img_4 {
		order: 1;
	}

	.project_info {
		padding: 5%;
	}
}

@media screen and (max-width: 350px) {
	#find-out-more {
		max-width: 111px;
	}

	.project_info {
		display: flex;
		flex-direction: row;
	}

	.project_info .flex-row {
		flex-direction: column;
		width: 40%;
	}

	.project_info .flex-row:first-child {
		border-bottom: none;
	}

	#footer #webeff div {
		width: 100%;
		flex-direction: column;
	}

	#credits {
		padding: 0;
		text-align: center;
	}

	#footer #border-left {
		border-left: none;
		padding: 0;
		/* border: 1px solid green; */
	}

	#footer #border-left p {
		margin: 0;
		text-align: center;
		/* border: 1px solid red; */
	}
}

/* ========================== */
