@media(max-width:990px){
    .features_cards_container .features_card{
        max-width: 48.5%;
    }
    .astoria-row{
        flex-direction: column;
    }
    .astoria-column{
        max-width: 100%;
    }
    .astoria-row.col-reverse{
        flex-direction: column-reverse;
    }
}
@media(max-width:990px){
    .features_cards_container .features_card{
        max-width: 100%;
    }
    .features_cards_container .features_card.w-half{
        max-width: 100%;
    }
    .astoria_home_carousel .owl-carousel{
        margin-left: 0;
    }
    .astoria_home_carousel .owl-carousel .owl-nav{
        top:45%;
    }
    .astoria_home_carousel .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    header .container{
        max-width: 90%;
    }
    .simple-head h1{
        font-size: 30px;
    }
    #myVideo {
        position: relative;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        height: 60vh;
        object-fit: cover;
    }
    .markets_wrapper{
        margin-bottom: 50px;
    }
    .title {
        font-size: 25px;
        line-height: 1;
        color: rgb(233 63 116);
    }
    .trading-video .video_wrapper video{
        height: auto!important;
    }
    .trading-video{
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .why-markets-box{
        margin-bottom: 25px;
    }
    .partner-img{
        width: unset;
    }
    .v-layout__content img{
        width: 100%;
    }
    .v-layout__content table img{
        width: unset;
    }
    .navbar-nav {
        gap: 16px;
        background: #0b0b0f;
        padding: 15px;
        height: 90vh;
    }
    header .container{
        max-width: 100%;
        padding: 0;
    }
    header{
        background: rgb(11 11 15 / 1);
    }
    header .navbar{
        padding: 0;
    }
    .navbar .navbar-brand{
        margin-left: 15px;
    }
    .navbar .navbar-toggler{
        margin-right: 15px;
    }
    .navbar-light .navbar-nav .nav-link.nav-btn{
        /* max-width: 150px; */
        text-align: center;
    }
    
    .navbar-light .navbar-toggler-icon{
        background-image: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27%23ffffff%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e');

    }
    .navbar-toggler {
        background: #7b1273;
    }
    .owl-carousel.owl-drag .owl-item {
        margin-right: 1px;
    }
    .astoria_home_carousel .owl-carousel .owl-nav button.owl-prev {
        left: 0%;
    }
    .footer-widget ul li {
        padding-bottom: 14px;
    }
    .footer-widget h6 {
        padding-bottom: 10px;
    }
    .footer_header ul{
        padding-left: 0;
    }
    .footer_header ul li a i {
        color: #acadb0;
        font-size: 17px;
    }
    .footer_header ul li{
        padding: 0px 6px;
    }
    section img{
        width: 100%;
    }
    .vision-us-con{
        padding-top: 15px;
    }
    .vision-us-con h3{
        padding-bottom: 15px;
    }
    .serv-box{
        height: auto;
    }
    .sm-intro h2 {
        padding-top: 15px;
    }
    .pt-100 {
        padding-top: 60px;
    }
    .we-do{
        height: auto;
    }
    .trading-copy .trading-title{
        top:0;
    }
    .trading-title h4{
        text-align: center;
    }
    .trading-copy .trading-title p {
        font-size: 1rem;
        color: #fff;
    }
    .trading-video::after{
        display: none;
    }
    .v-layout__content{
        height: auto;
    }
    .ai-power-index .graph{
        overflow-x: auto;
    }
    .vault-content{
        padding-top: 15px;
    }
    .form-group button.btn-theme{
        margin-bottom: 10px;
    }
    .banner_wrapper .banner_content h3{
        font-size: 55px;
    }
    .banner_wrapper .banner_content p{
        font-size: 17px;
    }
    .banner_wrapper .banner_img, .banner_layer {
        height: 75vh;
    }
    .trading-row{
        flex-direction: column;
    }
    .next-level-container{
        flex-direction: column;
    }
    .trading-wrapper{
        max-width: 100%;
    }
    .trading-wrapper .content-container .content-img{
        max-width: 100%;
    }
    .trading-wrapper .content-container{
        flex-direction: row;
    }
    .trading-wrapper .content-container .content-img img{
        position: inherit;
        max-width: 200px;
    }
    .next-level-container{
        gap:50px;
    }
    .trading-wrapper .trading-top-icon img {
        z-index: 1;
    }
    .markets_wrapper h4{
        font-size: 2.25rem;
    }
    .slider-overlay .markets_wrapper{
        max-width: 70%;
    }
    .carousel-item{
        height: 100%;
    }
    .banner-slider .carousel{
        height: 60vh;
    }
}
@media(max-width:768px){
    .disclaimer-popup{
        max-width: 80%;
        left: 10%;
    }
}
@media(max-width:450px){
    #myVideo {
        position: relative;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        height: 50vh;
        object-fit: cover;
    }
    .trading-video .video_wrapper video{
        height: auto!important;
    }
    .disclaimer-popup .disclaimer-body{
        padding: 12px 15px;
    }
}