* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  font-family: "Poppins", sans-serif;
}

.container {
  width: 70%;
  margin: auto;
}

span {
  color: #FF7120;
}

.nav {
  position: relative;
  -webkit-box-shadow: 0px 4px 5px -6px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 4px 5px -6px rgba(0, 0, 0, 0.75);
  width: 100%;
  z-index: 1000;
  background-color: white;
}

.nav .container {
  padding: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.nav .container .links {
  margin: auto 0;
}

.nav .container .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav .container .links ul li {
  list-style-type: none;
  padding: 0 30px;
}

.nav .container .links ul li a {
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-weight: 600;
}

.nav .container .links ul li a:hover {
  color: #FF7120;
}

.nav .metamask {
  font-family: "Poppins", sans-serif;
  position: absolute;
  padding: 10px;
  top: 0;
  right: 0;
  margin-top: 24px;
  margin-right: 20px;
  border-radius: 20px;
  border: 2px solid transparent;
  background-color: white;
  color: #FF7120;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid #FF7120;
}

.nav .metamask:hover {
  background-color: #FF7120;
  color: white;
}

.home {
  padding-top: 50px;
}

.home .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home .container .text {
  margin: 150px 0 auto;
}

.home .container .text h1 {
  font-size: 32px;
}

.home .container .text h1 span {
  color: #FF7120;
}

.home .container .text p {
  font-size: 19px;
  padding-left: 5px;
  padding-top: 10px;
}

.home .container .text p b {
  opacity: 0.6;
}

.home .container .img img {
  width: 500px;
}

.about-us {
  padding-top: 50px;
}

.about-us .container .text {
  padding: 90px;
}

.about-us .container .text p {
  font-size: 19px;
}

.about-us .container .text .header h2 {
  font-size: 32px;
}

.about-us .container .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us .container .flexbox .img {
  display: block;
  margin: 0 auto 0;
}

.about-us .container .flexbox .img img {
  width: 500px;
}

.news {
  z-index: 0 !important;
  padding-top: 120px;
}

.news .container .header {
  padding: 10px 0;
}

.news .container .header h2 {
  text-align: center;
  font-size: 32px;
}

.card-owl {
  border-radius: 10px !important;
  padding: 10px 15px;
  margin: 1rem auto;
  height: auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-owl .card-header {
  text-align: center;
  padding-bottom: 10px;
  font-size: 21px;
}

.card-owl .card-continue {
  text-align: center;
  padding: 20px 0;
}

.card-owl .card-continue button {
  cursor: pointer;
  border: none;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 20px;
  background-color: white;
  border: 1px solid #FF7120;
}

.card-owl .card-continue button a {
  text-decoration: none;
  color: #FF7120;
}

.card-owl .card-continue button a:hover {
  color: white;
}

.card-owl .card-continue button:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #FF7120;
  color: white;
}

.card-owl .text {
  padding: 0 10px;
}

.card-owl .text p {
  font-size: 18px;
}

.card-owl .img {
  padding: 20px 0;
  display: block;
  margin: auto;
}

.card-owl .img img {
  display: block;
  margin: auto;
  width: 70px !important;
}

.card:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.kybercoin {
  padding-top: 120px;
}

.kybercoin .container .header {
  text-align: center;
  padding: 20px 0;
}

.kybercoin .container .header h2 {
  font-size: 32px;
}

.kybercoin .container .text {
  margin: auto;
}

.kybercoin .container .text p {
  font-size: 19px;
  padding: 13px 0;
}

.market {
  padding-top: 120px;
  padding-bottom: 100px;
}

.market .container .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.market .container .cards .card {
  border-radius: 10px;
  padding: 10px 15px;
  margin: 1rem;
  width: 300px;
  height: auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.market .container .cards .card .card-header {
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
}

.market .container .cards .card .card-buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 0 0;
}

.market .container .cards .card .card-buy button {
  cursor: pointer;
  border: none;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  border-radius: 20px;
  background-color: white;
  color: #FF7120;
  border: 1px solid #FF7120;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.market .container .cards .card .card-buy button:hover {
  background-color: #FF7120;
  color: white;
}

.market .container .cards .card .img {
  padding: 10px 0;
  display: block;
  margin: auto;
}

.market .container .cards .card .img img {
  display: block;
  margin: auto;
}

.market .container .header {
  padding: 10px 0;
}

.market .container .header h2 {
  text-align: center;
  font-size: 32px;
}

#coinmarketcap-widget-marquee {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  -webkit-box-shadow: 0px -4px 5px -6px rgba(0, 0, 0, 0.75);
          box-shadow: 0px -4px 5px -6px rgba(0, 0, 0, 0.75);
}

.coin-marquee-header {
  display: none !important;
}

@media (max-width: 600px) {
  .nav .metamask {
    display: none;
  }
  .home .container .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home .container .img img {
    margin: auto;
    display: block;
    width: 95% !important;
  }
  .about-us .container .flexbox .img img {
    width: 95% !important;
  }
}

@media (max-width: 1250px) {
  .home .container {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .home .container .text {
    margin: 20px 0 auto;
    padding: 30px 0;
  }
  .about-us .container .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-us .container .flexbox .text {
    padding: 20px;
  }
}

@media (max-width: 1300px) {
  .nav .metamask {
    margin-right: 10px;
  }
  .nav .links {
    display: none;
  }
  .home .container .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .home .container .img img {
    margin: auto;
    display: block;
    width: 400px;
  }
  .about-us .container .flexbox .img img {
    width: 400px;
  }
}
/*# sourceMappingURL=style.css.map */