:root {
  --primary: #0B5740;
  --menu_button_size : 30px;
}

@font-face {
  font-family: 'AvenirNextLTProBold';
  src: url('assets/fonts/AvenirNextLTProBold/AvenirNextLTProBold.woff2') format('woff2'),
       url('assets/fonts/AvenirNextLTProBold/AvenirNextLTProBold.woff') format('woff'),
       url('assets/fonts/AvenirNextLTProBold/AvenirNextLTProBold.ttf')  format('truetype');
}
@font-face {
  font-family: 'AvenirNextLTProLight';
  src: url('assets/fonts/AvenirNextLTProLight/AvenirNextLTProLight.woff2') format('woff2'),
       url('assets/fonts/AvenirNextLTProLight/AvenirNextLTProLight.woff') format('woff'),
       url('assets/fonts/AvenirNextLTProLight/AvenirNextLTProLight.ttf')  format('truetype');
}
@font-face {
  font-family: 'AvenirNextLTProMedium';
  src: url('assets/fonts/AvenirNextLTProMedium/AvenirNextLTProMedium.woff2') format('woff2'),
       url('assets/fonts/AvenirNextLTProMedium/AvenirNextLTProMedium.woff') format('woff'),
       url('assets/fonts/AvenirNextLTProMedium/AvenirNextLTProMedium.ttf')  format('truetype');
}
@font-face {
  font-family: 'AvenirNextLTProRegular';
  src: url('assets/fonts/AvenirNextLTProRegular/AvenirNextLTProRegular.woff2') format('woff2'),
       url('assets/fonts/AvenirNextLTProRegular/AvenirNextLTProRegular.woff') format('woff'),
       url('assets/fonts/AvenirNextLTProRegular/AvenirNextLTProRegular.ttf')  format('truetype');
}


/*
font-family: 'AvenirNextLTProBold', sans-serif;
font-family: 'AvenirNextLTProLight', sans-serif;
font-family: 'AvenirNextLTProMedium', sans-serif;
font-family: 'AvenirNextLTProRegular', sans-serif;
*/

.font_regular {
	font-family: 'AvenirNextLTProRegular', sans-serif;
}
.font_light {
	font-family: 'AvenirNextLTProLight', sans-serif;
}
.font_medium {
	font-family: 'AvenirNextLTProMedium', sans-serif;
}
.font_bold {
	font-family: 'AvenirNextLTProBold', sans-serif;
}
body, html { overflow-x: hidden; scroll-behavior: smooth;}
* { box-sizing: border-box; position: relative;}
body {
	padding:0px;
	margin:0px;
	background-color: #FAF9F0;
	font-family: 'AvenirNextLTProRegular', sans-serif;
}

section#loader {
	width: 100vw;
	height: 100vh;
	background: var(--primary);
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999999999;
	opacity: 1;
	transition: all .3s ease-out;
}

section#loader.hidden {
	opacity: 0;
	visibility: hidden;
}

section#welcome {
	/*height: 100vh;*/
}
section#welcome .row {
	display: flex;
}

section#welcome .row:nth-of-type(1) {
	padding-top: 50px;
	padding-bottom: 250px;
}

section#welcome .row:nth-of-type(1) .col {
	display: flex;
	/*align-items: center;*/
}
section#welcome .row .col {
	width: 50%;
}
section#welcome .row .col:nth-of-type(1) {
	padding-left: 50px;
}
section#welcome .row .col:nth-of-type(2) {
	padding-right: 30px;
	justify-content: flex-end;
}

section#welcome .menu_button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

section#welcome .menu_button img {
	width: 43px;
	height: 43px;
}

#full_logo {
	display: none;
}

.logo {
	width: var(--menu_button_size);
	height: var(--menu_button_size);
	display: flex;
	flex-wrap: wrap;
}
.home_mobile_logo {
	fill:var(--primary);
}

section#welcome .row:nth-of-type(2) .col {
	display: block;
	width: 100%;
}

.text_content_box .col {
	color: var(--primary);
}
.text_content_box .col h1 {
	font-weight: 100;
	font-size: 38px;
}
.text_content_box .col h1 strong {
	font-weight: 600;
}
.text_content_box .col p {
	font-size: 20px;
	/*padding-right: 50px;*/
	line-height: 35px;
}

section#welcome .row:nth-of-type(3) .col {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0px;
	height: 300px;
}

