/* CSS Document 02.12.2022 *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;
}

a {
  outline: 0;
  cursor: pointer;
  text-decoration: none !important;
  color: #f5a623;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #31405C;
}

img {
  border: none;
  max-width: 100%;
}

.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: 1200px;
  margin: 0 auto;
}

.home-wrapper {
  width: 1366px;
  margin: 0 auto;
}

.cntr {
  text-align: center;
  margin: 0 auto;
}

.white {
  color: #fff !important;
}

.bg-1 {
  background: #176b6d !important;
}

.logo .logo-dark {
  display: none;
}

.hamburger-btn {
  display: none;
  cursor: pointer;
  padding: 5px 12px;
  background: #f5a623;
  border-radius: 100%;
  position: absolute;
  top: 25px;
  right: 15px;
}

.hamburger-btn .bar1, .hamburger-btn .bar2, .hamburger-btn .bar3 {
  width: 25px;
  height: 4px;
  background-color: #001689;
  margin: 6px 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.hamburger-change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 8px);
          transform: rotate(-45deg) translate(-7px, 8px);
}

.hamburger-change .bar2 {
  /*IE8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*IE 5-7*/
  filter: alpha(opacity=0);
  /*Modern Browsers*/
  opacity: 0;
}

.hamburger-change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
}

.tongue {
  color: #606E88;
  font-size: 18px;
  font-weight: normal;
  right: 15px;
  position: relative;
}

.top-container {
  background: #F5F5F5;
}

.top-container .header-item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-container .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 34px 0;
}

.top-container .glcvy {
  font-size: 16px;
  font-weight: bold;
  color: #606E88;
}

.top-container .glcvy em {
  font-style: normal;
  padding: 0 7px;
}

.top-container .glcvy em a {
  color: #F5A623;
  font-weight: bold;
}

.top-container .glcvy span {
  padding: 0 2px;
}

.top-container .glcvy .i-em {
  font-size: 20px;
  color: #24AE3F;
  top: 4px;
  position: relative;
}

.top-container .glcvy .c-1 {
  color: #F5A623;
}

.top-container .header-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.top-container .search {
  position: relative;
  display: inline-block;
  position: relative;
  height: 52px;
  width: 167px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: text;
}

.top-container .search input {
  background: #F5A623;
  border: none;
  width: 100%;
  height: 52px;
  border-radius: 26px;
  padding: 0 15px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline-width: 0px;
  color: #252D3B;
  font-size: 18px;
}

.top-container .search input::-webkit-input-placeholder {
  color: #252D3B;
}

.top-container .search input:-ms-input-placeholder {
  color: #252D3B;
}

.top-container .search input::-ms-input-placeholder {
  color: #252D3B;
}

.top-container .search input::placeholder {
  color: #252D3B;
}

.top-container .search.active input, .top-container .search:hover input {
  width: 630px;
  margin-right: 0px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.top-container .search.active input:after, .top-container .search:hover input:after {
  height: 0px;
}

.top-container .btnSearch {
  background: #f5a623;
  position: absolute;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  cursor: pointer;
}

.bottom-container {
  background: #F5A623;
}

.bottom-container .menu-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 0 0;
}

.bottom-container .menu-container ul li {
  list-style: none;
}

.bottom-container .menu-container ul li a {
  color: #31405C;
  font-weight: bold;
  padding: 0 0 26px;
  display: block;
}

.bottom-container .menu-container ul .hasSubMenu:before {
  font-family: 'Material Symbols Outlined';
  content: '\e5cc';
  position: absolute;
  right: 20px;
  color: #fff;
}

.more {
  width: 148px;
  height: 50px;
  background: #F5A623;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #252D3B;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 26px;
}

.homeSlider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homeSlider .item .sliderItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.homeSlider .item .sliderItem .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homeSlider .item .sliderItem .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.homeSlider .item .sliderItem .slider-text {
  color: #252D3B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homeSlider .item .sliderItem .slider-text .slider-date {
  font-size: 34px;
}

.homeSlider .item .sliderItem .slider-text .slider-title {
  font-size: 44px;
  line-height: 100%;
  margin-bottom: 40px;
  display: block;
}

.homeSlider .item .sliderItem .slider-text .slider-title .f30 {
  font-size: 30px;
}

.homeSlider .item .sliderItem > span {
  width: 50%;
}

.homeSlider .item .sliderItem > span img {
  width: auto;
}

.homeSlider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 10%;
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.homeSlider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 10%;
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.homeSlider .owl-nav .material-symbols-outlined {
  color: #A5AFC0;
  font-size: 30px;
}

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

.home-title h1 {
  font-size: 26px;
  color: #252D3B;
  padding: 35px 0;
}

#performances {
  background: url(../../images/common/performances-bg.jpg) no-repeat center;
  height: 594px;
}

#performances .performances-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
}

#performances .performances-container .performances-item {
  width: calc(25% - 40px);
  margin: 0 20px;
  background: #31405C;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border-radius: 95px 95px 10px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#performances .performances-container .performances-item .material-symbols-outlined {
  color: #F5A623;
  font-size: 60px;
}

#performances .performances-container .performances-item p {
  display: block;
}

#performances .performances-container .performances-item p strong {
  display: block;
  color: #F5A623;
  font-size: 40px;
  margin-bottom: 15px;
}

#performances .performances-container .performances-item p i {
  color: #F5A623;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  display: block;
}

#performances .performances-container .performances-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.performances-summary {
  text-align: center;
  margin-top: 50px;
  position: relative;
}

.performances-summary strong {
  font-size: 24px;
  color: #252D3B;
}

.performances-summary p {
  color: #606E88;
  font-size: 20px;
}

