/*
    Coded by: ilhami Yilmaz
    Date: 2020/05/17
    Contact: hello@ilhamiyilmaz.com.tr
*/

body {
  color: #000;
  overflow-x: hidden;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  /* cursor: url("../images/cursors/copy.png"), auto; */
}

body a {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #999999;
}

body a:hover {
  color: #ee4137;
  text-decoration: none;
}

.force-responsive {
  width: 100% !important;
}

.col-narrow-padding {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}

.col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .mobile-text-center {
    text-align: center !important;
  }

  .mobile-img-responsive {
    width: 100%;
    max-width: 100%;
  }
}

nav.navbar.navbar-default {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

.img-cover {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-primary {
  background-color: #dddddd !important;
  color: #999999;
}

.bg-black {
  background-color: #000 !important;
  color: #999;
}

.bg-black a {
  color: #999;
}

.bg-white {
  background-color: #fff !important;
  color: #000;
}

.text-primary {
  color: #000 !important;
}

.text-secondary {
  color: #999999 !important;
}

.text-triary {
  color: #dddddd;
}

.text-red {
  color: #ee4137;
}

.text-black {
  color: #000 !important;
}

.page-top {
  height: 670px;
}

.page-top h1 {
  font-family: "HelveticaNeueLT Com 25 UltLt";
  font-weight: 300;
  font-style: normal;
  font-size: 143px;
  color: #cecece;
  position: absolute;
  z-index: 1;
  top: 27%;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.page-top h1.berlin {
  left: 23%;
}

.page-top h1.istanbul {
  right: 7%;
}

.page-top .col-6:hover h1 {
  color: #ee4137;
  z-index: 3;
}

.page-top img {
  height: 100%;
  position: relative;
  z-index: 2;
}

.header {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding-top: 20px;
}

.menu-trigger {
  max-width: 30px;
  display: inline-block;
  margin-right: 8px;
}

.menu-trigger span {
  background: #ee4137;
  width: 30px;
  height: 4px;
  display: block;
  border-radius: 4px;
  margin-top: 4px;
}

.langs {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  top: -4px;
}

a.active {
  color: #ee4137;
}

.langs a {
  margin-left: 5px;
  border-left: 1px solid #dddddd;
  padding-left: 8px;
}

.langs a:first-of-type {
  border-left: none;
}

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

.down-row {
  position: absolute;
  width: 100%;
  margin-top: -65px;
}

.welcome {
  margin-top: -20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.welcome a {
  font-size: 22px;
  text-decoration: underline;
}

.services {
  padding-top: 136px;
  padding-bottom: 250px;
}

.services h2 {
  font-family: "HelveticaNeueLT Com 25 UltLt";
  font-weight: 300;
  font-style: normal;
  font-size: 52px;
}

.services h5 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.services p {
  font-size: 14px;
  display: none;
}

/* .services .col-6 {
  text-align: center;
} */

.services .col-12 {
  text-align: center;
}

.services a .p1 {
  font-size: 18px;
  border-bottom: 1px solid;
  font-weight: 300;
  font-style: normal;
}

.services a .p2 {
  border-bottom: none;
  font-weight: 500;
  font-style: normal;
}

/* .pr {
  cursor: url("../images/cursors/pr.png"), auto;
}

.branding {
  cursor: url("../images/cursors/branding.png"), auto;
}

.photo {
  cursor: url("../images/cursors/photo.png"), auto;
}

.graphic {
  cursor: url("../images/cursors/graphic.png"), auto;
}

.copy {
  cursor: url("../images/cursors/copy.png"), auto;
} */

.carousel-indicators li {
  border: 2px solid #999999;
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 1;
}

.carousel-indicators .active:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: #ee4137;
  border-radius: 50%;
  position: relative;
  left: 2px;
  top: 2px;
}

.carousel-indicators {
  bottom: -75px;
}

.slider h4 {
  /* font-family: "HelveticaNeueLT Com 25 UltLt"; */
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
}

.slider p {
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}

.slider .carousel-caption {
  width: 475px;
  padding: 1%;
  text-align: left;
  top: calc(50% - 86px);
  bottom: unset;
  margin-left: -2px;
}

.refs {
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.refs p {
  letter-spacing: 4px;
  margin-bottom: 0px;
}

.refs h2 {
  margin-top: 0;
  font-family: "HelveticaNeueLT Com 25 UltLt";
  font-weight: 300;
  font-style: normal;
  font-size: 52px;
}

.refs .more {
  font-size: 22px;
  border-bottom: 1px solid;
}

.prefooter {
  padding: 15px 0px;
}

.prefooter p {
  margin-bottom: 0;
  letter-spacing: 4px;
  font-size: 12px;
  color: #666;
}

.prefooter p span {
  display: block;
  letter-spacing: 0;
  font-family: "HelveticaNeueLT Com 25 UltLt";
  font-weight: 300;
  font-style: normal;
  font-size: 40px;
  line-height: 30px;
  margin-top: 2px;
}

.prefooter a {
  font-size: 26px;
  background: #999;
  color: #ddd;
  width: 42px;
  height: 42px;
  display: block;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  margin-top: 5px;
}

.prefooter a:hover {
  color: #ddd;
  background: #ee4137;
}

.footer {
  padding: 45px 0px;
}

.postfooter {
  font-weight: 500;
  padding: 5px 0px;
}

.subpage .page-top {
  /* min-height: calc(100vh - 340px); */
  height: auto;
  padding: 160px 0px;
}

.subheader {
  height: 360px;
  background-image: url(../images/web-design-multi.jpg);
  background-color: #ee4137;
  background-blend-mode: multiply;
  background-size: contain;
  background-attachment: fixed;
  color: #fff;
  font-family: "HelveticaNeueLT Com 25 UltLt";
  font-weight: 300;
  font-style: normal;
}

.subheader h2 {
  font-size: 56px;
}

.subheader h2 span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}

/*.page-top .content {
   position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 340px); 
}*/

.page-top .content h1 {
  font-size: 48px;
  color: #ee4137;
  font-size: 48px;
  color: #ee4137;
  position: unset;
  top: auto;
}

.subpage .page-top p {
  color: #999;
}

.subpage .page-top a {
  font-size: 22px;
  text-decoration: underline;
  display: none;
}

.main-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: #ee4137;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

.main-menu a {
  color: #fff;
  text-transform: uppercase;
  /* font-family: "HelveticaNeueLT Com 25 UltLt";
  font-weight: 300; */
  /* font-style: normal; */
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 72px;
}

.main-menu a:hover {
  color: #000;
}

.main-menu a span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-menu .close {
  text-shadow: none;
  color: #fff;
  opacity: 2;
  font-size: 52px;
  font-family: "HelveticaNeueLT Com 25 UltLt";
  font-weight: 300;
  font-style: normal;
  position: absolute;
  top: 15px;
  right: 15px;
}

.main-menu .close.active,
.main-menu .close:focus,
.main-menu .close:hover,
.main-menu .close:active {
  border: none;
  outline: none;
}

/*switch*/
.theme-switch-wrapper {
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 14px;
  margin-right: 15px;
}

.theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.theme-switch input {
  display: none;
}

.slider-switch {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider-switch:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:checked+.slider-switch {
  background-color: #ee4137;
}

input:checked+.slider-switch:before {
  transform: translateX(26px);
}

.slider-switch.round {
  border-radius: 34px;
}

.slider-switch.round:before {
  border-radius: 50%;
}

/*go dark*/
html[data-theme="dark"] .main-menu {
  background-color: #000;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

html[data-theme="dark"] .main-menu a {
  color: #fff;
}

html[data-theme="dark"] .main-menu a:hover {
  color: #ee4137;
}

#mainMenu {
  display: none;
  position: absolute;
  z-index: 99;
}

.main-logo {
  max-width: 221px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

/* .sticky .menu-text {
  display: none;
} */

.sticky .main-logo {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.refs img {
  width: 100%;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.5s -webkit-filter linear;
}

.page-top .col-6:hover img {
  -webkit-filter: none;
  filter: none;
}

.services .col-12 img {
  display: none;
}

.services .row-1 .col-12 {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.services .row-1 .col-12:last-of-type {
  border-right: none;
  border-bottom: 1px solid #999999;
}

.services .row-2 .col-12 {
  border-right: 1px solid #999999;
}

.services .row-2 .col-12:last-of-type {
  border-right: none;
}

.f-bold {
  font-weight: bold;
}

.montserrat {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.menu-text {
  display: none !important;
}

.row-3 .col-12 {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}

.row-3 .col-12:last-of-type {
  border-right: none;
}

/*smartphone*/
@media (max-width: 767px) {
  .page-top {
    height: auto;
    padding-top: 73px;
  }

  .page-top h1 {
    font-size: 48px;
  }

  .welcome {
    margin-top: 0;
  }

  .welcome a {
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 30px;
    display: block;
  }

  .row.mt-5 {
    margin-top: 0 !important;
  }

  .services .col-12 {
    margin-top: 40px;
  }

  .prefooter a {
    display: inline-block;
    margin-top: 15px;
  }

  .main-menu a {
    font-size: 34px;
  }

  .services .row-1 .col-12,
  .services .row-1 .col-12:last-of-type {
    border-bottom: none;
  }

  .subpage .content .text-right {
    text-align: left !important;
  }

  .subheader {
    background-size: cover;
    height: auto;
  }

  .theme-switch {
    width: 90px;
  }

  .menu-text {
    display: none !important;
  }

  .main-logo {
    margin-top: 0;
  }

  .row-3 .col-12 {
    border-top: none;
    border-right: none;
  }

  .row-3 .col-12:last-of-type {
    border-right: none;
  }

  .font-mobile-12 {
    font-size: 12px;
  }
}

.subpage .page-top ul li {
  color: #999;
  margin-left: -10px;
}

.blog-body {
  padding-top: 90px;
}

/* Site-wide Dark Mode Overrides (Temporarily Disabled)
html[data-theme="dark"] body {
  background-color: #121212;
  color: #dddddd;
}

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6 {
  color: #ffffff;
}

html[data-theme="dark"] .bg-white,
html[data-theme="dark"] .bg-light,
html[data-theme="dark"] .card,
html[data-theme="dark"] .services-card {
  background-color: #1e1e1e !important;
  color: #dddddd;
}

html[data-theme="dark"] .card-header {
  background-color: #2a2a2a;
  border-bottom: 1px solid #444;
}

html[data-theme="dark"] .card-header .btn-link {
  color: #dddddd;
}

html[data-theme="dark"] .modal-content {
  background-color: #1e1e1e;
  color: #dddddd;
}

html[data-theme="dark"] .modal-header {
  border-bottom: 1px solid #444;
}

html[data-theme="dark"] .modal-footer {
  border-top: 1px solid #444;
}

html[data-theme="dark"] .btn-outline-dark {
  color: #dddddd;
  border-color: #dddddd;
}

html[data-theme="dark"] .btn-outline-dark:hover {
  background-color: #dddddd;
  color: #121212;
}

html[data-theme="dark"] .text-black,
html[data-theme="dark"] .text-dark {
  color: #dddddd !important;
}

html[data-theme="dark"] .ref-row a {
  display: block;
  background: #dddddd;
  border-radius: 5px;
  margin-bottom: 15px;
}
*/