@media only screen and (max-width: 600px) {
    .p-mo{
        padding: 0px 0px;
    }
    section{
        padding: 40px 0px;
    }
    html,body{
        overflow-x: hidden;
        width: 100%;
    }
    .btn-blue {
        border-radius: 100px;
        background: var(--Colours-Primary, #0166ED);
        box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.10), 7px 7px 20px 0 rgba(0, 0, 0, 0.10), 2px 2px 4px 0 rgba(255, 255, 255, 0.50) inset;
        color: var(--Base-White, #FFF);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        text-transform: capitalize;
        display: flex;
        padding: 12px 32px;
        justify-content: center;
        align-items: center;
        gap: 32px;
        color: var(--Base-White, #FFF);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        text-transform: capitalize;
        height: 61px;
    }
    

   
}
@media only screen and (max-width: 600px) {
    .navbar-toggler .navbar-toggler-icon{
        background-image: url(../img/toggle.svg);
        width: 18px;
        height: 12px;
        background-size: contain;
        transition: all .5s;
    }
    .navbar-toggler.is-active .navbar-toggler-icon {
        background-image: url(../img/crass.svg);
        background-size: contain;
        /* width: 8px;
        height: 8px; */
    }
    .nav-link{
        padding: 0px 0px;
    }
    .navbar {
        padding: 0px 0px;
    }
    .toogle-conin-credit h5 span {
        color: var(--Colours-Text, #001D40);
        font-family: "DM Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 174%;
        padding-right: 7px;
    }
    .navbar-brand img {
        width: 119px;
        height: 42px;
    }
    .toogle-conin-credit h5 {
        display: flex;
        margin-bottom: 0px;
        justify-content: center;
        align-items: center;
    }
    .toogle-conin-credit{
        display: flex;
        align-items: center;
        gap: 16px;
        float: right;
        width:160px;
        max-width: 100%;
    }
    .flex-left-side{
        display: flex;
        padding: 16px 24px;
        width: 100%;
        justify-content: space-between;
        display: flex;
        padding: 16px 24px;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid var(--Base-04, #E9E9E9);
        background: var(--Base-Off-White, #FAFAFA);
        box-shadow: 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
    }
    .toogle-conin-credit img{
        width: 16px;
        height: 16px;
        aspect-ratio: 1 / 1;
    }
    .navbar-toggler{
        border-radius: 100px;
        background: var(--Colours-Primary, #0166ED);
        box-shadow: 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
        color: #fff;
        display: flex;
        padding: 9px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 42px;
        height: 42px;
        float: right;
    }

    .nav-link{
        color: var(--Colours-Text, #001D40);
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: -0.12px;
        text-transform: capitalize;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        width: 100%;
    }
    .dropdown-item {
        color: var(--Base-01, #383838);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        text-transform: capitalize;
        text-align: center;
        padding: 0px;
        margin-bottom: 8px;
    }
    .dropdown-menu {
        padding: 0px 0px;
        border: 0px;
    }
    .dropdown {
        margin-right: 0px;
        width:194px;
        margin: auto;
    }
    .dropdown-toggle::after {
        content: "";
        background: url(../img/down-icon.svg) no-repeat;
        background-position: center center;
        background-size: cover;
        position: absolute;
        border: 0px;
        width: 20px;
        height: 20px;
        top: 5px;
        right: 22px;
        transition: all .5s;
        transform: rotate(180deg);
    }
    .dropdown-toggle.show::after {
        transform: rotate(0deg);
        right: 22px;
    }
    .navbar-nav {
        gap: 30px;
    }
    .d-flex-leftside ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        flex: 1 0 0;
        list-style: none;
        margin-bottom: 0px;
        flex-direction: column;
        padding-left: 0px;
    }
    .navbar-collapse{
        height: 588px;
        overflow: scroll;
        background: var(--Colours-Mobile-On-Boarding-BG, linear-gradient(180deg, #FAFAFA 0%, #FFF 100%));
        padding: 26px 0px 0px;
    }
    .d-flex-leftside .btn{
        width: 300px;
        max-width: 100%;
    }
    .navbar-nav{
        border-bottom: 1px solid var(--Base-04, #E9E9E9);
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .coin-h5 span{
        color: var(--Colours-Text, #001D40);
        text-align: center;
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 155%;
        text-transform: capitalize;
    }

   
}
@media only screen and (max-width: 600px) {
    .home-banner::before {
        display: none;
    }
    .hero-content h1 {
        color: var(--Colours-Text, #001D40);
        text-align: center;
        font-family: "DM Sans";
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: -0.18px;
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .hero-content h1  img{
        width: 54px;
        height: 59px;
    }
    .home-video {
        width: 100%;
        height: 100%;
        max-width: 100%;
        position: relative;
        top: 0px;
        right: 0px;
        padding: 0px 0px 0px;
    }
     .home-video video{
        height: 380px;
     }
    .home-banner {
        height: 960px;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-self: center;
        align-items: center;
        position: relative;
        padding: 138px 0px 40px;
        background: var(--Colours-BG, #F5F5F5);
        margin-top: -27px;
    }
    .hero-content h6{
        color: var(--Colours-SUB-Txt, #395CAE);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.32px;
        text-transform: capitalize;
        text-align: center;
    }
    .hero-content{
        padding: 24px 20px 40px;
         width: 100%;
        text-align: center;
    }
    .hero-content .btn-blue {
        gap: 32px;
        margin: auto;
    }

    .hero-content p {
        color: var(--Base-02, #727272);
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 174%;
        margin-bottom: 25px;
    }
    .spoon-guy-video video{
        object-fit: cover;
        width: 375px;
        height: 375px;
    }
    .hero-content h6, .spoon-guy-content h6{
        display: flex;
        padding: 6px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: var(--Colours-SUB-Txt, #395CAE);
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.32px;
        text-transform: capitalize;
        border-radius: 999px;
        border: 1px solid var(--White-Colors-White---10, rgba(255, 255, 255, 0.10));
        background: var(--Colours-Light-Blue, #F0F4F8);
        margin: auto;
        margin-bottom: 24px;
    }
    .spoon-guy-content h2 {
        margin-bottom: 8px;
        color: var(--Colours-Text, #001D40);
        text-align: center;
        font-family: "DM Sans";
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .spoon-guy-content p {
        color: var(--Base-02, #727272);
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 174%;
        text-align: center;
    }
    .spoon-guy-content {
        width: 525px;
        max-width: 100%;
        margin: auto;
        text-align: center;
    }
    .spoon-guy-content .btn{
        margin: auto;
    }
    .say-hello-little {
        background: var(--Base-Off-White, #FAFAFA);
        padding: 24px 0px 40px;
        display: flex;
        justify-self: center;
        align-items: center;
        width: 100%;
    }
    .build-take-the::before {
        content: "";
        background: url(../img/Subtract-mo.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 67px;
        width: 100%;
    }
    .build-take-the::after {
        content: "";
        background: url(../img/temoto-img.png) no-repeat;
        background-size: contain;
        background-position: center center;
        position: absolute;
        top: -78px;
        right: 0px;
        height: 244px;
        width: 70px;
   }
   .Engineered-for-Success h2 {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
    text-transform: capitalize;
   } 
   .Engineered-for-Success p {
        color: var(--Base-02, #727272);
        text-align: center;
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 174%;
        width: 952px;
        margin: auto;
        max-width: 100%;
  }
  .build-take-the .card h4 {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    margin-bottom: 12px;
  }
  .build-take-the .card p {
    color: var(--Base-02, #727272);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
  }
  .build-take-the .card img {
    width: 139px;
    height: 137px;
    margin: auto;
    max-width: 100%;
    margin-bottom: 16px;
    object-fit: contain;
  }
  .build-take-the .card .btn {
    width: 159px;
    max-width: 100%;
    padding: 12px 9px;
    margin: auto;
    height: 40px;
    color: var(--Colours-Text, #001D40);
    text-align: center;
    /* P/Small */
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .build-take-the .card {
    border: 0px;
    background: transparent;
    border-radius: 0px;
    padding: 0px 0px;
    margin-bottom: 16px;
  }
  .Engineered-for-Success {
    margin-bottom: 24px;
  }
  .build-take-the {
    display: flex;
    padding-top: 36px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .spoon-guy-content .btn-blue {
    border-radius: 100px;
    background: var(--Colours-Primary, #0166ED);
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.10), 7px 7px 20px 0 rgba(0, 0, 0, 0.10), 2px 2px 4px 0 rgba(255, 255, 255, 0.50) inset;
    color: var(--Base-White, #FFF);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    color: var(--Base-White, #FFF);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
    height: 52px;
 }
 .home_last_section::after{
    display: none;
 }
 .home_last_section {
    background: url(../img/last-bg-mo.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 804px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
}
.home-last-content h2 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
    text-transform: capitalize;
    margin-bottom: 12px;
 }
 .home-last-content {
    width: 558px;
    margin: auto;
    max-width: 100%;
    padding: 0px 15px;
    transform: translate(0px, -56px);
}
.foure-step-content h2 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
    text-transform: capitalize;
    text-align: center;
}
.foure-step-content {
    width: 506px;
    max-width: 100%;
    margin: auto;
    padding: 0px 22px;
    text-align: center;
    margin-bottom: 43px;
}
.four-step {
    padding: 24px 0px 24px;
    overflow: visible;
}

.foure-step-content h2 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
    text-transform: capitalize;
    text-align: center;
    padding: 0px 8px;
}
.foure-step-content h6 {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid var(--White-Colors-White---10, rgba(255, 255, 255, 0.10));
    background: var(--Colours-Light-Blue, #F0F4F8);
    color: var(--Colours-SUB-Txt, #395CAE);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.32px;
    text-transform: capitalize;
    width: fit-content;
    margin: auto;
    margin-bottom: 24px;
    /* margin: auto; */
}
.four-step {
    background: transparent;
}
.four-step::before {
    display: none;
}
.card-four-one, .card-four-two {
    display: flex;
    gap: 16px;
}
.four-step .card {
    margin-bottom: 16px;
    display: flex;
    padding: 16px 8px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background: var(--Base-White, #FFF);

    /* Card Shadow */
    box-shadow: 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
}

.card-four-one h5, .card-four-two h5 {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.12px;
    text-transform: capitalize;
    margin: 0px 0px 8px;
}
.card-four-one p, .card-four-two p {
    color: var(--Base-02, #727272);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.card-four-one img, .card-four-two img {
    width: 44px;
    height: 44px;
    max-width: 100%;
    margin: auto;
}
.foure-step-content .btn {
    width: fit-content;
    width: 327px;
    height: 52px;
}
.home-last-content .btn{
    width: 100%;
    height: 52px;
}
.home-last-content p {
    color: var(--Base-02, #727272);
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 174%;
    margin-bottom: 24px;
}
}

@media only screen and (max-width: 600px) {
    .footer-scan{
        display: none;
    }
    .footer-logo img {
        width: 288px;
        height: 102px;
        margin: auto;
        margin-bottom: 24px;
    }
    .p-copy {
        display: flex;
        gap: 0px;
        flex-direction: column;
        text-align: center;
    }
    .p-copy-main p {
        color: var(--Base-01, #383838);
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 174%;
        margin-bottom: 4px;
    }
    .p-copy-main p {
        color: var(--Base-01, #383838);
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 174%;
        margin-bottom: 4px;
        text-align: center;
        padding: 0px 20px;
    }
    .footer-menu ul {
        padding-left: 0px;
        margin-bottom: 0px;
        display: flex;
        list-style: none;
        gap: 16px;
        justify-content: flex-end;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px 35px;
    }
    .footer-menu, .p-copy-main-right {
        text-align: center;
    }
    .p-copy-main, .p-copy-main-right img{
        margin-bottom: 24px;
    }
    .row-footer {
        margin-bottom: 24px;
    }
    .footer-img-bg {
        padding: 18px 0px;
    }
    .footer-img-bg::before {
        content: " ";
        background: url(../img/green-p2.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        right: 1rem;
        top: 2rem;
        width: 98px;
        height: 50px;
        z-index: -1;
        width: 49px;
        height: 25px;
    }
    .footer-img-bg::after {
        content: " ";
        background: url(../img/green-p.png) no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        left: 0rem;
        top: 18rem;
        width: 43px;
        height: 51px;
        z-index: -1;
    }



}