.performances-summary .home-btn {
  width: 596px;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  color: #252D3B;
  font-weight: bold;
  background: #F5A623;
  border-radius: 10px;
  top: 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.performances-summary .home-btn:hover font:before {
  content: '';
  width: 750px;
  position: absolute;
  height: 120px;
  left: -75px;
  z-index: -1;
  background: #F5A623;
  border-radius: 10px;
  top: -10px;
  height: 124px;
}

.performances-summary .home-btn font {
  font-size: 50px;
}

.performances-summary .two-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.performances-summary .two-item .item {
  text-align: left;
  width: 50%;
}

.performances-summary .two-item .item .title {
  color: #252D3B;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.performances-summary .two-item .item p {
  color: #606E88;
}

.performances-summary .two-item .item:nth-child(2) {
  padding: 20px;
}

.performances-summary .two-item .bottom-img {
  position: absolute;
  bottom: 20px;
  width: 150px;
}

.performances-summary .one-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}

.performances-summary .one-item p {
  margin-bottom: 20px;
}

.home-popup {
  visibility: hidden;
  position: absolute;
  width: 676px;
  background-color: #fff;
  color: #000;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100px;
  -webkit-box-shadow: 0px 6px 20px #00000029;
          box-shadow: 0px 6px 20px #00000029;
  border-radius: 16px;
}

.show-popup {
  visibility: visible;
  opacity: 1;
}

#abouts {
  margin-top: 110px;
}

#abouts .abouts-container {
  position: relative;
}

#abouts .abouts-container .abouts-text {
  background: #fff;
  width: 90%;
  margin: -120px auto 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  position: relative;
  padding: 25px 65px;
  line-height: 150%;
  color: #31405C;
  border-radius: 10px;
}

#abouts .abouts-container .abouts-text h2 {
  color: #31405C;
  font-size: 26px;
}

#abouts .abouts-container .abouts-text p {
  margin-bottom: 30px;
  margin-top: 20px;
}

/*news*/
#news {
  background: #F5F5F5;
  padding: 60px 0  40px;
  border-radius: 10px;
  margin-top: 40px;
}

#news .news-title-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #E4E7EC;
  margin: 0 65px 30px;
}

#news .news-title-all .title {
  color: #31405C;
  font-size: 24px;
}

#news .news-title-all .all a {
  color: #F5A623;
}

#news .news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
}

#news .news-container .news-item {
  width: calc(50% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  margin: 0 25px;
}

#news .news-container .news-item .news-summary {
  left: 15px;
  position: relative;
  padding: 0 40px 0 0;
}

#news .news-container .news-item .news-summary .date {
  color: #31405C;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

#news .news-container .news-item .material-symbols-outlined {
  color: #F5A623;
  font-size: 29px;
  padding: 0 0 0 40px;
}

#news .news-container .news-item:hover {
  background: #E4E7EC;
  border-radius: 21px;
}

#news .news-container a {
  color: #31405C;
}

/*news*/
.sustainability-container {
  background: #c5efea;
  text-align: center;
  border-radius: 10px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 274px;
}

.sustainability-container .sustainability-text {
  width: 40%;
  margin: 0 auto;
}

.sustainability-container .sustainability-text .title {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}

.sustainability-container .sustainability-text p {
  margin-bottom: 40px;
}

.sustainability-container #animation1 {
  right: 0;
  position: absolute;
  height: 273px;
  border-radius: 10px 10px 10px 10px;
}

.sustainability-container #animation2 {
  left: 5%;
  position: absolute;
  height: 200px;
}

.container-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.container-two > div {
  width: calc(50% - 20px);
}

.container-two > div:nth-child(2) {
  margin-left: 40px;
}

#events {
  background: #252D3B;
  border-radius: 10px;
}

#events .events-container {
  padding: 45px;
}

#events .events-title-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #353e4e;
}

#events .events-title-all .title {
  color: #fff;
  font-size: 24px;
}

#events .events-title-all .all a {
  color: #F5A623;
}

#events .events-item {
  margin-top: 30px;
}

#events .events-item .date {
  font-size: 24px;
  color: #F5A623;
  font-weight: bold;
}

#events .events-item p {
  color: #fff;
  margin-bottom: 40px;
  margin-top: 5px;
}

#events .events-item .add-to-calendar a {
  height: 40px;
  width: 148px;
  background: #F5A623;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #252D3B;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 26px;
  border: none;
  padding: 0;
}

#events .events-item .addthisevent_dropdown {
  bottom: -3px;
  top: auto !important;
  left: 149px !important;
  overflow: auto;
}

#events .owl-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

#events .owl-nav > div {
  background: #F5A623;
  width: 40px !important;
  height: 40px;
  font-size: 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  color: #31405C;
}

#events .owl-nav > div .material-symbols-outlined {
  font-size: 20px;
  left: 3px;
  position: relative;
}

#events .owl-nav .disabled {
  background: #31405C !important;
  color: #252D3B !important;
}

#home-video .video-container {
  position: relative;
}

#home-video .video-container .video-item .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#home-video .video-container .video-item .play-icon .material-symbols-outlined {
  font-size: 55px;
  font-weight: bold;
  color: #F5A623;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#home-video:hover .video-container .video-item .play-icon .material-symbols-outlined {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#presentations {
  background: #252D3B;
  padding: 75px 0;
  margin-top: 55px;
}

#presentations .presentations-container {
  text-align: center;
}

#presentations .presentations-container .presentations-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#presentations .presentations-container .presentations-item .material-symbols-outlined {
  color: #F5A623;
  display: block;
  font-size: 40px;
  margin-bottom: 20px;
}

#presentations .presentations-container .presentations-item .title {
  color: #fff;
  font-weight: bold;
}

#presentations .presentations-container .presentations-item a {
  width: calc(12.5% - 20px);
  margin: 0 10px;
}

#investment {
  height: 327px;
  background-size: cover !important;
}

#investment .investment-container {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 327px;
  color: #fff;
}

#investment .investment-container .title {
  font-size: 24px;
  margin-bottom: 10px;
}

#investment .investment-container p {
  margin-bottom: 40px;
  width: 45%;
}

#footer {
  background: #252D3B;
  padding: 50px 0 25px;
  position: relative;
}

#footer .footer-container .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #31405c;
  padding-bottom: 25px;
}

#footer .footer-container .footer-top .footer-item:nth-child(2) a {
  margin: 0 10px;
}

#footer .footer-container .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 0;
}

#footer .footer-container .footer-bottom .sub-item {
  display: block;
}

#footer .footer-container .footer-bottom .sub-item a {
  color: #fff;
  padding: 0 20px 0 0;
}

