.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: 85vh;
    height: auto;
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/b-game-hero.webp),url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/b-game-banner.webp);
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 90% 20%,top center;
    background-size: 46%,100%;
}
.main_banner h2{
	color: #FF37C7;
    font-size: 25px;
}
.main_banner h1 {
    color: #fff;
    font-size: 65px;
}
/* .breadcrumbwlsection{
    background: transparent;
} */
.modal-lg h2 {
    font-size: 30px;
}
.main_banner h1 span{
	color: #55ECF9;
    display: block;
}
.main_banner .btn{
	border-radius: 75px;
    background: linear-gradient(95deg, #4300D8 6.83%, #00BCCC 50.42%, #F000AD 94.01%);
    box-shadow: 5px 5px 0px 0px rgba(0, 234, 255, 0.30);
    border: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px !important;
    padding: 10px 25px;
}
.second-sec{
	max-width: 80%;
	margin: 0px auto;
	text-align: center;
}
h2{
	font-size: 40px;
	background: linear-gradient(90deg, #FF37C7 1.51%, #0049E1 59.74%, #00A2B0 88.85%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.second-sec h2{
	background: linear-gradient(90deg, #FF37C7 1.51%, #0049E1 59.74%, #00A2B0 88.85%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.second-sec .btn {
    border-radius: 50px;
    background: linear-gradient(90deg, #3E0ED6 0.02%, #00A3FE 50.69%, #F000AD 99.06%);
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px !important;
    border: 0px;
    padding: 10px 20px;
}
.third-sec{
	background: #0C112E;
}
.purple-box {
    background: url(../images/purple.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 75%;
    color: #fff;
    padding: 20px;
    height: 100%;
}
.purple-box p{
	margin-bottom: 0px;
}
h5{
	font-size: 25px;
}
.sky-box{
	 background: url(../images/skyblue.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 75%;
    color: #fff;
    padding: 20px;
    height: 100%;
}
.pink-box{
	background: url(../images/pink.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 75%;
    color: #fff;
    padding: 20px;
    height: 100%;
}
.third-sec h2{
	background: linear-gradient(90deg, #FF37C7 1.51%, #FFF 59.74%, #00A2B0 88.85%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
body{
	background: #EEEEFF;
}
.fourth-sec h2{
	background: linear-gradient(90deg, #FF37C7 1.51%, #0049E1 59.74%, #00A2B0 88.85%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.fifth-sec {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/striking.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8vh 0px;
}
.fifth-sec h2{
	background: linear-gradient(90deg, #FF37C7 1.51%, #FFF 59.74%, #00A2B0 88.85%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.out-shadow{
border-radius: 20px;
background: linear-gradient(90deg, #ED34C0 1.49%, #1C176A 54.51%, #00A2B0 98.44%);
filter: blur(4.543478012084961px);
padding: 5px;
}
.shadow-box {
    background: #0C1125;
    padding: 35px 25px 25px 35px;
    position: relative;
    color: #BBC9FF;
    border-radius: 10px;
    height: 100%;
}
.shadow-box p{
	margin-bottom: 5px;
	line-height: inherit;
    position: relative;
}
.shadow-box p:after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background: #bbc9ff82;
    left: -19px;
    border-radius: 30px;
    top: 8px;
}
.shadow-box .feat {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;

}
.shadow-box .feat span {
    background: #fff;
    color: #1B1669;
    padding: 8px 20px;
    border-radius: 40px;
    font-weight: bold;
    position: relative;
    z-index: 9;
    margin: 5px;
}
.shadow-box:before{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
background: linear-gradient(90deg, #ED34C0 1.49%, #1C176A 54.51%, #00A2B0 98.44%);
filter: blur(4.543478012084961px);
	content: "";
	z-index: -1;
	left: 0px;
	top: 0px;
}
.shadow-box .feat span:before{
   position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ED34C0 1.49%, #1C176A 54.51%, #00A2B0 98.44%);
    filter: blur(7.5px);
    content: "";
    z-index: -1;
    left: 0px;
    top: 0px;
    border-radius: 30px;
}
.sixth-sec h5{
	color: #1C40BB;
	border-left: 5px solid #F637C8;
	padding: 7px 7px 7px 10px;
}
.line-div p{
	padding: 0px 7px 7px 15px;
}
.line-div{
	margin-bottom: 20px;
}
.sixth-sec {
    background: url(../images/bene-game.webp),#fff;
    background-position: left 90%,center;
    background-repeat: no-repeat;
    background-size: 46%,cover;
}
.seventh-sec {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/genres.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.img-div{
	position: relative;
}
.img-div .text-center {
    position: absolute;
    width: 100%;
    bottom: 27px;

}
.img-div button{
	padding: 8px 10px;
}
.img-div button {
    padding: 8px 20px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50px;
    position: relative;
    letter-spacing: 2px !important;
}
.img-div button:before{
	 position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ED34C0 1.49%, #1C176A 54.51%, #00A2B0 98.44%);
    filter: blur(7.5px);
    content: "";
    z-index: -1;
    left: 0px;
    top: 0px;
    border-radius: 30px;
}
.eidth-sec {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/process-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.eidth-sec .card-header {
    background: transparent;
    padding-bottom: 0px;
    border: 0px;
}
.eidth-sec .card{
	border-bottom: 1px solid #D330B5 !important;
    border: 0px;
    border-radius: 0px;
    background: transparent;
}
.eidth-sec button{
	color: #1C40BB;
}
.eidth-sec [aria-expanded="true"]{
	background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/-.webp);
    background-repeat: no-repeat;
    background-position: left;
}
.eidth-sec [aria-expanded="false"]{
	background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/pplus.webp);
    background-repeat: no-repeat;
    background-position: left;
}
.eidth-sec button:hover,.eidth-sec button:focus{
	text-decoration: none;
}
.nineth-sec{
	background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/game-offer.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.nineth-sec h2{
	background: linear-gradient(90deg, #FF37C7 1.51%, #FFF 59.74%, #00A2B0 88.85%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.color-div {
    color: #1B1669;
    background: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 40px;
    position: relative;
    margin: 5px;
}
.color-div:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 45.435px;
    background: linear-gradient(90deg, #ED34C0 1.49%, #1C176A 54.51%, #00A2B0 98.44%);
    filter: blur(12.543478px);
    left: 0px;
    top: 0px;
    z-index: -1;
}
.tenth-sec {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/prefer.webp),#000;
    background-repeat: no-repeat;
    background-size: 52%;
    background-position: left bottom;
}
.tenth-sec h2{
	background: linear-gradient(90deg, #FF37C7 1.51%, #FFF 59.74%, #00A2B0 88.85%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.stayring{
	background: url(../images/stayring.webp);
    background-repeat: no-repeat;
    color: #BBC9FF;
    padding: 5px 5px 5px 20px;
    background-position: left;
}
.tenth-sec p{
	color: #BBC9FF;
}
.joy {
   background: url(../images/joy.webp),#222121;
    background-repeat: no-repeat;
    background-position: 10px;
    padding: 10px 10px 10px 40px;
    background-size: 20px;
    font-size: 16px;
    border-radius: 40px;
    margin-bottom: 10px;
    color: white;
}
.tech h5{
    background: linear-gradient(90deg, #FF37C7 1.51%, #0049E1 59.74%, #00A2B0 88.85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*==========================Media Start====================*/
@media(max-width: 1350px){
   .main_banner h1 {
    color: #fff;
    font-size: 45px;
}
.main_banner {
    min-height: 95vh;
    background-size: 43%,100%;
    background-position: 90% 35%,top center;
}
h2{
    font-size: 28px;
}
.second-sec{
    max-width: 90%;
}
h5{
    font-size: 20px;
}
p {
    text-align: inherit;
    font-size: 15px;
    line-height: 24px;
}
.third-sec img{
    max-width: 150px;
    min-height: 130px;
}
.scroll-div{
    max-height: 610px;
    overflow-y: auto;
}
#accordion .card-body{
    padding-top: 0px;
}
.tenth-sec {
    background: url(../images/prefer.webp),#000;
    background-repeat: no-repeat;
    background-size: 58% 100%;
}
.sixth-sec{
    background-size: 40%,cover;
}
}
@media(max-width: 768px){
	.main_banner{
		background: #0f174b;
		text-align: center;
	}
    .nineth-sec .mt-3{
        width: 100%;
    }
	.main_banner h1{
		font-size: 30px;
    text-align: center;
	}
	h2{
		font-size: 25px;
	}
	h5 {
    font-size: 20px;
	}
	.sixth-sec{
		background-image: none;
	}
	.color-div{
		width: 100%;
		display: block;
	}
	.tenth-sec{
		background-image: none;
	}
	.third-sec img{
		display: none;
	}
	.purple-box{
		background: linear-gradient(89deg, #3913d4, #0e102d);
	}
	.sky-box{
		background: linear-gradient(91deg, #0496fa, #0b1636);
	}
	.pink-box{
		background: linear-gradient(86deg, #e405af, #0c112d);
	}
}