.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;
    background: #F5F8FF;
    overflow-x: hidden;
}
section{
    padding: 50px 0;
}
.main_banner {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/defi_banner.webp),#010004;
    min-height: 100vh !important;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 90% center;
    font-weight: 800;
    display: flex;
    align-items: center;
    padding: 80px 0;
    position: relative;
}
@media(max-width:1536px){
    .h1{
        font-size: 50px !important;
    }
    p{
        text-align: left;
    }
    .coin-box:hover{
        background-position: 362% !important;
    }
}
@media(min-width:1536px){
    .wrapperwhl{
        max-width: 1440px !important;
    }
}
@media(max-width:991px)
{
    .bordcut_bg{
        border-bottom-left-radius: 5rem;
        border-bottom-right-radius: 5rem;
    }
    .hex_right{
        position: absolute;
        right: 0;
        top: -50%;
        display: none;
    }
    .ellipse_img{
        position: absolute;
        left: 0;
        top: 0%;
        z-index: 1;
        display: none;
    }
    .ellipse_img1{
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 1;
        display: none;
    }
    .main_banner
    {
        padding: 80px 0px 70px !important;
    }
    /* .main_banner{
        background-image:none !important;
        background: 00171F !important;
    } */
    .bgcarsds1{
        background: #092b37 !important;
    }
    .bgcarsds{
        background: #092b37 !important;
    }
    .main_banner_overlay{
        display: none !important;
    }
    .gap-50{
        gap: 20px !important;
    }
    .bg_cards{
        background-blend-mode: overlay;
    }
}

@media(max-width:768px){
    .img_down img{
        max-width: 300px;
    }
    .defi_market{
        background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/card_ellip.png) #0a0a0a !important;
        background-repeat: no-repeat !important;
        background-position: left !important;
        background-size: 100% !important;
    }
    .defi_security{
        background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/card_ellip.png) #0a0a0a !important;
        background-repeat: no-repeat !important;
        background-position: left !important;
        background-size: 100% !important;
    }
    .formbox {
        background: #001820;
        box-shadow: 0px -75px 0 5px #053444 !important;
    }
    section {
        padding: 4vh 10px !important;
        position: relative;
    }
    h2 {
        font-size: 29px !important;
    }
    .sky-blue.cust{
        margin-left: 0 !important;
        justify-content: center;
        padding-left: 0 !important;
    }
    .ecllipse_card{
        display: none !important;
    }
    .right_glow{
        display: none;
    }
    span.fs-large {
        font-size: 38px !important;
    }
    
    .h1{
        font-size: 30px !important;
        text-align: center;
    }
    .banner-btn{
        text-align: center;
    }
    #faq .card .card-header .btn-header-link {
        color: #fff;
        display: block;
        text-align: left;
        padding: 0 5px 9px;
        font-size: 18px !important;
    }
}

section{
    padding: 8vh 0;
    position: relative;
    background-color: #010004;
}
.fs-24{
    font-size: 24px;
}

body{
    background: #010004;
    color: #FFF;
    overflow-x: hidden;
}
p{
    line-height: 32px;
    color: #D8F6FF;
    font-size: 16px;
}
.main_banner p {
    font-size: 17px !important;
    margin: 20px 0 !important;
}
.mscroll{
    padding-top: 20px;
}
h1{
    font-size: 56px !important;
}
h2 {
    font-size: 48px;
}
h5{
    font-size: 24px;
}
.side-social {
    position: fixed;
    top: 30%;
    left: 1%;
    z-index: 2;
}