.scroll_arrow {
	/*background:linear-gradient(to bottom, #E3C566, #87622A);*/
	border-radius: 100%;
	width: 75px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:2px;
}
.scroll_arrow .inner {
	border-radius: 100%;
	height: 75px;
	width: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scroll_arrow .inner img {
	height: 75px;
	width: 75px;
}

section#lets_renew {
	/*background-image: url("assets/regner_firstsection_background_pattern.svg");*/
	background-image: url("assets/leftfill.png");
	background-repeat: no-repeat;
	background-position: -65px 120px;
	background-size: 87%;
	min-height: 1000px;
	margin-top: 300px;
}

.renew_form {
	display: none;
	min-height: 596px;
	height: 596px;
	background: var(--primary);
	flex-direction: column;
	justify-content: center;
}
.renew_form .form_inner {
	padding:10px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.renew_form form {
	margin-top: 20px;
}
.renew_form form input {
	background:none;
	border:none;
	border-radius: 0px;
	outline:none;
	color: #fff;
	padding:7px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	width: 100%;
	padding-left: 0px;
	font-family: 'AvenirNextLTProLight', sans-serif;
	font-size: 16px;
}

.renew_form .form_heading {
	display: flex;
}
.renew_form .form_heading .text {
	font-size: 15px;
	font-family: 'AvenirNextLTProBold', sans-serif;
	color: #fff;
  margin-top: 10px;
}
.renew_form .form_heading img {
	width: 90px;
	margin-right: 10px;
}

.product_box {
	padding:30px;
}

.product_box .product_image {
	width:100%;
	height:260px;
	background-image:url("assets/regner_hero_03.jpg");
	background-size: cover;
	background-color: var(--primary);
}
.product_box .product_description {
	background:var(--primary);
	padding:30px;
	color: #fff;
}

.product_box .product_description .heading {
	font-size: 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.product_box .product_description form {
	margin-top: 30px;
}
.product_box .product_description form input {
	background:none;
	border:none;
	border-radius: 0px;
	outline:none;
	color: #fff;
	padding:8px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	width: 100%;
	padding-left: 0px;
	font-family: 'AvenirNextLTProLight', sans-serif;
	font-size: 16px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,.8);
  opacity: 1; /* Firefox */
  font-family: 'AvenirNextLTProLight', sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255,255,255,.8);
  font-family: 'AvenirNextLTProLight', sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255,255,255,.8);
  font-family: 'AvenirNextLTProLight', sans-serif;
}

form button {
	width: 100%;
	padding:0px;
	color: #fff;
	border:1px solid #fff;
	background:none;
	border-radius: none;
	padding:10px;
	font-size: 16px;
	margin-top: 30px;
  transition: 0.3s;
}

form button:hover {
  background-color: white;
  color: #0B5740 ;
}

.form_selection {
	display: flex;
	margin: 50px 0px;
}
.form_selection .col {
	width: 100%;
	font-size: 20px;
	font-family: 'AvenirNextLTProBold', sans-serif;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	cursor: pointer;
	color: rgba(255,255,255,.5);
  transition: 0.3s;
  margin-bottom: 10px;
}
.form_selection .col:hover {
	color: #fff;
}
.form_selection .col img {
	width: 130px;
	margin-bottom: 10px;
}

.form_navigation {
	font-size: 12px;
	display: flex;
	color: rgba(255,255,255,.2);
}

.form_navigation:hover {
	cursor: pointer;
	color: #fff;
}

section#lets_renew .text_content_box {
	margin:50px;
	margin-top: 147px;
}

.lets_renew_boxes {
	margin:50px;
	color: var(--primary);
}
.lets_renew_boxes .lets_renew_box {
	display: flex;
	margin-top: 80px;
}
.lets_renew_boxes .lets_renew_box .col {
	width: 50%;
}
.lets_renew_boxes .lets_renew_box .col:nth-of-type(1) {
	width: 110px;
}
.lets_renew_boxes .lets_renew_box .col .heading {
	font-size: 25px;
}
.lets_renew_boxes .lets_renew_box .col p {
	font-size: 14px;
	line-height: 24px;
}

.lets_renew_boxes .lets_renew_box .col:nth-of-type(2) {
	flex-grow: 1;
}





section#projects .text_content_box {
	margin:50px;
}

