
/**
* @template:  TONA

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Header
		+ Hero
		+ Numbers
		+ Services
		+ Clients
		+ Portfolio
		+ Hire
		+ Blog
		+ Contact
		+ Footer
		+ Blog Page
			- Header
			- posts
			- side-bar
		+ Single-post Page
		
*/

@import "main.css";

/* -------------------------------------------------------
                     Global 
-------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	color:#dddddd!important;
}


.text-container {
	font-size: 2em;
	color: #333;
	overflow: hidden;
	height: 1.2em;
	line-height: 1.2em;
}
.text {
	display: inline-block;
	animation: roll 12s infinite;
}
@keyframes roll {
	0%, 25% {
		transform: translateY(0);
	}
	33%, 58% {
		transform: translateY(-1.2em);
	}
	66%, 91% {
		transform: translateY(-2.4em);
	}
	100% {
		transform: translateY(0);
	}
}


body{
	font-family: 'Josefin Sans', sans-serif;
	overflow-x: hidden!important;
	position: relative;
	height: 100vh;
	margin: 0;
    padding: 0;
	background-color:#000;
    background-size: cover;

}

section{
	background-color: '#000';
	/*background: url(../img/bg-all.jpg) no-repeat;*/
    background-size: cover;
}
/* Iframe boyutlandırma */
#iframeContainer iframe {
    width: 100%;
    height: 100vh;
    border: none;
}

.section-padding{
	padding: 80px 0;
}

.section-heading h4{
	font-weight: 100;
}

p{
	color: #aaa;
}

a, a:hover, a:focus{
	color: inherit;
}



.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events:none;
}


.tit{
	position: relative;
	font-weight: 400;
	margin-bottom: 30px;
	padding-bottom: 20px;
	letter-spacing: 2px;
	display: inline-block;
	border-bottom: 1px solid #ccc;
}

.tit:after{
	content: '';
	width: 70px;
	height: 1px;
	background: #84a3bf;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.tit-center:after{
	content: '';
	width: 70px;
	height: 1px;
	background: #84a3bf;
	position: absolute;
	bottom: -1px;
	left: calc(50% - 35px);
}

.social-icon span{
	transition: all .5s;
}

.social-icon span:hover{
	background: #84a3bf !important;
	border-color: #84a3bf !important;
	color: #fff !important;
}













/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */

/* Şeffaf Navbar */
.navbar-default {
    background: none!important; /* Şeffaf kalmasını sağla */
    padding: 10px 0 10px;
    border: none;
    border-radius: 0;
    z-index: 9;
    position: absolute; /* Scroll olursa sabit kalmaz */
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s;
}

/* Scroll olduğunda sabitlenmemesi için */
.nav-scroll {
    background: rgba(0,0,0,.7)!important; /* Scroll olduğunda arka planı değiştirme */
    line-height: 80px;
    padding: 20px;
    position: absolute; /* Sabitlenmesini engelle */
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s;
    z-index: 99;
}

/* Navbar item stilleri */
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    font-weight: 100;
    font-size: 30px;
    color: #84a3bf;
    padding-top: 30px;
}

.navbar-default .navbar-nav>li>a {
    margin: 0!important;
    color: #fff!important;
    padding: 0!important;
}

.navbar-default .navbar-nav>li {
    font-size: 16px;
    margin: 30px 20px 0;
    padding: 5 10px;
    font-weight: 400;
    background: none;
    cursor: pointer;
    position: relative;
}

.navbar-default .navbar-nav>li>a.active {
    color: #84a3bf!important;
    background: none;
}


/* -------------------------------------------------------
                    Header
-------------------------------------------------------- */

.tona-header{
	background: url(../img/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	height: 110vh;
	width: 100%;
	position: relative;
	clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
	overflow-x: hidden !important;
}

.header-overlay{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5);
}

.caption{
	color: #fff;
	margin-left: 10%;
}

.caption h1{
	margin-bottom: 40px;
}

.caption .type{
	position: relative;
}

.caption h2{
	display: inline-block;
	margin: 0 0 0 20px;
	font-weight: 600;
	padding-right: 20px;
}

.caption span{
	font-weight: 100;
	font-size: 50px;
	color: #84a3bf;
}

