@charset "UTF-8";
/* CSS Document 24.04.2023 *Luckyeye-uteksan */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Mozaic GEO";
  src: url("../font/MozaicGEO-Bold.woff2") format("woff2"), url("../font/MozaicGEO-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mozaic GEO";
  src: url("../font/MozaicGEO-ExtraBold.woff2") format("woff2"), url("../font/MozaicGEO-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mozaic GEO";
  src: url("../font/MozaicGEO-Regular.woff2") format("woff2"), url("../font/MozaicGEO-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mozaic GEO";
  src: url("../font/MozaicGEO-ExtraBlack.woff2") format("woff2"), url("../font/MozaicGEO-ExtraBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mozaic GEO";
  src: url("../font/MozaicGEO-Light.woff2") format("woff2"), url("../font/MozaicGEO-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mozaic GEO";
  src: url("../font/MozaicGEO-SemiBold.woff2") format("woff2"), url("../font/MozaicGEO-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mozaic GEO";
  src: url("../font/MozaicGEO-ExtraLight.woff2") format("woff2"), url("../font/MozaicGEO-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mozaic GEO";
  src: url("../font/MozaicGEO-Medium.woff2") format("woff2"), url("../font/MozaicGEO-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mozaic GEO";
  src: url("../font/MozaicGEO-Black.woff2") format("woff2"), url("../font/MozaicGEO-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mozaic GEO";
  src: url("../font/MozaicGEO-Thin.woff2") format("woff2"), url("../font/MozaicGEO-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
a {
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
  color: #00de7a;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #3D414D;
  background-color: #fff;
}

img {
  max-width: 100%;
}

p {
  line-height: 140%;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #282323;
  left: 0;
  opacity: 0.5;
  top: 0;
  transition: 0.5s;
}

.saver {
  clear: both !important;
  height: 0px !important;
  line-height: 0px !important;
  float: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hiddenText {
  font-size: 0px !important;
  text-indent: -9999px !important;
}

.wrapper {
  width: 1150px;
  margin: 0 auto;
}

.hamburger-change {
  background: #F5F5F5 !important;
}

.hamburger-btn {
  display: none;
}
.hamburger-btn .bar1, .hamburger-btn .bar3 {
  width: 24px;
  height: 2px;
  background-color: #2d2a28;
  margin: 3px 0px;
  transition: 0.4s;
}

.hamburger-change .bar1 {
  transform: rotate(-45deg) translate(-4px, 8px);
  background-color: #2d2a28;
}
.hamburger-change .bar2 {
  width: 24px;
  height: 4px;
  margin: 6px 0px;
  transition: 0.4s;
  /*IE8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*IE 5-7*/
  filter: alpha(opacity=0);
  /*Modern Browsers*/
  opacity: 0;
}
.hamburger-change .bar3 {
  transform: rotate(45deg) translate(-6px, -10px);
  background-color: #2d2a28;
}

header {
  position: absolute;
  z-index: 2;
  background: #fff;
  width: 100%;
}

.home-slider .item {
  position: relative;
  height: 100vh;
}

.slider-text-container {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
  width: 1364px;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider-text-container .text .title {
  color: #fff;
  font-size: 70px;
  font-family: "Mozaic GEO";
  font-weight: bold;
  line-height: 100%;
}
.slider-text-container .text p {
  color: rgb(0, 222, 122);
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 25px;
}

.wrapper-header {
  width: 90%;
  margin: 0 auto;
}

.header-container-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.header-container-flex .header-item:nth-child(1) {
  width: 20%;
}
.header-container-flex .header-item:nth-child(2) {
  width: 60%;
  display: flex;
  justify-content: center;
}
.header-container-flex .header-item:nth-child(3) {
  width: 20%;
}

#headerMenu {
  padding: 0 20px;
}

.menu-list ul {
  display: flex;
  margin-bottom: 0;
}
.menu-list ul li {
  list-style: none;
  position: relative;
}
.menu-list ul li a {
  display: block;
  padding: 7px 15px;
  font-size: 16px;
  color: rgb(33, 46, 62);
}
.menu-list ul li:hover {
  background: #00de7a;
}
.menu-list ul .level-0 .Menu-7 {
  display: none;
}
.menu-list .subMenu {
  display: none;
  background: #00de7a;
  position: absolute;
  margin-top: 7px;
  left: 0;
  border-radius: 0 25px 0 25px;
  padding: 15px 0;
}
.menu-list .subMenu .level-1 {
  padding: 7px 15px;
  width: 200px;
}
.menu-list .subMenu .level-1:hover {
  background: #07c16d;
}

.green-btn {
  background: #00de7a !important;
  background-size: 100% 200%;
  background-position: bottom;
  transition: all 0.2s ease;
  border-bottom: 3px solid #00DE7C;
  color: rgb(33, 46, 62);
  width: 200px;
  display: inline-flex;
  justify-content: center;
  height: 55px;
  align-items: center;
  margin-right: 20px;
  border-radius: 10px;
}
.green-btn:hover {
  background-position: top;
  border-bottom: 3px solid #00de7a;
}

.border-right {
  position: absolute;
  bottom: 0;
  width: 782px;
  background: #00de7a;
  height: 150px;
  display: flex;
  align-items: center;
  border-radius: 0px 200px 0px 0px;
  z-index: 1;
}

.news-home {
  position: absolute;
  bottom: 0;
  width: 768px;
  background: #2e4057;
  height: 175px;
  display: flex;
  align-items: center;
  border-radius: 0px 186px 0px 0px;
  z-index: 2;
}
.news-home .item {
  color: #fff;
  font-size: 18px;
  width: 50%;
}
.news-home .slider-number {
  color: rgb(0, 222, 122);
  font-size: 20px;
  margin-bottom: 10px;
}

/*.news-home:after {
content: '';
background: rgb(0, 222, 122);
position: absolute;
width: 177px;
height: 100px;
right: -15px;
bottom: 0;
border-radius: 0px 93px 0px 0px;
z-index: -1;
}*/
.bg-news {
  background: #2e4057;
  position: absolute;
  height: 175px;
  width: 500px;
  bottom: 0;
  z-index: 1;
}

.blue {
  color: rgb(40, 79, 188);
}

.green {
  color: rgb(0, 222, 122);
}

#home-energy-container {
  padding: 50px 0;
}
#home-energy-container .energy-text {
  text-align: center;
}
#home-energy-container .energy-text p {
  font-size: 36px;
  line-height: 110%;
}

.two-home {
  display: flex;
  flex-wrap: wrap;
}
.two-home .about-text {
  width: 75%;
}
.two-home .about-right {
  width: 25%;
}

#home-about-container {
  background: rgb(46, 64, 87);
  overflow: hidden;
}
#home-about-container .about-text {
  color: rgb(255, 255, 255);
  padding: 30px 0;
}
#home-about-container .about-text h1 {
  font-size: 34px;
  color: rgb(0, 222, 122);
  font-family: "Mozaic GEO";
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}
#home-about-container .about-text p {
  font-size: 18px;
  margin-bottom: 30px;
  width: 88%;
}
#home-about-container .about-right .about-right-text {
  position: relative;
}
#home-about-container .about-right .about-right-text .img {
  position: relative;
  margin-top: 68px;
}
#home-about-container .about-right .about-right-text .text {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#home-about-container .about-right .about-right-text .text p {
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}
#home-about-container .about-right .about-right-text .text i, #home-about-container .about-right .about-right-text .text em {
  display: block;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.aboutwrapper {
  width: 1000px;
  margin: 0px auto;
}

.show-s {
  display: none;
}

.about-show-hide .show-s {
  display: block;
}
.about-show-hide .hide-s {
  display: none;
}

.item-two {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.item-two:after {
  content: "";
  background: #DCDCDC;
  height: 353px;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.OverviewContainer {
	display: flex;
    justify-content: space-around;
}
.Overviewimg {
	text-align: center;
	margin-bottom: 30px;
}
.Overviewtext {
	border-top: 4px solid #00de7a;
}
.Overviewitem {
	width: calc(33% - 50px);
}
.OverviewContainertwo {
	display: flex;
    justify-content: space-around;
}
.Overviewimgtwo {
	margin-bottom: 20px;
}

.Overviewitemtwo {
	width: calc(50% - 60px);
}

.Overviewtexttwo p {
	height: 100px;
}
@media (max-width: 980px) {
  .item-two:after {
    height: 1px;
    width: 353px;
    top: 55%;
  }
}
.item-two .renewables-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 980px) {
  .item-two .renewables-text {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .item-two .renewables-text:nth-child(1) {
    margin-bottom: 60px;
  }
}

#home-renewables-container {
  position: relative;
  padding: 70px 0 70px;
}
#home-renewables-container:before {
  background: linear-gradient(to left, #284FBC 50%, #00DE7A 50%);
  height: 19px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.item-two .renewables-text .renewables-top {
  width: 700px;
  text-align: center;
  min-height: 270px;
}
@media (max-width: 1400px) {
  .item-two .renewables-text .renewables-top {
    width: 565px;
  }
}
@media (max-width: 1200px) {
  .item-two .renewables-text .renewables-top {
    width: 470px;
  }
}
@media (max-width: 980px) {
  .item-two .renewables-text .renewables-top {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
  }
}

.renewables-top .title {
  font-size: 36px;
  font-weight: bold;
  color: #1C2F65;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .renewables-top .title {
    font-size: 34px;
  }
}

.renewables-bottom {
  width: 500px !important;
  margin: 0 auto;
  margin-top: 30px;
}
.renewables-bottom .text img {
  width: auto !important;
  margin: 0 auto;
}
.renewables-bottom .text p {
  text-align: center;
  width: 115px;
  padding: 5px 0;
}
.renewables-bottom .text p i {
  font-size: 22px !important;
  font-style: normal;
  color: #1C2F65;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .renewables-bottom .text p i {
    font-size: 20px !important;
  }
}
.renewables-bottom .text p:nth-child(1) {
  min-height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .renewables-bottom {
    width: 70% !important;
  }
}

.item-two .renewables-text .renewables-bottom .item {
  display: flex;
  justify-content: center;
  flex-direction: row;
  height: 150px;
  border: 1px solid #ffffff !important;
  transition: 0.5s;
}

.item-two .renewables-text:nth-child(1) .renewables-bottom .item:hover {
  border: 1px solid #00de7a !important;
}

.item-two .renewables-text:nth-child(2) .renewables-bottom .item:hover {
  border: 1px solid #284FBC !important;
}

.renewables-bottom-list .item {
  width: calc(33.33% - 40px);
  margin: 0 20px;
  position: relative;
}

#home-climate-ventures-container {
  padding: 50px 0 90px;
  background: #2e4057 url(../../images/common/climate-ventures-bg.png) no-repeat bottom -81px right -367px;
  overflow: hidden;
}

