/* @import url("../../css"); */
@import url("bootstrap.min.css");
@import url("ionicons.min.css");
@import url("jquery.mCustomScrollbar.min.css");

/* INDEX OF CSS




*/
/* root variables */
:root {
  --background-color: #04080f;
}
/* CSS FORMATTED */
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  transition: all 0.15s ease-in-out;
}
/* RESIZE REM */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  color-scheme: dark;
}
body {
  background-color: var(--background-color);
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0.65rem;
  height: 100%;
}
::-webkit-scrollbar-thumb {
  background-color: rgb(122, 149, 255);
  border-radius: 5rem;
}
::-webkit-scrollbar-track {
  background-color: #222324;
}
body * {
  overflow: visible;
}

header.light-bb {
  padding-inline: 5rem;
  font-size: 1.8rem;
  max-width: 220rem;
  margin-inline: auto;
}
header.light-bb a {
  color: white;
}

#headerMenu .dropdown-item {
  font-size: 1.48rem;
  color: black;
}
a.navbar-brand img {
  /* width: 6rem; */
  width: 12rem;
}
.navbar-nav.space {
  gap: 3rem;
}
.nav-item.dropdown.show .nav-link.dropdown-toggle::after {
  transition: all 0.25s ease !important;
  transform: rotate(180deg);
}

.dropdown-item.active,
.dropdown-item:hover {
  color: white !important;
  background-color: royalblue;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
}
.dropdown-menu.show {
  box-shadow: 0px 0px 10px rgba(225, 255, 255, 0.34);
}
.links {
  gap: 2rem;
}
.links a {
  padding: 0.65rem 2rem;
  vertical-align: middle;
  border-radius: 5rem;
  margin-top: 0rem !important;
  position: relative;
  overflow: hidden;
}
.links a span {
  display: block;
  margin-top: -4px;
  position: relative;
  z-index: 1000;
}
.links a:first-child {
  border: 1px solid royalblue;
  box-shadow: 0px 0px 5px royalblue;
}
.links a:first-child:hover {
  color: white;
  /* background-color: royalblue; */
  border: 1px solid transparent;
}
.links a:last-child:hover {
  border: 1px solid transparent;
  color: white;
  /* background-color: slateblue; */
}
.links a:last-child {
  border: 1px solid slateblue;
  box-shadow: 0px 0px 5px slateblue;
}

.links a:first-child::after {
  /* background-color: royalblue; */
}
.links a:last-child::after {
  /* background-color: slateblue; */
}
.links a::after {
  content: "";
  height: 5rem;
  width: 5rem;
  border-radius: 28rem;
  display: block;
  position: absolute;
  z-index: 800;
  left: 50%;
  top: 4rem;
  transform: translateX(-50%);
}
.links a:hover::after {
  top: 0rem;
  border-radius: 2rem;
  /* transform: translateX(-50%) scale(2.25); */
}

.links a:hover {
  background-color: #6610f2;
}

.nav-item.dropdown {
  position: relative;
}
.nav-item.dropdown::after {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  border-radius: 5rem;
  background-color: royalblue;
  position: absolute;
  left: auto;
  right: 0;
}
.nav-item.dropdown:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.nav-item.dropdown:hover a {
  color: #ffffff9d;
}
.ps-5 {
  padding-left: 7rem;
}
* {
  color: white;
}

