@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

@font-face {
  font-family: "PP Telegraf UltraBold";
  src: url('../fonts/telegraf-ultrabold.otf');
}

@font-face {
  font-family: "PP Telegraf";
  src: url('../fonts/telegraf-regular.otf');
}

/********placeHolder********/
html {
  scroll-behavior: auto !important;
  /* Avoid Safari glitches */
}

.nav-link.dropdown-toggle:focus,
.nav-link.dropdown-toggle:focus-visible,
.nav-link.dropdown-toggle:active {
  outline: none !important;
  box-shadow: none !important;
}

body {
  margin: 0;
  padding: 0;
  background-image: url(../images/desktop-updated.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #000;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "Poppins", serif !important;
}

section {
  overflow: hidden;
}

.card {
  background-color: #333;
}

.custom-select {
  background-color: black !important;
  /* Set background to black */
  color: #EBEAE6 !important;
  /* Set text to #EBEAE6 */
  border: 1px solid #EBEAE6 !important;
  /* Optional: White border */
}

/* Style dropdown options */
.custom-select option {
  background-color: black;
  color: #EBEAE6;
}

.navbar-toggler {
  background: #4aff88;
  border: none;
}

.navbar-toggler i {
  color: #EBEAE6;
}

.navbar-toggler:focus {
  background: #4aff88;
}

.navbar-toggler:focus i {
  color: #EBEAE6;
}

.join_btn a {
  opacity: 60%;
  font-size: 18px;
  font-family: "Poppins", serif;
  font-weight: 400;
  padding: 10px 50px;
  border: 0;
  color: #EBEAE6;
  border: 1px solid #EBEAE6;
  background-image: url(../images/button.png) !important;
  background-size: 100% 100%;
  border-radius: 50px;
  display: block;
}

@media only screen and (max-width: 991.98px) {
  .join_btn a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none !important;
  }
}

@media only screen and (max-width: 1399.98px) {
  .join_btn a {
    font-size: 16px;
    padding: 10px 30px;
  }
}

.join_btn a:hover {
  opacity: 100%;
  transition: 0.3s all ease-in-out;
}

.global_btn {
  flex-shrink: 0;
}

.global_btn_blog {
  margin-top: 70px;
}

.payment_btn {
  padding: 10px 50px;
  font-size: 18px;
  display: inline-block;
  margin: 0 auto;
  display: block;
  width: fit-content;
  font-family: "Poppins", serif;
  font-weight: 400;
  border: 0;
  color: #EBEAE6;
  border: 1px solid #EBEAE6;
  background-image: url(../images/button.png) !important;
  background-size: 100% 100%;
  border-radius: 50px;
  display: block;
}

.payment_btn.active {
  padding: 10px 50px;
  display: inline-block;
  margin: 0 auto;
  display: block;
  width: fit-content;
  font-size: 18px;
  font-family: "Poppins", serif;
  font-weight: 400;
  border: 0;
  color: #000;
  border: #4aff88 1px solid;
  background-image: url(../images/btn-bg.png) !important;
  background-size: 100% 100%;
  border-radius: 50px;
  background-color: #4aff88;
}

.global_btn a {
  padding: 10px 50px;
  font-size: 18px;
  font-family: "Poppins", serif;
  font-weight: 400;
  border: 0;
  color: #EBEAE6;
  border: 1px solid #EBEAE6;
  background-image: url(../images/button.png) !important;
  background-size: 100% 100%;
  border-radius: 50px;
  display: block;
}

@media only screen and (max-width: 991.98px) {
  .global_btn a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none !important;
  }
}

@media only screen and (max-width: 1399.98px) {
  .global_btn a {
    font-size: 16px;
    padding: 10px 30px;
  }
}

.global_btn a:hover {
  background: url(../images/hovereff.png) !important;
  background-position: center;
  border-color: #EBEAE6;
  transition: 0.3s all ease-in-out;
}

.global_borderblack a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-family: "Poppins", serif;
  font-weight: 400;
  border: 0;
  color: #4aff88;
  border: 2px solid #4aff88;
  border-radius: 50px;
  background: url(../images/copbtn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

@media only screen and (max-width: 1399.98px) {
  .global_borderblack a {
    font-size: 18px;
    padding: 10px 30px;
  }
}

.global_border a {
  padding: 10px 50px;
  font-size: 26px;
  font-family: "Poppins", serif;
  font-weight: 400;
  border: 0;
  color: #4aff88;
  border: 1px solid #4aff88;
  background-image: url(../images/button.png) !important;
  background-size: 100% 100%;
  border-radius: 50px;
  justify-content: center;
}

@media only screen and (max-width: 1399.98px) {
  .global_border a {
    font-size: 18px;
    padding: 10px 30px;
  }
}

.global_border a:hover {
  background-color: #4aff88;
  color: #000;
  border: #4aff88 1px solid;
  transition: 0.3s all ease-in-out;
}

.global_btn.active a {
  padding: 10px 50px;
  font-size: 18px;
  font-family: "Poppins", serif;
  font-weight: 400;
  border: 0;
  color: #000;
  border: #4aff88 1px solid;
  background-image: url(../images/btn-bg.png) !important;
  background-size: 100% 100%;
  border-radius: 50px;
  background-color: #4aff88;
}

.global_btn.active a:hover {
  background-color: #EBEAE6;
  border: 1px solid #EBEAE6;
  color: #000;
  transition: 0.3s all ease-in-out;
  box-shadow: 0px 0px 8px 1px rgba(74, 255, 136, 0.831372549);
}

.global_button {
  font-weight: 400;
  padding: 10px 28px;
  font-size: 16px;
  font-family: "Poppins", serif;
  font-weight: 400;
  width: 5rem;
  width: fit-content;
  border: 0;
  color: #EBEAE6;
  border: 1px solid #EBEAE6;
  background-image: url(../images/button.png) !important;
  background-size: 100% 100%;
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 170px;
}

.global_button:hover {
  background-color: #4aff88;
  color: #000;
  border: #4aff88 1px solid;
  transition: 0.3s all ease-in-out;
}

.global_button.glow {
  color: #4aff88;
  border: 1px solid #4aff88;
  box-shadow: inset 0px 5px 11px 0px rgba(74, 255, 136, 0.7411764706);
  background-image: none !important;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 170px;
}

.global_button.glow:hover {
  background-color: #4aff88;
  color: #000;
  border: #4aff88 1px solid;
  transition: 0.3s all ease-in-out;
}

.global_button.active {
  background-image: url(../images/btn-bg.png) !important;
  background-size: 100% 100%;
  background-color: #4aff88;
  color: #000;
  border: #4aff88 1px solid;
  transition: 0.3s all ease-in-out;
  padding: 10px 50px;
  font-size: 26px;
  font-family: "Poppins", serif;
  font-weight: 400;
}

@media only screen and (max-width: 1399.98px) {
  .global_button.active {
    font-size: 18px;
    padding: 10px 30px;
  }
}

header {
  position: relative;
  z-index: 9898;
}

header .navbar-brand {
  width: 148px;
}

header .navbar .dropdown-menu {
  background-color: #000;
}

header .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  font-family: "Poppins", serif;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 7px;
}