#footer .footer-container .footer-bottom .footer-copy {
  padding-top: 11px;
  display: block;
  color: #fff;
  opacity: 0.3;
  font-size: 12px;
}

#footer .footer-container .footer-bottom .footer-copy p a {
  padding: 0;
}

#footer .footer-container .footer-bottom .company {
  padding-bottom: 10px;
  display: block;
}

.btn-top {
  position: absolute;
  background: #F5A623;
  right: 40px;
  top: -25px;
  color: #fff;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}

.btn-top .material-symbols-outlined {
  font-size: 40px;
  font-weight: bold;
}

#bread-crumb {
  background: #252D3B;
  padding: 25px 0;
}

#bread-crumb .bread-crumb-title {
  margin-top: 0;
  color: #F5A623;
  font-size: 24px;
  font-weight: bold;
}

#bread-crumb .bread-crumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffffa8;
}

#bread-crumb .bread-crumb-container a {
  padding-right: 10px;
  font-size: 14px;
  color: #606E88;
}

#bread-crumb .bread-crumb-container a:after {
  content: '>';
  padding-left: 10px;
}

#bread-crumb .bread-crumb-container a:last-of-type::after {
  display: none;
}

.container-detail-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 30px 0;
}

.container-detail-text .container-detail-item:nth-child(1) {
  width: calc(80% - 110px);
}

.container-detail-text .container-detail-item:nth-child(2) {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.container-detail-text h1 {
  font-size: 26px;
  color: #252D3B;
  padding: 0 0 17px;
  font-weight: 500;
}

.container-detail-text p {
  color: #31405C;
  margin-bottom: 30px;
  line-height: 160%;
}

.container-detail-text .title {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}

#left-menu-nav {
  position: relative;
  margin-top: 35px;
  margin-bottom: 50px;
}

#left-menu-nav ul li {
  list-style: none;
  margin-bottom: 10px;
}

#left-menu-nav ul li a {
  color: #252D3B;
}

#left-menu-nav ul li ul .subMenuContainer {
  display: none;
  font-size: 14px;
  margin-top: 0;
  padding-left: 20px;
}

#left-menu-nav ul li ul .selected {
  color: #A5AFC0;
}

#left-menu-nav ul .level_0 a {
  color: #F5A623;
  font-size: 24px;
  position: relative;
}

#left-menu-nav ul .level_0 a:before {
  content: '';
  width: 21px;
  height: 29px;
  background: #F5A623;
  position: absolute;
  left: -30px;
  top: 1px;
}

#left-menu-nav ul .subMenuContainer {
  margin-top: 20px;
}

.bottom-container .menu-container ul .subMenu {
  display: none;
  position: absolute;
  background: #252D3B url(/en/images/logo/gelecek-varlik-footer-logo.svg) no-repeat right 30px bottom 20px;
  width: 100%;
  margin: 0;
  right: 0;
  z-index: 1000002;
  left: 0;
  color: #252D3B;
  background-size: 272px;
}

.bottom-container .menu-container ul .subMenu li a {
  color: #fff;
  font-weight: normal;
  padding: 0 20px;
}

.bottom-container .menu-container ul .subMenu li {
  border-bottom: 1px solid #3D4960;
  padding: 8px 0;
}

.two-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
}

.two-menu .item:nth-child(1) {
  background: #F5A623;
  width: 40%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F5A623 url(../../images/icons/shape.png) no-repeat center;
  background-size: 50%;
}

.two-menu .item:nth-child(2) {
  width: 60%;
  position: relative;
  padding: 60px 120px;
}

.two-menu .item .title {
  font-size: 44px;
  font-weight: bold;
  width: 50%;
  text-align: center;
}

.bottom-container .menu-container ul .subMenu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
  padding: 0;
  position: relative;
}

.hasSubMenu .subMenu {
  left: 100% !important;
  top: 0;
  padding: 0 30px;
  background: none !important;
}

.hasSubMenu .subMenu ul {
  width: 320px !important;
}

.hasSubMenu .two-menu .item:nth-child(1) {
  display: none;
}

.hasSubMenu .two-menu .item:nth-child(2) {
  width: 100%;
  padding: 0;
}

.hasSubMenu .two-menu {
  min-height: auto;
  display: block;
}

.menu-img {
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 272px;
  opacity: 0.24;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.tabYearsList {
  display: none;
}

#year-list-container .year-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#year-list-container .nice-select {
  background: #F5A623;
  width: 114px;
  height: 44px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 6px;
}

#year-list-container .nice-select.open .list {
  width: 100%;
  background: #252d3b;
  border-radius: 0px 0px 6px 6px;
  margin-top: 0;
  color: #fff;
}

.document-list-content {
  width: 100%;
  position: relative;
}

.document-list-content .document-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  background: #E4E7EC;
  padding: 25px 40px;
  border-radius: 10px;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.document-list-content .document-item .title {
  font-weight: bold;
  color: #31405C;
  border-right: 1px solid #707070;
  padding: 10px 30px 10px 0;
}

.document-list-content .document-item .summary {
  padding: 0 60px 0 30px;
}

.document-list-content .document-item .summary p {
  line-height: 150%;
  margin-bottom: 0;
}

.document-list-content .document-item .icon {
  position: absolute;
  right: 30px;
}

.document-list-content .document-item .icon .material-symbols-outlined {
  font-size: 44px;
  color: #252D3B;
}

.document-list-content .document-item:hover {
  background: #A5AFC0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.document-list-content a {
  color: #31405C;
}

.new-list-content {
  width: 100%;
  position: relative;
}

.new-list-content .new-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  background: #E4E7EC;
  padding: 25px 40px;
  border-radius: 10px;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.new-list-content .new-item .title {
  font-weight: bold;
  color: #31405C;
  margin-bottom: 10px;
}

.new-list-content .new-item .summary p {
  line-height: 150%;
  margin-bottom: 0;
}

.new-list-content .new-item:hover {
  background: #A5AFC0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.new-list-content .new-item .date {
  background: #f5a623;
  color: #252d3b;
  padding: 10px;
  display: inline-block;
  width: 130px;
  margin-bottom: 10px;
}

