
@import url("assets.css");
@import url('header.css');
@import url('sign.css');


body {
  max-width: 100%;
  font-family: 'Circular Std';
  font-style: normal;
  transition: background ease .3s ;
  -webkit-transition: background ease .3s ;
  -moz-transition: background ease .3s ;
  -ms-transition: background ease .3s ;
  -o-transition: background ease .3s ;
}

.admin-bar{
  margin-top: -32px !important;
}

main {
  max-width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  background: #f3f3f3;
}


p {
  font-size: 22px;
  line-height: 163%;
  cursor: default;
}

.darkmode p{
  color: #fff;
}

.darkmode footer a{
  color: #fff;
}

.darkmode main{
  background: #151515;
}

@media only screen and (min-width: 576px) {

 #page-scroll{
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

  .scroll-content{
    width: 100%;
  }

}


@media only screen and (max-width: 575px) {
  #page-scroll{
    overflow: auto !important;
    height: auto !important;
  }
  

}

.elementor-editor-active #page-scroll {
  overflow: scroll !important; 
}


.tavonline-overlay{
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 101;
}

.darkmode .tavonline-overlay{
  background: #EFEBE9;
}

.tavonline-overlay{
  background: rgb(0, 0, 0);
}

.darkmode.header-opened .tavonline-overlay{
  background: #000;
}

.header-opened .tavonline-overlay{
  background: #fff;
}

.white-overlay-header .tavonline-overlay{
  background: #000;
}

/* Preloader */

.preloader{
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: #000;
  text-align: center;
  pointer-events: all;
}

.darkmode .preloader{
  background: #EFEBE9;
}

.preloader svg{
  opacity: .8;
  width: 22vw;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  fill: #000;
  background: #000;
}


.darkmode .preloader svg{
  fill: #EFEBE9;
  background: #EFEBE9;
}

.preloader svg path{
  stroke: #fff !important;
}

.darkmode .preloader svg path{
  stroke: #000 !important;
}

.site-title{
  color: #fff;
}

.dark-version #loader .loading .progress .bar-loading {
    background: #fff;
}

.dark-version header nav.classic-menu ul li a{
  color: #fff;
}

.dark-version #loader {
background: #101010;
}

.dark-version #loader .progress {
background: rgba(255, 255, 255, 0.2);
}

#loader .loading .txt{
  font-weight: 600;
  font-size: 20px;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}

.page-wrapper{
  display: inline-block;    
  width: 100%;
  overflow: hidden;
}


a{
  cursor: none !important;
}

.container{
  width: 90%;
  margin-left: 5%;
}

.outer{
  display: table;
  width: 100%;
  height: 100%;
}

.not-found{
  height: 100vh;
}

.not-found span{
  color: #fff;
  font-size: 120px;
  font-weight: 600; 
  color: #fff;
}

.not-found h1{
  font-size: 50px;   
  margin-bottom: 20px;
  color: #000;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.not-found p{
  color: #fff;
  font-size: 15px;
  opacity: .5;
}

.not-found .site-btn{
  margin-top: 30px;
  display: inline-block;
}

.site-btn{
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 3px 0px;
  position: relative;
  overflow: hidden;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  background: none;
  border: 0;
  font-family: 'Circular Std';
	font-style: normal;
}

.site-btn:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.site-btn:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all ease .3s .3s;
  -webkit-transition: all ease .3s .3s;
  -moz-transition: all ease .3s .3s;
  -ms-transition: all ease .3s .3s;
  -o-transition: all ease .3s .3s;
}

.site-btn:hover{
  color: rgb(167, 167, 167);
}

.site-btn:hover:after{
  transform: translateX(101%);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
}

.site-btn:hover:before{
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}


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

.spacer_30{width: 100%; height: 30px;}
.spacer_60{width: 100%; height: 60px;}
.spacer_90{width: 100%; height: 90px;}
.spacer_120{width: 100%; height: 120px;}

.slider-image-display canvas {
  /* border: 1px solid white; */
  z-index: 12;    
  touch-action: none;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  cursor: inherit;
  display: inline-block;
  background-size: cover;
}

.slider-image-display{
  position: fixed;
  height: 100vh;
  min-width: 100vw;
  top: 0;
  left: 0;
}


.slider-images,
.slider-images {
  display: none;
  position: relative;
}
.slider-images img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* cursor */

#cursor {
	position: fixed;
	text-align: center;
	width: 80px;
	height: 80px;
	z-index: 1203;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	pointer-events: none;
  mix-blend-mode: exclusion;
}



#cursor .cursor__bg {
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  left: 0;
  top: 0;
  mix-blend-mode: exclusion;
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  border-radius:80px;
  -webkit-border-radius:80px;
  -moz-border-radius:80px;
  -ms-border-radius:80px;
  -o-border-radius:80px;
}


#cursor .cursor__label {
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 12px;
  letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Circular Std';
	font-style: normal;
	text-transform: uppercase
}

#cursor .cursor__label{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-80%, -80%, 0);
	z-index: 1;
	-webkit-transform: translate3d(-80%, -80%, 0);
	-moz-transform: translate3d(-80%, -80%, 0);
	-ms-transform: translate3d(-80%, -80%, 0);
	-o-transform: translate3d(-80%, -80%, 0);
}


#cursor.is-medium .cursor__bg {
  background: #fff;
  width: 50px;
  height: 50px;
}


#cursor.is-big .cursor__bg {
	width: 80px;
	height: 80px;
	background: #fff;
	font-size: 12px;
	transform: translate3d(-30%, -30%, 0);
	-webkit-transform: translate3d(-30%, -30%, 0);
	-moz-transform: translate3d(-30%, -30%, 0);
	-ms-transform: translate3d(-30%, -30%, 0);
	-o-transform: translate3d(-30%, -30%, 0);
}

[data-cursor-type],
[data-cursor-type]:hover {
  cursor: none;
}

.home-section.last footer{
  position: absolute;
  bottom: 0px;
  width: 100%;
}

footer{
  padding: 50px 0 0;
  z-index: 8;
  position: relative;
  margin-bottom: 50px;
}

footer .copyright{
  text-align: left;
}

footer .social{
  text-align: right;
}

footer p{
  font-size: 18px;
}

footer a {
  font-size: 18px;
  margin-left: 30px;
  color: #000; 
  display: inline-block;
}

footer a:hover {
  color: #000;
}

/* FOOTER */
.swiper-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding-bottom: 60px;
  padding-left: 60px;
  z-index: 1;
}

.blur-left{
  width: 35%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  z-index: 14;
}

.black-left{
  width: 35%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}

.swiper-description {
  font-size: 14px;
  color: white;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  width: 320px;
  line-height: 26px;
}

