@font-face {
    font-family: 'Avenir Book';
    src: url('fonts/subset-Avenir-BookOblique.woff2') format('woff2'),
        url('fonts/subset-Avenir-BookOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/subset-Avenir-Roman.woff2') format('woff2'),
        url('fonts/subset-Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/subset-Avenir-Oblique.woff2') format('woff2'),
        url('fonts/subset-Avenir-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/subset-Avenir-Heavy.woff2') format('woff2'),
        url('fonts/subset-Avenir-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/subset-Avenir-Medium.woff2') format('woff2'),
        url('fonts/subset-Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/subset-Avenir-HeavyOblique.woff2') format('woff2'),
        url('fonts/subset-Avenir-HeavyOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir Black Oblique';
    src: url('fonts/subset-Avenir-BlackOblique.woff2') format('woff2'),
        url('fonts/subset-Avenir-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/subset-Avenir-Light.woff2') format('woff2'),
        url('fonts/subset-Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Book';
    src: url('fonts/subset-Avenir-Book.woff2') format('woff2'),
        url('fonts/subset-Avenir-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/subset-Avenir-Black.woff2') format('woff2'),
        url('fonts/subset-Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/subset-Avenir-MediumOblique.woff2') format('woff2'),
        url('fonts/subset-Avenir-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/subset-Avenir-LightOblique.woff2') format('woff2'),
        url('fonts/subset-Avenir-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}



body{
  background-color: #000;
  font-family: 'Avenir';
  color:#fff;
  font-size:14px;
  font-weight: 500;
}
p ,h1, h2, h3{
  display:inline-block;
  transform:scale(1,1.1); /* W3C */
  -webkit-transform:scale(1,1.1); /* Safari and Chrome */
  -moz-transform:scale(1,1.1); /* Firefox */
  -ms-transform:scale(1,1.1); /* IE 9 */
  -o-transform:scale(1,1.1); /* Opera */
  /* Rest Of CSS Code Here*/
}
.relative{
  position: relative;
}
.non-relative{
  position: initial!important;
}

#piemenu > svg { max-width: 100%; max-height: 100%; }
#piemenu{
  height: 100%;
  width: 100%;
}

[class|=wheelnav-piemenu-slice-basic] { fill: transparent; stroke: white }
[class|=wheelnav-piemenu-slice-selected] { fill: #333; stroke: #333; }
[class|=wheelnav-piemenu-slice-hover] { fill: #333;  stroke: #333; cursor: pointer; }

[class|=wheelnav-piemenu-title-basic] { fill: #fff; stroke: none; }
[class|=wheelnav-piemenu-title-selected] { fill: #fff; stroke: none; }
[class|=wheelnav-piemenu-title-hover] { fill: #fff; stroke: none; cursor: pointer; }
[class|=wheelnav-piemenu-title] > tspan { font-size: 14px; }

#piemenu-logo img{
  max-width: 100%
}
#piemenu-logo {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    line-height: 140px;
    z-index: 9;
    vertical-align: middle;
}
.home-corner-1 img#drone{
  max-height: 230px;
}
svg#pc{
  margin-top: -65px;
}
svg#fotograf-makinesi{
  -ms-transform: rotate(-10deg); /* IE 9 */
  -webkit-transform: rotate(-10deg); /* Safari */
  transform: rotate(-10deg);
  padding-top: 33px;
  padding-left: 55px;
  max-height:370px;
  height: 100%;
}
.home-container-wrapper {
  background-image: url("images/stars.png");
}
.home-container > .row > div{
  height: 50%
}
.home-container > .row{
  height: 100vh;
}
.hr-line{
  margin-top: 0px;
  height: 5px;
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.section-title{
  display: table;
  font-size: 24px;
  margin: 0 auto;
  padding: 21px 0 16px;
  width: 430px;
  text-align: center;
  border: 1px solid #fff;
  margin-top: 50px;
  color: #fff;
  font-weight: 100;
  position: relative;
  margin-bottom: 65px;
  border-left: none;
  border-right: none;
}
.section-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -36px;
    height: 35px;
    width: 1px;
    background: #fff;
}
.referances-carousel .carousel-slider__item{
  background-color: #fff;
  display: block;
  vertical-align: middle;
  border-radius: 50%;
}
.referances-carousel .carousel-slider__item img{
  padding: 14px;
  display: inline-block!important;
}
.referances-carousel {
  margin-bottom: 50px
}
section.sizi-biz-taniyoruz .items > .row > div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
section.sizi-biz-taniyoruz .items > .row > div img{
    margin: 0 auto;
}
section.sizi-biz-taniyoruz .caption{
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  margin-left: -15px;
  width: calc(100% + 30px);
  margin-right: -30px;
}
footer .social-icon{
  background-color: #fff;
  width: 49px;
  border-radius: 10px;
  margin-top: 45px;
}
footer .social-icon span{
  line-height: 49px;
  font-size: 24px;
  color: #000
}
.dash-line:before{
  content: '';
  height: 50%;
  background-color: transparent;
  border-bottom: 1px dashed #fff;
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  right: 0;
  top:0;
  z-index: -1
}
.kahve-wrapper {
    height: 100%;
    width: calc(100% + 210px);
    margin-left: -145px;
    margin-top: -10px;
}
svg#masa {
    max-height: 100%;
}
.home-container .icon{
      color: #fff;
    display: block;
    position: absolute;
}
.linkedin-icon{
    font-size: 58px;
    top: 10px;
    margin-left: calc(33% - 20px);
    padding: 5px 15px 0px;
    border-radius: 5px;
    filter: blur(2px);
}
.facebook-icon{
    font-size: 58px;
    top: 40px;
    right:calc(25% - 20px);
    padding: 5px 20px 0;
    border-radius: 5px;
    filter: blur(3px);
    position: relative;
}
.youtube-icon{
    color: #000!important;
    background-color: #fff;
    font-size: 30px;
    top: 53%;
    right:calc(25%);
    padding: 5px 10px 0px;
    border-radius: 5px;
    filter: blur(4px);
    position: relative;
}
.twitter-icon{
    color: #000!important;
    background-color: #fff;
    font-size: 20px;
    bottom: 10%;
    right:calc(19%);
    padding: 5px 10px 0px;
    border-radius: 5px;
    filter: blur(4px);
    position: relative;
}
.instagram-icon{
    font-size: 78px;
    top: calc(60% - 39px);
    margin-left: 25px;
}
.kutu-ampul-wrapper svg{
  max-height: 100%
}
.kutu-ampul-wrapper{
  position: absolute;
  top: 20%;
  margin-left: 90px;
  height: 80%;
  width: 100%;
}
.kliket-wrapper{
  position: absolute;
  bottom: 0;
  right: -30px;
  height: 30%;
  width: 100%;
}
.masa-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.short-content{

    vertical-align: middle;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    font-size: 28px;
    padding:0 10px;
}
svg#tablo {
  margin-top: 40px
}
svg#tablonun-icindekiler {
    position: absolute;
    top: 70px;
    padding: 30px 70px;
    max-width: 100%;
}
.page-container #piemenu{
  margin-top: 0px!important
}
svg#adamlar-ve-masa {
    margin-bottom: -130px;
    margin-top: -30px;
    max-width: 100%;
    padding: 0 30px;
}
.circle p{
  font-size: 20px;
}
.circle h2{
  font-size: 28px;
  margin-top: 30px
}
.circle h2, .circle p{
  margin-bottom:65px;
  width: 100%
}
.circle > .vc_column-inner{
  border: 1px solid #fff;
  border-radius: 50%;
}
.vertical-seperator:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    left: 50%;
    top: -23px;
}
.vc_row:last-child .vertical-seperator:before{
  height: calc(50% + 7px);
}
.carousel-style17 figcaption {
    margin: 0!important;
    padding: 0!important;
    top: 47%;
    position: absolute!important;
    background: none!important;
    width:100%;
}
.carousel-style17 h3{
  margin:0 auto!important;
  text-align: center;
  width: 100%;
  color: #fff!important;
  font-weight: bold;
}
figure.carousel-style17 .image{
  max-height: none!important;
  filter: grayscale(100%);
}
figure.carousel-style17:hover .image{
  filter: grayscale(0%) brightness(40%)!important;
}
.portfolyo-link-text{
  text-align:center;
}
.portfolyo-link-text a{
  color:#fff;
  font-weight: bold
}
.fk{
  margin-top: 120px
}
.fk-items > *{
  display: inline-block;
}
.isik{
  display: none
}
.vc_gitem-animated-block:hover .vc_gitem-is-link {
    filter: grayscale(0%) brightness(40%)
    
}
.vc_gitem-is-link{
    filter: grayscale(100%);
    transition: all ease 1s;
}
.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item{
  padding: 8px 16px;
    margin: 0 34px;
    background: #000
}
.pl-blogcnt > .pl-col-md-8{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tp-caption{
  z-index: 1!important;
}
[class|=wheelnav-piemenu-title] > tspan { font-size: 1.4rem; }