/*
  Theme Name: Name - VIP HTML Template
  Author: rana271199@gmail.com
  Description: Creative-form  HTML5 template.
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. vip-page1-start
3. vip-page1-start
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,400,500,600,700');
 body {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: var(--body-color);
}
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;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
a,
button {
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	color: var(--headding-color);
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: var(--body-color);
	margin-bottom: 15px;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #feee5b;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #feee5b;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #feee5b;
	color: #444444;
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--body-color);
	font-size: 16px;
	opacity: 1;
	font-weight: 500;
}
*::placeholder {
	color: var(--body-color);
	font-size: 16px;
	font-weight: 500;
}

/*defult-padding*/
.ptb{
	padding-top: 80px;
	padding-bottom: 80px;
}
.pb-80{
	padding-bottom: 80px;
}
/*defult-colur*/
:root {
  --body-color: #f7f2f2;
  --primary-color: #99999957;
  --headding-color: #ffff;
  --section-bg: #1c1c1c;
  --button-colur: #ed4545;
  --bg-1:#333;
  --bg-overly: #0000008c;
}
.section-bg{
  background: var(--section-bg);
}
/*defult-border-readeus*/
.border-100{
	border-radius: 100px;
}
/*background-colur*/
body{
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}
/*keyframes-animation*/
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes footerHeart{
	0%{
		color: red;
	}
	100%{
		color: yellow;
	}
}
.copyright-text i{
   animation: footerHeart 1s infinite
}
.choice{
	font-size: 20px;
	font-weight: 500;
}
.demo-wraper{
	transition: all .3s;
}
.demo-wraper:hover{
margin-top: -10px;
}