.event-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f5a62375;
  padding: 20px 0;
}

.event-list-item .event-list-date-container {
  width: calc(25% - 20px);
  background: #252D3B;
  color: #fff;
  margin-right: 20px;
  border-radius: 15px;
}

.event-list-item .event-list-date-container span:nth-child(1) {
  display: block;
  font-size: 45px;
  padding: 10px 20px;
  font-weight: bold;
}

.event-list-item .event-list-date-container span:nth-child(2) {
  padding: 0 20px 20px;
  font-size: 20px;
  display: block;
}

.event-list-item .event-list-title-container {
  width: 75%;
}

.event-list-item .event-list-title-container .addthisevent-drop {
  background: #f5a623;
  margin-top: 20px;
  padding: 17px 35px;
  color: #31405c !important;
  border-radius: 30px;
  border: none;
  z-index: 1;
}

.event-list-item .addthisevent_dropdown {
  border: none !important;
  border-radius: 15px !important;
  padding: 30px 5px 30px 25px !important;
  margin-top: 15px !important;
}

.event-list-item .addthisevent_dropdown span {
  color: #000 !important;
  font-size: 16px !important;
}

.event-list-item .addthisevent_dropdown span:hover {
  background: none !important;
  color: #dc0005 !important;
}

#press-releases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#press-releases .item-search-container {
  background: #F5F5F5;
  padding: 25px 20px;
  color: #31405C;
  border-bottom: 1px solid #31405c4d;
}

#press-releases .item-search-container .browser-title {
  font-weight: 900;
  padding: 10px 0;
}

#press-releases .item-search-container .date {
  background: #f5a623;
  color: #252d3b;
  padding: 8px 15px;
  display: inline-block;
}

#press-releases .item-search-container a {
  color: #31405C;
}

#press-releases .item-search-container p {
  color: #31405C;
  margin-bottom: 0;
}

#press-releases .item-search-container:last-of-type {
  border-bottom: none;
}

#press-releases .itemCount {
  margin-bottom: 10px;
}

.new-pager-area {
  margin-top: 20px;
}

.new-pager-area .pager-active {
  background-color: #f5a623;
  color: #252d3b;
  width: 30px;
  display: inline-block;
  text-align: center;
  padding: 5px;
  margin-bottom: 3px;
  margin-right: 5px;
  -webkit-box-shadow: 0px 1px 4px #00000036;
          box-shadow: 0px 1px 4px #00000036;
}

.new-pager-area .pager-active:hover {
  background-color: #f5a623;
  color: #252d3b;
}

.new-pager-area .new-pager-number {
  background-color: #ffffff;
  color: #252d3b;
  width: 30px;
  display: inline-block;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  -webkit-box-shadow: 0px 1px 4px #00000036;
          box-shadow: 0px 1px 4px #00000036;
}

.new-pager-area .new-pager-number:hover {
  background-color: #f5a623;
  color: #252d3b;
}

.site-search-panel {
  background: #f5a623;
  padding: 21px 20px;
  margin-bottom: 22px;
}

.site-search-panel .site-search-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-search-panel .site-search-item > div {
  width: calc(33.33% - 20px);
  margin: 0 auto;
  position: relative;
}

.site-search-panel .txt-box {
  -webkit-box-shadow: 1px 1px #0000002e;
          box-shadow: 1px 1px #0000002e;
  background: #fff;
  width: 100%;
  height: 50px;
  border: none;
  font-size: 17px;
  padding: 0 10px;
  color: #000;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site-search-panel img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 25px;
}

.site-search-panel .buttonY {
  background: none;
  border: none;
  padding: 20px;
  font-size: 17px;
  width: 150px;
  margin: 20px 0;
  cursor: pointer;
  left: 10px;
  position: relative;
  color: #fff;
}

.site-search-panel #btnClear {
  background: #252d3bb5;
}

.site-search-panel #btnDisclosureSearch, .site-search-panel #btnSearchDetail {
  background: #252d3b;
}

.gelecek-varlik-table {
  width: 100%;
  margin-bottom: 30px;
}

.gelecek-varlik-table tr:nth-child(2) th {
  background: #252d3b;
  color: #fff;
}

.gelecek-varlik-table tr th {
  background: #f5a623;
  text-align: left;
  padding: 10px 15px;
}

.gelecek-varlik-table tr td {
  padding: 10px 15px;
  border-right: 1px solid #ebe7e7;
  background: #F5F5F5;
}

.gelecek-varlik-table tr td:last-of-type {
  border: none;
}

.gelecek-varlik-table tr:nth-child(2n) td {
  background: #fff;
}

.form-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-item-two .form-item {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

.form-item-two .form-item input {
  width: 100%;
  padding: 20px 10px;
  border: 2px solid #E0E0E0;
  border-radius: 5px;
  font-size: 18px;
  background: #252d3b;
  color: #fff;
}

.form-item-two .form-item:nth-child(2) {
  margin-left: 40px;
}

.form-item-two .form-title {
  color: #252d3b;
  font-weight: bold;
  margin-bottom: 10px;
  display: none;
}

.form-item-one .form-item {
  width: calc(100%);
  margin-bottom: 20px;
}

.form-item-one .form-item input, .form-item-one .form-item textarea {
  width: 100%;
  padding: 20px 10px;
  border: 2px solid #E0E0E0;
  border-radius: 5px;
  font-size: 18px;
  background: #252d3b;
  color: #fff;
}

.form-item-one .form-title {
  color: #252d3b;
  font-weight: bold;
  margin-bottom: 10px;
  display: none;
}

.captcha-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}

.captcha-text-container .captcha-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.captcha-text-container .captcha-contact #img1 {
  padding: 0 10px;
}

.captcha-text-container .captcha-text-box input {
  width: 150px;
  padding: 0 10px;
  border: 2px solid #E0E0E0;
  border-radius: 5px;
  font-size: 18px;
  background: #252d3b;
  color: #fff;
  height: 40px;
}

.form-item-check-box {
  margin-top: 20px;
}

.form-item-check-box table {
  margin: 20px 0;
}

