:root {
  --ws-primary:#14F195;
  --ws-primary-rgb: 20,241,149;
  --ws-accent: #9347FB;
  --ws-accent-rgb: rgb(147,71,251);
  --ws-text:   #0E1420;

  --ws-trans: all 0.35s ease-in-out;
}

h1,
h2,
h3 {}

body {
  background-image: url('../images/whales-market-bg-full.png');
  background-repeat: repeat;
  background-position: top;
  background-size: contain;
}

body::before {
  content: '';
  background-image: url('../images/sharks.market-bg-gd.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
}

@media screen and (min-width: 1200px) {
  body::before {
    height: 100%;
    background-size: 100%;
  }
}

a {
  transition: var(--ws-trans);
}

.bb-btn {
  font-family: 'Manrope', sans-serif;
}

.btn {
  align-items: center;
  border-radius: .5rem;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  justify-content: center;
  padding: 1rem 1.25rem;
  gap: 0.25rem;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .btn {
    padding: 1.25rem 2rem;
  }
}

.btn .mask {
  position: relative;
  overflow: hidden;
}

/* Button small */
.btn-sm {
  border-radius: .375rem;
  font-size: .875rem;
  padding: .625rem .75rem;
}

@media (min-width: 768px) {
  .btn-sm {
    font-size: 1rem;
    padding: .75rem 1rem;
  }
}

.btn .mask .link-title {
  display: block;
}

.btn.market-link:hover .link-title {
  color: var(--ws-primary);
}

.btn.market-link:hover svg {
  fill: var(--ws-primary);
}

/* .btn .mask .link-title1 {
  transform-origin: right center;
} */

.btn .link-icon {
  position: relative;
  overflow: hidden;
  height: 1rem;
}

.btn .link-icon svg {
  display: block;
}

.btn .link-icon svg:nth-child(2) {
  transform: translate(-40px);
}


.btn:hover .link-container,
.btn:focus .link-container,
.btn:active .link-container {
  /* transform: translateY(-16px); */
}

.btn:hover .link-title1,
.btn:focus .link-title1,
.btn:active .link-title1 {
  /* transform: rotate(20deg); */
}

.btn:hover .link-title2,
.btn:focus .link-title2,
.btn:active .link-title2 {
  /* transform: rotate(0); */
}

.btn:hover svg,
.btn:focus svg,
.btn:active svg {
  /* transform: rotate(45deg); */
}

.btn-primary {
  background-color: var(--ws-primary);
  color: var(--ws-text);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: rgba(var(--ws-primary-rgb), 0.85);
  color: var(--ws-text);
}


.btn-bg-gd {
  background: linear-gradient(90deg, #9645FD 25.45%, #24EE9F 52.01%);
  transition: all .3s ease;
}

.btn-bg-gd:hover {
  background: linear-gradient(90deg, #24EE9F 25.45%, #9645FD 52.01%);
}

.btn-white {
  background-color: #fff;
  border: 2px solid #fff;
  color: var(--ws-text);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background-color: var(--ws-primary);
  border: 2px solid var(--ws-primary);
}

/* Background solid color */
.bg-primary {
  transition: var(--ws-trans);
}

.bg-primary:hover,
.bg-primary:focus,
.bg-primary:active {
  color: #fff;
}

.bg-secondary {
  background-color: var(--ws-secondary);
}

.bg-light {
  background: url(../images/hero-light.png) no-repeat center bottom;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  left: -160px;
  bottom: -80px;
  right: -160px;
  height: 100%;
}

.cta-bg-gd {
  background: linear-gradient(90deg, #9347FB 0%, #24ED9F 100%);
}

.bg-gd {
  background: linear-gradient(90deg, #9347FB 0%, #24ED9F 100%);
}

.text-gd {
  background: linear-gradient(90deg, #9347FB 22.46%, #24ED9F 77.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gd-pro {
  background: linear-gradient(90deg, #FEC847 4%, #F73B4C 76.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-hilite {
  color: var(--ws-primary);
}

.text-accent {
  color: var(--ws-accent);
}

#header {
}

/* Navigation */
.menu-item {
  transition: all 0.25s ease;
}

.menu-item:hover,
.menu-item:focus,
.menu-item:active {
  opacity: 1;
}

.menu-item.active {
  color: var(--ws-primary);
  opacity: 1;
}

/* Hero */
.hero-decor::before {
  content: "";
  display: block;
  border: 4px solid rgba(255, 255, 255, 0.1);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.step-img {
  display: none;
  height: 780px;
  opacity: 0;
}

.step-img.show {
  display: flex;
  opacity: 1;
}

.step {
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

.step:hover,
.step.active {
  border: 1px solid #2563eb;
}

/* Box typo */
.ws-box {
  background-image: linear-gradient(45deg, transparent, rgba(25, 251, 155, .3) 20%, transparent 100%, transparent);
  padding: 1px;
}

.ws-box-inner {
  background: rgba(20, 241, 149, 0.05);
}

/* #introduction {
  background: url(../images/hero-bg.png) no-repeat center bottom;
  background-size: cover;
} */


/* Section typography
--------------------- */
/* .section .sec-heading h2 {
  line-height: 1.1;
} */

.bg-linear {
  background: linear-gradient(180deg, rgba(135, 82, 243, 0.00) 15.58%, #8752F3 100%);
}


/* Road map
--------------------- */
.roadmap-wrap::before {
  background: #fff;
  content: "";
  display: block;
  opacity: 0.03;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 3px;
}

@media (max-width: 992px) {
  .roadmap-wrap::before {
    left: 4px;
  }
}

.roadmap-wrap .roadmap-box {
  position: relative;
}

.roadmap-wrap .roadmap-box::before,
.roadmap-wrap .roadmap-box::after {
  content: "";
  display: block;
  position: absolute;
}

.roadmap-wrap .roadmap-box::before {
  background-color: var(--ws-primary);
  border: 6px solid #1D273A;
  border-radius: 50%;
  left: -64px;
  top: calc(50% - 6px);
  height: 24px;
  width: 24px;
}

@media (max-width: 992px) {
  .roadmap-wrap .roadmap-box::before {
    left: -38px;
  }
}

.roadmap-wrap .roadmap-box::after {
  background: #fff;
  opacity: 0.03;
  height: 3px;
  top: calc(50% + 5px);
  left: -40px;
  width: 40px;
}

@media (max-width: 992px) {
  .roadmap-wrap .roadmap-box::after {
    left: -14px;
    width: 14px;
  }
}

/* Footer */
.social-links a {
  opacity: .4;
}

@media (max-width: 768px) {
  #secure img {
    max-width: none;
    width: 375px;
  }
}

/* Word slider */
.word-slider {
  display: inline-block;
  height: 43px;
  overflow: hidden;
  margin-left: -32px;
}

@media (min-width: 768px) {
  .word-slider {
    height: 60px;
  }
}

@media (min-width: 992px) {
  .word-slider {
    height: 128px;
  }
}

.word-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-animation-name: wordslider;
  animation-name: wordslider;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.word-slider ul li {
  display: block;
}


@-webkit-keyframes wordslider {

  0%,
  27% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  33%,
  60% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }

  66%,
  93% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  100% {
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
  }
}

@keyframes wordslider {

  0%,
  27% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  33%,
  60% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }

  66%,
  93% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  100% {
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
  }
}

.sec-heading-gd {
  background: linear-gradient(180deg, #9446FC 18.75%, rgba(148, 70, 252, 0.00) 89.84%);
  background-clip: text;
}

#content-grounp {
  transition: overflow 0.35s ease-out;
}

.token-listed {
  align-items: center;
  border-radius: .5rem;
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  justify-content: center;
  padding: .5rem;
  gap: .5rem;
}

@media (min-width: 992px) {
  .token-listed {
    padding: 0.75rem;
    gap: 1rem;
  }
}

.token-listed .token-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .token-listed .token-name {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .token-listed .token-name {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .token-listed img {
    width: 32px;
  }
}

#show-more-gd {
  background: linear-gradient(180deg, rgba(17, 18, 22, 0.00) 43.04%, #111217 93.54%);
  transition: height .5s ease-out ;
}

#token-listed {
  transition: height ease-in-out 1s;
  position: relative;
}

#token-listed::before {
  content: '';
  background: linear-gradient(to top, rgba(17, 18, 22, 0.00) 30.53%, #111217 89.16%);
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  position: absolute;
  z-index: 2;
}

#token-listed::after {
  content: '';
  background: linear-gradient(to bottom, rgba(17, 18, 22, 0.00) 30.53%, #111217 89.16%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 285px;
  position: absolute;
  z-index: 2;
}

.token-listed-group {
  /* animation: tokenListed 40s linear infinite; */
}

@keyframes tokenListed {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-534px);
  }
}

.markets-heading {
  color: #707A8A;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.18px;
  cursor: pointer;
  transition: var(--ws-trans);
}

@media screen and (min-width: 992px) {
  .markets-heading {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}

.tab:hover,
.tab-active {
  color: #14F195;
}

.markets-heading svg .stop-1 {
  stop-color: #656970;
  transition: stop-color 0.35s ease-out;
}

.markets-heading svg .stop-2 {
  stop-color: #656970;
  transition: stop-color 0.35s ease-out;
}

.markets-heading svg {
  fill: #707A8A;
  transition: fill 0.35s ease-out;
}

.tab-active svg {
  fill: #14F195;
}

/* .markets-heading.tab-active svg .stop-1 {
  stop-color: #14F195;
} */
/* .markets-heading.tab-active .stop-1 {
  stop-color: #14F195;
} */

.markets-heading.tab-active svg .stop-1 {
  stop-color: #9347FB;
}

.markets-heading.tab-active svg .stop-2 {
  stop-color: #24ED9F;
}

.markets-heading:not(.tab-active):hover {
  color: rgba(255, 255, 255, .7);
}

.markets-heading:not(.tab-active):hover svg {
  fill: rgba(255, 255, 255, .7);
}

.tab:hover svg {
  /* fill: linear-gradient(90deg, #9645FD 25.45%, #24EE9F 52.01%); */
  fill: #14F195;
}

.markets-more {
  transition: height 0.35s ease-out;
}

.markets-more .market-description {
  color: #707A8A;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 2.5rem;
}

@media screen and (min-width: 992px) {
  .markets-more .market-description {
    font-size: 18px;
    line-height: 1.4;
  }
}

.market-link {
  color: #fff;
}

.market-link svg {
  fill: #fff;
  transition: fill 0.35s ease-in-out;
}

.market-link:hover {
  color: #14F195;
}

.market-link:hover svg {
  fill: #14F195;
}

.market-media,
.tab-content {
  animation: market-media .75s ease-in-out;
}

@keyframes market-media {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes market-media {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes market-media {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes market-media {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* .tab-bar.active {
  border-top-color: var(--ws-primary);
} */

.whalesmarket-apart .tab-bar {
  position: relative;
  cursor: pointer;
}

.whalesmarket-apart .tab-bar:hover {
  cursor: pointer;
}

.whalesmarket-apart .tab-bar::before {
  content: '';
  background: #1B1C23;
  top: 0;
  left: 0;
  height: 2px;
  position: absolute;
  width: 100%;
}

.whalesmarket-apart .tab-bar::after {
  content: '';
  background: #1B1C23;
  top: 0;
  left: 0;
  height: 2px;
  position: absolute;
  width: 100%;
}

.whalesmarket-apart .swiper-slide-thumb-active .tab-bar::after {
  background: var(--ws-primary);
  animation: tabActive .5s ease-out;
}

@keyframes tabActive {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.whalesmarket-apart .swiper-slide:not(.swiper-slide-thumb-active) .tab-number {
  color: rgba(255, 255, 255, .5);
  background: transparent;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  transition: var(--ws-trans);
}

.whalesmarket-apart .swiper-slide:not(.swiper-slide-thumb-active):hover .tab-number,
.whalesmarket-apart .swiper-slide:not(.swiper-slide-thumb-active):hover .tab-bar-title {
  color: rgba(255, 255, 255, .8);
}

.whalesmarket-apart .swiper-slide:not(.swiper-slide-thumb-active) .tab-bar-title {
  color: rgba(255, 255, 255, .5);
  transition: var(--ws-trans);
}
@media screen and (min-width: 1200px) {
  .coating::before {
    content: '';
    /* background: rgba(255, 255, 255, .01); */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
  }
}

#testimonials-media {
  height: 310px;
  overflow: hidden;
  transition: height 1s ease;
}

@media (min-width: 768px) {
  #testimonials-media {
    height: 610px;
  }
}

#testimonials-media.expanded {
  height: 1327px;
}

@media screen and (min-width: 768px) {
  #testimonials-media.expanded {
    height: 1710px;
  }
}

@media (min-width: 992px) {
  #testimonials-media.expanded {
    height: 2058px;
  }
}

.testimonials-media img {
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .testimonials-media img {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 756px) {
  .whalesmarket-apart .swiper-wrapper {
    display: block;
    overflow: unset;
  }

  .swiper-slide+.swiper-slide{
    margin-top: 1rem;
  }
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  --webkit-transition-delay: 5s !important;
}

.truly-bg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.00) 100%);;
}

.opacity-transition {
  animation: opacity-transition 3s ease-out infinite;
}

@keyframes opacity-transition {
  0% {
    opacity: 0.5;
  }

  20% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

.partners-item {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem;
}

@media (min-width: 992x) {
  .partners-item {
    min-height: 100px;
  }
}