.climate-ventures-text .climate-ventures-top {
  text-align: center;
}
.climate-ventures-text .climate-ventures-top h3 {
  font-size: 34px;
  font-family: "Mozaic GEO";
  font-weight: bold;
  color: rgb(0, 222, 122);
}
.climate-ventures-text .climate-ventures-top p {
  padding: 10px 0 40px;
  width: 60%;
  margin: 0 auto;
  color: rgb(255, 255, 255);
}
.climate-ventures-text .climate-ventures-bottom-list .item {
  width: calc(33.33% - 40px);
  margin: 0 20px;
  position: relative;
}
.climate-ventures-text .climate-ventures-bottom {
  display: flex;
  flex-wrap: wrap;
}
.climate-ventures-text .climate-ventures-bottom .item .img {
  height: 390px;
  background: rgb(33, 46, 62);
  opacity: 0.5;
  transition: 0.5s;
}
.climate-ventures-text .climate-ventures-bottom .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 0 15px;
}
.climate-ventures-text .climate-ventures-bottom .item .text i, .climate-ventures-text .climate-ventures-bottom .item .text em {
  font-size: 34px;
  font-family: "Mozaic GEO";
  font-weight: bold;
  font-style: normal;
  color: rgb(0, 222, 122);
}
.climate-ventures-text .climate-ventures-bottom .item .text img {
  width: 100px;
  margin: 0 auto 15px;
}
.climate-ventures-text .climate-ventures-bottom .item:hover .img {
  opacity: 0.2;
}

#home-sustainable-container {
  padding: 50px 0;
  background: linear-gradient(120.02deg, rgb(0, 222, 122) 14.875%, rgb(40, 79, 188) 104.519%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#home-sustainable-container .green-btn {
  background: #00de7a;
  color: #212e3e;
}
#home-sustainable-container .green-btn:hover {
  width: 320px;
}

.sustainable-text {
  text-align: center;
  color: rgb(255, 255, 255);
}
.sustainable-text .title {
  font-size: 40px;
  font-family: "Mozaic GEO";
  font-weight: bold;
}

.sustainable-sm {
  position: relative;
  margin-bottom: 20px;
}
.sustainable-sm:after {
  content: "";
  background: url(../../images/icons/sustainable-after.png);
  position: relative;
  width: 236px;
  height: 25px;
  display: block;
  margin: 0 auto;
  right: -50px;
}

footer {
  background: rgb(46, 64, 87) url(../../images/common/footer-bg.png) no-repeat top;
  position: relative;
}
footer .footer-container {
  padding: 40px 0 30px;
}
footer .footer-top {
  display: flex;
  border-bottom: 1px solid rgb(0, 222, 122);
}
footer .footer-top .footer-logo {
  width: 60%;
  margin-bottom: 50px;
}
footer .footer-top .footer-menu {
  width: 40%;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid rgb(0, 222, 122);
}
footer .footer-top .footer-menu ul {
  margin-top: 25px;
}
footer .footer-top .footer-menu ul li {
  list-style: none;
  margin-bottom: 8px;
}
footer .footer-top .footer-menu ul li a {
  color: rgb(255, 255, 255);
  font-size: 16px;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 10px;
}
footer .footer-bottom .copy {
  font-size: 14px;
  color: rgb(255, 255, 255);
}
footer .footer-bottom .luckyeye {
  font-size: 14px;
  margin-left: 15px;
}
footer .footer-bottom .luckyeye a {
  color: rgb(255, 255, 255);
}

.btn-scroll {
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 5%;
}

.header-menu-detail {
  background: no-repeat;
}
.header-menu-detail .menu-list ul li a {
  color: #fff;
}

