@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,900&display=swap");
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}

::-webkit-scrollbar-track {
  background: #1b1d23;
}

.yellow-color {
  color: #f0b90b !important;
}

.green-color {
  color: #26da71 !important;
}

.red-color {
  color: #ff7060 !important;
}

.orange-color {
  color: #e57200 !important;
}

.grey-1-color {
  color: #8699b8 !important;
}

.grey-2-color {
  color: #848e9c !important;
}

.grey-3-color {
  color: #b7bdc6 !important;
}

.grey-4-color {
  color: #2a2d35 !important;
}

.grey-5-color {
  color: #aeb4bc !important;
}

.yellow-bg {
  background-color: #f0b90b !important;
}

.green-bg {
  background-color: #26da71 !important;
}

.red-bg {
  background-color: #ff7060 !important;
}

.grey-1-bg {
  background-color: #8699b8 !important;
}

.grey-2-bg {
  background-color: #848e9c !important;
}

.grey-3-bg {
  background-color: #b7bdc6 !important;
}

.grey-dark-1-bg {
  background-color: #1b1d23 !important;
}

.grey-dark-2-bg {
  background-color: #12161c !important;
}

body {
  padding: 0;
  margin: 0;
  background-color: #1b1d23;
  font-family: 'Montserrat', sans-serif;
}

.btn:focus,
.form-control:focus,
.btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h-32 {
  font-size: 32px;
  font-weight: bold;
}

.h-28 {
  font-size: 28px;
  font-weight: bold;
}

.h-24 {
  font-size: 24px;
  font-weight: bold;
}

.h-20 {
  font-size: 20px;
  font-weight: bold;
}

.h-16 {
  font-size: 16px;
  font-weight: bold;
}

.h-14 {
  font-size: 14px;
  font-weight: bold;
}

.h-12 {
  font-size: 12px;
  font-weight: bold;
}

.desc-18 {
  font-size: 18px;
}

.desc-16 {
  font-size: 16px;
}

.desc-14 {
  font-size: 14px;
}

.desc-13 {
  font-size: 13px;
}

.desc-12 {
  font-size: 12px;
}

.desc-10 {
  font-size: 10px;
}

.fw-500 {
  font-weight: 500;
}

.p-32 {
  padding: 32px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-15 {
  margin-bottom: 15px;
}

.rounded-10 {
  border-radius: 10px;
}

.btn-green {
  width: 100%;
  font-weight: bold;
  padding: 8px;
  color: #fff;
  background-color: transparent;
  font-weight: bold;
  border: 1px solid #848e9c;
}

.btn-green:hover {
  color: white;
  background-color: #48c774;
  border-color: #48c774;
}

.btn-orange {
  font-size: 15px;
  padding: 10px 20px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #e57200;
  background-color: #e57200;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.btn-orange:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  color: white;
}

.yellow-link-alt {
  color: white;
  text-decoration: none;
}

.yellow-link-alt:hover {
  color: #f0b90b;
}

.btn-list {
  padding: 8px 16px;
  color: white;
}

.btn-list:hover {
  color: #f0b90b;
}

.btn-list-active {
  color: #f0b90b;
  background-color: #12161c;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
  .is-fwnormal-mobile {
    font-weight: 400 !important;
  }
}

header {
  background-color: #12161c;
}

header .nav-link {
  color: white !important;
  font-size: 15px;
  margin-right: 4px;
  white-space: nowrap;
}

header .nav-link:hover {
  color: #f0b90b !important;
}

header .btn-addcoin {
  background-color: #f0b90b;
  padding: 6px 17px !important;
  color: #12161c !important;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #f0b90b;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

header .btn-addcoin:hover {
  color: #12161c !important;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

header form .input-group i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  color: white;
  font-size: 20px;
  z-index: 100;
}

header form .search-field {
  padding-left: 40px;
  background-color: #1b1d23 !important;
  color: white;
  border-color: #1b1d23;
  border: none;
  border: 1px solid #3273dc00;
}

header form .search-field:hover {
  background: transparent;
  color: #b7bdc6;
}

header form .search-field:focus {
  border-color: #3273dc;
}

header form .search-list-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: 86px;
  z-index: 1000;
  background-color: #12161c;
  color: white;
  padding: 15px;
  display: none;
}

header form .search-list-top .close {
  color: #e57200;
}

header form .search-list-top ul li {
  padding: 12px 10px 12px 20px;
  border-bottom: 1px solid #1b1d23;
}

header .dropdown-toggle::after {
  display: none;
}

header .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

header .dropdown-menu {
  background-color: #1b1d23;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding-bottom: 0;
}

header .dropdown-item {
  color: white !important;
  font-size: 16px;
  padding: 18px;
}

header .dropdown-item svg {
  fill: white;
  margin-right: 10px;
}

header .dropdown-item:hover {
  background-color: #2a2d35 !important;
}

header .dropdown-item:hover svg {
  fill: #f0b90b;
}

.navbar-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #12161c;
  padding: 0 20px 0;
  border-top: 1px solid #1e2026;
}

