body{
    background: #0b0b0f;
}
body {
    -webkit-user-select: none;  /* Chrome, Opera, Safari */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* Internet Explorer/Edge */
    user-select: none;          /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.markets-body{
    background: #000;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
header{
    position: fixed;
    width: 100%;
    z-index: 99;
}
.navbar-nav .nav-item .astoria-btn-bg{
    background: linear-gradient(to right, red, purple);
    clip-path: polygon(100% 100%, 28px 100%, 23px calc(100% - 2px), 22px calc(100% - 3px), 20px calc(100% - 4px), 4px calc(100% - 20px), 3px calc(100% - 22px), 2px calc(100% - 23px), 0 calc(100% - 28px), 0 0, calc(100% - 28px) 0, calc(100% - 23px) 2px, calc(100% - 22px) 3px, calc(100% - 20px) 4px, calc(100% - 4px) 20px, calc(100% - 3px) 22px, calc(100% - 2px) 23px, 100% 28px);
    border-radius: 10px;
    padding: 2px 1px;
    max-width: 100%;
    width: 100%;
}
.navbar-nav .nav-item .astoria-btn-bg .nav-link
{
    background: #000;
    clip-path: polygon(100% 100%, 28px 100%, 23px calc(100% - 2px), 22px calc(100% - 3px), 20px calc(100% - 4px), 4px calc(100% - 20px), 3px calc(100% - 22px), 2px calc(100% - 23px), 0 calc(100% - 28px), 0 0, calc(100% - 28px) 0, calc(100% - 23px) 2px, calc(100% - 22px) 3px, calc(100% - 20px) 4px, calc(100% - 4px) 20px, calc(100% - 3px) 22px, calc(100% - 2px) 23px, 100% 28px);
    height: 100%;
    padding: 1.5rem;
    border-radius: 10px;
    transition: all 0.7s;
    cursor: pointer;
    max-width: 100%;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(243 112 234);
}
.navbar .navbar-brand img{
    width: 100px;
}
.navbar-nav{
    gap:16px;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #f371ea;
    border-bottom: 1px solid #f370ea;
}
.banner_wrapper .banner_img{
    height: 90vh;
}
.banner_wrapper .banner_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_layer{
    z-index: 2;
    background: linear-gradient(#0b0b0f00 13%, #0b0b0f38 80%, #0b0b0ff2 100%);
    width: 100vw;
    height: 90vh;
    position: absolute;
    top: 0;
    left: 0;
}
.banner_wrapper{
    position: relative;
}
.banner_wrapper .banner_content{
    position: absolute;
    top: 40%;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.banner_wrapper .banner_content p{
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
}
.banner_wrapper .banner_content h3{
    font-size: 96px;
    text-shadow: 4px 8px 15px #e93f74;
    font-weight: 700;
    line-height: 1;
}
.pb-60{
    padding-bottom: 60px;
}
.title{
    font-size: 56px;
    line-height: 1;
    color: rgb(233 63 116);
}
.sub-title{
    font-size: 1.5rem;
        line-height: 2rem;
        color: #fff;
}
.features_wrapper .features_header{
    text-align: center;
}
.features_cards_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:15px;
    margin: 0 auto;
}
.features_cards_container .features_card{
    background: linear-gradient(to right, red, purple);
    clip-path: polygon(100% 100%, 28px 100%, 23px calc(100% - 2px), 22px calc(100% - 3px), 20px calc(100% - 4px), 4px calc(100% - 20px), 3px calc(100% - 22px), 2px calc(100% - 23px), 0 calc(100% - 28px), 0 0, calc(100% - 28px) 0, calc(100% - 23px) 2px, calc(100% - 22px) 3px, calc(100% - 20px) 4px, calc(100% - 4px) 20px, calc(100% - 3px) 22px, calc(100% - 2px) 23px, 100% 28px);
    border-radius: 10px;
    padding: 2px 1px;
    max-width: 31.5%;
    width: 100%;
    margin: 0 auto;
}
.features_cards_container .features_card .cards_content_wrapper:hover{
    background:#a03c9d;
}
.features_cards_container .features_card.w-half{
    max-width: 49%;
    margin: 0 auto;
}
.features_cards_container .features_card .cards_icon img{
    width: 50px;
}
.features_cards_container .features_card .cards_content_wrapper{
    background: #000;
    clip-path: polygon(100% 100%, 28px 100%, 23px calc(100% - 2px), 22px calc(100% - 3px), 20px calc(100% - 4px), 4px calc(100% - 20px), 3px calc(100% - 22px), 2px calc(100% - 23px), 0 calc(100% - 28px), 0 0, calc(100% - 28px) 0, calc(100% - 23px) 2px, calc(100% - 22px) 3px, calc(100% - 20px) 4px, calc(100% - 4px) 20px, calc(100% - 3px) 22px, calc(100% - 2px) 23px, 100% 28px);
    height: 100%;
    padding: 1.5rem;
    border-radius: 10px;
    transition: all 0.7s;
    cursor: pointer;
}
.features_cards_container .features_card .cards_content_wrapper .cards_icon{
    padding-bottom: 15px;
}
.features_cards_container .features_card .cards_content h4{
    color:#fff;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;

}
.features_cards_container .features_card .cards_content p{
    color:#ffffffbf;
    font-size: 1rem;
    font-weight: 400;
}
.one-stop-carousel
{
    background:#171c25;
}
.one-stop-carousel a{
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    margin-right: 8px;
}
.one-stop-carousel img{
    width: 100%;
    object-fit: cover;
}
.one-stop-carousel .carousel-content{
    padding: 20px 15px;
}
.one-stop-carousel .carousel-content h4.launchpad
{
    font-size: 28px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #ffb800 0%, #ffffff 103.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.one-stop-carousel .carousel-content h4.metaverse{
    font-size: 28px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #6cf6ff 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.one-stop-carousel .carousel-content h4.marketplace{
    font-size: 28px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #6cffc0 0%, #ffffff 85.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.one-stop-carousel .carousel-content h4.incubator{
    font-size: 28px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #9c77ff 0%, #ffffff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.one-stop-carousel .carousel-content h4.decentralized{
    font-size: 28px;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #4d8cff 0%, #ffffff 79.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.one-stop-carousel .carousel-content p
{
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.64);
    margin-bottom: 20px;
}
.astoria_home_carousel{
    overflow-x: hidden;
    padding-top: 60px;
}
.astoria_home_carousel .owl-carousel{
    margin-left: 17%;
}
.owl-carousel.owl-drag .owl-item{
    margin-right: 10px;
}
.one-stop-section .title{
    color: #fff;
    font-size: 50px;
}
.one-stop-section .sub-title{
    color:#ffffffbf;
    font-size: 16px;
}
/* .the-ecosystem {
    background: url(../img/the-ecosystem-bg.jpg);
    background-size: cover;
    background-position: center;
    
} */
.valt-contents h4 {
    font-size: 30px;
    font-weight: 600;
}
.text-white {
    color: #ffffff;
}
.valt-contents p {
    font-size: 16px;
    line-height: 1.5;
}
.ecosystem-box {
    text-align: center;
    padding: 5px 8px 70px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #af015b;
    background: #333030;
}
.ecosystem-box .svg {
    color: #fff !important;
    fill: #fff !important;
    width: 60px;
}
.eco-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 0px;
}
.ecosystem-box p {
    color: #fff;
    font-size: 13px;
    line-height: 19px;
}
.ecosystem-box button {
    background: #ac2e60;
    color: #fff;
    padding: 7px 12px 7px;
    border-radius: 7px;
    outline: none;
    bottom: 10%;
    right: 20%;
    left: 20%;
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    border: none;
}
/* .ecosystem-bg{
    background-color:rgb(123 18 115 / 46%);
    padding: 100px 0px;
} */
.main-title h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}
.brand-logo {
    text-align: center;
    height: 80px;
    background-color: #171c25;
    background-image: none;
    box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 10%);
    border-top-width: 0px;
    border-top-style: none;
    border-radius: 10px;
    border-right-width: 0px;
    border-right-style: none;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-left-width: 0px;
    border-left-style: none;
    margin-bottom: 20px;
    cursor: pointer;
}
.partner-col .brand-logo img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    padding: 8px 15px;
    height: 100%;
    object-fit: contain;
}
.investor-col .brand-logo img {
    width: 100%;
    border-radius: 10px;
    cursor: auto;
    padding: 8px 15px;
    height: 100%;
    object-fit: contain;
}
.navbar-toggler{
    background: #fff;
}
.dark-bg {
    /* background: #171c25; */
    padding: 32px 0 63px 0;
}
.pt-50 {
    padding-top: 50px;
}
footer{
    padding-top: 100px;
}
.foot-logo {
    max-width: 55px;
}
.footer-widget p {
    font-size: 15px;
    color: #c8c8c8;
}
.footer-widget h6 {
    font-size: 24px;
}
.f-700 {
    font-weight: 700;
}
.white-text {
    color: #fff;
}
.footer-widget h6{
    color: #fff;
    padding-bottom: 15px;
}
.footer-widget ul{
    padding: 0;
}
.footer-widget ul li{
    padding-bottom: 7px;
}
.footer-widget ul li a{
    color: #c8c8c8;
}
.mb-35{
    margin-bottom: 35px;
}
.footer_header{
    border-bottom: 1px solid #acadb0;
    margin-bottom: 50px;
}
.footer_header ul{
    float: right;
    padding-bottom: 10px;
    
}
.footer_header ul li{
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
}
.footer_header ul li a i{
    color: #acadb0;
    font-size: 30px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: space-around;
}
.astoria_home_carousel .owl-carousel .owl-nav{
    position: absolute;
    top: 23%;
    width: 100%;
}
.astoria_home_carousel .owl-carousel .owl-nav button.owl-next, .astoria_home_carousel .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.astoria_home_carousel .owl-carousel .owl-nav button.owl-prev{
    left: -6%;
    position: absolute;
}
.astoria_home_carousel .owl-carousel .owl-nav button.owl-next{
    right: 28%;
    position: absolute;
}
.vault-content{
    height: 100%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vault-content .title{
    padding-bottom: 15px;
}
/* About us css */
.simple-head {
    background-size: cover;
    height: 100%;
    position: relative;
}
#myVideo {
    position: relative;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.simple-head .position-center-center {
    margin-top: 30px;
    width: 100%;
}
.form-box input{
    width: 100%;
    height: 45px;
    border-radius: 8px;
    padding: 0px 11px;
    outline: none;
}
.astoria-form {
    box-shadow: -1px 2px 7px 2px #ce60a88a;
    padding: 25px;
    border-radius: 10px;
    margin-top: 50px;
}
.astoria-form form p{
    color: #fff;
}
.astoria-form .title{
    margin-bottom: 25px;
}
.form-group button.btn-theme{
    border: none;
    outline: none;
    background: #ac217c;
    color: #fff;
    padding: 6px 15px;
    font-size: 18px;
    max-width: 200px;
    width: 100%;
    margin-top: 20px;
}
.navbar-light .navbar-nav .nav-link.nav-btn{
    background: #7b1273;
    padding: 8px 15px;
}
.form-group .checkbox-theme{
    color: #fff;
    font-size: 18px;
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.simple-head h1 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    font-size: 45px;
    -webkit-text-stroke: 0 #fff;
    letter-spacing: 1px;
    /* text-shadow: 0px -1px 7px #000; */
}
.simple-head p {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    /* text-shadow: 0px 1px 2px #fff8f8c9; */
    text-align: inherit;
}
.simple-head .btn {
    margin: 0 5px;
    margin-top: 30px;
}
.btn-inverse {
    background: #b2227d;
    color: #ffffff;
}
#myVideo::-webkit-media-controls {
    display: none;
}
.theme-color h1,.theme-color h2,.theme-color h3,.theme-color h4,.theme-color h5,.theme-color p, .theme-color ul li, .theme-color span{
    color: #fff;
}
.we-do {
    background-color: #3b3b3b;
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    height: 370px;
}
.we-do img {
    color: #252525;
    border-radius: 50px;
    transition: .5s;
    margin-bottom: 10px;
}
.we-do h5 {
    font-weight: 500;
    color: #fff;
}
.we-do p {
    text-align: center;
}
.we-do p {
    color: #fff;
}
.why-choose h4{
    color: #fff;
    padding-bottom: 15px;
}
.why-choose p{
    color:#fff;
}
.bg-border {
    background: #7d1173;
    border-left: 4px solid #f5388a;
    padding: 10px 20px;
    line-height: 1.5;
}
.serv-box {
    background-color: #3b3b3b;
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 0px;
    margin-bottom: 30px;
    /* box-shadow: 0 0 10px rgb(231 226 226 / 52%); */
    height: 100%;
}
.serv-box h4{
    color: #fff;
    padding-top: 20px;
}
.serv-box p{
    color:#fff;
}
.sm-intro h2{
    color:#fff;
}
.sm-intro p{
    color: #fff;
}
.flex-bg {
    background: url(../img/flex-bg.jpg);
    padding: 90px 30px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 15px;
    background-size: cover;
}
.flex-bg h4 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 30px;
    text-shadow: -1px 2px 8px #090707;
}
.flex-bg a {
    color: #fff;
    background: #254c8f;
    padding: 15px;
    border-radius: 5px;
    font-weight: 600;
}
.token-li li {
    list-style: none;
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    padding: 0px 30px;
    color: #fff;
}
.angle-round {
    color: #3ad9bf;
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    font-size: 16px;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress.progress-cls {
    border-radius: 10px !important;
    height: 20px !important;
    margin-bottom: 20px;
    width: 100%;
}
.w-full{
    width: 100%;
}
/* About us css End*/
.video-overlayer{
    background: #07050561;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* AI Index Css */
.markets_wrapper{
    display: flex;
    flex-direction: column;
    gap:10px;
    padding-top: 15%;
}
.slider-overlay .markets_wrapper{
    max-width: 45%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
.markets_wrapper h4{
    font-size: 2.75rem;
    color:#fff;
}
.markets_wrapper p{
    font-size: 1.125rem;
    color:#fff;
}
.markets_wrapper button{
    inset: 0px;
    transition-duration: 150ms;
    background: #7b1273;
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 19px;
    border-radius: 6px;
    max-width: fit-content;
}
.nav-tabs .nav-link{
    padding: 16px;
    background-color: rgb(245, 245, 247);
    color: rgb(0, 0, 0);
    border-radius: 6px;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    border:none;
}
.nav-tabs{
    margin-bottom: 24px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 16px;
    overflow-x: auto;
    border:none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    padding: 16px;
    background-color: rgb(123 18 115);
    color: rgb(255, 255, 255);
    border-radius: 6px;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
}
.trending-tabs .tab-content{
    border-radius: 9px;
    border: 1px solid rgb(207, 212, 221);
    padding: 40px 40px 40px;
}
.nav-tabs .nav-item .nav-link img{
    width: 20px;
    object-fit: contain;
}
.trading-copy{
    position: relative;
}
.trading-copy .trading-copy-img{

}
.trading-copy .trading-title{
    position: absolute;
    top: 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.trading-copy .trading-title h3{
    font-size: 2.75rem;
    color: #fff;
}
.trading-copy .trading-title p{
    font-size: 1.125rem;
    color: #fff;
}
.trading-video{
    width: 100%;
    max-width: 314px;
    background: rgb(27, 29, 37);
    border: 0.57px solid rgba(255, 255, 255, 0.3);
    border-radius: 9px;
    padding: 28px 28px 35px;
    height: auto;
}
.trading-video .trading-content{
    color:#fff;
}
.trading-video .trading-content h4
{
    font-size: 1.3rem;
    padding-top: 30px;
}
.trading-video .trading-content p
{
    color:rgb(190, 190, 194);
}
.trading-video::after{
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    background: url(../img/arrow.svg) no-repeat;
    width: 78px;
    height: 11px;
    z-index: 3;
    right: -24px;
}
.token-title{
    font-size: 35px;
    text-align: center;
    padding-top: 15px;
}
.trading-video.no-arrow:after{
    content: "";
    position: absolute;
    top: calc(50% - 11px);
    background: none;
    width: 78px;
    height: 11px;
    z-index: 3;
    right: -55px;
}
.why-markets-wrapper h4{
    padding-bottom: 60px;
}
.why-markets-wrapper .why-markets-box img{
    width: 30px;
    padding-bottom: 10px;
}
.why-markets-wrapper .why-markets-box h4{
    color: #fff;
    padding-bottom: 7px;
}
.why-markets-wrapper .why-markets-box p{
    color: #fff;
}
.why-markets-wrapper .row{
    margin-bottom: 50px;
}
.v-layout__content {
    background: #191515;
    padding: 30px 30px 10px;
    color: #fff;
    border-radius: 10px;
    margin: 25px 0px;
    height: 100%;
}
.v-layout__content h4 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 0px 0px 20px;
    text-transform: uppercase;
}
.v-layout__content p {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}
.legend-dot, .legend-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.legend-dots {
    width: 100%;
}
.dot {
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
.yellow {
    border: solid 3px rgba(41, 188, 0, .35);
    background-color: #ffc003;
}
.red {
    border: solid 3px rgba(255, 86, 78, .35);
    background-color: #ff564e;
}
.blue {
    border: solid 3px rgba(67, 83, 254, .35);
    background-color: #4353fe;
}
.dot-txt {
    margin-left: 8px;
    font-family: "Work Sans";
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
.legend-dot {
    margin-left: 35px;
}
/*Prediction Start*/
.v-landing__title-wrapper {
    display: flex;
    align-items: center;
}

.v-landing__title {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.192px;
    color: #fff;
}

.no-mb-mobile p {
    color: #fff;
    font-size: 16px;
}

.v-prediction-screener_container {
    margin-bottom: 50px;
    overflow-x: auto;
}
.prediction-statistic-filter{
    overflow-x: auto;
}
.table {
    font-size: 14px;
}

.table__header-bordered {
    border-bottom: 1px solid #e5e5e5;
}

.table th {
    color: rgb(107 255 126);
    font-weight: normal;
    padding-bottom: 7px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.input-search {
    border: none;
    box-sizing: border-box;
    border-radius: 1px;
    height: 22px;
    width: 110px;
    padding: 2px 20px 2px 4px;
    font-size: 12px;
    border-radius: 1px;
    /*    background: url(../images/d586e463dc3be40274d162f7aa1a09cc.svg) no-repeat scroll 90% 50%,rgba(207,220,255,.5);*/
}



/**dropdown**/
.dropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdowns {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdowns:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdowns:hover .dropbtn {
    background-color: #3e8e41;
}

/**dropdown/**/



.partner-img {
    width: 100%;
    margin: 15px 42px;
}

.partner-img img {
    width: 100%;
    padding: 28px 6px 0px;
}

.v-layout__content h4 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 0px 0px 20px;
    text-transform: uppercase;
}

.v-layout__content p {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}

.relative {
    position: relative;
}

.pointer {
    cursor: pointer;
    color: #fff;
    font-size: 13px;
}

.table tbody tr {
    cursor: pointer;
}

.v-prediction-screener__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.v-prediction-screener__icon {
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.v-prediction-screener__wrapper span {
    margin-left: 5px;
    color: #fff !important;
}

.table tbody td {
    padding: 3px 5px;
    white-space: nowrap;
    color:#fff;
}

.v-profit-percent {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-bearish {
    background-color: rgba(243, 187, 187, .49);
}

.difference-strength.bearish {
    border-left-color: #ef5351;
    border-right-color: #ef5351;
}

.difference-strength {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    font-size: 14px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 8px;
    width: 165px;
}

.difference-strength.bearish .bg {
    background-color: rgba(243, 187, 187, .49);
}

.difference-strength.pending,
.difference-strength.locked_field,
.difference-strength.locked {
    border-left-color: #b6c9ff;
    border-right-color: #b6c9ff;
}

.difference-strength {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    font-size: 14px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 8px;
    width: 165px;
}

.difference-strength.pending .bg,
.difference-strength.locked_field .bg,
.difference-strength.locked .bg {
    background-color: #ecf1ff;
}

.difference-strength .bg {
    background-color: #ebebeb;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}

.bg-bullish {
    background-color: rgba(28, 194, 155, .15);
}

.v-layout__content {
    background: #191515;
    padding: 30px 30px 10px;
    color: #fff;
    border-radius: 10px;
    margin: 25px 0px;
    height: 100%;
}

.finance-box h4 {
    color: #fff;
    line-height: 1.1;
    font-size: 25px;
    text-align: center;
}

.AI-Trad-Main {
    background: url(../images/the-ecosystem-bg.jpg);
    background-size: contain;
    width: 100%;
    background-position: center;
}

.AI-Trad-Main section {
    padding: 0px 0px 50px;
}

.finance-box p {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}

.flex-baseline {
    align-items: baseline;
}

.uppercase {
    text-transform: uppercase;
}

.font-bold {
    font-weight: 700;
}

.border-0 {
    border-width: 0;
}

.bg-transparent {
    background-color: transparent;
}

.active-choise {
    background-color: #eff3fe;
}

.flex {
    display: flex;
}

button {
    outline: none;
}

.prediction-profit-container {
    display: flex;
    overflow-x: auto;
}

.chart__wrapper {
    display: flex;
    flex-grow: 1;
    padding-bottom: 22px;
    padding-top: 20px;
}

.chart {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.chart-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-width: 30px;
}

.chart-item__text {
    position: absolute;
    top: -20px;
    font-size: 12px;
    margin-bottom: 8px;
    word-wrap: none;
}

.chart-item__bar.bullish {
    background-color: #1cc29b;
}

.chart-item__bar {
    position: absolute;
    bottom: -0.5px;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    width: 7px;
}

.chart-item__line {
    height: 190px;
    width: 0px;
    border-right: 1px solid #000;
    margin-bottom: -5px;
}

.chart-item__x-axis {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
}

.v-total-profit {
    background-color: #000;
    padding: 20px 16px 30px 16px;
    color: #fff;
    width: 158px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 22px;
}

.v-total-profit__title {
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.132px;
    line-height: 30px;
    color: #fff;
}

.v-total-profit__description {
    color: #fff;
}

.v-total-profit__title span {
    display: flex;
    align-items: center;
}

.v-total-profit .v-profit-percent.bg-bullish {
    background-color: #00aa14;
}

.v-total-profit .v-profit-percent.bg-bullish,
.v-total-profit .v-profit-percent.bg-bearish {
    color: #fff;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    font-size: 18px;
    padding: 0 4px;
}

.v-profit-percent {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-bullish {
    background-color: rgba(28, 194, 155, .15);
}

.chart-item__bar.bearish {
    background-color: #ef5351;
}

.chart-item:nth-child(2n) .chart-item__text {
    top: 10px;
}

.chart-item:nth-child(2n) .chart-item__line {
    height: 160px;
}

.ai-index-bg{
    background: url(../img/ai-index-bg.jpg);
    background-size: contain;
    width: 100%;
    height: 100%;
    background-position: center;
}

/*Prediction End*/
/* AI Index Css */


/*Banner text change*/
.banner_wrapper .banner_content .random-word {
   
    animation: slidedown 4s infinite;
    -webkit-animation: slidedown 4s infinite;
    -moz-animation: slidedown 4s infinite;
  }
  
  @keyframes slidedown {
    0% {
      opacity: 50;
    }
    
    5% {
      opacity: 0;
      transform: translateY(0.5em);
    }
    
    7% {
      transform: translateY(-1em);
    }
    
    10% {
      opacity: 0;
    }
    
    20% {
      transform: translateY(0);
      opacity: 100;
    }
  }
  
/*Banner text change End*/
.footer-container{
    padding: 0px 15px;
}
.features_cards_container{
    padding-top:50px;
}



.owl-theme .owl-controls{
	text-align: center;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}


#owl-demo .owl-item > div{
  
  margin:3px;
  color: white;
  font-size:32px;
  border:1px white;
}

.wrapper-with-margin{
  margin:0px 50px;
}


.footer-wrapper{
    background: #000;
}
.banner-slider{
    position: relative;
}
.banner-slider .carousel{
    height: 85vh;
}
.banner-slider .carousel img{
    width: 100%;
    height: 100%;
}
.carousel-inner{
    height: 100%;
}
.slider-overlay{
    position: absolute;
    top:0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.chart-circle img{
    width: 100%;
}
.about-title{
    font-size: 30px;
}
.disclaimer{
    color:#c5c1c1;
    opacity: 0.8;
}
.disclaimer h4{
    font-size: 16px;
}
.disclaimer p{
    font-size: 13px;
}
.footer-container .footer-content-container{
    border-bottom: 1px solid #b0b0b096;
    padding: 5px 0px;
    margin-bottom: 30px;
}
.mb-10{
    margin-bottom: 10px;
}
.metaverse .brand-logo a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.metaverse .brand-logo a img{
    width: 80%;
    object-fit: contain;

}
.metaverse-title{
    
    padding-bottom: 24px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.trading-row{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}
.everything-trader-carousel{
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(207, 212, 221);
    border-radius: 10.265px;
    background: rgb(245, 245, 247);
    display: flex;
    align-items: flex-end;
    height: 342px;
    max-width: 314px;
}
.owl-carousel .owl-item .everything-trader-carousel  img{
    width: 100%;
    object-fit: contain;
}
.owl-carousel .owl-item .everything-trader-carousel{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.owl-carousel .owl-item .everything-trader-carousel .carousel-content{
    width: 100%;
    padding: 15px 0px 0px;
}
.owl-carousel .owl-item .everything-trader-carousel .carousel-content h4{
    text-align: center;
}

.next-level-container{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 60px;
}
.trading-wrapper{
    background: rgba(78, 101, 125, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.21);
    border-radius: 12px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 190px;
    max-width: 33.5%;
    width: 100%;
}
.trading-wrapper .trading-top-icon{
    width: 48px;
    height: 48px;
    position: absolute;
    top: -36px;
    left: 17px;
}
.trading-wrapper .trading-top-icon img{
    width:100%;
}
.trading-wrapper .content-container .content-img{
    max-width: 40%;
    width: 100%;
    position: relative;
}
.trading-wrapper .content-container .content-img img{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.trading-wrapper .content-container{
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}
.trading-wrapper .content-container .content-wrap{
    max-width: 60%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 10px;
}
.bottom-contact-wrapper{
    width: 100%;
    padding: 70px 30px;
    border: 5px solid rgb(201 0 71);
    border-radius: 20px;
    background: linear-gradient(70.41deg, rgb(86 20 66) 55.55%, rgb(244 58 138) 220.37%);
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.bottom-contact-wrapper h4{
    font-size: 2.275rem;
}
.bottom-contact-wrapper p{
    font-size: 2.5rem;
    color: #ffffff;
}
/* .bottom-contact-wrapper .cta-btn button{
    background: linear-gradient(259.72deg, rgb(201 0 71) 0%, rgb(9 120 183) 102.94%);
    border-radius: 0.7em;
    border: none;
    padding: 15px 25px;
    color: #fff;
    font-size: 1.25rem;
} */
.astoria-form a{
    color: #95a5ff;
    font-size: 1.3rem;
    font-weight: 600;
    padding-left: 6px;
}
.cta-btn{
    background: linear-gradient(to right, red, purple);
    clip-path: polygon(100% 100%, 28px 100%, 23px calc(100% - 2px), 22px calc(100% - 3px), 20px calc(100% - 4px), 4px calc(100% - 20px), 3px calc(100% - 22px), 2px calc(100% - 23px), 0 calc(100% - 28px), 0 0, calc(100% - 28px) 0, calc(100% - 23px) 2px, calc(100% - 22px) 3px, calc(100% - 20px) 4px, calc(100% - 4px) 20px, calc(100% - 3px) 22px, calc(100% - 2px) 23px, 100% 28px);
    border-radius: 10px;
    padding: 2px 1px;
    max-width: 100%;
    width: 200px;
}
.cta-btn button{
    background: #7b1273;
    clip-path: polygon(100% 100%, 28px 100%, 23px calc(100% - 2px), 22px calc(100% - 3px), 20px calc(100% - 4px), 4px calc(100% - 20px), 3px calc(100% - 22px), 2px calc(100% - 23px), 0 calc(100% - 28px), 0 0, calc(100% - 28px) 0, calc(100% - 23px) 2px, calc(100% - 22px) 3px, calc(100% - 20px) 4px, calc(100% - 4px) 20px, calc(100% - 3px) 22px, calc(100% - 2px) 23px, 100% 28px);
    height: 100%;
    padding: 1.1rem;
    border-radius: 10px;
    transition: all 0.7s;
    cursor: pointer;
    max-width: 100%;
    color:#fff;
    width: 100%;
}
.astoria-row{
    display: flex;
    flex-direction: row;
    gap:20px;
}
.astoria-column{
    max-width: 50%;
    width: 100%;
}
.carousel-item{
    height: 100%;
}
.single-page-wrapper h6 {
    color: #fff;
    text-align: left;
    width: 100%;
    margin: 20px 0;
}
.single-page-wrapper p {
    color: #fff;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
}
.single-page-wrapper h4 {
    color: #fff;
    margin: 20px 0;
}
.single-page-wrapper h3 {
    color: #fff;
    text-align: left;
    width: 100%;
    margin: 20px 0;
    font-size: 20px;
}
.single-page-wrapper a{
    color:#fa35ba;
}
.disclaimer-popup{
    background:#fff;
    position: fixed;
    top:10%;
    max-width: 50%;
    width: 100%;
    left: 25%;
    max-height: 600px;
    padding: 25px;
    z-index: 999;
    
}
#discLaimer{
    display: none;
}
.disclaimer-popup .disclaimer-body
{
    max-height: 350px;
    padding: 12px 42px;
    font-family: lato, sans-serif;
    overflow-y: scroll;
}
.disclaimer-bottom{
    background: linear-gradient(to right, red, purple);
    clip-path: polygon(100% 100%, 28px 100%, 23px calc(100% - 2px), 22px calc(100% - 3px), 20px calc(100% - 4px), 4px calc(100% - 20px), 3px calc(100% - 22px), 2px calc(100% - 23px), 0 calc(100% - 28px), 0 0, calc(100% - 28px) 0, calc(100% - 23px) 2px, calc(100% - 22px) 3px, calc(100% - 20px) 4px, calc(100% - 4px) 20px, calc(100% - 3px) 22px, calc(100% - 2px) 23px, 100% 28px);
    border-radius: 10px;
    padding: 2px 1px;
    max-width: 100%;
    width: 200px;
    margin: 20px auto;
}
.disclaimer-bottom button{
    background: #7b1273;
    clip-path: polygon(100% 100%, 28px 100%, 23px calc(100% - 2px), 22px calc(100% - 3px), 20px calc(100% - 4px), 4px calc(100% - 20px), 3px calc(100% - 22px), 2px calc(100% - 23px), 0 calc(100% - 28px), 0 0, calc(100% - 28px) 0, calc(100% - 23px) 2px, calc(100% - 22px) 3px, calc(100% - 20px) 4px, calc(100% - 4px) 20px, calc(100% - 3px) 22px, calc(100% - 2px) 23px, 100% 28px);
    height: 100%;
    padding: 1.1rem;
    border-radius: 10px;
    transition: all 0.7s;
    cursor: pointer;
    max-width: 100%;
    color:#fff;
    width: 100%;
}
.disclaimer-close{
    position: absolute;
    top: 12px;
    right: 18px;
    background: #0c0a0a;
    color: #fff;
    width: 40px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 900;
}
.disclaimer-container ul{
    padding-left: 10px;
}