.header-detail-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover !important;
}
.header-detail-container .header-detail-text {
  color: #fff;
}
.header-detail-container .header-detail-text h1 {
  font-size: 70px;
  font-family: "Mozaic GEO";
  font-weight: bold;
}
.header-detail-container .bread-crumb-container .bread-crumb-list a {
  color: rgb(0, 222, 122);
  font-size: 16px;
}
.header-detail-container .bread-crumb-container .bread-crumb-list a:after {
  content: ">";
  padding: 0 10px;
  position: relative;
}
.header-detail-container .bread-crumb-container .bread-crumb-list a:last-of-type:after {
  display: none;
}

#detail-top-menu-container {
  background: rgb(0, 222, 122);
}

.detail-top-menu ul {
  display: flex;
}
.detail-top-menu ul li {
  list-style: none;
}
.detail-top-menu ul li a {
  color: rgb(33, 46, 62);
  padding: 20px;
  display: block;
  transition: 0.5s;
}
.detail-top-menu ul li a:hover {
  background: rgb(15, 180, 106);
  color: rgb(255, 255, 255);
}
.detail-top-menu ul li .selected {
  background: rgb(15, 180, 106);
  color: rgb(255, 255, 255);
}

#detail-text-container .text-detail {
  padding: 50px 0;
}
#detail-text-container .text-detail .full-img {
  padding: 50px 0;
}
#detail-text-container .text-detail h2 {
  color: rgb(0, 222, 122);
  font-size: 34px;
  margin-bottom: 30px;
  font-family: "Mozaic GEO";
  font-weight: bold;
}
#detail-text-container .text-detail .title-green {
  color: rgb(0, 222, 122);
  font-size: 34px;
  margin-bottom: 30px;
  line-height: 130%;
  font-family: "Mozaic GEO";
  font-weight: bold;
}
#detail-text-container .text-detail p {
  margin-bottom: 20px;
  color: rgb(33, 46, 62);
}
#detail-text-container .text-detail .title {
  font-size: 24px;
  font-family: "Mozaic GEO";
  font-weight: bold;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}
.news-list .item {
  width: calc(33.33% - 20px);
  margin: 10px;
}
.news-list .item a {
  display: block;
  background: #282323;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  transition: 0.5s;
}
.news-list .item a p {
  color: #fff !important;
}
.news-list .item a:hover {
  background: #394759;
}
.news-list .item .date {
  display: table;
  font-size: 18px;
  border-bottom: 2px solid #fff;
  padding: 0 0 10px;
}
.news-list .item .title {
  display: block;
  color: #00de7a;
  padding: 10px 0;
}

.text-list #home-renewables-container {
  padding: 0;
}
.text-list .renewables-text .renewables-bottom .item {
  margin: 20px;
}
.text-list .renewables-text .renewables-bottom .item .text p {
  color: #fff !important;
}
.text-list #home-climate-ventures-container {
  padding: 0;
  background: none;
}
.text-list .climate-ventures-text .climate-ventures-bottom .item {
  margin: 20px;
}
.text-list .climate-ventures-text p {
  color: #fff !important;
}

.communication-form ::-moz-placeholder {
  color: #fff;
  font-size: 18px;
}

.communication-form ::-moz-placeholder, .communication-form ::placeholder {
  color: #fff;
  font-size: 18px;
}
.communication-form ol li {
  list-style: none;
}
.communication-form .two-list {
  display: flex;
  flex-wrap: wrap;
}
.communication-form .two-list li {
  width: calc(50% - 25px);
  margin: 0 0 15px 0;
}
.communication-form .two-list li input {
  width: 100%;
  padding: 20px 15px;
  background: #2e4057;
  color: #fff;
}
.communication-form .two-list li input:focus-visible {
  border: 5px solid #00de7a;
}
.communication-form ol li textarea {
  width: 100%;
  padding: 20px 15px;
  background: #2e4057;
  font-size: 18px;
  resize: none;
  color: #fff;
}
.communication-form ol li textarea:focus-visible {
  border: 5px solid #00de7a;
}
.communication-form .two-list li:nth-child(2n) {
  margin-left: 50px;
}
.communication-form .btnSend {
  border: none !important;
  background: #00de7a !important;
  width: 200px;
  height: 60px;
  color: #212e3e;
}

.twoList {
  display: flex;
}

.captcha-form {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.captcha-form input {
  width: 200px;
  padding: 10px 15px;
  background: #2e4057;
  margin-right: 15px;
  color: #fff;
}
.captcha-form input:focus-visible {
  border: 5px solid #00de7a;
}

.hamburger-left-menu {
  display: none;
}

.sabanciCtTable {
  width: 100%;
  margin-bottom: 30px;
}
.sabanciCtTable tr td {
  padding: 17px;
  background: #F6F8FB;
  font-size: 18px;
}
.sabanciCtTable tr th {
  padding: 25px 17px;
  background: #00DE7A;
  color: #212E3E;
  font-size: 18px;
}
.sabanciCtTable tr:nth-child(2n) td {
  background: #DDE5EE;
}

.blueTable tr th {
  background: #284FBC;
  color: #fff;
}

#managementContainer .management {
  margin-top: 100px;
}
#managementContainer .management .item-container {
  background: url(../../images/common/management-bg.jpg) no-repeat center;
  height: 500px;
  position: relative;
}
#managementContainer .management .item-container .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#managementContainer .management .item-container .item .img {
  display: flex;
  justify-content: flex-end;
}
#managementContainer .management .item-container .item .text {
  margin-top: 150px;
}
#managementContainer .management .item-container .item .text .title {
  font-size: 50px !important;
  color: #FFFFFF;
}
#managementContainer .management .item-container .item .text p {
  color: #00DE7A !important;
  font-size: 20px;
}
#managementContainer .management .item-container .item > div {
  width: calc(50% - 20px);
  margin: 0 10px;
}
#managementContainer .item-text {
  margin: 50px auto 200px;
  width: 80%;
}
#managementContainer .item-text ul {
  left: 36px;
  position: relative;
}
#managementContainer .item-text ul li {
  list-style: none;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}
#managementContainer .item-text ul li:before {
  content: "";
  background: #00DE7A;
  width: 20px;
  height: 6px;
  position: absolute;
  left: -36px;
  top: 9px;
}

