@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&display=swap");
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
::-moz-selection {
  color: rgba(253, 253, 253, 0.8);
  background: rgba(252, 243, 46, 0.3);
}
::selection {
  color: rgba(253, 253, 253, 0.8);
  background: rgba(252, 243, 46, 0.3);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}

body {
  font-family: "Gantari", sans-serif;
  font-size: 15px;
  color: rgba(253, 253, 253, 0.8);
  background-color: #02240d;
  line-height: 1.6;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .wow {
    -webkit-animation-name: none !important;
    animation-name: none !important;
    visibility: visible !important;
  }
}
section {
  overflow: hidden;
}

a {
  text-decoration: none;
}
a:hover {
  color: #FCF32E;
}
a:focus, a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Orbitron", serif;
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.scroll-top {
  width: 35px;
  height: 35px;
  background-color: #FCF32E;
  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;
  font-size: 18px;
  color: #fff;
  border-radius: 7px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.scroll-top img {
  height: 18px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  fill: #FFFFFF;
}
.scroll-top:focus, .scroll-top:hover {
  color: #fff;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 0 0 0.25rem rgba(252, 243, 46, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(252, 243, 46, 0.5);
}

/*--------------------------------------------------------------
  ##  Page Loader
  --------------------------------------------------------------*/
.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999;
  background-color: #02240d;
}

