@media(max-width:1366px) {
    .project-features .cards-2 h1 {
        font-size: 20px;
    }
}

@media(max-width:991px) {
    .road-map .container {
        background: none;
    }

    .mainHeading {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 32px;
    }

    .outline svg {
        font-size: 4rem;
        font-weight: 700;
        max-height: 130px;
    }

    .counterNumber .counter_2 h2,
    .counterNumber span,
    .counterNumber .counter h2,
    .counterNumber span,
    .project-features h2,
    .accordiaon h2,
    .accordiaon h2 b,
    .road-map h2 {
        font-size: 32px;
    }

    .road-map .rowtop,
    .road-map .row-1 {
        margin-top: 50px;
    }

    .road-map img {
        width: 70% !important;
    }

    .social .social-links ul {
        padding: 0;
    }

    .project-features .cards-2 {
        position: inherit;
        margin: 20px 0;
    }
}

@media(max-width:575px) {
    .listBtn {
        flex-flow: column;
    }

    .listBtn li:last-child {
        margin: 0;
        margin-top: 10px;
    }

    .hero-section {
        background-image: url(../images/Hero-Banner.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 120px 0 80px 0;
        text-align: center;
        color: white;
    }

    .project-features h1 {
        font-weight: 300;
        color: white;
        text-align: center;
        font-size: 32px;
        font-family: 'Montserrat', sans-serif;
    }

    body {
        overflow-x: hidden;
    }

    .hero-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-nav .nav-item .nav-link:after {
        content: '';
        width: 0%;
        height: 2px;
        background: linear-gradient(to right, #953089, #fff);
        display: block;
        transition: .7s;
    }

    .navbar-nav .nav-item .nav-link:hover:after,
    .navbar-nav .nav-item .active:after {
        width: 25%;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        padding: 10px;
    }

    .hero-section h1 {
        font-family: 'Montserrat', sans-serif;
        margin-top: 20px;
        font-size: 32px;
        font-weight: 100;
    }

    .collection .nftContent {
        background-color: #011434;
        width: 90% !important;
        margin-left: 5%;
        margin-top: -120px;
        padding-top: 150px;
        padding-bottom: 40px;
        border-radius: 15px;
        box-shadow: rgba(255, 255, 255, 0.541) 0px 0px 20px 0px;
    }

    .collection .col-lg-4 {
        margin-top: 30px;
    }

    .collection h2,
    .themeHeading {
        font-weight: 300 !important;
        color: white;
        text-align: center;
        font-size: 24px;
        font-family: 'Montserrat', sans-serif;
    }

    .collection .nftContent h2 {

        color: white;
        text-align: center;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
    }

    .collection p {
        text-align: center;
        color: white;
        font-size: 16px !important;
        margin: 0 !important;
    }

}