/* CSS File 
	===================
	Item Name: Sava - Creative pricing tables
	Author: Ashish Maraviya
	Version: 3.0
	Copyright 2023
===================*/
/*==============
	Page General css
=================*/
body{
    font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6{	
	font-family: 'Lato', sans-serif;
}
h2{
	margin-top: -5px;
	font-weight: 600;
	font-size: calc(22px + (32 - 22) * ((100vw - 300px) / (1920 - 320)));
    color: #555;
}
.page-hero{
	height: 60vh;
	padding: 20px;
    text-align: center;
	background-image: url('../img/cover.png');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	align-items: center;
    position: relative;
}

.page-intro{
	max-width: 500px;
	position: relative;
	text-align: left;
}
.page-intro h2{
	margin-bottom: 10px;
	font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 320)));
    color: #333;
	line-height: 120%;
	font-weight: 400;
}
.page-intro h1{
	margin-bottom: 10px;
	position: relative;
    z-index: 1;
	color: #9d60cb;
	font-size: calc(50px + (80 - 50) * ((100vw - 300px) / (1920 - 320)));
	line-height: 120%;
	font-weight: 900;
}
.page-intro p{
    position: relative;
    z-index: 1;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.03rem;
	line-height: 24px;
}
.page-hero .hero-plan-image{
	width: 150px;
	height: 260px;
		box-shadow: 0px 0px 15px #8c8c8c; 
	-webkit-box-shadow: 0px 0px 15px #8c8c8c;
	-moz-box-shadow: 0px 0px 15px #8c8c8c;
}
.hero-plan-image-1{
	position: fixed;
	top: 50px;
	left: 100px;
}
.hero-plan-image-2{
	position: absolute;
	top: 50px;
	left: 450px;
}
.hero-plan-image-3{
	position: absolute;
	top: 50px;
	right: 350px;
}
.hero-plan-image-4{
	position: absolute;
	bottom: 50px;
	left: 350px;
}
.hero-plan-image-5{
	position: absolute;
	bottom: 50px;
	left: 650px;
}
.hero-plan-image-6{
	position: absolute;
	bottom: 50px;
	right: 100px;
}

.pp-section{
    padding: 100px 0 85px 0;
}
.section-bg{
	background-color: #fafafa;
}
.section-header{
	margin-bottom: 33px;
}
.design-image{
	height: 350px;
	border-radius: 30px;
	box-shadow: 0px 0px 15px #a9a9a9; 
	-webkit-box-shadow: 0px 0px 15px #a9a9a9;
	-moz-box-shadow: 0px 0px 15px #a9a9a9;
}
.design-image:hover{
	box-shadow: 0px 0px 15px #bbadff; 
	-webkit-box-shadow: 0px 0px 15px #bbadff;
	-moz-box-shadow: 0px 0px 15px #bbadff;
}
.preview:hover .design-image{
	 transform: scale(1.03);
	 webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.preview-text{
	margin: 15px 10px;
    color: #555;
    font-size: 18px;
    text-align: center;
}
.style-image{
	margin-top: 15px;
	width: 100%;
}
.features-image{
    box-shadow: 0px 0px 15px #dfd9ff;
    -webkit-box-shadow: 0px 0px 15px #dfd9ff;
    -moz-box-shadow: 0px 0px 15px #dfd9ff;
    border-radius: 50%;
	background-color: #fff;
}
.features-text {
    margin: 10px 10px 25px 10px;
    color: #555;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.rating{
	margin: 0 15px;
	width: 100%;
	text-align: center;
}
.rating-star{
}
.footer {
	background-color: #444;
}
.footer p{
	margin-bottom: 0;
	padding: 15px;
	width: 100%;
	font-size: 14px;
	font-weight: 300;
    text-align: center;
	color: #fff;
}