@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-Black.eot);
  src: local(☺), url(fonts/Montserrat-Black.woff) format("woff"),
    url(fonts/Montserrat-Black.ttf) format("truetype"),
    url(fonts/Montserrat-Black.svg) format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-Bold.eot);
  src: local(☺), url(fonts/Montserrat-Bold.woff) format("woff"),
    url(fonts/Montserrat-Bold.ttf) format("truetype"),
    url(fonts/Montserrat-Bold.svg) format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-Regular.eot);
  src: local(☺), url(fonts/Montserrat-Regular.woff) format("woff"),
    url(fonts/Montserrat-Regular.ttf) format("truetype"),
    url(fonts/Montserrat-Regular.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(fonts/Montserrat-Light.eot);
  src: local(☺), url(fonts/Montserrat-Light.woff) format("woff"),
    url(fonts/Montserrat-Light.ttf) format("truetype"),
    url(fonts/Montserrat-Light.svg) format("svg");
  font-weight: 300;
  font-style: normal;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::-moz-selection {
  background: #fff498;
}
::selection {
  background: #fff498;
}
::-moz-selection {
  background: #fff498;
}
img::-moz-selection {
  background: transparent;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: #fff498;
}
body {
  background-color: #0c0c0c;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.l-viewport {
  position: relative;
  width: 100%;
  height: 100vh;
  box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.85);
  overflow: hidden;
}
.l-wrapper {
  position: relative;
  width: 1440px;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
}
.l-side-nav {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-side-nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 70%;
  max-height: 750px;
  background-color: #555;
  opacity: 0.35;
  z-index: 10;
}
@media (max-width: 1180px) {
  .l-side-nav {
    display: none;
  }
}
.l-main-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-section {
  position: absolute;
  width: 100%;
  height: 100%;
}
.device-notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0c0c0c;
  z-index: 12;
}
.device-notification--logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.device-notification--logo p {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.device-notification--message {
  width: 70%;
  margin: 30px 0 0;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 601px) and (max-height: 680px) {
  .device-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 600px) and (min-width: 480px) and (max-height: 580px) {
  .device-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 736px) and (min-width: 360px) and (orientation: landscape) {
  .device-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 359px) {
  .device-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0 0.4s;
  transition: opacity 0.4s ease-in-out, visibility 0 0.4s;
}
.section--is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0.4s;
}
.section--next {
  -webkit-transform: translateY(-45px);
  transform: translateY(-45px);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.section--prev {
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}
.header--logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}
.header--logo p {
  margin: 0 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.header--nav-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.header--nav-toggle span,
.header--nav-toggle::before,
.header--nav-toggle::after {
  content: "";
  position: relative;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.header--nav-toggle::before {
  bottom: 5px;
  width: 23px;
}
.header--nav-toggle::after {
  top: 5px;
  width: 23px;
}
.header--cta {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background-color: #0f33ff;
  border: none;
  width: 236px;
  height: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0 0.4s;
  transition: opacity 0.4s ease-in-out, visibility 0 0.4s;
}
.header--cta:focus {
  outline: none;
}
.header--cta.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out 0.4s;
}
@media (max-width: 767px) {
  .header--cta {
    display: none;
  }
}
.side-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 70%;
  max-height: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  z-index: 10;
}
.side-nav > li {
  position: relative;
  top: -5px;
  color: #fff;
  font-size: 6px;
  cursor: pointer;
}
.side-nav > li span {
  position: relative;
  top: 3px;
  left: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
}
.side-nav > li::before {
  position: absolute;
  top: 3px;
  left: 10px;
  color: #555;
  font-size: 14px;
  font-weight: 300;
}
.side-nav li:nth-child(1)::before {
  content: "01";
}
.side-nav li:nth-child(2)::before {
  content: "02";
}
.side-nav li:nth-child(3)::before {
  content: "03";
}
.side-nav li:nth-child(4)::before {
  content: "04";
}
.side-nav li:nth-child(5)::before {
  content: "05";
}
.side-nav li.is-active {
  color: #0f33ff;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.side-nav li.is-active span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.side-nav li.is-active::before {
  left: -33px;
  color: #fff;
}
.intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .intro {
    max-width: 100%;
  }
}
.intro--banner {
  position: relative;
  margin-top: 3%;
  height: 550px;
}
.intro--banner::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -15px;
  right: 0;
  height: 2px;
  background-color: #282828;
}
.intro--banner h1 {
  margin-top: 25%;
  position: relative;
  font-size: 68px;
  font-weight: lighter;
  line-height: 1;
  margin-bottom: 3%;
  z-index: 1;
}
.intro--banner h1 span {
  font-weight: 900;
}
.intro--banner h1 i {
  color: #0f33ff;
  font-weight: 900;
  font-size: 16px;
}
.intro--banner button {
  position: relative;
  font-weight: 700;
  font-size: 145%;
  z-index: 1;
  background-color: transparent;
  border: none;
  width: 236px;
}
.intro--banner button .btn-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 85px;
  height: 100%;
  background-color: #0f33ff;
  z-index: -1;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