.btnBigSend {
  background: #f5a623;
  border: none;
  width: 150px;
  height: 50px;
  font-size: 19px;
  margin-bottom: 20px;
  cursor: pointer;
}

.siteSearchPanel {
  background: #252d3b;
  color: #fff;
  padding: 15px;
  margin-top: 20px;
}

.siteSearchPanel .calculator-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.siteSearchPanel .calculator-container > div {
  width: calc(50% - 25px);
  margin-right: 25px;
}

.siteSearchPanel .calculator-container .title {
  font-size: 20px;
  margin-bottom: 20px;
}

.siteSearchPanel .calculator-container input {
  width: calc(100% - 20px);
  padding: 9px 10px;
  border: 2px solid #E0E0E0;
  border-radius: 5px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
}

.siteSearchPanel .calculator-container .searchPageDateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.siteSearchPanel .calculator-container .searchPageDateBox img {
  width: auto;
  height: 100%;
}

.siteSearchPanel .calculatorRadioContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.siteSearchPanel .calculatorRadioContainer .item {
  margin-right: 10px;
}

.siteSearchPanel .calculatorRadioContainer .item input {
  margin-right: 5px;
}

.siteSearchPanel .searchPageDateBox #UCalculator1_lblPriceorCount {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.siteSearchPanel .searchPageDateBox #UCalculator1_txtPriceorCount {
  width: calc(100% - 20px);
  padding: 9px 10px;
  border: 2px solid #E0E0E0;
  border-radius: 5px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
}

.siteSearchPanel .searchPageDateBox #UCalculator1_lblType {
  font-size: 18px;
}

#UCalculator1_btnCount {
  background: #252d3b;
  color: #fff;
  margin-top: 20px;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#UCalculator1_btnCount:hover {
  background: #f5a623;
}

#UCalculator1_pnlPopUp {
  background: #f5a623;
  padding: 50px 25px;
  -webkit-box-shadow: 0 0 20px 0 black;
          box-shadow: 0 0 20px 0 black;
  color: #fff;
}

#UCalculator1_pnlPopUp #UCalculator1_btnClose {
  width: 100%;
  padding: 15px 0;
  margin-top: 20px;
  border: 0;
  cursor: pointer;
  background: #252d3b;
  color: #fff;
}

.accordion {
  padding: 23px 0;
}

.accordion h6 {
  font-size: 53px;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
  font-weight: bold;
}

.accordion .accordion-item {
  border-bottom: 1px solid #c6c6c6;
  padding: 23px 0;
  cursor: pointer;
  position: relative;
}

.accordion .accordion-item .accordion-header {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  padding: 0 75px 0 0;
}

.accordion .accordion-item .accordion-header::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 25px;
  margin: auto;
  background: url(../../images/icons/arrow-down-plus.png) no-repeat center;
  background-size: contain;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.accordion .accordion-item .accordion-body {
  display: none;
  font-size: 16px;
  margin-top: 15px;
}

.accordion .accordion-item:last-of-type {
  border-bottom: none;
}

.accordion .open-accordion .accordion-header::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: url(../../images/icons/arrow-down-sour.png) no-repeat center;
}

.accordion .faq-mobil-summary {
  display: none;
  font-size: 26px;
  text-align: center;
  color: #000;
  font-weight: 500;
}

.square-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.square-list a {
  background: #f5a623;
  color: #fff;
  width: calc(50% - 10px);
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 0;
  font-size: 20px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.square-list a:nth-child(2n) {
  margin-left: 20px;
}

.square-list a:hover {
  background: #252d3b;
}

.displayNone {
  display: none;
}

#timeline-content {
  position: relative;
  left: 10%;
  width: 90%;
}

#timeline-content .timeline {
  border-left: 4px solid #f5a623;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: #efefef;
  margin: 30px auto;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#timeline-content .timeline .event {
  border-bottom: 1px dashed #252d3b;
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}

#timeline-content .timeline .event:before {
  left: -210px;
  color: #252d3b;
  content: attr(data-date);
  text-align: right;
  font-size: 1.1em;
  min-width: 120px;
  font-weight: 600;
}

#timeline-content .timeline .event:after {
  -webkit-box-shadow: 0 0 0 4px #f5a623;
          box-shadow: 0 0 0 4px #f5a623;
  left: -57.85px;
  background: #252d3b;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px !important;
}

#timeline-content .timeline .event:before, #timeline-content .timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

#timeline-content .timeline .event:nth-child(1) {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

#timeline-content .timeline .event p {
  margin-bottom: 15px;
}

.responsive-table {
  overflow-x: auto;
}

.cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.cards-container .card {
  width: calc(33.33% - 10px);
  margin: 8px 0;
  background: #f5a623;
  position: relative;
  padding: 0 0 30px;
}

.cards-container .card:nth-child(3n+2) {
  margin: 8px 15px;
}

.cards-container .card .homepage-header span {
  padding: 25px 15px 0;
  font-size: 45px;
}

.cards-container .card p {
  padding: 0 20px;
}

.cards-container .card .apply {
  position: absolute;
  text-align: center;
  margin-bottom: 30px;
  bottom: -30px;
  width: 100%;
}

.cards-container .card .apply a {
  font-weight: bold;
  background: #252d3b;
  display: block;
  padding: 10px 0;
}

.cards-container-2 p:nth-child(1) {
  margin-top: 30px;
}

ul.detail {
  padding: 0 20px;
  margin-bottom: 30px;
}

ul.detail li {
  line-height: 160%;
}

.performances-detail #performances {
  background: none;
  height: auto;
  margin-bottom: 30px;
}

.performances-detail #performances .performances-container {
  width: 100%;
}

.performances-detail #performances .performances-container .performances-item p {
  color: #fff;
}

.two-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.two-contact .item:nth-child(2) {
  margin-left: 10px;
}

.video-container-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.video-container-detail .date {
  padding: 15px 20px 0;
  display: block;
  color: #f5a623;
}

.video-container-detail .video-item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  background: #252d3b;
  border-bottom: 10px solid #f5a623;
}

.video-container-detail .video-item video {
  width: 100%;
}