@media screen and (max-width: 450px) {
  .navbar-bottom {
    padding: 0 10px 0;
  }
}

.navbar-bottom a {
  padding: 10px 10px;
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-bottom a i {
  font-size: 25px;
}

.navbar-bottom a span {
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 390px) {
  .navbar-bottom a {
    padding: 10px 6px;
  }
}

.navbar-bottom a:hover {
  background-color: #f0b90b;
}

.navbar-bottom a:hover span,
.navbar-bottom a:hover svg,
.navbar-bottom a:hover i {
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  fill: black;
  color: black;
}

.navbar-bottom .active-btn {
  background-color: #f0b90b;
  color: black;
}

.scrolled-down {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer {
  padding: 48px 0;
  background-color: #12161c;
}

@media screen and (max-width: 992px) {
  .footer {
    padding-bottom: 70px;
  }
}

.footer-link {
  color: #848e9c;
  cursor: pointer;
}

.footer-link a {
  color: #848e9c;
  text-decoration: none;
}

.footer-link a:hover {
  color: white;
}

.modal-content {
  background-color: #181a20;
  position: relative;
}

.modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-content .heading h2 {
  text-decoration: underline;
  -webkit-text-decoration-color: #e57200;
          text-decoration-color: #e57200;
}

.modal-content .heading p {
  word-spacing: 2px;
}

.modal-content .form-control {
  border: 1px solid #474d57 !important;
  border-radius: 2px;
  color: #4b4a4a;
  font-size: 0.8125rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  -webkit-box-shadow: 0 0 0 30px #1b1d23 inset !important;
  -webkit-text-fill-color: white;
}

.modal-content .form-control:hover {
  border: 1px solid #f0b90b !important;
}

.modal-content .form-control:focus {
  -webkit-box-shadow: 0 0 0 30px #1b1d23 inset !important;
  -webkit-text-fill-color: white;
}

.modal-content form input:-webkit-autofill,
.modal-content form input:-webkit-autofill:hover,
.modal-content form input:-webkit-autofill:focus,
.modal-content form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #1b1d23 inset !important;
  -webkit-text-fill-color: white;
}

.modal-content .text-over-input {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  color: #e57200;
  font-size: 12px;
}

.mw-780 {
  max-width: 780px;
}

@media screen and (min-width: 576px) {
  .w-sm-100 {
    width: 100%;
  }
}

.review-date {
  color: #aaaaaa;
}

.btn-yellow {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 black;
          box-shadow: 0 1px 0 black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8d12f), to(#f0b90b));
  background-image: linear-gradient(180deg, #f8d12f 0%, #f0b90b 100%);
  border: 1px solid rgba(0, 0, 0, 0.17);
  color: #12161c !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 36px;
  line-height: 34px;
  min-width: 40px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-yellow:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.btn-white {
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 black;
          box-shadow: 0 1px 0 black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.17);
  color: #12161c !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: 36px;
  line-height: 34px;
  min-width: 40px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-white:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  color: white;
}

.link-yellow-alt {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.link-yellow-alt:hover {
  color: #f0b90b;
}

.yellow-start {
  position: relative;
  line-height: 24px;
  padding-left: 24px;
}

.yellow-start::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: -webkit-inline-box;
  display: inline-box;
  height: 100%;
  width: 2px;
  background: #f8d33a;
}

.rating-stars i {
  color: #f0b90b;
  margin: 0 2px;
  font-size: 14px;
}

.review-modal .btn-close {
  color: white;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.review-modal .modal-content {
  background-color: #1e2026;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.review-modal .modal-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #9b9b9b;
}

.review-modal .modal-img-group {
  width: 150px;
}

.review-modal .modal-review-image {
  width: 100px;
  border-radius: 50%;
}

.review-modal .form-floating label {
  color: #b7bdc6;
}

.review-modal .form-control {
  background-color: #1b1d23 !important;
  color: #b7bdc6;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 300;
  height: 183px;
  padding: 16px 20px;
  resize: none;
  width: 100%;
  border: none !important;
}

.details-list .title {
  color: #b4b4b4;
}

.details-list li {
  padding: 12px;
  font-size: 13px;
}

.details-list li:nth-child(odd) {
  /* Selects only odd elements */
  background: #222529;
}

.details-list li:nth-child(even) {
  /* Selects only odd elements */
  background: #2d3034 !important;
}

.hero {
  position: relative;
  min-height: 285px;
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}

.hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
  min-width: 100%;
}

.hero .container {
  position: relative;
  z-index: 10;
}

.hero-links {
  position: absolute;
  top: 210px;
  right: 0px;
}

.hero-links-sm {
  top: -5px;
  right: 0px;
}

.hero-links svg {
  width: 27px;
  margin: 0px 10px;
}

.hero-links svg path {
  fill: #b7bdc6;
}

.hero-links svg:hover path {
  fill: #f0b90b;
}

.hero-links #voteSvg path {
  fill: #0ecb81;
}

.hero .coinrating {
  height: 34px;
}

.hero .coinrating .fa-user {
  font-size: 15px;
}

.project {
  position: relative;
}

.project-head-wishlist {
  background-color: #2b2d32;
  color: #b7bdc6;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

.project-head .coin-profile {
  position: relative;
}

.project-head .coin-profile::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f0b90b;
}

.project-head .bg {
  width: 100%;
  height: 100%;
  background-color: #1b1d23;
  -webkit-clip-path: polygon(0 0, 72% 0, 100% 99%, 0% 100%);
          clip-path: polygon(0 0, 72% 0, 100% 99%, 0% 100%);
}

@media screen and (min-width: 992px) {
  .project-head .bg {
    width: 65vw;
    position: relative;
    left: -20vw;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 99%, 0% 100%);
            clip-path: polygon(0 0, 90% 0, 100% 99%, 0% 100%);
  }
}

