section{
    padding: 5vh 0;
}
.main_banner{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/p2eban1.webp),url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/p2eban2.webp);
    background-repeat: no-repeat;
    background-position: right bottom, right center;
    background-size: 47%, cover;
}
.ct{
    background: linear-gradient(104.23deg, #D2A900 5.99%, #CC33FF 43.79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
h1{
    font-weight: 600;
    font-size: 76px;
    line-height: 96px;
    color: #fff;
}
.wt{
    color: #fff;
}
.ban-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 10px;
    background: rgba(18, 14, 27, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}
.ban-box span{
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}
p {
    font-size: 18px;
    line-height: 30px;
}
.but1{
    background: linear-gradient(90deg, #451EA7 0%, #D2A900 50%, #C173DA 100%);
    border-radius: 6px;
    padding: 5px;
    width: max-content;
}
.but2 {
    background: #fff;
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 6px 17px;
    border-radius: 5px;
}
h2{
    background: linear-gradient(90deg, #FFDA06 0%, #E33D00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 600;
    font-size: 42px;
    line-height: 53px;
}
.lt{
    color: #BEBEBE;
}
body{
    background:#020007;
}
.rect-box {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/Subtract.webp);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 50vh;
    padding: 1rem;
    background-size: contain;
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.box1 {
    background: transparent;
    border-radius: 6px;
    padding: 1px;
   transition: 0.5s all;
}
.bx2 {
    background: #0A070F;
    height: 100%;
    padding: 20px;
    border-radius: 6px;
}
.box1:hover{
    background: linear-gradient(90deg, #451EA7 0%, #D2A900 50%, #C173DA 100%);
}
.third{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/p2ewave.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.real-div{
    position: relative;
}
.adujust {
    position: absolute;
    color: #fff;
    bottom: 20%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    left: 0;
}
.carousel-content {
    display: block;
    animation: 32s linear infinite scrollImages;
}
@keyframes scrollImages{
    0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-100%);
}
}
.pic-item {
    margin-bottom: 0;
}
.carousel-content img, .carousel-content1 img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border-radius: 10px;
}
.tite {
    transition: .5s;
    bottom: 60px;    
    padding: 15px;
    color: #fff;
    font-size: 20px;
}
.caro {
    overflow-y: hidden;
    max-height: 100vh;
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/several.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.carousel-content1 {
    display: block;
    animation: 32s linear infinite scrollImages1;
}
@keyframes scrollImages1{
    0% {
    transform: translateY(-80%);
}
100% {
    transform: translateY(0);
}
}
.top-spa {
    margin-top: 22rem;
}
.top-spa .ct {
    font-size: 75px;
    line-height: 80px;
}
.fourth{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/building.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.in-box {
    background: #0A070F;
    padding: 20px;
    height: 100%;
    border-radius: 6px;
}
.line-box{
    background: transparent;
border-radius: 6px;
padding: 2px;
transition: 0.5s all;
position: relative;
}
.line-box:hover{
    background: linear-gradient(90deg, #451EA7 0%, #D2A900 50%, #C173DA 100%);
}
.in-box p{
    padding-left: 20px;
    margin-bottom: 0;
}
.e-box:after {
    content: "";
    position: absolute;
    width: 190px;
    height: 120px;
    right: -70px;
    bottom: -90px;
    border-left: 1px solid #ffffff59;
    border-bottom: 1px solid #ffffff59;
    z-index: -1;
}
.r-box:after{
    content: "";
    position: absolute;
    width: 190px;
    height: 120px;
    left: -70px;
    bottom: -90px;
    border-right: 1px solid #ffffff59;
    border-bottom: 1px solid #ffffff59;
    z-index: -1;
}
.sixth{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/p2ewave.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.scroll-div{
    max-height: 500px;
    overflow-y: auto;
}
.revenues .card{
    background-color: transparent;
    position: relative;
}   
.revenues button{
    width: 100%;
    text-align: left;
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/down.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #A6A6A6 !important;
    text-decoration: none !important;
}
.revenues button[aria-expanded="true"]{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/up.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px;
    color: #fff !important;
}
.card:has(button[aria-expanded="true"]){
    background: #0A070F;    
}
.card:has(button[aria-expanded="true"]):after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #451EA7 0%, #D2A900 50%, #C173DA 100%);
}
.tri {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/triangle.webp);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: left;
    margin-bottom: 10px;
}
.seventh{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/mobile-dis.webp),url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/wave.webp);
    background-repeat: no-repeat;
    background-position: right bottom, center;
    background-size: 40%, contain;
}
.sitetab .nav-link{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: rgba(190, 190, 190, 0.6);
}
.sitetab .nav-link.active{
    border: 1px solid #D2A900;
    background-color: transparent;
    color: #D2A900;
}
.eidth,.nineth,.tenth{
    position: relative;
}
.eidth:after {
    position: absolute;
    content: "";
    background: linear-gradient(64.18deg, #D2A900 7.11%, #451EA7 75%);
    filter: blur(135px);
    transform: rotate(-90deg);
    width: 320px;
    height: 310px;
    right: 0;
    bottom: 230px;
}
.nineth:after {
    position: absolute;
    content: "";
    background: linear-gradient(64.18deg, #D2A900 7.11%, #451EA7 75%);
    filter: blur(135px);
    transform: rotate(-90deg);
    width: 320px;
    height: 310px;
    left: 0;
    bottom: 230px;
}
.tenth:after {
    position: absolute;
    content: "";
    background: linear-gradient(64.18deg, #D2A900 7.11%, #451EA7 75%);
    filter: blur(135px);
    transform: rotate(-90deg);
    width: 320px;
    height: 310px;
    right: 0;
    bottom: 230px;
}
.leftside h1{
    font-size: 40px;
        line-height: 50px;
}
.owl-nav button{
      width: 50px;
    height: 50px;
    background: #451EA7 !important;
    border-radius: 207.167px !important;
    color: #fff !important;
    font-size: 55px !important;
}
.owl-nav button span {
    font-size: 48px;
    position: relative;
    top: -7px;
}
.owl-nav button:focus{
    outline: 0;
}
.ban-box p{
    margin-bottom: 0;
}
.line-mo {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/line-move.svg);
    background-repeat: no-repeat;
    background-position: 50% 74%;    
}
@media(max-width: 1500px){
    h1 {
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
}
p {
    font-size: 15px;
    line-height: 25px;
}
h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
}
.ban-box{
    padding: 10px;
}
.rect-box{
    min-height: 80vh;
    padding: 1rem;
    background-size: 100% 96%;
    max-width: 100%;
}
.top-spa {
    margin-top: 12rem;
}
}
@media(max-width: 768px){
    .e-box:after{
        display: none;
    }
    .revenues button{
        font-size: 20px;
        white-space: wrap;
        text-align: left;
    }
    .wrapperwhl{
        max-width: 100%;
    }
        h1 {
        font-weight: 600;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
    }
    .ban-box {  
    padding: 10px;
    gap: 10px;    
    width: 47%;
    margin-bottom: 10px;
}
h2 {   
    font-size: 25px;
    line-height: 30px;
}
.r-box:after,.eidth:after,.nineth:after{
    display: none;
}
.rect-box{
    background: #000000de;
}
.main_banner{
    min-height: 110vh;
}
.line-mo{
    background-image: none;
}
}