.project-detail .project-top {
  display: flex;
  flex-wrap: wrap;
}
.project-detail .project-top .itepm-left {
  width: 7%;
}
.project-detail .project-top .itepm-left img {
  width: 100%;
}
.project-detail .project-top .item-right {
  width: calc(93% - 35px);
  margin-left: 35px;
}
.project-detail .project-top .item-right .title p {
  font-size: 24px;
  color: #E9BE0F !important;
  font-weight: normal;
  margin: 0 !important;
}
.project-detail .project-top .item-right .title h2 {
  font-size: 60px !important;
  color: #212E3E !important;
  margin: 0 0 20px !important;
}
.project-detail .project-top .item-right .two-list {
  display: flex;
  flex-wrap: wrap;
}
.project-detail .project-top .item-right .two-list .maps-item {
  width: calc(70% - 20px);
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  position: relative;
}
.project-detail .project-top .item-right .two-list .maps-item .maps {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}
.project-detail .project-top .item-right .two-list .maps-item .maps:before {
  content: "\e0c8";
  font-family: "Material Symbols Outlined";
  font-weight: 500;
  font-size: 30px;
  margin-right: 10px;
}
.project-detail .project-top .item-right .two-list .maps-item .calendar {
  display: flex;
  margin-top: 20px;
}
.project-detail .project-top .item-right .two-list .maps-item .calendar p {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 10px !important;
}
.project-detail .project-top .item-right .two-list .maps-item .calendar .material-symbols-outlined {
  font-size: 30px;
  font-weight: 500;
  margin-right: 10px;
}
.project-detail .project-top .item-right .two-list .maps-item .s-left {
  border-bottom: 1px solid #868585;
  width: 120%;
}
.project-detail .project-top .item-right .two-list .maps-item .s-right {
  width: 100%;
  position: relative;
}
.project-detail .project-top .item-right .two-list .maps-item .s-right img {
  right: 0;
  position: absolute;
  bottom: 0;
}
.project-detail .project-top .item-right .two-list .capacity {
  width: 30%;
}
.project-detail .project-top .item-right .two-list .capacity p {
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 0 !important;
  line-height: 100%;
}
.project-detail .project-top .item-right .two-list .capacity p strong {
  font-size: 18px;
  color: #00DE7A;
}

.project-slider {
  margin: 70px 0;
}
.project-slider .owl-nav .owl-prev {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.project-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.project-slider .owl-nav .material-symbols-outlined {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.project-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.project-list .item {
  width: calc(50% - 20px);
  position: relative;
  margin-bottom: 40px;
}
.project-list .item:nth-child(2n) {
  margin-left: 40px;
}
.project-list .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.project-list .item .text p {
  color: #fff !important;
  top: 0;
  position: relative;
  font-size: 24px !important;
  font-weight: bold !important;
  padding: 55px 40px 0 !important;
}
.project-list .item .text .material-symbols-outlined {
  bottom: 20px;
  position: absolute;
  right: 20px;
  font-size: 50px;
  color: #fff;
}
.project-list .item .img img {
  width: 100%;
}

.overview-and-strategy-container p {
  font-size: 18px;
}
.overview-and-strategy-container .row {
  margin-top: 50px;
}
.overview-and-strategy-container .text {
  position: relative;
  margin-top: 75px;
}

.overview-and-strategy-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.overview-and-strategy-list .item {
  width: calc(50% - 20px);
  background: #212E3E;
  padding: 50px;
  margin-bottom: 40px;
}
.overview-and-strategy-list .item:nth-child(2n) {
  margin-left: 40px;
}
.overview-and-strategy-list .item p {
  color: #fff !important;
  font-size: 18px;
}
.overview-and-strategy-list .item ul {
  left: 25px;
  position: relative;
}
.overview-and-strategy-list .item ul li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
  line-height: 140%;
}
.overview-and-strategy-list .item ul li:before {
  content: "";
  background: #00DE7A;
  position: absolute;
  width: 15px;
  height: 4px;
  display: flex;
  top: 9px;
  left: -25px;
}

.mT-0 {
  margin-top: 0;
}

.text-detail ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.text-detail ul li {
  margin-bottom: 10px;
  line-height: 140%;
}

.pager {
  width: 100%;
  display: block;
}
.pager .pageritem {
  background: #00de7a;
  color: #fff;
  width: 30px;
  display: inline-flex;
  height: 30px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.pager .selected {
  background: #000;
}

ul.detailUl {
  left: 25px;
  position: relative;
}
ul.detailUl li {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
  line-height: 140%;
  width: 90%;
}
ul.detailUl li:before {
  content: "";
  background: #00DE7A;
  position: absolute;
  width: 15px;
  height: 4px;
  display: flex;
  top: 9px;
  left: -25px;
}

#Slider .scroll {
  position: absolute;
  top: 65%;
  z-index: 11;
  right: 10%;
  cursor: pointer;
}
#Slider .scroll #animation1 {
  width: 50px;
}
#Slider .scroll #animation1:before {
  content: "";
  height: 75px;
  position: absolute;
  top: 75px;
  width: 1px;
  background: #a4a4a4;
  right: 24px;
}
#Slider .scroll #animation1:after {
  content: "";
  height: 200px;
  position: absolute;
  bottom: 100px;
  width: 1px;
  background: #a4a4a4;
  right: 24px;
}

#Slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#Slider .owl-nav .owl-prev {
  left: 25px;
}
@media (max-width: 640px) {
  #Slider .owl-nav .owl-prev {
    left: 10px;
  }
}
#Slider .owl-nav .owl-next {
  right: 25px;
}
@media (max-width: 640px) {
  #Slider .owl-nav .owl-next {
    right: 0;
  }
}
#Slider .owl-nav button .material-symbols-outlined {
  font-size: 70px;
  transition: 0.5s;
  color: #76777a;
}
#Slider .owl-nav button .material-symbols-outlined:hover {
  color: #00de7a;
}
@media (max-width: 640px) {
  #Slider .owl-nav button .material-symbols-outlined {
    font-size: 50px;
  }
}

.news-slider {
  width: 80% !important;
}

.p-3 .item:nth-child(2n) {
  margin-left: 0 !important;
}
.p-3 .item:nth-child(3n) {
  margin-left: 40px !important;
}

#careerFormContainer {
  margin: 20px 0 0 0;
}
#careerFormContainer li {
  list-style: none;
}
#careerFormContainer input {
  margin: 10px 0 0 0;
  border: none;
  width: 100%;
  border: 1px solid #e3e3e3;
  font-size: 20px;
  padding: 15px;
  transition: all 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  box-sizing: border-box;
}
#careerFormContainer input:focus {
  outline: none;
}
#careerFormContainer textarea {
  margin: 10px 0 0 0;
  border: none;
  width: 100%;
  border: 1px solid #e3e3e3;
  font-size: 20px;
  padding: 15px;
  transition: all 0.3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
  box-sizing: border-box;
  min-height: 70px;
  height: auto !important;
  resize: none;
  width: 100%;
}
#careerFormContainer textarea:focus {
  outline: none;
}
#careerFormContainer span {
  font-size: 14px;
}
#careerFormContainer span a {
  color: #00de7a;
}
#careerFormContainer .btnSend {
  display: table;
  background: #00de7a;
  color: #fff;
  margin: 20px auto 0 auto;
  width: auto;
  border-radius: 0;
  line-height: 100%;
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
  width: 100% !important;
}
#careerFormContainer .btnSend:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
#careerFormContainer .btnSend.done {
  background: #48bc8f;
  border-color: #e20808;
  color: #fff;
}
#careerFormContainer .btnSend.error {
  background: #e20808;
  border-color: #e20808;
  color: #fff;
}
#careerFormContainer input[type=radio], #careerFormContainer input[type=checkbox] {
  float: left;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  background: #dae0e5;
}
#careerFormContainer .alert {
  box-shadow: none;
}
#careerFormContainer .alert-info {
  background: #fff;
  color: #161616;
  border: none;
  border-radius: 0;
  display: none;
}
#careerFormContainer .captcha-form {
  width: 320px;
}
#careerFormContainer .captcha-form input {
  padding: 7px !important;
  background: none;
  margin: 0 15px 0 0 !important;
  color: #3d414d;
}
#careerFormContainer .twoList {
  font-size: 14px;
  margin: 15px 0;
}
#careerFormContainer .twoList .item {
  float: left;
  margin: 0 15px 0 0;
}
#careerFormContainer .twoList .item:nth-child(1) {
  width: 20px;
}
#careerFormContainer .twoList .item:nth-child(2) {
  width: calc(100% - 50px);
}
#careerFormContainer .custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
#careerFormContainer .custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
  margin-top: 30px;
}
#careerFormContainer .custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}
#careerFormContainer .file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#careerFormContainer .file-upload-wrapper button {
  width: 20%;
}
#careerFormContainer .file-upload-wrapper button:before {
  content: "\f09b";
  font-family: "Material Symbols Outlined";
  padding: 0 5px;
  font-size: 17px;
  top: 4px;
  position: relative;
}
#careerFormContainer .file-upload-wrapper input {
  width: calc(80% - 70px) !important;
  text-align: left;
  margin-right: 22px !important;
}
#careerFormContainer .file-upload-input {
  text-align: right;
  float: left;
}
#careerFormContainer .file-upload-input:hover, #careerFormContainer .file-upload-input:focus {
  background-color: #00de7a;
  outline: none;
}
#careerFormContainer .file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  padding: 18px 20px;
  font-size: 14px;
  border: none;
  background-color: #00de7a;
  margin: 10px 0 0 0;
  transition: all 0.2s ease-in;
}
#careerFormContainer .file-upload-button:hover {
  background-color: #0fb46a;
}

