@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Spline+Sans:wght@300..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Roboto Mono", monospace;
  font-size: 25px;
  line-height: normal;
  font-weight: 400;
  color: #9C9C9F;
  font-weight: 700;
  line-height: normal;
  background-color: #08070A;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  body {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 20px;
  }
}

input:focus, textarea:focus, button:focus {
  outline: none;
  border-color: transparent;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Spline Sans", sans-serif;
  color: #47FC28;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  line-height: normal;
}
@media only screen and (min-width: 1620px) {
  h1 {
    font-size: 269px;
  }
}
@media (max-width: 1619px) {
  h1 {
    font-size: calc(53px + 216 * (100vw - 360px) / 1620);
  }
}
h1 span {
  color: #fff;
}

h2 {
  font-size: calc(40px + 44 * (100vw - 360px) / 1620);
  line-height: normal;
}
@media only screen and (min-width: 1620px) {
  h2 {
    font-size: 84px;
  }
}

h3 {
  line-height: normal;
  font-size: calc(35px + 25 * (100vw - 360px) / 1620);
}
@media only screen and (min-width: 1620px) {
  h3 {
    font-size: 60px;
  }
}

h4 {
  line-height: normal;
  font-size: calc(25px + 15 * (100vw - 360px) / 1620);
}
@media only screen and (min-width: 1620px) {
  h4 {
    font-size: 40px;
  }
}

