html,
body {
	height: 100%;
	width: 100%;
	font-family: "Montserrat", sans-serif;
	color: white;
	overflow-x: hidden;
}

/*above-bottom*/
.above,
footer {
	background: rgba(0, 0, 0, 0.3);
	height: 50px;
	color: white;
}

.company {
	display: block;
	padding-top: 10px;
	padding-left: 50px;
	font-size: 23px;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}

/*MENU*/

a {
	text-decoration: none;
	color: white;

	transition: color 0.3s ease;
}

a:hover {
	text-shadow: 2px 2px 5px white;
}

#menuToggle {
	display: block;
	position: absolute;
	top: 15px;
	right: 50px;

	z-index: 1;

	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;

	cursor: pointer;

	opacity: 0;

	z-index: 2;

	-webkit-touch-callout: none;
}

/*hamburger icon */
#menuToggle span {
	display: block;
	width: 30px;
	height: 3px;
	margin-bottom: 5px;
	position: relative;

	background: #cdcdcd;
	border-radius: 3px;

	z-index: 1;

	transform-origin: 4px 0px;

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: white;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
}

#menu {
	position: absolute;
	width: 300px;
	margin: -100px 50px 0 0;
	padding: 50px;
	padding-top: 125px;
	right: -100px;
	text-align: right;
	text-transform: uppercase;
	font-weight: 300;

	list-style-type: none;
	-webkit-font-smoothing: antialiased;

	transform-origin: 0% 0%;
	transform: translate(100%, 0);

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
	line-height: 2.5;
	font-size: 18px;
}

#menuToggle input:checked ~ ul {
	transform: scale(1, 1);
	opacity: 1;
}

/*SLIDER*/

.cont-slider {
	position: relative;
	height: 100vh;
	max-height: 100vh;
	width: auto;
	min-width: 100vw;
	margin: -50px 0;
	overflow: hidden;
	z-index: -1;
	text-align: center;
	color: white;
}

.centered {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 1.5;
}



#logo {
	padding: 10px;
	width: 600px;
	margin-top: -20px;
}

#wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

button {
	position: absolute;
	top: 80%;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
	color: white;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 300;
	font-family: "Montserrat", sans-serif;
	border-color: white;
}

button:hover {
	text-shadow: 2px 2px 5px white;
	font-size: 21px;
}

.arrow {
	color: white;
}

.slider {
	animation: sliding 35s ease-out 7s infinite;
	position: absolute;
	left: 0;
	top: 0;
	width: 500%;
	height: 100%;
}

.slide {
	display: inline-block;
	position: relative;
	width: 20%;
	height: 100%;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.one {
	background-image: url(../img/1.png);
}

.two {
	background-image: url(../img/2.png);
}

.three {
	background-image: url(../img/3.png);
}

.four {
	background-image: url(../img/4.png);
}

@keyframes sliding {
	0% {
		left: 0%;
	}

	15% {
		left: 0%;
	}

	20% {
		left: -100%;
	}

	35% {
		left: -100%;
	}

	40% {
		left: -200%;
	}

	55% {
		left: -200%;
	}

	60% {
		left: -300%;
	}

	75% {
		left: -300%;
	}

	80% {
		left: -400%;
	}

	95% {
		left: -400%;
	}

	100% {
		left: -400%;
	}
}

/*footer*/

footer {
	bottom: 0;
	position: fixed;
	width: 100%;
	text-align: center;
	left: 0;
}

.center-box {
	width: 50%;
	height: 150px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

#fb,
#insta,
#mail,
#linkedin {
	height: 50px;
	padding: 10px;
}

.footerline {
	border-style: inset;
	border-width: 0.5px;
	height: 100px;
	margin-top: -25px;
	transform: rotate(90deg);
}

/*career page*/
* {
	box-sizing: border-box;
}

.box {
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 8rem;
}

/*.card {
    position: relative;
    width: 450px;
    height: 1150px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    text-align: center;
    display: flex;
    margin-top: 2rem;
    opacity: 0.8;
    background: white;
    margin-bottom: 40%;
}*/

.card {
	position: relative;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	opacity: 0.8;
	background: white;
	padding: 1.5rem;
	height: 100%;
}

.card:before,
.card:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: #fff;
	opacity: 0.5;
	transition: 0.5s;
	z-index: -1;
}

