@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
body {
  background-color: #0e0e16;
  background-image: url(../images/slider_bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font-size: 20px;
  font-weight: 300;
  color: #adb0bc;
  line-height: 1.8;
  font-family: "Barlow", sans-serif;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.btn.btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 13px;
  letter-spacing: 0.1px;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: transparent;
  border: 0px;
  background-image: url(../images/btn-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 157px;
  min-height: 48px;
  z-index: 1;
}

.btn.btn-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00D834;
  clip-path: polygon(27px 0, calc(85% - 3px) 0, 100% 50%, calc(85% - 1px) 100%, 24px 100%, 0% 50%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  z-index: -1;
}

.btn.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #201f2a;
  background-color: transparent;
  border: 0px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 14px 49px;
  font-size: 15px;
  letter-spacing: 0.8px;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: 195px;
  z-index: 1;
}

.btn.btn-primary::before,
.btn.btn-primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/btn-left.svg);
  width: 30px;
  height: calc(100% + 6px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.btn.btn-primary::after {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}

.btn.btn-primary span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00D834;
  clip-path: polygon(28px 0, calc(85% + 2px) 0, 100% 50%, calc(85% + 1px) 100%, 28px 100%, 0% 50%);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-title h2 {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0;
  color: #fff;
  text-shadow: 1px 3px 0px rgba(69, 248, 130, 0.66);
  position: relative;
  text-transform: uppercase;
}

.section-title h2 > span {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  font-weight: 800;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 0.85;
  text-shadow: none;
}

.section-title h2::after {
  content: "";
  display: block;
  background-image: url(../images/title_shape.svg);
  width: 65px;
  height: 5px;
  margin: 20px 0px 0px;
}

.section-title.text-center h2::after {
  margin: 20px auto 0px;
}

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

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

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

.p-120 {
  padding: 200px 0px;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-area.sticky {
  position: fixed;
  top: -60px;
  left: 0;
  -webkit-animation: goDown 0.5s ease-in-out forwards;
          animation: goDown 0.5s ease-in-out forwards;
  background-color: #131c23;
  -webkit-box-shadow: 0px 0px 15px #11181a;
          box-shadow: 0px 0px 15px #11181a;
}

@-webkit-keyframes goDown {
  0% {
    top: -60px;
  }
  100% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}

@keyframes goDown {
  0% {
    top: -60px;
  }
  100% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
.header-logo img {
  max-width: 120px;
}

.header-main {
  position: relative;
}

.header-right .navbar {
  padding: 0px;
  position: static;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 23px;
  display: block;
  line-height: 1;
  position: relative;
  letter-spacing: 0.8px;
  z-index: 1;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #00D834;
}

.navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 42px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  background: #00D834;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link::before,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-40deg);
  transform: translateY(-50%) rotate(-40deg);
}

.header-right .navbar .navbar-toggler {
  padding: 0px;
  border: 0px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sandwitch {
  width: 35px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.sandwitch span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: white;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.sandwitch span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}

.sandwitch span:nth-child(1), .sandwitch span:nth-child(2) {
  top: 0;
}

.sandwitch span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.sandwitch span:nth-child(3),
.sandwitch span:nth-child(4) {
  top: 14px;
}

.sandwitch span:nth-child(5),
.sandwitch span:nth-child(6) {
  top: 28px;
}

.sandwitch.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.sandwitch.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.sandwitch.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.sandwitch.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.sandwitch.open span:nth-child(5) {
  left: 5px;
  top: 15px;
}

.sandwitch.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 15px;
}

.sandwitch.open span:nth-child(1),
.sandwitch.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sandwitch.open span:nth-child(2),
.sandwitch.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section {
  overflow: hidden;
}

/*--------------------------------------------------------------
  ## btn-grp
--------------------------------------------------------------*/
.btn-grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
}
@media only screen and (max-width: 767px) {
  .btn-grp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-grp .btn-nice {
  margin-right: 5px;
  margin-left: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  padding: 10px 20px 10px 10px;
  margin-top: 16px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn-grp .btn-nice img {
  height: 35px;
  margin-right: 10px;
}
.btn-grp .btn-nice span {
  font-size: 20px;
  font-weight: 400;
  color: #00D834;
}
.btn-grp .btn-nice:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.can-mx {
  position: relative;
  text-align: center;
}
.can-mx .chrt-tct {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.can-mx h5 {
  font-weight: 400px;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 7px;
  color: #fff;
  margin: 0;
}
.can-mx h2 {
  font-size: 46px;
  color: #fff;
  margin: 0;
}

.main-timeline {
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .main-timeline {
    margin-top: 0;
  }
}

.main-timeline:before {
  content: "";
  background-color: #00D834;
  height: 100%;
  width: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
}

.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}

.main-timeline .timeline {
  width: 50%;
  padding: 0 40px 0 0;
  margin: 0 5px 0 0;
  float: left;
  position: relative;
  z-index: 1;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";
  background-color: #00D834;
  height: 2px;
  width: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
}

.main-timeline .timeline:after {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  right: -8px;
}

.main-timeline .timeline-content {
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.492);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.492);
  background-color: rgba(15, 19, 32, 0.6);
  text-align: start;
  padding: 35px 130px 35px 20px;
  margin: 0 auto;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  position: relative;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
  content: "";
  background-color: #008c22;
  height: 100%;
  width: 25%;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 1;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 75% 0);
}