.swiper-description-border {
  margin-bottom: 20px;
  width: 30px;
  opacity: .5;
  border-bottom: 1px solid white;
}
#counter-wrap {
  position: relative;
  width: 20px;
  margin: 0;
  text-align: center;
  bottom: 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 12px;
  font-weight: 600;
}
#counter-wrap::before {
  position: absolute;
  width: 20px;
  top: 0;
  left: 79px;
  content: attr(data-hover);
}
#counter-wrap:after {
  width: 40px;
  height: 1px;
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
  left: 30px;
  bottom: 20px;
}
#counter-wrap span {
  opacity: 1;
  /* transform: translate3d(0px, 0px, 0px); */
  position: absolute;
  left: 0;
  top: 0;
}
#counter-wrap span#counter-number-previous {
  opacity: 1;
  transform: translate3d(0px, -40px, 0px);
  position: absolute;
  left: 0;
  top: 0;
}

.slider-image-display.overlay:before{
  width: 100%;
  height: 100%;
  content: '';
  background: rgb(0 0 0 / 12%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
}

/******************* Hero *********************/


#pagepiling{
  height: 100vh;
}

.home-section{
  height: 100vh;
}

.home-section.first{
  background: #fff;
}

.darkmode .home-section.first{
  background: #151515;
}

.home-section.last{
  text-align: center;
  background: #151515;
}

.home-section.last .sitelink{
  color: #fff;
}

.home-section.last .square-dots{
  z-index: 0;
}

.home-section.last p, .home-section.last a{
  color: #fff;
}

.home-section.last .square-dots .dark-dots{
  display: inline-block;
}

