@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@font-face {
  font-family:'Satoshi';
  src: url(../fonts/Satoshi-Regular.otf);
}

body{
  font-family: 'Geist';
}

@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }
}
@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 750px;
  }
}
@media (min-width: 992px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 970px;
  }
}
@media (min-width: 1080px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1030px;
  }
}
@media (min-width: 1100px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1100px;
  }
}
@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
       max-width: 1420px;
  }
}
@media (min-width: 1500px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1440px;
  }
}
@media only screen and (min-width: 1701px) and (max-width: 1800px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1920px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
     max-width: 1440px;
  }
}
@media only screen and (min-width: 1921px) and (max-width: 2880px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  } 
}
.bg-image {
  object-fit: cover;
}
.bg-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-image:not([class*=absolute]) {
  position: absolute;
}
section {
  padding: 80px  0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
html {
  scroll-behavior: smooth;
}
html,body{
  overflow-x:hidden;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ---------------------------base------------------------------------- */
.navbar-brand img{
    width: 181px;
    height: 64px;
    max-width: 100%;
}
.header-scroll{
  background: #fff;
}
.nav-link{
    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;
}
.d-flex-leftside ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    list-style: none;
    margin-bottom: 0px;
}
.cart-img{
    border-radius: 100px;
    border: 1px solid var(--Base-03, #BDBDBD);
    opacity: 1;
    background: var(--Base-White, #FFF);
    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);
    display: flex;
    width: 52px;
    height: 52px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}
.coin-h5 h5{
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.coin-h5 h5 span{
  color: var(--Colours-Text, #001D40);
  text-align: center;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%; /* 27.9px */
  text-transform: capitalize;
}
.coin-h5 {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-self: center;
}
.navbar{
  padding: 40px 0px;
}
.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;
}
.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: 13px;
    right: -17px;
    transition: all .5s;
    transform: rotate(180deg);
}
.dropdown-toggle.show::after {
  transform: rotate(0deg);
}
.dropdown{
    margin-right: 9px;
}
.dropdown-menu{
  padding: 0px 0px;
}
.btn{
  transition:  all .5s;
}
.user-img{
    border-radius: 100px;
    border: 1px solid var(--Base-03, #BDBDBD);
    opacity: 1;
    background: var(--Base-White, #FFF);
    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);
    display: flex;
    width: 52px;
    height: 52px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.navbar-nav {
  gap: 16px;
}
.toogle-conin-credit h5{
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 174%;
}
.toogle-conin-credit h5 span{
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 174%;
}
.toogle-conin-credit h5{
  display: none;
}
.btn-white{
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 100px;
    border: 1px solid var(--Base-03, #BDBDBD);
    background: var(--Base-Off-White, #FAFAFA);
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
}
.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;
}
.btn-white:hover{
    color: var(--Base-White, #FFF);
    border-radius: 100px;
    background: #297FF2;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.08), 6px 6px 18px 0 rgba(0, 0, 0, 0.08), 1px 1px 3px 0 rgba(255, 255, 255, 0.40) inset;
}
.btn-blue:hover{
    color: var(--Base-White, #FFF);
    border-radius: 100px;
    background: #297FF2; 
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.08), 6px 6px 18px 0 rgba(0, 0, 0, 0.08), 1px 1px 3px 0 rgba(255, 255, 255, 0.40) inset;
}
a:focus:not(:focus-visible) {
    background: transparent;
}
.nav-item{
    position: relative;
}
.link--elara:hover::before {
    transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}
.link--elara::before {
    transform-origin: 50% 100%;
    transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}
.link::before {
    content: '';
}
.link::before, .link::after {
    position: absolute;
    width: 81%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    max-width: 100%;
    pointer-events: none;
    margin: auto;
    right: 0px;
}
.counter-bag{
    position: absolute;
    background: #000;
    border-radius: 16px;
    border: 1px solid var(--Base-Success-Green, #47B147);
    background: var(--Base-Success-Green, #47B147);
    display: flex;
    width: fit-content;
    height: fit-content;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    color: var(--Base-White, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    top: -12px;
    right: 0px;
}

/* -------------------------footer-------------------------------------- */
.footer-scan{
    background: var(--Colours-SUB-Txt, #395CAE);
    padding: 32px 0px;
}
.scan-p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.scan-p p{
    color: var(--Core-Off-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.12px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.footer-menu ul li a{
    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;
    text-decoration: none;
}
.footer-menu ul{
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    list-style: none;
    gap: 32px;
    justify-content: flex-end;
}
.row-footer{
  margin-bottom: 40px;
}
.footer-logo img{
    width: 288px;
    height: 102px;
}
.footer-img-bg{
  padding: 80px 0px;
}
.p-copy{
  display: flex;
  gap: 16px;
}
.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%; /* 26.1px */
  margin-bottom: 10px;
}
.p-copy-main-right p{
  color: var(--Base-01, #383838);
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 174%; /* 26.1px */
  margin-bottom: 0px;
}
.footer-menu, .p-copy-main-right{
    text-align: end;
}

.footer-img-bg{
  position: relative;
}
.footer-img-bg::after{
  content: " ";
  background: url(../img/green-p.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position:absolute;
  left: 7rem;
  top: 9rem;
  width: 90px;
  height: 102px;
  z-index: -1;

}
.footer-img-bg::before{
  content: " ";
  background: url(../img/green-p2.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position:absolute;
  right: 3rem;
  top: 3rem;
  width: 98px;
  height: 50px;
  z-index: -1;
}
.footer-menu a{
  position: relative;
}
.footer-menu .link::before, .footer-menu .link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    max-width: 100%;
    pointer-events: none;
    margin: auto;
    right: 0px;
}
/* ---------------------------home--------------------------------- */
.home-banner{
   height: 1060px;
   width: 1950px;
   max-width: 100%;
   display: flex;
   justify-self: center;
   align-items: center;
   position: relative;
   background: var(--Colours-BG, #F5F5F5);

}
.home-banner::before {
    content: "";
    background: url(../img/Frame-leaves.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0px;
    width: 743px;
    height: 1035px;
    max-width: 100%;
    bottom: -76px;
    z-index: 1;
}
.hero-content h1{
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.384px;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.hero-content p{
  color: var(--Base-02, #727272);
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 174%; /* 26.1px */
  margin-bottom: 40px;
}
.home-video{
  width: 1130px;
  height: 1060px;
  max-width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.hero-content{
  position: relative;
  z-index: 1;
}
.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;
    margin-bottom: 0px;
    border-radius: 999px;
    border: 1px solid var(--White-Colors-White---10, rgba(255, 255, 255, 0.10));
    background: var(--Colours-Light-Blue, #F0F4F8);
    width: fit-content;
}
.spoon-guy-video video {
    height: 545px;
    width: 545px;
    object-fit: cover;
}
.spoon-guy-content h6{
    display: flex;
    padding: 6px 16px;
    width: fit-content;
    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;
    margin-bottom: 24px;
}
.spoon-guy-content h2{
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.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%;
}
.say-hello-little{
  background: var(--Base-Off-White, #FAFAFA);
  padding: 0px 0px 64px;
  display: flex;
  justify-self: center;
  align-items: center;
  width: 100%;
}
.spoon-guy-content{
  width: 525px;
  max-width: 100%;
  margin: auto;
}
.Engineered-for-Success 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;
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    width: fit-content;
    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;
}
.Engineered-for-Success h2{
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 40px;
    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;
}
.Engineered-for-Success{
  margin-bottom: 64px;
}
.build-take-the .card{
  border: 0px;
  background: transparent;
  border-radius: 0px;
  padding: 0px 10px;
}
.build-take-the .card .btn {
    width: 159px;
    max-width: 100%;
    padding: 12px 26px;
    margin: auto;
}
.build-take-the .card h4{
    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: 12px;
}
.build-take-the .card img{
  /* width: 319px; */
  height: 300px;
  margin: auto;
  max-width: 100%;
  margin-bottom: 41px;
  object-fit: contain;
}
.build-take-the .card 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%; /* 26.1px */
  margin-bottom: 16px;
}
.build-take-the{
    display: flex;
    padding-top: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.build-take-the::before {
    content: "";
    background: url(../img/Subtract-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 134px;
    width: 100%;
}
.build-take-the::after {
    content: "";
    background: url(../img/temoto-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: -17px;
    right: 0px;
    height: 273px;
    width: 129px;
}
.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-bottom: 24px;
}
.foure-step-content h2{
  color: var(--Colours-Text, #001D40);
  font-family: "DM Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 52px */
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.four-step{
  background: url(../img/Framefour-bg.png) no-repeat;
  background-size: cover;
  background-position: center center;
  
}
.home_last_section::after {
    content: "";
    background: url(../img/robot-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0px;
    width: 741px;
    height: 616px;
    bottom: 0px;
}
.four-step{
  padding: 64px 0px 0px;
  overflow: visible;
}
.card-two,.card-four{
  transform:  translate(0px ,-24px);
}
.foure-step-content .btn{
    width: fit-content;
}
.foure-step-content {
  width: 506px;
  max-width: 100%;
  margin: auto;
}
.foure-step-content p{
  color: var(--Base-02, #727272);
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 174%; /* 26.1px */
}
.card-four-one img, .card-four-two img{
  width: 60px;
  height: 60px;
  max-width: 100%;
  margin: auto;
}
.card-four-one h5, .card-four-two h5{
  color: var(--Colours-Text, #001D40);
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.12px;
  text-transform: capitalize;
  margin: 16px 0px;
}
.card-four-one p ,.card-four-two 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%; /* 26.1px */
}
.four-step .card{
    margin-bottom: 40px;
    width:251px;
    max-width: 100%;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background: var(--Base-White, #FFF);
    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);
}
.four-step::after{
  content: "";
  background: url(../img/left-side-green.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 0px;
}
.four-step::before{
  content: "";
  background: url(../img/left-side-green.png) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 0px;
  width: 57px;
  height: 107px;
}
.four-step .card-four-two .card{
  margin-bottom: 0px;
}
.card-four-one, .card-four-two{
  display: flex;
  gap: 40px;
}
.home_last_section{
  background: url(../img/home-last-bg.png) no-repeat;
  background-size:cover;
  background-position: center center;
  height: 767px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-last-content h2{
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.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: 40px; 
}
.home-last-content h6{
    border-radius: 999px;
    border: 1px solid var(--White-Colors-White---10, rgba(255, 255, 255, 0.10));
    background: #C5DEF6;
    width: fit-content;
    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;
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}
.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%; /* 26.1px */
}
.home-last-content{
    width: 558px;
    margin: auto;
}
/* .four-step-after::after{
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  max-width: 100%;
  background: var(--Colours-Mobile-On-Boarding-BG, linear-gradient(180deg, #FAFAFA 0%, #FFF 100%));
  height: 100%;
  z-index: -1;
} */
/* ----------------------------mediaQueri--------------------- */
@media screen and (min-width: 700px) and (max-width: 970px) {
  .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;
    }
    .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: 13px;
        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: 550px;
        overflow: scroll;
    }
    .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;
    }
    .footer-menu, .p-copy-main-right {
        text-align: center;
        margin-top: 40px;
    }
    .footer-scan{
      display: none;
    }
    .footer-menu ul {
      padding-left: 0px;
      margin-bottom: 0px;
      display: flex;
      list-style: none;
      gap: 32px;
      justify-content: center;
  }
   .footer-img-bg::after {
    display: none;
   }
   .footer-img-bg::before {
    display: none;
   }
  .home-banner::before {
    display: none;
  }
  .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%;
  }
  .Engineered-for-Success h2 {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.24px;
    text-transform: capitalize;
  }
  .Engineered-for-Success {
    margin-bottom: 27px;
  }
  .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;
  }
  .build-take-the::after {
    content: "";
    background: url(../img/temoto-img.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -19px;
    right: 0px;
    height: 215px;
    width: 54px;
  }
  .foure-step-content {
    width: 506px;
    max-width: 100%;
    margin: auto;
    margin-top: 52px;
    margin-left: 15px;
  }
  .home_last_section::after {
    display:none;
  }

}
@media screen and (min-width: 900px) and (max-width: 999px) {
  .home-banner::before {
    display: none;
  }
  .nav-link {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
 }
  .d-flex-leftside ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 12px;
      flex: 1 0 0;
      list-style: none;
      margin-bottom: 0px;
      padding: 0px;
  }
  .navbar {
    padding: 15px 0px;
  }
  .navbar-nav {
    gap: 18px; 
  }
  .coin-h5 h5 span {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    text-transform: capitalize;
  }
  .coin-h5 h5 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 15px;
  }
  .d-flex-leftside .btn{
    padding: 6px 18px;
    font-size: 15px;
  }
  .cart-img img, .user-img img{
    width: 15px;
    height: 15px; 
  }
  .cart-img, .user-img{
    width: 33px;
    height: 33px;
  }
  .navbar-brand img {
    width: 122px;
    height: 64px;
    max-width: 100%;
  }
  .navbar-nav .nav-link{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .dropdown-toggle::after {
    content: "";
    background: url(../img/down-icon.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    border: 0px;
    width: 14px;
    height: 14px;
    top: 12px;
    right: -14px;
    transition: all .5s;
    transform: rotate(180deg);
  }
  .footer-menu ul {
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    list-style: none;
    gap: 20px;
    justify-content: center;
  }
  .footer-menu ul li a {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
  }
  .scan-p p {
    color: var(--Core-Off-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 13px;
  }
  .hero-content h1 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.384px;
    text-transform: capitalize;
    margin-bottom: 12px;
  }
  .home-video video{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }
  .home-video {
    width: 76%;
    height: 958px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: auto;
  }
  .home-banner {
    padding: 0px 0px;
    height: 800px;
    width: 1950px;
    max-width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    position: relative;
    background: var(--Colours-BG, #F5F5F5);
  }
  .build-take-the .card h4 {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    margin-bottom: 12px;
  }
  .build-take-the .card img {
    /* width: 319px; */
      height: 100%;
      margin: auto;
      max-width: 100%;
      margin-bottom: 41px;
      object-fit: contain;
  }
  build-take-the::after {
    content: "";
    background: url(../img/temoto-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: -59px;
    right: 0px;
    height: 272px;
    width: 114px;
  }
  .footer-img-bg::after {
    content: " ";
    background: url(../img/green-p.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -5rem;
    top: 9rem;
    width: 90px;
    height: 102px;
    z-index: -1; 
  }
  .build-take-the::after {
    content: "";
    background: url(../img/temoto-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: -62px;
    right: 0px;
    height: 273px;
    width: 129px;
  }

  .home-last-content {
    width: 486px;
    margin: auto;
    margin-left: 0px;
  }
  .home_last_section::after {
      content: "";
      background: url(../img/robot-img.png) no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      right: -97px;
      width: 638px;
      height: 447px;
      bottom: 0px;
  }
  .card-four-one h5, .card-four-two h5 {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.12px;
    text-transform: capitalize;
    margin: 1px 0px;
  }
  .build-take-the .card h4 {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
  }
  .build-take-the .card img {
    /* width: 319px; */
    height: 246px;
    margin: auto;
    max-width: 100%;
    margin-bottom: 24px;
    object-fit: cover;
  }
  .four-step .card {
    margin-bottom: 40px;
    width: 251px;
    max-width: 100%;
    display: flex;
    padding: 9px;
  }

}
@media screen and (min-width: 1000px) and (max-width: 1080px) {

  .nav-link {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
 }
  .d-flex-leftside ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 12px;
      flex: 1 0 0;
      list-style: none;
      margin-bottom: 0px;
      padding: 0px;
  }
  .navbar {
    padding: 15px 0px;
  }
  .navbar-nav {
    gap: 18px; 
  }
  .coin-h5 h5 span {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    text-transform: capitalize;
  }
  .coin-h5 h5 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 15px;
  }
  .d-flex-leftside .btn{
    padding: 6px 18px;
  }
  .cart-img img, .user-img img{
    width: 15px;
    height: 15px; 
  }
  .cart-img, .user-img{
    width: 33px;
    height: 33px;
  }
  .navbar-brand img {
    width: 122px;
    height: 64px;
    max-width: 100%;
  }
  .navbar-nav .nav-link{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .dropdown-toggle::after {
    content: "";
    background: url(../img/down-icon.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    border: 0px;
    width: 14px;
    height: 14px;
    top: 12px;
    right: -14px;
    transition: all .5s;
    transform: rotate(180deg);
  }
  .footer-menu ul {
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    list-style: none;
    gap: 20px;
    justify-content: center;
  }
  .footer-menu ul li a {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
  }
  .scan-p p {
    color: var(--Core-Off-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 13px;
  }
  .scan-p p {
      color: var(--Core-Off-White, #FAFAFA);
      font-family: "DM Sans";
      font-size: 16px;
  }
  .footer-img-bg::after {
      content: " ";
      background: url(../img/green-p.png) no-repeat;
      background-size: cover;
      background-position: center center;
      position: absolute;
      left: -4rem;
      top: 8rem;
      width: 90px;
      height: 102px;
      z-index: -1;
  }
  .hero-content h1 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.384px;
    text-transform: capitalize;
    margin-bottom: 12px;
  }
  .home-video video{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }
  .home-banner::before {
    content: "";
    background: url(../img/Frame-leaves.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: -135px;
    width: 674px;
    height: 800px;
    max-width: 100%;
    bottom: -51px;
    z-index: -1;
  }
  .home-video {
    width: 76%;
    height: 958px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: auto;
  }
  .home-banner {
    padding: 0px 0px;
    height: 800px;
    width: 1950px;
    max-width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    position: relative;
    background: var(--Colours-BG, #F5F5F5);
  }
  .build-take-the::after {
    content: "";
    background: url(../img/temoto-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: -62px;
    right: 0px;
    height: 273px;
    width: 129px;
  }

  .home-last-content {
    width: 486px;
    margin: auto;
    margin-left: 0px;
  }
  .home_last_section::after {
      content: "";
      background: url(../img/robot-img.png) no-repeat;
      background-size: 100%;
      background-position: center center;
      position: absolute;
      right: -30px;
      width: 639px;
      height: 526px;
      bottom: 0px;
  }
  .card-four-one h5, .card-four-two h5 {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.12px;
    text-transform: capitalize;
    margin: 1px 0px;
  }
  .build-take-the .card h4 {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
  }
  .build-take-the .card img {
    /* width: 319px; */
    height: 246px;
    margin: auto;
    max-width: 100%;
    margin-bottom: 24px;
    object-fit: cover;
  }
  .four-step .card {
    margin-bottom: 40px;
    width: 251px;
    max-width: 100%;
    display: flex;
    padding: 12px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1190px) {
  .nav-link {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
 }
  .d-flex-leftside ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 18px;
      flex: 1 0 0;
      list-style: none;
      margin-bottom: 0px;
      padding: 0px;
  }
  .navbar {
    padding: 15px 0px;
  }
  .navbar-nav {
    gap: 18px; 
  }
  .coin-h5 h5 span {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    text-transform: capitalize;
  }
  .coin-h5 h5 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 15px;
  }
  .d-flex-leftside .btn{
    padding: 6px 18px;
  }
  .cart-img img, .user-img img{
    width: 15px;
    height: 15px; 
  }
  .cart-img, .user-img{
    width: 33px;
    height: 33px;
  }
  .navbar-brand img {
    width: 122px;
    height: 64px;
    max-width: 100%;
  }
  .navbar-nav .nav-link{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .dropdown-toggle::after {
    content: "";
    background: url(../img/down-icon.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    border: 0px;
    width: 18px;
    height: 18px;
    top: 12px;
    right: -19px;
    transition: all .5s;
    transform: rotate(180deg);
  }
  .scan-p p {
    color: var(--Core-Off-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 16px;
  }

  .hero-content h1 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.384px;
    text-transform: capitalize;
    margin-bottom: 12px;
  }
  .home-video video{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }
  .home-banner::before {
    content: "";
    background: url(../img/Frame-leaves.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: -135px;
    width: 674px;
    height: 835px;
    max-width: 100%;
    bottom: -51px;
    z-index: -1;
  }
  .home-video {
    width: 76%;
    height: 958px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: auto;
  }
  .home-banner {
    height: 843px;
    width: 1950px;
    max-width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    position: relative;
    background: var(--Colours-BG, #F5F5F5);
  }
  .build-take-the::after {
    content: "";
    background: url(../img/temoto-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: -62px;
    right: 0px;
    height: 273px;
    width: 129px;
  }

  .home-last-content {
    width: 486px;
    margin: auto;
    margin-left: 0px;
  }
  .home_last_section::after {
    content: "";
    background: url(../img/robot-img.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    right: 0px;
    width: 639px;
    height: 526px;
    bottom: 0px;
  }
  .card-four-one h5, .card-four-two h5 {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.12px;
    text-transform: capitalize;
    margin: 1px 0px;
  }
  .build-take-the .card h4 {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 22px;
  }
  .build-take-the .card img {
    /* width: 319px; */
    height: 267px;
    margin: auto;
    max-width: 100%;
    margin-bottom: 41px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1290px) {
  .nav-link {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
 }
  .d-flex-leftside ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 22px;
      flex: 1 0 0;
      list-style: none;
      margin-bottom: 0px;
      padding: 0px;
  }
  .navbar {
    padding: 15px 0px;
  }
  .navbar-nav {
    gap: 22px; 
  }
  .coin-h5 h5 span {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    text-transform: capitalize;
  }
  .coin-h5 h5 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 15px;
  }
  .d-flex-leftside .btn{
    padding: 6px 18px;
  }
  .cart-img img, .user-img img{
    width: 15px;
    height: 15px; 
  }
  .cart-img, .user-img{
    width: 33px;
    height: 33px;
  }
  .navbar-brand img {
    width: 180px;
    height: 64px;
    max-width: 100%;
  }
  .navbar-nav .nav-link{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .dropdown-toggle::after {
    content: "";
    background: url(../img/down-icon.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    border: 0px;
    width: 18px;
    height: 18px;
    top: 12px;
    right: -19px;
    transition: all .5s;
    transform: rotate(180deg);
  }
  .footer-img-bg::after {
    content: " ";
    background: url(../img/green-p.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -4rem;
    top: 8rem;
    width: 90px;
    height: 102px;
    z-index: -1;
  }
  .hero-content h1 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.384px;
    text-transform: capitalize;
    margin-bottom: 12px;
  }
  .home-video video{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }
  .home-banner::before {
    content: "";
    background: url(../img/Frame-leaves.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: -135px;
    width: 674px;
    height: 835px;
    max-width: 100%;
    bottom: -51px;
    z-index: -1;
  }
  .home-video {
    width: 76%;
    height: 958px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: auto;
  }
  .home-banner {
    height: 843px;
    width: 1950px;
    max-width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    position: relative;
    background: var(--Colours-BG, #F5F5F5);
  }
  .build-take-the::after {
    content: "";
    background: url(../img/temoto-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: -62px;
    right: 0px;
    height: 273px;
    width: 129px;
  }

  .home-last-content {
    width: 486px;
    margin: auto;
    margin-left: 0px;
  }
  .home_last_section::after {
    content: "";
    background: url(../img/robot-img.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 0px;
    width: 674px;
    height: 576px;
    bottom: 0px;
  }

}
@media screen and (min-width: 1300px) and (max-width: 1390px) {
    .nav-link {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-transform: capitalize;
 }
  .d-flex-leftside ul {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 22px;
      flex: 1 0 0;
      list-style: none;
      margin-bottom: 0px;
      padding: 0px;
  }
  .navbar {
    padding: 15px 0px;
  }
  .navbar-nav {
    gap: 22px; 
  }
  .coin-h5 h5 span {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    text-transform: capitalize;
  }
  .coin-h5 h5 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 15px;
  }
  .d-flex-leftside .btn{
    padding: 6px 18px;
  }
  .cart-img img, .user-img img{
    width: 15px;
    height: 15px; 
  }
  .cart-img, .user-img{
    width: 33px;
    height: 33px;
  }
  .navbar-brand img {
    width: 180px;
    height: 64px;
    max-width: 100%;
  }
  .navbar-nav .nav-link{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .dropdown-toggle::after {
    content: "";
    background: url(../img/down-icon.svg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    border: 0px;
    width: 18px;
    height: 18px;
    top: 12px;
    right: -19px;
    transition: all .5s;
    transform: rotate(180deg);
  }
  .footer-img-bg::after {
    content: " ";
    background: url(../img/green-p.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -4rem;
    top: 8rem;
    width: 90px;
    height: 102px;
    z-index: -1;
  }
  .hero-content h1 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.384px;
    text-transform: capitalize;
    margin-bottom: 12px;
  }

    .home-banner::before {
      content: "";
      background: url(../img/Frame-leaves.png) no-repeat;
      background-size: contain;
      background-position: center center;
      position: absolute;
      left: -88px;
      width: 674px;
      height: 961px;
      max-width: 100%;
      bottom: -51px;
    }
  .home-video video{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }
  .home-video {
    width: 76%;
    height: 900px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: auto;
  }
  .home-banner {
    height: 1000px;
    width: 1950px;
    max-width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    position: relative;
    background: var(--Colours-BG, #F5F5F5);
  }
  .home-last-content {
    width: 503px;
    margin: auto;
    margin-left: 0px;
  }
  .build-take-the .card h4 {
    color: var(--Colours-Text, #001D40);
    text-align: center;
    font-family: "DM Sans";
    font-size: 25px;
  }
  .four-step {
    background: url(../img/Framefour-bg.png) no-repeat;
    background-size: 100%;
    background-position: center center;
  }
  
}
@media screen and (min-width: 1400px) and (max-width: 1490px) {
  .home_last_section::after {
    content: "";
    background: url(../img/robot-img.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    right: 0px;
    width: 683px;
    height: 572px;
    bottom: 0px;
  }
  .home_last_section {
    background: url(../img/home-last-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 736px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-img-bg::after {
    content: " ";
    background: url(../img/green-p.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -4rem;
    top: 8rem;
    width: 90px;
    height: 102px;
    z-index: -1;
  }
  .home-banner::before {
    content: "";
    background: url(../img/Frame-leaves.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: -88px;
    width: 674px;
    height: 1023px;
    max-width: 100%;
    bottom: -76px;
  }
  .hero-content h1 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.384px;
    text-transform: capitalize;
    margin-bottom: 12px;
  }
  .home-video video{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }
  .home-video {
    width: 76%;
    height: 900px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: auto;
  }
  .home-banner {
    height: 1000px;
    width: 1950px;
    max-width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    position: relative;
    background: var(--Colours-BG, #F5F5F5);
  }
  .hero-content {
    position: relative;
    z-index: 1;
    width: 600px;
  }
  
}
@media screen and (min-width: 1500px) and (max-width: 1590px) {
  .home_last_section {
    background: url(../img/home-last-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 736px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .footer-img-bg::after {
    content: " ";
    background: url(../img/green-p.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -4rem;
    top: 8rem;
    width: 90px;
    height: 102px;
    z-index: -1;
  }
  .hero-content h1 {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.384px;
    text-transform: capitalize;
    margin-bottom: 12px;
  }
  .home-video video{
    object-fit: cover;
    width: 100%;
    max-width: 100%;
  }
  .home-video {
    width: 76%;
    height: 900px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: auto;
  }
  .home-banner {
    height: 1000px;
    width: 1950px;
    max-width: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
    position: relative;
    background: var(--Colours-BG, #F5F5F5);
  }
  .hero-content {
    position: relative;
    z-index: 1;
    width: 600px;
  }
  .home-banner::before {
    content: "";
    background: url(../img/Frame-leaves.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -53px;
    width: 743px;
    height: 994px;
    max-width: 100%;
    bottom: -97px;
  }


}
@media screen and (min-width: 1600px) and (max-width: 1690px) {
  .home_last_section {
    background: url(../img/home-last-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 736px;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .footer-img-bg::after {
    content: " ";
    background: url(../img/green-p.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -4rem;
    top: 8rem;
    width: 90px;
    height: 102px;
    z-index: -1;
  }
  .home-banner::before {
    content: "";
    background: url(../img/Frame-leaves.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -99px;
    width: 743px;
    height: 1035px;
    max-width: 100%;
    bottom: -76px;
 }
}
@media screen and (min-width: 1700px) and (max-width: 1790px) {
  .footer-img-bg::after {
    content: " ";
    background: url(../img/green-p.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -4rem;
    top: 8rem;
    width: 90px;
    height: 102px;
    z-index: -1;
  }
  
}
@media screen and (min-width: 1800px) and (max-width: 1890px) {
  .footer-img-bg::after {
    content: " ";
    background: url(../img/green-p.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: -4rem;
    top: 8rem;
    width: 90px;
    height: 102px;
    z-index: -1;
  }
  
}
@media screen and (min-width: 2000px) and (max-width: 2800px) {
  .home_last_section {
      background: url(../img/home-last-bg.png) no-repeat;
      background-size: cover;
      background-position: center center;
      height: 811px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .home_last_section {
      background: url(../img/home-last-bg.png) no-repeat;
      background-size: cover;
      background-position: center center;
      height: 811px;
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 1920px;
      margin: auto;
  }
}