/*
  Theme Name: Name -VIP- coming soon  HTML5 template
  Description: VIP- coming soon  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. vip-page1-start
3. vip-page2-start
4. vip-page3-start
5. vip-page4-start
*/



/* 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;
}
/*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*/
.bg-1 {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;
}
.bg-overly{
	background: var(--bg-overly);
}
/*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;
	}
}
@keyframes pulse {
  0% {
    
  }
  100% {
    background: var(--primary-color);
    border-radius: 2px;
  }
}
@keyframes change{
	0%{
	background: url(../img/page4/slide5.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}
	20%{
	background: url(../img/page4/slide6.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}
	40%{
	background: url(../img/page4/slide1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}
	60%{
	background: url(../img/page4/slide5.jpg);
			background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}
	80%{
	background: url(../img/page4/slide6.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}
	100%{
	background: url(../img/page3/banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	}
}
/*page-preloader-start*/
#preloader{
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 9999;
	background: url(../img/preloader.gif) no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 20%;
  background-color: #fff;
}
/*vip-page1-start*/
strong{
	color: var(--button-colur);
}
.content h2 {
	font-size: 42px;
	font-weight: 500;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--headding-color);
	color: transparent;
}
.del-count ul {
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: space-around;
}
.del-count ul li {
	display: inline-block;
	text-align: center;
	position: relative;
}
.del-count ul li::before {
	position: absolute;
	content: "";
	height: 73px;
	width: 2px;
	background: #fff;
	right: -58px;
	top: 26%;
}
.del-count ul li:last-child:before{
	display: none;
}
.del-count ul li span {
	font-size: 60px;
	font-weight: 700;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--headding-color);
	color: transparent;
}
.del-count ul li p {
	margin: 0;
	text-transform: uppercase;
}
.f-20{
	font-size: 20px;
}
.form  {
	display: flex;
	justify-content: center;
	align-items: center;
}
.form input {
	background: var(--primary-color);
	border: 1px solid#9999;
	padding: 10px 20px;
	color: var(--headding-color);
	font-weight: 700;
}
.form input:focus{
	box-shadow: 0px 0px 3px 2px rgba(126,225,51,0.75);
	-webkit-box-shadow: 0px 0px 3px 2px rgba(126,225,51,0.75);
	-moz-box-shadow: 0px 0px 3px 2px rgba(126,225,51,0.75);
}
.form p{
	margin: 0;
}
.subscribe {
	background: var(--button-colur);
	z-index: 9;
}
.subscribe input {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	overflow: hidden;
}
.over {
	position: relative;
	overflow: hidden;
}
.over::before {
    content: "";
    background: var(--headding-color);
    width: 125%;
    left: -129%;
    transform: skew(50deg);
    position: absolute;
    height: 56px;
    top: -3%;
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.over:hover::before {
  transform: translate3d(100%, 0, 0);
  opacity: 1;
}
.social-icon ul {
	text-align: center;
}
.social-icon ul li {
	display: inline-block;
}
.social-icon ul li a {
	height: 40px;
	width: 40px;
	display: block;
	text-align: center;
	background: var(--primary-color);
	line-height: 40px;
	position: relative;
	color: var(--headding-color);
	font-size: 20px;
	z-index: 9;
}
.social-icon ul li a::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--button-colur);
	top: 0;
	left: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: .3s;
	z-index: -9;
}
.social-icon ul li a:hover::before{
	transform: scaleY(1);	
}
.copyright-text i {
	animation: footerHeart 1s infinite;
}
.modal-content {
	background: var(--bg-1);
	border: none;
}
.modal-body {
	width: 100%;
}
.about-vip {
	width: 45%;
	float: left;
}
.vip-about-social {
	width: 45%;
	float: right;
}
.modal-header {
	align-self: center;
	border: none;
}
.social-ico {
	overflow: hidden;
	margin-bottom: 10px;
}
.social-title i {
	display: inline-block;
	float: left;
	line-height: 30px;
	margin-right: 10px;
	color: var(--button-colur);
	font-size: 23px;
}
.social-title h3 {
	display: inline-block;
	float: left;
	font-size: 25px;
	line-height: 1;
	margin: 0;
	text-transform: capitalize;
}
.modal {
	background: var(--primary-color);
}
.social-title ul li a {
	font-size: 16px;
	text-transform: capitalize;
	color: var(--button-colur);
	text-decoration: none;
}
.about-vip p {
	font-size: 16px;
	text-transform: capitalize;
}
.modal-header button {
	position: absolute;
	right: 30px;
	top: 30px;
}
.hero-wraper {
	position: relative;
}
.my-button {
	background: var(--button-colur);
	text-transform: uppercase;
	font-weight: 600;
	color: var(--body-color);
	border-radius: 50px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 26px;
	font-size: 10px;
	animation: pulse 5s alternate infinite;
}
.my-button:hover{
	color: var(--body-color);
	animation-play-state: paused;
}
/*vip-page1-end*/
/*vip-page2-start*/
.fixed {
	position: fixed;
	height: 100vh;
	width: 100%;
	z-index: -99;
}
.back-video{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -9;
}
@media(min-aspect-ratio: 16/9){
	.back-video{
		width: 100%;
		height: auto;
	}
}
@media(max-aspect-ratio: 16/9){
	.back-video{
		width: auto;
		height: 100%;
	}
}
/*vip-page2-end*/
/*vip-page3-start*/
.bg-img {
	background: url(../img/page3/banner.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100vh;
}
/*vip-page3-end*/
/*vip-page4-start*/
.background-slide{
	width: 100%;
	height: 100vh;
	z-index: -1;
	background: url(../img/page4/slide5.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: change 20s infinite linear;
	position: absolute;
	right: 0;
	bottom: 0;

}
/*vip-page4-end*/