.home-section.last h3{
  font-size: 130px;
  color: #fff;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}




.home-section.last .direction h3 span{
  display: inline-block;
  position: relative;
}

.home-section.last .direction h3 span:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 10;
  right: 0;
  height: 4px;
  margin-top: 0px;
  background: #fff;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

.home-section.last .direction:hover .sitelink{
  margin-left: 30px;
}

.home-section.last .sitelink{
  border-bottom: 2px solid #fff;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}

.home-section.last .direction h3 span.first-line:before {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.home-section.last .direction h3 span.second-line:before {
  transition: all .3s .15s ease;
  -webkit-transition: all .3s .15s ease;
  -moz-transition: all .3s .15s ease;
  -ms-transition: all .3s .15s ease;
  -o-transition: all .3s .15s ease;
}

.home-section.last .direction:hover h3 span:before{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}


.home-section.last .direction:hover h3{
  color: hsla(0,0%,100%,0) !important;
  -webkit-text-stroke: 0.8px #fff;
}

.hero .outer{
  text-align: center;
}

.hero .hello{
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.49em;
  margin-bottom: 60px;
  display: inline-block;
  font-weight: 400;
}

.hero .welcome-dots{
  position: absolute;
    left: 222px;
    top: -33px;
}

.darkmode .hero .hello{
  color: rgba(255, 255, 255, 0.5);
}

.hero .hello span.name{
  font-weight: bold;
}

.hero .hello span.shake{
  font-size: 25px;
}


.hero .hello span.shake img{
  max-width: 30px;
  margin-top: -10px;
  animation: handshake 3s infinite;
  -webkit-animation: handshake 3s infinite;
}

@keyframes handshake {
  0%  { transform: rotate(0deg)  translateX(0px); -webkit-transform: rotate(0deg)  translateX(0px); -moz-transform: rotate(0deg)  translateX(0px); -ms-transform: rotate(0deg)  translateX(0px); -o-transform: rotate(0deg)  translateX(0px); }
 5%   { transform: rotate(-10deg)  translateX(-5px) ; -webkit-transform: rotate(-10deg)  translateX(-5px) ; -moz-transform: rotate(-10deg)  translateX(-5px) ; -ms-transform: rotate(-10deg)  translateX(-5px) ; -o-transform: rotate(-10deg)  translateX(-5px) ; }
 10%  { transform: rotate(10deg)  translateX(5px); -webkit-transform: rotate(10deg)  translateX(5px); -moz-transform: rotate(10deg)  translateX(5px); -ms-transform: rotate(10deg)  translateX(5px); -o-transform: rotate(10deg)  translateX(5px); }
 15%   { transform: rotate(-10deg)  translateX(-5px) ; -webkit-transform: rotate(-10deg)  translateX(-5px) ; -moz-transform: rotate(-10deg)  translateX(-5px) ; -ms-transform: rotate(-10deg)  translateX(-5px) ; -o-transform: rotate(-10deg)  translateX(-5px) ; }
 20%  { transform: rotate(10deg)  translateX(5px); -webkit-transform: rotate(10deg)  translateX(5px); -moz-transform: rotate(10deg)  translateX(5px); -ms-transform: rotate(10deg)  translateX(5px); -o-transform: rotate(10deg)  translateX(5px); }
 25%  { transform: rotate(0deg)  translateX(0px); -webkit-transform: rotate(0deg)  translateX(0px); -moz-transform: rotate(0deg)  translateX(0px); -ms-transform: rotate(0deg)  translateX(0px); -o-transform: rotate(0deg)  translateX(0px); }
 100%  { transform: rotate(0deg)  translateX(0px); -webkit-transform: rotate(0deg)  translateX(0px); -moz-transform: rotate(0deg)  translateX(0px); -ms-transform: rotate(0deg)  translateX(0px); -o-transform: rotate(0deg)  translateX(0px); }
}

.hero .hero-content{
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.hero-cursor{
  position: absolute;
  top: 0;
  width: 100%;
  height: 120px;
}

.hero h1{
  font-weight: 500;
  font-size: 80px;
  line-height: 111.5%;
}

.darkmode .hero h1{
  color: #fff;
}

.hero h1 .first-line{
  margin-bottom: 25px;
  display: inline-block;
}

.hero h1 span.under{
  border-bottom: 5px solid #000;
}

.darkmode .hero h1 span.under{
  border-bottom: 5px solid #fff;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.featured-portfolios .swiper-slide{
  height: 100vh;
}

.featured-portfolios{
  /* transform: translateX(-15%);
  -webkit-transform: translateX(-15%);
  -moz-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  -o-transform: translateX(-15%); */
}

.featured-info{
  left: 50vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding-right: 160px;
}

.mobile-center{
  width: 100%;
  height: 100vh;
  position: relative;
}

.featured-info h2{
  font-size: 80px;
  float: left;
  clear: left;
  transition: all ease .8s .3s;
}

.swiper-slide-prev .featured-info h2{
  transform: translateX(-200px);
}

.swiper-slide-next .featured-info h2{
  transform: translateX(200px);
}

.swiper-slide-active .featured-info h2{
  transform: translateX(0px);
}



.darkmode .featured-info h2, .darkmode .featured-info .category, .darkmode .featured-info p{
  color: #fff;
}

.darkmode .featured-info .category::before{
  background: #fff;
}

.featured-info .category{
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 5px;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  float: left;
  position: relative;
  padding-left: 45px;
  transition: all ease .8s .4s;
}

.swiper-slide-prev .featured-info .category{
  transform: translateX(-100px);
}

.swiper-slide-next .featured-info .category{
  transform: translateX(100px);
}

.swiper-slide-active .featured-info .category{
  transform: translateX(0px);
}


.featured-info p{
  float: left;
  clear: left;
  text-align: left;
  margin-top: 30px;
  margin-left: 45px;
  margin-bottom: 45px;
  transition: all ease .8s .3s;
}

.swiper-slide-prev .featured-info p{
  transform: translateX(-250px);
}

.swiper-slide-next .featured-info p{
  transform: translateX(250px);
}

.swiper-slide-active .featured-info p{
  transform: translateX(0px);
}

.featured-info .link-outer{
  margin-left: 45px;
  transition: all ease .8s .4s;
}

.swiper-slide-prev .featured-info .link-outer{
  transform: translateX(-250px);
}

.swiper-slide-next .featured-info .link-outer{
  transform: translateX(250px);
}

.swiper-slide-active .featured-info .link-outer{
  transform: translateX(0px);
}


.direction{
  display: inline-block;
  position: relative;
}

.direction h3{
  font-size: 140px;
  line-height: 87%;
}

.direction h3 span.second-line{
  color: transparent;
  -webkit-text-stroke: 1.2px #fff;
}

.direction .link-outer{
  margin-left: 290px;
}

.direction .link-outer{
  margin-top: 30px;
}


.link-outer{
  position: relative;
  float: left;
  clear: left;
  width: 140px;
  height: 48px;
}

.link-outer .sitelink{
  float: left;
  clear: left;
  position: absolute;
  left: 0;
}

.featured-info .category::before{
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  left: 0px;
  top: 10px;
}

.link-outer .link-outer{
  margin-top: 15px;
}

.featured-works{
  width: 100%;
  height: 100vh;
}

.mac_image {
  transform: translate(-32vw, -50%);
  -webkit-transform: translate(-32vw, -50%);
  -moz-transform: translate(-32vw, -50%);
  -ms-transform: translate(-32vw, -50%);
  -o-transform: translate(-32vw, -50%);
  top: 50%;
  width: 50vw;
  aspect-ratio: 1105 / 632;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  pointer-events: none;
  z-index: 3;
}



.caption_outer{
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.portfolio_caption{
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.caption_container{
  left: 50%;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 80px;
  width: 100%;
}

.caption_container h2{
  float: left;
  font-size: 70px;
  line-height: 52px;
  text-align: left;
  font-weight: 500;
  width: 100%;
  color: #000;
  font-style: normal;
  letter-spacing: 0px;
}

.caption_container p{
  float: left;
}

.caption_container .category{
  color: #000;
  display: block;
  float: left;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.portfolio_caption:before{
  background: url(../images/dotted_bg.png);
  width: 80%;
  height: 300px;
  position: absolute;
  content: '';
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
}

.bottom-items{
  position: absolute;
  width: 100%;
  top: calc(100vh - 120px);
  z-index: 4;
  left: 0;
}

.bottom-items.hidden{
  display: none;
}

.bottom-items-container{
  padding:  60px;
  width: 100%;
  box-sizing: border-box;
}

.bottom-items .sayhello{
  float: right;
  display: inline-block;
}

.bottom-items .darkmode{
  float: left;
  display: inline-block;
}

/* --- follow me: hover'da sosyal hesaplar yukarı açılır --- */
.bottom-items .follow-me{
  float: left;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.bottom-items .follow-me .follow-links{
  position: absolute;
  bottom: 100%;
  left: 0;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  visibility: hidden;
}

.bottom-items .follow-me:hover .follow-links{
  visibility: visible;
}

.bottom-items .follow-me .follow-links a{
  font-size: 15px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  -webkit-transform: translateY(14px);
  transition: opacity .3s ease, transform .3s ease, visibility .3s;
}

.darkmode .bottom-items .follow-me .follow-links a{
  color: #fff;
}

.bottom-items .follow-me .follow-links a:hover{
  opacity: .6 !important;
}

.bottom-items .follow-me:hover .follow-links a{
  opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
}

/* alttan yukarı sıralı açılım */
.bottom-items .follow-me:hover .follow-links a:nth-last-child(1){ transition-delay: 0s; }
.bottom-items .follow-me:hover .follow-links a:nth-last-child(2){ transition-delay: .06s; }
.bottom-items .follow-me:hover .follow-links a:nth-last-child(3){ transition-delay: .12s; }
.bottom-items .follow-me:hover .follow-links a:nth-last-child(4){ transition-delay: .18s; }
.bottom-items .follow-me:hover .follow-links a:nth-last-child(5){ transition-delay: .24s; }
.bottom-items .follow-me:hover .follow-links a:nth-last-child(6){ transition-delay: .3s; }

.bottom-items .sitelink{
  white-space: nowrap
}

.sitelink{
  font-size: 17px;
  font-weight: 400;
  color: #000;
  border-bottom: 2px solid #000;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  display: inline-block;
}

.sitelink:hover, .sitelink:focus{
  color: #000;
}

body.darkmode .sitelink:hover, body.darkmode .sitelink:focus{
  color: #fff;
}

body.darkmode .sitelink{
  color: #fff;
  border-color: #fff;
}

body.darkmode.darkmode .sitelink:hover{
  color: #fff;
  border-color: #fff;
}

.link-outer:hover .sitelink {
  padding-bottom: 6px;
  border-style: none none solid;
  border-width: 0px;
  margin-bottom:0px;
}


.pagination_bar {
  position: absolute;
  height: 230px;
  top: 50%;
  right: 5vw;
  margin-top: -115px;
  text-align: center;
  z-index: 5;
}

.darkmode .pagination_number_first, .darkmode .pagination_number_last{
  color: #fff;
}

.darkmode .pagination_line_wrapper{
  background: rgba(255, 255, 255, 0.24);
}

.darkmode .pagination_line{
  background: #fff;
}

.pagination_number_first {
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
}

.pagination_number_last {
  font-size: 15px;
  color: #000;
  margin-top: 15px;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
}

.pagination_line_wrapper {
  height: 153px;
  width: 1.2px;
  position: relative;
  background: rgba(0, 0, 0, 0.24);
  display: block;
  margin: 0 auto;
}

.pagination_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2px;
  background: #000;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.dots{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}

.dots img{
  height: 100%;
  transform: translate(50%, -50px);
  -webkit-transform: translate(50%, -50px);
  -moz-transform: translate(50%, -50px);
  -ms-transform: translate(50%, -50px);
  -o-transform: translate(50%, -50px);
}


img.dark-dots{
  display: none;
}

.darkmode img.white-dots{
  display: none;
}

.darkmode img.dark-dots{
  display: block;
}

.square-dots{
  position: absolute;
  top: 0;
  left: 50px;
    top: -21px;
    z-index: -1;
}


/* Single Portfolio */

.portfolio-hero{
  width: 100%;
  height: 100vh;
  text-align: center;
  position: relative;
}

.portfolio-hero .portfolio-media{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 60vw;
  aspect-ratio: 1135 / 632;
  height: auto;
}

/* ============ Portfolio media (image/video) ============ */
.portfolio-media{
  position: relative;
  width: 100%;
  height: 100%;
}

.portfolio-media__screen{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}

/* MacBook screen frame: both images and videos sit inside the same frame. */
.portfolio-media.has-frame .portfolio-media__screen{
border-left: 4px solid #000;
    border-radius: 23px 23px 0 0;
    border-right: 4px solid #000;
    border-top: 4px solid #000;
}

/* MacBook base (keyboard/hinge bar), sits right under the screen and a
   touch wider than it, like a real laptop deck.
   Graphic at inc/images/mb.svg. Applies to the live media AND the FLIP
   ghost so the base travels with the screen during the transition. */
.portfolio-media.has-frame::after,
.flip-ghost.has-frame::after{
  content: '';
  position: absolute;
  left: -7.5%;
  right: -7.5%;
  top: 100%;
  height: 5.6%;
  background-image: url('../images/mb.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  pointer-events: none;
}

/* ============ Portfolio media FLIP transition ============ */
.flip-ghost{
  position: fixed;
}

.portfolio-info .title{
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 80px;
  line-height: 111.5%;
}

.darkmode .portfolio-info .title{
  color: #fff;
}

.portfolio-info .services li{
  list-style: none;
  margin-bottom: 30px;
}

.portfolio-info .services li h6{
  font-weight: 400;
  font-size: 15px;
  line-height: 151%;
  opacity: .3;
  margin-bottom: 0;
}

.darkmode .portfolio-info .services li h6{
  color: #fff;
}

.portfolio-info .services li span{
  font-weight: 400;
  font-size: 17px;
  line-height: 151%;

}

.darkmode .portfolio-info .services li span{
  color: #fff;
}

.portfolio-info .sitelink{
  margin-top: 30px;
}

.portfolio-slider{
  width: 100%;
  overflow: hidden;
}

.portfolio-slider .swiper-slide{
  width: 80%;
}

.portfolio-slider .swiper-slide img{
  width: 100%;
}

.work-responsive .first, .work-responsive .second{
  text-align: center;
}

.work-responsive .second{
  margin-top: 120px;
}

.work-responsive img{
  filter: drop-shadow(52px 34px 126px rgba(0, 0, 0, 0.17));
  border-radius: 17px !important;
  -webkit-border-radius: 17px !important;
  -moz-border-radius: 17px !important;
  -ms-border-radius: 17px !important;
  -o-border-radius: 17px !important;
}


/* --- PORTFOLIO ENDCAP (giant next-project closer) --- */
.portfolio-endcap{
  width: 100%;
  margin-top: 140px;
  padding: 110px 5% 130px;
  text-align: center;
  box-sizing: border-box;
}
.endcap-label{
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  opacity: .4;
  margin-bottom: 30px;
}
.endcap-title{ display: inline-block; max-width: 100%; }
.endcap-title h3{
  font-size: clamp(64px, 10vw, 150px);
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: -3px;
  line-height: 1.05;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 2px #000;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
}
.endcap-title:hover h3{
  color: #000;
  letter-spacing: 0;
}
.portfolio-endcap .tav-cta__stripe{ margin-top: 110px; }
.endcap-links{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}
.darkmode .endcap-label{ color: #fff; }
.darkmode .endcap-title h3{ -webkit-text-stroke-color: #fff; }
.darkmode .endcap-title:hover h3{ color: #fff; }
@media (max-width: 900px){
  .portfolio-endcap{ margin-top: 90px; padding: 70px 5% 90px; }
  .endcap-title h3{ letter-spacing: -1.5px; -webkit-text-stroke-width: 1.5px; }
  .portfolio-endcap .tav-cta__stripe{ margin-top: 80px; }
  .endcap-links{ gap: 30px; margin-top: 40px; }
}


.page-caption{
  padding: 20vh 0 0;
}

.page-caption .caption-container{
  position: relative;
}

.page-caption img{
  width: 300px;
  height: 300px;
  position: absolute;
  top: -35px;
  left: -60px;
}

.page-caption h1{
  margin-top: 15px;
  font-size: 90px;
  line-height: 85px;
}

.darkmode .page-caption h1{
  color: #fff;
}

.darkmode .elementor-76 .elementor-element.elementor-element-a25d88b > .elementor-background-overlay{
  background: #000;
  opacity: 1;
}

.page-caption h1 span{
  color: transparent;
  -webkit-text-stroke: 2px #000;
}
.darkmode .page-caption h1 span{ -webkit-text-stroke-color: #fff; }


.video-wrapper{
  width: 100%;
}

.video-wrapper video{
  width: 100%;
}

.video-wrapper.overlay{
  position: relative;
  overflow: hidden;
  display: grid;
}

/* .video-wrapper.overlay:after{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
} */

.about-video{
  padding: 120px 0;
}


.darkmode .second-section{
  background: #000;
}

.about-video .subtitle{
  margin-top: 60px;
}

.darkmode .about-video .subtitle{
  color: #fff;
}

.subtitle{
  font-size: 60px;
}

.subtitle span{
  color: transparent;
  -webkit-text-stroke: 1.5px #000;
}
.darkmode .subtitle span{ -webkit-text-stroke-color: #fff; }

.about-video .myservices ul{
  margin-top: 60px;
  margin-left: 30px;
}

.about-video .myservices li{
  list-style: none;
  line-height: 45px;
  font-size: 18px;
}

.darkmode .about-video .myservices li{
  color: #fff;
}

.about-comments{
  width: 100%;
  overflow: hidden;
}

.about-comments .subtitle{
  font-size: 40px;
  line-height: 50px;
}

.about-comments .subtitle span{
  color: transparent;
  -webkit-text-stroke: 1.5px #000;
}
.darkmode .about-comments .subtitle span{ -webkit-text-stroke-color: #fff; }

.comment-slider{
  width: 100%;
  overflow: hidden;
}

.comment-slider .swiper-slide{
  align-items:normal;
  text-align: left;
  padding-top: 30px;
}

.comment-slider .comment-container{
  width: 100%;
}

.comment-slider .swiper-slide p{
  width: 100%;
}

.about-comments{
  position: relative;
}

.about-comments .lover-text{
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 60px;
  opacity: .07;
  top: 50%;
  transform: translate(20%, -50%);
  -webkit-transform: translate(20%, -50%);
  -moz-transform: translate(20%, -50%);
  -ms-transform: translate(20%, -50%);
  -o-transform: translate(20%, -50%);
}

.about-comments .lover-text span{
  padding-left: 200px;
}

.all-works{
  padding: 15vh 10% 0 10%;
  margin-bottom: 90px;
}

.works-container{
  width: 100%;
  position: relative;
}

.all-works .work-item{
  position: relative;
  color: #000;
  padding: 35px 0 30px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
}

.darkmode .all-works .work-item{
  border-bottom: 1px solid #2b2b2b;
}

.all-works .work-item h2{
  font-size: 60px;
}

.darkmode .all-works .work-item span{
  opacity: .5;
}

.darkmode .all-works .work-item h2, .darkmode .all-works .work-item span{
  color: #fff;
}

.all-works .work-item.padding{
  padding-left: 30px;
}

.all-works .work-item .name, .all-works .work-item .type {
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
}

.all-works .work-item .type p{
  font-size: 20px;
}

.all-works .work-item .low-info{
  opacity: .4;
  margin-bottom: 10px;
  display: inline-block;
}

.all-works .work-item.low-opacity .name, .all-works .work-item.low-opacity .type {
  opacity: .2;
}

.work-image{
  position: absolute;
  top: -60px;
  width: 30vw;
  right: -60px;
}

.work-image .portfolio-media{
  width: 100%;
  height: auto;
  aspect-ratio: 1105 / 632;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
}


.work-image.focus .portfolio-media{
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.contact-info:first-child{
  margin-top: 90px;
}

.contact-info{
  margin-bottom: 45px;
}

.contact-info span{
  opacity: .3;
  margin-bottom: 5px;
  display: inline-block;
  display: block;
  width: 100%;
}

.darkmode .contact-info span{
  color: #fff;
}

.darkmode .contact-info a{
  color: #fff;
}

.contact-info p{
  font-size: 18px;
}

.contact-info a{
  color: #000;
  margin-right: 30px;
}

.contact-form{
  background: #fff;
  border-radius: 12px;
  padding: 45px;
  width: 100%;
  margin-top: 120px;
}

.darkmode .contact-form{
  background: #000;
}

.contact-form .form-caption{
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

.contact-form .title{
  font-size: 26px;
  text-align: left;
  line-height: 34px;
}

.darkmode .contact-form .title{
  color: #fff;
}

.contact-form .form-caption .video-wrapper{
  width: 100px;
  position: absolute;
}

*{
  outline: 0;
}


.contact-form .select-box{
  margin-bottom: 30px;
  position: relative;
}

.contact-form .select-box:after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: .3;
}

.contact-form .select-box select{
  font-family: 'Circular Std';
  width: 100%;
  padding: 20px;
  font-size: 15px;
  border: solid 2px rgb(196, 196, 196);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-weight: 400;
}



.darkmode .contact-form .select-box select:focus, .darkmode .contact-form .form-input input:focus, .darkmode .contact-form .form-textarea textarea:focus{
  border: solid 2px rgb(83, 83, 83) !important;
}


.contact-form .select-box select:focus, .contact-form .form-input input:focus, .contact-form .form-textarea textarea:focus{
  border: solid 2px rgb(0, 0, 0) !important;
}

.contact-form .form-input{
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.contact-form input{
  font-family: 'Circular Std';
}

.contact-form .form-input:after{
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  opacity: .3;
}

.contact-form .form-input.name:after{
  content: "\f406";
}

.contact-form .form-input.email:after{
  content: "\f2b6";
  font-weight: 400;
  font-size: 14px;
}
select::-ms-expand {
  display: none;
}

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.contact-form .form-textarea:after{
  content: "\f4ad";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  right: 23px;
  top: 17px;
  opacity: .3;
}

.contact-form .form-input input{
  width: 100%;
  padding: 18px 20px;
  font-size: 15px;
  border: solid 2px rgb(196, 196, 196);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.contact-form .form-textarea{
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.contact-form .form-textarea textarea{
  font-family: 'Circular Std';
  width: 100%;
  padding: 18px 20px;
  font-size: 15px;
  border: solid 2px rgb(196, 196, 196);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 100px;
}

.contact-form .form-submit{
  display: inline-block;
  margin-top: 15px;
}

.contact-form .form-submit input{
  font-family: 'Circular Std';
  border: 0;
  background: 0;
  border-bottom: 2px solid;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  border-bottom: 2px solid #000;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  display: inline-block;
  padding: 0;
  position: absolute;
}

.darkmode .contact-form .form-submit input{
  border-bottom: 2px solid #fff;
  color: #fff;
}

.contact-form .form-submit:hover input{
  color: #000;
  padding-bottom: 6px;
  border-style: none none solid;
  border-width: 0px;
  border-color: #000;
  margin-bottom:0px;
}

.contact-form .submit-outer{
  position: relative;
  float: left;
  clear: left;
  width: 140px;
  height: 48px;
}


.darkmode .contact-form .select-box select, .darkmode .contact-form .form-input input, .darkmode .contact-form .form-textarea textarea{
  background: #000;
  color: #fff;
  border: solid 2px rgb(62 62 62);
}

.res-b{
  
}

.res-w{
  display: none;
}

.darkmode .res-b{
  display: none;
}

.darkmode .res-w{
  display: inline-block;
}

.about-calltoaction{
  width: 100%;
  text-align: center;
}

.about-calltoaction .cta{
  display: inline-block;
  position: relative;
}

.about-calltoaction .cta h3{
  font-size: 90px;
  text-transform: lowercase;
  letter-spacing: -2px;
  line-height: 90px;
  left: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  color: #000;
}

.darkmode .about-calltoaction .cta h3{
  color: #fff;
}

.about-calltoaction .cta h3 span{
  text-align: left;
  color: transparent;
  -webkit-text-stroke: 2px #000;
}
.darkmode .about-calltoaction .cta h3 span{ -webkit-text-stroke-color: #fff; }

/* Decorative dot graphics inside the legacy .cta block (inc/parts/cta.php).
   Scoped to .cta on purpose: the newer tav-cta widget shares the
   .about-calltoaction wrapper and its memoji frames are <img> too, which an
   unscoped rule would shove out of their clipped circle. */
.about-calltoaction .cta img{
  position: absolute;
  left: -80px;
  top: -70px;
  z-index: 0;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
}

.about-calltoaction .sitelink{
  float: right;
  margin-right: 5px;
}

.about-calltoaction .cta:hover img{
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}

.about-calltoaction .cta:hover h3 {
  letter-spacing: 0px;
}

.darkmode .radial{
  display: inline-block;
}

.darkmode .white-memoji{
  display: none;
}

.darkmode .dark-memoji{
  display: block;
}

.dark-memoji{
  display: none;
}

.contact-form .form-caption .video-wrapper.dark-memoji {
  right: 0;
  top: -22px;
}

.contact-form .form-caption .video-wrapper.white-memoji {
  right: 0;
  top: -22px;
}

.darkmode .elementor-76 .elementor-element.elementor-element-c5de1a0 > .elementor-widget-container{
  background: #000;
}

.darkmode  .about-comments .lover-text{
  color: #fff;
}


/******************* Responsive *********************/

@media (hover: none) and (pointer: coarse) {
  #cursor{
    display: none;
  }
}

@media only screen and (max-width: 1024px) {

  .hero .hello {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .hero .welcome-dots {
    left: 56px;
  }

  .work-responsive img{
    width: 100%;
    padding: 30px;
  }

  .all-works{
    text-align: center;
    margin-bottom: 75px;
  }

  .work-image{
    display: none;
  }

  .all-works .work-item h2{
    font-size: 50px;
  }

  .portfolio-info .title  {
    font-size: 70px;
  }

  .page-caption h1 {
    margin-top: 15px;
    font-size: 70px;
    line-height: 75px;
  }

  .page-caption h1 span {
    -webkit-text-stroke-width: 1.5px;
  }

  .page-caption img {
    width: 241px;
    height: 300px;
    position: absolute;
    top: -35px;
    left: -16px;
  }

  .about-calltoaction .cta h3 {
    font-size: 70px;
    line-height: 70px;
  }

  .square-dots {
    left: 50px;
    top: -68px;
  }

  .home-section.last h3 {
    font-size: 70px;
  }

  .direction h3 span.second-line {
    padding-left: 0;
  }

  .about-calltoaction .cta img {
    left: -55px;
    top: -70px;
    width: 290px;
  }

  .contact-form {
    margin-top: 60px;
  }

  .subtitle {
    font-size: 50px;
  }

  footer{
    padding: 0;
  }

  footer .copyright, footer .social{
    text-align: center !important;
  }

  footer a{
    margin-left: 15px;
    margin-right: 15px;
  }

  footer p, .home-section.last a {
    font-size: 16px;
}

  .direction h3 span.second-line {
    margin-left: 0;
    }

    .work-responsive{
      overflow: inherit;
    }

  .hero h1 .first-line{
    margin-bottom: 15px;
  }

  .featured-info p{
    padding-right: 50px;
    margin-left: 0;
    margin-top: 15px !important;
  }

  .featured-info {
    left: 48vw;
    position: absolute;
}

p {
  font-size: 18px;
  line-height: 145%;
}

.featured-info .category {
  font-size: 12px;
  margin-bottom: 15px;
  padding-left: 0;
}

.featured-info .category::before{
  display: none;
}

.featured-info .link-outer {
  margin-left: 0;
}

  .featured-info p br{
    display: none;
  }

  .darkmode .hero h1 span.under {
    border-bottom: 3px solid #fff;
}

.hero h1 span.under {
  border-bottom: 3px solid #000;
}



  .overlay-menu nav ul li h4 {
      font-size: 56px;
  }

  .hero h1{
    font-size:50px;
  }

  .featured-info h2 {
    font-size: 45px;
    float: left;
    clear: left;
  }

  .featured-info {
    padding-left: 0px;
  }

  .bottom-items {
    top: auto;
    bottom: 10px;
    position: fixed;
  }

  .featured-portfolios {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

  .home-section.last h3 {
    font-size: 80px;
  }

  .direction h3 span.second-line {
    padding-left: 0;
  }

  .direction .link-outer {
    margin-left: 154px;
    }

}




@media only screen and (max-width: 768px) {


  header .header-container {
      padding: 45px;
  }


  .menu-object{
    transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
    -moz-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    -o-transform: translate(0px, 0px) !important;
}

  html, body{
    cursor: pointer;
  }

  .overlay-menu nav ul li h4 {
      font-size: 46px;
  }

  .overlay-menu nav ul li div.number {
      margin-top: 23px;
  }


}


@media only screen and (max-width: 580px) {

  .page-caption h1 {
      font-size: 45px;
      line-height: 50px;
  }

  .subtitle {
    font-size: 34px;
    line-height: 51px;
  }

  .about-video .subtitle {
    margin-top: 45px;
  }

  .about-video {
    padding: 60px 0;
  }
  
  .about-comments .lover-text{
    display: none;
  }

  .about-calltoaction .cta h3 {
    font-size: 40px;
    line-height: 41px;
  }

  .about-calltoaction .cta h3 span {
    padding-left: 50px;
    text-align: left;
  }

  .page-caption h1 span {
    -webkit-text-stroke-width: 1.5px;
  }

  .contact-form{
    padding: 30px 20px 10px 20px;
    margin-top: 10px;
  }

  .contact-form .select-box, .contact-form .form-input {
    margin-bottom: 15px;
  }

  .contact-form .form-submit{
    margin-top: 0;
  }

  .contact-form .form-caption .video-wrapper {
    width: 80px;
  }

  .contact-form .title {
    font-size: 23px;
    text-align: left;
    line-height: 31px;
  }

  .contact-form .form-caption {
    margin-bottom: 40px;
}

  .contact-form .select-box select, .contact-form .form-input input, .contact-form .form-textarea textarea{
    padding: 15px;
  }

  .page-caption {
    padding: 15vh 0 0;
  }

  footer .social{
    display: none;
  }

  .mobile-center{
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
  }

  .hero h1 {
    font-size: 22px;
    }

    .hero .hello {
      font-size: 11px;
      margin-bottom: 20px;
      }

  .mac_image{
    width: 90%;
    left: 0;
    top: auto;
    transform: translateY(0);
    position: relative;
  }

  .featured-info{
    left: 0;
    margin-top: 120px;
    width: 100%;
    padding-left: 0;
    margin-left: 0px;
    position: relative;
  }

  .bottom-items-container {
    padding: 50px 30px;
    width: 100%;
    box-sizing: border-box;
    }

  .featured-info .link-outer {
    margin-left: 45px;
    margin-top: 30px;
    margin: 0 auto;
  float: none;
  }

  .featured-info .link-outer .sitelink{
    position: relative;
    margin-top: 25px;
    left: auto;
  }
  
  .featured-info .category{
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 11px;
    letter-spacing: 1px;
    opacity: .6;
    float: none;
    display: block;
    text-align: center;
  }

  .featured-info .link-outer .sitelink{
    float: none;
  }

  .featured-info h2 {
    font-size: 35px;
    width: 100%;
    text-align: center;
  }

    .sitelink {
      font-size: 14px;
    }


  .featured-info .category::before{
    display: none;
  }

  .featured-info .category{
    font-size: 12px;
  }

  .featured-info .category::before{
    width: 18px;
    height: 1px;
  }

  .home-section.last h3 {
    font-size: 50px;
    }

    .direction h3 span.second-line {
      padding-left: 0;
    }

    .portfolio-info .title {
      font-size: 50px;
      line-height: 30px;
  }

  .portfolio-hero .portfolio-media{
    width: 90vw;
  }

  .work-responsive .second {
    margin-top: 20px;
  }

  .direction .link-outer {
    margin-left: 104px;
  }

  .featured-info p{
    display: none;
  }

  .menu-outer{
    text-align: center;
    padding-bottom: 45px;
  }

  .overlay-menu .slinky-menu a span{
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  
  .overlay-menu nav ul li a, .overlay-menu nav .sub-menu a {
    margin-bottom: 0px !important;
}

  .overlay-menu nav ul li a:before{
    display: none;
  }

  .overlay-menu nav ul li h4, .overlay-menu nav .sub-menu h4 {
    font-size: 36px;
    font-weight: 500;
}


  .overlay-menu nav .header .back{
    margin: 0 auto;
  }

  .overlay-menu .slinky-menu .header .back i {
      padding: 0 10px 0 11px;
  }

  .overlay-menu .social-medias ul li {
      float: left;
      margin-right: 20px;
  }

  .overlay-menu .social-medias ul {
    display: inline-block;
}

  .overlay-menu .social-medias{
    display: inline-block;
    width: auto;
    margin: 0 auto;
  }

  .overlay-menu nav ul.sub-menu li div.number {
      margin-bottom: 10px;
  }

  .swiper-text {
    font-size: 40px;
}

header .header-container {
  padding: 30px;
  width: 100%;
}

  .pagination_bar {
    right: auto;
    left: 50%;
    bottom: 30px;
    top: auto;
    height: 30px;
    width: 230px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  
  .pagination_line_wrapper{
    width: 153px;
    height: 1.2px;
  }
  
  .pagination_line{
    height: 1.2px;
  }
  
  .pagination_number_first{
    float: left;
    line-height: 0;
    margin-top: 0;
  }
  
  .pagination_number_last{
    float: right;
    line-height: 0;
    margin-top: 0;
  }
  

}



@media only screen and (max-width: 320px) {


  .overlay-menu .social-medias, .overlay-menu .menu-foot{
    display: none;
  }

  .menu-outer {
      padding-bottom: 0;
  }




}

/* ============ Interactive Memoji (Apple-style cursor follow) ============ */
.hero.home-section.first{
  position: relative;
}

/* halka + memoji: hero'nun alt ortasına sabit */
.hero .hero-memoji-wrap{
  position: absolute;
  left: 50%;
  bottom: 4vh;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
}

/* dönen "SCROLL · DOWN" halkası */
.hero .hero-memoji-wrap .scroll-ring{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: #000;
  animation: memoji-ring-spin 14s linear infinite;
  -webkit-animation: memoji-ring-spin 14s linear infinite;
  will-change: transform;
}

.darkmode .hero .hero-memoji-wrap .scroll-ring{
  fill: #fff;
}

.hero .hero-memoji-wrap .scroll-ring text{
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2px;
}

@keyframes memoji-ring-spin{
  to{ transform: rotate(360deg); }
}

@-webkit-keyframes memoji-ring-spin{
  to{ -webkit-transform: rotate(360deg); }
}

.hero .hero-memoji-wrap .interactive-memoji{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .4s ease;
}

.hero .hero-memoji-wrap .interactive-memoji.is-ready{
  opacity: 1;
}

.interactive-memoji__frame{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  z-index: 1;
  transition: opacity var(--memoji-fade, 180ms) ease-out;
  will-change: opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

.interactive-memoji__frame.is-active{
  opacity: 1;
  z-index: 2;
}

/* önceki kare: yenisi üstünde belirirken altta tam görünür bekler */
.interactive-memoji__frame.is-under{
  opacity: 1;
  z-index: 1;
  transition: none;
}

@media (max-width: 768px){
  .hero .hero-memoji-wrap{
    bottom: 3vh;
    transform: translateX(-50%) scale(.8);
    -webkit-transform: translateX(-50%) scale(.8);
    transform-origin: bottom center;
  }
}

.portfolio-h-scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100vh;
  margin: 0;
}

.portfolio-h-scroll-wrapper {
  display: flex;
  gap: 40px;
  width: fit-content;
  will-change: transform;
  height: 100%;
  align-items: center;
  padding: 0 5vw;
  box-sizing: border-box;
}

.portfolio-h-scroll-item {
  flex-shrink: 0;
  width: 80vw;
  height: 80vh;
  overflow: hidden;
  border-radius: 20px;
}

.portfolio-h-scroll-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   ABOUT ME  (aboutme elementor widget — Figma "About-me" frame)
   ============================================================ */
.about-me{
  color: #000;
  padding-bottom: 120px;
}
.about-me .container{ width: 90%; margin-left: auto; margin-right: auto; }
.about-me section{ margin-bottom: 150px; }
.about-me section:last-child{ margin-bottom: 0; }
.darkmode .about-me{ color: #fff; }

/* --- FIRST SCREEN: hero photo/text + memoji = 100vh, memoji near the bottom --- */
.am-hero-screen{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-top: 130px;
  padding-bottom: 4vh;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.am-hero{
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 9%;
}
.am-hero-screen .am-memoji{
  flex: 0 0 auto;
  margin: 0 auto;   /* pinned near the bottom of the first screen by the hero's flex-grow */
}
.am-hero__photo{
  position: relative;
  flex: 0 0 330px;
  width: 330px;
  height: 345px;
}
.am-hero__photo-back{
  position: absolute;
  inset: 0;
  background: #d9d9d9;
  border-radius: 20px;
  transform: rotate(3deg);
}
.am-hero__photo-front{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transform: rotate(-5deg);
}
.am-hero__text{ flex: 1; }
.am-hero__hello{
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -1.36px;
  line-height: 1.365;
  margin: 0 0 18px;
}
.am-hero__intro,
.am-hero__intro p{
  font-size: 34px;
  font-weight: 400;
  line-height: 1.365;
  margin: 0;
}
.am-hero__intro strong{ font-weight: 700; }

/* --- MEMOJI (same interactive component as the homepage) --- */
.am-memoji{
  position: relative;
}
.am-memoji .scroll-ring{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: #000;
  animation: memoji-ring-spin 14s linear infinite;
  will-change: transform;
}
.darkmode .am-memoji .scroll-ring{ fill: #fff; }
.am-memoji .scroll-ring text{ font-size: 11px; font-weight: 500; letter-spacing: 2px; }
.am-memoji .hero-memoji,
.am-memoji .interactive-memoji{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.am-memoji .interactive-memoji{
  opacity: 0;
  transition: opacity .4s ease;
}
.am-memoji .interactive-memoji.is-ready{ opacity: 1; }

/* --- EXPERIENCE --- */
.am-exp{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8%;
}
.am-exp__text{ flex: 1; max-width: 520px; }
.am-exp__block{ margin-bottom: 44px; }
.am-exp__block:last-child{ margin-bottom: 0; }
.am-exp__title{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.63;
  margin: 0 0 12px;
}
.am-exp__para{
  font-size: 24px;
  font-weight: 400;
  line-height: 1.63;
  margin: 0;
}
.am-exp__media{
  position: relative;
  flex: 0 0 458px;
  width: 458px;
}
.am-exp__laptop{
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}
.am-exp__laptop img{ width: 100%; height: auto; display: block; }
.am-exp__badge{
  position: absolute;
  left: 50%;
  bottom: 46px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #000;
  border-radius: 38px;
  padding: 11px 24px;
  font-size: 14px;
  letter-spacing: -.49px;
  white-space: nowrap;
  box-shadow: 0 3px 41px rgba(0,0,0,.12);
}
.am-exp__badge i{ font-size: 16px; }

/* --- I CAN HELP YOU WITH --- */
.am-help{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6%;
}
.am-help__heading{
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1.5px;
  line-height: 1.25;
  margin: 0;
  flex: 0 0 auto;
}
.am-help__l2{
  color: transparent;
  -webkit-text-stroke: 1.5px #000;
}
.darkmode .am-help__l2{ -webkit-text-stroke-color: #fff; }
.am-help__skills{
  column-count: 2;
  column-gap: 60px;
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  flex: 0 0 55%;
}
.am-help__skills li{
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 16px;
  break-inside: avoid;
}
.am-help__skills li::before{ content: "\00b7\00a0"; }

/* --- TESTIMONIAL --- */
.am-testim{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8%;
}
.am-testim__lead{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.63;
  max-width: 456px;
  margin: 0;
  flex: 0 0 auto;
}
.am-testim__quote-wrap{ flex: 0 0 46%; }
.am-testim__quote{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.63;
  margin: 0;
}
.am-testim__author{
  display: inline-block;
  margin-top: 26px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}

/* --- PROCESS (crevio-style scroll flow) --- */
.am-process{
  display: flex;
  align-items: stretch;
  gap: 4%;
}
.am-process__intro{
  flex: 0 0 40%;
  align-self: flex-start;
}
.am-process__heading{
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -1.5px;
  line-height: 1.25;
  margin: 0;
}
.am-process__hl2{
  color: transparent;
  -webkit-text-stroke: 1.5px #000;
}
.darkmode .am-process__hl2{ -webkit-text-stroke-color: #fff; }
.am-process__rail{
  flex: 0 0 56px;
  display: flex;
  justify-content: center;
}
.am-process__rail-inner{
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}
.am-process__line{
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  transform: translateX(-50%);
  background-color: rgba(0,0,0,.14);
  pointer-events: none;
}
.am-process__line::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--am-flow-progress, 0px);
  background-color: #000;
}
.am-process__badge{
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-left: -26px;
  border-radius: 50%;
  background-color: #EFEBE9;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  pointer-events: none;
  will-change: transform;
}
.darkmode .am-process__line{ background-color: rgba(255,255,255,.2); }
.darkmode .am-process__line::after{ background-color: #fff; }
.darkmode .am-process__badge{ background-color: #151515; border-color: #fff; color: #fff; }
.am-process__steps{
  flex: 0 0 40%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.am-process__step{
  margin: 0;
  max-width: 42ch;
  opacity: .2;
}
.am-process__step.is-active{ opacity: 1; }
.am-process__step-num{
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  opacity: .4;
  margin-bottom: 10px;
}
.am-process__title{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 12px;
}
.am-process__text{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.63;
  margin: 0;
}

/* --- responsive --- */
@media (max-width: 900px){
  .about-me{ padding-top: 120px; }
  .about-me section{ margin-bottom: 90px; }
  .am-hero, .am-exp, .am-help, .am-testim{
    flex-direction: column;
    gap: 40px;
  }
  .am-hero__photo{ margin: 0 auto; }
  .am-exp__media{ flex-basis: auto; width: 100%; max-width: 458px; }
  .am-help__skills{ flex-basis: auto; width: 100%; }
  .am-hero__hello, .am-hero__intro, .am-hero__intro p{ font-size: 26px; }
  .am-help__heading{ font-size: 38px; }
  .am-help__l2{ -webkit-text-stroke-width: 1.2px; }
  .am-exp__title, .am-testim__lead{ font-size: 24px; }
  .am-exp__para{ font-size: 20px; }
  .am-process{ flex-direction: column; gap: 40px; }
  .am-process__intro, .am-process__steps{ flex-basis: auto; }
  .am-process__heading{ font-size: 38px; }
  .am-process__hl2{ -webkit-text-stroke-width: 1.2px; }
  .am-process__rail{ display: none; }
  .am-process__title{ font-size: 24px; }
  .am-process__steps{ gap: 48px; }
  .am-process__step{ opacity: 1 !important; }
}

/* ============================================================
 * TAV CTA components — stripe line + round filled button + pill
 * (Dennis Snellenberg-inspired, adapted to the b/w type language)
 * ============================================================ */
.tav-cta{
  width: 100%;
  padding: 40px 0 60px;
  text-align: center;
}
.tav-cta__heading{
  width: 90%;
  margin: 0 auto;
}
.tav-cta__heading h3{
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: -2px;
  line-height: 1.1;
  margin: 0;
  color: #000;
}
.tav-cta__heading h3 .outline{
  color: transparent;
  -webkit-text-stroke: 2px #000;
}
.tav-cta__memoji{
  position: relative;
  display: inline-block;
  width: clamp(64px, 6.5vw, 92px);
  height: clamp(64px, 6.5vw, 92px);
  border-radius: 50%;
  background: rgba(0,0,0,.07);
  vertical-align: -18%;
  margin-right: .15em;
  overflow: hidden;
}
.tav-cta__stripe{
  position: relative;
  width: 90%;
  margin: 90px auto 0;
  height: 1px;
  background: rgba(0,0,0,.15);
}
.tav-cta__links{
  width: 90%;
  margin: 70px auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.tav-btn-pill{
  display: inline-block;
  padding: 18px 34px;
  border: 1px solid rgba(0,0,0,.35);
  border-radius: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: all ease .3s;
}
.tav-btn-pill:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
.tav-btn-pill--solid{
  background: #000;
  color: #fff;
  border-color: #000;
}
.tav-btn-pill--solid:hover{
  background: transparent;
  color: #000;
}
/* dark mode */
.darkmode .tav-cta__heading h3{ color: #fff; }
.darkmode .tav-cta__heading h3 .outline{ color: transparent; -webkit-text-stroke-color: #fff; }
.darkmode .tav-cta__memoji{ background: rgba(255,255,255,.1); }
.darkmode .tav-cta__stripe{ background: rgba(255,255,255,.2); }
.darkmode .tav-btn-pill{ border-color: rgba(255,255,255,.4); color: #fff; }
.darkmode .tav-btn-pill:hover{ background: #fff; color: #000; border-color: #fff; }
.darkmode .tav-btn-pill--solid{ background: #fff; color: #000; border-color: #fff; }
.darkmode .tav-btn-pill--solid:hover{ background: transparent; color: #fff; }
@media (max-width: 900px){
  .tav-cta__heading h3{ letter-spacing: -1px; }
  .tav-cta__heading h3 .outline{ -webkit-text-stroke-width: 1.5px; }
  .tav-cta__stripe{ margin-top: 70px; }
  .tav-cta__links{ margin-top: 50px; }
}

/* --- homepage marquee CTA (dark closing section) --- */
.marquee-cta{ display: block; width: 100%; }
.tav-marquee{
  width: 100%;
  overflow: hidden;
}
.tav-marquee__track{
  display: flex;
  width: max-content;
  animation: tav-marquee 30s linear infinite;
  will-change: transform;
}
.tav-marquee__track span{
  white-space: nowrap;
  font-size: clamp(80px, 10vw, 150px);
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: -2px;
  line-height: 1.1;
  color: transparent;
  -webkit-text-stroke: 1.5px #fff;
  transition: color ease .3s;
}
@keyframes tav-marquee{
  to{ transform: translateX(-50%); }
}
.marquee-cta:hover .tav-marquee__track{ animation-play-state: paused; }
.marquee-cta:hover .tav-marquee__track span{ color: #fff; }

