@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

body {
  margin: 0;
  padding: 0;
    font-family: 'Poppins', sans-serif;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}

.logo {
	text-align: center;
	margin-bottom: -60px;
}
.logo_sec {
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
	padding: 10px 0px;
}
.coming_soon_sec {
	background: #f8f4fe;
	padding: 60px 0px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
}
.template_text .template_title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.template_text p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	letter-spacing: 1px;
	margin-bottom: 20px;
}


.light_img {
	position: relative;
	top: 0;
	transition: all .3s ease;
	margin-bottom: 40px;
}
.light_img:hover {
    top: -20px;
}
.demo_title {  
	text-align: center;
	margin: 0 auto;
}

.demo_title a:hover {
    background: #000;
}
.theme_Sec {
	margin-bottom: 50px;
}

.demo_title a {
	color: #FFF;
	display: inline-block;
	background: #6d499b;
}.view_btn a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}



.demo_title a:hover,.view_btn a:hover {
    background:#fff;
}

.demo_title a, .view_btn a {
	--c: #6d499b;
	font-size: 14px;
	border-radius: 0.5em;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 17px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s;
	padding: 14px 20px;
	border-radius: 50px;
	background: #6a499a;
}
.demo_title a span,.view_btn a span{
 position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.demo_title a:hover,.view_btn a:hover {
    color: #fff;
}

.demo_title a:hover span,.view_btn a:hover span {
    transform: translateY(0) scale(2);
}

.demo_title a span:nth-child(1),.view_btn a span:nth-child(1) {
    --n: 1;
}

.demo_title a span:nth-child(2),.view_btn a span:nth-child(2) {
    --n: 2;
}

.demo_title a span:nth-child(3),.view_btn a span:nth-child(3) {
    --n: 3;
}

.demo_title a span:nth-child(4),.view_btn a span:nth-child(4) {
    --n: 4;
}


@media screen and (max-width:767px) {
	
.theme_Sec .col-md-6 + .col-md-6 .light_img {
	margin-top: 30px;
}
}