#dvCareerApplicationForm {
  width: 70%;
  margin: 0 auto;
}

.contant-us {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contant-us .contant-us-item:nth-child(1n-3) {
  width: 15%;
}
.contant-us .contant-us-item:nth-child(2n) {
  width: 85%;
}
.contant-us .contant-us-item p {
  margin-bottom: 15px !important;
}

.header-menu-detail.header-fixed {
  background: #2e3846;
}

.header-fixed {
  position: fixed;
  z-index: 22;
  border-bottom: 1px solid #2e4057;
}
.header-fixed .header-container-flex {
  padding: 10px 0;
}
.header-fixed .green-btn {
  height: 40px;
}
.header-fixed .logo img {
  width: 200px;
}

.img-border-right {
  position: relative;
  width: 95%;
  float: left;
}
.img-border-right:after {
  content: "";
  width: 19px;
  height: 90%;
  position: absolute;
  bottom: 0;
  right: -10px;
  margin: 0 auto;
  background: linear-gradient(180deg, #00de7a, #284aa3 100%);
  transform: translate(0, -50%);
  top: 50%;
}

.img-border-left {
  position: relative;
  width: 95%;
  float: right;
}
.img-border-left:after {
  content: "";
  width: 19px;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: -10px;
  margin: 0 auto;
  background: linear-gradient(180deg, #00de7a, #284aa3 100%);
  transform: translate(0, -50%);
  top: 50%;
}

.part-list {
  margin-bottom: 20px;
}
.part-list .title-green {
  margin-top: 0;
}
.part-list .row {
  margin-bottom: 50px;
}

.management-bg1 {
  position: absolute;
  background: #1B2330;
  height: 100%;
  top: 0;
  z-index: -1;
  right: 0;
  overflow: hidden;
  width: 50%;
  transition: 0.5s;
  border-radius: 20px;
}
.management-bg1 .management-bg2 {
  position: absolute;
  background: #00DD79;
  width: 360px;
  height: 360px;
  bottom: -100px;
  z-index: -1;
  border-radius: 100%;
  right: -60px;
}
.management-bg1::before {
  content: "";
  background: #364558;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  transition: 0.5s;
}

.management-list .item:hover .management-bg1 {
  width: 100%;
}

.management-container {
  display: flex;
  flex-wrap: wrap;
}
.management-container .management-list {
  width: calc(33.33% - 20px);
  margin: 10px 10px 30px;
  position: relative;
}
.management-container .management-list .img {
  height: 350px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 20px;
  padding-top: 10px;
  z-index: 2;
}
.management-container .management-list .img img {
  height: 100%;
  position: relative;
}
.management-container .management-list .text {
  margin-top: 20px;
  position: relative;
}
.management-container .management-list .text .summary {
  font-size: 15px;
  margin-top: 5px;
}
.management-container .management-list .text .title {
  font-size: 22px;
  color: #1A2330;
}
.management-container .management-list .text .item {
  position: relative;
}

.part-png img {
  padding: 24px;
}

.img-icon {
  display: flex;
  flex-wrap: wrap;
}
.img-icon .item {
  width: calc(20% - 50px);
  margin: 25px;
  text-align: center;
}
.img-icon .item .text img {
  width: 100px;
}
.img-icon .item em {
  font-style: normal;
}

.contact-home-menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.contact-home-menu .green-btn {
  margin-right: 0;
  border-radius: 8px;
}

.linkedin-container {
  position: relative;
  display: inline-block;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.linkedin-link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.linkedin-list .material-symbols-outlined {
  color: #00de7a;
  font-size: 22px;
  top: 5px;
  position: relative;
  margin-left: 5px;
}

/* Arka plan hover sırasında görünür olacak */
.linkedin-container:hover .linkedin-link:after, .hover-linkedin:hover .linkedin-link:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.8s ease;
  visibility: visible;
  transform: translateY(0);
  z-index: -1;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.linkedin-link img {
  position: relative;
  /* Görselin ortalanması */
  z-index: 1;
  /* Görselin üstte kalması */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.linkedin-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  transform: translateY(100%);
  transition: all 0.5s ease;
  z-index: -1;
}

/* Arka plan yukarıdan aşağı kayması için başlangıç durumu */
.hover-open:after {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

/* Hover sırasında menünün görünmesi */
.hover-linkedin {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  z-index: 10;
  visibility: hidden;
  margin-top: 10px;
  padding: 20px;
  width: 325px;
  border-radius: 20px 0 20px 20px;
}

.linkedin-list a {
  padding: 5px 0;
  display: block;
  color: #000;
  text-align: right;
}

/* LinkedIn bağlantısına veya menüye hover yapıldığında arka plan kapanmasın */
.linkedin-container:hover + .hover-linkedin, .hover-linkedin:hover {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
}

/* LinkedIn linki ve hover-linkedin üzerindeyken background kapanmasın */
.linkedin-container:hover .linkedin-link:after, .hover-linkedin:hover .linkedin-link:after {
  transform: translateY(0);
  /* Arka plan açık kalır */
  visibility: visible;
  opacity: 1;
}

.white {
  color: #fff !important;
}

.team-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.team-detail .item-left {
  width: calc(30% - 30px);
  position: relative;
}
.team-detail .item-right {
  width: calc(70% - 20px);
}
.team-detail .item-left .team-detail-bg1:before {
  position: absolute;
  bottom: 0;
  background: #00DD79;
  height: 70%;
  width: 61%;
  right: 0;
  z-index: 0;
  content: "";
  border-radius: 0 20px 0 0;
}
.team-detail .item-left img {
  z-index: 1;
  position: relative;
  width: 78%;
  text-align: left;
}
.team-detail .item-left .team-detail-bg1 {
  height: 100%;
}
.team-detail .item-left .team-detail-bg2 {
  position: absolute;
  background: #1A2330;
  width: 70%;
  right: 0;
  border-radius: 0 0 20px 20px;
  min-height: 100px;
  display: flex;
  padding: 15px 20px 0;
  gap: 10px;
}
.team-detail .item-left .team-detail-bg2 div {
  height: 50px;
  display: flex;
  align-items: center;
}
.team-detail .item-left .team-detail-bg2 .linkedin-team-detail-title {
  top: 5px;
  position: relative;
  font-size: 14px;
  color: #fff;
}
.team-detail .item-left .img {
  position: relative;
}
.team-detail .item-left .team-detail-bg1 .team-detail-logo {
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  align-items: center;
  display: none;
}
.team-detail .item-left .team-detail-bg1 .team-detail-logo img {
  transform: rotate(270deg);
  transform-origin: right top;
  right: 45px;
  position: absolute;
  width: 152px;
}
.team-detail .item-left .team-detail-bg2 .linkedin-team-detail img {
  display: block;
  width: 100%;
}
.team-detail .item-left .team-detail-bg2 .linkedin-team-detail a {
  display: block;
  width: 20px;
}

.btn-team {
  padding: 10px;
  border: 1px solid #00DD79;
  width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-top: 50px;
  transition: 0.5s;
}
.btn-team a {
  color: #00DD79;
  font-weight: bold;
  font-family: "Mozaic GEO";
}

.team-detail .item-right .team-comment {
  font-size: 22px;
}
.team-detail .item-right .black {
  margin-bottom: 5px !important;
}

.btn-team:hover {
  background: #00DD79;
  transition: 0.5s;
}
.btn-team:hover a {
  color: #fff;
}

.storie-two-list .more {
  position: absolute;
  bottom: -6px;
  font-size: 16px !important;
  background: #00de7a;
  color: rgb(33, 46, 62) !important;
  padding: 5px 15px;
  border-radius: 10px;
  right: 14px;
}

.news-three-list .more {
  position: absolute;
  bottom: -6px;
  font-size: 16px !important;
  background: #00de7a;
  color: rgb(33, 46, 62) !important;
  padding: 5px 15px;
  border-radius: 10px;
  right: 14px;
}
.news-three-list .item .date {
  padding-bottom: 20px;
}

.stories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.storie-two-list .item {
  width: calc(50% - 10px) !important;
  display: flex;
  background: #F3F3F3;
  flex-direction: row !important;
}
.storie-two-list .item .text {
  width: 50%;
  padding: 20px;
}
.storie-two-list .item .img {
  width: 50%;
}

.stories-list .item {
  width: calc(33.333% - 15px);
  display: flex;
  flex-direction: column-reverse;
  background: #F3F3F3;
  border-radius: 10px;
  justify-content: flex-end;
}
.stories-list .item .img img {
  width: 100%;
}
.stories-list .item p {
  color: #1A2330;
  font-size: 22px;
}
.stories-list .item .date {
  color: #00DD79 !important;
  font-size: 14px !important;
  font-weight: 600;
}

.storie-two-list {
  margin-bottom: 40px;
}

.stories-list .item .text {
  padding: 20px;
}

.date-detail {
  color: #00DD79 !important;
  font-size: 14px !important;
  font-weight: 600;
}

.value-creation {
  position: relative;
}
.value-creation .value-item {
  display: flex;
  flex-wrap: wrap;
  background: #E3F4ED;
  border-radius: 25px 0 0 25px;
  margin-bottom: 20px;
  min-height: 333px;
}
.value-creation .value-item .item-left {
  width: 35%;
  background: #00DD79;
  border-radius: 25px 0 0 25px;
}
.value-creation .value-item .item-left .text {
  padding: 30px;
}
.value-creation .value-item .item-left .number {
  font-size: 60px;
  font-weight: bold;
  color: #1A2330;
}
.value-creation .value-item .item-right {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.value-creation .value-item .item-right .text {
  padding: 30px 75px;
}
.value-creation .value-item .black {
  font-size: 28px !important;
  font-weight: 600 !important;
}

.f28 {
  font-size: 28px !important;
}

@media screen and (max-width: 1400px) {
  .wrapper {
    width: 95%;
  }
}
@media screen and (max-width: 1200px) {
  .hamburger-btn {
    cursor: pointer;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 25px;
  }
    .slider-text-container .text .title {
    font-size: 50px;
  }
  .contact-home-menu {
    display: none !important;
  }
  .header-container-flex .header-item:nth-child(1) {
    width: 60%;
  }
  .header-container-flex .header-item:nth-child(2) {
    width: auto;
  }
  .header-container-flex .header-item:nth-child(3) {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #headerMenu {
    display: none;
    background: #fff;
    position: absolute;
    width: 450px;
    right: 0;
    margin-top: 50px;
    padding: 0;
  }
  .menu-list ul {
    flex-direction: column;
    margin-bottom: 0;
  }
  .menu-list ul li {
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: left;
    background: #19c97a;
  }
  .menu-list ul li:last-of-type {
    border-bottom: none;
  }
  .menu-list ul li a {
    padding: 15px;
    display: block;
  }
  .menu-list ul li:hover {
    background: #19c97a;
  }
  .menu-list .subMenu {
    position: relative;
    border-radius: 0;
    padding: 0;
  }
  .menu-list .subMenu .level-1 {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    background: #284fbc;
  }
  .menu-list .subMenu .level-1 .level-1.subMenu.item1 {
    left: 0;
    width: 100%;
    border-radius: 0;
    background: #19c97a;
  }
  .menu-list .subMenu .level-1 a {
    color: #fff;
  }
  .home-header .hamburger-btn {
    background: #00de7a;
  }
  .home-header .hamburger-change {
    background: #45abe1 !important;
  }
  #home-about-container {
    padding: 25px 0;
  }
  .renewables-text .renewables-bottom .item .text i, .renewables-text .renewables-bottom .item .text em {
    font-size: 25px;
  }
  .climate-ventures-text .climate-ventures-bottom .item .text i, .climate-ventures-text .climate-ventures-bottom .item .text em {
    font-size: 25px;
  }
  .header-menu-detail .menu-list ul li a {
    color: #212e3e;
  }
  .project-detail .project-top .item-right {
    width: calc(93% - 15px);
    margin-left: 15px;
  }
  .project-detail .project-top .item-right .title {
    font-size: 35px !important;
  }
  .project-detail .project-top .item-right .title p {
    font-size: 20px;
  }
  .project-detail .project-top .item-right .title h2 {
    font-size: 35px !important;
  }
  .project-detail .project-top .item-right .two-list .maps-item .maps, .project-detail .project-top .item-right .two-list .maps-item .calendar p {
    font-size: 18px;
  }
  .project-detail .project-top .item-right .two-list .capacity p {
    font-size: 35px;
  }
  .menu-list ul .level-0 .Menu-7 {
    display: block;
  }
  .header-fixed #headerMenu {
    margin-top: 41px;
  }
  .management-bg1 .management-bg2 {
    right: -80px;
  }
  .stories-list .item p {
    font-size: 18px;
  }
  .value-creation .value-item .black {
    font-size: 25px !important;
  }
  .value-creation .value-item .item-right .text {
    padding: 30px 50px;
  }
  .aboutwrapper {
    width: 95%;
  }
     .Overviewitem {
   width: 100%
  }
  
  .OverviewContainer {
	display: block;
  }
     .Overviewitemtwo {
   width: 100%
  }
  
  .OverviewContainertwo {
	display: block;
  }
  
  .Overviewtexttwo p  {
	height: 125px;
  }
}
@media screen and (max-width: 980px) {
	#imgSlider img {
		object-position: -700px center !important;	
	}
  .news-home {
    width: 90%;
    left: 0;
    padding: 0 20px;
  }
  .border-right {
    width: 90%;
  }
  .bg-news {
    display: none;
  }
  .renewables-text .owl-nav, .climate-ventures-text .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .renewables-text .owl-nav span, .climate-ventures-text .owl-nav span {
    background: #2e4057;
    padding: 15px;
    margin: 5px;
    color: #fff;
  }
  .renewables-text .owl-nav .disabled span {
    background: #5c6876;
  }
  .climate-ventures-text .owl-nav .disabled span {
    background: #5c6876;
  }
  .climate-ventures-text .owl-nav span {
    background: #fff;
    color: #2e4057;
  }
}
@media screen and (max-width: 980px) and (max-width: 640px) {
  .slider-text-container .text {
    padding: 0 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 980px) {
  .slider-text-container .text .title {
    font-size: 50px;
  }
  .slider-text-container .text p {
    font-size: 22px;
  }
  #home-energy-container .energy-text p {
    font-size: 25px;
  }
  .two-home .about-text {
    width: 100%;
    text-align: center;
  }
  #home-about-container .about-right {
    width: 50%;
    margin: 0 auto;
  }
  #home-about-container .about-right .about-right-text .img {
    margin-top: 40px;
  }
  .renewables-text .renewables-top p, .renewables-text .climate-ventures-top p {
    width: 90%;
  }
  .climate-ventures-text .renewables-top p, .climate-ventures-text .climate-ventures-top p {
    width: 90%;
  }
  footer .footer-top .footer-logo {
    width: 40%;
  }
  footer .footer-top .footer-logo img {
    width: 150px;
    height: auto;
  }
  footer .footer-top .footer-menu {
    width: 60%;
  }
  footer .footer-bottom {
    flex-direction: column;
  }
  footer .footer-bottom .item:nth-child(1) {
    margin-bottom: 10px;
  }
  .header-detail-container .header-detail-text h1 {
    font-size: 55px;
  }
  #detail-top-menu-container {
    display: none;
  }
  #detail-top-menu-container .wrapper {
    width: 100%;
  }
  .detail-top-menu ul {
    flex-direction: column;
  }
  .detail-top-menu ul li {
    text-align: right;
  }
  .hamburger-left-menu {
    display: block;
    background: #00de7a;
    padding: 20px;
    font-size: 20px;
    text-align: right;
    padding-right: 45px;
    transition: 0.5s;
  }
  .hamburger-left-menu.hamburger-change {
    background: #0fb46a !important;
    color: #fff;
  }
  .hamburger-left-menu.hamburger-change i:after, .hamburger-left-menu.hamburger-change em:after {
    content: "\e5ce";
  }
  .hamburger-left-menu i, .hamburger-left-menu em {
    font-style: normal;
    position: relative;
  }
  .hamburger-left-menu i:after, .hamburger-left-menu em:after {
    content: "\e5cf";
    font-family: "Material Symbols Outlined";
    position: absolute;
    font-size: 37px;
    bottom: -15px;
  }
  .header-detail-container {
    height: 400px !important;
  }
  #managementContainer .management .item-container .item .text .title {
    font-size: 35px !important;
  }
  #managementContainer .item-text {
    width: 85%;
  }
  #managementContainer .item-text ul {
    left: 0;
  }
  .project-list .item .text p {
    font-size: 20px !important;
    padding: 20px 15px 0 !important;
  }
  .project-list .item .text .material-symbols-outlined {
    font-size: 35px;
  }
  .climate-ventures-bottom-list .item, .renewables-bottom-list .item {
    width: calc(50% - 40px) !important;
  }
  #Slider .scroll {
    top: 50%;
    right: 2%;
  }
  #home-about-container .about-text p {
    width: 100%;
  }
  .management-container .management-list {
    width: calc(50% - 20px);
  }
  .img-icon .item .text img {
    width: 70px;
  }
  .team-detail .item-left {
    width: calc(40% - 30px);
  }
  .team-detail .item-left .team-detail-bg1 .team-detail-logo img {
    right: 30px;
    width: 110px;
  }
  .team-detail .item-right {
    width: calc(60% - 20px);
  }
  .stories-list .item {
    width: calc(33.33% - 15px);
  }
  .storie-two-list .item {
    width: 100% !important;
  }
  .storie-two-list .item .text {
    width: 100%;
  }
  .storie-two-list .item .img {
    width: 100%;
  }
  .storie-two-list .item .img img {
    border-radius: 10px;
  }
  .value-creation .value-item .black {
    font-size: 23px !important;
  }
  .value-creation .value-item .item-right .text {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 640px) {
  #headerMenu {
    width: 100%;
  }
  	#imgSlider img {
		object-position: -850px center !important;	
	}
  .hamburger-btn {
    width: 60px;
    height: 60px;
  }
  .news-home {
    position: relative;
    border-radius: 0;
  }
  #news-home-container .wrapper {
    width: 100%;
  }
  #home-about-container .about-right .about-right-text {
    margin-bottom: 20px;
  }
  #home-about-container .about-right .about-right-text .text p {
    font-size: 20px;
  }
  #home-about-container .about-right .about-right-text .text em, #home-about-container .about-right .about-right-text .text i {
    font-size: 16px;
  }
  .sustainable-text .title {
    font-size: 25px;
  }
  footer {
    background: #263548 url(../../images/common/footer-bg.png) no-repeat top;
  }
  footer .footer-container {
    padding: 30px 0 30px;
  }
  footer .footer-top {
    flex-direction: column;
  }
  footer .footer-top .footer-logo, footer .footer-top .footer-menu {
    width: 100%;
  }
  footer .footer-bottom .item:nth-child(2) {
    display: flex;
    flex-direction: column;
  }
  .btn-scroll {
    bottom: 20px;
  }
  .slider-text-container .text .title {
    font-size: 40px;
  }
  .communication-form .two-list li {
    width: 100%;
  }
  .communication-form .two-list li:nth-child(2n) {
    margin-left: 0;
  }
  .captcha-form input {
    width: 140px;
  }
  .header-detail-container {
    height: 350px !important;
  }
  .header-detail-container .header-detail-text h1 {
    font-size: 35px;
  }
  .news-list .item {
    width: 100%;
  }
  #managementContainer .management {
    margin-top: 0;
  }
  #managementContainer .management .item-container {
    background: #203143 url(../../images/common/management-bg.jpg) no-repeat center;
    height: auto;
    position: relative;
  }
  #managementContainer .management .item-container .item {
    flex-direction: column-reverse;
    position: relative;
  }
  #managementContainer .management .item-container .item > div {
    width: 100%;
    margin: 0;
  }
  #managementContainer .management .item-container .item .text {
    text-align: center;
    margin-top: 50px;
  }
  #managementContainer .management .item-container .item .img {
    width: 280px;
  }
  #managementContainer .item-text ul li:before {
    left: -25px;
  }
  .project-detail .project-top .item-right .two-list {
    flex-direction: column;
  }
  .project-detail .project-top .item-right .two-list .maps-item {
    width: 100%;
  }
  .project-detail .project-top .item-right .two-list .maps-item .s-left {
    width: 100%;
    padding-bottom: 10px;
  }
  .project-detail .project-top .item-right .two-list .maps-item .s-right {
    display: none;
  }
  .project-detail .project-top .item-right .two-list .capacity {
    width: 100%;
  }
  .project-slider {
    margin: 30px 0;
  }
  .project-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .project-list .item:nth-child(2n) {
    margin-left: 0;
  }
  .overview-and-strategy-container {
    text-align: center;
  }
  .overview-and-strategy-container .text {
    margin-top: 0;
  }
  .overview-and-strategy-container .col-sm-4 {
    margin-bottom: 50px;
  }
  .overview-and-strategy-list {
    text-align: left;
  }
  .overview-and-strategy-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .overview-and-strategy-list .item:nth-child(2n) {
    margin-left: 0;
  }
  .climate-ventures-bottom-list .item, .renewables-bottom-list .item {
    width: calc(100% - 40px) !important;
  }
  .news-home {
    text-align: center;
  }
  #managementContainer .item-text {
    margin: 50px auto 50px;
  }
  .overview-and-strategy-container img {
    width: 100px;
  }
  #detail-text-container .text-detail .title-green {
    font-size: 25px;
  }
  .border-right {
    display: none;
  }
  .news-home {
    width: 100%;
    border-bottom: 13px solid #00de7a;
  }
  .news-slider {
    width: 100% !important;
  }
  .news-home .item {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
  #Slider .scroll {
    display: none;
  }
  .p-3 .item:nth-child(3n) {
    margin-left: 0 !important;
  }
  #dvCareerApplicationForm {
    width: 95%;
  }
  #careerFormContainer .file-upload-wrapper input {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #careerFormContainer .file-upload-wrapper button {
    width: 100%;
  }
  .img-border-left {
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
  .img-border-right {
    margin-bottom: 20px;
  }
  .part-list .row {
    display: flex;
    flex-direction: column;
  }
  .part-list .row:nth-child(2n) {
    display: flex;
    flex-direction: column-reverse;
  }
  .part-list img {
    width: auto;
  }
  .management-container .management-list {
    width: calc(100% - 20px);
  }
  .img-icon .item {
    width: calc(50% - 50px);
  }
  .team-detail .item-left {
    width: 100%;
  }
  .team-detail .item-left .team-detail-bg1 .team-detail-logo img {
    right: 48px;
    width: 160px;
  }
  .team-detail .item-right {
    width: 100%;
    margin-top: 85px;
  }
  .stories-list {
    align-items: flex-start;
  }
  .stories-list .item {
    width: calc(50% - 15px);
  }
  .value-creation .value-item .item-left {
    width: 100%;
    border-radius: 25px 0 0 0;
  }
  .value-creation .value-item .item-left .number {
    font-size: 45px;
  }
  .value-creation .value-item .item-left .text {
    padding: 20px 20px;
  }
  .value-creation .value-item .item-right {
    width: 100%;
  }
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0;
}

