/*
  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;
	text-decoration: 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;
	color: var(--section-bg);
	font-weight: 700;
	text-transform: capitalize;
}
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;
}
.box-shadow {
	box-shadow: 0px 0px 11px 8px #ccc3;
}
/*defult-padding*/
.ptb{
	padding-top: 80px;
	padding-bottom: 80px;
}

.pt-160{
	padding-top: 160px;
}
.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;
}
/*demo-page-start*/
#app {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
	color: #bc20de;
	text-transform: capitalize;
}
.header-img1{
	background: url(../img/banner/banner1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-content {
	margin-bottom: 50px;
}
.hero-content h2 {
	font-size: 30px;
	font-weight: 600;
}
.demo-img {
	position: relative;
	height: 100%;
	overflow: hidden;
	width: 100%;
	height: 276px;
	max-height: 276px;
	border-radius: 15px;
}
.demo-img img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 6s linear;
	-moz-transition: all 6s linear;
	-o-transition: all 6s linear;
	transition: all 6s linear;
	transform: translateY(0);
}
.demo-img:hover img {
	transform: translateY(-1507px);
}
.hover1:hover img {
	transform: translateY(-790px);
}
.demo-content h3 {
	color: var(--section-bg);
	font-weight: 600;
	text-align: center;
	transition: all .3s linear;
	text-transform: capitalize;
}
.demo-content h3:hover {
	color: var(--bs-blue);
}
.copyright-text i{
   animation: footerHeart 1s infinite
}
@keyframes footerHeart{
	0%{
   color: var(--bg-1);
	}
	100%{
   color: var(--headding-color);
	}
}
.choice{
	font-size: 20px;
	font-weight: 500;
}