/*
Template Name: PIRI - Personal Portfolio HTML5 Template
Description: PIRI - Personal Portfolio HTML5 Template
Author: CodexUnicTheme
Version: 1.0
*/
 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: rgba(251, 250, 250, 0.7);
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
	background: #131022;
	width: 100%;
	height: 100%;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #6366f1;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #6366f1;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #6366f1;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #6366f1;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
p{
	color: rgba(251, 250, 250, 0.7);
	font-size: 15px;
}
img{
	max-width: 100%;
}

/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 26px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	color: #666;
	background: #131022;
}
.section-padding{
	padding: 100px 0px;
}
.section-padding-2{
	padding-top: 100px;
	padding-bottom: 70px;
}
.section-padding-3{
	padding: 70px 0px;
}
.section-bg{
	background: #1F1C2D;
}
/*
 * #-Button
*/
.button-1 {
	line-height: 43px;
	position: relative;
	background: transparent;
	font-size: 15px;
	font-weight: 600;
	color: #9da1a5;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	display: inline-block;
	padding: 2px 30px;
	font-family: 'Poppins', sans-serif;
}
.button-1:hover{
	color: #9da1a5;
}
.button-1::before {
	top: 0;
	left: 0;

}
.button-1::after {
	bottom: 0;
	right: 0;
}
.button-1::before, .button-1::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	border: 1px solid transparent;
	width: 0;
	height: 0;
}
.button-1:hover::after {
	border-bottom-color: #6366f1;
	border-left-color: #6366f1;
}
.button-1:hover::after {
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.button-1:hover::before, .button-1:hover::after {
	width: 100%;
	height: 100%;
}
.button-1:hover::before {
	border-top-color: #6366f1;
	border-right-color: #6366f1;
}
.button-1:hover::before {
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.hero-content {
	text-align: center;
	padding: 110px 0px;
	padding-top: 50px;
}
.hero-content h2 {
	font-size: 40px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin: 34px 0px;
}
.button-1.mr-20 {
	margin-right: 20px;
	border-color: #6366f1;
}
.p_item {
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	box-shadow: 0px 0px 10px 0px #4a4444;
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
}
.p_item:hover{
	transform: translateY(-10px);
}
.p_item a span {
	width: 100%;
	background: #6366f1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .6s ease-in-out;
	transform: translateY(70px);
}
.p_item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: ;
	align-items: end;
	text-align: center;
	justify-content: center;
}
.p_item:hover a span{
	transform: translateY(0px);
}
.footer-top-con {
	text-align: center;
	padding: 100px 0px;
}
.footer-top-con h4 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	color: #ddd;
	margin-bottom: 20px;
}
.footer-top-con h2 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}
.footer-top-con p {
	max-width: 700px;
	font-size: 18px;
	margin: 0 auto;
	margin-bottom: 20px;
	color: #ddd;
}
.dib-box {
	box-sizing: border-box;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background: #6366f1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	animation-name: bounce-1;
	animation-timing-function: linear;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}
.dib-box p {
	color: #fff;
	margin: 0;
	font-weight: 900;
	font-size: 50px;
	line-height: 1;
}
.dib-box p span {
	font-size: 20px;
	display: block;
	letter-spacing: 5px;
}