span.fs-large {
    font-size: 54px;
}
.btn.block{
    background: #030006;
    min-width: 200px;
    border: none;
    color: #FFF;
    border-radius: 10px;
    transition: .3s all ease-in;
    position: relative;
}
.btn_bord{
    --angle: 0deg;
    position: absolute;
    top: -2px;
    left: -2px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    background:  linear-gradient(var(--angle), #F95016 0%, #E44C69 55%, #C14AEF 100%);
    z-index: -1;
    border-radius: 12px;
    transition: .2s all ease-in;
}
.btn.block1{
    background: linear-gradient(263.46deg, rgba(249, 80, 22, 0.5) 2.56%, rgba(228, 76, 105, 0.5) 53.94%, rgba(193, 74, 239, 0.5) 96.83%);
    min-width: 200px;
    border: none;
    color: #FFF;
    border-radius: 10px;
}
.btn.block .btn_bord {
    animation: rotateGradient 1.2s linear infinite;
    animation-play-state: paused;
}
.btn.block:hover .btn_bord {
    animation-play-state: running;
}
.defi_market{
    position: relative;
    overflow: hidden;
}
.defi_market::after{
    position: absolute;
    content: '';
    width: 10vw;
    height: 20vh;
    background: linear-gradient(180deg, #FF5001 0%, #D64FB4 100%);
    opacity: 0.6;
    filter: blur(127.8px);
    top: 25%;
    left: 0;
}



@keyframes rotateGradient {
    to {
		--angle: 360deg;
	}
}
@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
  }


.defi_market{
    padding: 60px 30px;
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/defi-market.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}
.black_card{
    padding: 40px 30px;
    background: #08080a;
    border-radius: 12px;
    height: 100%;
    width: 100%;
    position: relative;
}
.grad_h3{
    transition: all .2s ease;
}
.black_card:hover .grad_h3{
    background-image: linear-gradient(269.74deg, #F95016 2.12%, #E44C69 54.5%, #C14AEF 98.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.grad_bord{
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    left: -2px;
    background: linear-gradient(269.74deg, #F95016 0%, #E44C69 50%, #C14AEF 100%);
    z-index: -1;
    border-radius: 12px;
    transition: .3s all ease;
    opacity: 0;
}
.black_card:hover .grad_bord{
    opacity: 1;
}
.black_card1{
    padding: 40px 30px;
    background: #08080a;
    border-radius: 12px;
    height: 100%;
    width: 100%;
    position: relative;
    align-items: flex-start !important;
    /* max-width: 360px;
    min-width: 360px; */
}
.cont-scroll{
    animation: scrollanim 30s linear infinite;
}
.defi_security{
    padding: 60px 30px;
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/features-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
}
.arrow_bef{
    gap: 10px;
}
.arrow_bef:before{
    content: '';
    height: 20px;
    width: 20px;
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/arrow_defi.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.device_bg{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/defi-app-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 220px;
}

.bg_1{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/bg_1.png), #00000078;
    display: flex;
    align-items: flex-end;
}
.bg_2{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/bg_2.png), #00000078;
    display: flex;
    align-items: flex-end;
}
.bg_3{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/bg_3.png), #00000078;
    display: flex;
    align-items: flex-end;
}
.bg_4{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/bg_4.png), #00000078;
}
.bg_5{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/bg_5.png), #00000078;
}
.bg_cards{
    width: 100%;
    height: 100%;
    min-height: 440px;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
.modal-form-bg h2{
    font-size: 35px;
}
.fade_txt{
    font-size: 16px;
    color: #D5D6D9;
    line-height: 24px;
    text-align: left;
}
.tabss .nav-tabs{
    border: none;
    justify-content: center;
    gap: 20px;
}
.tabss .nav-tabs .nav-link.active{
    background: linear-gradient(263.46deg, #F95016 2.56%, #E44C69 53.94%, #C14AEF 96.83%);
    min-width: 200px;
    border: none;
    color: #FFF;
    border-radius: 6px;
}
.tabss .nav-tabs .nav-link{
    border: 1px solid #FF5004;
    border-radius: 6px;
    min-width: 200px;
    text-align: center;
    color: #F1F1F1;
}
.gap-50{
    gap: 75px;
}
#myTabContent p{
    margin-top: 10px;
}
#myTabContent img{
    max-width: 100px;
}
.img_down{
    position: relative;
    z-index: 2;
    margin-right: 10px;
}
.img_drop{
    position: absolute;
    width: 100%;
    padding: 10px;
    padding-top: 40px;
    text-align: center;
    background: linear-gradient(268.12deg, rgba(249, 80, 22, 0.5) 2.1%, rgba(228, 76, 105, 0.5) 55.85%, rgba(193, 74, 239, 0.5) 100.73%);
    border-radius: 20px;
    z-index: -1;
    bottom: 0;
    transition: .3s all ease-in-out;
}
.img_down:hover .img_drop{
    bottom: -44px;
}
.container{
    z-index: 1 !important;
}
.hovstop:hover .cont-scroll{
    animation-play-state: paused;
}
.black_card1 img{
    width: 110px !important;
}
.bordcut_bg{
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/services-bgdefi.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 8vh;
    padding-bottom: 10rem;
    border-bottom-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
}
.bg-white{
    background: #FFF;
    padding-top: 0;
}
.formsection{
    background: #FFF;
}
.owl-carousel .owl-item{
    padding-right: 10px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block !important;
}
.owl-nav{
    position: absolute;
    top: -60px;
    right: 60px;
}
.owl-prev span, .owl-next span{
    display: none; 
}
.owl-prev, .owl-next {
    border: none !important;
    outline: none !important;
}
.owl-prev {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/left-arrow.png) !important;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px !important;
    width: 30px !important;
}
.owl-next {
    background: url(https://d2tq5plsi3dsez.cloudfront.net/Hivelance/right-arrow.png) !important;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px !important;
    width: 30px !important;
}
.topmenu.dark{
    background: #08080a !important;
}

.modal-form-bg h2,.modal-form-bg p{
    color: #000;
}
.owl-carousel .owl-stage{
    display: flex;
}
.owl-item .item{
    height: 100% !important;
}
/* .breadcrumbwl li:first-child {
    background: url(../images/g-house.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0px 2px;
}
.breadcrumbwl li:nth-child(2) {
    background-image: url(../images/a-right.svg) !important;
    background-repeat: no-repeat;
    background-position: -5px 1px;
    background-size: 20px;
    padding-left: 15px;
    color: #ffffff;
} */

.breadcrumbwl li a, .breadcrumbwl li a {
    color: #fff;
}
.breadcrumbwlsection{
    background: none;
}
.formbox {
    background: #071a33;
    box-shadow: -50px -75px 0 5px #673ab7;
}
.dream h2, .dream p{
    color: #000;
}

.hex_bg{
    position: relative;
}
.hex_right{
    position: absolute;
    right: 0;
    top: -50%;
}
.ellipse_bg{
    position: relative;
}
.ellipse_img{
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 1;
}
.ellipse_img1{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
}
.hex_right img{
    width: 500px;
}
.ellipse_img img{
    width: 500px;
}
.container-fluid{
    position: relative;
    z-index: 1;
}
.img_drop a{
    text-decoration: none;
    color: #FFF;
}

.nav-pills .nav-link.active{
    background: none;
}
.nav-pills .nav-link.active h3{
    background: linear-gradient(269.76deg, #F95016 60.35%, #E44C69 81.89%, #C14AEF 99.88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.nav-pills .nav-link.active p{
    color: #FFF;
}
.nav-pills .nav-link h3{
    color: #555256;
    font-weight: bold;
}
.nav-pills .nav-link p{
    color: #555256;
}
.tab-content>.tab-pane{
    position: sticky;
    top: 100px;
}
video{
    border-radius: 20px;
}

@keyframes scrollanim {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @media(max-width: 768px){
    .black_card1{
        padding: 20px;
    }
    .owl-nav{
        display: none;
    }
    .main_banner{
        background: radial-gradient(125.04% 52.29% at 109.95% 47.71%, #481C60 0%, #030106 100%);
    }
  }