.projects_container {
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.projects_container .project {
	width: calc(100% / 3);
	height:120px;
	background-size: cover;
	background-position: center center;
	opacity: .5;
	position: relative;
	cursor: pointer;
}

.projects_container .project:hover {
	/*padding:5px 5px 10px 5px;*/
	background-color:var(--primary);
	color: #fff;
	border: 10px solid var(--primary);
	transform: scale(1.1);
	opacity: 1;
	z-index: 999999;
	transition: transform .18s ease-out;
}

.projects_container .project .first_detail {
	display: none;
	background:var(--primary);
	padding:4px;
	color: white;
	font-size: 12px;
	border-top: 5px solid var(--primary);
}

.projects_container .project .first_detail .icon {
	border: 5px solid #fff;
	width: 5px;
	height: 5px;
	border-top:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid transparent;
	transform:rotate(315deg);
	margin-right: -7px;
}
.projects_container .project .first_detail .year {
	text-align: right;
}

.projects_container .project:hover .first_detail {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom:-1px;
	width: 101%;
}

section#quote	{
	font-size: 24px;
	margin:50px;
	color: var(--primary);
	padding:60px 0;
}

section#quote	p {
	text-align: center;
}

section#quote	strong {
	font-weight: 900;
}

strong {
	font-family: 'AvenirNextLTProBold', sans-serif;
}


section#footer {
	background: var(--primary);
	padding:50px;
	color: #fff;
}

.footer_links {
	margin:30px;
}
.footer_links a {
	color: #fff;
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
	text-decoration: none;
}
.footer_links a.active {
	font-weight: 900;
	font-family: 'AvenirNextLTProBold', sans-serif;
}
.contacts_text {
	font-size: 15px;
	margin: 30px;
	line-height: 20px;
	padding-top: 30px;
	color: rgba(255,255,255,.8);
}
.copyright_text {
	font-size: 10px;
	margin: 30px;
	line-height: 20px;
	color: rgba(255,255,255,.8);
}

.social_links {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.social_links a {
	width: 30px;
	margin-left: 10px;
}
.social_links a svg {
	fill:#fff;
	width: 24px;
	height:24px;
}

.footer_logo {}
.footer_logo img {
	width: 30px;
}






section#interactive_background {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
}
section#interactive_background .layer_1 {
	width: 350px;
	height: 350px;
	/*background-image: url(assets/regner_hero.jpg);*/
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0px;
	right: 0px;
}
section#interactive_background .layer_1 video {
	max-width: 100% !important;
	max-height: 100% !important;
}
section#interactive_background .layer_2 {
	width: 352px;
	height: 350px;
	position: absolute;
	top: 0px;
	right:0px;
}
section#interactive_background .layer_2 svg {}

section#drawer {
	width: 100vw;
	height: 100vh;
	position: fixed;
	right: -100vw;
	top: 0px;
	z-index: 999999;
	transition: all 0.3s ease-in-out;
}

section#drawer.active {
	right: 0px;
}

section#drawer .blur_part {
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0px;
	top: 0px;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

section#drawer .menu {
	background-image: url("assets/regner_menu_pattern.svg");
	background-position: 100px 0px;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.6s ease-out;
}

section#drawer.active .menu {
	background-color: var(--primary);
}

.menu_header {
	display: flex;
	padding:50px;
}

.menu_header .col {}
.menu_header .col:nth-of-type(1) {
	width: 376px;
}
.menu_header .col:nth-of-type(2) {
	padding-top: 10px;
	display: flex;
	justify-content: flex-end;
}
.menu_header .col:nth-of-type(2) svg {
	fill: #fff;
}

.menu_links {
	padding:30px 50px;
	padding-top: 60px;
	flex-grow: 1;
}
.menu_links a {
	color: #fff;
	display: block;
	font-size: 40px;
	margin-bottom: 5px;
	text-decoration: none;
	opacity: .5;
	transition: all .2s ease-out;
}
.menu_links a.active {
	font-weight: 900;
	opacity: 1;
	font-family: 'AvenirNextLTProBold', sans-serif;
}

.menu_links a:hover {
	opacity: 1;
}

.menu_social_links {
	width: 100%;
	display: flex;
	/*justify-content: flex-end;*/
	padding-bottom: 80px;
	padding-right: 40px;
	padding-left: 270px;
}
.menu_social_links a {
	width: 30px;
	margin-left: 10px;
}
.menu_social_links a svg {
	fill:#fff;
	width: 24px;
	height:24px;
}