.card:hover:before {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.card:hover:after {
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

/*.card .details {
    position: absolute;
    top: 30px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}*/

.card .details h2,
.card__element__title {
	margin: 0;
	padding-left: 0;
	font-weight: 600;
	font-size: 20px;
	color: #777;
	text-transform: uppercase;
}

.card .details h2 {
	text-align: center;
}

.job,
.job__title,
.job_text {
	color: #777 !important;
	text-align: left;
	line-height: 1.5em;
}

.job {
	padding: 1.5rem 0;
}

.job__title {
	font-weight: 600;
}

.job__text {
	margin-bottom: 1rem;
}

.job__text ul {
	margin-left: 0.7rem;
}

.job__text ul li {
	position: relative;
}

.job__text ul li::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #777;
	border-radius: 50%;
	left: -0.7rem;
	top: 0.6rem;
}

.card .details h2 span {
	font-weight: 500;
	font-size: 16px;
	color: #777;
	display: block;
	margin-top: 5px;
	text-align: center;
}

/*about-page*/
.bg {
	background: url(https://evissen.com/img/blue.png);
}

#h2 {
	color: white;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.lineabout {
	border-style: inset;
	border-width: 0.5px;
	width: 200px;
	margin-bottom: 50px;
}

.center {
	width: 75%;
	color: white;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 1.7;
	text-align: justify;
	height: auto;
	display: flex;
	margin: 0 auto;
	
}


span.corevalue {
    font-size: large;
}

/*services page*/

.service-line {
	margin-top: 25px;
	display: flex;
	margin-bottom: 25px;
}

.one-third {
	width: 33.3%;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.archi,
.architect {
	width: 95%;
	border-radius: 15px;
	padding-top: 5px;
}

.services {
	line-height: 2.5;
}

.two-third {
	width: 66.6%;
	margin-left: 20px;
	margin-right: 20px;
}

/*projects/portfolio page*/

.row {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
  
  /* Create two equal columns that sits next to each other */
  .column {
    flex: 40%;
    padding: 15px;
  }
  
  .cim{
  text-align: center;
  }
/*contact page*/

.letusknow {
    font-size: 18px;
    margin-bottom: 300px;
	text-align: center;
}


.line-contact {
	border-style: inset;
	border-width: 0.5px;
	width: 200px;
	margin-bottom: 40px;
	margin-top: -25px;
}

.address1 {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	margin-right: 50px;
}

.address2 {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
	float: right;
	margin-left: 50px;
}
.linkedin{
	text-align:center;
	padding-top: 300px;
}

/*ADMIN AREA*/

.bg-login {
	background: url(../img/factory2.jpg) top center no-repeat;
	background-size: cover;
}

.above-admin {
	display: grid;
	grid-template-columns: 30% 40% 30%;
	align-items: center;
}

.above-admin .company {
	padding-top: 0;
}

.page__title {
	font-size: 1.5rem;
}

.above-admin button {
	position: relative;
}

#button__sign-out {
	text-align: right;
	padding-right: 50px;
}

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

b {
	font-weight: 600;
}

h1 {
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: 600;
	color: #777;
	margin-bottom: 2rem;
}

.login__container {
	display: flex;
	height: 100vh;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#login {
	display: flex;
	flex-direction: column;
}

#login p {
	margin-bottom: 0.5rem;
}

input[type="password"] {
	width: 100%;
	height: 2rem;
	border: none;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	background: white;
	padding: 1.2rem 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 1px;
}

input[type="submit"]:hover {
	transform: scale(1.05);
	text-shadow: 2px 2px 5px white;
}

input[type="submit"] {
	background: transparent;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
	color: white;
	border-color: white;
	padding: 0.5rem 2rem;
	font-size: 1.5rem;
}

.message {
	margin: 1rem auto;
	max-width: 1100px;
	padding: 0.5rem 2rem;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	color: #000;
}

.error {
	background-color: orange;
}

.information {
	background-color: #fff;
	opacity: 0.5;
}

.button__action {
	margin-top: 2rem;
}

.button__action a {
	display: flex;
	align-items: center;
	width: fit-content;
}

.action {
	position: relative;
	top: initial;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
}

.button__icon {
	width: 100%;
	height: 100%;
}

.button_add::before,
.button_add::after {
	position: absolute;
	content: "";
	width: 26px;
	height: 2px;
	background-color: #fff;
	top: 22px;
	left: 11px;
}

.button__action a:hover > .action > .button_add::before {
	box-shadow: 2px 2px 5px white;
}

.button__action a:hover > .action > .button_add::after {
	box-shadow: -2px 2px 5px white;
}

.button_add::after {
	transform: rotate(270deg);
}

.button__text {
	font-size: 23px;
	margin-left: 1rem;
}

.card__button {
	position: absolute;
	bottom: 1rem;
	bottom: calc(-50px - 1rem);
	left: 0;
}

/*.card__button button,
.action {
    margin-right: 1rem;
}*/

.card__button button:hover,
.action:hover,
#project__button>button:hover .action {
	box-shadow: 0px 0px 5px white;
}

.button__edit {
	background: url(../img/edit.png) center center no-repeat;
}

.button__delete {
	background: url(../img/delete.png) center center no-repeat;
}

.button__save {
	background: url(../img/save.png) center center no-repeat;
}

.button__cancel {
	background: url(../img/cancel.png) center center no-repeat;
}

#editpost > .box {
	display: block;
	margin-bottom: 2rem;
}

