@media (max-width: 1500px) {
    .left-banner , .right-banner{
        display: none;
    }
}

@media (max-width: 1440px) {
    .coin-2{
        right: -4%;
    }
    .description-section{
        margin-top: 12%;
    }

}

@media (max-width: 1199px) {
    .first-card{
        flex-direction: column;
        text-align: center;
        justify-content: center;
        padding: 20px 10px;
        height: 250px;
        gap: 20px;
    }
    .img img{
        width: 70px;
    }
    .inner-para{
        height: 70px;
    }
    .inner-para p{
        font-size: 16px;
        font-weight: 100;
        line-height: 23px;
    }
    .token-section{
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .container{
        max-width: 900px;
        padding: 0 30px;
        margin: 0 auto;
    }
    .left-token h2{
        font-size: 50px;
    }
    .token-list{
        padding-left: 80px;
    }
    .token-list::before{
        left: 30px;
    }
    .token-list::after{
        bottom: -85px;
        left: 66px;
    }
    .coin-2{
        right: 0;
    }
    .coin-2 img {
        width: 220px;
    }
}

@media (max-width: 768px) {
    .navbar-list {
        flex-direction: column;
        justify-content: flex-start !important;
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 300px;
        text-align: center;
        background-color: #171928;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        gap: 20px;
        transition: left 0.5s ease;
        z-index: 1000;
    }
    .ca-section p{
        overflow-x: auto;
        font-size: 14px;
    }
    .toggle {
        display: flex !important;
    }
    .toggle.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .social-icons{
       display: none;
    }
    .for-mobile{
        display: flex !important;
        justify-content: center;
    }
    .toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .toggle.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    nav ul li a{
        color: #fff;
    }
    .logo{
        z-index: 2222;
    }
    .cards h2{
        width: 100%;
    }
    .token-div{
        flex-direction: column;
    }
    .left-token{
        width: 100%;
    }
    .token-list::after{
        display: none;
    }
    .right-token{
        width: 100%;
    }
    .row-card{
        flex-direction: column;
    }
    .first-card{
        width: 100%;
    }
    .card-content{
        width: 100%;
    }
    .banner-content h1{
        width: 100%;
    }
    .container{
        padding: 0 20px;
    }
    .menu-header{
        padding: 0;
    }
    .toggle {
        margin-top: -25px;
        right: 20px;
        position: absolute;
        z-index: 2222;
    }
    .navbar-list li a{
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .description-section{
        margin-top: 27%;
    }
    .description-row{
        flex-direction: column;
    }
    .left-desc{
        width: 100%;
        text-align: center;
    }
    .right-desc{
        width: 100%;
        justify-content: center;
    }
    .footer-list{
        flex-wrap: wrap;
        gap: 10px;;
    }
    .footer-list li{
        font-size: 15px;
    }
    .footer-mail a{
        font-size: 25px;
    }
    .button{
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .button a:first-child{
        margin: 0;
    }
    .banner-content h1{
        font-size: 30px;
    }
    .right-token{
        border: none;
        height: 250px;
    }
    .token-div{
        padding: 30px 50px; 
    }
    .right-token img{
        width: 150px;
        top: 0px;
    }
    .right-token::before{
        top: 20px;
    }
    .coin-2 {
        right: 0;
        text-align: center;
        left: 0;
    }
    .left-token h2 {
        font-size: 30px;
        text-align: center;
    }
    .token-list::before{
        display: none;
    }
    .token-list{
        padding: 0;
    }
    .description-row{
        gap: 25px;
    }
}

@media (max-width: 460px) {
    .right-desc img {
        width: 130px;
    }
    .right-desc h3{
        font-size: 20px;
        text-align: center;
        margin-top: 40px;
        font-weight: 700;
        margin-right: -21px;
    }
    .footer-mail a {
        font-size: 21px;
    }
    .left-desc p{
        font-size: 18px;
    }
    .right-token::before{
        font-size: 40px;
    }
    .icon{
        justify-content: center;
    }
    .button a{
        padding: 15px 7px;
    }
    .two-bg{
        width: 100%;
    }
    .two-bg h2{
        font-size: 24px;
    }
    .token-list li{
        line-height: 35px;
        margin-bottom: 19px;  
    }
    .token-list{
        padding-top: 20px;
    }
    .cards{
        margin-top: 150px;
    }
    .text{
        right: 37%;
    }
    .banner-img{
        top: 60px;
    }
    .banner-content {
        top: 50px;
    }
    .logo img{
        width: 70px;
    }
}