/*
| Template created by Kadir Hanoglu
| Author: Kadir Hanoglu
| URL: https://www.kadirhanoglu.com
| Create Date: 30.06.2017
| Last Update: 07.09.2018
*/

html, body {
	background-color: #000;
}

section .portfolio-content:before {
	position: fixed;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../themes/blogport/assets/images/dot.png) repeat;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

nav.topmenu ul {
	position: absolute;
	top: 40px;
	right: 50px;
	margin: 0;
}

nav.topmenu a {
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.portfolio-logo {
	width: 150px;
	height: 150px;
	margin: 80px auto 50px auto;
	text-align: center;
	z-index: 3;
}

.portfolio-logo .kh-logo {
	font-size: 10em;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	position: fixed;
	top: 140px;
	left: 46.5%;
	transition: .5s all ease-in-out;
}

.portfolio-logo, .portfolio-logo-text, .portfolio-text, .footer-social {
	position: relative;
}

.portfolio-logo.scroll-logo .kh-logo {
	position: fixed;
	top: 0;
	left: 50px;
	margin: 10px 0 0 0;
	font-size: 5em;
	transition: .5s all ease-in-out;
}

.portfolio-logo-text {
	font-family: 'JK Abode', sans-serif;
	font-style: normal;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	display: block;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	z-index: 3;
	position: fixed;
	top: 340px;
	left: 37%;
	transition: .4s all ease-in-out;
}

.portfolio-logo-text.scroll-logo-text {
	position: fixed;
	top: 35px;
	left: 180px;
	font-size: 1.2em;
	transition: .7s all ease-in-out;
}

.portfolio-logo-text > span {
	color: #4481e0;	
}

.portfolio-text {
    z-index: 2;
}

/* Area Start */

.area-title > h3 {
	margin: 30px 0;
    text-align: center;
    font-weight: 100;
    font-size: 2em;
}

.area {
    background-color: rgba(241, 241, 241, 0.96);
    padding: 40px 0;
    margin: 0;
}

.area:first-child {
	margin-top: 80px;
}

.area:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.96);
}

/* Area End */

.about-text > p {
    line-height: 1.8em;
    text-align: center;
}

/* Skills Start */

.skill {
    margin: 40px 0;
}

.skill > label {
    font-weight: normal;
    text-align: right;
}

.skill-bar {
    background-color: #eaeaea;
    width: 70%;
    height: 15px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    margin: 0 10%;
    padding: 2px;
    border-radius: 20px;
}

.skill-bar > div {
    background-color: #4a4a4a;
    height: 11px;
    border-radius: 20px;
}

.skill-box > strong {
    font-weight: 100;
    font-size: 1.5em;
    display: inline-block;
    margin: 0 0 30px 0;
}

.skill-box > strong .fa {
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #222;
	border-radius: 100%;
}

.skill-box > strong, .skill-box > strong .fa {
    transition: .4s all ease;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}

.skill-box:hover strong, .skill-box:hover strong .fa {
	color: #31a7da;
}

.skill-box:hover strong .fa {
	border: 1px solid #31a7da;
}

.skill-text {
    line-height: 30px;
}

.skill-button {
	margin: 30px 0 0 0;
	text-align: center;
}

.skill-button a {
	background-color: #fff;
	display: inline-block;
	padding: 10px 18px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Skills End */

/* About Start */

.about {
    
}

.about-text {
    
}

/* About End */

/* Hosting Start */

.hosting-packs {
	padding: 50px 0;
}

.hosting-pack {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    float: left;
    width: 23%;
    margin: 0 1%;
    padding: 25px;
    text-align: center;
}

.hosting-pack h4 {
	background-color: #000;
	color: #fff;
	font-weight: 100;
	letter-spacing: 0.2em;
	display: block;
	margin: -25px -25px 15px -25px;
	padding: 25px 0;
}

.hosting-pack ul {
	margin: 0;
	padding: 0;
}

.hosting-pack li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
}

.hosting-pack span {
	margin-left: 8px;
}

.hosting-pack-price {
	margin-top: 15px;
}

