@media (max-width: 477px) {

    * {
        font-family: 'Poppins';
    }

    button {
        font-family: sans-serif;
    }

    /* ==== Home page ====  */
    .navbar {
        padding: 10px;
    }

    .navbar .container-fluid {
        width: 100%;
    }

    .navbar-brand {
        margin-left: 12px;
    }

    .navbar-brand img {
        width: 58px;
    }

    .main .col-7 p {
        text-align: center;
        font-size: 12px;
    }

    .main {
        padding: 20px;
        flex-direction: column;
    }

    .main .col-7 {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .main .content .small-head {
        padding: 7px 11px;
        font-size: 11px;
        font-family: 'sans-serif';

    }

    .main .content h1 {
        font-size: 30px;
        text-align: center;
    }

    .hero-btns .btn1 {
        font-size: 12px;
        padding: 12px 12px;
        width: 89px;
    }

    .hero-btns .btn2 {
        font-size: 12px;
        padding: 11px 12px;
        width: 89px;
    }

    .main .col-5 {
        width: 100%;
    }

    .main .col-5 dotlottie-wc {
        width: 300px !important;
        height: 300px !important;
    }

    .about {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .crypto-title {
        font-size: 25px;
        font-weight: 700;
        color: white;
    }

    .hooks-section {
        padding: 40px 0;
    }

    .scroll-card.large {
        width: 295px;
        height: 180px;
    }

    .last-section .heading {
        font-size: 25px;
    }

    .last-section .lottie-animation {
        width: 240px;
        height: 240px;
    }

    .last-graphic {
        position: absolute;
        left: -88px;
        top: -118px;
    }

    .last-graphic dotlottie-wc {
        width: 200px;
        height: 200px;
    }

    .navbar-nav .nav-item {
        gap: 6px;
    }

    /* .navbar-nav .container-fluid{
        width: auto;
    } */

    .user-dropdown.show .animate-dropdown {
        position: absolute;
    }

    /* ==== Market page ====  */

    .market-header h2 {
        font-size: 25px;

    }

    .market-header p {

        font-size: 14px;
    }

    .table-responsive .table th {
        font-size: 14px;

    }

    .table-responsive .table #cryptoBody tr img {
        width: 20px;
    }

    .table-responsive .table #cryptoBody tr td {
        font-size: 14px;
    }



    /* ==== Trade page ====  */

    .main-container .trade-graph-area {
        padding: 8px;
    }

    .main-container .trade-graph-area .trade-stats {
        gap: 10px;
    }

    .main-container .trade-graph-area .interval-btn {
        padding: 7px 17px;
        font-size: 12px;
    }

    .main-container .trade-graph-area .info-row {
        gap: 12px;
    }

    .chart-container {
        padding: 0px !important;
    }

    .order-history {
        padding: 0px !important;

    }

    .order-history .tabs button {
        padding: 8px 0px !important;
        font-size: 10px !important;
    }


    .brand-footer .footer-logo img {
        width: 80px;
    }

    .notification-panel {
        right: 12px;

    }

    .profile-info {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .admin-btn {
        text-decoration: none;
        display: block;
        background: #ffffff40;
        color: #ffffff;
        border: none;
        font-size: 12px;
        padding: 6px 10px;
        width: 116px;
    }


    .form-container {
        border-radius: 0;
        padding: 20px;
        height: 100vh;
        /* min-height: 100vh; */
    }

}