@import url("/css/fonts/rubik.css") all;
@import url("/css/fonts/fontawesome.css") all;
@import url("/css/fonts/notera.css") all;
@import url("/css/fonts/spoon.css") all;
@import url("/css/constant/effect.css") all;
@import url("/css/constant/form.css") all;
@import url("/css/constant/animate.css") all;
@import url("/css/constant/narfix.css") all;
/*
html{
  background-color: #333333;
  opacity: 0;
  transition: .8s;
}
body{
  background-color: #ffffff;
*/
strong {
  font-family: Spoon-Bold;
}

.bold,
.bold * {
  font-family: Spoon-Bold;
}

.regular,
.regular * {
  font-family: Spoon-Regular;
}

* {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 0.6px;
  font-family: Spoon-Light;
}

::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

/*                                             GENERAL                                          */

.animateds:hover span {
  -webkit-animation-name: animatedsx; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.7s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0.3s; /* Safari 4.0 - 8.0 */
  animation-name: animatedsx;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  transition: 0.5s;
}

@keyframes animatedsx {
  0% {
    text-shadow: 0 0 0 #c09c5e;
    letter-spacing: 0;
  }
  50% {
    text-shadow: 0 0 0.3px #c09c5e;
    letter-spacing: 0.3px;
  }
  100% {
    text-shadow: 0 0 0 #c09c5e;
    letter-spacing: 0;
  }
}

.banner_text {
  width: 90% !important;
  top: 0 !important;
  bottom: 0 !important;
  height: fit-content !important;
  text-align: right !important;
}

.bg_gray_90 {
  background-color: rgba(15, 12, 12, 0.9);
}

.header {
  position: fixed;
  width: 220px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 10;
  text-align: right;
  padding: 0 35px;
}

.header2 {
  /*background-color : rgba(15, 12, 12, 0.9);*/
  border-left: solid 2px #000000;
}
.header.main {
  background-color: rgba(29, 29, 27, 0.8);
}

.logox {
  margin: 35px 0 35px;
  float: right;
  width: 60%;
}

.open_menu {
  overflow: hidden;
  height: 0;
  transition: 1s;
}

.opened_menu {
  height: auto;
  padding: 10px 0;
}

.desktop_menux > ul > li {
  padding: 10px 0;
}

.desktop_menux > ul > li a {
  color: #ffffff;
}

.desktop_menux > ul > li > ul {
}

.desktop_menux > ul > li > ul > li {
  position: relative;
}

.desktop_menux > ul > li > ul > li img {
  width: 14px;
  position: absolute;
  right: 0;
  top: 0;
}

.desktop_menux > ul > li > ul > li a {
  margin-right: 18px;
}

.mobile_menu {
  height: 0;
}

.mobile_menu > ul {
  padding: 120px 0;
  text-align: center;
  margin: auto;
}

.mobile_menu > ul > li {
  padding: 10px 0;
}

.mobile_menu > ul > li a {
  color: #ffffff;
}

.mobile_menu > ul > li > ul {
  display: block;
  margin: auto;
  width: fit-content;
}

.mobile_menu > ul > li > ul > li {
  position: relative;
}

.mobile_menu > ul > li > ul > li img {
  width: 20px;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: contain;
}

.mobile_menu > ul > li > ul > li a {
  margin-right: 18px;
}

.menu_line {
  width: 25px;
  height: 216px;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 30;
}

.copyright {
  color: #ffffff;
  font-size: 7px;
}

.footer {
  bottom: 30px;
  position: absolute;
  width: 70%;
}

.conteiner_left {
  width: calc(100% - 220px);
  height: 100%;
  position: fixed;
}

.hakkimizda_tirnak {
  width: 45px;
  margin: 20px 5px 10px 20px;
}

.hakkimizda_text {
  margin: 20px auto 10px;
  max-width: 400px;
  color: #ffffff;
}

.ajax_text {
  margin: 20px auto 10px;
  width: 90%;
  color: #ffffff;
}

.ajax_text * {
  color: #ffffff;
}