.hosting-pack-price a {
	background-color: #3aabdc;
	color: #fff;
	font-size: 1.2em;
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
}

/* Hosting End */

/* Footer Start */

.portfolio-footer {
	position: relative;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 3;
	text-align: center;
}

.footer-social {
	text-align: center;
	z-index: 2;
}

.footer-social a {
	font-size: 1.8em;
	margin: 0 15px;
	color: #fff;
}

.footer-social a:hover {
	color: #aaa;
}

/* Footer End */


/* Responsive */

@media screen and (max-width: 480px){
	
	.portfolio-logo {
		height: 130px;
		margin: 40px auto 0 auto;
	}

	.portfolio-logo .kh-logo {
		font-size: 10em;
		left: 33%;
		top: 70px;
	}

	.portfolio-logo-text {
		font-size: 1.1em;
		margin: 15px 0;
		left: 8%;
		top: 220px;
		opacity: 1;
		z-index: 1;
	}

	.portfolio-logo.scroll-logo .kh-logo {
		position: fixed;
		top: 2px;
		left: 44%;
		transition: .5s all ease-in-out;
		font-size: 4em;
	}

	.portfolio-logo-text.scroll-logo-text {
		left: 5%;
		opacity: 0;
	}
	
	nav.topmenu ul {
		top: 0px !important;
	}
	
	nav.topmenu.scroll-nav ul {
		top: 80px !important;
	}
	
	.skill > label {
		text-align: left;
		margin: 0 0 10px 0;
	}

	.skill-bar {
		width: 100%;
		margin: 0;
	}
	
    .skill-box {
    	margin: 50px 0;
    }

    .skill-box:first-child {
    	margin: 0 0 50px 0;
    }
    
    .skill-box:last-child {
    	margin: 50px 0 0 0;
    }

    .skill-box:first-child:before {
		border-top: 0;
    }

    .skill-box:last-child:after {
		border-bottom: 0;
    }
    
    .skill-box:after, .skill-box:before {
    	content:"";
    	position: absolute;
    	width: 100%;
        margin: 0 -15px;
    }

    .skill-box:before {
    	border-top: 1px solid #f5f5f5;
    	margin-top: -49px;
    }
    
    .skill-box:after {
    	border-bottom: 1px solid #ccc;
    	margin-top: 50px;
    }
    
    /* Hosting Start */
    
    .hosting-packs {
    	padding: 30px 0;
    }
    
    .hosting-pack {
        width: 48%;
        margin: 4px 1%;
        padding: 15px;
    }
    
    .hosting-pack h4 {
    	margin: -15px -15px 5px -15px;
    }
    
    /* Hosting End */
	
}

@media screen and (min-width: 481px) and (max-width: 768px){

	.portfolio-logo .kh-logo {
		top: 160px;
		left: 42%;
	}

	.portfolio-logo-text {
		left: 18%;
	}

	.portfolio-logo-text.scroll-logo-text {
		opacity: 0;
	}
	
    /* Hosting Start */
    
    .hosting-packs {
    	padding: 30px 0;
    }
    
    .hosting-pack {
        width: 48%;
        margin: 4px 1%;
        padding: 15px;
    }
    
    .hosting-pack h4 {
    	margin: -15px -15px 5px -15px;
    }
    
    /* Hosting End */

}

@media screen and (min-width: 769px) and (max-width: 1024px){

	.portfolio-logo-text.scroll-logo-text {
		top: 35px;
		left: 130px;
		font-size: 1em;
	}
	
}

@media screen and (min-width: 1025px) and (max-width: 1280px){

	.portfolio-logo-text {
		left: 30%;
	}

}

@media screen and (min-width: 1281px) and (max-width: 1366px){

	.portfolio-logo .kh-logo {
		left: 44%;
	}

	.portfolio-logo-text {
		left: 30%;
	}

}

@media screen and (min-width: 1367px) and (max-width: 1440px){

	.portfolio-logo-text {
		left: 32%;
	}

}

@media screen and (min-width: 1441px) and (max-width: 1920px){



}