@charset "UTF-8";
/*
Author: Onur Çolak
Version: 1.0.0
Website: onurcolak.com
Contact: onur.colak@linosis.com
File: Main Css File
*/
/* + reset + */
@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Gothic&display=swap");
html,
body,
section,
article,
header,
footer,
nav,
aside,
hgroup,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
img,
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline-style: none;
  border-width: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* - reset - */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

:root, html[data-theme=light] {
  --o-primary: #96daea;
  --o-primary-dark: #59adc2;
  --o-secondary: #003057;
  --o-secondary-dark: #011f38;
  --o-tertiary: #da552f;
  --o-white: #ffffff;
  --o-black: #000000;
  --o-title: #000000;
  --o-text: #474747;
  --o-border: #e0e0e0;
  --o-gray:#2d2d2d;
}

html {
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

body {
  font-family: "Syne", sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.3px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  color: var(--o-black);
}
body input,
body button,
body textarea,
body select {
  font-family: "Syne", sans-serif;
  -webkit-appearance: none;
}

h1 {
  font-size: 3rem;
  line-height: 3.3rem;
  color: var(--o-black);
  margin-bottom: 10px;
}
h1.big {
  font-size: 4rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1020px) {
  h1.big {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}

h2 {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 10px;
}

.txt-center {
  text-align: center;
}

.referance-title {
  font-size: 3rem;
  line-height: 3.3rem;
  color: var(--o-black);
  margin-bottom: 10px;
  text-align: center;
}
.referance-title.mb-20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1020px) {
  .referance-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 700px) {
  .referance-title {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.small-text {
  margin-top: 5px;
  font-size: 0.8rem;
  line-height: 1.1rem;
}

.left-fix-menu {
  width: 80px;
  height: 100%;
  position: fixed;
  background: var(--o-black);
  padding: 20px 10px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  z-index: 70;
}
.left-fix-menu .logo {
  width: 100%;
  display: block;
  position: relative;
  height: 40px;
}
.left-fix-menu .logo .logo-white {
  width: 100%;
  display: block;
  z-index: 3;
  position: absolute;
  transition: 0.5s;
}
.left-fix-menu .logo .logo-color {
  width: 100%;
  display: block;
  z-index: 4;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}
.left-fix-menu .logo:hover .logo-white {
  opacity: 0;
}
.left-fix-menu .logo:hover .logo-color {
  opacity: 1;
}
.left-fix-menu .menu-control:hover .nav-icon span {
  background: var(--o-tertiary);
}
.left-fix-menu .info {
  place-self: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--o-border);
  transition: 0.3s;
}
.left-fix-menu .info:hover {
  color: var(--o-primary);
}
@media only screen and (max-width: 1020px) {
  .left-fix-menu {
    display: none;
  }
}

.nav-icon {
  width: 40px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: var(--o-white);
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.nav-icon span:nth-child(1), .nav-icon span:nth-child(2) {
  top: 0px;
}
.nav-icon span:nth-child(3), .nav-icon span:nth-child(4) {
  top: 9px;
}
.nav-icon span:nth-child(5), .nav-icon span:nth-child(6) {
  top: 18px;
}
.nav-icon.open span:nth-child(1), .nav-icon.open span:nth-child(6) {
  transform: rotate(45deg);
}
.nav-icon.open span:nth-child(2), .nav-icon.open span:nth-child(5) {
  transform: rotate(-45deg);
}
.nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 17px;
}
.nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}
.nav-icon.open span {
  background: var(--o-tertiary);
}
.nav-icon.black span {
  background: var(--o-black);
}

.left-fix-menu-area {
  width: 300px;
  height: 100%;
  background: var(--o-gray);
  position: fixed;
  left: -320px;
  z-index: 69;
  display: flex;
  padding: 10px 10px 10px 30px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  transition: 0.6s;
}
.left-fix-menu-area ul li {
  margin: 5px 0;
}
.left-fix-menu-area ul li a {
  color: var(--o-white);
  font-size: 20px;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  transition: 0.3s;
}
.left-fix-menu-area ul li a:hover {
  color: var(--o-primary);
}
.left-fix-menu-area.open {
  left: 78px;
}

.container {
  width: 100%;
  height: 100vh;
  overflow-x: auto;
}
@media only screen and (max-width: 1020px) {
  .container {
    height: auto;
  }
}
.container::-webkit-scrollbar {
  height: 1px;
  width: 1px;
  background: transparent;
}
.container::-webkit-scrollbar-track {
  background: transparent;
}
.container::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
.container::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.container::-webkit-scrollbar-thumb:vertical {
  height: 1px;
  background-color: transparent;
}
.container::-webkit-scrollbar-thumb:vertical:hover {
  background-color: transparent;
}
.container .contents {
  display: flex;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1020px) {
  .container .contents {
    flex-wrap: wrap;
  }
}
.container .contents .col-1 {
  box-sizing: border-box;
  min-width: 430px;
  height: 100%;
  border-right: 1px solid var(--o-border);
  padding: 0 25px 20px 105px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.container .contents .col-2 {
  min-width: 220px;
  height: 100%;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
}
.container .contents .col-2 .animation-text {
  position: absolute;
  bottom: 125px;
  left: -48px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-2 .animation-text.eng {
  left: -39px;
}
.container .contents .col-2 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-2 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-2:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-2:hover .animate-img {
  display: block;
}
.container .contents .col-3 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
}
.container .contents .col-3 .animation-text {
  position: absolute;
  bottom: 194px;
  left: -120px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-3 .animation-text.eng {
  left: -45px;
  bottom: 148px;
}
.container .contents .col-3 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-3 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-3:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-3:hover .animate-img {
  display: block;
}
.container .contents .col-4 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
}
.container .contents .col-4 .animation-text {
  position: absolute;
  bottom: 110px;
  left: -10px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-4 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-4 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-4:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-4:hover .animate-img {
  display: block;
}
.container .contents .col-5 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
  cursor: pointer;
}
.container .contents .col-5 .animation-text {
  position: absolute;
  bottom: 90px;
  left: -15px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-5 .animation-text.eng {
  bottom: 97px;
  left: -7px;
}
.container .contents .col-5 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-5 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-5:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-5:hover .animate-img {
  display: block;
}
.container .contents .col-6 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
}
.container .contents .col-6 .animation-text {
  position: absolute;
  bottom: 201px;
  left: -125px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-6 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-6 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-6:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-6:hover .animate-img {
  display: block;
}
.container .contents .col-7 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
}
.container .contents .col-7 .animation-text {
  position: absolute;
  bottom: 85px;
  left: -4px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-7 .animation-text.eng {
  bottom: 101px;
  left: -23px;
}
.container .contents .col-7 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-7 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-7:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-7:hover .animate-img {
  display: block;
}
.container .contents .col-8 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
}
.container .contents .col-8 .animation-text {
  white-space: nowrap;
  position: absolute;
  bottom: 161px;
  left: -83px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-8 .animation-text.eng {
  bottom: 156px;
  left: -73px;
}
.container .contents .col-8 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-8 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-8:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-8:hover .animate-img {
  display: block;
}
.container .contents .col-9 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
}
.container .contents .col-9 .animation-text {
  white-space: nowrap;
  position: absolute;
  bottom: 136px;
  left: -60px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-9 .animation-text.eng {
  bottom: 193px;
  left: -109px;
}
.container .contents .col-9 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-9 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-9:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-9:hover .animate-img {
  display: block;
}
.container .contents .col-10 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
}
.container .contents .col-10 .animation-text {
  position: absolute;
  bottom: 89px;
  left: -9px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  z-index: 30;
  text-decoration: none;
}
.container .contents .col-10 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-10 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-10:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-10:hover .animate-img {
  display: block;
}
.container .contents .col-11 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
}
.container .contents .col-11 .animation-text {
  position: absolute;
  bottom: 170px;
  left: -78px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-11 .animation-text.eng {
  bottom: 202px;
  left: -120px;
}
.container .contents .col-11 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-11 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-11:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-11:hover .animate-img {
  display: block;
}
.container .contents .col-12 {
  min-width: 420px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1rem;
}
.container .contents .col-12 a {
  color: var(--o-black);
}
.container .contents .col-12 .d-flex {
  display: flex;
}
@media only screen and (max-width: 1020px) {
  .container .contents .col-12 .d-flex {
    flex-wrap: wrap;
  }
}
.container .contents .col-12 .d-flex .left {
  width: 50%;
}
.container .contents .col-12 .d-flex .left .logo {
  width: 100px;
  display: block;
  margin-bottom: 30px;
  position: relative;
  height: 70px;
}
.container .contents .col-12 .d-flex .left .logo img {
  width: 100%;
  display: block;
  transition: 0.3s;
}
.container .contents .col-12 .d-flex .left .logo .dark {
  position: absolute;
  z-index: 4;
}
.container .contents .col-12 .d-flex .left .logo .color {
  position: absolute;
  z-index: 3;
  opacity: 0;
}
.container .contents .col-12 .d-flex .left .logo:hover .dark {
  opacity: 0;
}
.container .contents .col-12 .d-flex .left .logo:hover .color {
  opacity: 1;
}
.container .contents .col-12 .d-flex .left .address {
  display: block;
  margin-bottom: 10px;
}
.container .contents .col-12 .d-flex .left .address:hover {
  color: var(--o-secondary);
}
.container .contents .col-12 .d-flex .left .phone {
  display: block;
  margin-bottom: 10px;
}
.container .contents .col-12 .d-flex .left .phone:hover {
  color: var(--o-secondary);
}
.container .contents .col-12 .d-flex .left .mail:hover {
  color: var(--o-secondary);
}
@media only screen and (max-width: 1020px) {
  .container .contents .col-12 .d-flex .left {
    width: 100%;
  }
}
.container .contents .col-12 .d-flex .right {
  width: 50%;
  padding-top: 100px;
  padding-left: 70px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1020px) {
  .container .contents .col-12 .d-flex .right {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.container .contents .col-12 .d-flex .right a {
  display: block;
  margin-bottom: 5px;
}
.container .contents .col-12 .d-flex .right a img {
  width: 20px;
  display: block;
  filter: grayscale(100%);
  transition: 0.3s;
}
.container .contents .col-12 .d-flex .right a:hover {
  color: var(--o-secondary);
}
.container .contents .col-12 .d-flex .right a:hover img {
  filter: grayscale(0%);
}
.container .contents .col-13 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
  border-right: 1px solid var(--o-border);
}
.container .contents .col-13 .animation-text {
  position: absolute;
  bottom: 57px;
  left: 30px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-13 .animation-text.eng {
  bottom: 93px;
  left: -10px;
}
.container .contents .col-13 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-13 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-13:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-13:hover .animate-img {
  display: block;
}
.container .contents .col-14 {
  padding: 20px;
  box-sizing: border-box;
  min-width: 820px;
  height: 100%;
  border-left: 1px solid var(--o-border);
}
.container .contents .col-15 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
}
.container .contents .col-15 .animation-text {
  position: absolute;
  bottom: 157px;
  left: -64px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-15 .animation-text.eng {
  bottom: 139px;
  left: -49px;
}
.container .contents .col-15 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-15 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-15:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-15:hover .animate-img {
  display: block;
}
.container .contents .col-16 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
}
.container .contents .col-16 .animation-text {
  position: absolute;
  bottom: 115px;
  left: -24px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-16 .animation-text.eng {
  bottom: 135px;
  left: -40px;
}
.container .contents .col-16 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-16 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-16:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-16:hover .animate-img {
  display: block;
}
.container .contents .col-17 {
  min-width: 220px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-right: 1px solid var(--o-border);
  cursor: pointer;
}
.container .contents .col-17 .animation-text {
  position: absolute;
  bottom: 92px;
  left: -5px;
  transform: rotate(270deg);
  box-sizing: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
  text-decoration: none;
  z-index: 30;
}
.container .contents .col-17 .animate-img {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: 20;
  display: none;
}
.container .contents .col-17 .animate-img svg {
  width: 400px;
  height: 400px;
}
.container .contents .col-17:hover .animation-text {
  background-position: 0 100%;
}
.container .contents .col-17:hover .animate-img {
  display: block;
}

@media only screen and (max-width: 1020px) {
  .container .contents .col-1 {
    border-right: none;
    width: 100%;
    min-width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .container .contents .col-2,
.container .contents .col-3,
.container .contents .col-4,
.container .contents .col-5,
.container .contents .col-6,
.container .contents .col-7,
.container .contents .col-8,
.container .contents .col-9,
.container .contents .col-10,
.container .contents .col-11,
.container .contents .col-13,
.container .contents .col-15,
.container .contents .col-16,
.container .contents .col-17 {
    width: 100%;
    min-width: 100%;
    height: auto;
    border-right: none;
    border-top: 1px solid var(--o-border);
    padding: 25px 0;
    box-sizing: border-box;
  }
  .container .contents .col-2 .animation-text,
.container .contents .col-2 .animation-text.eng,
.container .contents .col-3 .animation-text,
.container .contents .col-3 .animation-text.eng,
.container .contents .col-4 .animation-text,
.container .contents .col-4 .animation-text.eng,
.container .contents .col-5 .animation-text,
.container .contents .col-5 .animation-text.eng,
.container .contents .col-6 .animation-text,
.container .contents .col-6 .animation-text.eng,
.container .contents .col-7 .animation-text,
.container .contents .col-7 .animation-text.eng,
.container .contents .col-8 .animation-text,
.container .contents .col-8 .animation-text.eng,
.container .contents .col-9 .animation-text,
.container .contents .col-9 .animation-text.eng,
.container .contents .col-10 .animation-text,
.container .contents .col-10 .animation-text.eng,
.container .contents .col-11 .animation-text,
.container .contents .col-11 .animation-text.eng,
.container .contents .col-13 .animation-text,
.container .contents .col-13 .animation-text.eng,
.container .contents .col-15 .animation-text,
.container .contents .col-15 .animation-text.eng,
.container .contents .col-16 .animation-text,
.container .contents .col-16 .animation-text.eng,
.container .contents .col-17 .animation-text,
.container .contents .col-17 .animation-text.eng {
    position: relative;
    transform: rotate(0deg);
    bottom: inherit;
    left: inherit;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .container .contents .col-2 .animate-img,
.container .contents .col-3 .animate-img,
.container .contents .col-4 .animate-img,
.container .contents .col-5 .animate-img,
.container .contents .col-6 .animate-img,
.container .contents .col-7 .animate-img,
.container .contents .col-8 .animate-img,
.container .contents .col-9 .animate-img,
.container .contents .col-10 .animate-img,
.container .contents .col-11 .animate-img,
.container .contents .col-13 .animate-img,
.container .contents .col-15 .animate-img,
.container .contents .col-16 .animate-img,
.container .contents .col-17 .animate-img {
    top: -30%;
    left: inherit;
    right: 0;
  }
  .container .contents .col-2 .animate-img svg,
.container .contents .col-3 .animate-img svg,
.container .contents .col-4 .animate-img svg,
.container .contents .col-5 .animate-img svg,
.container .contents .col-6 .animate-img svg,
.container .contents .col-7 .animate-img svg,
.container .contents .col-8 .animate-img svg,
.container .contents .col-9 .animate-img svg,
.container .contents .col-10 .animate-img svg,
.container .contents .col-11 .animate-img svg,
.container .contents .col-13 .animate-img svg,
.container .contents .col-15 .animate-img svg,
.container .contents .col-16 .animate-img svg,
.container .contents .col-17 .animate-img svg {
    width: 200px;
    height: 200px;
  }
  .container .contents .col-11 {
    border-bottom: 1px solid var(--o-border);
  }
  .container .contents .col-14 {
    min-width: 100%;
    border-left: none;
  }
}
@media only screen and (max-width: 680px) {
  .container .contents .col-2 .animation-text,
.container .contents .col-2 .animation-text.eng,
.container .contents .col-3 .animation-text,
.container .contents .col-3 .animation-text.eng,
.container .contents .col-4 .animation-text,
.container .contents .col-4 .animation-text.eng,
.container .contents .col-5 .animation-text,
.container .contents .col-5 .animation-text.eng,
.container .contents .col-6 .animation-text,
.container .contents .col-6 .animation-text.eng,
.container .contents .col-7 .animation-text,
.container .contents .col-7 .animation-text.eng,
.container .contents .col-8 .animation-text,
.container .contents .col-8 .animation-text.eng,
.container .contents .col-9 .animation-text,
.container .contents .col-9 .animation-text.eng,
.container .contents .col-10 .animation-text,
.container .contents .col-10 .animation-text.eng,
.container .contents .col-11 .animation-text,
.container .contents .col-11 .animation-text.eng,
.container .contents .col-13 .animation-text,
.container .contents .col-13 .animation-text.eng,
.container .contents .col-15 .animation-text,
.container .contents .col-15 .animation-text.eng,
.container .contents .col-16 .animation-text,
.container .contents .col-16 .animation-text.eng,
.container .contents .col-17 .animation-text,
.container .contents .col-17 .animation-text.eng {
    font-size: 2.4rem;
    line-height: normal;
  }
}
.animation-text {
  font-size: 5.8rem;
  line-height: 6.5rem;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "League Gothic", sans-serif;
  background: linear-gradient(to right, var(--o-primary), var(--o-primary) 50%, var(--o-black) 50%);
}

.type-wrap {
  min-height: 100px;
  font-weight: 100;
}

.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about-page {
  padding: 40px;
  box-sizing: border-box;
}

.list-kykk {
  padding-left: 10px;
  box-sizing: border-box;
}

.kykk-page {
  padding: 40px;
  box-sizing: border-box;
  line-height: 27px;
}

.kykk-table {
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
  font-size: 12px;
}

.kykk-table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.kykk-table td,
.kykk-table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.work-detail-slider img,
.work-detail-slider-one img {
  width: 100%;
  display: block;
}
.work-detail-slider video,
.work-detail-slider-one video {
  width: 100%;
}
.work-detail-slider .owl-dots,
.work-detail-slider-one .owl-dots {
  display: none;
}
.work-detail-slider .owl-nav,
.work-detail-slider-one .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.work-detail-slider .owl-nav button,
.work-detail-slider-one .owl-nav button {
  padding: 10px 20px !important;
  box-sizing: border-box;
  background: transparent;
  display: block;
  margin: 0 5px;
  font-size: 28px;
  color: black !important;
  border: 1px solid black;
  transition: 0.3s;
}
.work-detail-slider .owl-nav button:hover,
.work-detail-slider-one .owl-nav button:hover {
  background: black !important;
  color: white !important;
}

.list-dot {
  margin-bottom: 10px;
}
.list-dot li {
  margin-bottom: 5px;
  list-style: disc;
  list-style-position: inside;
}

.referance-content {
  width: 100%;
  padding-left: 80px;
  box-sizing: border-box;
  padding-top: 60px;
}
@media only screen and (max-width: 1020px) {
  .referance-content {
    padding-left: 0px;
    padding-top: 30px;
  }
}
.referance-content .ref-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.referance-content .ref-list li {
  width: 25%;
  padding: 5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1020px) {
  .referance-content .ref-list li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 700px) {
  .referance-content .ref-list li {
    width: 50%;
  }
}
.referance-content .ref-list li img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
  transition: 0.3s;
}
.referance-content .ref-list li:hover img {
  filter: grayscale(0%);
}
.referance-content .ref-bottom-text {
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  padding: 40px;
  box-sizing: border-box;
  margin-top: 40px;
}
.referance-content .ref-bottom-text h2 {
  font-size: 4rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1020px) {
  .referance-content .ref-bottom-text h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.referance-content .ref-bottom-text .ref-bottom-content {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1020px) {
  .referance-content .ref-bottom-text .ref-bottom-content {
    margin-top: 0px;
  }
}
.referance-content .ref-bottom-text .ref-bottom-content .left {
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.7);
  padding-right: 14%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1020px) {
  .referance-content .ref-bottom-text .ref-bottom-content .left {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    border-right: none;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.referance-content .ref-bottom-text .ref-bottom-content .left .text {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.referance-content .ref-bottom-text .ref-bottom-content .left .bottom {
  display: flex;
  margin-top: 70px;
  align-items: center;
}
.referance-content .ref-bottom-text .ref-bottom-content .left .bottom .logo {
  width: 100px;
  display: block;
  margin-bottom: 30px;
  position: relative;
  height: 70px;
}
.referance-content .ref-bottom-text .ref-bottom-content .left .bottom .logo img {
  width: 100%;
  display: block;
  transition: 0.3s;
}
.referance-content .ref-bottom-text .ref-bottom-content .left .bottom .logo .dark {
  position: absolute;
  z-index: 4;
}
.referance-content .ref-bottom-text .ref-bottom-content .left .bottom .logo .color {
  position: absolute;
  z-index: 3;
  opacity: 0;
}
.referance-content .ref-bottom-text .ref-bottom-content .left .bottom .logo:hover .dark {
  opacity: 0;
}
.referance-content .ref-bottom-text .ref-bottom-content .left .bottom .logo:hover .color {
  opacity: 1;
}
.referance-content .ref-bottom-text .ref-bottom-content .left .bottom .address {
  margin-left: 15px;
  box-sizing: border-box;
  display: block;
}
.referance-content .ref-bottom-text .ref-bottom-content .left .bottom .phone {
  margin-left: 15px;
  box-sizing: border-box;
  display: block;
}
.referance-content .ref-bottom-text .ref-bottom-content .right {
  width: 50%;
  padding-left: 3%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1020px) {
  .referance-content .ref-bottom-text .ref-bottom-content .right {
    width: 100%;
  }
}
.referance-content .ref-bottom-text .ref-bottom-content .right .social {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 520px) {
  .referance-content .ref-bottom-text .ref-bottom-content .right .social {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

.txt-link {
  color: var(--o-black);
  transition: 0.3s;
}
.txt-link img {
  width: 20px;
  display: block;
  filter: grayscale(100%);
  transition: 0.3s;
}
.txt-link:hover {
  color: var(--o-primary);
}
.txt-link:hover img {
  filter: grayscale(0%);
}

.ref-list-v2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow-x: scroll;
  height: 100%;
}
.ref-list-v2 li {
  width: 25%;
  padding: 5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1020px) {
  .ref-list-v2 li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 700px) {
  .ref-list-v2 li {
    width: 50%;
  }
}
.ref-list-v2 li img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
  transition: 0.3s;
}
.ref-list-v2 li:hover img {
  filter: grayscale(0%);
}

.contact-banner {
  width: 100%;
}
.contact-banner img {
  width: 100%;
  display: block;
}

.contact-top {
  display: flex;
  padding: 40px 40px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.contact-top .left {
  width: 100%;
}
.contact-top .left h2 {
  font-size: 4rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1020px) {
  .contact-top .left h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.contact-top .right {
  width: 100%;
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.contact-top .right .title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--o-secondary);
}

.maps {
  width: 100%;
}
.maps iframe {
  width: 100%;
  height: 600px;
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  box-sizing: border-box;
}
.contact-form .left {
  width: 100%;
  padding-right: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1020px) {
  .contact-form .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.contact-form .left h2 {
  font-size: 4rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1020px) {
  .contact-form .left h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.contact-form .right {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1020px) {
  .contact-form .right {
    width: 100%;
  }
}
.contact-form .form-button {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.form-element.s-1 {
  width: 100%;
}
.form-element.s-2 {
  width: 50%;
}
@media only screen and (max-width: 1020px) {
  .form-element.s-2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.form-element input,
.form-element textarea {
  width: 100%;
  font-size: 1.4rem;
  border-bottom: 1px solid var(--o-black);
  padding: 10px 5px;
  box-sizing: inherit;
  resize: none;
}

.btnHizmetler {
  cursor: pointer;
}

label.error {
  color: red;
  font-size: 0.8rem;
}

.lightbox-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  color: var(--o-white);
  justify-content: center;
  align-items: center;
}
.lightbox-shadow .lightbox {
  padding: 40px 40px;
  background: var(--o-white);
  position: relative;
  z-index: 110;
  border-radius: 6px;
  color: var(--o-text);
  box-sizing: border-box;
  max-width: 420px;
  text-align: center;
}
.lightbox-shadow .lightbox .success {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 780px) {
  .lightbox-shadow .lightbox {
    width: 70%;
    text-align: center;
    padding: 20px;
  }
  .lightbox-shadow .lightbox .bird {
    width: 100px;
    top: -30px;
    left: -30px;
  }
}
.lightbox-shadow.active {
  display: flex;
}

.services-detail {
  display: flex;
  flex-wrap: wrap;
}
.services-detail .left {
  width: 50%;
}
.services-detail .left img {
  width: 100%;
  display: block;
}
.services-detail .right {
  width: 50%;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 982px) {
  .services-detail .left {
    width: 100%;
  }
  .services-detail .right {
    width: 100%;
    padding: 20px;
  }
}

.header-menu-mobile {
  display: none;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  background: var(--o-white);
  z-index: 110;
  position: relative;
}
.header-menu-mobile .logo {
  display: block;
  width: 100px;
}
.header-menu-mobile .logo img {
  width: 100%;
  display: block;
}
.header-menu-mobile .nav-icon.open span {
  background: var(--o-tertiary);
}
@media only screen and (max-width: 1020px) {
  .header-menu-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.header-menu-mobile-area {
  position: absolute;
  z-index: 100;
  background: var(--o-white);
  width: 100%;
  top: -320px;
  transition: 0.5s;
  border-bottom: 1px solid var(--o-primary);
}
.header-menu-mobile-area a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: var(--o-secondary);
  display: block;
  padding: 10px 15px;
  box-sizing: border-box;
}
.header-menu-mobile-area.open {
  top: 84px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-5 {
  margin-bottom: 5px;
}

.button-animation {
  background-color: var(--o-black);
  border: 1px solid transparent;
  text-transform: uppercase;
  color: var(--o-white);
  font-weight: 500;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: auto;
  margin: 0;
  text-decoration: none;
  outline: 0;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  padding: 8px 15px 7px 15px;
  border-radius: 37px;
  cursor: pointer;
}
.button-animation:after {
  display: none;
}
.button-animation .button-animation-text {
  opacity: 1;
  transition: opacity 0.1s;
}
.button-animation .button-animation-loop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.button-animation .button-animation-loop-area .button-animation-loop {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(calc(-25% + 1rem), 0, 0);
  animation: button-animation-effect 1s linear infinite;
  animation-play-state: paused;
  opacity: 0;
  transition: opacity 0.1s;
}
.button-animation .button-animation-loop-area .button-animation-loop span {
  white-space: nowrap;
  padding: 8px 15px 7px 15px;
}
.button-animation:hover {
  background: var(--o-secondary);
}
.button-animation:hover .button-animation-text {
  opacity: 0;
}
.button-animation:hover .button-animation-loop {
  animation-play-state: running;
  opacity: 1;
}

@keyframes button-animation-effect {
  0% {
    transform: translate3d(calc(-25% + 1rem), 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% + 1rem), 0, 0);
  }
}
.cookie-area {
  width: 98%;
  left: 1%;
  padding: 10px;
  box-sizing: border-box;
  background: white;
  position: fixed;
  bottom: 1%;
  z-index: 2000;
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 1400;
}
.cookie-area .cookie-text-link {
  color: var(--o-primary);
  text-decoration: underline;
  cursor: pointer;
}
.cookie-area .cookie-button {
  background: var(--o-primary);
  color: white;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
}

.services-page-content {
  width: 100%;
  padding-left: 80px;
  box-sizing: border-box;
  padding-top: 60px;
  overflow-x: hidden;
}
@media only screen and (max-width: 1020px) {
  .services-page-content {
    padding-left: 0px;
    padding-top: 30px;
  }
}
.services-page-content .services-title {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 1020px) {
  .services-page-content .services-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 700px) {
  .services-page-content .services-title {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

.services {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
}
.services .services-left {
  width: 50%;
  padding-right: 2%;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  .services .services-left {
    width: 100%;
  }
}
.services .services-right {
  width: 50%;
  padding-left: 2%;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  .services .services-right {
    width: 100%;
  }
}
.services .services-content {
  position: relative;
  cursor: pointer;
  display: block;
  margin-bottom: 4%;
  color: #000;
}
.services .services-content .services-mouse-follow-title {
  position: absolute;
  z-index: 10;
}
.services .services-content .services-mouse-follow-title h2 {
  display: block;
  background: white;
  color: #000;
  padding: 20px 0px;
  white-space: pre;
  font-size: 40px;
  width: 0;
  transition: width 0.3s ease;
  overflow: hidden;
  border: 0px solid transparent;
}
@media only screen and (max-width: 1080px) {
  .services .services-content .services-mouse-follow-title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .services .services-content .services-mouse-follow-title h2 {
    font-size: 20px;
    padding: 10px 0px;
  }
}
.services .services-content .services-mouse-follow-sub-title {
  position: absolute;
  z-index: 10;
  padding-top: 70px;
}
@media only screen and (max-width: 800px) {
  .services .services-content .services-mouse-follow-sub-title {
    padding-top: 50px;
  }
}
.services .services-content .services-mouse-follow-sub-title h4 {
  display: block;
  background: white;
  white-space: pre;
  font-size: 12px;
  width: 0;
  transition: width 0.3s ease;
  overflow: hidden;
  border: 0px solid transparent;
}
.services .services-content .services-mouse-follow .services-mouse-follow-sub-title {
  background: white;
  display: inline-block;
  border: 1px solid rgb(240, 240, 240);
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: width 0.5s ease, opacity 0.3s ease;
  opacity: 0;
  transition-delay: 0.5s;
  padding: 10px 0;
}
.services .services-content img {
  display: block;
  width: 100%;
}
.services .services-content:hover .services-mouse-follow-title h2 {
  width: 100%;
  padding-left: 10px;
  border: 1px solid rgb(240, 240, 240);
  font-size: 30px;
}
.services .services-content:hover .services-mouse-follow-sub-title h4 {
  width: 100%;
  padding-left: 10px;
  border: 1px solid rgb(240, 240, 240);
}

.sub-page-footer {
  padding-left: 80px;
}
@media only screen and (max-width: 1020px) {
  .sub-page-footer {
    padding: 0px;
  }
}
.sub-page-footer .ref-bottom-text {
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  padding: 40px;
  box-sizing: border-box;
  margin-top: 40px;
}
.sub-page-footer .ref-bottom-text h2 {
  font-size: 4rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1020px) {
  .sub-page-footer .ref-bottom-text h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.sub-page-footer .ref-bottom-text .ref-bottom-content {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1020px) {
  .sub-page-footer .ref-bottom-text .ref-bottom-content {
    margin-top: 0px;
  }
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .left {
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.7);
  padding-right: 14%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1020px) {
  .sub-page-footer .ref-bottom-text .ref-bottom-content .left {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    border-right: none;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .left .text {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .left .bottom {
  display: flex;
  margin-top: 70px;
  align-items: center;
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .left .bottom .logo {
  width: 100px;
  display: block;
  margin-bottom: 30px;
  position: relative;
  height: 70px;
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .left .bottom .logo img {
  width: 100%;
  display: block;
  transition: 0.3s;
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .left .bottom .logo .dark {
  position: absolute;
  z-index: 4;
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .left .bottom .logo .color {
  position: absolute;
  z-index: 3;
  opacity: 0;
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .left .bottom .logo:hover .dark {
  opacity: 0;
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .left .bottom .logo:hover .color {
  opacity: 1;
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .left .bottom .address {
  margin-left: 15px;
  box-sizing: border-box;
  display: block;
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .left .bottom .phone {
  margin-left: 15px;
  box-sizing: border-box;
  display: block;
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .right {
  width: 50%;
  padding-left: 3%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1020px) {
  .sub-page-footer .ref-bottom-text .ref-bottom-content .right {
    width: 100%;
  }
}
.sub-page-footer .ref-bottom-text .ref-bottom-content .right .social {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 520px) {
  .sub-page-footer .ref-bottom-text .ref-bottom-content .right .social {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

.work-detail-page-content {
  width: 100%;
  padding-left: calc(10% + 80px);
  padding-right: 10%;
  box-sizing: border-box;
  padding-top: 60px;
  max-width: calc(1400px + 20% + 80px);
  margin: 0 auto;
}
@media only screen and (max-width: 1020px) {
  .work-detail-page-content {
    padding-left: 0px;
    padding-right: 0%;
    padding-top: 30px;
  }
}
.work-detail-page-content .work-detail-title {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 1020px) {
  .work-detail-page-content .work-detail-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 700px) {
  .work-detail-page-content .work-detail-title {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.work-detail-page-content .work-detail-banner img,
.work-detail-page-content .work-detail-banner video {
  display: block;
  width: 100%;
}
.work-detail-page-content .work-detail-sub-text {
  font-size: 30px;
  line-height: 35px;
  margin: 40px 0px;
  padding: 0 20%;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 1020px) {
  .work-detail-page-content .work-detail-sub-text {
    padding: 0 3%;
  }
}
.work-detail-page-content .work-detail-slider img,
.work-detail-page-content .work-detail-slider-one img {
  width: 100%;
  display: block;
}
.work-detail-page-content .work-detail-slider video,
.work-detail-page-content .work-detail-slider-one video {
  width: 100%;
}
.work-detail-page-content .work-detail-slider .owl-dots,
.work-detail-page-content .work-detail-slider-one .owl-dots {
  display: none;
}
.work-detail-page-content .work-detail-slider .owl-nav,
.work-detail-page-content .work-detail-slider-one .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.work-detail-page-content .work-detail-slider .owl-nav button,
.work-detail-page-content .work-detail-slider-one .owl-nav button {
  padding: 10px 20px !important;
  box-sizing: border-box;
  background: transparent;
  display: block;
  margin: 0 5px;
  font-size: 28px;
  color: black !important;
  border: 1px solid black;
  transition: 0.3s;
}
.work-detail-page-content .work-detail-slider .owl-nav button:hover,
.work-detail-page-content .work-detail-slider-one .owl-nav button:hover {
  background: black !important;
  color: white !important;
}
.work-detail-page-content .work-detail-social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.work-detail-page-content .work-detail-social a {
  margin-right: 20px;
  display: flex;
  align-items: center;
  color: #000;
}
.work-detail-page-content .work-detail-social a img {
  width: 22px;
  margin-right: 3px;
  filter: grayscale(100%);
  transition: 0.3s;
}
.work-detail-page-content .work-detail-social a:hover {
  color: #003057;
}
.work-detail-page-content .work-detail-social a:hover img {
  filter: grayscale(0%);
}
.work-detail-page-content .work-detail-sub-textarea {
  margin: 40px 0;
}
@media only screen and (max-width: 1020px) {
  .work-detail-page-content .work-detail-sub-textarea {
    padding: 0 3%;
  }
}
.work-detail-page-content .work-detail-sub-textarea h2 {
  font-size: 30px;
}
.work-detail-page-content .work-detail-sub-textarea .work-detail-sub-textarea-content {
  display: flex;
  flex-wrap: wrap;
}
.work-detail-page-content .work-detail-sub-textarea .work-detail-sub-textarea-content .work-detail-sub-textarea-left {
  width: 50%;
  padding-right: 2%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1020px) {
  .work-detail-page-content .work-detail-sub-textarea .work-detail-sub-textarea-content .work-detail-sub-textarea-left {
    width: 100%;
    padding-right: 0%;
  }
}
.work-detail-page-content .work-detail-sub-textarea .work-detail-sub-textarea-content .work-detail-sub-textarea-right {
  width: 50%;
  padding-left: 2%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1020px) {
  .work-detail-page-content .work-detail-sub-textarea .work-detail-sub-textarea-content .work-detail-sub-textarea-right {
    width: 100%;
    padding-left: 0%;
    margin-top: 10px;
  }
}
.work-detail-page-content .work-detail-social-post {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
.work-detail-page-content .work-detail-social-post .work-detail-social-post-item {
  width: 30%;
  display: flex;
  justify-content: center;
}
.work-detail-page-content .work-detail-social-post .work-detail-social-post-item .instagram-media {
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  margin: 1px;
  max-width: 540px;
  min-width: 326px;
  padding: 0;
  width: 99.375%;
  width: calc(100% - 2px);
}
@media only screen and (max-width: 1340px) {
  .work-detail-page-content .work-detail-social-post .work-detail-social-post-item {
    width: 48%;
  }
}
@media only screen and (max-width: 740px) {
  .work-detail-page-content .work-detail-social-post .work-detail-social-post-item {
    width: 100%;
  }
}

/*!
 * multiscroll.js 0.2.3
 * https://github.com/alvarotrigo/multiscroll.js
 *
 * @license
 * Get a multiScroll.js Commercial License for commercial use
 * https://alvarotrigo.com/multiScroll/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/multiScroll/ - A project by Alvaro Trigo
 */
.ms-section {
  position: relative;
  box-sizing: border-box;
}

.ms-section.ms-table {
  display: table;
  width: 100%;
}

.ms-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.ms-easing {
  transition: all 0.7s ease-out;
}

.ms-notransition {
  transition: none !important;
}

#multiscroll-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}

#multiscroll-nav.right {
  right: 17px;
}

#multiscroll-nav.left {
  left: 17px;
}

#multiscroll-nav ul {
  margin: 0;
  padding: 0;
}

#multiscroll-nav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

#multiscroll-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#multiscroll-nav li .active span {
  background: #333;
}

#multiscroll-nav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.multiscroll-tooltip {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  top: -2px;
  white-space: nowrap;
  max-width: 220px;
}

.multiscroll-tooltip.right {
  right: 20px;
}

.multiscroll-tooltip.left {
  left: 20px;
}

.ms-responsive .ms-hide {
  display: none;
}

.ms-scrollable {
  overflow: hidden;
  position: relative;
}

.ms-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

#multiscroll {
  padding-left: 80px;
}
@media only screen and (max-width: 1020px) {
  #multiscroll {
    padding-left: 0px;
  }
}

#bg-yaraticilik {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100%;
  background-image: url(../images/hizmetlerimiz/bg-1.jpg);
}

#bg-marka-yonetimi {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(../images/hizmetlerimiz/bg-2.jpg);
}

#bg-konsept {
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
  background-image: url(../images/hizmetlerimiz/bg-3.jpg);
}

#bg-strateji {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  background-image: url(../images/hizmetlerimiz/bg-4.jpg);
}

#bg-sosyal-medya {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  background-image: url(../images/hizmetlerimiz/bg-5.jpg);
}

.hizmetler-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}

.ms-tableCell {
  display: block;
}

.multiscroll-desktop {
  display: block;
}
@media only screen and (max-width: 1020px) {
  .multiscroll-desktop {
    display: none;
  }
}

.multiscroll-mobile {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .multiscroll-mobile {
    display: block;
  }
}

.hizmetler-content-mobile img {
  width: 100%;
  display: block;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.modal-first {
  width: 100%;
  height: 100%;
  background: #1d1d1d;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100000;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.qodef-os-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.qodef-os-label .qodef-s-character {
  font-size: 18vw;
  color: rgba(241, 237, 221, 0.053);
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0;
  transform: scaleX(-1);
  animation: appear 0.85s forwards;
}

@keyframes appear {
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.qodef-os-label .qodef-s-character:nth-child(1) {
  animation-delay: 0.3s;
}

.qodef-os-label .qodef-s-character:nth-child(2) {
  animation-delay: 0.4s;
}

.qodef-os-label .qodef-s-character:nth-child(3) {
  animation-delay: 0.5s;
}

.qodef-os-label .qodef-s-character:nth-child(4) {
  animation-delay: 0.6s;
}

.qodef-os-label .qodef-s-character:nth-child(5) {
  animation-delay: 0.7s;
}

.qodef-os-label .qodef-s-character:nth-child(6) {
  animation-delay: 0.8s;
}

.qodef-os-label .qodef-s-character:nth-child(7) {
  animation-delay: 0.9s;
}

@media only screen and (max-width: 768px) {
  .qodef-os-label .qodef-s-character {
    font-size: 38vw;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-os-label .qodef-s-character {
    display: none;
  }
}
.qodef-os-title-content {
  position: absolute;
  text-align: center;
  width: 100%;
}

.qodef-os-title-content .form-button {
  opacity: 0;
  margin-top: 10px;
  animation: fadeIn 1s ease-in-out 0.5s forwards;
}

.qodef-os-title {
  font-size: 2vw;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 auto;
  z-index: 20;
  opacity: 0;
  text-align: center;
  animation: fadeIn 1s ease-in-out 0.5s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.qodef-os-title .qodef-m-highlight-text {
  position: relative;
  display: inline-block;
}

.qodef-os-title .qodef-m-highlight-text .qodef--original {
  display: block;
  animation: slideOut 1.6s cubic-bezier(0.32, 0.55, 0.58, 0.76) 1.65s forwards;
  -webkit-clip-path: inset(-1px 0 -1px 0);
  clip-path: inset(-1px 0 -1px 0);
}

@keyframes slideOut {
  to {
    -webkit-clip-path: inset(-1px 0 -1px 100%);
    clip-path: inset(-1px 0 -1px 100%);
  }
}
.qodef-os-title .qodef-m-highlight-text .qodef--fake {
  color: var(--o-primary);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: slideIn 1.6s cubic-bezier(0.32, 0.55, 0.58, 0.76) 1.65s forwards;
  -webkit-clip-path: inset(-1px 100% -1px 0);
  clip-path: inset(-1px 100% -1px 0);
}

@keyframes slideIn {
  to {
    -webkit-clip-path: inset(-1px 0 -1px 0);
    clip-path: inset(-1px 0 -1px 0);
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-os-title {
    font-size: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-os-title {
    font-size: 16vw;
  }
}
@media only screen and (max-width: 680px) {
  .qodef-os-title {
    font-size: 10vw;
    margin: -10px 0 0;
  }
}