.video-container-detail .video-item:nth-child(2n) {
  margin-left: 40px;
}

.video-container-detail .video-item .title {
  background: #252d3b;
}

.video-container-detail .video-item .title p {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px 20px;
  margin-bottom: auto;
}

.financial-indicators-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.financial-indicators-container .financial-indicators-item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}

.financial-indicators-container .financial-indicators-item:nth-child(2) {
  margin-left: 40px;
}

.financial-indicators-container .financial-indicators-item .financial-indicators-title {
  background: #f5a623;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}

.financial-indicators-container .financial-indicators-item .financial-indicators-text {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.financial-indicators-container .financial-indicators-item .financial-indicators-text p {
  margin-bottom: 10px;
}

.financial-indicators-container .financial-indicators-item .financial-indicators-text p strong {
  font-size: 19px;
}

.risk-detail-title {
  width: 100%;
  display: table;
  padding: 10px 20px;
  background: #f5a623;
  font-weight: 400;
  font-size: 22px;
  margin: 15px 0 0;
  line-height: 100%;
}

.investor-info-kit-container .investor-info-kit-item {
  background: #f8f8f8;
  padding: 20px;
}

.investor-info-kit-container .investor-info-kit-item .investor-info-kit-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.investor-info-kit-container .investor-info-kit-item .investor-info-kit-text {
  padding: 0 30px;
  position: relative;
}

.investor-info-kit-container .investor-info-kit-item .investor-info-kit-text p {
  margin-bottom: 5px;
  position: relative;
  left: 15px;
  font-size: 18px;
}

.investor-info-kit-container .investor-info-kit-item .investor-info-kit-text p:before {
  font-family: "material symbols outlined";
  content: '\f81c';
  font-size: 29px;
  color: #252d3b;
  position: absolute;
  left: -40px;
}

.investor-info-kit-container .investor-info-kit-item .investor-info-kit-text p a {
  color: #31405C;
}

.investor-info-kit-container .investor-info-kit-download a {
  background: #252d3b;
  padding: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-transition: 1s;
  transition: 1s;
  border-top: 5px solid #252d3b;
}

.investor-info-kit-container .investor-info-kit-download a .material-symbols-outlined {
  margin-right: 10px;
  font-size: 35px;
}

.investor-info-kit-container .investor-info-kit-download a:hover {
  background: #f5a623;
  border-top: 5px solid #252d3b;
  color: #252d3b;
}

.play-btn {
  position: relative;
}

.play-btn .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.play-btn .play-icon .material-symbols-outlined {
  font-size: 55px;
  font-weight: bold;
  color: #F5A623;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.play-btn:hover .play-icon .material-symbols-outlined {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.play-btn .has-media-controls-hidden::-webkit-media-controls {
  display: none;
}

.play-btn .video-overlay-play-button {
  display: block;
  opacity: 0.95;
  cursor: pointer;
}

.play-btn .video-overlay-play-button:hover {
  opacity: 1;
}

.play-btn .video-overlay-play-button.is-hidden {
  display: none !important;
}

.dipNot {
  font-size: 16px !important;
}

.item-year {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  display: block;
}

.wrapper-home {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper-home h1, .wrapper-home h2 {
  font-size: 40px;
  font-weight: normal;
  color: #252D3B;
  padding: 0 0 17px;
}

.wrapper-home .container-detail-item {
  width: 100% !important;
}

.shares-container .shares-text {
  text-align: center;
  margin-bottom: 60px;
}

.shares-container .shares-text .gelecek-varlik-table {
  width: 50%;
  margin: 0 auto;
}

.shares-container .shares-text .gelecek-varlik-table tr {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  background: #E4E7EC;
  margin-bottom: 10px;
  padding: 5px 0;
}

.shares-container .shares-text .gelecek-varlik-table tr td {
  position: relative;
  border-right: 1px solid #A5AFC0;
  background: none;
  width: 50%;
}

.shares-container .shares-text .gelecek-varlik-table tr td:after {
  border-right: 1px solid #b55353;
}

.shares-container .shares-text .gelecek-varlik-table tr td:last-of-type {
  border-right: none;
}

.shares-container .shares-text .more {
  margin: 20px auto;
}

.shares-section-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 130px;
}

.shares-section-two a {
  background: #252D3B;
  width: 100%;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 140px;
  border-radius: 10px;
  color: #FFFFFF;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 25px;
}

.shares-section-two a .material-symbols-outlined {
  position: absolute;
  top: -44px;
  width: 80px;
  background: #F5A623;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  border-radius: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 4px solid #fff;
}

.shares-section-two a .text-color {
  margin-top: 20px;
}

.shares-section-two a:hover {
  background: #f5a623;
}

.shares-section-three {
  margin-top: 70px;
}

.shares-section-three .item {
  background: #E4E7EC;
  padding: 30px 100px;
  display: inline-block;
  border-radius: 10px;
}

.shares-section-three .item .one {
  font-size: 24px;
  font-weight: normal;
  color: #252D3B;
}

.shares-section-three .item .two a {
  color: #31405C;
  position: relative;
}

.shares-section-three .item .two a:after {
  content: '|';
  padding: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.shares-section-three .item .two a:last-of-type:after {
  display: none;
}

.about-us-container .about-us-text {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 70px;
}

.about-us-container .about-us-text .more {
  margin: 0 auto;
}

.about-us-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-us-one a {
  background: #252D3B;
  width: calc(33.3% - 20px);
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-us-one a .material-symbols-outlined {
  font-size: 40px;
  margin-bottom: 10px;
}

.about-us-one a span {
  opacity: 0.9;
}

.about-us-one a:hover {
  background: #f5a623;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about-us-one .two-part {
  width: 65%;
}

.about-us-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-us-two .item {
  width: calc(50% - 20px);
  background: #E4E7EC;
  margin: 0 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.about-us-two .item .top-item {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us-two .item .top-item .text strong {
  display: block;
  font-size: 20px;
}

.about-us-two .item .top-item .text {
  padding: 0 30px;
}

.about-us-two .item .bottom-item {
  padding: 0 40px 40px;
}

.reports-and-presentations-container {
  width: 90%;
  margin: 0 auto;
}

.reports-and-presentations-container .reports-and-presentations-text {
  text-align: center;
}

.reports-and-presentations-container .reports-and-presentations-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
}

.reports-and-presentations-container .reports-and-presentations-one a {
  width: calc(50% - 20px);
  margin: 0 10px;
  background: #31405C;
  height: 140px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.reports-and-presentations-container .reports-and-presentations-one a i {
  padding: 20px;
  color: #FFFFFF;
  font-style: normal;
  opacity: 0.6;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}

.reports-and-presentations-container .reports-and-presentations-one a img {
  position: absolute;
  right: 0;
}

.reports-and-presentations-container .reports-and-presentations-one .one {
  width: 100%;
  height: 219px;
  overflow: hidden;
}

.reports-and-presentations-container .reports-and-presentations-one .one img {
  right: -85px;
  -webkit-transition: 1s;
  transition: 1s;
}

.reports-and-presentations-container .reports-and-presentations-one .one img:hover {
  right: 0;
}

.exclusive-to-investors-container {
  margin-bottom: 70px;
  position: relative;
}

.exclusive-to-investors-container .exclusive-to-investors-text {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.exclusive-to-investors-container .exclusive-to-investors-text .more {
  margin: 0 auto;
}

.exclusive-to-investors-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.exclusive-to-investors-one .item {
  width: calc(50% - 20px);
  margin: 10px;
  background: #E4E7EC;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.exclusive-to-investors-one .item .img img {
  border-radius: 10px;
}

.exclusive-to-investors-one .item .title {
  color: #252D3B;
  margin-bottom: 20px;
}

.exclusive-to-investors-one .item .summary {
  margin-top: 20px;
}

.exclusive-to-investors-one .item .more {
  width: 200px;
}

#home-pop-up {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background: #0000007d;
}

#home-pop-up .container-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
}

#home-pop-up center {
  position: relative;
}

#home-pop-up center .close-popup {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 1;
  color: #c86742;
  font-size: 30px;
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
  .wrapper, .home-wrapper {
    width: 95%;
  }
  .homeSlider .item .sliderItem > span {
    width: 50%;
  }
  .homeSlider .item .sliderItem .bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    right: 40px;
    position: relative;
  }
  .homeSlider .item .sliderItem .bottom img {
    width: 300px;
  }
  .bottom-container .menu-container ul li {
    margin: 0 20px;
    text-align: center;
  }
  .two-menu .item:nth-child(1) {
    width: 30%;
  }
  .two-menu .item:nth-child(2) {
    width: 80%;
    padding: 60px 10px;
  }
  .two-menu .item .title {
    font-size: 35px;
    width: auto;
  }
  .logo {
    width: 320px;
    display: block;
  }
  .about-us-one .two-part {
    width: calc(65% - 8px);
  }
  .reports-and-presentations-container .reports-and-presentations-one .one {
    height: auto;
    min-height: 140px;
  }
}

@media screen and (max-width: 980px) {
  .hamburger-btn {
    display: inline-block;
  }
  .bottom-container {
    display: none;
  }
  .top-container .header-item:nth-child(n+2) {
    display: none;
  }
  .top-container .search {
    width: 100%;
  }
  .top-container .search input {
    border-radius: 8px;
  }
  .top-container .search.active input, .top-container .search:hover input {
    width: 100%;
    position: relative;
  }
  .top-container .wrapper {
    display: block;
  }
  .top-container .header-item-bottom:nth-child(2) {
    top: 50px;
  }
  #performances {
    height: auto;
    background-size: auto 100%;
  }
  #performances .performances-container .performances-item {
    width: calc(50% - 40px);
    margin: 0 20px 20px;
  }
  .performances-summary .home-btn font {
    font-size: 35px;
  }
  .container-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-two > div {
    width: 100%;
  }
  .container-two > div:nth-child(2) {
    margin-left: 0;
  }
  #home-video {
    margin-top: 30px;
    text-align: center;
  }
  .sustainability-container #animation1 {
    display: none;
  }
  .sustainability-container #animation2 {
    left: auto;
    position: relative;
  }
  #abouts .abouts-container .abouts-text {
    width: 100%;
    margin: 0;
    padding: 25px 0;
  }
  #header-container .menuResponsive {
    background: #252d3b;
  }
  #header-container .menuResponsive .two-menu {
    min-height: auto;
  }
  #header-container .menuResponsive .two-menu .item:nth-child(1) {
    display: none;
  }
  #header-container .menuResponsive .two-menu .item:nth-child(2) {
    width: 100%;
    padding: 0;
  }
  #header-container .menuResponsive .two-menu ul {
    padding: 0 !important;
    background: #f5a623;
    width: 100%;
    margin-top: 15px;
  }
  #header-container .menuResponsive .logo .logo-white {
    display: none;
  }
  #header-container .menuResponsive .logo .logo-dark {
    display: block;
  }
  #header-container .menuResponsive .header-item:nth-child(n+2) {
    display: block;
  }
  #header-container .menuResponsive .header-item:nth-child(2) {
    display: none;
  }
  #header-container .menuResponsive .header-item .header-item-bottom:nth-child(1) a {
    color: #fff;
    right: 6px;
    position: absolute;
    font-size: 15px;
    top: 18px;
  }
  #header-container .bottom-container {
    background: #252D3B;
  }
  #header-container .bottom-container .menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0 60px;
  }
  #header-container .bottom-container .menu-container ul li {
    text-align: left;
    border-bottom: 1px solid #3D4960;
    padding: 16px 0;
  }
  #header-container .bottom-container .menu-container ul li a {
    color: #fff;
    font-weight: normal;
    padding: 0;
  }
  #header-container .bottom-container .menu-container ul li:last-of-type {
    border-bottom: none;
  }
  #header-container .bottom-container .menu-container .subMenu {
    position: relative;
    background: none;
  }
  .container-detail-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-detail-text .container-detail-item:nth-child(1) {
    width: 100%;
  }
  .container-detail-text .container-detail-item:nth-child(2) {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px solid #252d3b52;
  }
  #left-menu-nav {
    left: 30px;
  }
  .hasSubMenu .subMenu {
    left: 0 !important;
    top: 0;
    padding: 0;
  }
  .exclusive-to-investors-container .exclusive-to-investors-text {
    width: 100%;
  }
  .gelecek-varlik-table {
    display: block;
    overflow-x: auto;
  }
}

