@charset "UTF-8";
/* reset */
* {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

a {
  color: black;
  text-decoration: normal; }
  a:hover {
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: black;
    -webkit-text-decoration-color: black; }

html {
  font-family: 'IBMPlexSans';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

@font-face {
  font-family: 'IBMPlexSans';
  src: url("../fonts/IBMPlexSans-Regular.ttf"); }
@font-face {
  font-family: 'IBMPlexSansBold';
  src: url("../fonts/IBMPlexSans-Bold.ttf"); }
header {
  display: flex;
  justify-content: center;
  height: 50px;
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid black; }
  header .page_name {
    float: left;
    cursor: pointer;
    margin-left: 10;
    position: absolute;
    left: 0;
    background-image: url("../images/mapi_logo.png");
    padding: 20px;
    background-position: -1px 2px;
    width: 10px;
    height: 5px; }
    header .page_name::before {
      content: "MENÜ";
      position: absolute;
      top: 0;
      left: 50px;
      color: #967314; }
      header .page_name::before:hover {
        color: black; }
    header .page_name:hover {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      text-decoration-color: black;
      -webkit-text-decoration-color: black;
      opacity: 0.5;
      color: black; }
  header .company_name {
    cursor: pointer;
    text-align: center;
    font-family: 'IBMPlexSansBold';
    text-shadow: 3px 8px lightgray; }
    header .company_name:hover {
      text-decoration-line: line-through;
      -webkit-text-decoration-line: line-through;
      text-decoration-color: black;
      -webkit-text-decoration-color: black; }
  header .allprojects {
    float: right;
    margin-right: 10;
    position: absolute;
    right: 0; }

#arkaresimler {
  justify-content: center; }
  #arkaresimler .kareler {
    background-color: black;
    opacity: 0;
    float: left;
    color: #756666;
    padding: 0px;
    margin: 0px;
    justify-content: center;
    text-align: center;
    float: left;
    width: 20%;
    margin-right: 0%;
    margin-bottom: 0%; }
    #arkaresimler .kareler:nth-child(5n) {
      margin-right: 0; }
    #arkaresimler .kareler img {
      min-width: 100px;
      max-width: 385px;
      height: auto; }
      #arkaresimler .kareler img:hover {
        opacity: 0.5;
        background-color: black; }
    #arkaresimler .kareler span {
      position: absolute;
      display: none;
      justify-content: center;
      float: left;
      width: fit-content;
      height: fit-content;
      background: #e2e2e2; }

#wrapper {
  display: flex;
  justify-content: center; }
  #wrapper::after {
    background-color: black;
    position: fixed;
    content: "";
    display: none;
    width: 100%;
    height: 100%; }
  #wrapper .content {
    display: table-cell; }
    #wrapper .content #section {
      width: auto;
      overflow-x: hidden; }
  #wrapper .opak {
    background-color: black !important;
    width: 100% !important;
    height: auto !important;
    transition: opacity 0.5; }
  #wrapper .menu {
    display: flex;
    width: 15%; }
    #wrapper .menu h3 {
      cursor: help; }
    #wrapper .menu ul {
      float: left;
      padding: 15px 5px 5px 5px; }
      #wrapper .menu ul li {
        list-style-type: none;
        padding: 0px 5px 5px 5px;
        line-height: 30px; }
    #wrapper .menu .urunler a:hover {
      text-decoration: underline;
      color: #FF8C00; }
    #wrapper .menu .urunler ul {
      display: contents; }
  #wrapper .kurumsal a:hover {
    text-decoration: underline;
    color: #FF8C00; }
  #wrapper .kurumsal ul {
    display: contents; }

#videoarea {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0; }
  #videoarea video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #videoarea h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 35vw;
    font-weight: bolder;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    line-height: 100vh;
    mix-blend-mode: screen; }
  #videoarea span {
    position: relative;
    margin-top: 350px;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1vw; }
  #videoarea:hover {
    cursor: help; }

footer {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 100%;
  line-height: 50px;
  border-top: 1px solid black; }
  footer #logolar {
    float: left; }

/* responsive area */
@media screen and (max-width: 992px) {
  .page_name, .allprojects, .company_name {
    font-size: 10px; }

  .menu {
    min-width: 35%; }

  .menu, .menu a {
    font-size: 2vw; } }

/*# sourceMappingURL=deneme.css.map */
