.banner{
	min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/solana-hero-banner.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
section{
	padding:5vh 0;
}
.ct{
	background: linear-gradient(90.01deg, #9A00FF 0%, #2368FF 51%, #0FF5AA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
h1{
	font-weight: 700;
	font-size: 55px;
	line-height: 65px;
}
.wt{
	color: #fff;
}
.lt{
	color: #D4C6FF;
}
p{
	font-size: 15px;
	line-height: 28px;
}
.banner img{
	max-width: 300px;
	width: 100%;
	height: auto;
}
.sbtn {
    background: linear-gradient(90deg, rgba(151, 3, 255, 0.9) 0%, rgba(0, 62, 255, 0.9) 51%, rgba(16, 242, 172, 0.9) 100%);
    border-radius: 5px;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
body{
	background: #040314;
}
.h2{
	font-size: 45px;
	font-weight: bold;
}
.second{
	background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/s-second.webp);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.blue-box {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/blue-coin.webp), linear-gradient(323.3deg, #1841FF 0.56%, #192462 99.44%);
    background-repeat: no-repeat;
    background-size: 30%, cover;
    padding: 20px;
    border-radius: 20px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    transition: 0.5s all ease;
    position: relative;
}
.blue-box p{
	color: #fff;
	opacity: 0;
	transform: translateY(280px);
	transition: 0.5s all;
	position: absolute;
}
.blue-box:hover{
	height: 250px;
	justify-content: center;
}
@keyframes zero{
	0%{
		opacity: 1;
		transform: translateY(0px);
	}
	23%{
		opacity: 0.5;
		transform: translateY(0px);
	}
	100%{
		opacity: 0;
		transform: translateY(-280px);
	}
}
.blue-box:hover .pos1 {
	animation: zero 0.5s linear both;
	position: absolute;
}
.blue-box:hover p{
	opacity: 1;
	transform: translateY(0px);
}
.voilet-box {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/voilet-coin.webp), linear-gradient(323.3deg, #5819E8 0.56%, #310E82 99.44%);
    background-repeat: no-repeat;
    background-size: 30%, cover;
    padding: 20px;
    border-radius: 20px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    transition: 0.5s all ease;
    position: relative;
}

.voilet-box p{
	color: #fff;
	opacity: 0;
	transform: translateY(280px);
	transition: 0.5s all;
	position: absolute;
}
.voilet-box:hover{
	height: 250px;
	justify-content: center;
}
@keyframes zero{
	0%{
		opacity: 1;
		transform: translateY(0px);
	}
	23%{
		opacity: 0.5;
		transform: translateY(0px);
	}
	100%{
		opacity: 0;
		transform: translateY(-280px);
	}
}
.voilet-box:hover .pos1 {
	animation: zero 0.5s linear both;
	position: absolute;
}
.voilet-box:hover p{
	opacity: 1;
	transform: translateY(0px);
}
.green-box {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/green-coin.webp), linear-gradient(323.3deg, #10EDAF 0.56%, #033330 99.44%);
    background-repeat: no-repeat;
    background-size: 30%, cover;
    padding: 20px;
    border-radius: 20px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    transition: 0.5s all ease;
    position: relative;
}
.green-box p{
	color: #fff;
	opacity: 0;
	transform: translateY(280px);
	transition: 0.5s all;
	position: absolute;
}
.green-box:hover{
	height: 250px;
	justify-content: center;
}
@keyframes zero{
	0%{
		opacity: 1;
		transform: translateY(0px);
	}
	23%{
		opacity: 0.5;
		transform: translateY(0px);
	}
	100%{
		opacity: 0;
		transform: translateY(-280px);
	}
}
.green-box:hover .pos1 {
	animation: zero 0.5s linear both;
	position: absolute;
}
.green-box:hover p{
	opacity: 1;
	transform: translateY(0px);
}
#solana1 .item img{
	max-width: 100px;
	width: 100%;
	height: auto;
}
.dis-solana .nav-pills .nav-link{
	color: #D4C6FF;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	border-left: 2px solid transparent;

}
.dis-solana .nav-pills .nav-link.active{
	background-color: transparent;
	color: #fff;
	border-left: 2px solid #A236FF;
	border-radius: 0;
}
.dis-solana .tab-content {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/solana-boxbg.webp), #171624;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 37%;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fourth{
	background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/solana-forth.webp);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
}
.advantage{
	background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/advantage-solana.webp),#15103c;
	background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 42%;
    border-radius: 40px;
    padding: 30px;
}
.number-div {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/solana-boxbg.webp), #171624;
    padding: 25px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80%;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    height: 100%;
}
.num1,.num2,.num3,.num4{
    position: absolute;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    transform: translateX(300px);
    opacity: 0;
    transition: 0.5s all;
}
.number-div:hover .num1,.number-div:hover .num2,.number-div:hover .num3,.number-div:hover .num4{
	transform: translateX(200px);
	opacity: 0.5;
}
.number-div:hover {
	background: linear-gradient(147.4deg, #2C2862 0%, rgba(14, 16, 38, 0.5) 57.35%, #236352 113.56%);
	border-radius: 10px;
}
.number-div h2 {
    font-size: 80px;
    font-weight: bold;
    color: #ffffff29;
    transition: color 0.3s ease;
}

.number-div:hover h2 {
    color: #ffffff50;
}

.number-div:hover p {
    position: inherit;
    bottom: 0;
    opacity: 1;
}
.next-gen{
	background: linear-gradient(90deg, #181726 0%, rgba(24, 28, 58, 0.5) 50.5%, rgba(57, 24, 44, 0) 100%);
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 10px;
}
.rolling-img {
    width: 250px;
    height: 90px;
    background: rgba(255, 255, 255, 0.08);	
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 10px;
}
.scroll_cont {
	display: flex;
    animation: 65s slide-right infinite linear;
    width: max-content;
}
@keyframes slide-right{
	0% {
    transform: translateX(0%);
}
100% {
    transform: translateX(-100%);
}
}
.scroll_wrap {
    overflow: hidden; /* Hide overflow for smooth scrolling effect */
    width: 100%; /* Set the container width */
    position: relative;
}

.scroll_cont1 {
    display: flex;
    animation: slide-right1 65s linear infinite;
    width: max-content; /* Content adjusts to its natural width */
    margin-top: 10px;
}

@keyframes slide-right1 {
    0% {
        transform: translateX(-100%); /* Start fully off-screen on the left */
    }
    100% {
        transform: translateX(100%); /* Move fully off-screen to the right */
    }
}
.hire-solana{
	background: linear-gradient(90deg, #093C2E 0%, #181C3A 50.5%, #39182C 100%), linear-gradient(90deg, #B731FF 0%, #3371FF 50%, #0CFEA3 100%);
	border-radius: 50px;
	text-align: center;
    padding: 30px;
}
.solana-acco .card{
	background: transparent;
	transition: 0.5s all;
}
.solana-acco .card:hover{
	box-shadow: 0px 0px 20px 0px #d4c6ffa6;
	border-radius:10px;
}
.solana-acco button{
	color: #fff !important;
	font-weight: bold;
	text-decoration: none !important;
	font-size: 17px;
}
/*#solution.owl-carousel .owl-stage-outer{
	min-height: 350px;
}*/
.dull-card{
	position: relative;
}
.dull-card:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(4, 3, 20, 0) 0, #040314 90.87%);
}
.dull-card p {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.owl-item.active.center .dull-card:after{
	background: transparent;
}
.owl-item.active.center p{
	position: relative;
	z-index: 9;
}
.owl-nav{
	text-align: center;

}
#solution .owl-prev {
    width: 30px;
    height: 30px;
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/se2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
    margin-right: 5px;
}
#solution .owl-next {
    width: 30px;
    height: 30px;
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/se1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
}
/*============================home-forms-css===========================*/
.darkblue {
    background: #00071d !important;
}

.position_bx {
    width: 100%;
    background: linear-gradient(90deg, #093C2E 0%, #181C3A 50.5%, #39182C 100%), linear-gradient(90deg, #B731FF 0%, #3371FF 50%, #0CFEA3 100%);
    position: absolute;
    left: -8%;
    border: 1px solid #000b37;
    top: -10%;
    border-radius: 10px 0;
}

.hov_round {
    height: 300px;
    width: 378px;
    background: linear-gradient(to bottom, #a20ee7 23.64%, #0071fb 48.36%, #01ccdb 73.15%);
    background-size: 400%;
    animation: 4s linear infinite clocki;
    left: -73%;
    top: -43%;
    position: absolute;
}

@keyframes clocki {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.corn_bx {
    border-radius: 0 4px 0 0;
    top: -14%;
    right: 4%;
}
.footer-bg {
    background: #181726;
}
.corn_bx,
.corn_bx_bottom {
    width: 150px;
    height: 107px;
    z-index: 0;
    overflow: hidden;
}

.corn_bx_bottom {
    background: #f91942;
    border-radius: 0 0 0 4px;
    bottom: 6%;
    left: -12%;
}

.corn_bx,
.corn_bx_bottom {
    width: 150px;
    height: 107px;
    z-index: 0;
    overflow: hidden;
}

.titlec {
    color: #fff;
    font-size: 35px;
}

.position_bx h3,
.position_bx p,
.position_bx span,
.darkblue p {
    color: #fff;
    text-align: left;
}

.position_bx hr {
    border-top: 1px solid #007c8533 !important;
}

.ico_scl {
    height: 35px;
    min-width: 35px;
    align-items: center;
    justify-content: center;
}

.ico_scl,
.ico_scl1 {
    border-radius: 50%;
    display: flex;
}

.darkblue h2 {
    color: #ffffff;
}

.darkblue .form-control {
    background: transparent;
    border: 1px solid #ffffff26;
}

.darkblue .form-control {
    color: #fff;
}

/*.darkblue option:nth-child(1){
    color: red;
}*/
.darkblue #phone_number {
    background: #00071d;
}

.darkblue .input-group ul {
    background: transparent;
    border-bottom: 1px solid #ffffff26 !important;
    border: 1px solid #ffffff26;
}

.social-select i {
    height: auto;
}

.darkblue .init span {
    position: relative;
    left: 0px;
}

.darkblue span {
    position: relative;
    left: 5px;
}

.darkblue span span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.card h3[aria-expanded="true"] {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/solana-m.webp);
	background-repeat: no-repeat;
    background-position: right;
    background-size: 5%;
}
.card h3[aria-expanded="false"] {
    background: url(https://d2v79d41yqjm1s.cloudfront.net/Plurance/solana-p.webp);
	background-repeat: no-repeat;
    background-position: right;
    background-size: 5%;
}
.darkblue .init::after {
    right: 8px;
}

.darkblue .btn {
    border: 0px;
    background: linear-gradient(90deg, rgba(151, 3, 255, 0.9) 0%, rgba(0, 62, 255, 0.9) 51%, rgba(16, 242, 172, 0.9) 100%);
}
.social-select.select li:first-child {
    display: block;
    border: 0;
    background: #00071d;
}

.darkblue select option {
    color: #000;
}

::placeholder {
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff !important;
}

.init::after {
    left: 37px !important;
}
.con-div .bot-btn{
    position: absolute;
    bottom: 30px;
}
.sec-row {
    width: 100%;
    border-bottom: 1px solid #373737;
    padding: 15px 0;
}
.breadcrumbwl a{
    background: linear-gradient(90deg, rgba(151, 3, 255, 0.9) 0%, rgba(0, 62, 255, 0.9) 51%, rgba(16, 242, 172, 0.9) 100%);
    color: #fff !important;
}
.breadcrumbwl a::after{
	background: rgb(14 204 164) 100%;
}
.breadcrumbwl a::before {
	background: #040314;
}

/*===========================end===========================*/
.number-div{
	min-height: 300px;
}
@media(max-width: 1350px){
	.advantage{
		background-size: 54%;
	}
	.banner img {
    max-width: 220px;
}
.banner{
	align-items: center;
}
.h2 {
    font-size: 40px;
    font-weight: bold;
}
.number-div:hover .num1, .number-div:hover .num2, .number-div:hover .num3, .number-div:hover .num4 {
    transform: inherit;
    opacity: 0.5;
    text-align: right;
    width: 80%;
}
.num1, .num2, .num3, .num4{
	transform: translateX(100px);
}
.number-div{
	min-height: 400px;
}
}
@media(max-width: 991px){
	.advantage{
		background-image: none;
	}
	.number-div{
	min-height: 400px;
}
}
@media(max-width: 768px){
	.banner {
        background: #0f071a;
        height: auto;
        padding-top: 90px;
    }
	h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
}
#solana1 button {
    display: none;
}
.number-div{
	min-height: 400px;
}
.banner img{
	display: none;
}
.h2 {
    font-size: 30px;
    font-weight: bold;
}
.container{
	max-width: 100% !important;
}
.advantage{
	padding: 10px;
	background-image: none;
}
}