/*
Template Name: CWT - Personal Portfolio Website HTML5 Template
Description: CWT - Personal Portfolio Website HTML5 Template
Author: CodexUnicTheme
Author URI: https://codecanyon.net/user/codexunictheme/portfolio
Support : abidtpi141@gmail.com
Version: 1.0
 *----------------CSS INDEX---------------
 * #-Button
*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600;1,700&family=Roboto:wght@300;400;500;700;900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: 'Roboto', 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: #f26c4f;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #f26c4f;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #f26c4f;
	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-family: 'Red Hat Mono', monospace;
	font-weight: 700;
	color: #0B2B3C;
}
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: #f26c4f;
}
img{
	max-width: 100%;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
p{
	color: #666;
}
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
    width: 45px;
    height: 45px;
    background-color: #f26c4f;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
.section-padding{
	 padding: 100px 0px;
}
.section-padding-2{
	padding-top: 100px;
	padding-bottom: 70px;
}
.section-padding-3{
	padding: 70px 0px;
}
.section-bg {
	background: #e8f1f9;
}
/*
 * #-Button
*/
.button-1 {
	border: none;
	position: relative;
	display: inline-block;
	z-index: 1;
	color: #ffffff;
	background-color: #f26c4f;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 16px;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
	padding: 18px 40px;
}
.button-1:hover{
	color: #fff;
}
.button-1 span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	 background-color: #3e57d0; 
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 30px;
}
.button-1:hover span{
	width: 225%;
	height: 562.5px;
}
.video-btn a {
	background: #f26c4f;
	height: 100px;
	width: 100px;
	text-align: center;
	border-radius: 50%;
	line-height: 100px;
	font-size: 30px;
	-webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
	animation: ripple-red 1s linear infinite;
	-webkit-transition: .5s;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: #fff;
}
@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(242, 108, 79, 0.3), 0 0 0 10px rgba(242, 108, 79, 0.3), 0 0 0 20px rgba(242, 108, 79, 0.3);
        box-shadow: 0 0 0 0 rgba(242, 108, 79, 0.3), 0 0 0 10px rgba(242, 108, 79, 0.3), 0 0 0 20px rgba(242, 108, 79, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(242, 108, 79, 0.3), 0 0 0 20px rgba(242, 108, 79, 0.3), 0 0 0 30px rgba(242, 108, 79, 0);
        box-shadow: 0 0 0 10px rgba(242, 108, 79, 0.3), 0 0 0 20px rgba(242, 108, 79, 0.3), 0 0 0 30px rgba(242, 108, 79, 0)
    }
}
.video-btn span {
	display: none;
}
.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;
}