h5 {
  font-size: 24px;
  line-height: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  h5 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

p {
  margin: 0 0 5px;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

input,
textarea,
button {
  padding: 10px 25px;
  border: 1px solid #f1f1f1;
  outline: none;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  input,
  textarea,
  button {
    padding: 10px 15px;
  }
}

input:focus,
textarea:focus,
button:focus {
  outline: none;
  border-color: #f3f3f3;
}

nav ul li {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

/*Hide number spin button*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  max-width: 1650px;
  padding-left: 15px;
  padding-right: 15px;
  margin-inline: auto;
}

.social-media a {
  position: relative;
  padding: 10px;
  width: 64px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.social-media a .socialIconBG {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.social-media a:hover {
  opacity: 0.5;
}

.section-title h2 span {
  color: #9C9C9F;
}
.section-title h3 span {
  color: #9C9C9F;
}

.pt_100 {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .pt_100 {
    padding-top: 70px;
  }
}

.pb_100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .pb_100 {
    padding-bottom: 70px;
  }
}

.border-left {
  border-left: 1px solid #303033;
}

.border-right {
  border-right: 1px solid #303033;
}

.subtitle {
  font-size: 20px;
  line-height: normal;
  color: #47FC28;
  letter-spacing: 6.09px;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 15px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .subtitle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subtitle {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .subtitle {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .subtitle {
    letter-spacing: 2px;
  }
}

.owl-dots {
  display: none;
}

.marque-area {
  overflow: hidden;
  padding-block: 30px;
  border-top: 1px solid #303033;
  border-bottom: 1px solid #303033;
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 99;
  border-bottom: 1px solid #303033;
}
.header-area .navbar-logo {
  max-width: 123px;
  margin-right: 50px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .header-area .navbar-logo {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .header-area .navbar-logo {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area .main-menu {
    padding-top: 20px;
    padding-bottom: 16px;
  }
}
.header-area .main-menu li a {
  font-size: 18px;
  line-height: normal;
  color: #9C9C9F;
  font-weight: 400;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  --bs-navbar-nav-link-padding-x: 41px;
  padding: 38px var(--bs-navbar-nav-link-padding-x);
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .header-area .main-menu li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .header-area .main-menu li a {
    --bs-navbar-nav-link-padding-x: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .header-area .main-menu li a {
    --bs-navbar-nav-link-padding-x: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area .main-menu li a {
    --bs-navbar-nav-link-padding-x: 5px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .header-area .main-menu li a {
    padding: 30px var(--bs-navbar-nav-link-padding-x);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .header-area .main-menu li a {
    padding: 30px var(--bs-navbar-nav-link-padding-x);
  }
}
@media only screen and (max-width: 991px) {
  .header-area .main-menu li a {
    padding: 18px var(--bs-navbar-nav-link-padding-x);
  }
}
.header-area .main-menu li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/menuHoverShap.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.header-area #navbar_top {
  padding: 0;
}

.fixed-top {
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
}

.header-area #navbar_top {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .header-area #navbar_top {
    padding: 20px 0;
  }
}

.header-area .main-menu li:hover a::before {
  opacity: 1;
  visibility: visible;
}

.header-area .main-menu li:hover a {
  color: #47FC28;
  font-weight: 700;
}

.header-right .boxed-btn {
  display: inline-block;
  padding: 19px 32px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  color: #000;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .header-right .boxed-btn {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .header-right .boxed-btn {
    padding: 15px 25px;
    font-size: 15px;
  }
}
.header-right .boxed-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/header-Btn-shap2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.header-right .boxed-btn:hover::before {
  background-image: url("../img/header-Btn-shap1.png");
}

.header-right .boxed-btn:hover {
  color: #47FC28;
}

.navbar-toggler-icon {
  width: 1.8em;
  height: 2em;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler:focus {
  outline: unset;
  border: unset;
  box-shadow: none;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  --bs-navbar-toggler-font-size:20px;
  font-size: var(--bs-navbar-toggler-font-size);
  color: #fff;
  background-color: #47FC28;
  --bs-navbar-toggler-border-color: $primary;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
}

.banner-area {
  position: relative;
  z-index: 1;
  padding-top: 230px;
}
@media only screen and (max-width: 767px) {
  .banner-area {
    padding-top: 140px;
  }
}
.banner-area .banner-content {
  position: relative;
  z-index: 1;
}
.banner-area .banner-content h1 {
  margin-top: -20px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .banner-area .banner-content h1 {
    margin-top: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-area .banner-content h1 {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-area .banner-content h1 {
    margin-top: 0;
  }
}
.banner-area .banner-content .subtitle {
  color: #47FC28;
  font-size: 29px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 5.998px;
  text-transform: uppercase;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-area .banner-content .subtitle {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content .subtitle {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area .banner-content .subtitle {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .banner-area .banner-content .subtitle {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-area .banner-content .subtitle {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-area .banner-content .subtitle {
    margin-left: 0;
  }
}
.banner-area .banner-content h5 {
  font-size: 33px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  margin-top: -30px;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-area .banner-content h5 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content h5 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area .banner-content h5 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .banner-area .banner-content h5 {
    margin-left: 0;
    margin-top: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-area .banner-content h5 {
    margin-left: 0;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-area .banner-content h5 {
    margin-left: 0;
    margin-top: 0px;
  }
}
.banner-area .banner-content .hero-bottom-img {
  margin-top: -130px;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .banner-area .banner-content .hero-bottom-img {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-area .banner-content .hero-bottom-img {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-area .banner-content .hero-bottom-img {
    margin-top: 0px;
  }
}
.banner-area .auditBy-area {
  border-top: 1px solid #303033;
  border-bottom: 1px solid #303033;
}
.banner-area .auditBy-area h5 {
  color: #56555A;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-area .auditBy-area h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .auditBy-area h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area .auditBy-area h5 {
    font-size: 16px;
  }
}
.banner-area .auditBy-area .container {
  padding-block: 34px;
  border-left: 1px solid #303033;
  padding-left: 30px;
}
.banner-area .icon {
  background: #47FC28;
  width: 36px;
  padding: 6px;
  border-radius: 50%;
}
.banner-area .social-media a {
  margin-left: 5px;
}
.banner-area .social-media a:hover {
  opacity: 0.5 !important;
}

.about-area .service-wrapper {
  margin-top: 95px;
}
@media only screen and (max-width: 991px) {
  .about-area .service-wrapper {
    margin-top: 50px;
  }
}
.about-area .copytoclipboard {
  position: relative;
  margin-top: 78px;
  padding: 28px 30px;
  border: 1px solid #303033;
}
@media only screen and (max-width: 991px) {
  .about-area .copytoclipboard {
    margin-top: 50px;
    padding: 20px;
  }
}
.about-area .copytoclipboard p {
  font-size: 24px;
  line-height: normal;
  font-family: "Work Sans", sans-serif;
  color: #fff;
  word-break: break-all;
  padding-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .about-area .copytoclipboard p {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .copytoclipboard p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .copytoclipboard p {
    font-size: 20px;
  }
}
.about-area .copytoclipboard button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 100px;
  border: 1px solid #1C1C1F;
  background: #47FC28;
}
.about-area .copytoclipboard button:hover {
  background: #fff;
}
.about-area .copytoclipboard button img {
  max-width: 36px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-area .copytoclipboard button {
    width: 80px;
  }
}
.about-area .copytoclipboard .copyBoxShap {
  position: absolute;
  top: 0;
  left: 0;
  width: 169px;
}
.about-area .single-service-item {
  padding: 35px 45px 35px 32px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .about-area .single-service-item {
    margin-bottom: 30px;
  }
}
.about-area .single-service-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/service-box-shap.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.about-area .single-service-item .service-icon {
  margin-bottom: 40px;
  padding: 9px;
  position: relative;
  z-index: 1;
  width: 51px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.about-area .single-service-item .service-icon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/serviceIconBorder.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.about-area .single-service-item h4 {
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .about-area .single-service-item h4 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .single-service-item h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .about-area .single-service-item h4 {
    font-size: 20px;
  }
}
.about-area .single-service-item p {
  font-size: 16px;
}

.about-area .single-service-item .service-icon svg path {
  transition: all 0.3s ease-in-out;
}

.about-area .single-service-item:hover:before {
  background-image: url("../img/service-box-Hover-shap.png");
}

.about-area .single-service-item:hover .service-icon::before {
  background-image: url("../img/serviceIconBorderHover.png");
}

.about-area .single-service-item:hover .service-icon svg path {
  fill: #47FC28;
}

.checked {
  max-width: 40px !important;
}

.copy {
  max-width: 36px !important;
}
@media only screen and (max-width: 767px) {
  .copy {
    max-width: 33px !important;
  }
}

@media only screen and (max-width: 767px) {
  .tokenomics-area {
    padding-top: 80px;
  }
}
.tokenomics-area .section-title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
  height: 317px;
}
@media only screen and (max-width: 991px) {
  .tokenomics-area .section-title {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-area .section-title {
    text-align: center;
  }
}
.tokenomics-area .section-title .sectionTitle_bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .tokenomics-area .section-title .sectionTitle_bg img {
    display: none;
  }
}
.tokenomics-area .section-title .subtitle {
  margin-top: 66px;
  margin-bottom: auto;
  margin-left: 50px;
  margin-right: auto;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .tokenomics-area .section-title .subtitle {
    margin-top: 48px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-area .section-title .subtitle {
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-area .section-title .subtitle {
    display: inline-block;
    color: #47FC28;
    margin-bottom: 12px;
  }
}
.tokenomics-area .section-title h2 {
  max-width: 587px;
  text-align: right;
  color: #000;
  margin-right: 55px;
}
@media only screen and (max-width: 991px) {
  .tokenomics-area .section-title h2 {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-area .section-title h2 {
    color: #47FC28;
    margin-right: 0;
    text-align: center;
    max-width: 100%;
  }
}
.tokenomics-area .section-title h2 span {
  margin-top: 0;
  display: block;
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .tokenomics-area .section-title h2 span {
    color: #9C9C9F;
  }
}
.tokenomics-area .details {
  padding-top: 280px;
}
@media only screen and (max-width: 991px) {
  .tokenomics-area .details {
    padding-top: 55px;
  }
}
.tokenomics-area .details li {
  padding: 18px 40px;
  border-top: 1px solid #303033;
  font-size: 35px;
  line-height: normal;
  font-family: "Spline Sans", sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .tokenomics-area .details li {
    padding: 18px 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .tokenomics-area .details li {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tokenomics-area .details li {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-area .details li {
    font-size: 24px;
  }
}
.tokenomics-area .details li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #47FC28;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.tokenomics-area .details li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(42, 150, 24, 0.16) -0.63%, rgba(71, 252, 40, 0) 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.tokenomics-area .details li span {
  color: #47FC28;
  font-size: 52px;
  line-height: normal;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .tokenomics-area .details li span {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tokenomics-area .details li span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-area .details li span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-area .details li span {
    font-size: 25px;
  }
}
.tokenomics-area .details li:last-child {
  border-bottom: 1px solid #303033;
}
.tokenomics-area .details li:hover::before, .tokenomics-area .details li:hover::after, .tokenomics-area .details li.active::after, .tokenomics-area .details li.active::before {
  opacity: 1;
  visibility: visible;
}
.tokenomics-area .chart-all-info {
  margin-top: -125px;
  position: relative;
  z-index: 1;
  margin-inline: 0;
}
.tokenomics-area .chart-all-info::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/tokenomics-border.png");
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .tokenomics-area .chart-all-info::before {
    display: none;
  }
}
.tokenomics-area .tokenomics-area h2 span {
  color: rgba(0, 0, 0, 0.4);
}
.tokenomics-area #chart {
  border: none;
}
.tokenomics-area .chart-heading {
  padding-top: 45px;
  padding-left: 50px;
}
.tokenomics-area .chart-wrapper {
  height: 100%;
  border-right: 1px solid #303033;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .tokenomics-area .chart-wrapper {
    border-right: 0;
  }
}
.tokenomics-area .chart-wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: #47FC28;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .tokenomics-area .chart-wrapper::before {
    display: none;
  }
}
.tokenomics-area .chart-wrapper::after {
  position: absolute;
  content: "";
  left: 40px;
  bottom: -13px;
  width: 60%;
  height: 27px;
  background-image: url("../img/tokenChart_bottomShap.png");
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .tokenomics-area .chart-wrapper::after {
    display: none;
  }
}
.tokenomics-area .chart-wrapper span {
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .tokenomics-area .chart-wrapper span {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tokenomics-area .chart-wrapper span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-area .chart-wrapper span {
    font-size: 16px;
  }
}
.tokenomics-area .chart-wrapper h4 {
  font-size: 52px;
  line-height: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .tokenomics-area .chart-wrapper h4 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tokenomics-area .chart-wrapper h4 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tokenomics-area .chart-wrapper h4 {
    font-size: 35px;
  }
}
.tokenomics-area .chart-container {
  margin-top: 40px;
  width: 354px;
  position: relative;
  margin-inline: auto;
}
@media only screen and (max-width: 479px) {
  .tokenomics-area .chart-container {
    width: 330px;
  }
}
.tokenomics-area .chart-container .chartMiddleShap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65%;
  height: 65%;
  transform: translate(-50%, -50%);
}
.tokenomics-area .row.chart-all-info .col-lg-5, .tokenomics-area .row.chart-all-info .col-lg-7 {
  padding: 0;
}

.whyWe-area .whyWe-wrapper {
  padding-top: 120px;
  border-left: 1px solid #303033;
  border-right: 1px solid #303033;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .whyWe-area .whyWe-wrapper {
    padding-top: 0;
  }
}
.whyWe-area .whyWe-inner {
  position: relative;
  z-index: 1;
}
.whyWe-area .whyWe-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  width: 200%;
  height: 1px;
  background-color: #303033;
}
.whyWe-area .whyWe-inner::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -50%;
  width: 200%;
  height: 1px;
  background-color: #303033;
}
.whyWe-area .whyWe-inner .section-title {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-left: 70px;
  padding-bottom: 70px;
  margin-left: 30px;
  border-right: 1px solid #303033;
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .whyWe-area .whyWe-inner .section-title {
    margin-left: 0;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .whyWe-area .whyWe-inner .section-title {
    margin-left: 0;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .whyWe-area .whyWe-inner .section-title {
    margin-left: 0;
    padding-left: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.whyWe-area .whyWe-inner .section-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 47px;
  background-image: url("../img/whyWeLeftBottomShap.png");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
.whyWe-area .whyWe-inner .section-title h2 {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 510px;
}
.whyWe-area .whyWe-inner .section-title p {
  max-width: 510px;
}
.whyWe-area .whyWe-inner .section-title .whySectionImg {
  position: absolute;
  bottom: 48px;
  right: 20px;
  max-width: 185px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .whyWe-area .whyWe-inner .section-title .whySectionImg {
    display: none;
  }
}

.counter-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
  height: 100%;
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .counter-wrapper {
    padding: 30px;
  }
}
.counter-wrapper h5 {
  color: #9C9C9F;
  font-family: "Roboto Mono", monospace;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .counter-wrapper h5 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrapper h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-wrapper h5 {
    font-size: 20px;
  }
}
.counter-wrapper h3 {
  font-size: 56px;
  line-height: normal;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .counter-wrapper h3 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-wrapper h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .counter-wrapper h3 {
    font-size: 35px;
  }
}
.counter-wrapper .dashed-img {
  position: absolute;
  bottom: -13px;
  left: 55%;
  width: 80%;
  height: 27px;
}

.counter-wrapper:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #303033;
  z-index: -1;
}
@media only screen and (max-width: 479px) {
  .counter-wrapper:before {
    display: none;
  }
}

.counter-wrapper:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 200%;
  height: 1px;
  background: #303033;
  z-index: -1;
}
@media only screen and (max-width: 479px) {
  .counter-wrapper:after {
    display: none;
  }
}

.whyWe-inner .col-lg-7, .whyWe-inner .col-lg-5 {
  padding: 0;
}

.counter-single-item {
  padding: 50px 10px;
}
@media only screen and (max-width: 479px) {
  .counter-single-item {
    padding: 20px 0;
  }
}

.ecosystem-area {
  position: relative;
  z-index: 1;
}
.ecosystem-area:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 55%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url("../img/secrat_middle-shap.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .ecosystem-area:before {
    top: 50%;
  }
}
.ecosystem-area .section-title {
  max-width: 1120px;
  margin-inline: auto;
}
.ecosystem-area .section-title h3 span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .ecosystem-area .section-title h3 {
    font-size: 28px;
  }
}
.ecosystem-area .section-title p {
  color: #9C9C9F;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .ecosystem-area .section-title p {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ecosystem-area .section-title p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .ecosystem-area .section-title p {
    font-size: 20px;
  }
}
.ecosystem-info-wrapper p {
  text-transform: uppercase;
  text-align: center;
  max-width: 1140px;
  margin-inline: auto;
  font-weight: 400;
  font-family: "Spline Sans", sans-serif;
  line-height: 150%;
}

.ecosystem-info-inner {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .ecosystem-info-inner {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.ecosystem-info-inner .eco-content {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
}
.ecosystem-info-inner .eco-content .eco-left {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .ecosystem-info-inner .eco-content .eco-left {
    text-align: left;
  }
}
.ecosystem-info-inner .eco-content .eco-left .eco-signle-item.top {
  position: absolute;
  top: 27%;
  left: 10.5%;
}
@media only screen and (max-width: 767px) {
  .ecosystem-info-inner .eco-content .eco-left .eco-signle-item.top {
    left: 5%;
    top: 5%;
  }
}
.ecosystem-info-inner .eco-content .eco-left .eco-signle-item.bottom {
  position: absolute;
  bottom: 23%;
  left: 2.5%;
}
@media only screen and (max-width: 767px) {
  .ecosystem-info-inner .eco-content .eco-left .eco-signle-item.bottom {
    left: 5%;
    bottom: 5%;
  }
}
.ecosystem-info-inner .eco-content .eco-right {
  margin-right: 10%;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .ecosystem-info-inner .eco-content .eco-right {
    text-align: right;
  }
}
.ecosystem-info-inner .eco-content .eco-right .eco-signle-item.top {
  position: absolute;
  top: 27%;
  right: 13%;
}
@media only screen and (max-width: 767px) {
  .ecosystem-info-inner .eco-content .eco-right .eco-signle-item.top {
    right: 5%;
    top: 5%;
  }
}
.ecosystem-info-inner .eco-content .eco-right .eco-signle-item.bottom {
  position: absolute;
  bottom: 22%;
  right: 11.5%;
}
@media only screen and (max-width: 767px) {
  .ecosystem-info-inner .eco-content .eco-right .eco-signle-item.bottom {
    right: 5%;
    bottom: 5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .eco-signle-item span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eco-signle-item span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .eco-signle-item span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .eco-signle-item h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eco-signle-item h3 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .eco-signle-item h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .eco-signle-item {
    max-width: 150px;
  }
}
.eco-signle-item span {
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 5px;
}

.echo-wrapper {
  margin: 0;
  padding-top: 140px;
  padding-bottom: 115px;
}
@media only screen and (max-width: 991px) {
  .echo-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .echo-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/*
RoadMap Style start
======================*/
.roadmap-area {
  padding-top: 80px;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .roadmap-area {
    padding-top: 50px;
  }
}
.roadmap-area .section-title {
  max-width: 702px;
  margin-bottom: 65px;
}
.roadmap-area .section-title h2 span {
  display: block;
}
.roadmap-area .single-roadmap-item {
  border: 1px solid #303033;
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .roadmap-area .single-roadmap-item {
    padding-bottom: 80px;
  }
}
.roadmap-area .single-roadmap-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 91px;
  width: 1px;
  height: 100%;
  background: #303033;
}
.roadmap-area .single-roadmap-item h3 {
  padding: 35px;
  color: #fff;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(45deg, rgba(42, 150, 24, 0.16) -0.63%, rgba(71, 252, 40, 0) 100%);
  display: inline-block;
  padding-left: 125px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .roadmap-area .single-roadmap-item h3 {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .roadmap-area .single-roadmap-item h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .roadmap-area .single-roadmap-item h3 {
    font-size: 20px;
  }
}
.roadmap-area .single-roadmap-item ul li {
  color: #9C9C9F;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 125px;
  position: relative;
}
.roadmap-area .owl-nav {
  position: absolute;
  top: -110px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .roadmap-area .owl-nav {
    top: -70px;
  }
}
.roadmap-area .owl-nav button {
  margin-left: 30px;
}
.roadmap-area .owl-prev img {
  transform: scale(-1);
}
@media only screen and (max-width: 767px) {
  .roadmap-area .owl-nav button img {
    max-width: 40px;
  }
}

.roadmap-area .owl-nav button:hover {
  opacity: 0.5;
}

.roadmap-area .owl-stage-outer {
  overflow: visible !important;
}

.roadmap-area .owl-stage {
  display: flex;
}

.roadmap-area .owl-item {
  display: flex;
}

.single-roadmap-item {
  width: 100%;
}

.single-roadmap-item h3 {
  font-size: 24px;
  line-height: 56px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.single-roadmap-item {
  background: #08070A;
  border-radius: 7px;
}

.single-roadmap-item ul li {
  font-size: 24px;
  line-height: normal;
  line-height: 132.6%;
  letter-spacing: -0.025em;
  position: relative;
  padding-left: 35px;
  margin-bottom: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .single-roadmap-item ul li {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-roadmap-item ul li {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .single-roadmap-item ul li {
    font-size: 20px;
  }
}

.single-roadmap-item ul li a {
  color: #9C9C9F;
}

.single-roadmap-item ul li::before {
  position: absolute;
  content: "";
  left: 35px;
  top: 0;
  width: 22px;
  height: 22px;
  background-image: url("../img/roadmap-list-dot.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.single-roadmap-item ul li:hover::before {
  background-color: #47FC28;
}

.single-roadmap-item ul {
  margin-top: 25px;
}

.count {
  position: absolute;
  top: 20px;
  left: 30px;
  color: #47FC28;
  font-size: 49.743px;
  font-weight: 700;
  text-transform: uppercase;
}

.roadmap-wrapper {
  position: relative;
  z-index: 1;
}
.roadmap-wrapper::before {
  position: absolute;
  content: "";
  left: -50%;
  top: 0;
  width: 200%;
  height: 1px;
  background-color: #303033;
}
.roadmap-wrapper::after {
  position: absolute;
  content: "";
  left: -50%;
  bottom: 0px;
  width: 200%;
  height: 1px;
  background-color: #303033;
}

/*
RoadMap Style end
======================*/
.partner-area .partner-section-wrapper {
  margin: 0;
  border-left: 1px solid #303033;
}
.partner-area .partner-section-wrapper .col {
  margin: 0;
}
.partner-area .section-title {
  padding: 30px;
  position: relative;
  z-index: 1;
}
.partner-area .section-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 200%;
  left: -50%;
  height: 1px;
  background-color: #303033;
}
.partner-area .section-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0%;
  height: 5px;
  background-image: url("../img/partner_bottom_shap.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.partner-area .section-title h4 {
  color: #9C9C9F;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .partner-area .section-title h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .partner-area .section-title h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .partner-area .section-title h4 {
    font-size: 16px;
  }
}
.partner-area .partner-wrapper {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
.partner-area .partner-wrapper::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 200%;
  left: -50%;
  height: 1px;
  background-color: #303033;
}

.faqArea {
  position: relative;
  z-index: 1;
  max-width: 1063px;
  margin-inline: auto;
}
.faqArea .section-title {
  padding-bottom: 50px;
}
.faqArea .accordion-item {
  background: transparent;
  border: 0;
  padding: 43px 0px;
  border-top: 1px solid #303033;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .faqArea .accordion-item {
    border-bottom-width: 1px;
  }
}
.faqArea .accordion-item::last-child {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faqArea .accordion-item {
    padding: 24px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .faqArea .accordion-item {
    padding: 20px 10px;
  }
}
.faqArea .accordion-item .accordion-button {
  font-size: 24px;
  line-height: normal;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  width: 100%;
  gap: 32px;
  color: #9C9C9F;
  font-family: "Spline Sans", sans-serif;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  --arrow-width: 22px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .faqArea .accordion-item .accordion-button {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faqArea .accordion-item .accordion-button {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .faqArea .accordion-item .accordion-button {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .faqArea .accordion-item .accordion-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faqArea .accordion-item .accordion-button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .faqArea .accordion-item .accordion-button {
    font-size: 22px;
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .faqArea .accordion-item .accordion-button {
    gap: 15px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.faqArea .accordion-item .accordion-button.collapsed {
  color: #9C9C9F;
}
.faqArea .accordion-item .accordion-body {
  color: #9C9C9F;
  opacity: 0.7;
  font-size: 25px;
  line-height: normal;
  font-weight: 700;
  padding-left: 50px;
  padding-right: 30px;
  padding-bottom: 0;
  margin-top: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .faqArea .accordion-item .accordion-body {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faqArea .accordion-item .accordion-body {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .faqArea .accordion-item .accordion-body {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .faqArea .accordion-item .accordion-body {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faqArea .accordion-item .accordion-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .faqArea .accordion-item .accordion-body {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.faqArea .accordion-item .accordion-body a::hover {
  color: #fff;
}
.faqArea .accordion-item .accordion-body a:hover {
  color: #fff;
}
.faqArea .accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0rem transparent;
  --bs-accordion-inner-border-radius: 10px - 10px;
}
.faqArea .accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus.svg");
  transition: all 0.3s ease-in-out;
}
.faqArea .accordion-button::after {
  background-image: url("../img/plus.svg");
  transition: all 0.3s ease-in-out;
  background-size: var(--arrow-width) !important;
  width: var(--arrow-width) !important;
  height: var(--arrow-width) !important;
}
.faqArea h2.accordion-header {
  background: transparent !important;
}
.faqArea button.accordion-button {
  background: transparent !important;
}

.faq-wrapper, .social-contact-wraper {
  margin: 0;
  border-left: 1px solid #303033;
  border-right: 1px solid #303033;
  padding-top: 115px;
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .faq-wrapper, .social-contact-wraper {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-wrapper, .social-contact-wraper {
    padding-top: 70px;
  }
}
.faq-wrapper .col-12, .social-contact-wraper .col-12 {
  padding: 0;
  margin: 0;
}

.social-contact-wraper {
  padding-top: 0px;
}

.social-contact-area {
  position: relative;
  z-index: 1;
  max-width: 1063px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.social-contact-area::before {
  position: absolute;
  content: "";
  top: 0;
  width: 300%;
  left: -100%;
  height: 1px;
  background-color: #303033;
}
.social-contact-area .socialContactMiddleImg {
  padding: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 320px;
  height: 320px;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-contact-area .socialContactMiddleImg {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .social-contact-area .socialContactMiddleImg {
    width: 150px;
    height: 150px;
    padding: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .social-contact-area .socialContactMiddleImg {
    display: none;
  }
}
.social-contact-area .socialContactMiddleImg .smimgShap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: rotated 15s linear infinite;
}
.social-contact-area .single-item {
  padding: 74px 50px;
}
@media only screen and (max-width: 479px) {
  .social-contact-area .single-item {
    padding: 35px 15px;
  }
}
.social-contact-area .single-item span {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 13px;
}
.social-contact-area .right {
  text-align: right;
}

@keyframes rotated {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.social-inner {
  position: relative;
  z-index: 1;
}
.social-inner::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 30%;
  height: 1px;
  background-color: #303033;
}
.social-inner::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 30%;
  height: 1px;
  background-color: #303033;
}
@media only screen and (max-width: 479px) {
  .social-inner::after {
    width: 100%;
  }
}

.social-contact-area .single-item a:hover h4 {
  color: #9C9C9F;
}

.social-contact-area .single-item a h4 {
  transition: all 0.3s ease-in-out;
}

.footer-area {
  position: relative;
  z-index: 1;
  max-width: 1202px;
  margin-inline: auto;
  padding: 45px;
}
@media only screen and (max-width: 767px) {
  .footer-area {
    padding: 20px;
    padding-top: 35px;
  }
}
.footer-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/footer-border-top.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.footer-area::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 614.123px;
  height: 614.123px;
  border-radius: 614.123px;
  opacity: 0.2;
  background: #47FC28;
  filter: blur(250px);
  z-index: -1;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .footer-area::after {
    width: 250px;
    height: 250px;
    border-radius: 250px;
  }
}
.footer-area .footer-menu li {
  display: inline-block;
}
.footer-area .footer-menu li a {
  color: #9C9C9F;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 30px;
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-menu li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-menu li a {
    padding: 10px 15px;
  }
}
.footer-area .footer-menu li:hover a {
  color: #47FC28;
}
.footer-area .footer-top {
  padding-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top {
    padding-bottom: 20px;
  }
}
.footer-area .footer-bottom {
  position: relative;
  z-index: 1;
  padding-top: 45px;
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom {
    padding-top: 20px;
  }
}
.footer-area .footer-bottom::before {
  position: absolute;
  content: "";
  top: 0;
  width: 300%;
  left: -100%;
  height: 1px;
  background-color: #303033;
}
.footer-area .footer-bottom::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  left: 0;
  height: 5px;
  background-image: url("../img/footer-line.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: top center;
}
.footer-area .footer-bottom p {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */