        /* @font-face {
            font-family: "Poppins", sans-serif !important;
            src: url("../fonts/VectrexWeb-Bold.woff2");
        }
        
        @font-face {
            font-family: 'GT-Pressura-Mono-Bold';
            src: url("../fonts/GT-Pressura-Mono-Bold.woff2");
        }
        
        @font-face {
            font-family: "Poppins", sans-serif !important;
            src: url("../fonts/GT-Pressura-Mono-Light.woff2");
        }
        
        @font-face {
            font-family: "Poppins", sans-serif !important;
            src: url("../fonts/GT-Pressura-Mono-Regular.woff2");
        } */

        @import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

        ::-webkit-scrollbar {
            width: 10px;
            height: 6px;
        }

        /* Track */

        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        ::placeholder {
            color: #ffffff6b !important;
        }

        /* Handle */

        ::-webkit-scrollbar-thumb {
            background: #888;
        }

        /* Handle on hover */

        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

        .logo {
            font-size: 20px;
            text-transform: uppercase;
            font-family: "Poppins", sans-serif !important;
            margin-bottom: 0px;
        }

        .logo img {
            width: 22px;
            padding-bottom: 4px;
        }

        .logo span {
            margin-left: -5px;
        }

        .header {
            padding-top: 1.5rem;
            padding-bottom: 1.5rem;
            padding-left: 1rem;
            padding-right: 1rem;
            background-image: linear-gradient(to right, #5b83cd 0%, #c280bf 100%);
        }

        .navul {
            display: flex;
            padding-left: 0px;
            margin-bottom: 0px;
            justify-content: end;
        }

        .navul li {
            padding: 0px 21px;
            list-style: none;
            text-align: center;
        }

        .navul li a {
            text-decoration: none;
            font-size: 1rem;
            line-height: 1.5rem;
            font-family: "Poppins", sans-serif !important;
            color: #111212;
        }

        .navbtn {
            font-size: 1rem;
            line-height: 1.5rem;
            padding-left: 1rem;
            padding-right: 1rem;
            border: 2px solid #111212;
            height: 3rem;
            gap: 1rem;
            background: transparent;
            color: #000;
            font-family: "Poppins", sans-serif !important;
        }

        .navbtn span {
            padding: 0px 8px;
        }

        .navbtn svg {
            width: 1.25rem;
        }

        /*************
***
topbar
*************/

        .topbar {
            /* background-color: #110B0B; */
            background-image: linear-gradient(to right, #5b83cd 0%, #c280bf 100%);
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            border: 1px solid #ffffff6b;
        }

        .topbarul {
            display: flex;
            padding-left: 0px;
            margin-bottom: 0px;
            justify-content: center;
        }

        .topbarul li {
            list-style: none;
            font-size: 0;
        }

        .topbarul li a {
            text-decoration: none;
            font-family: "Poppins", sans-serif !important;
            font-size: .75rem;
            line-height: 1rem;
            color: #fff;
        }

        .topbarul li a span {
            color: #6FC651;
            margin-left: 0.75rem;
        }

        .ml-8 {
            margin-left: 2rem;
        }

        .page_content {
            padding-top: 4rem;
            background-color: #F3F3F3;
        }

        .page_heading {
            text-align: center;
            font-family: "Poppins", sans-serif !important;
            font-size: 2rem;
            font-weight: 700;
            padding-bottom: 0.5rem;
        }

        .page_para {
            text-align: center;
            margin: 1rem 0;
            font-size: 16px;
            font-family: "Poppins", sans-serif !important;
            color: #000;
        }

        .card_custom {
            background-color: #f5f5f5;
            margin-top: 2rem;
            padding: 0 1rem;
            padding-top: 40px;
            padding-bottom: 50px;
            text-align: center;
            border-radius: 8px;
            box-shadow: 0px 0px 10px -8px rgba(0, 0, 0, .5);
            border: 1px solid #d6d6d6;
            background: url("https://html.modernwebtemplates.com/maxicom/img/background-gradient.jpg");
        }

        #flex-item-1 {
            border-radius: 5px 0 0 5px;
        }

        #flex-item-2 {
            border-radius: 0 5px 5px 0;
        }

        .page_tabs {
            display: flex;
            justify-content: center;
        }

        .btn {
            border: 2px solid #E3E3E3;
            border-radius: 4px;
            width: 172px;
            height: 42px;
            border: none;
            margin: 20px 0;
            background: #E3E3E3;
            cursor: pointer;
            font-size: 16px;
            font-family: "Poppins", sans-serif !important;
            font-weight: bold;
        }

        .active {
            background: #D9D9D9;
            box-shadow: 2px 2px 10px #ccc;
            z-index: 1;
        }

        .tab {
            width: 500px;
            height: 370px;
            /* border: 1px solid #000; */
        }

        #login_div {
            border-radius: 5px;
            position: relative;
            background: #f5f5f5;
            z-index: 1;
            min-height: 450px;
        }

        #signup_div {
            border-radius: 5px;
            position: absolute;
            background: #f5f5f5;
            min-height: 470px;
        }

        .tab {
            justify-content: center;
            align-items: center;
        }

        .inputs {
            width: 300px;
            height: 20px;
            border: none;
            margin: 4px 0 11px 0;
            padding: 5px 15px;
            font-size: 19px;
        }

        .tabs_btn {
            width: 150px;
            height: 40px;
            margin-top: 20px;
            box-shadow: 1px 1px 3px #000;
            cursor: pointer;
            font-size: 15px;
        }

        .label {
            font-size: 18px;
        }

        .tabs_container {
            padding-top: 2rem;
        }

        .amount_p {
            font-family: "Poppins", sans-serif !important;
            font-size: 13px
        }

        .logindiv {
            padding: 2rem 0.5rem;
        }

        .eth_bg {
            background-color: #ffffff3d;
            border-radius: 0.5rem;
            box-shadow: 0 2px 1px #0000001a;
            max-height: 300px;
            max-width: 300px;
            padding: 1%;
            border: 1px solid #d6d6d645;
            color: #ffff !important;
        }

        .eth_logo {
            margin-top: 16%;
            margin-bottom: 16%;
            height: 40%;
            position: relative;
            width: 40%;
        }

        .eth_bg p {
            font-family: "Poppins", sans-serif !important;
            font-size: calc(13.8781px);
            margin-bottom: 0px;
        }

        .eth_bg h5 {
            font-family: "Poppins", sans-serif !important;
            font-size: calc(23.3906px);
            margin-bottom: 0px;
            line-height: 1.5;
            font-family: 'GT-Pressura-Mono-Bold';
        }

        .exchnage i {
            font-size: 32px;
            color: #ABABAB;
        }

        .Receiving h4 {
            font-size: 1.125rem;
            display: block;
            font-weight: 700;
            margin-top: 2rem;
            text-align: center;
            font-family: "Poppins", sans-serif !important;
        }

        .Receiving input {
            font-size: 1rem;
            font-weight: 700;
            height: 3rem;
            margin: 0.75rem auto 0.25rem;
            max-width: 28rem;
            text-align: center;
            width: 100%;
            background-color: #ffffff3d;
            border-radius: 4px;
            border: 1px solid #00000033;
            font-family: "Poppins", sans-serif !important;
            outline: none;
            color: #fff;
        }

        .Receiving textarea {
            font-size: 1rem;
            font-weight: 700;
            height: 3rem;
            margin: 0.75rem auto 0.25rem;
            max-width: 28rem;
            text-align: center;
            width: 100%;
            background-color: #9ab1ca;
            border-radius: 4px;
            border: 1px solid rgba(0, 0, 0, .2);
            font-family: "Poppins", sans-serif !important;
            outline: none;
            color: #121212;
        }

        .Receiving button {
            font-size: 1rem;
            font-weight: 700;
            height: 3rem;
            margin: 1rem auto 0.25rem;
            text-align: center;
            background-color: #f3f3f3;
            border-radius: 4px;
            border: 1px solid #d6d6d6;
            font-family: "Poppins", sans-serif !important;
            outline: none;
            color: #0000004d;
            cursor: not-allowed;
            box-shadow: 0 4px 10px #0000001a;
            padding: 0.75rem 1rem;
            font-size: 1rem;
            min-width: 12rem;
            text-transform: uppercase;
        }

        .recent_heading {
            font-size: 1.5rem;
            font-family: "Poppins", sans-serif !important;
            color: #fff !important;
        }

        .recent-icons h6 {
            text-align: left;
            margin: 0;
            padding: 5px;
        }

        .width21 {
            width: 21px;
        }

        .table_heading {
            text-align: left;
            margin: 0;
            padding: 5px;
            font-family: "Poppins", sans-serif !important;
            color: #fff;
        }

        .table_heading i {
            color: #D0D0D0;
            padding-top: 5px;
            font-size: 20px;
            margin: 0px 22px;
        }

        .line-tr {
            line-height: 45px;
        }

        .volume_amount {
            font-size: 1.375rem;
            color: #fff;
            font-family: "Poppins", sans-serif !important;
            margin-bottom: 0px;
        }

        .volume_p {
            font-weight: 500;
            justify-content: center;
            text-align: center;
            font-family: "Poppins", sans-serif !important;
            color: #efefef99;
        }

        .legend {
            position: absolute;
            left: 12px;
            top: 12px;
            z-index: 1;
            font-size: 12px;
            line-height: 18px;
            font-weight: 300;
        }

        .stake_xai {
            box-shadow: 0 4px 10px #0000001a;
            font-size: .875rem;
            padding: 0.475rem 1rem;
            font-weight: 400;
            justify-content: center;
            align-items: center;
            letter-spacing: 1.6px;
            margin: 0 auto 1rem;
            cursor: pointer;
            font-family: "Poppins", sans-serif !important;
            background-color: #000;
            border: 1px solid #675050;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            border-radius: 8px;
        }

        #chart {
            max-width: 650px;
            margin: 35px auto;
        }

        /************************

sideshit

**************************/

        .sideshift {
            background-color: #fff;
            padding: 3rem 0;
            margin-top: 2rem;
            text-align: center;
        }

        .sideshit_head {
            color: #fff;
            font-size: 1.875rem;
            line-height: 2.25rem;
            text-align: center;
            font-family: "Poppins", sans-serif !important;
            margin-bottom: 0;
        }

        .sideshit_para {
            margin-bottom: 0;
            color: #fff;
            text-align: center;
            margin: 1rem 0;
            font-family: "Poppins", sans-serif !important;
        }

        .partners {
            display: flex;
            padding-left: 0px;
        }

        .partners li img {
            max-height: 2.3rem;
        }

        .partners li {
            padding: 2rem;
        }

        .integrate_btn {
            box-shadow: 0 4px 10px #0000001a;
            font-size: 1rem;
            font-weight: 400;
            justify-content: center;
            align-items: center;
            letter-spacing: 1.6px;
            margin: 0 auto 1rem;
            cursor: pointer;
            font-family: "Poppins", sans-serif !important;
            background-color: #181818;
            border: 1px solid #675050;
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
            border-radius: 8px;
            min-width: 12rem;
            padding: 0.75rem 2.5rem;
        }

        .footer {
            margin-top: 6rem;
            padding-left: 2rem;
            padding-right: 2rem;
            padding-bottom: 2rem;
            background-image: linear-gradient(to right, #5b83cd 0%, #c280bf 100%);
        }

        hr {
            border-top: 1px solid #000;
            opacity: 0.9;
        }

        .footer_p {
            color: #fff;
            margin-bottom: 2.5rem;
            font-family: "Poppins", sans-serif !important;
            margin-top: 1.5rem;
        }

        .footer_social {
            display: flex;
            padding-left: 0px;
            justify-content: space-between;
            width: 150px;
        }

        .footer_social li {
            list-style: none;
        }

        .footer_social li a i {
            font-size: 25px;
            color: #000;
        }

        .footer_social li a {
            text-decoration: none;
        }

        .footer_menu {
            padding-left: 0px;
            gap: 1rem;
        }

        .footer_menu li {
            list-style-type: none;
        }

        .footer_menu li a {
            font-size: 1.125rem;
            line-height: 1.75rem;
            color: rgb(105 111 122);
            text-transform: uppercase;
            font-weight: 400;
            font-family: "Poppins", sans-serif !important;
            text-decoration: none;
        }

        .copy-right {
            background-color: rgb(179 187 202);
            padding-left: 2rem;
            padding-right: 2rem;
            border: none !important;
        }

        .copy-right p {
            margin-bottom: 0;
            padding-top: 1rem;
            padding-bottom: 1rem;
            font-family: "Poppins", sans-serif !important;
            text-align: center;
        }

        .header_mobile {
            display: none;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            right: 0;
            display: none;
            float: left;
            min-width: 10rem;
            padding: 0.5rem 0;
            margin: 0.125rem 0 0;
            font-size: 1rem;
            text-align: left;
            background: #F3F3F3;
            border-radius: 0.25rem;
            z-index: 1;
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.23);
            width: 203px;
            padding: 15px;
        }

        .dropdown-menu p {
            font-size: .875rem;
            line-height: 1.25rem;
            font-family: "Poppins", sans-serif !important;
        }

        .dropdown-menu h3 {
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-family: "Poppins", sans-serif !important;
        }

        .dropdown-menu h4 {
            font-size: 1rem;
            line-height: 1.5rem;
            font-family: "Poppins", sans-serif !important;
        }

        .font-vctext {
            font-family: 'Vectrex,monospace' !important;
            color: #000 !important;
            padding-top: 24px !important;
            font-size: 14px !important;
        }

        .d-block {
            display: block;
        }

        .swiper-slide.swiper-slide {
            background: transparent;
            height: 426px;
            width: 33%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .item {
            text-align: center;
            padding: 25px;
            margin-bottom: 80px;
            -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .shadow-effect {
            background: #fff;
            padding: 20px;
            border-radius: 4px;
            text-align: center;
            border: 1px solid #ECECEC;
            box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
        }

        .shadow-effect img {
            transform-style: preserve-3d;
            max-width: 90px;
            margin: 0 auto 17px;
        }

        .shadow-effect p {
            font-family: inherit;
            font-size: 17px;
            line-height: 1.5;
            margin: 0 0 17px 0;
            font-weight: 300;
            font-family: "Poppins", sans-serif !important;
        }

        .testimonial-name {
            margin: -17px auto 0;
            display: table;
            width: auto;
            background: rgb(11 12 12);
            padding: 9px 35px;
            border-radius: 12px;
            text-align: center;
            color: #fff;
            box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
        }

        .mySwiper {
            overflow: auto !important;
        }

        .rectablgebg {
            /* background-image: url('https://html.modernwebtemplates.com/maxicom/images/icon-1.png');
            width: 80px;
            padding: 30px;
            height: 92px;
            background-size: cover;
            margin: auto; */
            background-clip: content-box;
    background-color: #fff;
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-block;
    height: 120px;
    line-height: 90px;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 120px;
        }

        .rectablgebg h5 {
            font-size: 36px;
            margin-bottom: 0px;
            font-family: "Poppins", sans-serif !important;
            color: #0B527A;
            line-height:110px;
        }

        .shi_p {
            font-size: 12px;
            line-height: 1.75rem;
            font-family: "Poppins", sans-serif !important;
            color: #fff !important;
            margin-bottom: 0px;
            margin-top: 30px;
        }

        .form-group label {
            font-family: "Poppins", sans-serif !important;
        }

        .form-group option {
            font-family: "Poppins", sans-serif !important;
            text-align: center;
        }

        #submit-form {
            background-color: #000 !important;
            color: #fff;
        }

        #submit-form:disabled,
        #submit-form[disabled] {
            border: 1px solid #999999;
            background-color: #cccccc !important;
            color: #666666;
        }

        .custom_option {
            position: absolute;
            top: 444px;
            height: 200px;
            width: 218px;
            opacity: 1;
            margin: auto;
            /* left: 427px; */
            z-index: 99;
            text-align: center;
            opacity: 0;
        }

        @media screen and (max-width: 600px) {
            .custom_option {
                top: 517px;
                height: 142px;
                width: 126px;
            }

            .swiper-slide {
                width: 100% !important;
            }

            .header_mobile {
                display: block;
            }

            .tab {
                width: 282px;
            }

            .footer_p {
                width: 100%;
            }

            .footer_menu {
                margin-top: 30px;
            }

            .partners {
                display: block;
            }

            .volume_amount {
                font-size: 16px;
            }

            .ml-8 {
                margin-left: 0rem;
            }

            .topbarul {
                display: block;
                text-align: center;
            }

            .custom_drop {
                position: absolute;
                top: -100px !important;
                background-color: rgb(243 243 243);
                box-shadow: var(0 0 #0000, 0 0 #0000), var(0 0 #0000, 0 0 #0000), var(0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1));
                width: 210px;
                padding: 19px;
            }

            .sidebar {
                height: 100%;
                width: 0;
                position: fixed;
                z-index: 99;
                top: 0;
                left: 0;
                background-color: rgb(212 222 239);
                overflow-x: hidden;
                transition: 0.5s;
                padding-top: 60px;
            }

            .sidebar a {
                padding: 8px 8px 8px 32px;
                text-decoration: none;
                font-size: 25px;
                color: #000;
                display: block;
                transition: 0.3s;
            }

            .sidebar a:hover {
                color: #f1f1f1;
            }

            .sidebar .closebtn {
                position: absolute;
                top: 0;
                right: 25px;
                font-size: 36px;
                margin-left: 50px;
            }

            .openbtn {
                color: #0e0e0e;
                font-size: 25px;
                background: transparent;
                border: none;
            }

            .nav-link {
                color: #525252;
                font-family: "Poppins", sans-serif !important;
                font-weight: 400;
            }

            .header_mobile {
                padding: 15px 0px;
            }

            .navbtn-mobile svg {
                width: 25px;
                color: #000;
            }

            .navbtn-mobile {
                background: transparent;
                border: none;
            }
        }

        body {
            font-family: "Poppins", sans-serif !important;
        }

        #submit-form,
        .copy-right {
            background-image: linear-gradient(to right, #5b83cd 0%, #c280bf 100%);
            color: #fff !important;
            /* border: 1px solid #ffffff30 !important; */
        }

        .page_content {
            background-color: #f7f6fb !important;
        }

        label {
            color: #fff !important;
        }
        .table-res{
            width: 43%;
            margin: auto;
        }

        @media screen and (max-width: 600px) {
            .table-res{
                width: 72%;
                margin: auto;
            }
          }