@media screen and (min-width: 1200px) {
  .project-head .bg {
    width: 65vw;
    position: relative;
    left: -30vw;
    -webkit-clip-path: polygon(0 0, 93% 0, 100% 99%, 0% 100%);
            clip-path: polygon(0 0, 93% 0, 100% 99%, 0% 100%);
  }
}

@media screen and (min-width: 1920px) {
  .project-head .bg {
    width: 50vw;
    position: relative;
    left: -30vw;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 99%, 0% 100%);
            clip-path: polygon(0 0, 95% 0, 100% 99%, 0% 100%);
  }
}

@media screen and (min-width: 992px) {
  .project-head {
    height: 63px;
    width: 470px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-99%);
            transform: translateY(-99%);
  }
}

@media screen and (max-width: 992px) {
  .project-head {
    height: 80px;
  }
}

.project-head-img-container {
  border: 4px solid #b7bdc6;
  border-radius: 50%;
  padding: 10px;
}

@media screen and (min-width: 992px) {
  .project-head-img-container {
    position: absolute;
    bottom: 0;
    width: 143px;
  }
}

@media screen and (max-width: 992px) {
  .project-head-img-container {
    width: 80px;
    padding: 5px;
    border: 2px solid #b7bdc6;
  }
}

.project-head-img-container img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .project-head-img-container {
    position: relative;
    top: -120px;
  }
}