.loader {
  position: absolute;
  top: 50%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: #FFF #FFF transparent transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #FCF32E #FCF32E;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: rotationBack 0.5s linear infinite;
          animation: rotationBack 0.5s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.loader::before {
  width: 32px;
  height: 32px;
  border-color: #FFF #FFF transparent transparent;
  -webkit-animation: rotation 1.5s linear infinite;
          animation: rotation 1.5s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/*--------------------------------------------------------------
  ## sec-t
--------------------------------------------------------------*/
.sec-t {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .sec-t {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-t {
    margin-bottom: 30px;
  }
}
.sec-t span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #89DF0C;
  padding: 8px 24px 8px 32px;
  border-radius: 50px;
  font-size: 14px;
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .sec-t span {
    margin-bottom: 10px;
    padding: 6px 21px 6px 28px;
    font-size: 13px;
  }
}
.sec-t span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #89DF0C;
}
@media only screen and (max-width: 767px) {
  .sec-t span::before {
    left: 12px;
  }
}
.sec-t h2 {
  font-size: 40px;
  color: #FCF32E;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .sec-t h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 482px) {
  .sec-t h2 {
    font-size: 27px;
  }
}

/*--------------------------------------------------------------
  ## btn-main
--------------------------------------------------------------*/
.btn-main {
  font-family: "Orbitron", serif;
  text-decoration: none;
  display: inline-block;
  border: 0;
  background-color: #89DF0C;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 10px 30px;
  border-radius: 50px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 3px solid #fcf32e;
}
.btn-main:hover, .btn-main:focus {
  background-color: #fcf32e;
  color: #000;
}
.btn-main.btn-main-2 {
  background-color: #FCF32E;
  border: 3px solid #89df0c;
}
.btn-main.btn-main-2:hover {
  background-color: #89df0c;
}

/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #078a33;
  border-bottom: 1px solid rgba(74, 74, 74, 0.6705882353);
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 16px 0px;
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding: 14px 0px;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding: 12px 0px;
  }
}
@media (max-width: 482px) {
  .navbar {
    padding: 12px 0px;
  }
}
.navbar .navbar-brand {
  padding: 0;
  text-decoration: none;
}
.navbar .navbar-brand img {
  height: 29px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .navbar .navbar-brand img {
    height: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-brand img {
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-brand img {
    height: 20px;
  }
}
@media only screen and (max-width: 482px) {
  .navbar .navbar-brand img {
    height: 20px;
  }
}
.navbar .navbar-nav {
  /** Large devices (desktops, 992px and up) **/
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    margin-left: 16px;
  }
}
.navbar .navbar-nav .nav-item a {
  font-family: "Orbitron", serif;
  text-decoration: none;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 10px 0;
  position: relative;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item a:hover, .navbar .navbar-nav .nav-item a.active {
  color: #FCF32E;
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav .nav-item a {
    display: inline-block;
    margin: 4px 0px;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid rgba(201, 2, 234, 0.2);
    background-color: #02240d;
    z-index: 9;
    padding: 15px 12px 20px 12px;
    border-radius: 40px 40px 40px 40px;
  }
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 992px) {
  .navbar .nav-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.navbar .nav-socials .nav-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 9px 6px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 50px;
}
@media only screen and (max-width: 992px) {
  .navbar .nav-socials .nav-item {
    margin-top: 10px;
  }
}
.navbar .nav-socials .nav-item a {
  font-family: "Orbitron", serif;
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 1;
  margin: 0;
}
.navbar .nav-socials .nav-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.navbar .nav-socials .nav-item a img {
  height: 30px;
  margin: 0px 6px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #078a33;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
  padding: 14px 0px;
}
@media only screen and (max-width: 991px) {
  .sticky .navbar {
    padding: 14px 0px;
  }
}
@media (max-width: 767px) {
  .sticky .navbar {
    padding: 12px 0px;
  }
}
@media (max-width: 482px) {
  .sticky .navbar {
    padding: 12px 0px;
  }
}
.sticky .navbar .navbar-brand {
  padding: 0;
  text-decoration: none;
}
.sticky .navbar .navbar-brand img {
  height: 25px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .sticky .navbar .navbar-brand img {
    height: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .sticky .navbar .navbar-brand img {
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sticky .navbar .navbar-brand img {
    height: 20px;
  }
}
@media only screen and (max-width: 482px) {
  .sticky .navbar .navbar-brand img {
    height: 18px;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1.1rem);
            transform: translateY(1.1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1.1rem);
            transform: translateY(1.1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
/*--------------------------------------------------------------
  ## hero-area
--------------------------------------------------------------*/
.hero-area {
  padding-top: 190px;
  padding-bottom: 80px;
  background: #02240d;
  position: relative;
  background-image: url("../img/hero/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 1199px) {
  .hero-area {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
.hero-area::before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.hero-area .hero-inner {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .hero-area .hero-txt {
    text-align: center;
  }
}
.hero-area .hero-txt h1 {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1199px) {
  .hero-area .hero-txt h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area .hero-txt h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-txt h1 {
    font-size: 32px;
  }
}
.hero-area .hero-txt h3 {
  font-size: 30px;
  letter-spacing: 3px;
  color: #89DF0C;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .hero-area .hero-txt h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-txt h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.hero-area .hero-txt p {
  font-family: "Orbitron", serif;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .hero-area .hero-txt p {
    font-size: 19px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .hero-txt p {
    font-size: 17px;
  }
}
.hero-area .hero-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
}
@media only screen and (max-width: 991px) {
  .hero-area .hero-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero-area .hero-btns a {
  margin-left: 7px;
  margin-right: 7px;
}
@media only screen and (max-width: 991px) {
  .hero-area .hero-btns a {
    width: 100%;
    margin-top: 20px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------
  ## expert
--------------------------------------------------------------*/
.expert {
  padding: 80px 0px;
}
@media only screen and (max-width: 991px) {
  .expert {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .expert {
    padding: 40px 0px;
  }
}
.expert .img-abt {
  max-width: 100%;
}
.expert .abt-t span {
  display: inline-block;
  background-color: #FCF32E;
  border: 1px solid #353535;
  padding: 8px 24px 8px 32px;
  border-radius: 50px;
  font-size: 14px;
  position: relative;
  margin-bottom: 12px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .expert .abt-t span {
    margin-bottom: 10px;
    padding: 6px 21px 6px 28px;
    font-size: 13px;
  }
}
.expert .abt-t span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #89DF0C;
}
@media only screen and (max-width: 767px) {
  .expert .abt-t span::before {
    left: 12px;
  }
}
.expert .abt-t h2 {
  font-size: 37px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .expert .abt-t h2 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 482px) {
  .expert .abt-t h2 {
    font-size: 25px;
  }
}
.expert .expert-single {
  border-radius: 16px;
  border: 1px solid #89DF0C;
  padding: 30px 30px;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-align: center;
}
.expert .expert-single h5 {
  font-size: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .expert .expert-single h5 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.expert .expert-single .expert-logo {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .expert .expert-single .expert-logo {
    max-width: 170px;
    height: 170px;
  }
}
.expert .expert-single p {
  font-size: 20px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .expert .expert-single p {
    margin-top: 22px;
    font-size: 18px;
  }
}
.expert .expert-single:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

/*--------------------------------------------------------------
  ## choose
--------------------------------------------------------------*/
.choose {
  padding: 80px 0px;
  background-image: url("../img/choose/bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .choose {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .choose {
    padding: 40px 0px;
  }
}
.choose .ch-single {
  background-color: #02240d;
  border-radius: 16px;
  padding: 25px 25px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.choose .ch-single img {
  height: 150px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .choose .ch-single img {
    height: 130px;
    margin-bottom: 12px;
  }
}
.choose .ch-single h5 {
  font-size: 45px;
  letter-spacing: 3px;
  color: #89DF0C;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .choose .ch-single h5 {
    margin-bottom: 14px;
  }
}
.choose .ch-single p {
  font-size: 18px;
}
.choose .ch-single.even {
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .choose .ch-single.even {
    margin-top: 0;
  }
}
.choose .ch-single:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

/*--------------------------------------------------------------
  ## services
--------------------------------------------------------------*/
.services {
  background-image: url("../img/choose/bg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}
@media only screen and (max-width: 991px) {
  .services {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .services {
    padding: 40px 0px;
  }
}
.services .ser-single {
  padding: 25px 25px;
  border-radius: 16px;
  border: 1px solid #89DF0C;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.services .ser-single .ser-logo {
  height: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .services .ser-single .ser-logo {
    height: 45px;
    margin-bottom: 25px;
  }
}
.services .ser-single h3 {
  font-size: 44px;
  margin-bottom: 15px;
  color: #89DF0C;
}
.services .ser-single h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
.services .ser-single.m-bt {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .services .ser-single.m-bt {
    margin-top: 0;
  }
}
.services .ser-single.m-bt-1 {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .services .ser-single.m-bt-1 {
    margin-top: 0;
  }
}
.services .ser-single:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.services .how {
  background-color: #000000;
  height: 100%;
  border: 0;
  position: relative;
}
.services .how h5 {
  margin-bottom: 30px;
}
.services .how .by-img {
  position: absolute;
  height: 60px;
  top: 20px;
  right: 20px;
  opacity: 0.6;
}
@media only screen and (max-width: 767px) {
  .services .how .by-img {
    right: 14px;
  }
}
.services .how p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services .how p:not(:last-child) {
  margin-bottom: 20px;
}
.services .how p img {
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-right: 14px;
  position: relative;
  top: 5px;
}

/*--------------------------------------------------------------
  ## about
--------------------------------------------------------------*/
.about {
  padding: 60px 0px;
  background-color: #023D16;
}
@media only screen and (max-width: 991px) {
  .about {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 40px 0px;
  }
}
.about .abt-t span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #89DF0C;
  padding: 8px 24px 8px 32px;
  border-radius: 50px;
  font-size: 14px;
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .about .abt-t span {
    margin-bottom: 10px;
    padding: 6px 21px 6px 28px;
    font-size: 13px;
  }
}
.about .abt-t span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #89DF0C;
}
@media only screen and (max-width: 767px) {
  .about .abt-t span::before {
    left: 12px;
  }
}
.about .abt-t h2 {
  font-size: 37px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .about .abt-t h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 482px) {
  .about .abt-t h2 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
  ## cta
--------------------------------------------------------------*/
.cta {
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .cta {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cta {
    margin-top: 40px;
  }
}
.cta .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-color: #02240d;
  padding: 50px 50px;
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .cta .row-flex {
    padding: 30px 30px;
    display: block;
    text-align: center;
  }
}
.cta .row-flex .cta-txt {
  max-width: 500px;
}
@media only screen and (max-width: 991px) {
  .cta .row-flex .cta-txt {
    max-width: unset;
  }
}
.cta .row-flex span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #89DF0C;
  padding: 8px 24px 8px 32px;
  border-radius: 50px;
  font-size: 14px;
  position: relative;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .cta .row-flex span {
    margin-bottom: 10px;
    padding: 6px 21px 6px 28px;
    font-size: 13px;
  }
}
.cta .row-flex span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #89DF0C;
}
@media only screen and (max-width: 767px) {
  .cta .row-flex span::before {
    left: 12px;
  }
}
.cta .row-flex h2 {
  font-size: 38px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .cta .row-flex h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cta .row-flex h2 {
    font-size: 28px;
  }
}
.cta .row-flex img {
  max-width: 300px;
}
@media only screen and (max-width: 991px) {
  .cta .row-flex img {
    margin-top: 20px;
    max-width: 250px;
  }
}
.cta .row-flex .btn-cta {
  font-family: "Orbitron", serif;
  display: inline-block;
  background-color: #FFFFFF;
  text-decoration: none;
  color: #000;
  padding: 11px 23px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.cta .row-flex .btn-cta:hover {
  background-color: #c1b903;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .cta .row-flex .btn-cta {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
  ## how to buy
--------------------------------------------------------------*/
.btn-abi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FCF32E;
  padding: 11px 10px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.btn-abi img {
  width: 35px;
  margin-bottom: 10px;
}
.btn-abi span {
  font-family: "Orbitron", serif;
  letter-spacing: 1px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.btn-abi:hover {
  background-color: #89DF0C;
}
.btn-abi:hover span {
  color: #000;
}

.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: 20px 20px;
  border-radius: 16px;
  background-color: #011106;
  border: 2px solid #033c16;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .contract-adress {
    margin-top: 22px;
  }
}
.contract-adress .firt span {
  display: inline-block;
  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;
  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: #02240d;
  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;
  }
}

/*--------------------------------------------------------------
  ## tokeno
--------------------------------------------------------------*/
.tokeno {
  background-image: url("../img/hero/bg-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .tokeno {
    padding: 60px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .tokeno {
    padding: 50px 0px;
  }
}
.tokeno .token-single {
  background-color: transparent;
  border: 1px solid #89DF0C;
  padding: 25px 25px;
  border-radius: 18px;
  overflow: hidden;
}
.tokeno .token-single span {
  position: relative;
  display: inline-block;
  color: #89DF0C;
  font-size: 16px;
  margin-bottom: 22px;
}
.tokeno .token-single h5 {
  position: relative;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .tokeno .token-single h5 {
    font-size: 18px;
  }
}
.tokeno .imp-box {
  background-color: #E6F2EA;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .tokeno .imp-box {
    max-width: 220px;
  }
}
.tokeno .imp-box img {
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .tokeno .imp-box img {
    height: 120px;
  }
}
.tokeno .imp-box p {
  font-family: "Orbitron", serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .tokeno .imp-box p {
    font-size: 17px;
  }
}
.tokeno .imp-box p a {
  color: #f22020;
  text-decoration: underline;
}

/*--------------------------------------------------------------
  ## footer
--------------------------------------------------------------*/
.footer {
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}
.footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 991px) {
  .footer .footer-logo {
    border: 0;
  }
}
.footer .footer-logo .logo-f {
  height: 80px;
  margin-bottom: 20px;
  min-width: 80px;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-logo .logo-f {
    height: 60px;
    min-width: 60px;
  }
}
.footer .footer-link {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .footer .footer-link {
    border: 0;
    padding-left: 0;
  }
}
.footer .footer-link h5 {
  font-size: 16px;
  color: #89DF0C;
  margin-bottom: 14px;
}
.footer .footer-link a {
  text-decoration: none;
  display: inline-block;
  color: rgba(253, 253, 253, 0.8);
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer .footer-link a:hover {
  text-decoration: underline;
}
.footer .footer-social {
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .footer .footer-social {
    padding-left: 0;
  }
}
.footer .footer-social h5 {
  font-size: 16px;
  color: #89DF0C;
  margin-bottom: 14px;
}
.footer .footer-social a {
  color: rgba(253, 253, 253, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer .footer-social a:not(:last-child) {
  margin-bottom: 8px;
}
.footer .footer-social a img {
  height: 20px;
  margin-right: 8px;
}
.footer .footer-social a span {
  color: rgba(253, 253, 253, 0.8);
  font-size: 14px;
}
.footer .footer-social a:hover {
  text-decoration: underline;
}
.footer .s-f {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.footer .s-f a {
  margin: 0 !important;
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer .s-f a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer .s-f a img {
  height: 36px;
  margin: 0px 6px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .copy {
  margin-top: 30px;
  padding: 25px 0px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .copy p {
  font-size: 14px;
}
/*# sourceMappingURL=main.css.map */