.main-timeline .timeline-content:after {
  background-color: #00a528;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  z-index: 0;
}

.main-timeline .timeline-icon {
  color: #fff;
  font-size: 42px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: 18px;
  top: 50%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .main-timeline .timeline-icon {
    font-size: 28px;
  }
}

.main-timeline .title {
  font-size: 18px;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}

.main-timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-timeline ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-timeline ul li:not(:last-child) {
  margin-bottom: 6px;
}
.main-timeline ul li i {
  font-size: 10px;
  color: #00D834;
  position: relative;
  top: 6px;
  margin-right: 8px;
}
.main-timeline ul span {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.7;
}

.main-timeline .description {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  margin: 0 0 0 5px;
  padding: 0 0 0 40px;
  float: right;
}

.main-timeline .timeline:nth-child(even):before {
  right: auto;
  left: 0;
}

.main-timeline .timeline:nth-child(even):after {
  right: auto;
  left: -8px;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  padding: 35px 20px 35px 168px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  right: auto;
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  right: auto;
  left: 0;
  -webkit-transform: rotateY(-180deg) rotateX(180deg);
          transform: rotateY(-180deg) rotateX(180deg);
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  right: auto;
  left: 20px;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.492);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.492);
  background-color: rgba(15, 19, 32, 0.6);
}

@media only screen and (max-width: 990px) {
  .main-timeline .timeline-content {
    padding: 15px 100px 15px 20px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 25px 20px 25px 85px;
  }
  .main-timeline .timeline .timeline-content:before,
  .main-timeline .timeline .timeline-content:after {
    width: 26%;
  }
  .main-timeline .timeline-icon {
    right: 12px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .main-timeline:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 0;
  }
  .main-timeline .timeline {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
  }
  .main-timeline .timeline:nth-child(even) {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
  }
  .main-timeline .timeline:before {
    right: auto;
    left: 0;
    width: 50px;
  }
  .main-timeline .timeline:after {
    right: auto;
    left: -8px;
  }
  .main-timeline .timeline .timeline-content {
    padding: 25px 15px 25px 73px;
    border-radius: 30px;
  }
  .main-timeline .timeline .timeline-content:before {
    width: 65px;
    right: auto;
    left: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .main-timeline .timeline .timeline-content:after {
    width: 65px;
    right: auto;
    left: 0;
    -webkit-transform: rotateY(180deg) rotateX(-180deg);
            transform: rotateY(180deg) rotateX(-180deg);
  }
  .main-timeline .timeline .timeline-icon,
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    font-size: 22px;
    right: auto;
    left: 7px;
  }
  .main-timeline .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .main-timeline .title {
    font-size: 16px;
  }
}
.v-single {
  padding: 30px 30px;
  border-radius: 20px;
  border: 3px dotted #00D834;
  text-align: center;
  height: 100%;
}
.v-single h5 {
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 1.1px;
  font-weight: 400;
}

/*--------------------------------------------------------------
  ## footer-social
--------------------------------------------------------------*/
.footer-social a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-social a:not(:last-child) {
  margin-right: 10px;
}
.footer-social a img {
  height: 40px;
}
.footer-social a:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

/*--------------------------------------------------------------
  ## small-footer
--------------------------------------------------------------*/
.small-footer {
  background-color: #000;
  text-align: center;
  padding: 15px 5px;
}
.small-footer p {
  margin: 0;
  font-size: 16px;
}

