/*
Theme Name : RadhaKrisn - Resume/CV One Page Bootstrap 5 Template
Author : Teaching Web
Version : 1.0
File-name : style.css
*/

/*CSS index
----------------------------------
1. Wrapper
2. Navbar
3. Banner
4. What i Do
5. About
6. Skill
7. Hire me
8. Price
9. Testimonial
10. Portfolio
11. Contact (Footer)
*/

/*wrapper start*/
.wrapper{
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden !important;
	box-sizing: border-box;
}
/*wrapper end*/
/*navbar start*/
nav .navbar{
	float: left;
	clear: both;
	width: 100%;
}
.navbar *{
	outline: none !important;
	box-shadow: none !important;
	transition: 0.5s;
}
.navbar-nav:hover .nav-link{
	filter: blur(2px);
}
.nav-link:hover{
	color: var(--color) !important;
	letter-spacing: 8px;
	text-decoration: line-through !important;
	filter: blur(0px) !important;
	font-size: 22px;
}
/*navbar end*/
/*banner start*/
.banner{
	float: left;
	width: 100%;
	min-height: 100vh;
	padding: 70px 0px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	z-index: 1;
}
.banner:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: -1;
}
.banner-video{
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	z-index: -2;
}
.cv-button{
	margin-top: 40px;
}
.cv-button a{
	margin-right: 20px;
	border-radius: 1000px;
	padding: 10px 20px;
	background: transparent;
	margin-top: 10px;
	border: none;
	box-shadow: 0px 0px 10px #c6c6c6;
}
/*banner end*/

/*what i do start*/
.whatido{
	float: left;
	clear: both;
	width: 100%;
	padding: 100px 0px;
}
.whatido-box{
	padding: 10px 0px;
	width: 100%;
}
.whatido-box img{
	font-size: 50px;
}
/*what i do end*/
/*about start*/
.about{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;	
}
.experience-box{
	margin-top: 40px;
}
.education-box{
	margin-top: 40px;
}
/*about end*/
/*skills start*/
.skills{
	float: left;
	clear: both;
	width: 100%;
	padding: 50px 0px;
	position: relative;
	z-index: 1;
	background: url("../images/skills/bg.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.skills:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: -1;
}
.progress-box{
	margin-top: 20px;
}
.code-box{
	width: 140px;
	min-height: 100px;
	background: white;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 10px;
	flex-wrap: wrap;
}
.code-box img{
	width: 60px;
}
/*skills end*/
/*hire me start*/
.hireme{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;	
	background:;
}
.price-box{
	background: var(--color);
}
/*hire me end*/

/*price start*/
.price{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;	
	background: #FCFCFC;
}
.price-box p{
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
.price-box{
	background: var(--color);
	padding: 50px 10px;
}
.price-tag{

}
/*price end*
*testimonial start*/
.testimonial{
	float: left;
	clear: both;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
}
.owl-dots{
	width: 0;
	height: 0;
	display: none;
}
.testimonial-box{
	width: 100%;
	padding: 20px 20px;
	position: relative;
	z-index: 1;
}
.testimonial-box:before{
	content: '';
	position: absolute;
	bottom: 10%;
	right: 10%;
	width: 100px;
	height: 100px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
	font-size: 300px;
}
.testimonial-box:after{
	content: '';
	position: absolute;
	bottom: 50%;
	right: 50%;
	width: 100px;
	height: 100px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
	font-size: 300px;
	border-radius: 1000px;
}
.testimonial-img{
	border: 1px solid var(--color);
	width: 100px !important;
	border-radius: 1000px;
}
/*testimonial end*/

/*portfolio start*/
.portfolio{
	float: left;
	clear: both;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;	
}
.portfolio-box{
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 3px #c6c6c6;
	transition: 0.5s;
}
.portfolio-box:hover{
	box-shadow: 0px 0px 20px #c6c6c6;
}
.portfolio-box img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: 1s !important;
}
.portfolio-detail{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -100%;
	background: rgba(255,255,255,0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 30px;
	transition: 0.5s;
}
.portfolio-box:hover .portfolio-detail{
	bottom: 0%;
}
/*portfolio end*/

/*contact start*/
.contact{
	float: left;
	clear: both;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 0px;
	background: url("../images/contact/bg.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
.contact:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: white;
	opacity: 0.9;
	z-index: -1;
}
.social-link{
	word-spacing: 20px;
}
.social-link a{
	font-size: 35px;
	color: white;
}
.contact-image{
	width: 100px;
	border-radius: 1000px;
	border: 2px solid white;
}
/*contact end*/
