@media (min-width: 1200px) {
    header {
        backdrop-filter: blur(5px);
    }
    header .dropdown-toggle,
    header li:not(:has(div.dropdown)) {
        padding-left: 5px;
        padding-right: 5px;
    }
    .dropdown-toggle {
        white-space: nowrap;
        padding: 8px !important;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    header .dropdown-toggle,
    header li:not(:has(div.dropdown)) {
        padding-left: 5px;
        padding-right: 5px;
    }
    .home_tech_stack {
        width: 75%;
    }
    .error-font h2 {
        font-size: 200px;
        color: var(--white);
        line-height: 220px;
    }
    .crypto_trading_botbanner img {
        width: 500px;
    }
    .botbanner_content {
        margin-top: 5rem;
    }
    .section_stack:has(.tech_stack_img) {
        min-height: 100vh;
    }
    .row_private_blockchain {
        padding-top: 107px;
    }
    .nav-pills-1 {
        width: 100% !important;
    }
}
@media (max-width: 1199px) {
    header:not(:has(.offcanvas-xl.show)) {
        overflow-x: hidden;
        overflow-x: clip;
    }
    header li .bi {
        display: inline-block;
    }
    .bi-chevron-right {
        transform: rotate(90deg);
    }
    .bi-chevron-left {
        transform: rotate(-90deg);
    }
    ul.dropdown-submenu,
    ul.dropdown-submenu-bottom,
    ul.dropdown-submenu-left,
    ul.dropdown-submenu-middle {
        top: 100%;
        left: 0;
        right: unset;
        bottom: unset;
        transform: unset;
    }
    .error-font h2 {
        font-size: 150px;
        color: var(--white);
        line-height: 200px;
    }
    .blocked_div > div {
        width: calc((100% / 4) - 1rem);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    a.dropdown-item {
        min-width: calc(35vw - 50px);
        white-space: unset;
    }
    .ul_orbit li:nth-child(3) p,
    .ul_orbit li:nth-child(4) p {
        right: -10%;
    }
    div:has(+ div.div_theme_card) h2,
    h2:has(+ div.div_theme_card) {
        width: 75%;
    }
}
@media (max-width: 991px) {
    .h-vh {
        height: 100%;
    }
    .home_banner-content {
        width: 100%;
        margin-top: 7rem;
    }
    .ul_orbit li p {
        min-width: 325px;
        top: 108% !important;
        left: 0 !important;
        right: unset !important;
        bottom: unset !important;
    }
    .ul_orbit li > div img {
        width: 40px;
    }
    .ul_orbit li > div h3 {
        font-size: 17px !important;
    }
    .ul_orbit li:nth-child(2) > div {
        top: 15px;
        left: 0;
    }
    .ul_orbit li:nth-child(3) > div {
        top: 0;
        right: 0;
    }
    .ul_orbit li:nth-child(4) > div {
        top: 45%;
        right: 0;
    }
    .ul_orbit li:nth-child(5) > div {
        top: 50%;
        left: 5px;
    }
    .ul_orbit li:nth-child(6) > div {
        bottom: 0;
        right: 0;
    }
    .ul_orbit li:nth-child(7) > div {
        bottom: -12px;
        left: 20px;
    }
    .opensea_bg {
        background: unset;
    }
    .div_opensea_content {
        position: static !important;
        transform: unset !important;
    }
    .blur_bg {
        width: 65%;
        height: 50%;
    }
    .div_cross-striped > div {
        width: 100%;
    }
    .blocked_div > div {
        width: calc((100% / 3) - 1rem);
    }
}
@media (max-width: 768px) {
    .my-custom-scrollbar {
        width: 100%;
        height: auto;
        overflow-x: scroll;
    }
    .monitor-tab .nav-item {
        display: inline-block;
    }
    .monitor-tab .nav-pills {
        display: block;
        white-space: nowrap;
        overflow: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    a.dropdown-item {
        min-width: calc(50vw - 50px);
        white-space: unset;
    }
}
@media (max-width: 767px) {
    .mobile_header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 116%;
        z-index: 0;
        background: #0b0a0db7;
    }
    a.dropdown-item {
        min-width: calc(100vw - 50px);
        white-space: unset;
    }
    .div_contact_form {
        padding: 2rem;
    }
    .copyright_para {
        font-size: 12px !important;
    }
    .blocked_div > div {
        width: 100%;
    }
    .flip-card {
        background-color: transparent;
        width: 300px;
        height: 300px;
        perspective: 1000px;
    }
}
.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 2560px) {
    .cus-vh-100 {
        height: 100vh;
    }
}
@media screen and (max-width: 1024px) {
    .agi-pg .row .col img {
        height: 530px;
    }
}
@media screen and (max-width: 991px) {
    .agi-pg .row .col img {
        height: auto;
    }
}