.hakkimizda_img img {
  max-width: 95%;
  width: auto;
  height: 100%;
  position: absolute;
  min-height: 400px;
}

.middle_content {
  height: fit-content;
  max-height: 90%;
  width: 100%;
}

.conteiner_center {
  width: 90%;
  position: relative;
  margin: auto;
}

.project_content {
  width: 33.3%;
  float: left;
  position: relative;
}

.project_content_ic {
  margin: 7%;
  position: relative;
  cursor: pointer;
}

.project_content_ic > img {
  filter: grayscale(100%);
  transition: 0.5s;
}

.project_list_text {
  position: absolute;
  top: 50%;
  width: 100%;
  color: transparent;
  transition: 0.5s;
  font-family: Spoon-Bold;
}

.project_content_ic:hover img {
  filter: grayscale(0);
}

.project_list_text > span {
  display: inline-block;
  margin-top: -50%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.project_content_ic:hover .project_list_text {
  color: #ffffff;
  text-shadow: 2px 2px 15px #000000;
}

.project_list_filter {
  background-color: rgba(59, 59, 58, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.5s;
}

.project_content_ic:hover .project_list_filter {
  /*background-color: rgba(255, 212, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);*/
  background-color: transparent;
}

.project_slider {
  margin: auto;
}

.project_slider_text {
  position: absolute;
  top: 0;
  left: 50px;
  padding: 10px;
  min-width: 260px;
  min-height: 200px;
  background: rgba(56, 64, 62, 0.4);
}

.slider_right_icon {
  transition: 0.5s;
}

.project_slider .slider_right_icon {
  right: 20px;
}

.project_oval_image {
  display: flex;
  width: fit-content;
}

.project_oval_image > li {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
  margin: 15px 5px;
  cursor: pointer;
}
.projects_content {
  width: 96%;
  margin: auto;
  left: 0;
  right: 0;
  /* display: inline-block; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.foter_social {
  width: fit-content;
  display: flex;
  margin: auto;
}

.social_icon {
  margin: 7px auto;
  padding: 0 4px;
  height: 20px;
  cursor: pointer;
}

.social_icon img {
  width: auto;
  height: 100%;
}

.back_icon {
  position: absolute;
  right: 10px;
}

.etkinlik_text_content {
  width: 60%;
  height: 95%;
  padding-left: 5%;
  position: absolute;
  z-index: 5;
}

.reportage_text_content {
  width: 60%;
  height: 70%;
  padding-left: 5%;
  position: absolute;
  z-index: 5;
}

.etkinlik_img_content_top {
  width: 25%;
  height: 45%;
  position: absolute;
  right: 5%;
  top: 0;
  z-index: 4;
}

.reportage_img_content_top {
  width: 25%;
  height: 60%;
  position: absolute;
  right: 5%;
  z-index: 4;
}

.etkinlik_img_content_bottom {
  width: 25%;
  height: 45%;
  position: absolute;
  right: 0;
  left: 50%;
  margin: auto;
  top: 50%;
  z-index: 3;
}

.article_img_content_bottom {
  width: 35%;
  height: 55%;
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: 4;
}

.article_img_content_top {
  width: 35%;
  height: 55%;
  position: absolute;
  right: 15%;
  z-index: 3;
}

.article_text_content {
  width: 50%;
  height: 95%;
  padding-left: 5%;
  position: absolute;
  z-index: 5;
  bottom: 5%;
}

.conteiner_center_yarisma {
  width: 100%;
  position: relative;
  float: left;
}

.conteiner_center_yarisma_desktop {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  transition: 0.8s;
}

.yarismalar_text_content {
  position: absolute;
  margin: auto;
  width: 60%;
  height: 80%;
  padding-left: 5%;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.etkinlik_conteiner {
  height: 100%;
}

.yarismalar_img_content {
  position: absolute;
  margin: auto;
  width: 30%;
  height: 45%;
  right: 5%;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.yarismalar_img_conteiner {
  width: 100%;
  height: 45%;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.yarismalar_oval_image {
  display: flex;
  width: fit-content;
  bottom: -60px;
  position: absolute;
}

.yarismalar_oval_image > li {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  overflow: hidden;
  margin: 15px 5px;
  cursor: pointer;
}

.yarismalar_img_content_bottom {
  width: 50%;
  position: absolute;
  left: 0;
  margin: auto;
  bottom: 0;
  z-index: 3;
}

.page_slider_right_icon {
  right: 1%;
}

.proje_yayinlari_conteiner {
  width: 33%;
  height: 100%;
  float: left;
  position: relative;
}

.proje_yayinlari_conteiner > .mw_auto {
  left: 0;
  right: 0;
}

.proje_yayinlari_img_content {
  width: 200px;
  height: 200px;
  margin: auto;
  border-radius: 100%;
}

.proje_yayinlari_text_content {
  width: 240px;
  margin: auto;
  height: 300px;
  text-align: center;
}

.proje_yayinlari_text_conteiner {
  border-bottom: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
}

.proje_yayinlari_text {
  margin: 20px 0 0;
  color: #ffffff;
}

.soylesi_text_content {
  width: 62%;
  height: 70%;
  right: 5%;
  position: absolute;
  z-index: 4;
}

.soylesi_img_content {
  width: 22%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.contact_top_image {
  width: 100%;
  height: 280px;
  position: relative;
}

.contact_icon {
  width: 100px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.5s;
  z-index: 1000;
}

.contact_data {
  width: 100%;
  transition: 0.5s;
  position: relative;
  display: inline-block;
}

.contact_ofice_conteiner {
  float: left;
}

.contact_tel_conteiner {
  float: left;
}

.contact_time_conteiner {
  float: left;
}

.contact_text_conteiner {
  width: 33.3%;
  float: left;
  padding-top: 25px;
}

.contact_text_conteiner:first-child {
  padding-left: 20px;
}

.contact_text_conteiner img {
  width: 30px;
  height: 30px;
  padding: 5px;
}

.contact_text_title {
  color: #c09c5e;
}

.contact_text {
  color: #ffffff;
}

.contact_map_content {
  height: 100%;
  position: relative;
}

.contact_map_content iframe {
  height: 270px;
  margin: 10px 10px 10px 40px;
  border: 0;
}

.contact_form_content {
  padding: 30px 20px;
  display: table;
  width: 100%;
}

.contact_form_input {
  padding: 5px;
  margin: 10px 0;
}

.contact_form_input > input {
  background: none;
  border: none;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
  width: 100%;
}

.contact_submit_button {
  width: 100%;
  text-align: center;
  color: #c09c5e;
  clear: both;
  cursor: pointer;
}

.teams_content {
  width: 90%;
  height: 100%;
  margin: auto;
  float: left;
}

.teams_conteiner {
  width: 50%;
  height: 280px;
  float: left;
}

.teams_img_content {
  width: 140px;
  height: 140px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-mask-box-image: url(/img/site/poligon.svg);
  mask-border: url(/img/site/poligon.svg);
}

.team_center {
  position: absolute;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.team_img_content {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 5%;
  -webkit-mask-box-image: url(/img/site/poligon.svg);
  mask-border: url(/img/site/poligon.svg);
}

.teams_text_content {
  position: absolute;
  margin: auto;
  right: 150px;
  top: 0;
  bottom: 0;
  height: 150px;
  text-align: right;
}

.team_name_content {
  color: #ffffff;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  height: 35px;
  left: 300px;
}

.team_biograph_content {
  color: #ffffff;
  margin: -25vh auto;
  position: relative;
  height: fit-content;
  right: 30px;
  width: 45%;
  float: right;
}

.reportage_detay {
  float: right;
  margin: 10px;
  width: 200px;
}

.conteiner_center_ajax {
  background-color: #333333;
}

.team_to_back {
  width: 40px;
  position: absolute;
  bottom: -80px;
  cursor: pointer;
}
.teams_bottom_ok {
  width: 30px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.teams_bottom_ok_efect {
  position: absolute;
  bottom: 15px;
}

.teams_bottom_ok .teams_bottom_ok_efect {
  -webkit-animation-name: animatedsx; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: 3; /* Safari 4.0 - 8.0 */
  animation-name: animatedsx;
  animation-delay: 1.5s;
  animation-duration: 0.5s;
  animation-iteration-count: 3;
  animation-fill-mode: unset;
}

@keyframes animatedsx {
  0% {
    bottom: 15px;
  }
  100% {
    bottom: 5px;
  }
}

.teams_bottom_ok:hover .teams_bottom_ok_efect {
  -webkit-animation-name: animatedsxy; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 1.5s; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: 2; /* Safari 4.0 - 8.0 */
  animation-name: animatedsxy;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-iteration-count: 2;
  animation-fill-mode: forwards;
}
@keyframes animatedsxy {
  0% {
    bottom: 15px;
  }
  100% {
    bottom: 5px;
  }
}

.office_2 {
  padding: 10px 0 10px 45px;
  color: #ffffff;
}

.contact_conteiner {
  overflow: scroll;
  position: absolute;
  height: 100%;
}

@media screen and (max-width: 1220px) {
}

@media screen and (max-width: 1024px) {
  * {
    font-size: 12px;
    line-height: 16px;
  }

  .header {
    position: fixed;
    right: 0;
    top: 0;
    height: 70px;
    z-index: 10;
    width: 100%;
    text-align: right;
    padding: 0;
    background-color: #1d1d1be6;
  }

  .mobile_menu_button {
    width: 60px;
    padding: 5px;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    display: block;
  }

  .logox {
    margin: 10px;
    width: 50px;
    float: left;
  }

  .desktop_menux {
    display: none;
  }

  .footer {
    display: none;
  }

  .left_content {
    float: none;
    width: 100%;
  }

  .right_content {
    float: none;
    width: 100%;
  }

  .left_content .scrolling {
    height: auto;
  }

  .hakkimizda_img img {
    position: relative;
    height: auto;
    margin: auto;
  }

  .etkinlik_text_content {
    width: auto;
    height: auto;
    position: relative;
    margin: 25px auto;
    padding-right: 5%;
  }

  .etkinlik_text_content .scrolling {
    height: auto;
  }

  .etkinlik_img_content_top {
    position: relative;
    width: 90%;
    height: auto;
    left: auto;
    right: auto;
    margin: 15px auto;
  }

  .etkinlik_img_content_bottom {
    position: relative;
    width: 90%;
    height: auto;
    left: auto;
    right: auto;
    margin: 15px auto;
  }

  .yarismalar_text_content {
    width: auto;
    height: auto;
    position: relative;
    margin: 25px auto;
    padding-right: 5%;
  }

  .yarismalar_text_content .scrolling {
    height: auto;
  }

  .yarismalar_img_content_top {
    position: relative;
    width: 90%;
    height: auto;
    left: auto;
    right: auto;
    margin: 15px auto;
  }

  .yarismalar_img_content_bottom {
    position: relative;
    width: 90%;
    height: auto;
    left: auto;
    right: auto;
    margin: 15px auto;
  }

  .reportage_text_content {
    width: auto;
    height: auto;
    position: relative;
    margin: 25px auto;
    padding-right: 5%;
  }

  .reportage_text_content .scrolling {
    height: auto;
  }

  .reportage_img_content_top {
    position: relative;
    width: 90%;
    height: auto;
    left: auto;
    right: auto;
    margin: 15px auto;
  }

  .article_text_content {
    width: auto;
    height: auto;
    position: relative;
    margin: 25px auto;
    padding-right: 5%;
  }

  .article_text_content .scrolling {
    height: auto;
  }

  .article_img_content_top {
    position: relative;
    width: 90%;
    height: auto;
    left: auto;
    right: auto;
    margin: 15px auto;
  }

  .article_img_content_bottom {
    position: relative;
    width: 90%;
    height: auto;
    left: auto;
    right: auto;
    margin: 15px auto;
  }

  .proje_yayinlari_conteiner {
    width: 100%;
    float: none;
  }

  .soylesi_text_content {
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    right: auto;
    margin: 25px auto;
    padding-right: 5%;
  }

  .soylesi_text_content .scrolling {
    height: auto;
  }

  .soylesş_img_content {
    position: relative;
    width: 90%;
    height: auto;
    left: auto;
    right: auto;
    margin: 15px auto;
  }

  .teams_img_content {
    width: 120px;
    height: 120px;
  }

  .teams_text_content {
    right: 130px;
  }

  .slider_right_icon {
    right: 20px;
  }

  .middle_content {
    /*height: auto;
    max-height: max-content;
    margin: 80px 0;
    top: inherit;
    bottom: inherit;
    position: relative;
    display: table;*/
  }

  .menu_line {
    display: none;
  }

  .header {
    right: 0 !important;
  }

  .hakkimizda_text {
    max-width: 70%;
  }

  .soylesi_img_content {
    position: relative;
    height: auto;
    margin: auto auto 50px;
    width: 90%;
  }

  .contact_map_content iframe {
    position: relative;
    display: block;
    margin: 20px auto;
  }
  .contact_conteiner.scrolling {
    position: relative;
  }
  .conteiner_left {
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 70px;
  }
  .etkinlik_img_content_bottom {
    top: auto;
  }
  .yarismalar_img_content {
    position: relative;
    width: 90%;
    height: auto;
    right: auto;
  }
  .page_image > ul > li {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
  }
}

@media screen and (max-width: 768px) {
  .teams_conteiner {
    width: 50%;
  }

  .hakkimizda_text {
    max-width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .project_content {
    width: 100%;
    float: none;
  }

  .project_slider_text {
    position: absolute;
    bottom: 10px;
    top: auto;
    left: 0;
    right: 0;
    padding: 10px;
    min-width: 260px;
    min-height: 200px;
    background: rgba(56, 64, 62, 0.4);
  }

  .etkinlik_img_content_bottom {
    top: auto;
  }

  /*.page_slider{
    margin-top : 20px;
  }*/

  .proje_yayinlari_conteiner {
    padding-top: 15px;
  }

  .soylesi_slider {
    padding-top: 20px;
  }

  .slider_right_icon {
    right: 10px !important;
  }

  .teams_conteiner {
    width: 94%;
    height: 200px;
  }

  .project_list_text > span {
    color: #ffffff;
    text-shadow: 0 0 2px #333333;
  }

  .project_oval_image {
    display: none;
  }

  .mobile_project_image_content {
    height: auto !important;
    margin: auto !important;
  }

  .mobile_project_image {
  }

  .etkinlik_text_content,
  .yarismalar_text_content,
  .reportage_text_content {
    margin: auto;
  }

  .article_text_content {
    margin: auto;
    bottom: auto;
  }

  .proje_yayinlari_text_content {
    height: 100%;
  }

  .contact_top_image {
    position: relative;
  }
  .contact_data {
    position: relative;
    top: auto;
  }
  .contact_map_content iframe {
    position: relative;
    display: block;
    margin: 20px auto;
  }
  .contact_conteiner.scrolling {
    position: relative;
  }
  .team_img_content {
    position: relative;
    margin: auto;
  }
  .team_name_content {
    margin: auto;
    position: relative;
    left: auto;
    text-align: center;
  }
  .team_biograph_content {
    margin: auto;
    right: auto;
    width: 90%;
    float: none;
  }
  .team_to_back {
    bottom: auto;
    top: 0;
  }
  .middle_div {
    padding: 0 !important;
  }
  .teams_bottom_ok {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  @media screen and (max-width: 480px) {
  }
}

.banner_oval {
  display: none;
}

.banner_text {
  display: none;
}

.slider_left_icon {
  height: 29px;
}

.slider_right_icon {
  height: 29px;
}

@media all and (-ms-high-contrast: none) or (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .project_list_text {
    height: 30px;
    display: table-cell;
    text-align-all: center;
    vertical-align: middle;
  }
}

@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS styles go here */
  .project_list_text {
    height: 30px;
    display: table-cell;
    text-align-all: center;
    vertical-align: middle;
  }
}

html[data-useragent*="MSIE 10.0"] body .project_list_text {
  height: 30px;
  display: table-cell;
  text-align-all: center;
  vertical-align: middle;
}
