.banner{
	min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
	background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/sto-crypt.webp),url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/sto-bg.webp);
    background-repeat: no-repeat;
    background-position: 90% center, center;
    background-size: contain, cover;
}
.banner h1{
    font-weight: 700;
    font-size: 85px;
    line-height: 105px;
    color: #000000;
}
.container{
	max-width: 90%;
}
section{
	padding: 5vh 0;
}
h2{
	font-size: 55px;
}
.f30{
	font-size: 30px;
}
.gt{
    color:#55b500; 
}
.rt{
    color: red;
}
p{
	font-size: 18px;
}
.second{
	background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/sto1.webp);
	background-repeat: no-repeat;
    background-position: center right;
    background-size: 50%;
}
.div1 {
    background: #C6CFFC;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(45px);
    border-radius: 20px;
    box-shadow: -10px -10px 0px 0px #c6cffc;
    padding: 20px;
    height: 100%;
}
.div2{
	background: #F4CFFF;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(45px);
    border-radius: 20px;
    box-shadow: -10px -10px 0px 0px #F4CFFF;
    padding: 20px;
    height: 100%;
}
.div3{
    background: #C4F8FF;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(45px);
    border-radius: 20px;
    box-shadow: -10px -10px 0px 0px #C4F8FF;
    padding: 20px;
    height: 100%;
}
.scroll_anim {
    animation: moveleft 25s linear forwards infinite;
}
@keyframes moveleft{
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-70%);
}
}
.move-div {
    min-width: 350px;
    position: relative;
    transition: 0.5s all;
    margin-right: 10px;
}
.move-div p{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    top: 0;
    left: 0;
}
.fourth{
    overflow-x: hidden;
}
.normal-box{
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}
.fifth{
    background:url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/sto18.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.feat{
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 50px;
    text-align: center;
    padding: 10px;
    }
.lock{
    background:url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/sto19.webp);
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-position: center;
 /*   background-size: cover;*/
    background-repeat: no-repeat;
}
.line{
    position: relative;
}
.line:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(45deg, #ffffff 15%, #a6a6a64f 50%, transparent 85%);
    top: 52%;
}
.line:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(45deg, #ffffff 15%, #a6a6a64f 50%, transparent 85%);
    left: 49.2%;
}
.logos{
    border: 1px solid #e6e6e6;
    padding: 10px;
    min-width: 250px;
    border-radius: 70px;
    margin-right: 10px;
}
.hid{
    overflow-x: hidden;position: relative;
}
.dto-stack{
    display: flex;
    animation: move 25s linear forwards infinite;   
}

@keyframes move{
    0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-70%);
}
}
.sto-stack{
    display: flex;
    animation: moveright 25s linear forwards infinite;   
}

@keyframes moveright{
    0% {
    transform: translateX(-70%);
}
100% {
    transform: translateX(0%);
}
}
.sta{
    position: relative;
}
.sta:after{
    content: "";  
    position: absolute;
    width: 250px;
    height: 250px;
    background: #FFD2D2;
    filter: blur(75px);
    left: 0;
    bottom: 0;
    z-index: -1;
}
.hid:after {
    content: "";
    position: absolute;
    background: linear-gradient(88deg, #ffffff, transparent);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
}
.hid:before {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, #ffffff, transparent);
    width: 60px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 9;
}
.leftline {
    background: #fff;
    border-left: 2px solid #889CFF;
    padding: 5px 10px 5px 30px;
    position: relative;
}
.star {
    position: absolute;
    height: 100%;
    left: -15px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.choose {
    background: linear-gradient(90deg, #344484 0%, #677FE2 100%);
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    color: #fff;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 500;
}
@media(max-width: 1500px){
    .banner h1 {
    font-weight: 700;
    font-size: 65px;
    line-height: 65px;
    color: #000000;
}
h2 {
    font-size: 45px;
}
.f30 {
    font-size: 25px;
}
p {
    font-size: 16px;
}
.lock{
    background-size: cover;
}
.feat{
    font-size: 16px;
}
.lock .row{
    max-width: 95%;
}
}
@media(max-width: 991){
    .formsection .container, .row>div{
        padding: inherit;
    }
}
@media(max-width: 768px){
    .banner h1{
        font-size: 35px;
        line-height: 45px;
    }
    .container{
        max-width: 97%;
    }
        p {
        font-size: 15px;
        line-height: 30px;
    }
        h2 {
        font-size: 26px;
    }
        .f30 {
        font-size: 20px;
    }
        .lock .row {
        max-width: 100%;
    }
    .banner{
        background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/sto-bg.webp);
    }
    section{
        padding: 3vh 0;
    }
    .text-right{
        text-align: left !important;
    }
    .line:after{
        display: none;  
    }
    .line:before{
        display: none;
    }
    .line img{
        display: none;
    }
    .sta:after{
        display: none;
    }
    body{
        overflow-x: hidden;
    }
    .logos{
        min-width: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logos img{
        max-width: 110px;
        width: 100%;
    }
}