header .navbar .navbar-nav .nav-item a::after {
  display: none;
}

header .navbar .navbar-nav li ul {
  padding: 0;
}

header .navbar .navbar-nav li ul li a {
  font-size: 14px !important;
}

header .navbar .navbar-nav li ul li a:hover {
  background: #222;
  color: #EBEAE6;
}

main {
  padding: 25px 0px;
}

@media only screen and (max-width: 767.98px) {
  main {
    padding: 20px 0;
  }
}

main .main_haed {
  background-image: url(../images/bannerhero.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100% !important;
  padding: 30px 40px;
  overflow: hidden;
  border-radius: 50px;
}

main .main_haed .imgshero {
  position: absolute;
  pointer-events: none;
  inset: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 767.98px) {
  main .main_haed .imgshero li {
    filter: blur(2px);
  }
}

main .main_haed .imgshero li:first-child {
  position: absolute;
  top: 50%;
  left: 5%;
}

main .main_haed .imgshero li:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 23%;
}

main .main_haed .imgshero li:nth-child(3) {
  position: absolute;
  bottom: 15%;
  right: 7%;
}

main .main_haed .imgshero li:nth-child(4) {
  position: absolute;
  bottom: 55%;
  right: 7%;
}

main .main_haed .imgshero li:nth-child(5) {
  position: absolute;
  bottom: 7%;
  right: 20%;
}

@media only screen and (max-width: 767.98px) {
  main .main_haed .imgshero li:nth-child(5) {
    left: 0;
  }
}

main .main_haed .imgshero li:nth-child(6) {
  position: absolute;
  top: 10%;
  left: 8%;
}

main .main_haed .imgshero li:nth-child(7) {
  position: absolute;
  bottom: 15%;
  left: 10%;
  top: auto;
}

@media only screen and (max-width: 1316px) and (min-width: 1200px) {
  main header .navbar .navbar-nav .nav-item a {
    font-size: 14px;
  }

  main .navbar-brand {
    width: 100px;
  }

  main .navbar-brand img {
    width: 100%;
  }
}

main .hero_bn {
  position: relative;
}

main .hero_bn .scroll_more {
  font-family: "Inter", serif;
  margin: 0 !important;
}

.scroll_top {
  font-family: "Inter", serif;
  margin: 0 !important;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -3%;
  color: #EBEAE6;
  opacity: 0.5;
  font-weight: 300;
}

.scroll_top i {
  animation: scroll-down 1.5s infinite linear;
}

main .hero_bn .scroll_more h5 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -3%;
  color: #EBEAE6;
  opacity: 0.5;
  font-weight: 300;
}

main .hero_bn .scroll_more i {
  color: #EBEAE6;
  opacity: 0.5;
  animation: scroll-down 1.5s infinite linear;
}

@keyframes scroll-down {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

main .slick-list.draggable {
  height: 100%;
}

main .slick-track {
  height: 100%;
}

main .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}


.section_head {
  font-family: "Poppins", serif;
  font-size: 60px;
  font-weight: 400;
  color: #EBEAE6;
  letter-spacing: -3%;
}

.plans_paddingtop {
  padding-top: 10px !important;
}

.text_color_hover:hover {
  color: #4AFF88 !important;
  transition: color 0.3s ease-in-out;
}

@media only screen and (max-width: 991.98px) {
  .section_head {
    font-size: 45px;
  }
}

.section_head span {
  color: #4aff88;
  font-weight: 600;
}

.section_heade {
  font-family: "Poppins", serif;
  font-size: 60px;
  font-weight: 400;
  color: #EBEAE6;
  letter-spacing: -3%;
}

@media only screen and (max-width: 991.98px) {
  .section_heade {
    font-size: 45px;
  }
}

.section_heade .sicon svg {
  box-shadow: 0px 0px 70px #4aff89;
}

.section_heade span {
  color: #4aff88;
  font-weight: 600;
  text-shadow: 0px 0px 40px #4aff88;
}

.banner_content h1 {
  font-size: 100px;
  line-height: 90px;
  letter-spacing: -3%;
  font-weight: normal;
  color: #EBEAE6;
}

@media only screen and (max-width: 1500.98px) {
  .banner_content h1 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 991.98px) {
  .banner_content h1 {
    font-size: 45px;
    line-height: 40px;
  }
}

.banner_content h1 span {
  font-family: "PP Telegraf UltraBold";
  font-weight: 800;
  color: #4aff88;
}

.banner_content p {
  font-size: 26px;
  line-height: 28px;
  width: 700px;
  font-weight: 300;
  font-family: "Inter", serif;
  color: rgba(170, 255, 199, 0.6);
}

@media only screen and (max-width: 991.98px) {
  .banner_content p {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
  }
}

.make_bes {
  padding: 150px 0 60px 0;
}

.make_bes h2 {
  font-family: "Poppins", serif;
  font-size: 80px;
  font-weight: normal;
  color: #EBEAE6;
  letter-spacing: -3%;
}