/*
	PROJECT DETAILS MODAL
*/
#projectModalContainer {
	z-index: 9999999;
	background:rgba(0,0,0,0.2);
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0px;
	justify-content: center;
	align-items: center;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	display: none;
}
#projectModalContainer.active {
	display: flex;
}
#projectModalContainer .projectModal {
	width: 1024px;
	background: #fff;
}
#projectModalContainer .projectModal .visual {
	width: 100%;
	height: 34vh;
	background:rgba(0,0,0,.34);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#projectModalContainer .projectModal .visual .prev {
	background: linear-gradient(to right, white, white, transparent);
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 0px;
	cursor: pointer;
  user-select: none;
       -moz-user-select: none;
       -khtml-user-select: none;
       -webkit-user-select: none;
       -o-user-select: none;
}
#projectModalContainer .projectModal .visual .next {
	background: linear-gradient(to left, white, white, transparent);
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 0px;
	cursor: pointer;
  user-select: none;
       -moz-user-select: none;
       -khtml-user-select: none;
       -webkit-user-select: none;
       -o-user-select: none;
}
#projectModalContainer .projectModal .visual .prev img,
#projectModalContainer .projectModal .visual .next img{
	height: 20px;
}
#projectModalContainer .projectModal .content {
	width: 100%;
	color: var(--primary);
	padding:20px;
}
#projectModalContainer .projectModal .close {
	background: #fff;
	color: var(--primary);
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99999999;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
  user-select: none;
       -moz-user-select: none;
       -khtml-user-select: none;
       -webkit-user-select: none;
       -o-user-select: none;
}
#projectModalContainer .projectModal .close svg {
	fill:var(--primary);
	cursor: pointer;
	width: 20px !important;
	height: 20px !important;
}

#projectModalContainer .projectModal .content .row {}
#projectModalContainer .projectModal .content .row:nth-of-type(1) {
	margin-bottom: 40px;
}
#projectModalContainer .projectModal .content .row:nth-of-type(1) .project_name {
	font-size: 18px;
	margin-right: 30px;
	font-family: 'AvenirNextLTProMedium', sans-serif;
}
#projectModalContainer .projectModal .content .row:nth-of-type(1) .project_year {
	font-size: 15px;
	margin-right: 30px;
}
#projectModalContainer .projectModal .content .row:nth-of-type(1) .project_place {
	font-size: 12px;
	font-style: italic;
	margin-right: 30px;
	vertical-align: middle;
	padding-top: 10px;
}
#projectModalContainer .projectModal .content .row:nth-of-type(1) .button_wrapper {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
}
.buttons_container {
	top: -40px;
	right: -30px;
	position: absolute;
	z-index: 9999;
}
.project_visual_buttons {
	border: none;
	outline: none;
	border-radius: 0px;
	padding:7px 10px;
	width: 150px;
	text-align: left;
	font-family: 'AvenirNextLTProMedium', sans-serif;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #fff;
	color: #fff;
	background:transparent;
	display: block;
	margin-bottom: 5px;
}

.project_visual_buttons.active {
	background: var(--primary);
	color: white;
}

#projectModalContainer .projectModal .content .row:nth-of-type(2) {}
#projectModalContainer .projectModal .content .row:nth-of-type(2) table {
	font-size: 12px;
	width: 100%;
}
#projectModalContainer .projectModal .content .row:nth-of-type(2) table tr {}
#projectModalContainer .projectModal .content .row:nth-of-type(2) table tr td {
	font-size: 12px;
	padding-bottom: 10px;
}
#projectModalContainer .projectModal .content .row:nth-of-type(2) table tr td:nth-of-type(1) {
	font-weight: 900;
	font-family: 'AvenirNextLTProMedium', sans-serif;
	font-size: 12px;
	width: 150px;
}
#projectModalContainer .projectModal .close .row:nth-of-type(2) table tr td:nth-of-type(2) {}
#projectModalContainer td.project_ozellikler {
	padding-top: 30px;
	display: flex;
	align-items: center;
}
#projectModalContainer td.project_ozellikler img {
	height: 30px;
	margin-right: 10px;
	display: none;
}


#mobile_header {
	background: var(--primary);
	height: 90px;
	display: flex;
}