.head {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 4.4em;
  padding-left: 2rem;
}
.head h1 {
  font-size: 10rem;
  display: block;
  margin-inline: auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.15px;
  margin-bottom: 2rem;
  transform: skew(-6deg);
  cursor: default;
}
.head h1:first-child {
  margin-bottom: -1.5rem;
}
.head h1 span {
  color: transparent;
  background-color: #8bc6ec;
  background-image: linear-gradient(135deg, #8bc6ec 0%, #6369e3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  letter-spacing: -3px;
  display: inline-block;
}
.head .h1-holder:hover h1 {
  color: transparent !important;
  background: linear-gradient(135deg, #8bc6ec 0%, #6369e3 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.head .h1-holder:hover h1:first-child span {
  color: white !important;
}
.head p {
  width: 100%;
  max-width: 900px;
  text-align: center;
  font-size: 1.95rem;
  line-height: 2.8rem;
  margin-top: 0.652rem;
}
.g-images {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
  margin-bottom: 2rem;
}
.g-images img {
  width: 8.5rem;
}
.offer {
  min-width: 300px;
  margin-bottom: 10rem;
}
.offer > div.holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 90%;
  margin-inline: auto;
  /* background-color: #6369e3; */
  position: relative;
}
.offer > div.holder:has(input.emailform:focus-within) {
  width: 102%;
}
.offer > div.holder .emailform {
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0.95rem 2rem;
  font-size: 1.6rem;
  border-radius: 5rem;
  border: none;
  box-shadow: 0px 0px 4px rgb(122, 149, 255),
    0px 0px 10px rgba(105, 90, 205, 0.232);
  display: block;
  background-color: #000;
  padding-right: 10rem;
  transition: all 0.02s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.submitemailform {
  position: absolute;
  right: 4px;
  border-radius: 5rem;
  font-size: 1.42rem;
  padding: 0.6rem 1.5rem;
  outline: none !important;
  border: none !important;
  background: #6369e3;
  background-image: linear-gradient(135deg, #8bc6ec 0%, #6369e3 100%);
  color: rgb(255, 255, 255);
  letter-spacing: 0.11px;
  filter: hue-rotate(330deg);
}

/* WIDGETS */

.tradingwidget .tradingview-widget-container__widget iframe > div {
  background-color: #000 !important;
}
.tradingwidget {
  margin-top: -5rem;
  /* transform: rotate(-1deg); */
  padding-top: 1rem;

  padding-bottom: 7rem;
}

.frame-container {
  height: 13rem;
  border-radius: 0.5rem;
  position: relative;
}

.iframe.container {
  padding-block: 3rem;
  padding-top: 0rem;
  margin-top: -2rem;
}
.iframe.container h1 {
  font-size: 4.5rem;
  width: 90%;
  margin-inline: auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  margin-bottom: 4.2rem;
}
[aria-label="Arcade watermark"] {
  display: none;
}
.smallframer {
  border-radius: 1rem;
}
.frame-container {
  background: transparent;
}
.frame-container iframe {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
  border-radius: 0.5rem;
  position: absolute;
  inset: 0;
  background: transparent;
}
.frame-container iframe html {
  background-color: red;
}

.features.container > div {
  gap: 3rem;
}

.features.container .first {
  margin-block: 7rem;
  margin-bottom: 10rem;
  /* flex-wrap: wrap-reverse; */
}
.features.container .second {
  margin-block: 0rem;
  margin-bottom: 10rem;
  gap: 5rem;
  /* flex-wrap: wrap; */
}
.features.container .third {
  margin-block: 0rem;
  margin-bottom: 10rem;
  /* flex-wrap: wrap-reverse; */
}
.features.container .second .ftext {
  padding-top: 2rem;
}

.first .fimage {
  margin-top: -1rem;
}
.first .ftext h2,
.ftext h2 {
  font-size: 3.5rem;
  line-height: 3.8rem;
  margin-bottom: 2rem;
}
.first .ftext p,
.ftext p {
  font-size: 1.6rem;
  width: 95%;
  margin-right: auto;
}
.features.container .third .ftext h2 {
  line-height: 4.2rem;
  padding-top: 1.5rem;
}
.features.container .third .ftext p {
  line-height: 2.4rem;
}

.features-ticks li {
  font-size: 1.55rem;
  padding-left: 2.5rem;
  background-image: url("../images/icon/tick.png");
  /* background-image: url("../img/icon/giphy.png"); */
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: 0% 3.5px;
}
.features-ticks.one {
  display: grid;
  grid-template-columns: repeat(2, 180px);
  gap: 1rem;
}
.features-ticks.two {
  display: block;
  grid-template-columns: repeat(2, 250px);
  gap: 3rem;
  row-gap: 1rem;
  /* display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem; */
}
.features-ticks.three {
  display: grid;
  grid-template-columns: repeat(2, 180px);
  gap: 3rem;
  row-gap: 1.35rem;
}
/* pricings section */
.pricings {
  min-height: 90vh;
}

.pricing-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pricing-top h3 {
  font-size: 4.5rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
.pricing-top h3 span {
  color: transparent;
  background-color: #8bc6ec;
  background-image: linear-gradient(135deg, #8bc6ec 0%, #6369e3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  letter-spacing: -3px;
  display: inline-block;
}
.pricing-top p {
  text-align: center;
  font-size: 1.85rem;
  background-color: rgba(22, 21, 21, 0.696);
  display: inline-block;
  padding: 0.5rem 1.75rem;
  border-radius: 2rem;
  letter-spacing: -0.25px;
}
.mandy {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  border: 1px solid white;
  padding: 0.5rem 1.5rem;
  min-width: 200px;
  border-radius: 2rem;
  position: relative;
  transition: all 1.5s ease-in-out;
}
.mandy span {
  font-size: 1.62rem;
  display: inline-block;
  text-transform: capitalize;
  color: white;
  transform: translateY(-1px);
  position: relative;
  z-index: 89;
  transition: all 0.15s ease-in-out;
}
.mandy span:first-of-type {
  color: #000;
}
.mandy.year span:first-of-type {
  color: #fff;
}
.mandy.year span:last-of-type {
  color: #000;
  transform: translateX(4px);
}

.mandy::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: white;
  width: 100px;
  border-radius: 2rem;
  transition: all 0.5s ease-in-out;
}

.mandy::after {
  left: 0;
  right: auto;
  transition: all 0.5s ease-in-out;
}
.mandy.year::after {
  right: 0;
  left: auto;
  transition: all 0.5s ease-in-out;
}
.price-holder {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}
.price-holder > div {
  background-color: #1d1919a5;
  padding: 1.75rem 3rem;
  border-radius: 2rem;
  width: 29.5rem;
  backdrop-filter: blur(5px);
  min-width: 29rem;
  flex-shrink: 0;
  min-height: 58rem;
}

.price-holder .price-head {
  text-align: center;
  padding: 1rem 0rem;
  border-radius: 2rem;
  background: rgba(81, 93, 128, 0.373);
  font-size: 2.15rem;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.premium .line {
  margin-top: 4.67rem;
}
.essential .line {
  margin-top: 7rem;
}
.price-middle h2:has(.price) {
  font-size: 3.6rem;
  text-align: center;
}
.price-middle p:has(.price-in-year) {
  font-size: 1.85rem;
  margin-top: -0.5rem;
  text-align: center;
}
.popular {
  background: white !important;
  box-shadow: 0px 0px 50px royalblue;
}
.popular * {
  color: black !important;
}
.popular h1,
.popular .subs a {
  color: white !important;
  background: linear-gradient(135deg, #8bc6ec 0%, #6369e3 100%) !important;
}
.popular .line {
  background-color: black !important;
}

.popular .price-middle {
  position: relative;
}
.popular .price-middle .populartag {
  position: absolute;
  top: 0;
  padding: 0.5rem 1rem;
  background-color: red;
  display: inline-block;
}

.price-middle h3 {
  font-size: 1.8rem;
  padding: 0.8rem 1rem;
  background: rgba(81, 93, 128, 0.373);
  text-align: center;
  border-radius: 1.4rem;
  margin-block: 0.75rem;
  margin-bottom: 1.5rem;
}

.price-middle .yearspanner {
  text-align: center;
  font-size: 1.16rem;
  line-height: 1.75rem;
}
.featureslist {
  margin-block: 1rem;
  margin-bottom: 2rem;
}
.featureslist h4 {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.featureslist ul li {
  margin-block: 0.85rem;
  padding-left: 2.15rem;
  font-size: 1.23rem;
  letter-spacing: -0.25px;
  background-image: url("../images/icon/tick.png");
  background-repeat: no-repeat;
  background-size: 1.465rem;
  background-position: 0% 2.5px;
}

.price-footer {
  text-align: center;
  margin-top: 3.5rem;
  font-size: 1.4652rem;
  width: 100%;
  margin-inline: auto;
  max-width: 75rem;
  color: #ffffffa1;
  opacity: 0.6;
  letter-spacing: -0.1px;
}
.price-bottom {
}
.price-bottom .line {
  width: 100%;
  height: 1.25px;
  background-color: white;
  margin-bottom: 1rem;
  border-radius: 2rem;
  opacity: 0.45;
}
.subs {
  font-size: 2rem;
  border: 1.5px solid white;
  text-align: center;
  border-radius: 5rem;
  margin-block: 1.5rem;
  margin-top: 2.25rem;
}
.subs a {
  border-radius: 5rem;
  padding: 0.35rem 1.5rem;
  display: block;
  color: #fff;
  transform: translateY(1.5px);
}
.subs a img {
  width: 3.58rem;
  margin-left: 0.51rem;
}
.popular .subs a {
  display: flex;
  justify-content: center;
  align-items: start;
  transform: translateY(0px);

  /* border: 1.5px solid black; */
}
.thirty {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}

/* security section */
.security {
  gap: 1rem;
  justify-content: space-between;
  align-items: start;
  margin-block: 4.5rem;
}
.leftsecurity {
  width: 32%;
}
.rightsecurity {
  width: 65%;
  margin-top: 1rem;
}
.leftsecurity h1 {
  font-size: 6.2rem;
  line-height: 6.15rem;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
  transform: skew(-2deg);
}
.str,
strong {
  color: transparent;
  background-color: #8bc6ec;
  background-image: linear-gradient(135deg, #8bc6ec 0%, #6369e3 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.leftsecurity h1 span {
  display: block;
}
.rightsecurity p {
  font-size: 2.13rem;
  letter-spacing: -0.5px;
  line-height: 3rem;
}
.secure-images-holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
.secure-image {
  height: 3rem;
  width: 9rem;
  object-fit: cover !important;
}
.dsp {
  display: none !important;
}

/* trade section */

/* listfeature section */
.listfeatures {
  margin-block: 3.5rem;
}
.listfeatures h1 {
  text-align: center;
  font-size: 3.24rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 3.5rem;
}
.listf-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  align-items: center;
}
.listf-holder .lsf-left {
  /* border-left: 1.5px solid rgba(255, 255, 255, 0.352); */

  margin-block: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  min-width: 40rem;
  margin-left: 5rem;
}
.listf-holder .lsf-left .lsf:nth-child(2) {
  margin-left: 3.5rem;
}
.listf-holder .lsf-left .lsf:nth-child(3) {
  /* background-color: red; */
  margin-left: 1rem;
}
.listf-holder .lsf-left img {
  width: 5rem;
  display: block;
  margin-inline: auto;
  filter: invert(1);
  margin-bottom: 1rem;
}
.listf-holder h1 {
  font-size: 2.25rem;
}

.lsf-right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 50%;
  align-items: center;
  gap: 7rem;
  max-width: 950px;
}
.lsf-right .lsf-2:first-child h1 {
  margin-bottom: 1.65rem;
}
.lsf-right .lsf-2 h1 {
  font-size: 5rem;
  margin-bottom: 3rem;
}
.lsf-right .lsf-2 p {
  font-size: 1.82rem;
}
/* cards */
.steps.container {
  margin-block: 8rem;
}
.steps.container h1 {
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 4rem;
}
.cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  color: #000;
}
.cards img {
  width: 7rem;
  display: block;
  margin-inline: auto;
  padding-top: 2rem;
}
.cards > div {
  min-width: 25rem;
  position: relative;
}
.cards .card-1 {
  background-color: white;
  padding: 1rem 2.25rem;
  border-radius: 2rem;
}
.cards .card-2 {
  padding: 1rem 2.25rem;

  border-radius: 2rem;
  background-color: white;
}
.cards .card-3 {
  border-radius: 2rem;
  padding: 1rem 2.25rem;

  background-color: white;
}
.cards .card-1 h1,
.cards .card-2 h1,
.cards .card-3 h1 {
  color: #000;
  font-size: 1.85rem;
  margin-block: 1.25rem;
  text-align: center;
}
.cards .card-1 p,
.cards .card-2 p,
.cards .card-3 p {
  font-size: 5.5rem;
  position: absolute;
  top: 0;
  left: 3rem;
  color: #000;
}
.start.container {
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-block: 8rem;
}
.start.container h1 {
  font-size: 3.5rem;
  font-family: "Oswald", sans-serif;
  color: white;
  width: 80%;
  max-width: 80rem;
  padding-left: 5rem;
  margin-inline: auto;
  transform: skew(-3deg);
  text-align: center;
  letter-spacing: -0.15px;
}
.start.container a {
  color: white;
  font-size: 1.5rem;
  transform: scale(1.25);
  background-color: royalblue;
  padding: 0.5rem 1.75rem;
  margin-top: 3rem;
  border-radius: 2.5rem;
  display: inline-block;
}

/* trade */
.trade {
  margin-block: 7rem;
}
.trade .tholders {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  max-width: 100rem;
  margin-inline: auto;
  background-color: #5656563a;
  padding-inline: 4rem;
  padding-block: 1rem;
  border-radius: 3rem;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.221),
    0px 10px 20px rgba(85, 156, 255, 0.221);
}
.trade .tholders .tleft h1 {
  font-size: 7.25rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.15px;
  transform: skew(-3deg);
  line-height: 7rem;
  margin-left: -0.5rem;
  margin-top: 2rem;
}
.trade .tholders .tleft a {
  background: linear-gradient(135deg, #8bc6ec 0%, #6369e3 100%);
  color: white;
  font-size: 2rem;
  padding: 0.25rem 2.65rem;
  margin-top: 0rem;
  margin-block: 2rem;
  border-radius: 3.5rem;
  display: inline-block;
  letter-spacing: 0.15px;
  margin-left: 1rem;
}

.trade .tholders .tleft a span {
  display: block;
  transform: translateY(-2px);
}
.trade .tholders .tright {
  max-width: 35rem;
  height: 100%;
  width: 100%;
}
.trade .tholders .tright img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer {
  margin-top: 2rem;
  padding-bottom: 1.5rem;
}
.footerimg {
  /* background-color: red; */
  padding: 0.75rem 2rem;
  padding-left: 0rem;
  width: 18rem;
  display: block;
}
.footer-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footerimg-holder p {
  font-size: 1.25rem;
  line-height: 1.8rem;
  transform: skew(-1deg);
}
.social-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding-block: 1.15rem;
}
.social-icon li a i {
  font-size: 1.95rem;
}

footer {
  margin-top: 6rem;
  padding-bottom: 2.5rem;
}
footer h3 {
  margin-bottom: 1.35rem;
}
footer ul {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  justify-content: flex-start;
  align-items: start;
  font-size: 1.5rem;
  padding-left: 0.5rem;
}
footer ul li a {
  color: white !important;
  position: relative;
}

footer ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  height: 1.25px;
  width: 0%;
  background-color: rgb(122, 149, 255);
}
footer ul li a:hover::after {
  right: 0;
  left: auto;
  width: 100%;
}
*/
/* Animations */
@keyframes breath {
  0% {
  }
  25% {
  }
  50% {
  }
  75% {
  }
  100% {
  }
}
