.logo{
    width: 200px;
    height: 50px;
}
@font-face {
    font-family: sitefont;
    src: url('../fonts/WFVisualSans-Regular.ttf');
}

@font-face {
    font-family: sitefont1;
    src: url('../fonts/WFVisualSans-SemiBold.ttf');
}
body {
    font-family: sitefont;

}
section{
    padding: 50px 0;
}
.main_banner{
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
h1 {
   font-size: 48px;
    background: -webkit-linear-gradient(321deg, #655DDA 0%, #D457D3 50.67%, #D457D3 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
/*.banner-btn {
    background: linear-gradient(45deg, #635DDB, #B461B3);
    border: 0px;
    border-radius: 10px;
    color: #fff !important;
}*/
/*========btn-animation===========*/
.banner-btn {
	position: relative;
    padding: 30px 60px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    background: linear-gradient(45deg, #7444ff, #6b0663);
    border: 0px;
    border-radius: 0;
    color: #fff !important;
}

.banner-btn span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #972fff, #f115ff);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.banner-btn span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to right, #972fff, #f115ff);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.banner-btn span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #972fff, #f115ff);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.banner-btn span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to right, #972fff, #f115ff);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}

/*===============================*/
/* .logo{
	filter: invert(1);
} */
/* div#icon2 span{
	background: #000;
} */
.dark .logo{
	filter: inherit;
}
.dark div#icon2 span{
	background: #fff;
}
.second {
    background: rgb(192,188,250);
    background: linear-gradient(111deg, rgba(192,188,250,1) 0%, rgba(235,220,255,1) 18%, rgba(255,255,255,0.008841036414565795) 69%),url(../images/dev-line.webp);
    background-repeat: no-repeat;
    background-position: left,right;
    background-size: cover,45%;
}
/* .breadcrumbwlsection {
    background: #ffffff;
    width: 100%;
    display: table;
} */
h2{
	color: #1B072C;
	font-size: 30px;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
}
h2:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background: url(../images/dev-blur.webp);
    left: -40px;
    top: -28px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
section{
	padding: 5vh 0;
}
/*.c-line{
	width: 150px;
	height: 3px;
	background: #675DD9;
	margin: 10px auto;
}*/
.wrapperwhl{
	max-width: 90%;
}
.socials{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.socials .btn {
    background: linear-gradient(87deg, #635ddb 12%, #b461b3);
    color: #fff;
    padding: 10px 20px;
    border: 0;
    margin-right: 50px;
    font-weight: bold;
    letter-spacing: 1px;
}
/*.l-line{
	width: 150px;
	height: 3px;
	background: #675DD9;
}*/
.third{
	background: rgb(192,188,250);
    background: linear-gradient(228deg, rgba(192,188,250,1) 0%, rgba(235,220,255,1) 18%, rgba(255,255,255,0.008841036414565795) 69%),url(../images/dev-line.webp);
    background-repeat: no-repeat;
    background-position: right,left;
    background-size: cover,45%;
}
.fourth {
    background: url(../images/dev-service.webp);
    background-repeat: no-repeat;
    background-position: 50% 70%;
    background-size: 20%;
}
.fourth .col-lg-4{
	padding: 0px;
}
.fourth #accordion button{
	white-space: normal;
	text-align: left;
	padding: 0px;
	color: #1B072C;
}
.fourth .card-body{
	background: #D2CADE;
	border-radius: 10px;
}
.fourth #accordion button:hover{
	text-decoration: none;
}
.fourth .card{
	border:0px;
	border-bottom: 2px solid #D9D9D9;
	border-radius: 0px;
}
.fourth .card-header{
	border-bottom: 0px;
	background: transparent;
	padding-bottom: 50px;
}
.fourth .card-header h5[aria-expanded="false"]{
	background: url(../images/dev-plus.webp);
	background-repeat: no-repeat;
    padding-left: 40px;
}
.fourth .card-header h5[aria-expanded="true"] {
    background: url(../images/dev-minus.webp);
    background-repeat: no-repeat;
    padding-left: 40px;
}
.b-color{
	color: #675DD9;
}
.set{
    background: url(../images/dev-set.webp);
    background-repeat: no-repeat;
    padding: 10px 10px 10px 20px;
    background-position: left;
    transition: 0.8s all;
}
.set:hover{
	background:url(../images/dev-set.webp),#675DD9;
	background-repeat: no-repeat;
    background-position: left,center;
    color: #fff;
    border-radius: 10px;
}
.l-set {
    background: rgb(225,210,255);
    background: linear-gradient(111deg, rgb(225 210 255 / 34%) 0%, rgba(255,255,255,1) 100%);
    padding: 20px;
    border-radius: 10px;
}
.r-set{
	background: rgb(225,210,255);
background: linear-gradient(111deg, rgb(225 210 255 / 28%) 0%, rgba(255,255,255,1) 100%);
padding: 20px;
    border-radius: 10px;
}
#pills-tab{
	background: white;
    width: max-content;
    margin: 0 auto;
    padding: 0px;
    box-shadow: 0px 0px 12px 0px #a19d9d;
    border-radius: 30px;
}
#pills-tab a{
	font-size: 20px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #675DD9;
    border-radius: 30px;
}
.nav-pills .nav-link{
	color: #1B072C;
}
.border-div {
    background: url(../images/dev-set.webp);
    background-repeat: no-repeat;
    padding: 10px 10px 10px 30px;
    background-position: 5px;
    border-image: linear-gradient(90deg, rgba(100,93,218,1) 0%, rgba(255,255,255,1) 87%)1;
    border-width: 2px;
    border-style: solid;
    margin-bottom: 10px;
    transition: 0.9s all;
}
.img-div img{max-width: 50px;}
.img-div{
	width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 7px 1px darkgrey;
    margin-right: 70px;
    margin-bottom: 30px;
}
.set-p {
    background: url(../images/dev-set.webp);
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
    background-position: 5px 10px;
}
.tech-div{
	width: 100px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.dev-choose {
    background: url(../images/dev-set.webp);
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
    background-position: left;
}
.seventh {
    background: url(../images/dev-choose.webp);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: left;
}
.border-div:hover{
	background: #675DD9;
	color: #fff;
	border-radius: 0px;
}
.formbox{
	box-shadow: -50px -75px 0 5px #5d348b;
}
.footerpart h3 {
    color: #ffffff;
    font-weight: bold;
}
.coin {
    background: url(../images/dev-coin.webp);
    background-repeat: no-repeat;
    background-position: 12% 80%;
    background-size: 20%;
   /* background-attachment: fixed;*/
}
@media(max-width: 1350px){
	h1{
		font-size: 40px;
	}
	.main_banner img{
		max-width: 500px;
		width: 100%;
	}
	.fourth{
		background-size: 29%;
	}
	.set{
		font-size: 14px;
	}
	.img-div{
		margin-right: 40px;
	}
	.tech-div {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.coin{
	background-size: 30%;
}
.seventh {
    background: linear-gradient(87deg, #ffffff0f 16%, white 33%),url(../images/dev-choose.webp);
    background-repeat: no-repeat;
    background-size: cover,58%;
    background-position: center,left;
}
}
@media(max-width: 768px){
	.main_banner img{
	display: none;
}
h1 {
    font-size: 23px;
    text-align: center;
}
.main_banner{
	text-align: center;
	height: auto;
	padding: 90px 0 !important;
}
h2:after{
	display: none;
}
h2{
	font-size: 20px;
}
.mob-img{
	display: none;
}
.wrapperwhl{
	max-width: 95% !important;
}
.socials .btn {

	margin-right: 5px;
}
}