.portfolio-grid .item {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
}

.portfolio-grid .item:hover {
  border-color: #c9c9c9;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-4px);

  justify-content: center;
}

.portfolio-grid .img {
  height: 90px;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.4s ease;
}

.portfolio-grid .img img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;

  transition: all 0.4s ease;
}

.portfolio-grid .item:hover .img {
  flex: 1;

  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-grid .item:hover .img img {
  transform: scale(1.08);
}

.portfolio-grid .text {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.portfolio-grid .title {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
  color: rgb(0, 222, 122);
  padding-top: 10px;
}

.portfolio-grid p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.portfolio-grid .item:hover .title,
.portfolio-grid .item:hover p {
  display: none;
}

.portfolio-grid .url-portfolio {
  position: absolute;
  left: 20px;
  bottom: 20px;

  display: inline-flex;
  align-items: center;
  gap: 6px;

  font-size: 14px;
  color: #0a66c2;
  text-decoration: none;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);

  transition: all 0.35s ease;
}

.portfolio-grid .url-portfolio:hover {
  text-decoration: underline;
}

.portfolio-grid .item:hover .url-portfolio {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .portfolio-grid .title {
	  font-size: 18px !important;
	}
}



.logo-cards{
    max-width:1200px;
    margin:30px auto;
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));
    gap:30px;
}