#editpost > .box > form > .card,
#project > form > .box > .card {
	width: 100%;
	height: auto;
	margin: 2rem auto;
	margin-bottom: 1rem;
	padding: 1rem;
	background-color: #ddd;
	opacity: 1;
	color: #777;
	text-align: left;
	flex-direction: column;
}

#project > form > .box > .card {
	margin: 0 auto;
}

#editpost .card__button {
	position: relative;
	left: inherit;
	bottom: inherit;
}

.card__element {
	margin-bottom: 1rem;
	display: block;
}

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

.card__element__title {
	padding-top: 0.5rem;
	padding-left: 8px;
}

.card__element__text {
	background-color: #fff;
	padding: 0.5rem 1rem;
	color: #777;
	border: none;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
}

.card__element__text:hover {
	box-shadow: 0 0 4px #777;
}

.card__element__text:focus-visible {
	outline: 2px solid #777;
}

.card__element > textarea {
	resize: none;
	height: fit-content;
	max-height: 8rem;
}

/*ADD PROJECT PAGE*/

#project .box {
	margin-top: 2rem;
}

#project .box:last-of-type {
	margin-bottom: 2rem;
    margin-top: 4rem;
}

.box__buttons {
	margin-top: 0.5rem !important;
}

.card__text {
	color: #777;
	margin-bottom: 0.5rem;
}

.project__img {
	position: relative;
	box-shadow: 4px 4px 5px rgb(0 0 0 / 10%);
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 4px;
	max-width: 100px;
    max-height: 100px;
}

#project__img__list {
	display: none;
}

#project__button {
	position: relative;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
}

/*input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}*/

#project__button button {
    position: relative;
    top: 0;
    text-transform: none;
    font-size: 23px;
    border: none;
    display: flex;
    align-items: center;
    letter-spacing: normal;
}

#project__button button:hover {
    text-shadow: 0px 0px 5px white;
}

.custom-file-input {
	color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
	visibility: hidden;
}
.custom-file-input::before {
	content: "Select project picture";
	color: black;
	display: inline-block;
	background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
	border: 1px solid #999;
	border-radius: 3px;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	text-shadow: 1px 1px #fff;
	font-weight: 700;
	font-size: 10pt;
}
.custom-file-input:hover::before {
	border-color: black;
}
.custom-file-input:active {
	outline: 0;
}
.custom-file-input:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

#addnewproject {
	display: none;
}

/*RESPONSIVE VIEW*/

@media only screen and (max-width: 1100px) {
	.box {
		margin: 0 1rem;
		align-items: center;
		justify-content: center;
	}

	#projects .box {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.company {
		padding-top: 15px;
		padding-left: 30px;
		font-size: 17px;
		font-family: "Montserrat", sans-serif;
		font-weight: 300;
	}

	.job {
		color: #777 !important;
	}

	#menuToggle {
		right: 15px;
		z-index: 999;
	}

	#menu {
		margin-right: 50px;
		background-color: rgba(0, 0, 0, 0.3);
		width: auto;
		text-align: right;
	}

	.centered {
		top: 20%;
		left: 50%;
		font-size: 14px;
		line-height: 1.3;
	}

	#logo {
		padding-top: 200px;
		width: 300px;
		padding-bottom: 50px;
	}

	button {
		font-size: 17px;
		letter-spacing: 1px;
	}

	button:hover {
		font-size: 19px;
	}

	.label,
	.item {
		margin-right: 5px;
	}

	.footerline {
		display: none;
	}

	.spacer {
		margin: 8px 85px 35px;
	}

	/*about*/


	/*services page*/

	.service-line {
		display: block;
		margin-bottom: 25px;
	}

	.archi,
	.architect {
		width: 100%;
		border-radius: 15px;
		padding-top: 5px;
	}

	.one-third,
	.two-third,
	.services {
		width: 100%;
	}

	.p-servies{
		margin-top: 0;
	}

	/*portfolio page*/

	
	.row {
		width: 100%;
	}
	.column {
		padding: 5px;
	}

	/*job*/

	/*contact*/

	.bg-contact {
		height: 200%;
	}

	.centered {
		display: block;
	}

	.address1 {
		font-size: 14px;
		line-height: 1.5;
		margin: 700px 0 80px 25px;
		text-align: center;
	}
	
	.address2 {
		font-size: 14px;
		line-height: 1.5;
		margin: 0 25px 0 25px;
		text-align: center;
	}

	.linkedin{
		padding-top: 1100px;
	}

	footer {
		bottom: 0;
	}
}