.typed-cursor{
	position: absolute;
	bottom: 7px;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    animation: blink 1s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.button-scroll{
	position: absolute;
	bottom: 15vh;
	left: calc(50% - 13px);
	width: 26px;
	height: 50px;
	border-radius: 15px;
	border:2px solid #fff;
	cursor: pointer;
}

.button-scroll span{
	height: 10px;
	width: 2px;
	position: absolute;
	left: calc(50% - 1px);
	background: #fff;
	-webkit-animation: scroll 1s infinite;
    -moz-animation: scroll 1s infinite;
    animation: scroll 1s infinite;
}

@keyframes scroll{
    0% { top: 50%; }
    25% { top: 55%; }
    50% { top: 60%; }
    75% { top: 55%; }
    100% { top: 50%; }
}
@-webkit-keyframes scroll{
    0% { top: 50%; }
    25% { top: 55%; }
    50% { top: 60%; }
    75% { top: 55%; }
    100% { top: 50%; }
}
@-moz-keyframes scroll{
    0% { top: 50%; }
    25% { top: 55%; }
    50% { top: 60%; }
    75% { top: 55%; }
    100% { top: 50%; }
}

/* -------------------------------------------------------
                    Hero
-------------------------------------------------------- */


.hero .social-icon span{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #eee;
}

.hero .skills{
	margin-top: 80px 0;
	margin-left: 80px 0;
	margin-right: 80px 0;
}

.skill-items .skill-title span{
	font-size: 35px;
	color: #84a3bf;
	margin-bottom: 30px;
}

.skills .skills-progress{
	width: 100%;
	height: 2px;
	background: #eee;
	margin: 15px 0 0;
}

.skills-progress span{
	width: 0;
	height: 100%;
	background: #84a3bf;
	display: block;
}

/* -------------------------------------------------------
                    Numbers
-------------------------------------------------------- */

.numbers{
	padding: 100px 0;
	background-color: rgba(0,0,0,.8);
	background-blend-mode: overlay;
	background-image: url(../img/numbers.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.numbers .num-items span{
	font-size: 40px;
	color: #84a3bf;
}

.numbers .num-items p{
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto;
}

.numbers .num-items h6{
	color: #fff;
}

/* -------------------------------------------------------
                    Services
-------------------------------------------------------- */

.services .services-items{
	overflow: hidden;
}

.services .services-items:first-child{
	border-bottom: 1px solid #eee;
}

.services-items .item{
	padding: 40px;
}

.services-items .bord{
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.services-items .item span{
	font-size: 40px;
	color: #84a3bf;
}

.services-items .item h5{
	margin: 20px 0;
}

/* -------------------------------------------------------
                    Clients
-------------------------------------------------------- */

.clients{
	background-blend-mode: overlay;
	background: rgba(0,0,0,.8);
	background-image: url(../img/client-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.clients .client-say{
	padding: 100px;
}

.client-say .client-item span{
	font-size: 40px;
	color: #fff;
}

.client-say .client-item h5{
	letter-spacing: 2px;
	color: #fff;
}

.client-say .client-item p{
	font-size: 20px;
	color: #ccc;
}

.client-say .client-item h6{
	font-size: 14px;
	color: #888;
	margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot span{
	width: 20px;
	height: 4px;
	border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span
{
	background: #84a3bf;
}



.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.client-logo img {
  max-height: 100px; /* Logo yüksekliğini ayarlayın */
  width: auto;
  transition: all 0.3s ease-in-out;
}

.client-logo img:hover {
  transform: scale(1.1); /* Hover efekti */
}

/* -------------------------------------------------------
                    Hire
-------------------------------------------------------- */

.hire{
	background-color: rgba(0,0,0,.8);
	background-blend-mode: overlay;
	background-image: url(../img/numbers.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.hire h3{
	color: #fff;
	letter-spacing: 2px;
	font-weight: 100;
	margin-bottom: 30px;
}

.hire button{
	padding: 7px 25px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	background: #84a3bf;
	border: 1px solid #84a3bf;
	transition: all .5s;
}

.hire button:hover{
	background: transparent;
}



/* -------------------------------------------------------
                    Contact
-------------------------------------------------------- */

.contact{
	background-image: url(../img/contact.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

.contact-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}

.contact .tit{
	color: #fff;
}

.contact-item .form{
	padding: 40px 20px;
	background: rgba(0,0,0,.2);
}

.contact .form-group{
	margin-bottom: 30px;
}

.contact-item input,
.contact-item textarea
{
	width: 100%;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 10px;
	border: none;
	border-bottom: 1px solid #ccc;
	background: none;
	color: #fff;
}

.contact-item textarea{
	height: 120px;
	max-height: 120px;
	max-width: 100%;
}

.contact-item input:focus,
.contact-item textarea:focus
{
	border-color: #84a3bf;
}

.contact-item .button{
	width: auto;
	padding: 8px 22px;
	margin-left: 15px;
	background: #84a3bf;
	color: #fff;
	border: 1px solid #84a3bf;
	transition: all .5s;
}

.contact-item .button:hover{
	background: transparent;
}


/* -------------------------------------------------------
                    Footer
-------------------------------------------------------- */

.footer{
	background: #000;
	padding: 40px 0;
}

.footer .social-icon span{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #111;
	color: #888;
	border-radius: 50%;
}

.footer p{
	margin-bottom: 20px;
}

.footer p span{
	color: #84a3bf;
}

/* -------------------------------------------------------
                     Home
-------------------------------------------------------- */


.header-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 2; /* Above canvas */
}

#foreground-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1; /* Above canvas, below caption */
}

#foreground-image img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

/* Ensure caption stays above the image */
.caption {
    position: relative;
    z-index: 3; /* Higher than #foreground-image */
}

/* For smaller screens, slide the image to the left */
@media (max-width: 768px) {
    #foreground-image {
        display: none;
        right: auto;
        left: 0;
        transform: translateX(0);
    }
}

#Canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; /* Background layer */
    width: 100%;
    height: 100%;
    background: transparent;
    pointer-events: none;
}

.particle {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: hidden;
}

.particle .button-scroll{
	bottom: 5vh;
}

#particles-js{
  width: 100%;
  height: 100%;
}



/* ------------- side-bar ----------------- */

.side-bar{
	padding: 0;
}

.side-bar .bars{
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}

.side-bar .tit:after{
	background: #84a3bf;
}

.side-bar .about-bar img{
	margin-bottom: 20px;
}

.side-bar .pop-item{
	padding: 20px 0;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
}

.side-bar .social-icon span{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 2px;
	border: 1px solid #222;
	border-radius: 50%;
}

.side-bar .pop-item img{
	float: left;
	width: 40%;
	padding-right: 10px;
}

.side-bar .pop-item h6{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
}

.side-bar .pop-item span{
	color: #888;
}

.side-bar .categ p{
	padding: 5px 0;
	border-bottom: 1px dashed #eee;
}

.side-bar .categ p span{
	float: right;
}

.side-bar .tags span{
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 2px;
	background: #fafafa
}

.side-bar .inst img{
	width: calc(50% - 2px);
	padding: 2px 1px;
}