.contract-adress {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  border-radius: 16px;
  background-color: #000000;
  border: 1px solid #00D834;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .contract-adress {
    margin-top: 22px;
  }
}
.contract-adress .firt {
  text-align: start;
}
.contract-adress .firt span {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  color: #7c7c7e;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .contract-adress .firt span {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.contract-adress .firt p {
  font-size: 23px;
  word-break: break-all;
  margin: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .contract-adress .firt p {
    font-size: 19px;
  }
}

.copy-button {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00D834;
  outline: none;
  border: 0;
  color: #000;
  font-size: 16px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .copy-button {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .copy-button {
    height: 55px;
    height: 55px;
  }
}
.copy-button img {
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .copy-button img {
    height: 20px;
  }
}

/*--------------------------------------------------------------
  ## pop-up
--------------------------------------------------------------*/
.pop-up .modal-content {
  border: 0;
  background-color: #EC83BC;
  border-radius: 0;
  border-radius: 22px;
}
.pop-up .modal-header {
  border: 0;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}
.pop-up .modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.pop-up .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pop-up .modal-body {
  text-align: center;
  padding-top: 0;
}
.pop-up .modal-body h5 {
  font-size: 16px;
  color: #090E07;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.pop-up .modal-body p {
  font-size: 15px;
  color: #090E07;
  line-height: 1.5;
  font-weight: 500;
}
.pop-up .modal-body .btn-now {
  display: inline-block;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  color: #F95292;
  padding: 6px 23px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.slider__bg {
  padding: 90px 0 66px;
  position: relative;
}

.slider__area::before,
.slider__area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  background-color: #00D834;
  height: 50px;
}

.slider__area::after {
  left: auto;
  right: 0;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.slider__content {
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

.slider__content .sub-title {
  margin: 0 0 30px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 4px;
  font-size: 20px;
  color: #00D834;
  position: relative;
  padding: 17px 0 17px 20px;
}

.slider__content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/text_gradient_bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.28;
}

.slider__img img {
  max-width: 754px;
}

.slider__content .title {
  margin: 0 0 21px;
  font-size: 100px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 0.8;
  color: #fff;
  text-shadow: -1px 5px 0px rgba(69, 248, 130, 0.66);
  text-transform: uppercase;
}

.slider__content h3 {
  margin: 0 0;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider__content p {
  font-size: 22px;
  margin-bottom: 30px;
}

.slider__shapes {
  opacity: 0.27;
}

.slider__shapes img {
  position: absolute;
  -webkit-animation: shapeBlinker 1.5s linear infinite;
          animation: shapeBlinker 1.5s linear infinite;
  opacity: 0;
  z-index: -1;
}

.slider__shapes img:nth-child(1) {
  left: 23%;
  top: 17%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.slider__shapes img:nth-child(2) {
  left: 29%;
  bottom: 45%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.slider__shapes img:nth-child(3) {
  right: 47%;
  top: 20%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.slider__shapes img:nth-child(4) {
  right: 42%;
  top: 23%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes shapeBlinker {
  50% {
    opacity: 0.59;
  }
}

@keyframes shapeBlinker {
  50% {
    opacity: 0.59;
  }
}
.count-area {
  padding: 100px 0px;
  background-color: rgba(69, 248, 130, 0.15);
}
@media only screen and (max-width: 767px) {
  .count-area {
    padding: 40px 0px;
  }
}

.count-area .container {
  max-width: 960px;
}

.count-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #00D834), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #00D834 50%, transparent 100%);
}

.count-box span {
  background-color: rgba(14, 14, 22, 0.4);
  border: 2px solid #00D834;
  color: #fff;
  font-style: italic;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 100px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px;
  letter-spacing: 2px;
}

.count-box h2 {
  font-size: 80px;
  font-family: "Josefin Sans", sans-serif;
  text-shadow: -1px 5px 0px rgba(69, 248, 130, 0.66);
  text-transform: uppercase;
  line-height: normal;
  margin: 12px 0px 0px;
  color: #ffffff;
  letter-spacing: 8px;
}

.about-info {
  background-image: url(../images/social_bg.png);
  max-width: 980px;
  margin: 0px auto;
  padding: 80px 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-info h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .about-info h3 {
    font-size: 22px;
  }
}
.about-info p {
  font-size: 18px;
}

.about-info .section-title h2::after {
  margin: 20px auto 0px;
}

.about-des .about-btn {
  margin-top: 40px;
}

.how-to-buy-section .section-title h3 {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .how-to-buy-section .section-title h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.how-to-buy-section .ut-box {
  background-color: #0E1417;
  padding: 40px 40px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .how-to-buy-section .ut-box {
    padding: 30px 30px;
  }
}
.how-to-buy-section .ut-box img {
  height: 90px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .how-to-buy-section .ut-box img {
    height: 70px;
    margin-bottom: 16px;
  }
}
.how-to-buy-section .ut-box h2 {
  font-size: 44px;
  font-weight: 700;
  color: #00D834;
  font-style: italic;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .how-to-buy-section .ut-box h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.how-to-buy-section .ut-box h3 {
  font-size: 27px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .how-to-buy-section .ut-box h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.how-to-buy-section .ut-box h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .how-to-buy-section .ut-box h5 {
    font-size: 18px;
  }
}
.how-to-buy-section .ut-box p {
  font-size: 18px;
  margin: 0;
}
.how-to-buy-section .ut-box span {
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
}
.how-to-buy-section .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.how-to-buy-section .point-list:not(:last-child) {
  margin-bottom: 10px;
}
.how-to-buy-section .point-list i {
  display: inline-block;
  color: #00D834;
  font-size: 15px;
  min-width: 20px;
  position: relative;
  top: 6px;
}

.buy-points ul {
  margin-bottom: 35px;
}

.buy-points ul li {
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 26px;
  position: relative;
}

.buy-points ul li:last-child {
  margin-bottom: 0px;
}

.buy-points ul li::before {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #00D834;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 0px;
}

.buy-btns .btn.btn-primary {
  margin-right: 15px;
}

.buy-btns .btn.btn-primary:last-child {
  margin-right: 0px;
}

.buy-btns .btn.btn-primary span::after {
  clip-path: polygon(28px 0, calc(87% + 2px) 0, 100% 50%, calc(88% + 1px) 100%, 28px 100%, 0% 50%);
}

.tokenomics-item {
  border: 2px solid rgba(255, 255, 255, 0.1);
  /* background-color: rgb(9 9 11 / 50%); */
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-left: auto;
}

.tokenomics-item:nth-child(2) {
  width: 80%;
}

.tokenomics-item:nth-child(3) {
  width: 60%;
}

.tokenomics-item:nth-child(4) {
  width: 30%;
}

.tokenomics-item:last-child {
  margin-bottom: 0px;
}

.tokenomics-item h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: normal;
}

.tokenomics-item h4 > span {
  height: 6px;
  width: 20px;
  display: inline-block;
  background-color: #00D834;
  margin-right: 6px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.tokenomics-item p {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin: 0px;
  line-height: normal;
}

.roadmap-section .roadmap-left {
  position: sticky;
  top: 30px;
}

.roadmap-steps-wrap {
  margin-left: 150px;
  position: relative;
}

.roadmap-steps-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: -webkit-linear-gradient(90deg, #10161c 0%, #00D834 100%);
  border-radius: 5px;
}

.roadmap-steps-item {
  margin: 0 0 30px 45px;
  background-color: #1b242e;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.21);
  border-radius: 8px;
  padding: 45px 45px;
  position: relative;
}

.roadmap-steps-item:last-child {
  margin-bottom: 0px;
}

.roadmap-steps-item h3 {
  font-size: 23px;
  font-weight: 800;
  margin: 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
}

.roadmap-steps-item p {
  font-size: 15px;
  margin: 0px;
}

.roadmap-steps-item ul {
  margin-top: 12px;
}

.roadmap-steps-item ul li {
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
}

.roadmap-steps-item ul li:last-child {
  margin-bottom: 0px;
}

.roadmap-steps-item ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 6px;
  left: 0px;
  color: #00D834;
}

.token-supply-main {
  background: linear-gradient(45deg, rgba(104, 251, 154, 0.6) 0, rgba(104, 251, 154, 0.2) 25%, rgba(104, 251, 154, 0.5) 50%, rgba(104, 251, 154, 0) 75%, rgba(104, 251, 154, 0.6) 100%);
  border-radius: 15px;
  padding: 3px;
  margin-top: 60px;
}

.token-supply {
  background-color: rgba(10, 11, 15, 0.6);
  position: relative;
  padding: 40px;
  border-radius: 15px;
  margin: 0;
}

.token-supply svg {
  fill: #68fb9a;
  fill-rule: evenodd;
  position: absolute;
  left: 17px;
  bottom: -8px;
}

.token-supply::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5%;
  width: 1px;
  height: 90%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, #00D834), to(transparent));
  background: linear-gradient(360deg, transparent 0%, #00D834 50%, transparent 100%);
}

.supply-box h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.supply-box h2 {
  font-size: 36px;
  color: #00D834;
  text-transform: uppercase;
  margin: 0px;
}

.supply-box h2 > span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  color: #adb0bc;
}

.token-supply .supply-box {
  padding-left: 70px;
  width: 50%;
}

.token-supply .supply-box.text-end {
  padding-left: 0px;
  padding-right: 70px;
}

.supply-box img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 50px;
}

.token-supply .supply-box.text-end img {
  left: inherit;
  right: 0px;
}

.footer-style-two {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer__country .section-title h2::after {
  content: none;
}

.footer-style-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/footer_shape.png);
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  -webkit-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
  z-index: -1;
}

.footer-style-two.active-footer::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.footer__two-widgets {
  margin: 0 0 20px;
}

.footer-el-widget {
  margin: 0 0 50px;
}

.footer-el-widget:not(.widget_nav_menu) {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .footer-el-widget:not(.widget_nav_menu) {
    margin-top: 0;
  }
}
.footer-el-widget .title {
  position: relative;
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0 0 20px;
  color: #00D834;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-el-widget.text-start .title::before {
  left: auto;
  right: 11px;
}

@media (max-width: 767.98px) {
  .footer-el-widget.text-start .title::before {
    left: 0;
    right: auto;
  }
}
.footer-el-widget > ul.list-wrap li {
  color: #e2e1e1;
}

@media (max-width: 991.98px) {
  .footer-el-widget > ul.list-wrap li br {
    display: none;
  }
}
.footer-el-widget > ul.list-wrap li a {
  color: #e2e1e1;
}

.footer-el-widget ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 13px;
}

.footer-el-widget ul.list-wrap.start li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.footer-el-widget ul.list-wrap.end li {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 767.98px) {
  .footer-el-widget ul li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 10px;
  }
}
.footer-el-widget ul li:last-child {
  margin: 0 0;
}

.footer-el-widget ul li a {
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  color: #e2e1e1;
  position: relative;
}

.footer-el-widget ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 42px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-el-widget ul li a:hover::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(-40deg);
  transform: translateY(-50%) rotate(-40deg);
}

.footer-el-logo img {
  max-width: 165px;
}

.footer-newsletter p {
  margin: 0 0 25px;
  font-size: 15px;
}

.footer-newsletter-form {
  position: relative;
}

.footer-newsletter-form [type=email] {
  display: block;
  border: none;
  background: #1f2935;
  width: 100%;
  border-radius: 6px;
  padding: 17px 100px 17px 25px;
  font-size: 14px;
  height: 60px;
}

.footer-newsletter-form [type=email]::-webkit-input-placeholder {
  font-size: 14px;
}

.footer-newsletter-form [type=email]::-moz-placeholder {
  font-size: 14px;
}

.footer-newsletter-form [type=email]:-ms-input-placeholder {
  font-size: 14px;
}

.footer-newsletter-form [type=email]::-ms-input-placeholder {
  font-size: 14px;
}

.footer-newsletter-form [type=email]::placeholder {
  font-size: 14px;
}

.footer-newsletter-form [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 100%;
  border: none;
  padding: 10px;
  border-radius: 6px;
  font-size: 28px;
  color: #1f2935;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.copyright__wrap {
  padding: 20px 0;
}

.copyright__wrap.-style-two {
  background: #050506;
}

@media (max-width: 767.98px) {
  .copyright__text {
    text-align: center;
  }
}
.copyright__text p {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 767.98px) {
  .copyright__text p {
    line-height: 1.45;
  }
}
@media (max-width: 767.98px) {
  .copyright__card {
    margin-top: 10px;
  }
}
.copyright__menu ul {
  gap: 0 55px;
}

@media (max-width: 1500px) {
  .copyright__menu ul {
    gap: 0 35px;
  }
}
@media (max-width: 991.98px) {
  .copyright__menu ul {
    gap: 0 25px;
    margin: 5px 0 0;
  }
}
.copyright__menu ul li a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

#to-top {
  height: 45px;
  width: 45px;
  line-height: 46px;
  font-size: 24px;
  text-align: center;
  background-color: #00D834;
  color: #050506;
  border-radius: 5px;
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }
}
.token-area .section-title h2 {
  font-size: 60px;
}
@media only screen and (max-width: 767px) {
  .token-area .section-title h2 {
    font-size: 40px;
  }
}
/*# sourceMappingURL=style.css.map */