@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

.primary-color {
  color: rgb(199, 242, 13);
}

.btn-bg-color {
  background-color: rgb(199, 242, 13);
  color: rgb(11, 17, 19);
}

.bg-color {
  background-color: rgb(11, 17, 19);
}

.img-holder-2 {
  background-color: rgb(199, 242, 13) !important;
}

.text-gray {
  color: rgb(190, 190, 190);
}

.text-grey {
  color: rgb(116, 116, 116);
}

.btn-connet {
  width: 150px;
  background-color: rgb(199, 242, 13);
  color: rgb(11, 17, 19);
}
.btn-connet:hover {
  background-color: rgb(215, 255, 35);
  color: rgb(11, 17, 19);
}

body {
  width: 100vw;
  height: 100vh;
}

.main-body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

.nav-header {
  background-color: rgb(11, 17, 19);
  border-bottom: 1.5px solid rgba(143, 143, 143, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar-nav {
  position: relative;
  left: 15%;
}
.navbar-nav .nav-item {
  padding: 0 20px;
}
.navbar-nav .nav-item .nav-link {
  color: rgb(211, 211, 211);
}

#btn-learn {
  width: 150px;
}
#btn-learn:hover {
  background-color: white;
}

#hero-section {
  height: 90vh;
  overflow: hidden;
}
#hero-section .hero-sub {
  background-color: rgba(199, 242, 13, 0.2);
  padding: 10px;
  text-align: center;
  border-radius: 100px;
  font-size: 14px;
  color: rgb(199, 242, 13);
  width: 300px;
}
#hero-section .h1 {
  font-size: 60px;
}

#col-2-img {
  position: relative;
}
#col-2-img img {
  position: absolute;
  width: 600px;
  left: calc(50% - 300px);
  top: 20px;
}

#why-chose {
  position: relative;
  height: 80vh;
}
#why-chose #col-1-img {
  position: relative;
}
#why-chose #col-1-img img {
  position: absolute;
  width: 500px;
  left: calc(50% - 250px);
  top: 20px;
}
#why-chose .h2 {
  margin-top: 80px;
}

#why .card {
  border: 1px solid rgb(233, 233, 233);
  border-radius: 20px;
  height: 250px;
}
#why .card .img-holder {
  position: relative;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  border-radius: 50%;
  background: rgba(199, 242, 13, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

#call-to-action .call {
  border-radius: 30px;
  width: 100%;
  height: 400px;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#faq .accordion-item {
  margin-top: 10px;
  border: 1px solid rgb(238, 238, 238) !important;
  border-radius: 10px;
  background-color: transparent;
}

.about-hero {
  width: 100%;
  height: 200px;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about-us .card {
  border: 1px solid rgb(227, 227, 227);
  border-radius: 30px;
}
#about-us .card img {
  height: 400px;
  width: 100%;
}

#how-it-works .card {
  border-radius: 30px;
  border: 1px solid rgb(226, 226, 226);
}
#how-it-works .card .img-holder {
  background-color: rgb(11, 17, 19);
  width: 100%;
  height: 350px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  overflow: hidden;
}
#how-it-works .card .img-holder img {
  width: 650px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  left: 50px;
  top: 50px;
}
#how-it-works .card .img-holder #img-3 {
  width: 500px;
  position: relative;
  left: calc(50% - 250px);
  border-radius: 10px;
}

.navbar-toggler-icon {
  color: white;
}

.navbar-toggler {
  background-color: rgb(199, 242, 13) !important;
  border: none !important;
}

.wallet-holder {
  padding: 12px;
  display: flex;
  align-items: center;
  background-color: #f3f3f3;
  position: relative;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.wallet-holder:hover {
  background-color: #f5f5f5;
}
.wallet-holder img {
  width: 34px;
}
.wallet-holder p {
  margin-top: 12px;
}
.wallet-holder span {
  position: absolute;
  right: 20px;
  font-size: 14px;
  color: gray;
}

#step5 {
  display: flex;
  justify-content: center;
}

#img-hold {
  border-radius: 20px !important;
}

@media screen and (max-width: 800px) {
  #img-hold {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  #logo {
    width: 100px;
  }
  .navbar-nav {
    left: 0;
  }
  .navbar-nav .nav-item {
    padding: 0;
  }
  #btn-learn {
    width: 100%;
  }
  #hero-section {
    height: 95vh;
  }
  #hero-section .h1 {
    font-size: 30px;
  }
  #col-2-img img {
    top: 40px;
    width: 400px;
    left: calc(50% - 200px);
  }
  #why-chose {
    height: 60vh;
  }
  #why-chose #col-1-img {
    display: none;
  }
  #why-chose .h2 {
    margin: 10px;
  }
  #call-to-action .call {
    height: 290px;
  }
  #about-us .card {
    border: none;
  }
  #about-us .card img {
    height: 300px;
    margin-top: 15px;
  }
  #how-it-works .card .img-holder {
    height: 220px;
  }
  #how-it-works .card .img-holder img {
    width: 420px;
    left: 25px;
    top: 25px;
  }
  #how-it-works .card .img-holder #img-3 {
    width: 300px;
    left: calc(50% - 150px);
    top: 40px;
  }
}/*# sourceMappingURL=style.css.map */