/*
Template Name: ABFOLIO - Personal Portfolio HTML5 Bootstrap5 Template
Description: ABFOLIO - Personal Portfolio HTML5 Bootstrap5 Template
Author: CodexUnicTheme
Author URI: https://codecanyon.net/user/codexunictheme
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600;1,700&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
    font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}
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: #EE5B6E;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #EE5B6E;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #EE5B6E;
	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;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #0B2B3C;
}
p{
	color: #191919;
}
.drak h1, .drak h2, .drak h3, .drak h4, .drak h5, .drak h6 {
	font-weight: 700;
	color: #E4EAEE;
}
.drak p {
	color: #ccc;
}
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: #EE5B6E;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
img{
	max-width: 100%;
}
/*Scroll Area*/
.section-bg{
	background: #F2F5FA;
}
.section-padding{
	padding: 100px 0px;
}
.section-padding-2{
	padding-top: 100px;
	padding-bottom: 70px;
}
/*
 * #-Button
*/
.button-1 {
	display: inline-block;
	padding: 15px 30px;
	background: #EE5B6E;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.4;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: relative;
	z-index: 1;
}
.button-1::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #0B2B3C;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.button-1:hover {
	color: #fff;
}
.button-1:hover::after {
	right: 0;
	left: 50%;
}
/*===== All Preloader Style =====*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999; 
}
#preloader .preloader {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	margin-left: -25px;
	margin-top: -25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #e52e06;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}
#preloader .preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
	background-color: green;
}

@keyframes preloader {
  	0% {
    	transform: scale(0, 0);
    	opacity: 0.5; 
	}
  	100% {
    	transform: scale(1, 1);
    	opacity: 0; 
	} 
}
@-webkit-keyframes preloader {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.5; 
	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0; 
    } 
}
.header {
	background: #000;
	text-align: center;
	padding: 100px 0px;
}
.hero-content h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	margin-top: 20px;
}
.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 {
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	box-shadow: 0px 0px 10px 0px #a8a3a3;
	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: #110E0F;
	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:hover a span{
	transform: translateY(0px);
}
.footer-area {
	background: #000;
}
.footer-top {
	padding: 100px 0px;
	text-align: center;
}
.footer-top-con h4 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
}
.footer-top-con h2 {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
	font-weight: 700;
}
.footer-top-con p {
	max-width: 700px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}