﻿/* ----------------------------------- //
//      Custom Mixins
// ----------------------------------- //*/
/*Cover Background Mixin*/
.promo {
  padding: 180px 0 160px;
  position: relative;
}
.promo__title {
  width: 404px;
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.promo__text {
  background: url(/Content/images/promo-bg-new.png) center no-repeat;
  margin: 0 -15px;
  height: 470px;
  position: relative;
}
.promo__video {
  display: block;
  position: relative;
  width: 445px;
  height: 445px;
  margin: 0 auto;
  z-index: 10;
}
.promo__video:before {
  content: "";
  width: 137px;
  height: 137px;
  background-color: #534859;
  display: block;
  position: absolute;
  top: -60px;
  right: -60px;
  z-index: 5;
}
.promo__video:after {
  content: "";
  width: 137px;
  height: 137px;
  background-color: #E8A49C;
  display: block;
  position: absolute;
  bottom: -60px;
  left: -60px;
  z-index: 5;
}
.promo__video:hover > img {
  opacity: 0.9;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.promo__video > img {
  z-index: 10;
  position: relative;
  width: 100%;
}
.promo__video > div {
  width: 385px;
  height: 385px;
  position: absolute;
  border: 6px solid #fff;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.promo__video > div > span {
  color: #fff;
  font-size: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0.8;
}
.promo .dot--v1 {
  top: 172px;
  left: 50%;
  margin-left: -530px;
}
.promo .dot--v2 {
  top: 80px;
  left: 50%;
}
.promo .dot--v3 {
  bottom: 125px;
  left: 50%;
  margin-left: 490px;
}
.promo .dot--v4 {
  bottom: 70px;
  left: 50%;
  margin-left: -340px;
}
.promo .line--v1 {
  top: 60px;
  left: 50%;
  margin-left: 90px;
}
.promo .line--v3 {
  bottom: 70px;
  left: 50%;
  margin-left: 540px;
}
@media (max-width: 1199px) {
  .promo__video:before {
    width: 120px;
    height: 120px;
    top: -46px;
    right: -46px;
  }
  .promo__video:after {
    width: 120px;
    height: 120px;
    bottom: -46px;
    left: -46px;
  }
  .promo .dot--v1 {
    margin-left: -470px;
  }
  .promo .dot--v3 {
    bottom: 120px;
    margin-left: 420px;
  }
  .promo .dot--v4 {
    bottom: 120px;
    margin-left: -340px;
  }
  .promo .line--v1 {
    top: 60px;
    left: 50%;
    margin-left: 90px;
  }
  .promo .line--v3 {
    bottom: 90px;
    left: 50%;
    margin-left: 380px;
  }
}
@media (max-width: 991px) {
  .promo {
    padding: 140px 0 120px;
    height: auto;
    min-height: 600px;
  }
  .promo__container {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: static;
  }
  .promo__title {
    width: auto;
    display: block;
    margin: 0;
    width: 100%;
    position: static;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .promo__text {
    background: url(/Content/images/promo-bg.png) center no-repeat;
    background-size: contain;
    margin: 0;
    height: 380px;
    position: relative;
  }
  .promo__video {
    width: 100%;
    height: 345px;
  }
  .promo__video:before {
    width: 80px;
    height: 80px;
    top: -25px;
    right: -25px;
  }
  .promo__video:after {
    width: 90px;
    height: 90px;
    bottom: -35px;
    left: -35px;
  }
  .promo__video > div {
    width: 310px;
    height: 310px;
    border: 4px solid #fff;
  }
  .promo__video > div > span {
    font-size: 54px;
  }
  .promo .dot--v1 {
    top: 172px;
    left: 50%;
    margin-left: -530px;
    display: none;
  }
  .promo .dot--v2 {
    top: 80px;
    left: 50%;
  }
  .promo .dot--v3 {
    display: none;
  }
  .promo .dot--v4 {
    bottom: 70px;
    left: 50%;
    margin-left: -320px;
  }
  .promo .line--v1 {
    top: 60px;
    left: 50%;
    margin-left: 90px;
  }
  .promo .line--v3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .promo {
    padding: 70px 0 80px;
  }
  .promo__text {
    height: 340px;
    position: relative;
  }
  .promo__video {
    width: 100%;
    height: auto;
  }
  .promo__video:before {
    width: 60px;
    height: 60px;
    top: -15px;
    right: -15px;
  }
  .promo__video:after {
    width: 60px;
    height: 60px;
    bottom: -15px;
    left: -15px;
  }
  .promo__video > div {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 3px solid #fff;
  }
  .promo__video > div > span {
    font-size: 54px;
  }
  .promo .dot--v2 {
    display: none;
  }
  .promo .dot--v3 {
    display: none;
  }
  .promo .dot--v4 {
    display: none;
  }
  .promo .line--v1 {
    display: none;
  }
  .promo .line--v3 {
    display: none;
  }
}

.about {
  padding: 180px 0;
  background: url(/Content/images/home-about-bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}
.about__title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.about__text-container {
  width: 445px;
  height: 445px;
  position: relative;
  z-index: 10;
}
.about__text {
  width: 445px;
  height: 445px;
  border: 30px solid #fff;
  position: relative;
  padding: 6px;
  z-index: 12;
}
.about .square {
  display: block;
  width: 137px;
  height: 137px;
  position: absolute;
  z-index: 0;
  background-color: #e8a39c;
  right: -55px;
  top: -55px;
}
.about__text--inner {
  background-color: #fff;
  width: 100%;
  color: #050505;
  font-size: 18px;
  font-weight: 400;
  padding: 30px;
  height: 100%;
  z-index: 10;
}
.about .col-md-6 {
  min-height: 445px;
}
.about .dot--v5 {
  top: 200px;
  left: 50%;
  margin-left: -600px;
}
.about .dot--v6 {
  top: 200px;
  left: 50%;
  margin-left: 420px;
}
.about .dot--v7 {
  bottom: -200px;
  left: 50%;
  margin-left: 360px;
}
.about .line--v4 {
  bottom: 80px;
  left: 50%;
  margin-left: -400px;
}
.about .line--v3 {
  bottom: 300px;
  left: 50%;
  margin-left: 500px;
}
@media (max-width: 1199px) {
  .about .square {
    width: 120px;
    height: 120px;
    right: -50px;
    top: -50px;
  }
  .about .dot--v5 {
    margin-left: -480px;
  }
  .about .dot--v6 {
    margin-left: 400px;
  }
  .about .dot--v7 {
    margin-left: 340px;
  }
  .about .line--v4 {
    margin-left: -360px;
  }
  .about .line--v3 {
    bottom: 300px;
    left: 50%;
    margin-left: 400px;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 140px 0;
  }
  .about__title {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .about__text-container {
    width: 420px;
    height: 420px;
  }
  .about__text {
    width: 420px;
    height: 420px;
    border: 20px solid #fff;
    padding: 6px;
  }
  .about .square {
    width: 100px;
    height: 100px;
    right: -40px;
    top: -40px;
  }
  .about__text--inner {
    font-size: 17px;
    line-height: 1.7;
    padding: 30px;
  }
  .about .col-md-6 {
    min-height: 420px;
  }
  .about .dot--v5 {
    display: none;
  }
  .about .dot--v6 {
    top: 120px;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: 240px;
  }
  .about .dot--v7 {
    bottom: -100px;
    left: 50%;
    margin-left: 320px;
  }
  .about .line--v4 {
    bottom: 80px;
    left: 50%;
    margin-left: -200px;
  }
  .about .line--v3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 30px 0 60px;
  }
  .about__title {
    color: #fff;
    position: static;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    left: auto;
    top: auto;
    margin-bottom: 30px;
  }
  .about__text-container {
    width: 100%;
    height: auto;
  }
  .about__text {
    width: 100%;
    height: auto;
    border: 10px solid #fff;
    padding: 4px;
  }
  .about .square {
    width: 60px;
    height: 60px;
    right: -15px;
    top: -15px;
  }
  .about__text--inner {
    font-size: 17px;
    line-height: 1.7;
    padding: 15px;
  }
  .about .col-md-6 {
    min-height: 0;
  }
  .about .dot--v5 {
    display: none;
  }
  .about .dot--v6 {
    display: none;
  }
  .about .dot--v7 {
    display: none;
  }
  .about .line--v4 {
    display: none;
  }
  .about .line--v3 {
    display: none;
  }
}

.skills {
  padding: 80px 0 20px;
  text-align: center;
  position: relative;
}
.skills__title {
  margin-bottom: 60px;
}
.skills__list {
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
}
.skills__item {
  display: inline-block;
  margin: 0 15px;
}
.skills__item > a {
  display: block;
  width: 137px;
  height: 137px;
  background-color: #efefef;
  position: relative;
  color: #050505;
}
.skills__item > a > span {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30px;
  font-size: 42px;
}
.skills__item > a > h5 {
  margin: 0;
  position: absolute;
  text-align: center;
  padding: 0 10px;
  bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
.skills__item--active > a {
  background-color: #534859;
  color: #fff;
}
.skills__item--active > a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #534859;
  border-width: 12px;
  margin-left: -12px;
}
.skills__item--video.skills__item--active > a {
  background-color: #ff7b89;
}
.skills__item--video.skills__item--active > a:after {
  border-top-color: #ff7b89;
}
.skills__item--sosyal-medya.skills__item--active > a {
  background-color: #8a5082;
}
.skills__item--sosyal-medya.skills__item--active > a:after {
  border-top-color: #8a5082;
}
.skills__item--fotograf.skills__item--active > a {
  background-color: #705f93;
}
.skills__item--fotograf.skills__item--active > a:after {
  border-top-color: #705f93;
}
.skills__item--yazilim.skills__item--active > a {
  background-color: #758eb7;
}
.skills__item--yazilim.skills__item--active > a:after {
  border-top-color: #758eb7;
}
.skills__item--tasarim.skills__item--active > a {
  background-color: #a5cad2;
}
.skills__item--tasarim.skills__item--active > a:after {
  border-top-color: #a5cad2;
}
.skills__content-container {
  min-height: 120px;
}
.skills__content {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
  margin: 0 auto;
  max-width: 710px;
  position: absolute;
  left: 0;
  right: 0;
}
.skills__content--active {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.skills .dot--v1 {
  top: 800px;
  left: 50%;
  margin-left: -460px;
}
.skills .dot--v2 {
  top: 900px;
  left: 50%;
  margin-left: 420px;
}
.skills .line--v1 {
  top: 600px;
  left: 50%;
  margin-left: -430px;
}
@media (max-width: 1199px) {
  .skills .dot--v1 {
    margin-left: -400px;
  }
  .skills .dot--v2 {
    margin-left: 420px;
  }
  .skills .line--v1 {
    margin-left: -380px;
  }
}
@media (max-width: 991px) {
  .skills {
    padding: 80px 0 20px;
  }
  .skills__title {
    margin-bottom: 60px;
  }
  .skills__list {
    margin-bottom: 40px;
  }
  .skills__item {
    display: inline-block;
    margin: 0 5px;
  }
  .skills__item > a {
    width: 120px;
    height: 120px;
  }
  .skills__item > a > span {
    top: 20px;
    font-size: 38px;
  }
  .skills__item > a > h5 {
    padding: 0 6px;
    bottom: 25px;
    font-size: 17px;
  }
  .skills__item--active > a:after {
    border-width: 10px;
    margin-left: -10px;
  }
  .skills__content-container {
    min-height: 120px;
  }
  .skills__content {
    font-size: 18px;
    line-height: 1.7;
  }
  .skills .dot--v1 {
    display: none;
  }
  .skills .dot--v2 {
    display: none;
  }
  .skills .line--v1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .skills {
    padding: 45px 0 0;
  }
  .skills__title {
    margin-bottom: 30px;
  }
  .skills__list {
    margin-bottom: 30px;
  }
  .skills__item {
    display: inline-block;
    margin: 0 5px 10px;
  }
  .skills__item > a {
    width: 90px;
    height: 90px;
  }
  .skills__item > a > span {
    top: 15px;
    font-size: 32px;
  }
  .skills__item > a > h5 {
    padding: 0 6px;
    bottom: 10px;
    font-size: 15px;
  }
  .skills__item--active > a:after {
    display: none;
  }
  .skills__content-container {
    min-height: 150px;
  }
  .skills__content {
    font-size: 16px;
    line-height: 1.7;
    padding: 0 15px;
  }
  .skills .dot--v1 {
    display: none;
  }
  .skills .dot--v2 {
    display: none;
  }
  .skills .line--v1 {
    display: none;
  }
}

.clients {
  padding: 30px 0 100px;
  text-align: center;
}
.clients__title {
  margin-bottom: 60px;
  display: inline-block;
}
.clients__logo-img {
  height: 90px;
  position: relative;
}
.clients__row {
  overflow: hidden;
  height: 210px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.clients__row--active {
  height: 360px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.clients__row .col-md-3 {
  margin-bottom: 30px;
  text-align: center;
}
.clients__row .col-md-3 img {
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.clients__line {
  height: 1px;
  width: 100%;
  background-color: #a8a3aa;
  position: relative;
  margin: 70px 0 30px;
}
.clients__link {
  width: 35px;
  height: 35px;
  background-color: #534859;
  color: #fff;
  position: relative;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border: none;
}
.clients__link .icon-caret-down {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 9px;
}
.clients__link--active .icon-caret-down:before {
  content: "\e910";
}
@media (max-width: 991px) {
  .clients {
    padding: 20px 0 90px;
  }
  .clients__title {
    margin-bottom: 60px;
  }
  .clients__row {
    overflow: hidden;
    height: 210px;
  }
  .clients__row--active {
    height: 450px;
  }
  .clients__row .col-md-3 {
    margin-bottom: 30px;
    text-align: center;
  }
  .clients__row .col-md-3 img {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .clients {
    padding: 20px 0 60px;
  }
  .clients__title {
    margin-bottom: 60px;
  }
  .clients__row {
    overflow: hidden;
    height: 230px;
  }
  .clients__row--active {
    height: 480px;
  }
  .clients__row .col-md-3 {
    margin-bottom: 20px;
    text-align: center;
  }
  .clients__row .col-md-3 img {
    margin: 0 auto;
    display: block;
    max-width: 130px;
  }
}

.works {
  padding: 60px 0;
  background: url(/Content/images/home-works-bg.jpg) center no-repeat;
  background-size: cover;
  text-align: center;
}
.works__title {
  margin-bottom: 60px;
  color: #fff;
}
.works__item {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.works__item:hover {
  opacity: 0.9;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.works__item:before {
  content: "";
  border: 6px solid #fff;
  width: calc(100% - 45px);
  height: calc(100% - 45px);
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.works__item:after {
  content: "\e903";
  font-size: 28px;
  text-align: center;
  font-family: "icomoon";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 65px;
  color: #fff;
  height: 65px;
  vertical-align: middle;
  display: block;
  background-color: #E8A49C;
  padding-top: 12px;
}
.works__item--fotograf:after {
  background-color: #705f93;
  content: "\e909";
}
.works__item--video:after {
  background-color: #ff7b89;
  content: "\e906";
}
.works__item--sosyal-medya:after {
  background-color: #8a5082;
  content: "\e903";
}
.works__item--yazilim:after {
  background-color: #758eb7;
  content: "\e90e";
}
.works__item--tasarim:after {
  background-color: #a5cad2;
  content: "\e907";
}
.works__item-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
}
.works__row .col-md-4 {
  margin-bottom: 20px;
}
.works__item-desc {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 0 30px;
}
.works__link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #E8A49C;
  margin-top: 20px;
}
.works__link:hover, .works__link:active, .works__link:focus {
  color: #E8A49C;
  opacity: 0.9;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.works__link:after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 9px;
  text-align: center;
  padding-top: 12px;
  float: right;
  width: 35px;
  margin-top: -4px;
  margin-left: 15px;
  height: 35px;
  background-color: #E8A49C;
  color: #fff;
}
@media (max-width: 991px) {
  .works {
    padding: 60px 0;
  }
  .works__title {
    margin-bottom: 60px;
  }
  .works__item {
    display: block;
    position: relative;
    margin: 0 auto 20px;
    max-width: 350px;
  }
  .works__item:before {
    border: 5px solid #fff;
    width: calc(100% - 45px);
    height: calc(100% - 45px);
  }
  .works__item-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .works__row .col-md-4 {
    margin-bottom: 60px;
  }
  .works__item-desc {
    font-size: 18px;
    padding: 0;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 676px) {
  .works {
    padding: 45px 0;
  }
  .works__title {
    margin-bottom: 40px;
  }
  .works__item {
    display: block;
    position: relative;
    margin: 0 auto 20px;
    max-width: 360px;
  }
  .works__item:before {
    border: 4px solid #fff;
  }
  .works__item-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .works__row .col-md-4 {
    margin-bottom: 60px;
  }
  .works__item-desc {
    font-size: 18px;
    padding: 0;
    max-width: 400px;
    margin: 0 auto;
  }
}