#mobile_header .col {
	width: 50%;
	display: flex;
	align-items: center;
}
#mobile_header .col:nth-of-type(1) img {
	height: 58px;
}
#mobile_header .col:nth-of-type(1) {
	padding-left: 30px;
}
#mobile_header .col:nth-of-type(2) {
	display: flex;
	justify-content: flex-end;
	padding-right: 30px;
}

#mobile_header .col:nth-of-type(2) img {
	width: 43px;
	height: 43px;
}
#welcome > div:nth-child(1) { visibility:hidden; }


@media (max-width:767px) and (orientation: landscape) {
	#projectModalContainer .projectModal {
		width:95%;
	}
  #projectModalContainer .projectModal {
  	display: flex;
  }

  #projectModalContainer .projectModal .visual {
  	height: unset !important;
  }
}


#textModalContainer {
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;
	display: none;
}

#textModalContainer.active {
	display: flex;
}

#textModal {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	background: #FCFBF4;
	border: 20px solid var(--primary);
	color: var(--primary);
	padding:20px;
}

#textModal .close {
	/*background: var(--primary);*/
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

#textModal h1 {
	font-size: 40px;
	color: var(--primary);
}
#textModal {
	font-size: 15px;
}











/*



	> 768 px



*/
@media (min-width : 768px){
	#textModalContainer {
		width: 100vw;
		height: 100vh;
		justify-content: center;
		align-items: center;
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 999999;
		display: none;
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
	}

	#textModal {
		width: 90%;
		max-width: 1000px;
		height:unset !important;
		min-height: 650px;
		background: #FCFBF4;
		border: 20px solid var(--primary);
		color: var(--primary);
		padding:20px 40px;
	}

	#textModal h1 {
		font-size: 40px;
		color: var(--primary);
	}
	#textModal p {
		font-size: 24px;
	}
	#projectModalContainer .projectModal .content {
		width: 100%;
		color: var(--primary);
		padding:50px;
	}
	#projectModalContainer .projectModal .content .row:nth-of-type(2) table tr {}
	#projectModalContainer .projectModal .content .row:nth-of-type(2) table tr td {
		font-size: 18px;
		padding-bottom: 10px;
	}
	#projectModalContainer .projectModal .content .row:nth-of-type(2) table tr td:nth-of-type(1) {
		font-weight: 900;
		font-family: 'AvenirNextLTProMedium', sans-serif;
		font-size: 18px;
		width: 150px;
	}
  section#interactive_background {
		max-width: 450px;
		max-height:450px;
	}
	#welcome > div:nth-child(1) { visibility:visible; }
	#mobile_header { display: none; }
	#mobile_logo { display: none; }
	.logo{
		width: unset !important;
		height: unset !important;
	}
	#full_logo {
		display: block;
		width: 180px;
		height: 110px;
	}
	section#interactive_background {
		width: 60vh;
		height:60vh;
	}

	section#interactive_background .layer_1 {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	section#interactive_background .layer_1 video {
		max-width: 100% !important;
		max-height: 100% !important;
	}
	section#interactive_background .layer_2 {
		width: 100%;
		height: 100%;
		right:1px;
	}
	section#welcome .row:nth-of-type(1) {
		padding-bottom: 150px;
	}
	section#welcome .row.text_content_box {
		width: 50vw;
	}

	section#lets_renew {
		display: flex;
		background-size: 43%;
		background-position:-0px 190px;
	}

	section#lets_renew .text_content_box {
		margin-top: 100px;
	}

	.product_box {
		width: 50%;
	}

	.projects_container .project {
		height: 200px;
	}

	.lets_renew_content {
		width: 48%;
	}



	.lets_renew_boxes .lets_renew_box .col p {
		font-size: 20px;
		line-height: 35px;
	}

	.text_content_box .col h1 {
		font-weight: 100;
		font-size: 60px;
	}

	.product_box {
		padding:50px;
	}

	.renew_form .form_heading .text {
		font-size: 18px;
		font-family: 'AvenirNextLTProBold', sans-serif;
		color: #fff;
	}

	.renew_form form input {
		font-size: 16px;
	}

	.lets_renew_boxes .lets_renew_box .col:nth-of-type(1) {
		width: 120px;
	}

	#projectModalContainer .projectModal .content .row:nth-of-type(1) {
		display: flex;
		margin-bottom: 30px;
	}

	.project_visual_buttons {
		border: none;
		outline: none;
		border-radius: 0px;
		padding:12px 25px;
		width: 240px;
		text-align: left;
		font-family: 'AvenirNextLTProMedium', sans-serif;
		font-size: 18px;
		cursor: pointer;
		border: 1px solid #fff;
		color: #fff;
		background:transparent;
		display: block;
		margin-bottom: 20px;
	}

	#projectModalContainer .projectModal .content .row:nth-of-type(1) .project_name {
		font-size: 24px;
		margin-right: 30px;
		font-family: 'AvenirNextLTProMedium', sans-serif;
	}
	#projectModalContainer .projectModal .content .row:nth-of-type(1) .project_year {
		font-size: 24px;
	}

	#projectModalContainer .projectModal .content .row:nth-of-type(2) table {
		font-size: 20px;
		width: 70%;
	}

	#projectModalContainer .projectModal .close {
		background: #fff;
		width: 80px;
		height: 80px;
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 99999999;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#projectModalContainer .projectModal .visual .prev {
		background: linear-gradient(to right, white, white, transparent);
		width: 80px;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: calc(50% - 40px);
		left: 0px;
		cursor: pointer;
	}
	#projectModalContainer .projectModal .visual .next {
		background: linear-gradient(to left, white, white, transparent);
		width: 80px;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: calc(50% - 40px);
		right: 0px;
		cursor: pointer;
	}


	#projectModalContainer .projectModal .visual .prev svg,
	#projectModalContainer .projectModal .visual .next svg{
		fill:var(--primary) !important;
	}

	#projectModalContainer .projectModal .visual {
		width: 100%;
		height: 55vh;
		background-color: #0B5740;
		background-size: cover;
		background-position: center center;
    transition: 0.1s ease-in-out;
	}

	section#welcome .menu_button {
		background:none;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 63px;
		height: 63px;
		cursor: pointer;
	}

	section#welcome .menu_button img {
		width: 63px;
		height: 63px;
	}

	section#welcome .row .col:nth-of-type(2) {
		padding-right: 50px;
		justify-content: flex-end;
	}

	.menu_social_links {
		width: 100%;
		display: flex;
		padding-bottom: 80px;
		padding-right: 40px;
		padding-left: 338px;
	}



}