.intro--banner button:hover .btn-background {
  right: -10px;
}
.intro--banner button:hover svg {
  display: inline;
}
.intro--banner button:focus {
  outline: none;
}
.intro--banner button svg {
  position: relative;
  width: 20px;
  --margin-left: 0.5rem;
  fill: #fff;
}
.header button {
  position: relative;
  font-weight: 700;
  font-size: larger;
  background-color: transparent;
  border: none;
}
.header button .btn-background {
  position: absolute;
  top: 0;
  left: 25px;
  right: 85px;
  height: 100%;
  background-color: #0f33ff;
  z-index: -1;
  -webkit-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
.header button:hover .btn-background {
  right: 25px;
}
.header button:hover svg {
  display: inline;
  transition: right 0.5s ease-in-out;
}
.header button:focus {
  outline: none;
}
.header button svg {
  position: relative;
  right: 5px;
  width: 15px;
  margin-left: 0.5rem;
  fill: #fff;
}
@media (max-width: 767px) {
  .header button {
    display: none;
  }
}
.intro--banner img {
  position: absolute;
  bottom: 25%;
  z-index: -1;
  right: -10%;
}
.intro--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.intro--options > a {
  max-width: 250px;
  text-decoration: none;
  color: #282828;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.intro--options > a:hover {
  color: #fff;
}
.intro--options h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.intro--options p {
  margin-bottom: 0;
}
.intro--options img {
  max-width: 75%;
  margin-top: 10%;
  text-decoration: none;
  opacity: 25%;
}
.intro--options img:hover {
  opacity: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 900px) {
  .intro--banner {
    height: 380px;
  }
  .intro--banner h1 {
    font-size: 55px;
  }
  .intro--banner img {
    --width: 430px;
  }
  .intro--options > a {
    margin-right: 30px;
  }
  .intro--options > a:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .intro--banner {
    height: 305px;
  }
  .intro--banner h1 {
    font-size: 44px;
  }
  .intro--banner img {
    --width: 330px;
  }
  .intro--options {
    display: none;
  }
  .intro--options > a {
    display: block;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .intro--options > a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .intro--banner {
    height: 360px;
  }
  .intro--banner h1 {
    font-size: 55px;
  }
  .intro--banner img {
    --display: none;
  }
}
@media (max-width: 600px) and (max-height: 750px) {
  .intro--banner {
    height: auto;
  }
  .intro--banner::before,
  .intro--banner::after {
    display: none;
  }
  .intro--banner h1 {
    margin-top: 0;
  }
  .intro--options {
    display: none;
  }
}
@media (max-width: 767px) {
  .intro--banner::before,
  .intro--banner::after {
    display: none;
  }
  .intro--banner img {
    bottom: 0;
    left: -115%;
  }
}
@media (max-width: 375px) {
  .intro--banner img {
    bottom: -60%;
    left: -120%;
  }
}
.work {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10%;
}
.projects-works {
  display: flex;
  flex-direction: column;
  --margin-top: 10%;
}
.projects-works .work i {
  font-size: 8px;
  color: #0f33ff;
}
.hidebytoggle {
  display: none;
}
@media (max-width: 1180px) {
  .work {
    max-width: 100%;
  }
}
.work h2 {
  display: flex;
  color: #939393;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  justify-content: flex-start;
  flex-direction: row;
}
.work h2 a {
  padding: 1%;
}
.work--lockup {
  position: relative;
}
.work--lockup .slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.work--lockup .slider--item {
  position: absolute;
  display: none;
  text-align: center;
}
.work--lockup .slider--item a {
  text-decoration: none;
  color: #858585;
}
.work--lockup .slider--item-title {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.work--lockup .slider--item-description {
  display: none;
  max-width: 250px;
  margin: 0 auto;
}
.work--lockup .slider--item-image {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.work--lockup .slider--item-image img {
  width: 100%;
}
.work--lockup .slider--item-left {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.work--lockup .slider--item-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.work--lockup .slider--item-center {
  position: relative;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
.work--lockup .slider--item-center a {
  color: #fff;
}
.work--lockup .slider--item-center .slider--item-title {
  margin-top: 25px;
  font-size: 16px;
}
.work--lockup .slider--item-center .slider--item-description {
  display: block;
}
.work--lockup .slider--item-center .slider--item-image {
  width: 300px;
  height: 300px;
}
.work--lockup .slider--next,
.work--lockup .slider--prev {
  position: absolute;
  top: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #282828;
  border-radius: 50%;
  cursor: pointer;
}
.work--lockup .slider--next svg,
.work--lockup .slider--prev svg {
  width: 20px;
  fill: #fff;
}
.work--lockup .slider--next {
  right: 0;
}
.work--lockup .slider--prev {
  left: 0;
}
@media (max-width: 900px) {
  .work--lockup .slider--item-image {
    width: 120px;
    height: 120px;
  }
  .work--lockup .slider--item-center .slider--item-image {
    width: 240px;
    height: 240px;
  }
  .work--lockup .slider--next,
  .work--lockup .slider--prev {
    top: 130px;
  }
}
@media (max-width: 767px) {
  .work--lockup .slider {
    width: 75%;
  }
  .work--lockup .slider--item-image {
    width: 90px;
    height: 90px;
  }
  .work--lockup .slider--item-center .slider--item-image {
    width: 190px;
    height: 190px;
  }
  .work--lockup .slider--next,
  .work--lockup .slider--prev {
    top: 105px;
  }
}
@media (max-width: 600px) {
  .work--lockup .slider {
    width: auto;
  }
  .work--lockup .slider--item-left,
  .work--lockup .slider--item-right {
    display: none;
  }
}
.about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .about {
    max-width: 100%;
  }
}
.about--banner {
  position: relative;
  height: 475px;
}
.about--banner::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 200px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  border: 5px solid #0f33ff;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.about--banner::after {
  content: "";
  position: absolute;
  top: 75px;
  left: 400px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #0f33ff;
}
.about--banner h2 {
  position: relative;
  margin-top: 35px;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}
.about--banner h2::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 268px;
  width: 30px;
  height: 30px;
  background-color: #0f33ff;
  border-radius: 50%;
}
.about--banner h2::after {
  content: "";
  position: absolute;
  top: 255px;
  left: 255px;
  width: 10px;
  height: 10px;
  background-color: #0f33ff;
}
.about--banner a {
  padding: 5px 17px 5px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
}
.about--banner a:hover svg {
  left: 10px;
}
.about--banner a svg {
  position: relative;
  left: 5px;
  width: 15px;
  fill: #fff;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.about--banner img {
  position: absolute;
  bottom: -90px;
  right: -12px;
}
.about--options--startups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  align-content: space-around;
  justify-content: start;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  justify-items: center;
}
.about--options--startups > a {
  position: relative;
  width: 80%;
  height: 150px;
  text-decoration: none;
  color: #fff;
  border: 5px solid #0f33ff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 5%;
}
.about--options--startups > a:nth-child(1) {
  filter: #939393;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-image: url(../img/tension.webp);
}
.about--options--startups > a:nth-child(1):hover {
  --transition: 275ms ease-in;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about--options--startups > a:nth-child(2) {
  filter: #939393;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-image: url(../img/nlp.webp);
}
.about--options--startups > a:nth-child(2):hover {
  transition: 275ms ease-in;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about--options--startups > a:nth-child(3) {
  filter: #939393;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-image: url(../img/tunesoft.webp);
}
.about--options--startups > a:nth-child(3):hover {
  transition: 275ms ease-in;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about--options--startups > a:nth-child(4) {
  filter: #939393;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-image: url(../img/meetoz.webp);
}
.about--options--startups > a:nth-child(4):hover {
  transition: 275ms ease-in;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about--options--startups > a:nth-child(5) {
  filter: #939393;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-image: url(../img/yalnizdegilim.webp);
}
.about--options--startups > a:nth-child(5):hover {
  transition: 275ms ease-in;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
@media (min-width: 800px) {
  .about--options--startups > a:hover h3 {
    bottom: -50px;
  }
  .about--options--projects > a:hover h3 {
    bottom: -50px;
  }
}
.about--options--startups h3 {
  position: absolute;
  bottom: -38px;
  --left: 10px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
}
.about--options--projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  align-content: space-around;
  justify-content: start;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  justify-items: center;
}
.about--options--projects > a {
  position: relative;
  width: 80%;
  height: 150px;
  text-decoration: none;
  color: #fff;
  border: 5px solid #0f33ff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 5%;
}
.about--options--projects > a:nth-child(1) {
  filter: #939393;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-image: url(../img/governid.webp);
}
.about--options--projects > a:nth-child(1):hover {
  transition: 275ms ease-in;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about--options--projects > a:nth-child(2) {
  filter: #939393;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-image: url(../img/inventiv.webp);
}
.about--options--projects > a:nth-child(2):hover {
  transition: 275ms ease-in;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  background-image: url(../img/inventiv.webp);
}
.about--options--projects > a:nth-child(3) {
  filter: #939393;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-image: url(../img/frauddetection.webp);
}
.about--options--projects > a:nth-child(3):hover {
  transition: 275ms ease-in;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about--options--projects > a:nth-child(4) {
  filter: #939393;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-image: url(../img/flerpi.webp);
}
.about--options--projects > a:nth-child(4):hover {
  transition: 275ms ease-in;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  background-image: url(../img/flerpi.webp);
}
.about--options--projects > a:nth-child(5) {
  filter: #939393;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  background-image: url(../img/solmaz.webp);
}
.about--options--projects > a:nth-child(5):hover {
  transition: 275ms ease-in;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  background-image: url(../img/solmaz.webp);
}
.about--options--projects h3 {
  position: absolute;
  bottom: -38px;
  --left: 10px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .about--banner {
    height: 305px;
  }
  .about--banner::before {
    top: 0;
    left: 125px;
  }
  .about--banner::after {
    top: 35px;
    left: 260px;
  }
  .about--banner h2 {
    margin-top: 10px;
    font-size: 44px;
  }
  .about--banner h2::before {
    top: 28px;
    left: 168px;
  }
  .about--banner h2::after {
    top: 163px;
    left: 163px;
  }
  .about--banner img {
    width: 315px;
  }
}
@media (max-width: 600px) {
  .about--banner {
    height: auto;
  }
  .about--banner::before {
    left: 155px;
  }
  .about--banner::after {
    left: 310px;
  }
  .about--banner h2 {
    margin-top: 0;
    font-size: 55px;
  }
  .about--banner h2::before {
    top: 43px;
    left: 214px;
  }
  .about--banner h2::after {
    top: 205px;
    left: 205px;
  }
  .about--banner img {
    display: none;
  }
  .about--options {
    display: none;
  }
}
.contact {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/konum.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact--lockup {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .contact--lockup {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .contact--lockup {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.contact--lockup .modal {
  margin-bottom: 400px;
  padding: 21px 40px 60px;
  text-align: center;
  background-color: #0c0c0c;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.75);
}
.contact--lockup .modal--information p,
.contact--lockup .modal--information a {
  display: block;
  margin: 25px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.contact--lockup .modal--information span {
  font-weight: 700;
}
.contact--lockup .modal--information span i {
  margin-right: 2px;
}
.contact--lockup .modal--information p {
  margin-top: 0;
}
.contact--lockup .modal--options {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact--lockup .modal--options > li {
  width: 210px;
  margin: 0 auto 12px;
}
.contact--lockup .modal--options li:nth-child(1) {
  background: #0077b5;
}
.contact--lockup .modal--options li:nth-child(2) {
  background: #0074ff;
}
.contact--lockup .modal--options li:nth-child(3) {
  margin-bottom: 0;
  background: #00408e;
  text-transform: uppercase;
}
.contact--lockup .modal--options .contact-icon-loca-1 a {
  display: block;
  width: 15%;
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
.contact--lockup .modal--options .contact-icon-loca a {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
.hire {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  max-width: 100%;
  height: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 3% !important;
}
.hire-apply {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  max-width: 100%;
  height: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 3% !important;
}
.information-name-apply div,
.information-email-apply div,
.information-message-apply div {
  font-size: 16px !important;
}
@media (max-width: 800px) {
  .career-apply-title {
    font-size: 35px !important;
  }
  .work-request-submit-button-apply {
    width: 200px !important;
    line-height: 40px !important;
  }
  .information-name-apply div,
  .information-email-apply div,
  .information-message-apply div {
    font-size: 14px !important;
  }
  .hire-apply {
    height: 60%;
  }
  .work-request--information-apply,
  .information-message-apply textarea {
    min-height: 30px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    resize: none;
  }
  .work-request--information-apply,
  .information-message-apply label {
    margin-left: 10px;
  }
}
@media (max-width: 500px) {
  .career-apply-title {
    font-size: 30px !important;
  }
  .information-name-apply div,
  .information-email-apply div,
  .information-message-apply div {
    font-size: 12px !important;
  }
}
@media (max-width: 450px) {
  .career-apply-title {
    font-size: 25px !important;
    margin-left: 40px !important;
  }
  .work-request {
    width: 90% !important;
  }
}
@media (max-width: 400px) {
  .work-request {
    width: 90% !important;
  }
  .information-name-apply div,
  .information-email-apply div,
  .information-message-apply div {
    font-size: 10px !important;
  }
  .career-apply-title {
    font-size: 20px !important;
    margin-left: 40px !important;
  }
}
@media (max-width: 1180px) {
  .hire {
    max-width: 100%;
  }
  .hire-apply {
    max-width: 100%;
  }
}
.hire h2 {
  margin: 0 0 20px;
  font-size: 30px;
  text-align: left;
}
.hire h4 {
  --margin-top: 10% !important;
  color: #939393;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.hire-apply h2 {
  margin: 0 0 20px;
  font-size: 30px;
  text-align: left;
}
.hire-apply h4 {
  --margin-top: 10% !important;
  color: #939393;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.work-request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
  color: #fff;
}
.work-request input[type="submit"] {
  width: 250px;
  max-width: 100%;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  background-color: #0f33ff;
  border: none;
  border-radius: 0;
}
.work-request-submit-button {
  width: 250px;
  max-width: 100%;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  background-color: #0f33ff;
  border: none;
  border-radius: 0;
}
.work-request-submit-button-apply {
  width: 250px;
  max-width: 100%;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  background-color: #0f33ff;
  border: none;
  border-radius: 0;
  align-self: center;
  margin-top: 30px;
}
.work-request-submit-button:focus {
  outline: none;
}
.work-request-submit-button-apply:focus {
  outline: none;
}
.work-request input[type="submit"]:focus {
  outline: none;
}
.work-request--options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}
.work-request--options .options-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.work-request--options .options-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.work-request--options label {
  display: block;
  width: 200px;
  margin-bottom: 30px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.work-request--options label svg {
  position: relative;
  left: -5px;
  width: 0;
  fill: #fff;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.work-request--options input[type="checkbox"] {
  display: none;
}
.work-request--options input[type="checkbox"]:checked + label {
  background-color: #0f33ff;
  border-color: #0f33ff;
}
.work-request--options input[type="checkbox"]:checked + label svg {
  width: 15px;
}
.work-request--general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.work-request--general-apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.wrsb {
  margin-left: 1%;
}
.first-half {
  width: 48%;
  padding: 1%;
}
.second-half {
  width: 48%;
  padding: 1%;
}
.row-part {
  display: flex;
  flex-direction: row;
}
@media (max-width: 800px) {
  .hire h4 {
    color: #939393;
    font-size: 48px;
  }
  .hire-apply h4 {
    color: #939393;
    font-size: 48px;
  }
  .first-half h2,
  .second-half h2 {
    font-size: 90%;
  }
  .wrsb {
    display: flex;
    width: 100vw;
    flex-direction: row;
  }
  .wrsb .work-request-submit-button {
    width: 40%;
    line-height: 30px;
    font-size: 13px;
  }
  .wrsb .work-request-submit-button-apply {
    width: 40%;
    line-height: 30px;
    font-size: 13px;
  }
  .second-half p {
    font-size: 75%;
  }
}
.work-request--information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
.work-request--information-apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
.work-request--information .information-name,
.work-request--information .information-email {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 30px;
  font-weight: 300;
}
.work-request--information-apply .information-name-apply,
.work-request--information-apply .information-email-apply {
  position: relative;
  width: 45%;
  height: 50px;
  font-size: 30px;
  font-weight: 300;
}
.work-request--information .information-text {
  margin-top: -61px;
  position: relative;
  width: 100%;
  height: 50px;
  color: #fff;
  text-align: justify;
  font-size: 20px;
  font-weight: 300 !important;
  line-height: normal;
}
.work-request--information-apply .information-text {
  margin-top: -61px;
  position: relative;
  width: 100%;
  height: 50px;
  color: #fff;
  text-align: justify;
  font-size: 20px;
  font-weight: 300 !important;
  line-height: normal;
}
.work-request--information .information-name input,
.work-request--information .information-email input {
  font-size: 14px;
}
.work-request--information-apply .information-name-apply input,
.work-request--information-apply .information-email-apply input {
  font-size: 14px;
}
.work-request--general .information-you-want-us-to-do {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 30px;
  font-weight: 300;
}
.work-request--general-apply .information-you-want-us-to-do {
  position: relative;
  width: 100%;
  height: 50px;
  font-size: 30px;
  font-weight: 300;
}
.work-request--general .information-you-want-us-to-do input {
  font-size: 14px;
}
.work-request--general-apply .information-you-want-us-to-do input {
  font-size: 14px;
}
.work-request .information-message {
  position: relative;
  width: 100%;
  height: 100px;
  font-size: 30px;
  font-weight: 300;
}
.work-request .information-message-apply {
  position: relative;
  width: 100%;
  height: 100px;
  font-size: 30px;
  font-weight: 300;
}
.work-request .information-message input {
  font-size: 14px;
}
.work-request .information-message-apply input {
  font-size: 14px;
}
.work-request--information input[type="text"],
.work-request--information input[type="youwantustodo"],
.work-request--information input[type="message"],
.work-request--information input[type="email"] {
  width: 100%;
  padding: 0 0 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.work-request--information-apply input[type="text"],
.work-request--information-apply input[type="youwantustodo"],
.work-request--information-apply input[type="message"],
.work-request--information-apply input[type="email"] {
  width: 100%;
  padding: 0 0 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.work-request--information input[type="text"]:focus,
.work-request--information input[type="youwantustodo"]:focus,
.work-request--information input[type="message"]:focus,
.work-request--information input[type="email"]:focus {
  outline: none;
  background-color: #0c0c0c;
}
.work-request--information-apply input[type="text"]:focus,
.work-request--information-apply input[type="youwantustodo"]:focus,
.work-request--information-apply input[type="message"]:focus,
.work-request--information-apply input[type="email"]:focus {
  outline: none;
  background-color: #0c0c0c;
}
.work-request--information label {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.work-request--information-apply label {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.work-request--information input:focus + label,
.work-request--information input.has-value + label {
  top: -15px;
  font-size: 14px;
}
.work-request--information-apply input:focus + label,
.work-request--information-apply input.has-value + label {
  top: -15px;
  font-size: 14px;
}
.work-request--information textarea:focus + label,
.work-request--information textarea.has-value + label {
  top: -23px;
  font-size: 14px;
}
.work-request--information-apply textarea:focus + label,
.work-request--information-apply textarea.has-value + label {
  top: -23px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .work-request--options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .work-request--options .options-a,
  .work-request--options .options-b {
    display: block;
    width: auto;
  }
}
@media (max-width: 600px) {
  .work-request--options {
    margin: 20px 0;
  }
}
@media (max-width: 600px) and (max-width: 415px) {
  .work-request--options {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 425px) {
  .work-request--information .information-name,
  .work-request--information .information-email,
  .work-request .information-message,
  .work-request--general .information-you-want-us-to-do {
    height: 30px;
    font-size: 12px !important;
  }
}
@media (max-width: 800px) {
  .work-request--options label {
    width: 150px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .work-request--options input[type="checkbox"]:checked + label svg {
    width: 12px;
  }
  .work-request--information {
    margin-bottom: 30px;
  }
  .work-request--information .information-name,
  .work-request--information .information-email,
  .work-request .information-message,
  .work-request--general .information-you-want-us-to-do {
    height: 30px;
    font-size: 18px;
  }
  .work-request--information-apply {
    margin-bottom: 30px;
  }
  .work-request--information-apply .information-name-apply,
  .work-request--information-apply .information-email-apply,
  .work-request .information-message-apply,
  .work-request--general-apply .information-you-want-us-to-do {
    height: 30px;
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.perspective {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.perspective--modalview {
  position: fixed;
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.container {
  position: relative;
  -webkit-transform: translateZ(0) translateX(0) rotateY(0deg);
  transform: translateZ(0) translateX(0) rotateY(0deg);
  min-height: 100%;
  outline: 30px solid #0f33ff;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.modalview .container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.effect-rotate-left .container {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.effect-rotate-left--animate .container {
  -webkit-transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  transform: translateZ(-1800px) translateX(-50%) rotateY(45deg);
  outline: 30px solid #0f33ff;
}
.outer-nav {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  visibility: hidden;
  -webkit-transition: visibility 0 0.2s;
  transition: visibility 0 0.2s;
}
.outer-nav.is-vis {
  visibility: visible;
}
.outer-nav--return {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
  z-index: 11;
}
.outer-nav--return.is-vis {
  display: block;
}
.outer-nav > li {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateX(350px) translateZ(-1000px);
  transform: translateX(350px) translateZ(-1000px);
  font-size: 55px;
  font-weight: 900;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
.outer-nav > li.is-vis {
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.outer-nav > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  width: 110%;
  height: 15px;
  opacity: 0;
  background-color: #0f33ff;
}
.outer-nav > li.is-active::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .outer-nav > li {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  .outer-nav > li {
    font-size: 34px;
  }
}
.outer-nav li.is-vis:nth-child(2) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
.outer-nav li.is-vis:nth-child(3) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.outer-nav li.is-vis:nth-child(4) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.outer-nav li.is-vis:nth-child(5) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.work-baslik {
  color: var(--Beyaz, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about--1 {
  color: var(--Beyaz, #fff);
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about--1 span {
  color: #0f33ff;
  font-weight: 900;
}
.about--2 {
  color: #fff;
  margin-top: 19px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.about--career {
  text-decoration: none;
  color: #fff;
  border: 3.5px solid blue !important;
  max-width: 130px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  margin-top: 1rem;
}
.about--career:hover {
  background-color: blue;
  transition: 275ms ease-in-out;
}
.work .mybutton {
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #454545;
}
.work .active,
.mybutton:hover {
  color: #939393;
  transition: 275ms ease-in-out;
  text-decoration: underline;
}
.about-tab-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about-tab-content .about-information i {
  font-size: 8px;
  margin-right: 10px;
  color: #0f33ff;
}
.gallery-tab-content {
  display: grid;
  --flex-direction: row;
  --flex-wrap: wrap;
  --justify-content: space-around;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  margin-top: 5%;
}
.gallery-tab-content a {
  display: flex;
  margin: 7%;
  flex-basis: 20%;
}
.about-information {
  margin-left: 1%;
}
@media (max-width: 800px) {
  .work .mybutton {
    font-size: 36px;
  }
  .work h2 {
    margin-top: 5% !important;
  }
  .projects-works .work h2 {
    font-size: 36px;
  }
  .work-baslik {
    font-size: 25px;
  }
  .about--1 {
    font-size: 34px;
  }
  .about-information {
    font-size: 80%;
    text-align: justify;
  }
  .career-button {
    display: flex;
    justify-content: center;
  }
  .about--career {
    color: #fff;
    border: 3px solid blue !important;
    font-size: 15px;
    max-width: 100%;
    text-align: center;
    line-height: 30px;
  }
  .about--career span {
    font-size: 15px;
    line-height: 30px;
  }
  .about-tab-content a {
    width: 35vw;
    display: flex;
    justify-content: center;
  }
  .gallery-tab-content {
    justify-content: flex-start;
  }
}
.icon-loca {
  align-self: center;
  margin-left: 8px;
}
.contact-icon-loca {
  display: flex;
  display: content;
  align-items: baseline;
}
.contact-icon-loca-1 {
  margin-top: 2%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.social-media-icons {
  margin: 0;
}
.mail-icon-loca {
  align-self: center;
  margin-left: 8px;
  font-size: 24px !important;
}
.contact-title-1 {
  display: flex;
  margin-top: 9%;
  margin-right: 45%;
  color: #939393;
  justify-content: center;
  align-items: center;
  font-size: 60px;
}
@media (max-width: 800px) {
  .contact-title-1 {
    display: flex;
    margin-right: 0;
    color: #939393;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    margin-top: 15%;
  }
}
.gallery-img {
  width: 100%;
  object-fit: cover;
}
.message-area {
  background-color: #0c0c0c;
  border: none;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
.about-career-button {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.career-page {
  display: flex;
  flex-direction: column;
}
.career-title {
  color: #939393;
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  margin: 10% 0 0 7%;
}
.career-title-1 {
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0 7%;
}
.publishments {
  display: flex;
  flex-direction: column;
  margin-top: 3%;
}
@media (max-width: 800px) {
  .career-page {
    padding-top: 15%;
  }
  .career-title {
    font-size: 45px;
  }
  .career-title-1 {
    font-size: 30px;
  }
  .career-title-content-text {
    line-height: 40px !important;
    font-size: 10px !important;
  }
  .career-title-content {
    height: 40px !important;
    margin-top: 8% !important;
  }
  .career-subtitle {
    font-size: 12px !important;
  }
  .career-icon {
    line-height: 0 !important;
  }
  .fa-lg {
    font-size: 1em !important;
  }
}
.career-title-content {
  border: 1px solid #fff;
  border-radius: 0.5rem;
  width: 75%;
  margin-left: 7%;
  height: 60px;
  margin-top: 1%;
}
.career-title-content:hover {
  background-color: #0137f6;
  border-color: #0137f6;
  transition: 275ms ease;
  cursor: pointer;
}
.career-title-content-text {
  font-size: 25px;
}
.career-title-content a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 3%;
  height: 100%;
}
.career-icon {
  --margin-right: 6%;
  float: right;
  margin-top: 1%;
}
.career-subtitle {
  margin: 3% 0 0 7%;
  font-size: 18px;
}
.career-fullstack-text {
  margin-left: 7%;
}
.career-fullstack-text h3 {
  font-weight: 500;
  font-size: 20px;
}
.career-fullstack-text p {
  font-weight: 300;
}
.career-page a {
  color: #fff;
  text-decoration: none;
}
.career-fullstack h4 {
  margin-left: 100px;
  font-weight: 300;
}
.career-fullstack h3 {
  margin-left: 100px;
  font-weight: 500;
  font-size: 20px;
}
.career-fullstack h4 span {
  font-size: 16px;
  font-weight: 900;
}
.career-title-fullstack-1 {
  font-size: 35px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 1% 7%;
}
@media (max-width: 800px) {
  .career-title-fullstack-1 {
    font-size: 20px;
  }
  .career-page .career-fullstack-text p {
    font-size: 12px !important;
  }
  .career-page .career-fullstack-text h3 {
    font-size: 18px;
  }
}
.hire-button {
  --margin-left: 100px;
}
.career-apply h4 {
  margin-left: 100px;
  font-weight: 300;
}
.career-apply h3 {
  margin-left: 100px;
  font-weight: 500;
  font-size: 20px;
}
.career-apply-title {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin: 100px 0 0 100px;
}
.work-request--general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.work-request--general-apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.career-subtitle a {
  color: #0074ff;
  text-decoration: none;
}
.work-with-mail {
  font-weight: 700;
  color: #0074ff;
  text-decoration: none;
}
.work-with-us-button {
  margin-left: 37px;
}
@media (max-width: 400px) {
  .about--options--projects > a {
    height: 80px !important;
  }
  .about--options--startups > a {
    height: 80px !important;
  }
  .about--options--startups {
    grid-template-columns: repeat(auto-fill, minmax(108px, 62fr)) !important;
  }
  .about--options--startups h3 {
    font-size: 6px !important;
    bottom: -21px !important;
  }
  .about--options--projects {
    grid-template-columns: repeat(auto-fill, minmax(108px, 62fr)) !important;
  }
  .work-baslik {
    font-size: 20px;
  }
  .about--options--projects h3 {
    font-size: 6px !important;
    bottom: -21px !important;
  }
  .work h2 {
    margin-top: 20% !important;
  }
}
@media (max-width: 1000px) {
  .about--options--startups {
    grid-template-columns: repeat(auto-fill, minmax(149px, 1fr));
  }
  .about--options--projects {
    grid-template-columns: repeat(auto-fill, minmax(149px, 1fr));
  }
}
@media (max-width: 830px) {
  .about--options--startups {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  }
  .about--options--projects {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  }
}
@media (max-width: 800px) {
  .about--options--startups {
    grid-template-columns: repeat(auto-fill, minmax(121px, 1fr));
  }
  .about--options--projects {
    grid-template-columns: repeat(auto-fill, minmax(121px, 1fr));
  }
  .about--options--startups > a {
    width: 91%;
    height: 128px;
  }
  .about--options--projects > a {
    width: 91%;
    height: 128px;
  }
  .about--options--startups h3 {
    font-size: 10px;
  }
  .about--options--projects h3 {
    font-size: 10px;
  }
}
@media (max-width: 800px) {
  .about--options--startups {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
  .about--options--projects {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  }
  .about--options--startups > a {
    width: 74%;
    height: 110px;
  }
  .about--options--projects > a {
    width: 74%;
    height: 110px;
  }
  .about--options--startups h3 {
    font-size: 10px;
  }
  .about--options--projects h3 {
    font-size: 10px;
  }
  .work {
    margin-top: 5%;
  }
  .work-baslik {
    font-size: 20px;
  }
  .about--options--startups h3 {
    bottom: -32px;
  }
  .about--options--projects h3 {
    bottom: -32px;
  }
}
@media (max-width: 540px) {
  .about--options--startups {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
  .about--options--projects {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
  .about--options--startups h3 {
    bottom: -29px;
    font-size: 9px;
  }
  .about--options--projects h3 {
    bottom: -29px;
    font-size: 9px;
  }
  .work h2 {
    margin-top: 10% !important;
  }
}
@media (max-width: 1190px) {
  .about--options--startups {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
  .about--options--projects {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
}
@media (max-width: 950px) {
  .about--options--startups {
    grid-template-columns: repeat(auto-fill, minmax(141px, 1fr));
  }
  .about--options--projects {
    grid-template-columns: repeat(auto-fill, minmax(141px, 1fr));
  }
  .about--options--startups {
    grid-template-columns: repeat(auto-fill, minmax(141px, 1fr));
  }
  .about--options--projects {
    grid-template-columns: repeat(auto-fill, minmax(141px, 1fr));
  }
}
@media (max-width: 470px) {
  .about--options--startups {
    grid-template-columns: repeat(auto-fill, minmax(106px, 1fr));
  }
  .about--options--startups > a {
    width: 87%;
    height: 110px;
  }
  .about--options--projects {
    grid-template-columns: repeat(auto-fill, minmax(106px, 1fr));
  }
  .about--options--projects > a {
    width: 87%;
    height: 110px;
  }
  .work h2 {
    margin-top: 8% !important;
  }
}
@media (max-width: 800px) {
  .gallery-img {
    width: 107%;
  }
}
@media (max-width: 700px) {
  .gallery-img {
    width: 70%;
  }
}
@media (max-width: 670px) {
  .gallery-img {
    width: 76%;
  }
}
@media (max-width: 630px) {
  .gallery-img {
    width: 84%;
  }
}
@media (max-width: 570px) {
  .gallery-img {
    width: 96%;
  }
}
@media (max-width: 520px) {
  .gallery-img {
    width: 108%;
  }
}
@media (max-width: 465px) {
  .gallery-tab-content {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}
@media (max-width: 1000px) {
  .outer-nav > li {
    font-size: 45px;
  }
}
@media (max-width: 800px) {
  .outer-nav > li {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .outer-nav > li {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .outer-nav > li {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  .outer-nav > li {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .about-information {
    font-size: 65%;
  }
}