@media screen and (max-width: 640px) {
  .homeSlider .item {
    height: 230px !important;
  }
  .homeSlider .item .sliderItem .slider-text .slider-date {
    font-size: 16px;
  }
  .homeSlider .item .sliderItem .slider-text .slider-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .homeSlider .item .sliderItem .slider-text .slider-title .f30 {
    font-size: 20px;
  }
  .homeSlider .item .sliderItem .slider-text .slider-title p {
    margin: 0 0 5px;
  }
  .homeSlider .item .sliderItem .bottom img {
    width: 100px;
  }
  .more {
    font-size: 13px;
    width: 110px;
    height: 30px;
  }
  .home-popup {
    width: 100%;
  }
  .performances-summary .home-btn {
    width: 100%;
    top: 0;
  }
  .performances-summary .home-btn font {
    font-size: 20px;
  }
  .performances-summary .home-btn:hover font:before {
    display: none;
  }
  .performances-summary .two-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .performances-summary .two-item .item {
    width: 100%;
  }
  .performances-summary .two-item .item:nth-child(2) img {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-title h1 {
    font-size: 20px;
  }
  #performances {
    padding: 0 0 25px;
  }
  #performances .performances-container .performances-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  #performances .performances-container .performances-item p {
    font-size: 15px;
  }
  #performances .performances-container .performances-item p strong {
    font-size: 26px;
  }
  #performances .performances-container .performances-item p i {
    font-size: 16px;
  }
  #news {
    padding: 30px 0 25px;
  }
  #news .news-title-all {
    margin: 0 20px 30px;
  }
  #news .news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #news .news-container .news-item {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
  #news .news-container .news-item:nth-child(n+4) {
    display: none;
  }
  #news .news-container .news-item .news-summary {
    left: 5px;
  }
  .sustainability-container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 30px 0;
  }
  .sustainability-container .sustainability-text {
    width: 90%;
  }
  #investment {
    height: auto !important;
  }
  #investment .investment-container {
    height: 270px;
  }
  #investment .investment-container p {
    width: 90%;
  }
  #footer .footer-container .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  #footer .footer-container .footer-top .footer-item {
    border-bottom: 1px solid #31405c;
    padding: 15px 0;
  }
  #footer .footer-container .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footer-container .footer-bottom .footer-item {
    border-bottom: none;
    padding: 0;
  }
  #footer .footer-container .footer-bottom .sub-item a {
    font-size: 12px;
  }
  .btn-top {
    right: 10px;
  }
  #presentations {
    margin-top: 30px;
  }
  #timeline-content {
    left: 0;
    width: 100%;
  }
  #timeline-content .timeline .event:before {
    left: -80px;
  }
  #timeline-content .timeline .event p:nth-child(1) {
    margin-top: 35px;
  }
  .square-list a {
    width: 100%;
  }
  .square-list a:nth-child(2n) {
    margin-left: 0;
  }
  .cards-container .card {
    width: 100%;
  }
  .cards-container .card:nth-child(3n+2) {
    margin: 0;
  }
  .container-detail-text .container-detail-item:nth-child(2) {
    width: 92%;
  }
  .siteSearchPanel .calculator-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .siteSearchPanel .calculator-container > div {
    width: 100%;
    margin-right: 0;
  }
  #UCalculator1_btnCount {
    margin-bottom: 30px;
  }
  .site-search-panel .site-search-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-search-panel .site-search-item > div {
    width: 100%;
  }
  .site-search-panel .txt-box {
    margin-bottom: 5px;
  }
  .event-list-item .event-list-date-container {
    width: calc(30% - 20px);
  }
  .form-item-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-item-two .form-item {
    width: 100%;
  }
  .form-item-two .form-item input, .form-item-two .form-item textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-item-two .form-item:nth-child(2) {
    margin-left: 0;
  }
  .form-item-one .form-item input, .form-item-one .form-item textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .financial-indicators-container .financial-indicators-item {
    width: 100%;
  }
  .financial-indicators-container .financial-indicators-item:nth-child(2) {
    margin-left: auto;
  }
  .video-container-detail .video-item {
    width: 100%;
  }
  .video-container-detail .video-item:nth-child(2n) {
    margin-left: auto;
  }
  .about-us-one a {
    width: calc(50% - 20px);
    text-align: center;
  }
  .about-us-one .two-part {
    width: 100%;
  }
  .about-us-two .item {
    width: 100%;
  }
  .about-us-two .item .top-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us-two .item .top-item .text {
    text-align: center;
  }
  .about-us-two .item .bottom-item {
    text-align: center;
    padding: 0 20px 20px;
  }
  .about-us-two .item .bottom-item .more {
    margin: 0 auto;
  }
  .wrapper-home h1, .wrapper-home h2 {
    font-size: 30px;
  }
  .exclusive-to-investors-one .item {
    width: 100%;
    text-align: center;
  }
  .exclusive-to-investors-one .item .more {
    margin: 0 auto;
  }
  .shares-container .shares-text .gelecek-varlik-table {
    width: 100%;
  }
  .shares-section-two {
    margin-top: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .shares-section-two a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 50px;
  }
  .shares-section-three {
    margin-top: 10px;
  }
  .shares-section-three .item .two a {
    display: block;
  }
  .shares-section-three .item .two a:after {
    display: none;
  }
  .reports-and-presentations-container {
    width: 100%;
  }
  .reports-and-presentations-container .reports-and-presentations-one {
    margin-top: 35px;
  }
  .reports-and-presentations-container .reports-and-presentations-one a {
    width: 100%;
  }
  .reports-and-presentations-container .reports-and-presentations-one .one img {
    height: 100%;
  }
  #home-pop-up .container-content {
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    width: 265px;
  }
  .accordion .accordion-item .accordion-header {
    font-size: 17px;
  }
}
/*# sourceMappingURL=project.css.map */