@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0
}
:focus {
  outline: 0
}
* {
  list-style: none;
  text-decoration: none;
}
body {
	line-height: 1;
	transition: all 0.8s;
	overflow-x: hidden;
	font-family: "AvenirRegular";
	background: url("../images/hann-zemin-k.png") top center no-repeat;
	background-size: cover;
}
/*ol, ul {
		list-style: none
	}*/
table {
  border-collapse: separate;
  border-spacing: 0
}
caption, th, td {
  font-weight: 400;
  text-align: left
}
blockquote:before, blockquote:after, q:before, q:after {
  content: ""
}
blockquote, q {
  quotes: """"
}
header, nav, article, section, footer, figure, aside {
  display: block;
}
input, select, textarea {
  -webkit-border-radius: 0;
  border-radius: 0
}
img {
  width: 100%;
}

@font-face {
  font-family: "AvenirRegular";
  src: url(../fonts/AvenirNext-Regular.eot) format("embedded-opentype"), url(../fonts/AvenirNext-Regular.otf) format("opentype"), url(../fonts/AvenirNext-Regular.woff) format("woff"), url(fonts/AvenirNext-Regular.ttf) format("truetype"), url(../fonts/AvenirNext-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "AvenirDbold";
  src: url(../fonts/AvenirNext-DemiBold.eot) format("embedded-opentype"), url(../fonts/AvenirNext-DemiBold.otf) format("opentype"), url(../fonts/AvenirNext-DemiBold.woff) format("woff"), url(fonts/AvenirNext-DemiBold.ttf) format("truetype"), url(../fonts/AvenirNext-DemiBold.svg) format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "AvenirBold";
  src: url(../fonts/AvenirNext-Bold.eot) format("embedded-opentype"), url(../fonts/AvenirNext-Bold.otf) format("opentype"), url(../fonts/AvenirNext-Bold.woff) format("woff"), url(fonts/AvenirNext-Bold.ttf) format("truetype"), url(../fonts/AvenirNext-Bold.svg) format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "AvenirHeavy";
  src: url(../fonts/AvenirNext-Heavy.eot) format("embedded-opentype"), url(../fonts/AvenirNext-Heavy.otf) format("opentype"), url(../fonts/AvenirNext-Heavy.woff) format("woff"), url(fonts/AvenirNext-Heavy.ttf) format("truetype"), url(../fonts/AvenirNext-Heavy.svg) format("svg");
  font-weight: bold;
  font-style: normal; }

.clear {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  clear: both
}

.anagorsel {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.anagorsel img {
	width: 80%;
}

.scrolling-words-container {
	display: flex;
	font-weight: 600;
	font-family: "AvenirHeavy";
	font-size: 190px;
	height: 100vh;
	right: 0;
}

.scrolling-words-box {
	height: 600px;
	margin: auto 0 auto auto;
	overflow: hidden;
}
.scrolling-words-box ul {
	margin: 0 0.625rem;
	padding: 0;
	animation: scrollUp 6s infinite;
}
.scrolling-words-box ul li {
	/* display: flex; */
	align-items: end;
	justify-content: flex-start;
	height: 600px;
	list-style: none;
	color: #FFF;
	text-align: end;
}
.scrolling-words-box ul li span {
	color: #801E26;
}

/*@keyframes scrollUp {
	15%, 25% {
	transform: translateY(-20%);
	}
	40%, 50% {
	transform: translateY(-40%);
	}
	65%, 75% {
	transform: translateY(-60%);
	}
	90%, 100% {
	transform: translateY(-80%);
	}
}
*/




nav {
  mix-blend-mode: difference;
  z-index: 100;
}
nav ul {
  position: fixed;
  top: 60px;
  right: 33px;
  height: 100vh;
  visibility: hidden;
  pointer-events: none;
  list-style: none;
  width: 35px;
}
nav ul li {
  font: bold 1.5rem "Work Sans", "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0.75em 0;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
nav.active ul {
  visibility: visible;
  pointer-events: initial;
  transition-delay: 0.2s;
}

.nav-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    position: fixed;
    top: 35px;
    right: 35px;
    transition: background 0.3s;
    width: 35px;
    border: none;
}
.nav-icon span {
  position: absolute;
  top: 15px;
  left: 5px;
  background: #fff;
  display: block;
  height: 3px;
  right: 5px;
  transition: transform 0.3s;
}
.nav-icon span:before, .nav-icon span:after {
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
.nav-icon span:before {
  top: -8px;
}
.nav-icon span:after {
  bottom: -8px;
}
.active .nav-icon span {
  transform: rotate(90deg);
}





/*-----*/
.fancybox-content {
  width: 100%;
  max-width: 100%;
  height: 87vh !important;
}

.logo {
  width: 325px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -8px;
  left: 50px;
}
.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
  z-index: 99;
}
.page-header nav {
  display: inline-block;
  align-items: center;
  width: 97%;
  margin: 13px auto 0 auto;
}
.page-header .telefon {
  display: block;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 30px;
  color: white;
  background: #87a83f;
  transition: background 0.3s;
  font-family: "HelveticaNeue-Bold";
  letter-spacing: 1px;
  width: 205px;
  float: inline-end;
  margin: 0 10px;
}
.page-header .dil {
  display: block;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 20px;
  border-radius: 30px;
  color: white;
  
  transition: background 0.3s;
  font-family: "HelveticaNeue-Bold";
  letter-spacing: 1px;
  width: 40px;
  float: inline-end;
  margin: 0 10px;
}
.page-header .telefon svg {
  flex-shrink: 0;
  margin: 0 10px;
  fill: currentColor;
}
.page-header .telefon:hover {
  background: #0ab8f6;
}
.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}
.page-header.is-sticky img {
  max-width: 80%;
}
.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

#footer{
	color: #FFF;
	text-align: center;
	padding-bottom: 50px;
}

/* Anasayfa*/
.strcom {
    position: absolute;
    bottom: 30px;
    color: #FFF;
}
.slider1 {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider1-container{
	display: flex;
	align-items: center;
	font-weight: 600;
	font-family: "AvenirBold";
	color: #FFF;
}
.slider1-container h1 {
    align-items: center;
    font-weight: 600;
    font-family: "AvenirBold";
    font-size: 35px;
    text-align: center;
    line-height: 60px;
}
.slider1-container p{
	align-items: center;
	font-weight: 600;
	font-family: "AvenirRegular";
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	padding-top: 50px;
}
.slider1-container p strong{
	font-family: "AvenirBold";
}
.slider1-container-box {
	margin: auto;
	overflow: hidden;
}

.multidisiplin{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.multidisiplin-container{
	display: flex;
	align-items: center;
	font-weight: 600;
	font-family: "AvenirBold";
	color: #FFF;
}
.multidisiplinsol{ 
	width: 50%;
	display: inline-flex;
}

.multidisiplinsag{
	width: 50%;
	display: inline-flex;
	padding: 0 50px;
}


.multidisiplinsag h1 {
    align-items: center;
    font-weight: 600;
    font-family: "AvenirBold";
    font-size: 35px;
    text-align: left;
    line-height: 60px;
}
.multidisiplinsag p{
	align-items: center;
	font-weight: 600;
	font-family: "AvenirRegular";
	font-size: 20px;
	line-height: 50px;
	text-align: left;
	padding-top: 50px;
}

.very{
	position: relative;
}
.very-container-box {
    position: relative;
    width: 100%;
}

.very-contetnt-box {
    position: absolute;
    width: 100%;
    display: inline-flex;
    width: 80%;
    left: 10%;
    top: -50px;
    z-index: -10;
    text-align: center;
    justify-content: space-evenly;
}

.very-sm1 img{
	width: 200px;
}
.very-sm2 img{
	width: 200px;
}
.very-sm3 img{
	width: 200px;
}
.very-sm4 img{
	width: 200px;
}
.very-haber1 img{
	width: 255px;
}
.very-haber2 img{
	width: 288px;
}
.very-contetnt-box div {padding: 10px;text-align: center;}



.maslak-koru-kiz {
    position: absolute;
    z-index: 0;
    transform: translate3d(54.6832px, 0px, 0px);
    bottom: -3px;
    right: 250px;
}
.maslak-koru-kiz img {
	width: 500px;
}

.maslakkoru-resimsol{
	left: 10%;
	width: 40%;
	position: absolute;
	top: 10%;
}

.maslak-koru{
	width: 100%;
}

.maslak-koru .container {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.maslak-koru .container .imgBx {
  position: relative;
  width: 950px;
  height: 100vh;
  overflow: hidden;
  right: -50%;
}
.maslak-koru .container .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.doping{
	position: relative;
}
.doping-logo{
	position: absolute;
	top: -100px;
	margin-left: 0px;
	width: 430px;
}
.doping-container-box {
    position: relative;
    width: 100%;
}
.doping-container-box img {
	width: 100%;
}
.doping-heli {
    position: absolute;
    left: 100px;
    top: 200px;
}
.doping-heli img{
	width: 500px;
}
.doping-contetnt-box {
    position: absolute;
    width: 100%;
    display: inline-flex;
    width: 25%;
    right: 20%;
    top: 230px;
    z-index: -10;
}
.doping-haber1 img{
	width: 255px;
}
.doping-haber2 img{
	width: 288px;
}
.doping-contetnt-box div {
	padding: 10px;
	text-align: center;
}

.skyland{
	position: relative;
}
.skyland-container-box {
    position: relative;
    width: 100%;
	text-align: end;
}
.skyland-container-box img{
	max-height: 1080px;
	width: auto;
}
.skyland-contetnt-box {
    position: absolute;
    width: 100%;
    display: inline-flex;
    width: 50%;
    left: 10%;
    top: 220px;
    z-index: 0;
}
.skyland-logo {
    position: absolute;
    top: 350px;
    width: 100%;
}
.sky-gorseller div{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sky-gorseller div img{
	max-width: 960px;
}

.permolit{
	position: relative;
}
.permolit-container-box {
    position: relative;
    width: 100%;
	text-align: left;
}
.permolit-container-box img{
	max-height: 1080px;
	width: auto;
}
.permolit-contetnt-box {
    position: absolute;
    width: 100%;
    display: block;
    width: 27%;
    right: 5%;
    top: 220px;
    z-index: 0;
}
.permolit-gorseller div {
	padding-bottom: 20px;
}

.investsailing{
	position: relative;
}
.investsailing-container-box {
    position: relative;
    width: 100%;
	text-align: end;
}
.investsailing-container-box img {
    max-height: 1080px;
    width: auto;
    margin-right: -100px;
}
.investsailing-contetnt-box {
    position: absolute;
    width: 100%;
    display: inline-flex;
    width: 50%;
    left: 10%;
    top: 220px;
    z-index: 0;
}
.investsailing-gorseller{
	width: 550px;
}
.investsailing-gorseller div{
	width: 50%;
	position: relative;
	left: 0;
	top: 0;
	float: left;
}
.investsailing-gorseller div img{
	max-width: 260px;
}

.investvadi{
	position: relative;
}
.investvadi-container-box {
    position: relative;
    width: 100%;
	text-align: left;
}
.investvadi-container-box img{
	max-height: 1080px;
	width: auto;
	margin-left: -100px;
}
.investvadi-contetnt-box {
    position: absolute;
    width: 100%;
    display: block;
    width: 650px;
    right: 5%;
    top: 220px;
    z-index: 0;
}
.investvadi-gorseller div {
	padding: 0 15px 0 0;
	display: inline-block;
}
.investvadi-gorseller div:nth-child(4) {
	margin-left: 80px;
}
.investvadi-gorseller div img{
	width: 150px;
}


.veisen{
	position: relative;
}
.veisen-container-box {
    position: relative;
    width: 100%;
	text-align: left;
	left:5%;
}
.veisen-container-box img{
	max-height: 1080px;
	width: auto;
}
.veisen-contetnt-box {
    position: absolute;
    width: 100%;
    display: block;
    width: 50%;
    right: 5%;
    top: 250px;
    z-index: 0;
}
.veisen-gorseller div {
	padding-bottom: 20px;
}


.left .scrolling-words-box {
    margin: 0;
}
.left .scrolling-words-box ul li {
    text-align: start;
}

.referanslar ul{
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.referanslar ul li{
	display: inline-block;
	width: 16%;
	padding: 0.2%;
}
.referanslar-container-box{
	text-align: center;
}

.iletisim{
	position: relative;
}
.socialMedia div i {
    margin-top: 0px;
    font-size: 35px;
    font-weight: 100;
}
.socialMedia a {
    color: #FFF;
}

.socialMedia div {
    display: inline-block;
    width: 35px;
    text-align: center;
    height: 35px;
    cursor: pointer;
    color: #FFF;
    transition: all 0.7s;
    margin: 0 5px;
}
.socialMedia {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0 0 -5px;
    width: 100%;
    text-align: left;
}


.liv{
	position: relative;
}
.liv-logo{
	position: absolute;
	top: -100px;
	margin-left: 0px;
	width: 430px;
}
.liv-container-box {
    position: relative;
    width: 100%;
}
.liv-container-box img {
	width: 100%;
}
.liv-pano {
    position: absolute;
    right: 100px;
    top: 150px;
	z-index: -1;
}
.liv-pano img{
	width: 600px;
}
.liv-contetnt-box {
    position: absolute;
    width: 100%;
    display: inline-flex;
    width: 25%;
    left: 5%;
    top: 230px;
    z-index: -10;
}
.liv-sm1 {
    margin-top: -180px;
}
.liv-sm2 {
    margin-top: 40px;
	margin-left: -300px;
}
.liv-sm3 {
    margin-top: -200px;
	margin-left: 200px;
}
.liv-sm1 img{
	width: 400px;
}
.liv-sm2 img{
	width: 400px;
}
.liv-sm3 img{
	width: 288px;
}
.liv-contetnt-box div {
	padding: 10px;
	text-align: center;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
section:nth-child(even) .container {
  flex-direction: row-reverse;
}
section:nth-child(even) .container .content {
  left: 0;
}
section h2 {
  margin-Left: 200px;
  font-size: 4em;
  color: #fff;
  margin-bottom: 20px;
}

section .container .content {
  position: absolute;
  left: 0;
  margin-top: 150px;
  margin-bottom: 0;
  padding: 0;
  z-index: 1;
  color: #fff;
}

.white {
    color: #FFF;
}
h1 {
    text-transform: uppercase;
    overflow-wrap: anywhere;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gilroy Heavy, Impact, sans-serif;
    font-size: 6vw;
    font-weight: 400;
    line-height: 120%;
}
	.blue {
    color: #801E26;
    text-decoration: none;
}
.label {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Gilroy Medium, Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 20px;
}
h2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gilroy Heavy, Impact, sans-serif;
    font-size: 5.5vw;
    font-weight: 400;
    line-height: 120%;
}
	strong {
    font-weight: 700;
}
.white.margin._60 {
    width: 80%;
    line-height: normal;
    padding: 10px 0;
    font-size: 24px;
	line-height: 34px;
}
.margin._60 {
    width: 60%;
}
.white._60 {
    width: 60%;
}
.yuzvh {
   height: 100vh;
}
p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: Gilroy Medium, Arial, sans-serif;
    font-size: 24px;
	line-height: 34px;
}
.dropdown-toggle {
    font-size: 24px;
}
	.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
		font-size:24px;
		font-family: Gilroy Heavy, sans-serif;
		letter-spacing: 1px;
	}	
	.fs24{
		font-size: 24px;
		line-height: 32px;
	}
	.pt-0, .pb-0{
		padding-top: 0 !important;
	}
	.w100{
		width: 100% !important;
	}