/*



	> 1024 px



*/

@media (min-width : 1024px){
	#projectModalContainer td.project_ozellikler img {
		height: 35px;
		margin-right: 20px;
		display: none;
	}
	.buttons_container {
		top: 0px;
		right: 0px;
		position: absolute;
		z-index: 9999;
	}
	#sections_wrapper {
		width: 1024px;
		margin:0px auto;
		position: relative;
	}
	#mobile_logo { display: none; }
	.logo{
		width: unset !important;
		height: unset !important;
	}
	#full_logo {
		display: block;
		width: 180px;
		height: 110px;
	}
	section#interactive_background {
		max-width: 650px;
		max-height:650px;
	}

	section#interactive_background .layer_1 {
		width: 100%;
		height: 100%;
	}
	section#interactive_background .layer_2 {
		width: 100%;
		height: 100%;
		right:1px;
	}
	section#welcome .row:nth-of-type(1) {
		padding-bottom: 150px;
	}
	section#welcome .row.text_content_box {
		width: 30vw;
	}

	section#lets_renew {
		display: flex;
		background-size: 43%;
		background-position:-0px 190px;
	}

	section#lets_renew .text_content_box {
		margin-top: 100px;
	}

	.product_box {
		width: 50%;
	}

	.projects_container .project {
		height: 200px;
	}

	.lets_renew_content {
		width: 48%;
	}

	section#drawer {
		width: 100%;
		right: -150vw;
		transition: all 0.1s ease-in-out;
	}

	section#drawer .menu {
		position: absolute;
		width: 50%;
		right: 0px;
	}
}



@media(min-width: 1920px){
	section#welcome .row:nth-of-type(2) .col {
		width: 70% !important;
	}
}


.tooltip {
	position: relative;
}

.tooltip:before {
  content: attr(data-text);
  position:absolute;
  top:-100%;
  /*transform:translateX(50%);*/
  font-size: 14px;
  padding:2px 4px;
  border-radius:6px;
  background:#000;
  color: #fff;
  text-align:center;
  z-index: 9999999999999;
  opacity:0;
  transition:.3s opacity;
  display:none;
}

.tooltip:hover:before {
  display:block;
  opacity:1;
}