.project-body .smart-chain {
  padding: 8px 5px 1px;
}

.project-body .smart-chain:hover {
  background: #2b2f39;
}

@media screen and (max-width: 992px) {
  .project-body .smart-chain-adddress {
    font-size: 14px;
  }
  .project-body .smart-chain-adddress .fa-copy {
    font-size: 15px;
  }
}

@media screen and (max-width: 450px) {
  .project-body .smart-chain-adddress {
    font-size: 10px;
  }
  .project-body .smart-chain-adddress .fa-copy {
    font-size: 12px;
  }
}

.project-body .social-links i {
  color: white;
  padding: 7px;
  font-size: 25px;
}

.project-body .social-links .globe {
  background-color: #697589;
}

.project-body .social-links .globe:hover {
  background-color: #5e6776;
}

.project-body .social-links .telegram {
  background-color: #27a7e5;
}

.project-body .social-links .telegram:hover {
  background-color: #009bb6;
}

.project-body .social-links .twitter {
  background-color: #55acee;
}

.project-body .social-links .twitter:hover {
  background-color: #6fb9f1;
}

.rating {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #181a20;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 40px;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 550px) {
  .rating {
    padding: 15px;
  }
}

.rating-head {
  text-align: left;
  border-radius: 8px;
  margin-bottom: 20px;
  background-color: transparent;
}

.rating-head .details {
  padding: 20px 30px;
  position: relative;
}

.rating-head .details .rating-chat {
  position: absolute;
  left: 0;
  top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #5e6776;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  white-space: nowrap;
}

.rating-head .details #ratingNum {
  font-size: 42px;
  font-weight: 400;
  color: #848e9c;
}

.rating-head .bars .bar {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 450px;
      grid-template-columns: 20px 450px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .rating-head .bars .bar {
    -ms-grid-columns: 20px auto;
        grid-template-columns: 20px auto;
  }
}

.rating-head .bars .bar span {
  color: #737373;
}

.rating-head .bars .bar .progress {
  background-color: transparent;
  border-radius: 0;
}

.rating-star {
  width: 150px;
}

.rating-star > * {
  float: right;
}

@-webkit-keyframes pulse {
  50% {
    color: #5e5e5e;
    text-shadow: 0 0 7px #777777;
  }
}

@keyframes pulse {
  50% {
    color: #5e5e5e;
    text-shadow: 0 0 7px #777777;
  }
}

.rating-star label {
  height: 40px;
  width: 20%;
  display: block;
  position: relative;
  cursor: pointer;
}

.rating-star label:nth-of-type(5):after {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.rating-star label:nth-of-type(4):after {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.rating-star label:nth-of-type(3):after {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.rating-star label:nth-of-type(2):after {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.rating-star label:nth-of-type(1):after {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.rating-star label:after {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  content: "☆";
  color: #444;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 25px;
  -webkit-animation: 1s pulse ease;
          animation: 1s pulse ease;
}

.rating-star label:hover:after {
  color: #5e5e5e;
  text-shadow: 0 0 15px #5e5e5e;
}

.rating-star input {
  display: none;
}

.rating-star input:checked + label:after,
.rating-star input:checked ~ label:after {
  content: "★";
  color: #f0b90b;
  text-shadow: 0 0 20px #f0b90b;
}
/*# sourceMappingURL=projects.css.map */