/* CARD */
.flip-card{
    width:100%;
    height:350px;
    position:relative;
    overflow:hidden;
    border-radius:24px;
    background:#fff;
    border:1px solid #eee;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.flip-card .flip-card-inner {
    height: 100%;
}

/* FRONT */
.flip-card .flip-card-front{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px;
    text-align:center;
    transition:transform .45s ease;
}

/* LOGO */
.flip-card .flip-card-front img{
    display:block;
    margin:auto;
    max-width:250px;
    max-height:90px;
    width:auto;
    height:auto;
    object-fit:contain;
    transition:transform .35s ease;
}

/* hover olunca logo hafif küçülsün */
.flip-card:hover .flip-card-front{
    transform:scale(.96);
}

/* BACK / ALT PANEL */
.flip-card .flip-card-back{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#fff;
    color:rgb(33, 46, 62);
    padding:35px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    transform:translateY(100%);
    transition:transform .55s cubic-bezier(.22,.61,.36,1);
    border-radius:24px;
}

/* HOVER */
.flip-card:hover .flip-card-back{
    transform:translateY(0);
}

/* TITLE */
.flip-card .flip-card-back .flip-title{
    font-size:24px;
    margin-bottom:15px;
}

/* TEXT */
.flip-card .flip-card-back p{
    font-size:15px;
    line-height:1.7;
    opacity:.85;
    margin-bottom:25px;
}

/* BUTTON */
.flip-card .flip-card-back a{
    position:relative;
    top:0;
    transition:top .25s ease;
}

.flip-card .flip-card-back a:hover{
    top:-3px;
}

.project-list .item-logo {
    position: absolute;
    bottom: 45px;
    z-index: 1;
    left: 45px;
    width: 80px;
}
.project-list .item:hover .item-logo img {
    transform: none;
}

/* MOBILE */
@media(max-width:768px){

    .logo-cards{
        grid-template-columns:1fr;
        gap:20px;
    }

    .flip-card{
        height:300px;
        perspective:none;
        -webkit-perspective:none;
    }

    .flip-card .flip-card-front{
        padding:25px;
    }

    .flip-card .flip-card-front img{
        max-width:180px;
        max-height:70px;
    }

    .flip-card .flip-card-back{
        padding:25px;
    }

    .flip-card .flip-card-back .flip-title{
        font-size:20px;
    }

    .flip-card .flip-card-back p{
        font-size:14px;
        line-height:1.5;
    }
	.project-list .item-logo {
    bottom: 20px;
    left: 20px;
    width: 60px;
	}
}
/*# sourceMappingURL=project.css.map */