@media only screen and (max-width: 991.98px) {
  .make_bes h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.make_bes .bestbox {
  height: 100%;
  padding: 45px;
  border-radius: 35px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 35px;
}

@media only screen and (max-width: 991.98px) {
  .make_bes .bestbox {
    padding: 25px;
  }
}

.homepage {
  transform: scale(0.8);
  transform-origin: top left;
  width: 125%;
  overflow: hidden;
  height: auto !important;
  overflow-y: auto !important;
  scroll-behavior: smooth !important;
}

.make_bes .bestbox .bestbox_img {
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  box-shadow: 0px 0px 14px 12px rgba(74, 255, 136, 0.0705882353), inset 0px 0px 7px 50px rgba(75, 255, 137, 0.1019607843);
  border-radius: 100%;
}

.make_bes .bestbox .bestbox_img svg path {
  fill: #4aff88 !important;
}

.make_bes .bestbox .bestbox-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.make_bes .bestbox .bestbox-content h3 {
  font-weight: 400;
  font-size: 35px;
  line-height: 1.15;
}

@media only screen and (max-width: 991.98px) {
  .make_bes .bestbox .bestbox-content h3 {
    font-size: 30px;
  }
}

.make_bes .bestbox .bestbox-content h3 a {
  color: #EBEAE6;
}

.make_bes .bestbox .bestbox-content p {
  opacity: 0.5;
  font-family: "Inter", serif;
  font-size: 22px;
  font-weight: 300;
  color: #EBEAE6;
}

@media only screen and (max-width: 991.98px) {
  .make_bes .bestbox .bestbox-content p {
    padding-top: 10px;
    font-size: 16px !important;
  }
}

.make_bes .row>div:nth-child(2) .bestbox {
  background-image: url(../images/iconbg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.make_bes .row>div:nth-child(3) .bestbox {
  background-image: url(../images/iconbg2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.make_bes .row>div:nth-child(4) .bestbox {
  background-image: url(../images/iconbg3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.make_bes .row>div:nth-child(5) .bestbox {
  background-image: url(../images/iconbg4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.make_bes .row>div:nth-child(5) .bestbox .global_borderblack a:hover {
  background: #4afe87;
  color: #000;
  border-color: rgba(255, 255, 255, 0.4);
}

.make_bes .row>div:nth-child(6) .bestbox {
  background-image: url(../images/iconbg5.html);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.make_bes .row>div:nth-child(7) .bestbox {
  background-image: url(../images/iconbg6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.make_bes .row>div:nth-child(8) .bestbox {
  background-color: #4aff88 !important;
  background-image: none !important;
  transition: 0.3s all ease-in-out;
}

.make_bes .row>div:nth-child(8) .bestbox .bestbox-content h3 {
  color: #000000;
}

.make_bes .row>div:nth-child(8) .bestbox .bestbox-content p {
  color: #000000;
}

.make_bes .row>div:nth-child(8) .bestbox .bestbox-content a {
  color: #000000;
}

.make_bes .row>div:nth-child(8) .bestbox .bestbox_img svg path {
  fill: #000 !important;
}

.make_bes .row>div:nth-child(8) .bestbox .global_borderblack a {
  border: 1px solid #000 !important;
  color: #000 !important;
}

.make_bes .row>div:nth-child(8) .bestbox .global_borderblack a:hover {
  color: #EBEAE6 !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  background: #000 url(../images/copbtn.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center top !important;
}

.phead {
  color: rgba(170, 255, 199, 0.6);
  width: 60%;
  margin: auto;
  font-family: "Inter", sans-serif;
  opacity: 0.8;
  font-size: 22px;
  font-weight: 300;
}

@media only screen and (max-width: 991.98px) {
  .phead {
    width: 100%;
  }
}


.steps_live {
  padding: 200px 0px;
  background-image: url(../images/steps.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: -moz-fit-content;
  height: fit-content;
}

.funded-BRADROCKTRADING{
  color: #4AFF88 !important;
  font-family: "PP Telegraf";
  font-size: 40px;
}

.your_funded {
  background-image: url(../images/all.png) !important;
  background-size: cover;
  height: fit-content;
  border-radius: 50px;
}

.your_funded_text{
  font-family: "PP Telegraf";
  font-size: 26px;
}

@media only screen and (max-width: 767.98px) {
  .steps_live {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .steps_live .slider_btns {
    width: 100%;
  }
}

.steps_live .contenedor {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  min-height: 380px;
  overflow-x: hidden;
  font-family: "Arial", sans-serif;
  margin-left: -12%;
}

@media only screen and (max-width: 991.98px) {
  .steps_live .contenedor {
    min-height: 500px;
  }
}

@media only screen and (max-width: 767.98px) {
  .steps_live .contenedor {
    min-height: 621px;
    margin-left: -28px;
    width: auto;
  }
}

.steps_live .card {
  width: 600px;
  height: auto;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-image: url(../images/content.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}

@media only screen and (max-width: 991.98px) {
  .steps_live .card {
    width: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .steps_live .card {
    width: 350px;
  }
}

.steps_live .cart_icon {
  width: 35px;
  margin-top: 6px;
}

.steps_live .card-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
  min-height: 210px;
  height: 40vh;
}

.steps_live .card-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.steps_live .card-content {
  padding: 47px;
  min-height: 220px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.steps_live .card-content h3 {
  font-size: 40px;
  color: #EBEAE6;
  font-weight: 400;
  font-family: "Poppins", serif;
  line-height: 40px;
}

.steps_live .card-content p {
  font-size: 19px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7803921569);
}

.steps_live .card-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.steps_live .dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 5px;
  display: inline-block;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

@keyframes dot-animation {
  from {
    background-color: #bbb;
    width: 10px;
  }

  to {
    background-color: #333;
    width: 30px;
  }
}

@keyframes dot-animation-reverse {
  from {
    background-color: #333;
    width: 30px;
  }

  to {
    background-color: #bbb;
    width: 10px;
  }
}

.steps_live .active-dot {
  animation-name: dot-animation;
  animation-fill-mode: forwards;
}

.steps_live .dot:not(.active-dot) {
  animation-name: dot-animation-reverse;
  animation-fill-mode: forwards;
}

.steps_live .buttons {
  display: flex;
  gap: 20px;
}

.steps_live .next-button {
  background-color: #000;
  color: #EBEAE6;
  border: 2px solid #4aff88;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  font-size: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

.steps_live .next-button:hover {
  background-color: #939393;
  border: 1px solid #939393;
}

.steps_live .previous-button {
  background-color: #EBEAE6;
  color: #272727;
  border: 1px solid #272727;
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  font-size: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}

.steps_live .previous-button:hover {
  color: #EBEAE6;
  border: 1px solid #939393;
  background-color: #939393;
}

.steps_live .ocultar {
  display: none;
}

.steps_live .principal {
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  z-index: 100 !important;
  transition: 0.5s;
}

@media only screen and (max-width: 991.98px) {
  .steps_live .principal {
    left: calc(50% - 174px);
  }
}

.steps_live .siguiente {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 8;
  transition: 0.5s;
  transform: scale(0.6) perspective(45px) rotateY(-0.5deg);
  filter: blur(3px);
}

.steps_live .siguiente2 {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: calc(50% + 120px);
  z-index: 6;
  transition: 0.5s;
  transform: scale(0.4) perspective(45px) rotateY(-0.5deg);
  filter: blur(10px);
}

.steps_live .anterior {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: calc(50% - 300px);
  z-index: 8;
  transition: 0.5s;
  transform: scale(0.6) perspective(45px) rotateY(0.5deg);
  filter: blur(3px);
}

.steps_live .anterior2 {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: calc(50% - 420px);
  z-index: 6;
  transition: 0.5s;
  transform: scale(0.4) perspective(45px) rotateY(0.5deg);
  filter: blur(8px);
}

.steps_live .siguiente,
.steps_live .siguiente2,
.steps_live .anterior,
.steps_live .anterior2 {
  will-change: transform;
}

.steps_live #div-transparent-previous {
  position: absolute;
  width: 250px;
  height: 100%;
  right: calc(50% + 150px);
  top: 0;
  z-index: 9;
  cursor: pointer;
}

.steps_live #div-transparent-next {
  position: absolute;
  width: 250px;
  height: 100%;
  left: calc(50% + 150px);
  top: 0;
  z-index: 9;
  cursor: pointer;
}

.boredropacity-1 {
  border-color: rgba(74, 255, 136, 0.168627451) !important;
}

.best_way {
  /* overflow: hidden; */
  mix-blend-mode: lighten;
}

.best_way .phead {
  color: #aaffc7;
  width: 60%;
  margin: auto;
  font-family: "Inter", sans-serif;
  opacity: 0.8;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 20px;
}

.best_table {
  margin-top: 20rem !important;
}

@media only screen and (max-width: 991.98px) {
  .best_way .phead {
    width: 100%;
  }

  .best_table {
    margin-top: 0rem !important;
  }
}

.best_way table {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.best_way table:after {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  /* width: 100%;
  height: 111%; */
  background: radial-gradient(circle, rgba(74, 255, 136, 0) 10%, rgba(0, 0, 0, 0.9416141457) 36%);
}

@media only screen and (max-width: 767.98px) {
  .best_way table:after {
    height: 111%;
    background: radial-gradient(circle, rgba(74, 255, 136, 0) 56%, rgba(0, 0, 0, 0.9416141457) 70%);
  }
}

.best_way table .glow {
  box-shadow: 17px 20px 129px 61px rgba(74, 255, 137, 0.75);
  position: absolute;
  top: 36%;
  left: 38%;
}

.best_way table tr td {
  /* height: 300px;
  width: 500px; */
  border: 4px solid rgba(74, 255, 137, 0);
}

.mark-green {
  background-color: transparent;
  color: #4AFF88;
  padding: 0;
  border: none;
  font-style: bold;
}

@media only screen and (max-width: 1399.98px) {
  .best_way table tr td {
    /* width: 250px; */
    height: auto;

  }

  .best_table {
    margin-top: 0rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .best_way table tr td {
    width: auto;
    height: auto;
  }
}

.best_way table tr td>div {
  /* height: 300px;
  width: 480px; */
  position: relative;
  z-index: 9898;
}

@media only screen and (max-width: 1399.98px) {
  .best_way table tr td>div {
    /* width: 250px; */
    height: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .best_way table tr td>div {
    width: auto;
    height: auto;
  }
}

.best_way table tr td h5 {
  font-size: 40px;
  color: #4aff88;
  font-weight: 500;
  text-align: center;
  font-family: "PP Telegraf";
}

@media only screen and (max-width: 1399.98px) {
  .best_way table tr td h5 {
    font-size: 25px;
  }
}

.best_way table tr td p {
  font-size: 15px;
  font-weight: 400;
  color: #EBEAE6;
}

@media only screen and (max-width: 767.98px) {
  .best_way table tr td p {
    font-size: 10px;
  }
}

.animation_text {
  background: linear-gradient(to bottom, rgb(10, 17, 13) 1%, rgb(8, 11, 9) 100%);
}

.animation_text h4 {
  white-space: nowrap;
  font-size: 5vw;
  line-height: 5.4vw;
  letter-spacing: -1px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  opacity: 0.3 !important;
  font-family: "PP Telegraf";
  transition: all 1s ease;
  font-weight: 500;
}

@media only screen and (max-width: 767.98px) {
  .animation_text h4 {
    font-size: 10vw;
    line-height: 10.4vw;
  }
}

.animation_text h4:hover {
  color: #4aff88;
  opacity: 1 !important;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  transition: all 1s ease;
  text-shadow: 0px 0px 6px rgba(74, 255, 137, 0.6117647059);
}

.funding {
  padding-top: 10px !important;
}

.funding .trading_style {
  background-image: url(../images/funing_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: lighten;
  border: 1px solid rgba(155, 155, 155, 0.431372549);
  padding: 50px 50px 30px 50px;
  border-radius: 50px;
  position: relative;
}

@media only screen and (max-width: 991.98px) {
  .funding .trading_style {
    padding: 25px;
  }
}

.funding .trading_style h5 {
  font-family: "Poppins", serif;
  font-size: 40px;
  font-weight: 300;
  color: #EBEAE6;
}

@media only screen and (max-width: 767.98px) {
  .funding .trading_style h5 {
    font-size: 35px;
  }
}

.funding .trading_style input {
  opacity: 0;
  position: absolute;
  top: 0;
}

.funding .trading_style a {
  padding: 10px 50px;
  font-size: 26px;
  font-family: "Poppins", serif;
  font-weight: 400;
  border-radius: 50px;
  color: #EBEAE6;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.funding .trading_style label.active {
  color: #4aff88;
  border-color: #4aff88;
  background-image: url(../images/style.html);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.funding .trading_style label {
  padding: 15px 40px;
  width: 240px;
  border-radius: 50px;
  border: 1px solid #EBEAE6;
  font-size: 26px;
  color: #EBEAE6;
  display: flex;
  text-align: center;
  align-items: center;
  gap: 80px;
  cursor: pointer;
  position: relative;
  width: 100%;
  display: block;
  background-image: url(../images/style1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.funding .trading_style label i {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.estimate .etimateplan {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.estimate .etimateplan::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(192deg, rgba(202, 36, 74, 0) 0%, rgba(0, 0, 0, 0.6979166667) 75%);
}

.estimate .etimateplan li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  padding: 10px;
  list-style: none;
  height: 60px;
}

.estimate .etimateplan li h6 {
  font-size: 22px;
  font-weight: 300;
  color: #EBEAE6;
  width: 400px;
  flex-shrink: 0;
  opacity: 0.5;
}

@media only screen and (max-width: 991.98px) {
  .estimate .etimateplan li h6 {
    width: 149px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate .etimateplan li h6 {
    font-size: 14px;
  }
}

.estimate .etimateplan li p {
  font-size: 22px;
  font-weight: 300;
  color: #EBEAE6;
}

@media only screen and (max-width: 767.98px) {
  .estimate .etimateplan li p {
    font-size: 14px;
  }
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 767.98px) {
  .w-fit {
    width: 100%;
  }
}

.custom-bg {
  background-image: url(../images/Rectangle68.png) !important;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  height: fit-content;
}

.ty_card_1 {
  background-image: url(../images/Rectangle68.png) !important;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  color: #EBEAE6;
}

.plan .nav-pills {
  background-color: rgb(31, 31, 31);
  padding: 10px;
  border-radius: 50px;
  list-style: none;
  overflow: hidden;
}

@media only screen and (max-width: 1399.98px) {
  .plan .nav-pills {
    width: -moz-fit-content;
    width: fit-content;
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 991.98px) {
  .plan .nav-pills {
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media only screen and (max-width: 767.98px) {
  .plan .nav-pills {
    width: 500px;
  }
}

.plan .nav-pills li {
  position: relative;
}

.plan .nav-pills li:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -8px;
  height: 40px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(66, 66, 66, 0) 0%, rgba(66, 66, 66, 0.52) 29%, rgba(66, 66, 66, 0.65) 36%, rgba(66, 66, 66, 0.65) 64%, rgba(66, 66, 66, 0.6) 67%, rgba(66, 66, 66, 0) 100%);
}

.plan .nav-pills li:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -9px;
  height: 40px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(66, 66, 66, 0) 0%, rgba(66, 66, 66, 0.52) 29%, rgba(66, 66, 66, 0.65) 36%, rgba(66, 66, 66, 0.65) 64%, rgba(66, 66, 66, 0.6) 67%, rgba(66, 66, 66, 0) 100%);
}

.plan .nav-pills li:last-child:after {
  display: none;
}

.plan .nav-pills li:first-child::before {
  display: none;
}

.plan .nav-pills li.active:after {
  display: none;
}

.plan .nav-pills li.active:before {
  position: absolute;
  content: "";
  top: auto;
  bottom: -10px;
  transform: translatex(-50%);
  left: 50%;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.52) 29%, rgba(255, 255, 255, 0.65) 36%, rgba(255, 255, 255, 0.65) 64%, rgba(255, 255, 255, 0.6) 67%, rgba(255, 255, 255, 0) 100%);
}

.plan .nav-pills li.active button {
  border-radius: 50px;
  background-color: #EBEAE6;
  padding: 10px 20px;
  color: #000;
}

@media only screen and (max-width: 991.98px) {
  .plan .nav-pills li.active button {
    padding: 10px 13px;
  }
}

.plan .nav-pills .sibling::after {
  display: none;
}

.plan .nav-pills .sibling::before {
  display: none;
}

.plan .nav-pills .nav-link {
  border-radius: 50px;
  background-color: transparent;
  padding: 10px 20px;
  color: #EBEAE6;
  font-weight: 500;
  font-family: "PP Telegraf";
  font-size: 20px;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 767.98px) {
  .plan .nav-pills .nav-link {
    font-size: 16px;
  }
}

.plan .track_main {
  height: 170px;
}

.plan .track_main .track_icon {
  height: 50px;
  width: 50px;
  display: none;
}

.plan .plan_view {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0 0 0px 40px;
  border-radius: 50px;
  width: 1271px;
  overflow: auto;
}

.plan .plan_view h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #EBEAE6;
  text-align: center;
  font-family: "PP Telegraf";
}

.plan .plan_view h2 {
  height: 170px;
  font-size: 16px;
  font-weight: 400;
  color: #EBEAE6;
  opacity: 0.6;
}

.plan .plan_view .view_box.active {
  border: 2px solid rgba(74, 255, 137, 0.21);
  background-image: url(../images/planbg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.plan .plan_view .view_box.active .track_icon {
  display: block;
}

.plan .plan_view .view_box.active h3 {
  color: #4aff88;
  font-weight: 900;
}

.plan .plan_view .view_box.active .global_button {
  color: #4aff88;
  border: 1px solid #4aff88;
  box-shadow: inset 0px 5px 11px 0px rgba(74, 255, 136, 0.7411764706);
  background-image: none !important;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 170px;
}

.plan .plan_view .view_box.active .global_button:hover {
  background-color: #4aff88;
  color: #EBEAE6;
  border: #4aff88 1px solid;
  transition: 0.3s all ease-in-out;
}

.plan .plan_view .view_box {
  padding: 40px 0px;
  border: 1px solid rgba(64, 64, 64, 0.31);
  width: 16rem;
}

.plan .plan_view .view_box li {
  position: relative;
}

.plan .plan_view .view_box li:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  width: 140px;
  background: linear-gradient(to right, rgba(66, 66, 66, 0) 0%, rgba(66, 66, 66, 0.65) 36%, rgba(66, 66, 66, 0.65) 64%, rgba(66, 66, 66, 0) 100%);
}

.plan .plan_view .view_box li:last-child::after {
  display: none;
}

.plan .plan_view .view_box:last-child {
  border-radius: 0 50px 50px 0 !important;
}

.plan .plan_view .accoutn_type ul li p {
  text-align: start !important;
}

.plan .plan_view ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px 10px;
}

.plan .plan_view ul li {
  list-style: none;
  padding-bottom: 10px;
}

.plan .plan_view ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #EBEAE6;
  opacity: 0.6;
  text-align: center;
  font-family: "Inter", serif;
}

.h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.verify_trade {
  mix-blend-mode: lighten;
  position: relative;
}

.verify_trade .section_head {
  font-size: 80px;
  position: relative;
  z-index: 98;
}

@media only screen and (max-width: 991.98px) {
  .verify_trade .section_head {
    font-size: 45px;
  }
}

.verify_trade .promatch {
  position: relative;
  z-index: 98;
  padding: 10px 20px;
  border-radius: 40px;
  width: 45%;
  background: url(../images/profi.png) no-repeat center;
  background-size: cover;
  border: 2px solid rgba(128, 128, 128, 0.3019607843);
}

@media only screen and (max-width: 991.98px) {
  .verify_trade .promatch {
    width: 100%;
  }
}

.verify_trade .promatch .img {
  width: 200px;
}

.verify_trade .promatch h5,
.verify_trade .promatch p {
  color: #EBEAE6;
}

.verify_trade .promatch h6,
.verify_trade .promatch i {
  color: #f060a2;
}

.verify_trade .slider2 {
  text-align: left;
  direction: rtl;
}

.verify_trade .slider3 {
  text-align: left;
  direction: rtl;
}


.verify_trade .feedback {
  background-image: url(../images/sliderbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px;
  border-radius: 50px;
  width: 650px;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 767.98px) {
  .verify_trade .feedback {
    padding: 25px;
  }
}

.verify_trade .feedback .profile {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 30px rgba(71, 246, 132, 0.4);
}

.verify_trade .feedback h6 {
  font-size: 25px;
  font-weight: 400;
  color: #EBEAE6;
}

.verify_trade .feedback .star {
  color: #4aff88;
  font-size: 20px;
}

.verify_trade .feedback .star i {
  background: url(../images/star.png) no-repeat center;
  background-size: contain;
  height: 30px;
  width: 30px;
  aspect-ratio: 1;
}

.verify_trade .feedback .icon {
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  opacity: 50%;
}

@media only screen and (max-width: 767.98px) {
  .verify_trade .feedback .icon {
    display: none !important;
  }
}

.verify_trade .feedback p {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.431372549);
  flex-shrink: 0;
  font-family: "Inter", serif;
}

.verify_trade .feedback p span {
  font-size: 18px;
}

.verify_trade .feedback .global_button {
  font-size: 18px;
}

.trophy-icon {
  font-size: 1.5rem;
  line-height: 1;
}

.payout-item {
  border-radius: 40px;
  background-image: url(../images/sliderbg.jpg) !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
}

.flag-icon-lg {
  transform: scale(1.8);
  display: inline-block;
}

.trade_all {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
  .trade_all {
    padding: 100px 0;
  }
}

.trade_all .tradeimg {
  height: 100px;
  width: 100px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}

.trade_all .image1 {
  top: 10%;
  left: 5%;
}

@media only screen and (max-width: 767.98px) {
  .trade_all .image1 {
    opacity: 0;
  }
}

.trade_all .image4 {
  top: 10%;
  right: 20%;
  width: 100px;
  height: 100px;
  filter: blur(10px);
}

.trade_all .image2 {
  bottom: 10%;
  right: 5%;
  height: 100px;
  width: 100px;
}

@media only screen and (max-width: 767.98px) {
  .trade_all .image2 {
    opacity: 0;
  }
}

.trade_all .image5 {
  opacity: 0.8;
}

@media only screen and (max-width: 767.98px) {
  .trade_all .image5 {
    opacity: 0;
  }
}

.trade_all .image3 {
  bottom: 16%;
  left: -5%;
  filter: blur(10px);
  height: 50px;
  width: 50px;
}

@media only screen and (max-width: 767.98px) {
  .trade_all .image3 {
    opacity: 0;
  }
}

.trade_all .trade_logo {
  height: auto;
  width: 267px;
  margin-bottom: 0;
}

.trade_all h3 {
  font-size: 60px;
  text-align: center;
  color: #EBEAE6;
  font-weight: 400;
  letter-spacing: -3%;
}

@media only screen and (max-width: 991.98px) {
  .trade_all h3 {
    font-size: 40px;
  }
}

.trade_all p {
  font-size: 22px;
  text-align: center;
  color: rgba(170, 255, 199, 0.6);
  font-weight: 400;
}

.trade_all .trade_info {
  background: url(../images/all.png) no-repeat center bottom;
  background-size: cover;
  border-radius: 100px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
  border: 1px solid #2f312f;
  padding: 30px;
  border-radius: 40px;
  z-index: 98;
  font-family: "PP Telegraf";
}

.trade_all .trade_info h5 {
  font-size: 40px;
  font-weight: 400;
  color: #4aff88;
}

.trade_all .trade_info h6 {
  font-size: 26px;
  color: #EBEAE6;
  font-weight: 400;
}

.trade_all .trade_info .line_top {
  height: 50px;
  width: 1px;
  background-color: #EBEAE6;
}

.trade_all .trade_info>div {
  position: relative;
}

.trade_all .trade_info>div:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  height: 60px;
  width: 1px;
  background: linear-gradient(to bottom, rgba(66, 66, 66, 0) 0%, rgba(66, 66, 66, 0.52) 29%, rgba(66, 66, 66, 0.65) 36%, rgba(66, 66, 66, 0.65) 64%, rgba(66, 66, 66, 0.6) 67%, rgba(66, 66, 66, 0) 100%);
}

.logo_slider {
  position: relative;
}

.logo_slider .slider_logo .logo_img {
  width: 225px !important;
}

.logo_slider .slider_logo .slick-track {
  display: flex;
  align-items: center;
}

.logo_slider .hand_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 178px;
  transform: translateX(-50%);
  animation: bounce 1s infinite;
}

@media only screen and (max-width: 767.98px) {
  .logo_slider .hand_icon {
    height: 180px;
  }
}

.BRADROCKTRADING-text {
  color: #4aff88;
  /* Bootstrap 'text-success' green */
  font-weight: bold;
  /* font-size: 1.3em; Slightly bigger */
  text-shadow: 0px 0px 8px rgba(40, 167, 69, 0.8);
  /* Glowing effect */
  animation: popEffect 1.5s infinite alternate;
  /* Smooth popping effect */
}

.beHARVARDFX {
  background-image: url(../images/beelilght.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: auto;
  position: relative;
  overflow: visible;
}

.beHARVARDFX .liveHARVARDFX {
  background-image: url(../images/beHARVARDFXbg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #404241;
  padding: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  z-index: 98;
}

@media only screen and (max-width: 991.98px) {
  .beHARVARDFX .liveHARVARDFX {
    width: 100%;
    position: unset;
  }
}

.beHARVARDFX .liveHARVARDFX h4 {
  font-size: 25px;
  font-weight: 400;
  color: #EBEAE6;
}

.beHARVARDFX .liveHARVARDFX h6 {
  font-size: 20px;
  font-weight: 400;
  color: #999797;
}

.beHARVARDFX .liveHARVARDFX ul {
  border-top: 1px solid gray;
  padding-top: 18px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.beHARVARDFX .liveHARVARDFX ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.beHARVARDFX .liveHARVARDFX ul li I {
  color: #999797;
}

.beHARVARDFX .liveHARVARDFX ul li p {
  font-size: 18px;
  font-weight: 400;
  color: #999797;
}

.beHARVARDFX .eliimg {
  height: 300px;
  width: 400px;
  border-radius: 50px;
  padding: 20px;
  background-color: #333;
  position: absolute;
  top: 17%;
  left: 10%;
  z-index: 0;
}

@media only screen and (max-width: 1399.98px) {
  .beHARVARDFX .eliimg {
    left: 200px;
  }
}

@media only screen and (max-width: 991.98px) {
  .beHARVARDFX .eliimg {
    width: 100%;
    position: unset;
  }
}

.beHARVARDFX .eliimg img {
  border-radius: 50px;
}

.beHARVARDFX .access {
  background-image: url(../images/eitebg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(74, 255, 136, 0.15);
  padding: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 450px;
  position: absolute;
  top: 8%;
  right: 2%;
}

@media only screen and (max-width: 991.98px) {
  .beHARVARDFX .access {
    width: 100%;
    position: unset;
  }
}

@media only screen and (max-width: 1399.98px) {
  .beHARVARDFX .access {
    right: 61px;
  }
}

.beHARVARDFX .access .tick {
  height: 80px;
  width: 80px;
  transform: translateX(-26px);
}

.beHARVARDFX .access p {
  font-size: 18px;
  font-weight: 400;
  color: #EBEAE6;
}

.beHARVARDFX .access p span {
  border: 1px solid #4aff88;
  padding: 6px 15px;
  border-radius: 5px;
  font-size: 14px;
  color: #aaffc7;
  opacity: 0.8;
}

.beHARVARDFX .access h3 {
  font-size: 25px;
  font-weight: 500;
  color: #EBEAE6;
}

.beHARVARDFX .mutiple {
  background-image: url(../images/live-bg1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #454545;
  padding: 35px 50px;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.beHARVARDFX .mutiple .time {
  height: 70px;
  width: 70px;
}

.beHARVARDFX .mutiple h3 {
  font-size: 25px;
  font-weight: 300;
  color: #4aff88;
}

.beHARVARDFX .mutiple p {
  font-size: 18px;
  font-weight: 300;
  color: #EBEAE6;
}

.beHARVARDFX .acc1 {
  position: absolute;
  top: 70%;
  right: 15%;
  transform: translateY(-50%);
}

.acc4 {
  position: absolute;
  top: 70%;
  left: 7% !important;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1399.98px) {
  .beHARVARDFX .acc1 {
    right: 18%;
  }
  .acc4 {
    left: 5% !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .beHARVARDFX .acc1 {
    width: 100%;
    position: unset;
    transform: none !important;
  }

  .acc4 {
    width: 100%;
    position: unset;
    transform: none !important;
  }
}

.beHARVARDFX .acc2 {
  position: absolute;
  bottom: -20%;
  width: 500px;
  left: 22%;
  background: rgb(21, 22, 21);
}

@media only screen and (max-width: 991.98px) {
  .beHARVARDFX .acc2 {
    width: 100%;
    transform: none !important;
    position: unset;
  }
}

.beHARVARDFX .acc3 {
  position: absolute;
  bottom: 44%;
  left: 3%;
}

@media only screen and (max-width: 991.98px) {
  .beHARVARDFX .acc3 {
    width: 100%;
    position: unset;
    transform: none !important;
  }
}

.blog .slick-track {
  display: flex;
  align-items: center;
  gap: 17px;
}

.blog .blog_slider {
  padding: 0px;
  height: 500px;
  border-radius: 20px;
  background-color: rgba(51, 51, 51, 0.431372549);
}

.blog_card {
  flex-grow: 1;
}

.blog .blog_slider .image_blog {
  height: 250px !important;
  border-radius: 20px;
  overflow: hidden;
}

.blog .blog_slider h4 {
  font-size: 30px;
  font-weight: 400;
  color: #EBEAE6;
}

.blog .blog_slider p {
  font-size: 22px;
  font-weight: 300;
  color: #EBEAE6;
  opacity: 0.6;
}

.faq .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq .show-faq {
  background-image: url(../images/faqbg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq .accordion-item {
  background-color: #121212;
  padding: 30px 30px 30px 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq button.accordion-button {
  background-color: transparent;
  padding: 0;
  border-color: transparent;
  font-size: 40px;
  font-weight: 400;
  color: #EBEAE6;
}

@media only screen and (max-width: 767.98px) {
  .faq button.accordion-button {
    padding-right: 56px;
    font-size: 25px;
  }
}

.faq button.accordion-button button::after {
  filter: invert(1);
}

.faq .accordion-body {
  padding-top: 20px;
  padding-left: 0px;
  font-size: 22px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}

.faq .plus-sign {
  font-size: 20px;
  margin-right: 8px;
  border-radius: 100px !important;
  border: 2px solid rgba(52, 52, 52, 0.9);
}

.faq .accordion-button.collapsed .plus-sign::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/plus.png) no-repeat center;
  background-size: contain;
  border-radius: 50px;
  color: #EBEAE6;
  font-size: 35px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq .accordion-button:not(.collapsed) .plus-sign::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/mius.png) no-repeat center;
  background-size: contain;
  border-radius: 50px;
  color: #EBEAE6;
  font-size: 35px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq .accordion-button::after {
  background-image: none;
}

.faq .plus-sign {
  font-size: 20px;
  margin-right: 8px;
  position: absolute;
  right: -13px;
}

.faq .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.trading {
  background-image: url(../images/trading2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0px;
  mix-blend-mode: lighten;
}

@media only screen and (max-width: 767.98px) {
  .trading {
    height: auto;
    padding: 0 0 100px 0;
  }
}

.trading .imgshero {
  position: absolute;
  pointer-events: none;
  inset: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 767.98px) {
  .trading .imgshero li {
    filter: blur(2px);
  }
}

.trading .imgshero li:first-child {
  position: absolute;
  top: 50%;
  left: 5%;
}

.trading .imgshero li:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 23%;
}

.trading .imgshero li:nth-child(3) {
  position: absolute;
  bottom: 15%;
  right: 7%;
}

.trading .imgshero li:nth-child(4) {
  position: absolute;
  bottom: 55%;
  right: 7%;
}

.trading .imgshero li:nth-child(5) {
  position: absolute;
  bottom: 7%;
  right: 20%;
}

@media only screen and (max-width: 767.98px) {
  .trading .imgshero li:nth-child(5) {
    left: 0;
  }
}

.trading .imgshero li:nth-child(6) {
  position: absolute;
  top: 10%;
  left: 8%;
}

.trading .imgshero li:nth-child(7) {
  position: absolute;
  bottom: 15%;
  left: 10%;
  top: auto;
}

.trading h2 {
  font-size: 80px;
  font-weight: 400;
  color: #EBEAE6;
  text-align: center;
  letter-spacing: -3%;
}

@media only screen and (max-width: 767.98px) {
  .trading h2 {
    font-size: 40px;
  }
}

.trading p {
  font-size: 22px;
  font-weight: 300;
  color: rgba(170, 255, 199, 0.6);
  text-align: center;
}

.newsletter {
  padding-bottom: 200px;
}

.newsletter h4 {
  font-size: 55px;
  font-weight: 300;
  color: #EBEAE6;
  text-align: center;
  letter-spacing: -3%;
}

.newsletter p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: rgba(170, 255, 199, 0.6);
}

.newsletter .input {
  background-color: rgba(255, 255, 255, 0.07);
  padding: 10px;
  display: flex;
  align-items: center;
}

.newsletter .input input {
  background-color: transparent;
  border: none;
  padding: 10px;
  color: #EBEAE6;
  width: 300px;
  font-size: 20px;
}

@media only screen and (max-width: 767.98px) {
  .newsletter .input input {
    width: 100%;
  }
}

.newsletter .input .global_butto {
  padding: 10px 30px;
  font-size: 18px;
  font-family: "Poppins", serif;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  color: #EBEAE6;
  border: 1px solid #EBEAE6;
  background-image: url(../images/button.png);
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  background-size: cover;
  background-position: center;
}

.newsletter .input .global_butto:hover {
  background: url(../images/hovereff.png) !important;
  background-position: center;
  border-color: #EBEAE6;
  color: #EBEAE6;
  transition: 0.3s all ease-in-out;
}

footer .sitelinks li a {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  font-size: 20px;
  opacity: 0.6;
}

footer .sitelinks li a:hover {
  color: #4aff88;
}

footer .ft-sicon a {
  color: rgba(170, 255, 199, 0.6);
  font-size: 20px;
}

footer .ft-sicon a:hover {
  color: #4aff88;
}

footer p {
  color: #474747;
  font-weight: 300;
  font-size: 20px;
  opacity: 0.5;
}

footer ul li {
  list-style: none;
}

.progress-bar-container {
  width: 100%;
  height: 5px;
  background-color: #f0f0f0;
  margin-top: 10px;
  display: none;
  /* Initially hidden */
}

.progress-bar {
  width: 0;
  height: 100%;
  background-color: #4caf50;
  transition: width 0.1s;
}

.trade_HFX h4 {
  font-size: 30px;
  font-weight: 300;
  color: #EBEAE6;
  height: 80px;
  line-height: 30px;
  text-align: center;
}

.trade_HFX ul {
  padding: 0;
  text-align: center;
}

.trade_HFX ul li {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1098039216);
  font-size: 18px;
  font-weight: 300;
  color: #EBEAE6;
  padding: 10px;
  display: flex;
  justify-content: center;
  opacity: 0.6;
}

.trade_HFX ul li .no {
  height: 27px;
  width: 27px;
  flex-shrink: 0;
  filter: invert(1);
}

.trade_HFX ul li:last-child {
  border-bottom: none;
}

.trade_HFX .trade_HFX_box {
  width: 300px;
}

.trade_HFX .trade_HFX_box {
  padding: 30px 0px;
}

.trade_HFX .trade_HFX_box.active {
  background-image: url(../images/tradebg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25px 0px;
  border-radius: 50px;
  position: relative;
  border: 1px solid #404241;
}

.trade_HFX .trade_HFX_box.active .trafic_logo {
  width: 190px;
  position: relative;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -134px;
}

.trade_HFX .trade_HFX_box.active ul li {
  opacity: 1;
}

.trade_HFX .trade_HFX_box.active ul li p {
  color: #EBEAE6;
}

@media only screen and (max-width: 991.98px) {
  .w-1000px {
    width: 1000px !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .overflow_auto {
    overflow: auto !important;
  }
}

.slider-progress {
  position: absolute;
  bottom: 0;
  z-index: 9898;
  width: 103%;
  left: -1px;
  background-color: rgba(255, 255, 255, 0.21);
  height: 10px;
}

.slider-progress .progress {
  background-color: #4aff88;
  height: 10px;
}

.slider_text {
  position: absolute;
  top: -46px;
  left: 25%;
  transform: translateX(-50%);
}

.slider_text span {
  font-size: 200px;
  font-weight: 900;
  line-height: 100px;
  color: #4aff88;
  font-family: "PP Telegraf UltraBold";
}

.headersticky {
  position: fixed;
  top: 25px;
  left: 50%;
  width: 97%;
  z-index: 333;
  background: rgba(47, 47, 47, 0.22);
  border-radius: 100px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.2px);
  -webkit-backdrop-filter: blur(8.2px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 14px 14px 14px 30px;
  transform: translateX(-50%) !important;
}

@media only screen and (max-width: 1199.98px) {
  .headersticky {
    border-radius: 31px;
    padding: 27px;
  }
}

.anim-t {
  animation: stick 0.6s linear !important;
}

@keyframes stick {
  0% {
    opacity: 0%;
  }

  50% {
    opacity: 50%;
  }

  100% {
    opacity: 100%;
  }
}

.verify_trade {
  position: relative;
}

.verify_trade .slick-track {
  display: flex;
  align-items: center;
  gap: 20px;
}

.verify_trade:before {
  position: absolute;
  content: "";
  width: 30%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 33;
  pointer-events: none;
  background: linear-gradient(to right, rgb(8, 8, 8) 0%, rgba(6, 6, 6, 0.705) 69%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.verify_trade:after {
  position: absolute;
  content: "";
  width: 30%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 33;
  pointer-events: none;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(6, 6, 6, 0.705) 69%, rgb(8, 8, 8) 100%);
  z-index: 1;
}

.graphimg {
  mix-blend-mode: lighten;
}

.padding-y {
  padding: 200px 0px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 767.98px) {
  .padding-y {
    padding: 100px 0;
  }
}

.bt_none {
  border-bottom: none !important;
}

.down_arow {
  margin-top: -20px;
  z-index: 98;
  position: relative;
}

.down_arow i {
  transform: rotate(90deg);
}

/* Targeting the Slick slider dots */
.slick-dots {
  bottom: -70px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EBEAE6;
  /* Inactive dot color */
  opacity: 0.3;
  /* Slightly transparent for inactive state */
}

.slick-dots li.slick-active button {
  background-color: #4aff88;
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0) translateX(-50%);
  }

  50% {
    transform: translateY(-20px) translateX(-50%);
  }
}

.tpbr {
  position: relative;
}

.tpbr:after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgba(168, 168, 168, 0) 0%, rgba(75, 75, 75, 0.65) 36%, rgba(75, 75, 75, 0.65) 64%, rgba(168, 168, 168, 0) 100%);
  width: 100%;
  height: 2px;
  top: -25px;
}

.clockgro {
  transform: translateY(-34%) translateX(-40px);
}

.blog_slider .global_btn a {
  background: url(../images/topbtn.png) !important;
}

.blog_slider .global_btn a:hover {
  border-color: #EBEAE6;
  background: url(../images/hovereff.png) !important;
  background-position: center;
  transition: 0.3s all ease-in-out;
}

.topbtn a,
.view_box .global_button,
.feedback .global_button {
  background: url(../images/topbtn.png) !important;
}

.topbtn a:hover,
.view_box .global_button:hover,
.feedback .global_button:hover {
  background: url(../images/hovereff.png) !important;
  background-position: center;
  border-color: #EBEAE6;
  color: #EBEAE6;
  transition: 0.3s all ease-in-out;
}

.readyimg {
  width: 500px;
  margin-bottom: -100px;
}

.image5.tradeimg {
  bottom: 200px;
  left: 30%;
}

.margbottm {
  margin-bottom: -335px;
}

@media only screen and (max-width: 1367px) {
  .margbottm {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .estimate .global_btn {
    width: 300px;
  }
}

.global_btn.down_arow.topbtn a {
  padding: 10px 30px;
}

/*# sourceMappingURL=main.css.map */