@media (min-width: 0px) and (max-width: 1024px) {
    .col-12 {
        padding: 80px 40px;
    }

    .col-writeup {
        width: 100%;
        text-align: left;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/
    .heading {
        padding: 0px;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .cryptohopper-web-widget {
        position: relative;
        width: 100%;
        height: auto;
        padding: 100px 10px;
        display: flex;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .about-us .card-about {
        width: 100%;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .how-to .steps {
        padding: 0;
        column-gap: 20px;
    }

    .how-to .steps .linking-divider {
        display: none;
    }

    .how-to .steps .holder {
        width: 40%;
        height: auto;
        position: relative;
        display: block;
        margin: 20px 0;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    footer {
        padding: 50px 20px;
    }

    footer .write-up {
        width: 50%;
    }

    footer .write-up p {
        width: 100%;
        text-align: left;
        font-size: 13px;
    }

    footer .write-up .action img {
        width: 100px;
    }

    footer .list {
        position: relative;
        width: fit-content;
        padding: 40px 20px;
    }

    footer .list h2 {
        white-space: nowrap;
    }

    footer .list li {
        white-space: nowrap;
        font-size: 13px;
    }

    footer .newsletter {
        position: relative;
        width: 50%;
        height: 93%;
        padding: 40px 15px;
        border-left: 1px solid #eee;
    }

    footer .newsletter p {
        width: 100%;
        text-align: left;
        font-size: 13px;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .world-space .col-6 h2 {
        font-size: 25px;
    }

}

@media (min-width: 0px) and (max-width: 900px) {
    .heading {
        padding: 0;
        overflow: visible;
        z-index: 2;
    }

    .heading nav {
        padding: 0px;
        height: 70px;
        justify-content: space-between;
    }

    .heading nav ul {
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        display: block;
        column-gap: 10px;
        padding: 80px 10px;
        background: #fafafa;
        display: none;
        animation: slideInLeft;
        animation-duration: 0.5s;
    }

    .heading nav ul li {
        padding: 20px;
        width: 100%;
    }

    .top-action {
        position: absolute;
        width: fit-content;
        height: auto;
        margin: 25px 20px;
        padding: 0px;
        border-left: none;
        display: flex;
        justify-content: space-between;
        transition: 1s;
    }

    .top-action .menu-open {
        position: relative;
        top: 1px;
        font-size: 18px;
        margin: 0 10px;
        display: block;
    }

    #menu-close {
        position: relative;
        bottom: 2.5px;
        font-size: 23px;
        margin: 0 20px;
        display: none;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .hero-slide h1 {
        width: 80%;
    }

    .hero-slide img {
        position: relative;
        width: 80%;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .how-to .steps {
        flex-wrap: wrap;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .ads-divider {
        height: auto;
    }

    .ads-divider h2,
    p {
        text-align: center;
    }

    .ads-divider p {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        display: block;
        margin-bottom: 20px;
    }

    .ads-divider .btn {
        position: relative;
        margin: 0px auto;
        display: block;
        padding: 0 40px;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .about-us .card-about {
        height: auto;
    }

    .about-us .card-about .container h2 {
        font-size: 17px;
    }

    .about-us .card-about .container p {
        font-size: 13px;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .community {
        height: auto;
    }

    .community .info-holder h2 {
        color: #fff;
        font-size: 35px;
        line-height: 40px;
    }

    .community .info-holder p {
        text-align: left;
        width: 100%;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .app-display img {
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .testimonial .col-heading {
        width: 100%;
        font-size: 34px;
        line-height: 40px;
    }

    .testimonial .testifiers {
        width: 100%;
    }

    .testimonial .testifiers p {
        width: 100%;
        text-align: left;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .world-space {
        height: auto;
        display: block;
    }

    .world-space .col-6 {
        width: 100%;
    }

    .world-space .col-6 h2 {
        font-size: 35px;
        color: #4965fa;
        width: 100%;
    }

    .world-space .col-6 p {
        text-align: left;
    }

    .world-space img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

}

@media (min-width: 0px) and (max-width: 800px) {

    .col-6 {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .cryptohopper-web-widget {
        padding: 100px 10px;
        overflow: hidden;
    }

    .cryptohopper-web-widget li {
        width: 100%;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .about-us {
        display: block;
    }

    .about-us .col-heading,
    .col-writeup {
        text-align: center;
    }

    .about-us .card-about {
        width: 70%;
        margin: 20px auto;
        background: #fff;
    }

    .about-us .side-img img {
        position: relative;
        left: 0%;
        top: 0%;
        transform: none;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .community .info-holder {
        width: 100%;
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
        height: auto;
        padding: 20px 0;
    }

    .community img {
        position: relative;
        left: 30px;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .testimonial .col-heading {
        text-align: center;
    }

    .testimonial .col-writeup {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .testimonial .people {
        justify-content: center;
    }

    .testimonial span {
        text-align: center;
    }

    .testimonial .people img {
        width: 40px;
        height: 40px;
    }

    .testimonial .testifiers {
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
        width: 100%;
        padding: 20px 10px;
    }

    .testimonial .testifiers p {
        width: 90%;
        font-size: 15px;
        text-align: left;
        line-height: 25px;
        margin: 20px auto;
    }


}

@media (min-width: 0px) and (max-width: 500px) {

    .col-6 {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .col-12 {
        padding: 35px 10px;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .col-heading {
        position: relative;
        width: 100%;
        font-size: 30px;
        margin-bottom: 10px;
        color: #333333;
    }

    .col-writeup {
        position: relative;
        width: 100%;
        color: #727272;
        margin-bottom: 50px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.3px;
        font-size: 14px;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .heading {
        position: relative;
        padding: 0px;
    }

    .logo {
        width: 40px;
        margin: 15px 10px;
        background-image: url(../img/logo-mobile.png);
    }

    .logo-light {
        width: 60px;
        margin: 15px 10px;
        background-image: url(../img/logo-mobile.png);
    }

    .top-action {
        margin: 10px 10px;
        padding: 15px 0;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .hero-slide {
        padding: 80px 10px;
    }

    .hero-slide h1 {
        width: 90%;
        font-size: 30px;
    }

    .hero-slide p {
        width: 90%;
        font-size: 15px;
    }

    .hero-slide button {
        width: 50%s;
    }

    .hero-slide img {
        position: relative;
        width: 100%;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .ads-divider {
        padding: 40px 10px;
    }

    .ads-divider h2 {
        font-size: 20px;
    }

    .ads-divider p {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.5px;
    }

    .ads-divider p {
        width: 100%;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .about-us .card-about {
        width: 100%;
        background: none;
    }

    .about-us .active {
        background: #fff;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .people-card {
        height: auto;
        display: block;
    }

    .people-card .col-6 {
        width: 100%;
        height: auto;
        border-radius: 30px;
    }

    .people-card .col-6 .write-up {
        position: relative;
        width: 100%;
        height: auto;
        top: 0%;
        left: 0%;
        transform: none;
        padding: 40px 20px;
    }

    .people-card .col-6 .write-up h2 {
        font-size: 30px;
        text-align: left;
    }

    .people-card .col-6 .write-up p {
        text-align: left;
        font-weight: 300;
        letter-spacing: 0.4px;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .how-to .col-writeup {
        text-align: center !important;
        width: 100%;
    }

    .how-to .steps {
        display: block;
    }

    .how-to .steps .linking-divider {
        position: relative;
        width: 100%;
        margin: 0px auto;
        display: block;
    }

    .how-to .steps .holder {
        width: 90%;
        height: auto;
        padding: 10px 0;
        margin: 20px auto;
        display: block;
    }


    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .world-space {
        height: auto;
    }

    .world-space .col-6 h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .world-space .col-6 p {
        text-align: center;
    }

    .world-space .col-6 .btn {
        margin: 0 auto;
        display: block;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .app-display {
        padding: 20px 10px;
    }

    .app-display .col-heading {
        text-align: center;
    }

    .app-display img {
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
        width: 100%;
    }

    .app-display .col-6:last-child {
        padding: 20px;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .community img {
        position: relative;
        object-fit: cover;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: block;
        left: 0;
    }

    .community .info-holder {
        width: 100%;
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
        height: auto;
        padding: 20px 0;
    }

    .community .info-holder h2 {
        width: 100%;
        font-size: 35px;
        line-height: 40px;
    }

    .community .info-holder p {
        width: 100%;
        text-align: left;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .testimonial {
        display: block;
        padding: 80px 20px;
    }

    .testimonial .col-6 {
        margin-bottom: 40px;
    }

    .testimonial .col-heading {
        font-size: 34px;
        width: 100%;
        text-align: center;
        line-height: 40px;
    }

    .testimonial .col-writeup {
        width: 100%;
        text-align: center;
    }

    .testimonial .people {
        justify-content: center;
    }

    .testimonial span {
        text-align: center;
    }

    .testimonial .people img {
        width: 40px;
        height: 40px;
    }

    .testimonial .testifiers {
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
        width: 100%;
        padding: 20px 10px;
    }

    .testimonial .testifiers p {
        width: 90%;
        font-size: 15px;
        text-align: left;
        line-height: 25px;
        margin: 20px auto;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    footer {
        display: block;
        height: auto;
        padding: 20px 10px;
    }

    footer .write-up {
        position: relative;
        width: 100%;
        margin: 0px;
    }

    footer .write-up .logo {
        background-image: url(../img/logo.png);
    }

    footer .write-up .action img {
        width: 100%;
    }

    footer .list {
        width: 100%;
        padding: 10px;
    }

    footer .newsletter {
        position: relative;
        width: 100%;
        height: 93%;
        padding: 10px;
        border-left: 1px solid #eee;
        margin-bottom: 50px;
    }

    footer .newsletter p {
        width: 100%;
    }

    footer .float {
        position: relative;
        height: 45px;
        line-height: 20px;
    }

    /*    /////////////////////////////////////////////////////////*/
    /*    /////////////////////////////////////////////////////////*/

    .section .container {
        position: absolute;
        width: 100%;
        height: 100%;
        padding-top: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .section .container h2 {
        font-size: 25px;
        letter-spacing: -1px;
    }

    .section .container p {
        font-size: 12px;
    }

    .section .container img {
        width: 100%;
    }

    .section .container .slide-control {
        height: 400px;
    }

    .section .container .slide-control .clicks {
        height: 100%;
        width: 50%;
        padding-top: 50%;
        color: rgba(0, 0, 0, 0.11);
        display: flex;
        justify-content: flex-end;
        font-size: 20px;
        padding-right: 10px;
    }

    .section .container .slide-control .clicks:first-child {
        justify-content: flex-start;
        padding-left: 10px;
    }

    .section .container .action button:last-child {
        width: 70%;
    }
}
