* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
        :root {
             --primary-color: #0a0a0a;
            --white-txtcolor: #fff;
            --text-color: #eff7ff9e;
            --secondary-color: #f79d00;
        }

a {
  text-decoration: none;
}
body {
  background-color: var(--primary-color);
}

/* navbar  */
.navbar {
  background-color: var(--primary-color);
}
img.logo-dsign {
  width: 50px;
}
.menulink {
  width: 80%;
  justify-content: center;
  color: var(--text-color);
}
.menulink li a {
  color: var(--text-color) !important;
}
.menulink li .nav-link:focus {
  color: var(--text-color) !important;
}
.menulink li a:hover {
  color: var(--secondary-color) !important;
}
.navsign-btn {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 500;
  padding: 5px 18px;
}
.navsign-btn:hover {
  border-color: var(--secondary-color);
  color: #000;
  background-color: var(--secondary-color);
}
.navbar.tradescrolled {
  background-color: rgb(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(3px);
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-toggler-icon {
  filter: invert(100%); /* Makes it white; use 0% for black */
}
.buttonmenu {
    width: 20%;
    align-items: center;
    justify-content: end;
}
.buttonmenu .dashlink {
  color: var(--text-color);
}
.buttonmenu .dashlink:hover {
  color: var(--secondary-color);
}

.gradient-text {
    background: linear-gradient(40deg, #ff9500 0%, #7e00ff 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
div#footer {
    padding: 50px 0 10px;
    box-shadow: 0 -6px 10px #111111;
}
/* Hero section */
.herotrade,
.pricing_hero {
  padding: 5rem 0;
}
.heroframe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.shine-topimg {
  position: absolute;
  top: 8%;
  right: 16%;
  width: 55%;
  z-index: -1;
}

button.btn.gsignbtn a {
  color: #fff;
  text-decoration: none;
}
.smarter-sec {
  width: 60%;
  text-align: center;
  color: var(--white-txtcolor);
  padding: 50px 0;
  border-left: 1px dashed #2222224d;
  border-right: 1px dashed #2222224d;
}
.smart-heding {
  font-size: 56px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  margin: 0;  
  border-top: 1px dashed #2222224d;
  border-bottom: 1px dashed #2222224d;
}
.subheding span {
  background-color: #000;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 13px;
}
h6.subheding {
  padding: 10px;
}
.smartmain p {
  padding: 10px 15%;
  border-bottom: 1px dashed #2222224d;
  font-size: 20px;
  color: var(--text-color);
}
.getsign {
  border: 1px solid var(--secondary-color);
  background:linear-gradient(135deg, #f79d00 0%, #ff7e5f 50%, #a23bff 100%);
  background-position:left center ;
  background-size: 150% 100%;
  color: var(--primary-color);
  width: 300px;
  padding: 9px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 25px;
  text-transform: capitalize;
}
.getsign:hover {
  color: var(--primary-color);
  background-position: right center;
}
.getsign:focus-visible {
  outline: none;
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: #000;
}
p.parasub {
  margin-top: 10px;
  font-size: 15px;
  color: var(--text-color);
  margin-bottom: 0;
}
.gettingpart {
  padding: 20px 0;
  border-bottom: 1px dashed #2222224d;
}
.vedioframe {
  width: 100%;
}
.tradevideo video {
  width: 80%;
}
.tradevideo {
  text-align: center;
}
/* support section */
.support-sec {
  margin: 90px 0 0;
  width: 100%;
}
.partner-all h2 {
  text-align: center;
}

.partnerslide {
  width: 100%;
  padding: 45px 0;
}
.slick-part {
  width: 100%;
}
.slick-part img {
  width: 65%;
  height: 100%;
  object-fit: cover;
}

.feature-sec {
  padding: 50px 0;
  color: #fff;
}
.tittle-heading {
  font-size: 40px;
  font-weight: 700;
  color: var(--secondary-color);
}
.feautre-frame1 {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.trade-sm-frames {
  width: 25%;
}
.trade-big-frame {
  width: 50%;
}
.treade-sm-frame1 {
  width: 35%;
}
.treade-big-frame1 {
  width: 65%;
}
.trade-sm-frames,
.trade-big-frame {
  background: radial-gradient(
    125% 83% at 50% 103%,
    rgba(247, 157, 00, 0.5) 0%,
    rgba(247, 157, 00, 0.15) 51%,
    rgb(23, 23, 23) 100%
  );
  padding: 30px 30px 10px;
  border-radius: 15px;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.treade-sm-frame1,
.treade-big-frame1 {
  background: radial-gradient(
    125% 83% at 50% 103%,
    rgba(247, 157, 00, 0.5) 0%,
    rgba(247, 157, 00, 0.15) 51%,
    rgb(23, 23, 23) 100%
  );
  padding: 30px 30px 10px;
  border-radius: 15px;
  height: 500px;
  position: relative;
}
.trade-sm-frames img {
  width: 95%;
  position: absolute;
  bottom: 15px;
  left: 20px;
  border-radius: 10px;
}
.trade-big-frame img {
  width: 94%;
  height: 260px;
    object-fit: fill;
  position: absolute;
  bottom: 15px;
  left: 20px;
  border-radius: 10px;
}
.treade-big-frame1 img {
  width: 65%;
    position: absolute;
    bottom: 35px;
    left: 100px;
}

.treade-sm-frame1 img {
  width: 85%;
  position: absolute;
  bottom: 0;
  left: 35px;
}
.features-card {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.trade-sm-frames h4,
.trade-big-frame h4,
.treade-big-frame1 h4,
.treade-sm-frame1 h4 {
  font-size: 19px;
  font-weight: 700;
}
.trade-sm-frames p,
.trade-big-frame p,
.treade-big-frame1 p,
.treade-sm-frame1 p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: var(--text-color);
}
.express-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.experence-trade {
  padding: 50px 0;
  margin: 50px 0 0;
}
.experence-hedr {
  width: 60%;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.tab-card {
  margin-top: 50px;
}
.experence-hedr p {
  padding: 10px 50px;
  font-size: 17px;
  font-weight: 500;
  color: var(--text-color);
  margin: 0;
}
.tab-experience {
  width: 100%;
  height: 100%;
  padding: 50px;
  border-radius: 20px;
  background: radial-gradient(circle, rgba(247, 157 ,0, 0.5) 0% , rgba(0 , 0 , 0 ,1) 100%);
}
.tab-experience img {
  width: 80%;
  height: 400px;
  object-fit: contain;
}
.tab-experience .exprt-contimg {
  text-align: center;
}

/* Style the tab content */
.exprt-contimg {
  display: none;
  padding: 6px 12px;
}
/* Create an active/current tablink class */
.tabexperc div.active {
  background-color: rgba(255, 255, 255, 0.05);
}

.tabexperc {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.exprt-links {
  padding: 20px 30px;
  border-radius: 12px;
  color: #fff;
}
.exprt-links i,
.whing-card i {
  font-size: 22px;
  margin-bottom: 10px;
}
.exprt-links h4 {
  font-size: 22px;
}
.exprt-links p,
.whing-card p {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-color);
}

.whyhive-sec {
  margin: 100px 0;
}
.import-solv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.whyheding {
  width: 50%;
  text-align: center;
  color: #fff;
}
.whyheding p {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-color);
}
.whing-answr {
  width: 100%;
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.whing-card {
  width: 30%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px;
  border-radius: 15px;
  background-color: #171717;
  color: #fff;
}
.whing-card h4 {
  font-size: 22px;
  margin: 20px 0;
}
.whing-card h4 {
  font-size: 22px;
  margin: 20px 0;
}
.accord-faq {
  padding: 50px 0;
}
.accordion-qs {
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.faqheading {
  text-align: center;
  width: 60%;
}
.acord-questn {
  width: 60%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.acord-questn .accordion-button {
  color: #fff;
  background-color: #171717;
  font-size: 20px;
  font-weight: 700;
  box-shadow: unset;
  padding: 20px 25px;
  border-radius: 10px !important;
}
.acord-questn .accordion-item {
  color: var(--text-color);
  background-color: #171717;
  border: unset;
}
.accordion-button::after {
  display: none !important;
}
.acord-questn .accordion-button .icon {
  color: var(--text-color);
  transition: transform 0.3s ease;
  font-size: 17px;
}
.acord-questn .accordion-body {
  font-size: 17px;
  padding: 10px 25px 25px;
}

.client-review {
  padding: 100px 0;
}
.testimonial-client,
.discover-now {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.client-heading {
  width: 60%;
  text-align: center;
}
.differ-says {
  margin: 50px 0;
}
.says-user {
  display: flex;
  justify-content: center;
}
.slik-client {
  padding: 20px;
  width: 33%;
}
.slik-review {
  color: #fff;
  border: 1px solid #dff3fd1c !important;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 25px;
}
.slik-review p {
  color: var(--text-color);
  font-weight: 500;
  margin: 0;
}
.slik-review h6 {
  color: #fff;
}
.author-client {
  margin-top: 20px;
}

.slick-verbottom {
  transform: rotate(180deg);
}

.slick-verbottom .slick-slide {
  transform: rotate(180deg);
}
.disheading h3 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  border-top: 1px dashed #2222224d;
  border-bottom: 1px dashed #2222224d;
  padding: 20px 0;
}
.disheading {
  padding: 50px 0;
  text-align: center;
  width: 95%;
  border-left: 1px dashed #2222224d;
  border-right: 1px dashed #2222224d;
}
.discover-trade {
  padding: 0 0 80px;
  position: relative;
}
/* .discover-bgimg {
  background: url(../images/colox.png);
  background-size: cover;
  background-position: center;
} */

.footer-link {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.footersec {
  display: flex;
  justify-content: center;
}
div#footer {
  padding: 50px 0 20px;
}
.footer-column p {
  color: var(--text-color);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}
.footer-column h4 {
  color: #fff;
  font-size: 20px;
}

.footer-column ul {
  padding-left: 5px;
  margin: 0;
}
.footer-column ul li {
  list-style: none;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
}
.footer-column ul li a {
  color: var(--text-color);
}
.footer-column ul li a:hover {
  color: var(--secondary-color);
}
img.ftrlogo-dsign {
  width: 60px;
}


form#uforget {
    margin: 20px 0 30px;
}
.forget_email {
    height: 40px;
}
/* Sign up page */
.passErr {
    color: #ff0000;
    margin-top: 8px;
    font-size: 13px;
    padding-left: 5px;
}
i#eyeIcon , i#eyeIconLogin {
    color: #f79000;
    font-size: 12px;
}



.signbody {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0 20px;
  background: var(--primary-color);
}
.form-container {
  width: 100%;
  max-width: 500px;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.sign-header img {
  width: 50px;
}
.card-sign {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 30px;
}
.heading-tittle h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.heading-tittle p {
  color: var(--text-color);
  margin: 0;
}
.heading-tittle {
  width: 100%;
  margin: 10px 0 20px;
}
.google-sign,
.sign-upbody {
  width: 100%;
}
.google-sign .gsignbtn {
  border: 1px solid #fff;
  padding: 8px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  display: block;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
}
.google-sign .gsignbtn:hover {
  border-color: #fff;
  color: #fff;
}
.gsignbtn img {
  width: 20px;
}
p.seprate-prt {
  text-align: center;
  margin: 10px 0;
  font-size: 19px;
  color: var(--text-color);
}
.form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.form-field label {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
}
.form-field input {
  color: #fff;
  padding: 4px 8px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
}
.form-btn .accountbtn {
  background-color: #fff;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #fff;
  width: 100%;
}
.form-btn {
  margin: 20px 0;
}
.form-btn .accountbtn:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.checkLabel-text a {
    color: #fff;
}
.allrdy-sec {
    display: flex;
        gap: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
.allrdy-sec p {
  color: var(--text-color);
  margin: 0;
}
.allrdy-sec a {
  color: var(--secondary-color);
}
.allrdy-sec a:hover {
  color: var(--secondary-color);
}


img.shine-img {
  position: absolute;
  width: 30%;
  top: 12px;
  right: 10%;
}

/* Pricing */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.priceStab button.active {
  background-color: var(--secondary-color);
  color: #000;
}

.priceStab {
  /* border: 1px solid var(--secondary-color); */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  border-radius: 5px;
  gap: 5px;
}
.pricelinks {
  padding: 5px;
  width: 50%;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  border-radius: 20px;
}
button.pricelinks:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #000;
}

.pricing_hero_grd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.pricing_heading {
  padding: 50px 0 0;
  width: 100%;
  text-align: center;
}
.pricing_heading h2 {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  line-height: 68px;
}
.pricing_heading p {
  font-size: 18px;
  margin: 20px 0;
  font-weight: 500;
  color: var(--text-color);
  letter-spacing: 1.2px;
}
.pricingTabs {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tabscardText {
  margin: 0;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing_hero_grd {
  position: relative;
}
.pricShine-topimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  z-index: -1;
}
#Paymonth,
#Payearly {
  width: 100%;
}

.pricing-section {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: auto;
}
.card {
  background: rgb(0, 0, 0, 0.4);
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  width: 45%;
  padding: 50px 15px;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease;
  backdrop-filter: blur(2px);
  color: #fff;
}
.basicbtn {
  border: 1px solid var(--secondary-color);
  background-color: transparent;
  margin: 20px 0px 0;
  padding: 8px;
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
a.linkbreak {
  color: var(--secondary-color);
  font-size: 15px;
  text-decoration: none;
}
.premiumbtn {
  border: 1px solid var(--secondary-color);
  margin: 20px 0px;
  background-color: var(--secondary-color);
  padding: 8px;
  color: #000;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
.card:hover {
  transform: translateY(-5px);
}
.sectionGet .btn-form {
  width: 60%;
}
.card.highlight {
  background: rgb(0, 0, 0, 0.7);
  color: #fff;
  border: 2px solid var(--secondary-color);
}

.card.popular {
  border: 2px solid var(--secondary-color);
}

.tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: gold;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 10px;
}
.features {
  text-align: left;
  margin: 20px 0;
  padding: 0 15px;
}

.price {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0 5px;
}

.billed {
  font-size: 14px;
  color: #777;
}

.features {
  text-align: left;
  margin: 20px 0;
}

.features li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.features li::before {
  content: "✔";
  color: green;
  margin-right: 10px;
}

.features li.disabled::before {
  content: "✖";
  color: red;
}

.features li.disabled {
  color: #aaa;
}

.highlight .btn {
  background: #fff;
  color: #000;
}

.cancel-btn {
  background: #eee;
  color: #000;
}
.featurePlan {
  position: sticky;
  top: 0;
  background-color: var(--primary-color);
  box-shadow: 0 10px 10px #f79d000d;
}
.pricingFeat {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 100px 0 40px;
}
.featureTab {
  width: 50%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  gap: 15px;
}
.feature-contain {
  width: 50%;
}
div#monthPy {
  width: 100%;
}
.feature-srtpln {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.featureTab h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.priceFTab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  border-radius: 5px;
  gap: 5px;
}
.priceFTab button.active {
  background-color: var(--secondary-color);
  color: #000;
}
.featlinks {
  padding: 5px;
  width: 50%;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
}
button.featlinks:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #000;
}
.featbasic-plan,
.featpremim-plan {
  color: #fff;
  text-align: center;
  width: 50%;
}
.featbasic-plan h3,
.featpremim-plan h3 {
  margin: 0;
  font-size: 20px;
}
.pricefeat {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 10px;
}
.sectionGet {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectionGet a {
  display: block;
  width: 50%;
  margin: 0;
}
.component-feature {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.detailed-component {
  padding: 40px 0 50px;
  /* overflow: auto;
    height: 650px;
    scrollbar-width: none;
    -ms-overflow-style: none; */
}

.feature-left {
  width: 50%;
}
.genral-feature {
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.feature-price-card,
.feature-right {
  width: 25%;
  display: flex;
  justify-content: center;
}
h3.generalheading {
  font-size: 32px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.price-value-item {
  width: 100%;
  text-align: center;
}
.feature-left {
  display: flex;
  flex-direction: column;
}
.feature-box {
  padding: 10px;
  height: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.value-featur,
.valueprime-sec {
  padding: 10px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-value-item,
.shaded-itemvalue {
  width: 75%;
  text-align: center;
  border-radius: 20px;
  background-color: #171717;
}
.price-value-item {
  border: 1px solid rgba(247, 157, 0, 0.3);
}
.shaded-itemvalue {
  border: 2px solid rgba(247, 157, 0, 0.9);
}

.feature-box p {
  margin: 0;
  font-size: 14px;
  color: var(--text-color);
}
.feature-box h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}
.pricingReview {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 0;
}
.sayingWhat {
  width: 70%;
}
.slik-pricetest {
  color: #fff;
  border: 1px solid #dff3fd1c !important;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
}
.discover-pricing {
  padding: 50px 0;
  position: relative;
}

.discover-proft {
  display: flex;
  gap: 20px;
  border: 1px solid var(--secondary-color);
  padding: 50px;
  border-radius: 10px;
  background-color: rgb(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  overflow: hidden;
}
.rightTrade-View {
  width: 50%;
}
.discvr-hight h3 {
  font-size: 40px;
  font-weight: 700;
}
.discvr-hight p {
  font-size: 15px;
  color: var(--text-color);
}
.Price-getsign {
  border: 1px solid var(--secondary-color);
  background:linear-gradient(135deg, #f79000 0%, #ff7e5f 50%, #a23bff 100%);
  background-position:left center ;
  background-size: 150% 100%;
  color:#0a0a0a;
  width: 300px;
  padding: 9px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 25px;
  text-transform: capitalize;
}
.Price-getsign:hover {
  color: var(--primary-color);
  background-position: right center;

}
.discvr-hight {
  color: #fff;
  width: 50%;
}
.gettingPrice {
  padding: 20px 0;
}
.rightTrade-View img {
  width: 58%;
  position: absolute;
  right: 0;
  transform: rotate(-20deg);
  overflow: auto;
  inset: -8% -11% 0% auto;
}

.shine-discimg {
  position: absolute;
  top: 0;
  right: 30%;
  width: 38%;
  z-index: -1;
}
.author-pricingclt h6 {
  color: var(--text-color);
}


/* terms of service */
        
        .Tosoverlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(10px);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 1000;
        }

        .Tosoverlay.active { display: flex; animation: fadeIn 0.3s; }

        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
        @keyframes slideUp { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

        .Tos_modal {
            background: #1a1a2e;
            border-radius: 20px;
            width: 90%;
            max-width: 600px;
            max-height: 90vh;
            display: flex;
            flex-direction: column;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
            animation: slideUp 0.4s;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .Tosmodal-header {
            padding: 25px 30px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 20px 20px 0 0;
        }

        .Tosmodal-header h2 {
            color: white;
            font-size: 24px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .Tosmodal-header .subtitle {
            color: rgba(255, 255, 255, 0.9);
            font-size: 14px;
            margin-top: 8px;
        }

        .Tosmodal-header .logo {
            width: 45px;
            height: 30px;
            background: white;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #667eea;
        }

        .Tosmodal-body {
            padding: 30px;
            overflow-y: auto;
            flex: 1;
        }

        .terms-content {
            color: #a8a8b3;
            line-height: 1.6;
            font-size: 14px;
            max-height: 300px;
            overflow-y: auto;
            padding: 20px;
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.02);
        }

        .terms-content::-webkit-scrollbar { width: 6px; }
        .terms-content::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.05); border-radius: 3px; }
        .terms-content::-webkit-scrollbar-thumb { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); border-radius: 3px; }

        .terms-content h3 {
            color: white;
            margin: 20px 0 10px 0;
            font-size: 16px;
        }

        .terms-content p, .terms-content li { margin-bottom: 10px; }
        .terms-content ul { margin-left: 20px; color: #a8a8b3; }
        .terms-content ul li { margin-bottom: 8px; }

        .checkbox-container {
            margin-top: 25px;
            padding: 20px;
            background: rgba(102, 126, 234, 0.1);
            border-radius: 12px;
            border: 1px solid rgba(102, 126, 234, 0.2);
        }

        .checkbox-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            cursor: pointer;
        }

        .checkbox-item:last-child { margin-bottom: 0; }

        .checkbox-item input {
            appearance: none;
            width: 20px;
            height: 20px;
            border: 2px solid #667eea;
            border-radius: 4px;
            margin-right: 12px;
            flex-shrink: 0;
            cursor: pointer;
            position: relative;
            transition: all 0.3s;
        }

        .checkbox-item input:checked {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .checkbox-item input:checked::after {
            content: '✓';
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
        }

        .checkbox-item label {
            color: #e4e4e7;
            font-size: 14px;
            cursor: pointer;
            user-select: none;
        }

        .Tosmodal-footer {
            padding: 25px 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            gap: 15px;
            justify-content: flex-end;
        }

        .Tosbtn {
            padding: 12px 30px;
            border: none;
            border-radius: 10px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            min-width: 120px;
        }

        .btn-decline {
            background: transparent;
            color: #a8a8b3;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .btn-decline:hover {
            background: rgba(255, 255, 255, 0.05);
            color: white;
        }

        .btn-accept {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            opacity: 0.5;
            cursor: not-allowed;
        }

        .btn-accept.enabled {
            opacity: 1;
            cursor: pointer;
        }

        .btn-accept.enabled:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        }

        .warning-text {
            color: #f59e0b;
            font-size: 12px;
            margin-top: 20px;
            padding: 12px;
            background: rgba(245, 158, 11, 0.1);
            border-radius: 8px;
            border: 1px solid rgba(245, 158, 11, 0.2);
        }

      
    
/* end terms of service */



/* start features page */
.features-headSec {
    padding: 100px 0 70px;
}
.featHead-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.featText {
    width: 40%;
}
.featImgs {
    width: 60%;
}
.featImgs img {
    width: 100%;
    box-shadow: none;
    transform-origin: 100%;
    object-fit: fill;
    transform-style: preserve-3d;
     transform: perspective(850px) rotateX(3deg) rotateY(
351deg) rotate(1deg) perspective(825px);
    border-radius: 5px;
    flex: 0 auto;
    overflow: auto;
}
.featText h1 {
    color: #fff;
    font-size: 58px;
    line-height: 1.1em;
    font-weight: 700;
}
.featText p {
    font-size: 22px;
    color: #fff;
    margin: 20px 0;
}
.start-Featbtn {
    border: 1px solid var(--secondary-color);
     background:linear-gradient(135deg, #f79000 0%, #ff7e5f 50%, #a23bff 100%);
  background-position:left center ;
  background-size: 150% 100%;
    color: #000;
    width: 230px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.start-Featbtn:hover {
    border-color: var(--secondary-color);
    background-position: right center;
    color: #000;
}
.feature-TradeCard {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 50px 0 0;
}
.features-grid {
    margin: 90px 0;
}
.feature-card {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 20px 20px;
    display: flex;
        width: 31%;
}
.tradeCards-feat h3 {
    text-align: center;
}
.feature-icon i {
    font-size: 24px;
    color: var(--secondary-color);
}
.feature-title {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 5px;
}
.feature-desc {
 color: var(--text-color);
}

.fade-up{
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease ;
}
.fade-up.show{
  opacity: 1;
  transform: translateY(0);
}
.feature-card:hover {
    box-shadow: 0 0 8px rgba(255,165,0,0.3);
    transform: translateY(-5px);
    transition: all 0.5s ease-in-out;
}

.overview-grid {
    margin: 100px 0;
}
.overGrid-box {
    background-color: #000;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(255,165,0,0.3);
    display: flex;
    justify-content: center;
    margin-top: 70px;
}
.overGrid-text {
    padding: 50px;
    width: 50%;
}
.overGrid-image {
    width: 50%;
    padding: 50px 0px 0 50px;
    background:linear-gradient(88deg, #667eea 10%, #3d3a8f 70%);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.overGrid2-image {
    width: 50%;
    padding: 50px 0px 0 50px;
    background: linear-gradient(#ffffffbf, #ffffff0d), linear-gradient(#9f0ff7cf, #0900ff);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.overGrid3-image {
    width: 50%;
    padding: 50px 0px 0 50px;
    background: linear-gradient(#a7ffceb3, #ffffff40), linear-gradient(#0900e3, #e300e2);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.gridimage-box img {
    width: 100%;
    height: auto;
    object-fit: fill;
}

.box-uprtxt i {
    font-size: 44px;
    color: var(--secondary-color);
}
.box-uprtxt h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    margin: 10px 0;
}
.box-uprtxt p {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 20px;
}
.lockspan {
    color: #d1d1d1;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,165,0,0.35);
    border-color: var(--primary);
    border-radius: 25px;
    padding: 5px 12px;
}
.lockup-text {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
.lockspan p {
    margin: 0;
}
.lockspan i {
    font-size: 15px;
}
.allWay-contains {
    background-color: #232326;
    padding: 50px 0;
}
.way-trades {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:30px;
    margin-top: 50px;
}
.waysCard {
    width: 46%;
    /* border: 1px solid rgb(255 165 0); */
    padding: 30px 50px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.35);
    box-shadow: 0 0 10px rgba(255 ,165, 0 , 0.5);
}
.waysCard i {
    font-size: 38px;
    color: var(--secondary-color);
}
.waysCard h4 {
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0;
    color: #fff;
}
.waysCard p {
    color: var(--text-color);
}
.waysCard .linkway {
    color: 3d;
}
a.linkway {
    font-size: 17px;
    color: var(--secondary-color);
}
a.linkway i {
    font-size: 13px;
    color: var(--secondary-color);
}

/* end features page */


/* broker support page */

.broker-topSection {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
     padding-top: 5rem;
}
.broker-header {
    text-align: center;
    width: 60%;
}
.broker-header h2 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
}
.broker-header p {
    font-size: 22px;
    color: #b2b2b2;
}
.allBroker-integ {
    margin: 10rem 0;
}

.network {
      position: relative;
      width: 1200px;
      height: 550px;
    }

    .iconBrokr {
      position: absolute;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2;
    }

    .iconBrokr img {
      width: 70%;
      height: 70%;
      object-fit: contain;
      border-radius: 12px;
    }

    .iconBrokr.center {
      top: 46%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90px;
      height: 90px;
      z-index: 3;
    }

     .left-1 { top: 20px; left: 200px; }
    .left-2 { top: 120px; left: 110px; }
    .left-3 { top: 210px; left: 30px; }
    .left-4 { top: 325px; left: 80px; }
    .left-5 { top: 425px; left: 130px; }
    .left-6 { top: 520px; left: 200px; }

    /* Right positions */
    .right-1 { top: 12px; left: 925px; }
    .right-2 { top: 135px; left: 1030px; }
    .right-3 { top: 215px; left: 1130px; }
    .right-4 { top: 320px; left: 1075px; }
    .right-5 { top: 425px; left: 1035px; }
    .right-6 { top: 520px; left: 940px; }

    .iconBrokr.webull img {
    background: #007CFF;
    padding: 6px;
    }
    .iconBrokr.fidelity img {
    background: #4bb537;
    padding: 6px;
}
    .network svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1;
    }

    .network svg .line {
      stroke: url(#gradient);
      stroke-width: 2.5;
      fill: none;
    }
    .integ-headSection h4 {
    font-size: 34px;
    font-weight: 700;
    color: var(--secondary-color);
}
.right-tgglsec input {
    padding: 10px 15px;
    border-radius: 10px;
    height: 45px;
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    color: #fff;
}
.integ-headSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabs_menu {
    border: 1px solid #14173033;
    border-radius: 30px;
    width: 100%;
    max-width: 200px;
    height: 50px;
    display: flex;
    overflow: hidden;
}
.right-tgglsec {
    display: flex;
    gap: 15px;
}
button.menuToggle {
    padding: 5px 20px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border: unset;
    background-color: #000;
    color: #fff;
}
button.menuToggle2 {
    padding: 5px 20px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: unset;
    background-color: #000;
    color: #fff;
}
.tabs_menu button.active {
  background: var(--secondary-color);
  color: #fff;
  border-radius: 6px;
}
.cardBrokers {
    margin-top: 50px;
}
.fullCard-over {
    display: grid;
    grid-template-columns: repeat(3 , 31.6%);
    gap: 30px;
}
a.listItem-card {
    text-decoration: none;
    color: unset;
    padding: 30px;
    border: 1px solid #fff;
    display: block;
    border-radius: 15px;
    height: 100%;
}
.broker-card-name h5 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.filebrok-btn {
    padding: 6px 15px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.autobrok-btn {
    padding: 6px 15px;
    border: 1px solid #f79000;
    background: linear-gradient(135deg, #f79000 0%, #ff7e5f 50%, #a23bff 100%);
    background-position: left center;
    background-size: 150% 100%;
    border-radius: 10px;
    color: #0a0a0a;
    font-size: 16px;
    display: inline-block;
}
.autobrok-btn:hover {
  background-position: right center;
}
.listtype {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.broker-card-wrraper , .broker-card-holder {
    margin-top: 20px;
}
.listtype p {
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
}

.iconBrokr span {
    font-size: 24px;
    font-weight: 700;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
}
.robinhood span {
    background: linear-gradient(135deg, #00C805, #00A000);
}
.webull span {
  background: linear-gradient(135deg, #FD8E3E, #FF6B00);
}
.thinkorswim span {
    background: linear-gradient(135deg, #40E0D0, #008B8B);
}
.etrade span {
    background: linear-gradient(135deg, #5627AE, #3B1B7F);
}
.fidelity span {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
}
.schwab span {
    background: linear-gradient(135deg, #0062cc, #003d7a);
}
.ibkr span {
    background: linear-gradient(135deg, #DE0B0B, #8B0000);
}
.tastytrade span {
    background: linear-gradient(135deg, #E91E63, #C2185B);
}
.merrill span {
    background: linear-gradient(135deg, #012169, #001040);
}
.vanguard span {
    background: linear-gradient(135deg, #8B0000, #5C0000);
}
.ally span {
    background: linear-gradient(135deg, #6B2C91, #4A1F64);
}
.tdameritrade span {
    background: linear-gradient(135deg, #40C842, #2E8B30);
}
.Support-form-sec {
    margin: 50px 0;
}
.seeBroker-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.DoSee-Header {
    width: 50%;
    text-align: center;
}
.DoSee-Header p {
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 20px;
    margin-top: 10px;
}
.message-sec {
    width: 50%;
    margin: 50px 0;
}
.form-data-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.form-data-field input , .form-data-field textarea {
    border: unset;
    border-bottom: 1px solid #474747;
    border-radius: 6px;
    padding: 8px 10px;
    color: #fff;
    background: 
    linear-gradient(#f79000, #a23bff ) center bottom / 0% 2px no-repeat,
    linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13)) center bottom / 100% 2px no-repeat;
  transition: background-size 0.3s ease;
}
.form-data-field input:focus , .form-data-field textarea:focus {
  background-size: 100% 2px, 100% 2px;
  border: unset;
}
.form-data-field input:focus-visible, .form-data-field textarea:focus-visible {
    outline: none;
}
.form-data-field label {
    font-size: 16px;
    color: var(--text-color);
}
button.submitFrbtn {
    width: 100%;
    padding: 12px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    background: linear-gradient(135deg, #f79000 0%, #ff7e5f 50%, #a23bff 100%);
    background-position: left center;
    background-size: 150% 100%;
}
button.submitFrbtn:hover {
  background-position: right center;
}
.expand-market {
    margin: 50px 0;
}
.expand-header-mkt {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(135deg, #4a5cc5 0%, #3d3a8f 100%);
    border-radius: 10px;
    color: #fff;
}
.integration-wide {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 45%;
}
.broker-fields , .brokerCheck {
    width: 33%;
    flex: 1;
        text-align: center;
            display: flex;
    align-items: center;
    justify-content: center;
}
.holder-broker {
    display: flex;
    align-items: center;
    gap: 20px;
        width: 100%;
}
.interBroker-nm h4, .broker-fields h4 {
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(134deg, #ffffff 0%, #845aae 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fieldLine {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    gap: 10px;
    border-bottom: 1px solid #121212;
    border-radius: 10px;
}
.brokerCheck i {
    background-color: #1a1a1a;
    height: 30px;
    color: #845aae;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.integrationName h5 {
    color: #f79000;
}
.integration-wideValue {
    width: 45%;
}
p.mobileOption {
  display: none;
}

/* end broker support page */


/* broker individual page */
.integration-depart {
    padding: 80px 0 60px;
}
.integrValue p {
    font-size: 20px;
    font-weight: 700;
}
.integration-conatiner {
    display: flex;
    gap: 30px;
}
.integration-left-sec {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.integration-right-sec {
    width: 60%;
    position: relative;
}
.integr-head {
    display: flex;
    align-items: center;
    gap: 15px;
}
.integr-subhed p {
    color: #f79000;
    font-size: 20px;
    margin: 0;
}
.integrValue p {
    margin: 0;
    color: #fff;
}
.integr-head i {
    color: var(--text-color);
}
.integrover p {
    font-size: 18px;
    color: var(--text-color);
}
.integrover {
    margin-top: 10px;
}
.integrover a {
    margin-top: 10px;
    color: #ffffff;
    font-size: 18px;
}
.integrover a:hover {
  text-decoration: underline;
}
.btndesign {
    background: linear-gradient(135deg, #f79000 0%, #ff7e5f 50%, #a23bff 100%);
    display: inline-block;
    padding: 6px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #0a0a0a !important;
}
.integ-1 {
    top: 4%;
    left: 2%;
}
.integ-2 {
    top: 40%;
    left: 10%;
}
.integ-3 {
    top: 88%;
    left: 5%;
}
.integ-4 {
    top: 7%;
    left: 32%;
}
.integ-5 {
    top: 54%;
    left: 94%;
}
.integ-6 {
    top: 80%;
    left: 80%;
}
.integ-7 {
    top: 0;
    left: 60%;
}
.integ-8 {
    top: 60%;
    left: 62%;
}
.integ-9 {
    top: 30%;
    left: 78%;
}
.integ-10 {
    top: 82%;
    left: 45%;
}
.integ-11 {
    top: 62%;
    left: 28%;
}
.integ-12 {
    top: 0;
    left: 95%;
}
.step-integration {
    margin: 50px 0;
}
.stepFollow-sec {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 20px;
}
.step-Integr-top h3 {
    font-size: 52px;
    font-weight: 700;
    color: #fff;
}
.step-Integr-top {
    margin-bottom: 50px;
}
.step-Integr-top p {
  font-size: 18px;
  color: var(--text-color);
  margin: 0;
}
.listSteps {
    margin: 30px 0;
}
p.listRich-text {
    font-size: 24px;
    color: #fff;
}
ul.listingGap {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
p.listRich-text {
    font-size: 24px;
    color: #f79000;
}
ul.listingGap li {
    font-size: 17px;
    color: #fff;
}
.guideImg {
    text-align: center;
    padding: 20px 40px;
}
.guideImg img {
    width: 500px;
}
.nrmlText {
  color: #fff;
}
@keyframes bounceresume {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
}
@keyframes bouncerdown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}
.animation-broker {
   animation: bounceresume 6s ease-in-out infinite;
}
.animation-brokerdown {
   animation: bouncerdown 6s ease-in-out infinite;
}
.broker-integr {
  margin: 0 auto;
}
.broker-integr .slick-slide {
  margin: 0 15px;   /* gap between slides */
}
.broker-integr .slick-list {
  margin: 0 -15px;  /* compensate so edges stay flush */
}

.brokersign {
    border: 1px solid var(--secondary-color);
    background: linear-gradient(135deg, #f79000 0%, #ff7e5f 50%, #a23bff 100%);
    background-position: left center;
    background-size: 150% 100%;
    color: var(--primary-color);
    width: 175px;
    padding: 9px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 8px;
    text-align: center;
}
.brokersign:hover {
    color: var(--primary-color);
    background-position: right center;
}
.AllCard-broker {
    border: 1px solid #000;
    background-color: #000;
    border-radius: 20px;
    box-shadow: 0 0 6px #1b1b1b;
    overflow: hidden;
}
.AllCard-broker img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: transform 0.8s ease;
}
.AllCard-broker:hover img {
  transform: scale(1.1);
}

.shortInfo-broker {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
h4.typeBroker {
    font-size: 28px;
    font-weight: 700;
    color: #f79000;
}
.shortInfo-broker p {
    font-size: 16px;
    color: var(--text-color);
}
.slick-prev {
    left: -50px;
}
.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}
.slick-next {
    right: -50px;
}
.slick-prev:before, .slick-next:before {
    font-size: 24px;
    color: #f79000;
}
h3.topslide-head {
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}
.slider-broker {
    margin: 100px 0;
}

/* end broker individual page */


/************ hive help page **********/
.hivehelp-margn {
    margin-top: 60px !important;
}
.hiveSearch-section {
    background: linear-gradient(135deg, #4a5cc5 0%, #3d3a8f 100%);
    padding: 30px;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.searchHelp h2 {
    /* background: linear-gradient(134deg, #ffffff 0%, #845aae 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #f79d00;
    font-size: 40px;
    font-weight: bold;
}
.searchHelp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.searchHelp input {
    padding: 8px 20px;
    height: 45px;
    width: 60%;
    border-radius: 5px;
    border: 1px solid #fff;
}

.searchHelp input:focus-visible {
    outline: unset;
}
.leadCards-section {
    margin: 70px 0;
    display: flex;
    justify-content: center;
        align-items: center;
    flex-direction: column;
    gap: 50px;
}
.helping-cardsec {
  width: 80%;
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 25px;
}
a.cardLinks {
    box-shadow: 0 0 4px rgba(255,165,0,0.3);
    display: block;
    padding: 20px 25px;
    border-radius: 12px;
    width:100%;
}
a.cardLinks:hover {
    transform: translateY(-5px);
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 2px rgb(255 165 0);
}
.Helpcard {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.Helpcard i {
    font-size: 18px;
    color: var(--secondary-color);
    background-color: #ffffff08;
    padding: 15px;
    border-radius: 10px;
}
.helpdetail h5 {
    font-size: 18px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.helpdetail p {
    margin: 0;   
    color: var(--text-color);
}
.mostPop-section {
    width: 80%;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 0 4px rgba(255,165,0,0.3);
}
.viewed-artical {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}
a.viewdLink {
    display: block;
    width: 48%;
}
a.viewdLink:hover i {
    transform: translateX(5px);
    transition: all 0.5s ease-in-out;
}
.artical-card {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 15px;
    border-radius: 8px;
    background-color: #ffffff08;
}
.usedArticl-sec h3 {
    font-size: 30px;
    margin-bottom: 25px;
    color: var(--secondary-color);
    font-weight: 700;
}
.artical-card h4 {
    font-size: 20px;
    margin: 0;
    background: linear-gradient(134deg, #ffffff 0%, #845aae 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.artical-card i {
    color: #845aae;
    font-size: 16px;
}
span.help-artical::before {
    content: '•';
    margin:0 5px;
    font-size: 16px;
}

/************ end hive help page **********/


/************ hive help collection page **********/
.baseline-div {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    color: var(--text-color);
    margin-top: 60px;
}
a.previous-collect {
    color: var(--secondary-color);
}
.baseline-div p {
    margin: 0;
}
.baseline-div i {
    font-size: 12px;
}
.overview-Authcards {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.signame-card {
    display: flex;
    align-items: center;
    gap: 15px;
}
.signame-card i {
    font-size: 18px;
    color: var(--secondary-color);
    background-color: #ffffff08;
    padding: 15px;
    border-radius: 10px;
}
.signame-card h3 {
    margin: 0;
    font-size: 28px;
    color: #f79d00;
}
.signteam-sec {
    display: flex;
    align-items: center;
    gap: 10px;
}
.signteam-sec img {
    width: 30px;
    height: 30px;
    object-fit: fill;
}
.signteam-sec p {
    margin: 0;
    font-size: 17px;
    color: var(--text-color);
}
.AllPop-section {
    width: 80%;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 0 4px rgba(255,165,0,0.3);
}
a.artDetailLink {
    display: block;
    width: 100%;
}
.detail-artical {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
a.artDetailLink:hover i {
    transform: translateX(5px);
    transition: all 0.5s ease-in-out;
}
a.artDetailLink:hover {
    background-color: #8ba6ff14;
}
p.articalCount::before {
    content: '•';
    margin-right: 10px;
    font-size: 17px;
}

/************ end hive help collection page **********/


/************  hive help artical page **********/
.punlisher-detail {
    display: flex;
    gap: 15px;
    align-items: center;
    width: 30%;
}
.punlisher-detail img {
    width: 40px;
    height: 40px;
    object-fit: fill;
    border-radius: 50%;
}
.authorTime p {
    margin: 0;
    font-size: 16px;
    color: var(--text-color);
}
.artical-helpcard {
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 80%;
}
.artheader-sec h3 {
    font-size: 30px;
    font-weight: bold;
    color: var(--secondary-color);
}
.artheader-sec p {
    color: var(--text-color);
    margin: 0;
}
.artheader-sec {
    width: 70%;
}
.overview-artical {
    margin: 0 auto;
    width: 80%;
    display: flex;
    gap: 50px;
}
.writeArtical {
    width: 70%;
}
.pathPoints {
    width: 30%;
}
.postinfo-artical video {
    width: 100%;
    margin: 25px 0;
}
.postinfo-artical p {
    color: var(--text-color);
}
.postinfo-artical h4 {
    font-size: 26px;
    font-weight: bold;
    border-left: 4px solid #f79d00;
    padding: 6px 15px;
    border-radius: 5px;
}
.listed-keys {
    margin-top: 25px;
}
.listed-keys h5 {
    color: #e1e1e1;
}
.related-artcl {
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 0 4px rgba(255, 165, 0, 0.3);
        margin: 50px 0;
}
.related-artcl h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--secondary-color);
}
.border-seprt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0 0;
}
.bordr-sept {
    -webkit-box-flex: 1;
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(340deg, rgb(247, 157, 0) 0%, rgba(255, 255, 255, 0) 94.5%);
}
.bordr-sept1 {
    -webkit-box-flex: 1;
    flex-grow: 01;
    height: 1px;
    background: linear-gradient(26deg, rgb(247, 157, 0) 0%, rgba(255, 255, 255, 0) 94.5%);
}
.frHelp-reach p {
    text-align: center;
    font-size: 17px;
    color: var(--text-color);
}
.userview-help {
    text-align: center;
    margin-top: 20px;
}
.userview-help p {
    font-size: 17px;
    background: linear-gradient(134deg, #ffffff 0%, #845aae 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.userAnswr {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.userAnswr button {
    background: unset;
    border: unset;
    font-size: 28px;
    color: #f79d00;
}
.userAnswr button:hover {
    transform: scale(1.3);
    transition: transform 0.3s ease;
}
.stickyPath {
    position: sticky;
    top: 5rem;
}
.usePost-cnt {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.usePost-cnt a {
    padding: 8px 15px;
    border-left: 2px solid #E0E0E0;
    color: var(--text-color);
    font-size: 16px;
}
a.Anch-cnt.active {
    border-color: var(--secondary-color);
    background-color: #f7900014;
    color: #E0E0E0;
}

/************ end hive help artical page **********/


/**************** blog page **********************/

.BlogText , .BlogImgs {
    width: 50%;
}
.BlogText h1 {
    color: #fff;
    font-size: 58px;
    line-height: 1.1em;
    font-weight: 700;
}
.BlogText p {
    font-size: 22px;
    color: #fff;
    margin: 20px 0;
}
.blogfield input {
    padding: 5px 8px;
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    height: 40px;
    font-size: 15px;
    color: #fff;
    width: 45%;
}
.email-subtn {
    padding: 6px 15px;
    border: 1px solid #f79000;
    background: linear-gradient(135deg, #f79000 0%, #ff7e5f 50%, #a23bff 100%);
    background-position: left center;
    background-size: 150% 100%;
    border-radius: 5px;
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    width: 150px;
}
button.email-subtn:hover {
    background-position: right center;
}

.HCrad-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.headerBlog-card {
    max-width: 450px;
    width: 100%;
    background-color: #000;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 100%);
}

.Filter-BlogSec {
    margin: 100px 0;
}

.BlogImgs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.playCreater {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
}
.playblog-heading{
  padding: 0 20px;
}
.playblog-Disrip{
  padding: 15px 20px 30px;
}
.playblog-Disrip p {
    margin: 0;
    color: var(--text-color);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.playblog-heading h4 {
    font-size: 20px;
    margin: 0;
    color: var(--secondary-color);
}
.playCreater p {
    margin: 0;
    color: var(--secondary-color);
    font-size: 17px;
    font-weight: 500;
}
.profile-authr img {
    width: 30px;
    height: 30px;
    object-fit: fill;
}
.simplBlog-Card {
    width: 100%;
    background-color: #000;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 100%);
}
.SmCrad-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.blogList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.allBlog-header{
  margin-bottom: 30px;
      display: flex;
    gap: 20px;
    justify-content: space-between;
}
.allBlog-header h3 {
    font-size: 36px;
    color: var(--secondary-color);
}
.discoverBlog {
    margin: 100px 0;
    background-color: #000;
    border-radius: 20px;
}
.newsBanner {
    padding: 70px 90px;
}
.newsField-sec {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    text-align: center;
}
.newsField-sec h4 {
    color: var(--secondary-color);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}
.newsField-sec p {
    font-size: 20px;
    color: var(--text-color);
    margin: 0;
}
.VideoGroup {
    display: flex;
    gap: 50px;
}
.leftGroup {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 35%;
}
.rightFullVideo {
    width: 60%;
    flex: 1;
}
.video-divs video , .video-divs iframe {
    width: 100%;
    height: 200px;
    border-radius: 20px;
}
.video-Fulldiv {
    height: 100%;
}
.video-Fulldiv video , .video-Fulldiv iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.socialBlog-sec {
    margin: 100px 0;
}
.social-header {
    margin-bottom: 50px;
}
.social-header h3 {
    text-align: center;
    font-size: 36px;
    color: var(--secondary-color);
}
.filterAllSec {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.blog-filter button {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    padding: 8px 15px;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 500;
    color: var(--secondary-color);
}

.blog-filter button:hover {
  background-color: rgba(163, 59, 255, 0.046)
}

.blog-filter button.active {
      background: linear-gradient(135deg, #f79000 0%, #ff7e5f 50%, #a23bff 100%);
    color: #1c1c1c;
    border-color: #000;
}


/**************** End blog page **********************/


/************ detail blog page **********/
.detailBlog-container {
    padding: 70px 0;
}
.allBreadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.gapdevide {
    width: 2px;
    background-color: var(--secondary-color);
    height: 25px;
}
.allBreadcrumb a {
    font-size: 18px;
    color: #E0E0E0;
}
.allBreadcrumb a:hover {
    color: var(--secondary-color);
}
.breadcrumbTxt p {
    margin: 0;
    color: var(--text-color);
    font-size: 18px;
}
.BlogTitle h1 {
    font-size: 58px;
    font-weight: 700;
    color:var(--secondary-color);
}
.discription_Post p {
    font-size: 20px;
    color: #E0E0E0;
}
.Blog-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}
.author-Write-sec {
    display: flex;
    align-items: center;
    gap: 10px;
}
.author-Write-sec img {
    width: 35px;
    height: 35px;
    object-fit: fill;
}
.author-Write-sec p {
    margin: 0;
    font-size: 18px;
    color: #E0E0E0;
    font-weight: 500;
}
.published-Date , .countTime-sec {
    display: flex;
    align-items: center;
    gap: 10px;
}
.published-Date i , .countTime-sec i {
  color: var(--secondary-color);
}
.published-Date p , .countTime-sec p {
    margin: 0;
    font-size: 18px;
    color: #E0E0E0;
}
.Fullblog-content {
    margin: 60px 0;
}
.devidePost-sec {
    display: grid;
    grid-template-columns: 3fr 1.4fr;
    gap: 25px;
}
.firstSolid-sec img {
    width: 100%;
    border-radius: 20px;
}
.firstSolid-sec h2 {
    margin: 30px 0;
    font-size: 42px;
    font-weight: 700;
    color: var(--secondary-color);
}
.firstSolid-sec p , .post-covering-section p {
    font-size: 18px;
    color: #E0E0E0;
}
.post-covering-section h3 {
    margin: 40px 0 20px;
    color: var(--secondary-color);
    font-size: 34px;
}
.post-covering-section ul {
    font-size: 18px;
    color: #bababa;
}
.post-covering-section ul li {
  margin-bottom: 10px;
}
.post-covering-section blockquote {
    font-size: 17px;
    color: #edc3c3;
    border-left: 3px solid var(--secondary-color);
    border-radius: 2px;
    padding: 12px 25px;
    margin: 25px 0;
}
ul.numberList {
    list-style-type: auto;
}
.rightmentioned-guide h4 {
    font-size: 32px;
    color: var(--secondary-color);
}
.usePost-cnt {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.usePost-cnt a {
    padding: 8px 15px;
    border-left: 2px solid #E0E0E0;
    color: var(--text-color);
    font-size: 16px;
}
.usePost-cnt a:hover {
   border-color: var(--secondary-color);
    background-color: #f7900014;
}
.postdestination {
    position: sticky;
    top: 5rem;
}
a.Anch-cnt.active {
    border-color: var(--secondary-color);
    background-color: #f7900014;
    color: #E0E0E0;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.social-links a {
    color: #fff;
    font-size: 28px;
}
.social-links a:hover {
    color: var(--secondary-color);
    font-size: 28px;
}
.getstart-div {
    margin: 15px auto 0;
}
.tradeStart-btn {
   border: 1px solid var(--secondary-color);
    background: linear-gradient(135deg, #f79000 0%, #ff7e5f 50%, #a23bff 100%);
    background-position: left center;
    background-size: 150% 100%;
    color: var(--primary-color);
    width: 300px;
    padding: 9px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 25px;
    text-transform: capitalize;
    display: block;
}
.tradeStart-btn:hover{
  background: right center;
   background: linear-gradient(135deg, #f79000 0%, #ff7e5f 50%, #a23bff 100%);
}

/************ end detail blog page **********/


/************ backtesting page **********/

.testingBack-container {
    margin: 60px auto 30px;
    display: flex;
    justify-content: center;
}
.testinfo-hero {
    width: 60%;
}
.firsthero-contain {
    display: flex;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.heroContent-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.heroContent-sec h1 {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
}
.heroContent-sec p {
    color: var(--text-color);
    font-size: 20px;
}
.herobtn-get {
    width: 300px;
      border: 1px solid var(--secondary-color);
    background: linear-gradient(135deg, #f79d00 0%, #ff7e5f 50%, #a23bff 100%);
    background-position: left center;
    background-size: 150% 100%;
    color: var(--primary-color);
    padding: 9px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 25px;
    text-transform: capitalize;

}
.herobtn-get:hover {
     background-position: right center;
}
.herobtn-get:hover i {
    transform: translateX(5px);
    transition: all 0.3s ease-out;
}
.badge {
    background-color: #f7900042;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 20px;
}
.problemContainer {
    margin: 70px 0;
}
.problem-demSec {
    width: 50%;
    margin: 0 auto;
}
.backtest-banner {
    border: 1px solid red;
    display: inline-block;
    padding: 5px 28px;
    border-radius: 20px;
    color: red;
    font-size: 14px;
}
.problem-demSec {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.problem-demSec h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.backtest-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 70%;
    margin-top: 20px;
}
.backtest-holder-left {
   display: flex;
    justify-content: flex-start;
}
.backtest-holder-right{
   display: flex;
    justify-content: flex-end;
}
.backtest-holder-center{
  display: flex;
    justify-content: center;
}
.heldCards {
    width: 40%;
    border: 1px solid red;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 12px;
}
.heldCards i {
    color: red;
    font-size: 20px;
}
.fixproblem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
}
.fix-section {
    margin-top: 80px;
}
.letsfix-sec h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
        margin-bottom: 20px;
}
.letsfix-sec p {
    font-size: 18px;
    color: #fff;
}
.generated-txt{
       font-size: 22px;
    font-weight: 500;
}
.letsWining-sec {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}
.winStretgy {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.letsWining-sec h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffff;
}
.letsWining-sec p {
    font-size: 18px;
    width: 60%;
    color: var(--text-color);
}
.satgrytab {
    display: flex;
    align-items: center;
    gap: 10px;
}
.tabTrade-btnsec {
    display: flex;
    align-items: center;
    gap: 20px;
        color: #fff;
        padding: 20px 40px;
}
.tabTrade-btnsec i {
    font-size: 26px;
}
.headtxt-tab h4 {
    margin: 0;
}
.headtxt-tab p {
    margin: 0;
    color: var(--text-color);
}
.tabcontent-winstgy {
    border: 1px solid var(--secondary-color);
    background-color: #f790001c;
    padding: 25px;
    border-radius: 20px;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.tabDlinks.active {
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
    background-color: #f790001c;
    border-bottom: unset;
    border-bottom-left-radius: unset;
        border-bottom-right-radius: unset;
}
.winTabs {
    margin: 50px 0;
}
.imgeffert-sec img {
    width: 100%;
}
.stratgy-Gobtn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.stratbtn-get {
    width: 250px;
    border: 1px solid var(--secondary-color);
    background: linear-gradient(135deg, #f79d00 0%, #ff7e5f 50%, #a23bff 100%);
    background-position: left center;
    background-size: 150% 100%;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    padding: 9px;
    border-radius: 25px;
}
.stratbtn-get:hover i {
    transform: translateX(5px);
  transition: all 0.3s ease-out;
}

.provnn-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
    width: 100%;
}
.ProvStretgy {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 70px 0;
}
.letsProve-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.letsProve-sec h2 {
    font-size: 48px;
    font-weight: 700;
    color: #ffff;
}
.letsProve-sec p {
    font-size: 18px;
    width: 60%;
    color: var(--text-color);
    text-align: center;
}
.ProvnCard-tabs {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 15px;
      padding: 20px 50px;
    }
    .Prvcard-btn {
      width: 45%;
      flex: 1;
      padding: 25px 20px 0;
      border: 1px solid #393939;
      cursor: pointer;
      border-radius: 30px;
      color: #7f7f7f;
    }
    .Prvcard-btn.active {
      color: white;
      border-color: var(--secondary-color);
      border-width: 2px;
    }
    .Prvcard-btn img {
    width: 100%;
    height: 180px;
    object-fit: contain;
}
.Prvcard-btn h5 {
    font-size: 22px;
}
    .GuessCard {
      display: none;
      padding: 20px 50px;
    }
    .GuessCard.active {
      display: block;
    }

    /* Inner tab styles */
    .innertab-buttons {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin-bottom: 15px;
      width: 45%;
    flex: 1;
    }
    .innerEdge-tab {
    width: 45%;
    flex: 1;
}
    .innertab-btn {
      padding: 8px 15px;
      border: 1px solid #404040;
      cursor: pointer;
      border-radius: 5px;
      background-color: unset;

    }
    .innertab-btn.active {
      border-color: #fff;
    }
    .innertab-content {
      display: none;
      padding: 15px;
    }
    .innertab-content.active {
      display: block;
    }
    .innertab-content img {
      width: 100%;
      border-radius: 8px;
    }
    .guess-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.learnBasc-sec {
    display: flex;
    gap: 10px;
}
.edge-text {
    text-align: start;
}
.count-edge {
    font-size: 18px;
    margin-top: 3px;
    color: #6c6c6c;
}
.edge-text {
    color: #6c6c6c;
}
.innertab-btn.active .count-edge {
    color: #fff;
}
.innertab-btn.active .edge-text {
    color: #fff;
}
.diffrNeed-sec {
    display: flex;
    gap: 20px;
    padding: 30px;
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
    background: rgb(247 157 0 / 0.05);
    backdrop-filter: blur(2px);
}
.diffImg img {
    width: 100%;
}
.diffNeed-text {
    width: 50%;
    padding: 20px;
}
.diffImg {
    width: 50%;
}
.diffNeed-text h3 , .diffNeed-text1 h3 {
    font-size: 36px;
}
.diffNeed-text p , .diffNeed-text1 p {
    color: #fff;
    font-size: 17px;
}

.different-youneed {
    display: flex;
    gap: 20px;
}
.diffNeed-text1 {
    width: 100%;
}
.diffrNeed-sec1 {
      width: 70%;
    padding: 30px 30px 0;
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
    background: rgb(247 157 0 / 0.05);
    backdrop-filter: blur(2px);
}
.diffrNeed-sec2{
   width: 30%;
    padding: 30px;
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
    background: rgb(247 157 0 / 0.05);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}
.diffImg1 , .diffImg2 {
    width: 100%;
}
.diffImg1 img {
  width: 100%;
  height: 350px;
  object-fit: fill;
}
.diffNeed-card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 50px;
}
.diffImg2 img {
    width: 100%;
} 
.corFeature-Sec {
    margin: 80px 0 0;
}
.inner-badge {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.coreimgs {
      width: 18.5%;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
        padding: 10px;
}
.coreimgs img {
    width: 100%;
}
.coreAll-img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.coreAll-img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
}
.AssetTab {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.assest-section {
    margin: 80px 0;
}
.asstablinks {
    border: 1px solid var(--secondary-color);
    padding: 8px 30px;
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
}
.assestab-Content {
    margin: 50px 0 0;
}
.asstablinks.active {
    background: rgb(247 157 0 / 50%);
    backdrop-filter: blur(1px);
    border-color: rgb(247 157 0 / 20%);
}
.listStocks {
      width: 23%;
    border: 1px solid #6c6a8eb3;
    border-radius: 30px;
    padding: 10px 30px;
    background-color: #0d0d0d;
}
.stockItems , .allfutur-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.listStocks p {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.asset-head {
   margin-bottom: 20px;
}
.asset-head h3 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
img.topdwn-img {
    width: 100%;
}

/************ end backtesting blog page **********/





/* Responsive Start */

@media (max-width: 575px) {
  .herotrade {
    padding: 5rem 0 0;
  }
  .smarter-sec {
    width: 100%;
    border-color: #8181814d;
    padding: 30px 0;
  }
  .smart-heding {
    font-size: 34px;
    padding: 10px 0;
    border-color: #8181814d;
  }
  .gettingpart {
    border-color: #8181814d;
    padding: 15px 0;
  }
  .smartmain p {
    padding: 10px 0;
    font-size: 16px;
    margin: 0;
    border-color: #8181814d;
  }
  .getsign {
    width: 90%;
    padding: 8px;
    font-size: 16px;
  }
  p.parasub {
    margin-top: 5px;
    font-size: 13px;
  }

  .tradevideo video {
    width: 90%;
  }
  .partner-all h3 {
    font-size: 28px;
    letter-spacing: 0.5px;
  }
  .tittle-heading {
    font-size: 30px;
  }
  .trade-sm-frames,
  .trade-big-frame {
    width: 100%;
    height: 380px;
  }
  .treade-sm-frame1,
  .treade-big-frame1 {
    width: 100%;
    height: 380px;
  }
  .experence-hedr {
    margin-bottom: 20px;
    width: 100%;
  }
  .experence-hedr p {
    padding: 10px 0;
    font-size: 15px;
  }
  .tab-experience img {
    width: 100%;
    height: 200px;
  }
  .tab-experience {
    padding: 10px;
  }
  .experence-hedr {
    text-align: left;
  }
  .whyheding {
    width: 100%;
  }
  .whyheding p {
    font-size: 15px;
  }
  .whing-card {
    width: 100%;
    padding: 20px 15px;
  }
  .whing-answr {
    width: 100%;
    margin: 25px 0 0;
    gap: 20px;
  }
  .whing-card h4 {
    font-size: 18px;
    margin: 10px 0;
  }
  .exprt-links i,
  .whing-card i {
    font-size: 18px;
  }
  .exprt-links p,
  .whing-card p {
    font-size: 14px;
    margin: 0;
  }
  .whyhive-sec {
    margin: 50px 0;
  }
  .acord-questn {
    width: 100%;
    gap: 15px;
    display: flex;
    flex-direction: column;
  }
  .acord-questn .accordion-button {
    font-size: 16px;
    padding: 15px;
    align-items: flex-start;
    gap: 10px;
  }
  .acord-questn .accordion-button .icon {
    font-size: 14px;
  }
  .acord-questn .accordion-body {
    font-size: 14px;
    padding: 5px 15px 15px;
  }
  .client-heading {
    width: 100%;
  }
  .disheading h3 {
    font-size: 36px;
    margin-bottom: 10px;
    padding: 15px 0;
    border-color: #8181814d;
  }
  .client-review {
    padding: 50px 0;
  }
  div#footer {
    padding: 30px 0;
  }
  .footer-link {
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
  }
  .ftr-social {
    width: 100%;
}
.ftr-social ul.menulist {
    display: flex;
    gap: 25px;
}
  .footer-column h4 {
    color: #fff;
    font-size: 18px;
  }
  .footer-column ul li {
    padding: 5px 0;
    font-size: 14px;
  }
  img.ftrlogo-dsign {
    width: 45px;
  }
  .footer-column p {
    margin-top: 8px;
    font-size: 15px;
  }
  .footer-column {
    width: 46%;
  }
  .features-card {
    margin-top: 20px;
  }
  .trade-sm-frames,
  .trade-big-frame {
    padding: 20px 20px 10px;
  }
  .trade-sm-frames img{
    width: 290px;
  }
  .trade-big-frame img {
    height: 230px;
}
  .treade-big-frame1 img,
  .treade-sm-frame1 img {
    width: 275px;
    left: 10px;
  }
  .accordion-qs {
    gap: 20px;
  }
  .differ-says {
    margin: 20px 0;
  }
  .mobileslide {
    display: none !important;
  }
  .disheading {
    padding: 50px 0 0;
    border-color: #8181814d;
  }
  .discover-trade {
    padding: 0 0 40px;
  }
  img.shine-img {
    width: 80%;
    top: 90px;
    right: 6%;
    z-index: -1;
  }
  .shine-topimg {
    top: 22%;
    right: 2%;
    width: 80%;
  }
  .feautre-frame1 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
  }
  .slik-client {
    padding: 20px;
    width: 100% !important;
  }
  .says-user {
    flex-wrap: wrap;
  }
  .tabexperc {
    flex-wrap: wrap;
  }

  /* sign in page */
  .card-sign {
    padding: 25px 20px;
  }
  .google-sign .gsignbtn {
    padding: 6px;
    font-size: 14px;
  }
  .heading-tittle h3 {
    margin-bottom: 0px;
    font-size: 20px;
  }
  .gsignbtn img {
    width: 14px;
  }
  .form-field label {
    font-size: 16px;
  }
  .form-btn .accountbtn {
    font-size: 15px;
  }
  
  .sign-header img {
    width: 40px;
  }
  .heading-tittle {
    margin: 10px 0;
  }
  .heading-tittle p {
    font-size: 13px;
  }
  .form-field input {
    font-size: 14px;
  }
  .form-btn {
    margin: 20px 0 10px;
  }
  p.seprate-prt {
    font-size: 16px;
  }


  /* pricing page */

  .pricing_heading h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .pricing_heading h2 br{
    display: none;
  }
  .pricing_heading p {
    font-size: 15px;
    margin: 15px 0;
  }
  .priceStab {
    width: 100%;
  }
  .tabscardText {
    width: 100%;
    margin: 0;
  }
  .pricing-section {
    flex-direction: column;
    padding: 0 0 20px;
  }
  .card {
    width: 100%;
    padding: 50px 15px 35px;
  }
  .pricingFeat {
    flex-direction: column;
  }
  .pricingFeat {
    padding: 60px 15px 40px;
  }
  .priceFTab {
    width: 100%;
  }
  .featureTab h3 {
    font-size: 30px;
    text-align: center;
  }
  .feature-contain {
    width: 100%;
  }
  .feature-srtpln {
    gap: 50px;
    flex-direction: column;
    padding: 30px 0 0;
  }
  .featbasic-plan,
  .featpremim-plan {
    width: 100%;
  }
  .featbasic-plan h3,
  .featpremim-plan h3 {
    font-size: 15px;
  }
  .pricefeat {
    font-size: 26px;
    margin: 0 0 10px;
  }
  .featurePlan {
    position: unset;
  }
  .feature-box {
    height: 70px;
  }
  .feature-box p {
    display: none;
  }
  .feature-box h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .genral-feature {
    gap: 10px;
  }
  .price-value-item,
  .shaded-itemvalue {
    width: 90%;
    border-radius: 10px;
  }
  .discvr-hight h3 br {
    display: none;
}
  .value-featur,
  .valueprime-sec {
    font-size: 12px;
    height: 70px;
  }
  .featureTab {
    width: 100%;
  }
  .rightTrade-View {
    display: none;
  }
  .discover-proft {
    padding: 20px;
  }
  .discover-pricing {
    padding: 50px 10px 0;
  }
  .discvr-hight h3 {
    font-size: 30px;
  }
  .discvr-hight p {
    font-size: 14px;
  }
  .Price-getsign {
    width: 100%;
    font-size: 16px;
  }
  .sayingWhat {
    width: 85%;
  }
  .discvr-hight {
    width: 100%;
    text-align: center;
  }
  .shine-discimg {
    top: 5%;
    width: 100%;
  }
  .price {
    font-size: 28px;
    margin: 10px 0 5px;
  }
  .basicbtn {
    margin: 25px 0 0;
    padding: 6px;
    font-size: 14px;
  }
  .card h3 {
    font-size: 16px;
  }
  .sectionGet a {
    width: 85%;
  }
  h3.generalheading {
    font-size: 26px;
  }
  .component-feature {
    gap: 2rem;
  }

/* feature page */
  .features-headSec {
    padding: 30px 0;
}
.featText , .featImgs {
    width: 100%;
}
.featText h2 {
    font-size: 44px;
    line-height: 1.2em;
}
.featText p {
    font-size: 17px;
    margin: 15px 0;
    text-align: center;
}
.start-Featbtn {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}
.featText h2 {
    font-size: 34px;
    line-height: 1.1em;
    text-align: center;
}
.features-grid {
    margin: 40px 0;
}
.feature-TradeCard {
    gap: 20px;
    padding: 30px 0 0;
}
.feature-card {
    width: 100%;
}
.overview-grid {
    margin: 60px 0;
}
.overGrid-box {
    margin-top: 40px;
}
.overGrid-box {
    flex-direction: column;
    margin-top: 40px;
}
.overGrid-text {
    padding: 30px;
    width: 100%;
}
.box-uprtxt i {
    font-size: 34px;
}
.box-uprtxt h3 {
    font-size: 26px;
    line-height: 32px;
}
.box-uprtxt p {
    font-size: 15px;
}
.lockspan p {
    font-size: 13px;
}
.lockup-text {
    gap: 10px;
}
.lockspan i {
    font-size: 12px;
}
.overGrid-text {
    padding: 30px 20px;
}
.start-Featbtn {
    font-size: 15px;
}
.overGrid-image , .overGrid2-image , .overGrid3-image {
    width: 100%;
    padding: 25px 0px 0 25px;
}
.waysCard {
    width: 100%;
    padding: 30px 20px;
}
.way-trades {
    gap: 20px;
    margin-top: 30px;
}
.waysCard h4 {
    font-size: 28px;
}
.waysCard p {
    font-size: 14px;
}
a.linkway {
    font-size: 15px;
}
.waysCard i {
    font-size: 24px;
}
.featHead-cont {
    flex-direction: column;
        gap: 40px;
}


/* broker support page */
.broker-topSection {
    padding-top: 3rem;
}
.broker-header {
    width: 100%;
}
.broker-header h2 {
    font-size: 36px;
}
.broker-header p {
    font-size: 16px;
}
.featText p, .broker-header p {
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
}
.integ-headSection {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
}
.fullCard-over {
    grid-template-columns: repeat(1 , 100%);
    gap: 20px;
}
.DoSee-Header {
    width: 100%;
}
.message-sec {
    width: 100%;
}
.right-tgglsec input {
    padding: 6px 10px;
    height: 40px;
    width: 60%;
}
.tabs_menu {
    width: 40%;
    height: 45px;
}
button.menuToggle {
    padding: 2px 15px;
}
a.listItem-card {
    padding: 20px;
}
.broker-card-name h5 {
    font-size: 20px;
}
.listtype p {
    font-size: 16px;
}
button.filebrok-btn {
    font-size: 14px;
}
button.autobrok-btn {
    font-size: 14px;
    font-weight: 500;
}
.allBroker-integ {
    margin: 5rem 0;
}
.DoSee-Header p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}
button.submitFrbtn {
      padding: 8px;
    font-size: 16px;
    margin-top: 10px;
}
.iconBrokr span {
    font-size: 18px;
    width: 35px;
    height: 35px;
}
.iconBrokr {
    width: 50px;
    height: 50px;
}
.broker-netwk {
    width: 100%;
}
.network svg .line {
    display: none;
}
.network {
    width: 100%;
    height: 390px;
}
.iconBrokr.center {
    top: 50%;
}
.left-1 {
    top: 20px;
    left: 25%;
}
.left-2 {
    top: 65px;
    left: 8%;
}
.left-3 {
    top: 130px;
    left: 0;
}
.left-4 {
    top: 200px;
    left:0;
}
.left-5 {
    top: 270px;
    left: 8%;
}
.left-6 {
    top: 340px;
    left: 25%;
}
.right-1 {
    top: 20px;
    left: unset;
    right: 25%;
}
.right-2 {
    top: 65px;
    left: unset;
    right: 8%;
}
.right-3 {
    top: 130px;
    left: unset;
    right: 0;
}
.right-4 {
    top: 200px;
    left: unset;
    right: 0;
}
.right-5 {
    top: 270px;
    left: unset;
    right: 8%;
}
.right-6 {
    top: 340px;
    left: unset;
    right: 25%;
}
.expand-header-mkt {
    padding: 10px 20px;
}
.integration-wide {
   display: none;
}
.form-data-field {
    margin-bottom: 25px;
}
.integration-wideValue {
    width: 100%;
}
.fieldLine {
    flex-direction: column;
}
.right-tgglsec {
    width: 100%;
}
 .brokerCheck {
    flex-direction: column;
    gap: 5px;
}
p.mobileOption {
  display: block;
}
p.mobileOption {
    margin: 0;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}
.Support-form-sec {
    margin: 50px 0 0;
}
.right-tgglsec input:focus-visible {
    outline: none;
}
.integ-headSection h4 {
    font-size: 30px;
}


/* broker support page */


/* broker individual page */

.integration-right-sec {
    display: none;
}
.integration-left-sec {
    width: 100%;
    gap: 20px;
}
.guideImg img {
    width: 100%;
}
.integration-depart {
    padding: 50px 0 40px;
}
.stepFollow-sec {
    grid-template-columns: repeat(1,100%);
}
.step-left-sec {
    display: none;
} 
.step-Integr-top h3 {
    font-size: 36px;
}
.step-integration {
    margin: 30px 0;
}
.step-Integr-top p {
    font-size: 16px;
}
p.listRich-text {
    font-size: 22px;
}
ul.listingGap li {
    font-size: 15px;
}
.guideImg {
    padding: 10px;
}
h3.topslide-head {
    font-size: 34px;
}
.AllCard-broker img {
    height: 210px;
}
h4.typeBroker {
    font-size: 24px;
}
.shortInfo-broker p {
    font-size: 14px;
}
.brokersign {
    padding: 7px 10px;
    font-size: 15px;
}
.slider-broker {
    margin: 60px 0;
}
.broker-integr .slick-next {
    right: -15px;
}
.broker-integr .slick-prev {
    left: -15px;
    z-index: 1;
}
/* end broker individual page */


/* hive help page */
.hivehelp-margn {
    margin-top: 20px !important;
}
.hiveSearch-section {
    padding: 20px;
}
.searchHelp h2 {
    font-size: 26px;
}
.searchHelp input {
    padding: 6px 15px;
    height: 40px;
    width: 100%;
    font-size: 15px;
}
.Helpcard i {
    font-size: 16px;
    padding: 12px;
}
.helpdetail h5 {
    font-size: 17px;
}
.helpdetail p {
    font-size: 14px;
}
.leadCards-section {
    margin: 50px 0;
    gap: 30px;
}
.usedArticl-sec h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.artical-card h4 {
    font-size: 16px;
}
a.viewdLink {
    width: 100%;
}
.mostPop-section {
    width: 100%;
    padding: 20px;
}
.viewed-artical {
    flex-direction: column;
}
.helping-cardsec {
    width: 100%;
    grid-template-columns: repeat(1 , 1fr);
    gap: 20px;
}

/* end hive help page */

/* hive help collection */
.baseline-div {
    margin-top: 25px;
    font-size: 14px;
    flex-wrap: wrap;
    gap: 0px;
}
.overview-Authcards {
    width: 100%;
    flex-direction: column;
    gap: 10px;
}
.signame-card i {
    font-size: 16px;
    padding: 12px;
}
.signteam-sec p {
    font-size: 15px;
}
.signteam-sec img {
    width: 25px;
    height: 25px;
}
.AllPop-section {
    width: 100%;
    padding: 15px;
}

/* end hive help collection */

/* hive help article */
.mobilehive {
    border: unset;
    padding: 0;
}
img.logo-dsign {
    width: 35px;
}
.artheader-sec h3 {
    font-size: 26px;
}
.authorTime p {
    font-size: 14px;
}
.punlisher-detail img {
    width: 35px;
    height: 35px;
}
.punlisher-detail {
    width: 100%;
}
.artheader-sec {
    width: 100%;
}
.overview-artical {
    flex-direction: column-reverse;
    width: 100%;
}
.pathPoints {
    width: 100%;
    position: unset;
}
.writeArtical {
    width: 100%;
}
.postinfo-artical p {
    font-size: 15px;
}
.postinfo-artical h4 {
    font-size: 22px;
    padding: 5px 15px;
}
.frHelp-reach p {
    font-size: 15px;
    margin: 0;
}
.userAnswr button {
    font-size: 24px;
}
.userview-help p {
    margin-bottom: 10px;
}
.related-artcl {
    padding: 15px;
}
.listed-keys h5 {
    font-size: 17px;
}
.postinfo-artical video {
    margin: 15px 0;
}
.baseline-div i {
    margin: 0 10px;
}
.artical-helpcard {
    flex-direction: column;
    width: 100%;
}
.stickyPath {
    position: unset;
    margin-top: 0;
}
.border-seprt {
    margin: 25px 0 0;
}
/* end hive help article */



/******** blog page *************/
.BlogText, .BlogImgs {
    width: 100%;
}
.BlogText h1 {
    font-size: 42px;
}
.BlogText p {
    font-size: 18px;
}
.blogfield input {
    height: 38px;
    font-size: 14px;
    width: 55%;
    flex: 1;
}

.blogfield {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.email-subtn {
    font-size: 15px;
    height: 38px;
    width: 130px;
}
.HCrad-img img {
    height: 230px;
}
.playblog-Disrip p {
    font-size: 14px;
}
.playCreater {
    padding: 15px;
}
.playblog-heading {
    padding: 0 15px;
}
.playblog-Disrip {
    padding: 15px 15px 20px;
}
.allBlog-header {
    margin-bottom: 25px;
    flex-direction: column;
}
.Filter-BlogSec {
    margin: 50px 0;
}
.blog-filter {
    display: flex;
    gap: 10px;
    overflow: auto;
    white-space: nowrap;
}
.blog-filter button {
    padding: 7px 15px;
    font-size: 14px;
}
.SmCrad-img img {
    height: 200px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.blogList {
    grid-template-columns: repeat(1, 1fr);
}
.discoverBlog {
    margin: 70px 0;
}
.newsBanner {
    padding: 40px 20px;
}
.newsField-sec h4 {
    font-size: 32px;
    margin-bottom: 5px;
}
.newsField-sec p {
    font-size: 17px;
}
.VideoGroup {
    flex-direction: column;
    gap: 20px;
}
.leftGroup {
    gap: 20px;
    width: 100%;
}
.rightFullVideo {
    width: 100%;
}
.social-header {
    margin-bottom: 20px;
}
.socialBlog-sec {
    margin: 50px 0;
}
.video-Fulldiv video, .video-Fulldiv iframe {
    height: 200px;
}

/********** end blog page *************/


/********** blog detail page ********/
.detailBlog-container {
    padding: 40px 0 30px;
}
.firstSolid-sec img {
    border-radius: 15px;
}
.allBreadcrumb {
    flex-wrap: wrap;
}
.gapdevide {
    height: 20px;
}
.breadcrumbTxt p {
    font-size: 17px;
}
.BlogTitle h1 {
    font-size: 38px;
}
.discription_Post p {
    font-size: 17px;
}
.Blog-info {
    flex-direction: column;
    align-items: unset;;
}
.Blog-info .gapdevide {
    display: none;
}
.published-Date i, .countTime-sec i {
    font-size: 26px;
}
.devidePost-sec {
    grid-template-columns: 1fr;
}
.rightmentioned-guide {
    order: -1;
    margin-bottom: 25px;
}
.firstSolid-sec h2 {
    margin: 20px 0;
    font-size: 32px;
}
.firstSolid-sec p, .post-covering-section p {
    font-size: 15px;
}
.post-covering-section h3 {
    margin: 35px 0 20px;
    font-size: 28px;
}
.post-covering-section ul {
    font-size: 16px;
}
.post-covering-section blockquote {
    font-size: 16px;
    padding: 8px 15px;
}
.social-links a {
    color: #fff;
    font-size: 24px;
}
.tradeStart-btn {
    width: 250px;
    padding: 8px;
    font-size: 17px;
}
/******** end blog detail page **********/

/********* backtesting page **********/
.satgrytab {
   flex-direction: column;
}
.provnn-section img {
    width: 100%;
}
img.wrightline {
    display: none;
}
.heroContent-sec h1 {
    font-size: 34px;
    margin: 0;
}
.heroContent-sec h1 br {
    display: none;
}
.different-youneed {
    flex-direction: column;
}
.diffrNeed-sec2 {
    width: 100%;
    padding: 20px;
}
.diffrNeed-sec1 {
    width: 100%;
    padding: 20px;
}
.letsProve-sec h2 {
    font-size: 32px;
    text-align: center;
}
.guess-container {
    flex-direction: column;
}
.innertab-buttons {
    width: 100%;
}
.GuessCard {
    padding: 10px;
}
.ProvnCard-tabs {
    flex-direction: column;
    padding: 10px;
}
.Prvcard-btn {
    width: 100%;
}
.testinfo-hero {
    width: 100%;
}
.badge {
    padding: 6px 20px;
    font-size: 11px;
}
.heroContent-sec p {
    font-size: 17px;
}
.heroContent-sec {
    gap: 10px;
}
.herobtn-get {
  width: 100%;
    font-size: 17px;
    padding: 6px 0;
}
.testingBack-container {
    margin: 20px auto 30px;
}
.problem-demSec h2 {
    font-size: 28px;
    text-align: center;
}
.heldCards {
    width: 100%;
    padding: 8px 12px;
    font-size: 15px;
    gap: 8px;
}
.backtest-wrap {
    gap: 20px;
    width: 100%;
}
.letsfix-sec h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.letsfix-sec p {
    font-size: 15px;
}
.fix-section {
    margin-top: 50px;
}
.fixproblem {
    gap: 15px;
}
.letsWining-sec h2 {
    font-size: 32px;
}
.letsWining-sec {
    width: 100%;
    gap: 10px;
}
.problemContainer {
    margin: 50px 0;
}
.letsWining-sec p {
    font-size: 15px;
    width: 100%;
}
.winTabs {
    margin: 20px 0;
}
.letsProve-sec p {
    font-size: 15px;
    width: 100%;
}
.Prvcard-btn img {
    height: 95px;
}
.Prvcard-btn h5 {
    font-size: 17px;
}
.Prvcard-btn {
    padding: 20px 15px 0;
    border-radius: 15px;
}
.innerEdge-tab {
    width: 100%;
}
.stratbtn-get {
    width: 100%;
    font-size: 15px;
}
.diffNeed-card {
    margin: 0;
}
.diffrNeed-sec {
    flex-direction: column;
    padding: 20px;
}
.diffNeed-text {
    width: 100%;
    padding: 0;
}
.diffNeed-text h3, .diffNeed-text1 h3 {
    font-size: 28px;
}
.diffNeed-text p, .diffNeed-text1 p {
    font-size: 14px;
    margin: 0;
}
.diffImg {
    width: 100%;
}
.diffImg1 img {
    height: 100%;
}
.diffImg1 {
    margin-top: 15px;
}
.stratgy-Gobtn {
    margin-top: 20px;
}
.inner-badge {
    font-size: 15px;
}
.letsProve-sec {
    gap: 8px;
}
.coreAll-img {
    gap: 10px;
    margin: 25px 0;
}
.coreimgs {
    width: 48%;
}
.assest-section {
    margin: 60px 0 30px;
}
.asset-head h3 {
    font-size: 30px;
}
.asstablinks {
    padding: 5px 24px;
}
.assestab-Content {
    margin: 25px 0 0;
}
.stockItems, .allfutur-item {
    justify-content: center;
    gap: 10px;
}
.listStocks {
    width: 48%;
}
.listStocks {
    width: 30%;
    padding: 8px 10px;
}
.listStocks p {
    font-size: 14px;
    text-align: center;
}
.tabcontent-winstgy {
    border: unset;
    background-color: unset;
    padding: 0;
    margin-top: 20px;
}
.tabTrade-btnsec {
    padding: 15px 20px;
}
.headtxt-tab p {
    font-size: 13.5px;
}
.headtxt-tab h4 {
    font-size: 18px;
}
.tabDlinks.active {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 1px solid var(--secondary-color);
}
.edge-text p {
    margin: 0;
    font-size: 14px;
}
.innertab-content {
    padding: 0;
}

/********* backtesting page ***********/



}


 @media (max-width: 640px) {
            .Tos_modal { width: 95%; max-height: 95vh; }
            .Tosmodal-header, .Tosmodal-body, .Tosmodal-footer { padding: 20px; }
            .Tosmodal-footer { flex-direction: column; }
            .Tosbtn { width: 100%; }
        }




@media (min-width: 576px) and (max-width: 767px) {
  .smarter-sec {
    width: 100%;
    border-color: #8181814d;
  }
  .smart-heding {
    font-size: 44px;
    border-color: #8181814d;
  }
  .smartmain p {
    padding: 10px 10%;
    font-size: 18px;
    border-color: #8181814d;
  }
  .getsign {
    width: 50%;
    padding: 8px;
    font-size: 17px;
  }
  p.parasub {
    margin-top: 6px;
    font-size: 13px;
    border-color: #8181814d;
  }
  .shine-topimg {
    top: 30%;
  }
  .tradevideo video {
    width: 90%;
  }
  .feautre-frame1 {
    flex-wrap: wrap;
    gap: 25px;
  }
  .herotrade, .pricing_hero {
    padding: 5rem 0 2rem;
  }
  .trade-sm-frames,
  .trade-big-frame {
    width: 100%;
  }
  .treade-sm-frame1,
  .treade-big-frame1 {
    width: 100%;
  }
  .trade-sm-frames img,
  .trade-big-frame img {
    width: 62%;
    left: unset;
    right: 10px;
  }
  .treade-big-frame1 img,
  .treade-sm-frame1 img {
    width: 65%;
    left: unset;
    right: 10px;
  }
  .treade-sm-frame1,
  .treade-big-frame1 {
    height: 400px;
  }
  .experence-hedr {
    width: 100%;
    margin-bottom: 30px;
  }
  .tab-experience {
    padding: 20px;
  }
  .tab-experience img {
    width: 90%;
    height: 270px;
  }
  .exprt-links {
    padding: 15px;
  }
  .exprt-links h4 {
    font-size: 18px;
  }
  .exprt-links p,
  .whing-card p {
    font-size: 14px;
    margin: 0;
  }
  .exprt-links i,
  .whing-card i {
    font-size: 18px;
  }
  .tabexperc {
    gap: 10px;
  }
  .whyheding {
    width: 100%;
  }
  .whing-answr {
    width: 100%;
    margin: 20px 0 0;
    gap: 15px;
  }
  .whing-card {
    width: 48%;
    padding: 20px;
  }
  .accordion-qs {
    gap: 20px;
  }
  .acord-questn {
    width: 100%;
    gap: 15px;
  }
  .client-heading {
    width: 100%;
  }
  .disheading {
    padding: 0;
    width: 100%;
  }
  .footer-link {
    width: 100%;
  }
  .disheading h3 {
    font-size: 36px;
    padding: 20px 0;
  }
  img.shine-img {
    position: absolute;
    width: 50%;
    top: 12px;
    right: 10%;
    z-index: -1;
  }
  .client-review {
    padding: 40px 0;
  }
  .whyhive-sec {
    margin: 50px 0;
  }
  .feature-sec {
    padding: 50px 0 0;
  }
  .slik-review {
    padding: 15px;
  }
  .slik-client {
    padding: 15px;
  }
  .acord-questn .accordion-button {
    font-size: 18px;
  }

  .pricing_heading h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .pricing_heading p {
    font-size: 16px;
  }
  .priceStab {
    width: 60%;
  }
  .tabscardText {
    width: 100%;
  }
  .featurePlan {
    position: unset;
  }
  .pricingFeat {
    flex-direction: column;
  }
  .featureTab {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .feature-contain {
    width: 100%;
    margin-top: 50px;
  }
  .feature-box p {
    display: none;
  }
  h3.generalheading {
    font-size: 26px;
  }
  .feature-box h4 {
    font-size: 15px;
  }
  .feature-box {
    height: 70px;
  }
  .value-featur,
  .valueprime-sec {
    height: 70px;
  }
  .component-feature {
    gap: 3rem;
  }
  .sayingWhat {
    width: 85%;
  }
  .rightTrade-View {
    display: none;
  }
  .discvr-hight {
    width: 100%;
  }
  .discover-proft {
    padding: 35px;
  }
  .discover-pricing {
    padding: 50px 0 0;
  }
  .discvr-hight h3 {
    font-size: 34px;
  }
  .discvr-hight {
    text-align: center;
  }
  .discvr-hight p {
    font-size: 14px;
  }
  .Price-getsign {
    padding: 7px;
    font-size: 16px;
  }
  .featbasic-plan h3,
  .featpremim-plan h3 {
    font-size: 16px;
  }
  .pricefeat {
    font-size: 26px;
  }
  .sectionGet a {
    width: 75%;
  }
  .pricing-section {
    flex-direction: column;
    align-items: center;
  }
  .card {
    width: 75%;
  }


  /* feature page */

    .features-headSec {
    padding: 40px 0 30px;
}
.featHead-cont {
    flex-direction: column;
}
.featText , .featImgs {
    width: 100%;
    text-align: center;
}
.featText h2 {
    font-size: 44px;
    line-height: 1.1em;
}
.featText p {
    font-size: 18px;
    margin: 15px 0;
}
.start-Featbtn {
    width: 100%;
    font-size: 16px;
}
.features-grid {
    margin: 30px 0;
}
.feature-TradeCard {
    padding: 30px 0 0;
}
.feature-card {
    width: 46%;
}
.feature-TradeCard {
    gap: 20px;
}
.feature-desc {
    font-size: 14px;
}
.overGrid-box {
  flex-direction: column;
    margin-top: 30px;
}
.overGrid-text {
    padding: 35px;
    width: 100%;
}
.box-uprtxt i {
    font-size: 30px;
}
.box-uprtxt h3 {
    font-size: 24px;
    line-height: 32px;
}
.box-uprtxt p {
    font-size: 15px;
}
.lockspan p {
    font-size: 14px;
}
.lockup-text {
    gap: 10px;
}
.overGrid-image , .overGrid2-image , .overGrid3-image {
    width: 100%;
    padding: 35px 0px 0 35px;
}
.waysCard {
    padding: 25px 15px;
}
.waysCard h4 {
    font-size: 20px;
}
.waysCard i {
    font-size: 28px;
}
.waysCard p {
    font-size: 14px;
}
a.linkway {
    font-size: 15px;
}
.tittle-heading {
    font-size: 32px;
}


/* broker support page */
.broker-topSection {
    padding-top: 3rem;
}
.broker-header {
    width: 100%;
}
.broker-header h2 {
    font-size: 36px;
}
.broker-header p {
    font-size: 16px;
}
.featText p, .broker-header p {
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
}
.integ-headSection {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
}
.fullCard-over {
    grid-template-columns: repeat(2 , 48%);
    gap: 20px;
}
.DoSee-Header {
    width: 100%;
}
.message-sec {
    width: 100%;
}
.right-tgglsec input {
    padding: 6px 10px;
    height: 40px;
    width: 60%;
}
.tabs_menu {
    width: unset;
    height: 45px;
}
button.menuToggle {
    padding: 2px 15px;
}
a.listItem-card {
    padding: 20px;
}
.broker-card-name h5 {
    font-size: 20px;
}
.listtype p {
    font-size: 16px;
}
button.filebrok-btn {
    font-size: 14px;
}
button.autobrok-btn {
    font-size: 14px;
    font-weight: 500;
}
.allBroker-integ {
    margin: 5rem 0;
}
.DoSee-Header p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}
button.submitFrbtn {
      padding: 8px;
    font-size: 16px;
    margin-top: 10px;
}
.iconBrokr span {
    font-size: 18px;
    width: 35px;
    height: 35px;
}
.iconBrokr {
    width: 50px;
    height: 50px;
}
.broker-netwk {
    width: 100%;
}
.network svg .line {
    display: none;
}
.network {
    width: 100%;
    height: 390px;
}
.iconBrokr.center {
    top: 50%;
}
.left-1 {
    top: 20px;
    left: 25%;
}
.left-2 {
    top: 65px;
    left: 8%;
}
.left-3 {
    top: 130px;
    left: 0;
}
.left-4 {
    top: 200px;
    left:0;
}
.left-5 {
    top: 270px;
    left: 8%;
}
.left-6 {
    top: 340px;
    left: 25%;
}
.right-1 {
    top: 20px;
    left: unset;
    right: 25%;
}
.right-2 {
    top: 65px;
    left: unset;
    right: 8%;
}
.right-3 {
    top: 130px;
    left: unset;
    right: 0;
}
.right-4 {
    top: 200px;
    left: unset;
    right: 0;
}
.right-5 {
    top: 270px;
    left: unset;
    right: 8%;
}
.right-6 {
    top: 340px;
    left: unset;
    right: 25%;
}
.expand-header-mkt {
    padding: 15px 20px;
}
.integration-wide {
   display: none;
}
.form-data-field {
    margin-bottom: 25px;
}
.integration-wideValue {
    width: 100%;
}
.fieldLine {
    flex-direction: column;
}
.right-tgglsec {
    width: 100%;
    justify-content: space-between;
}
 .brokerCheck {
    flex-direction: column;
}
p.mobileOption {
  display: block;
}
p.mobileOption {
    margin: 0;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}

/* broker support page */

/* broker individual page */
.integration-conatiner {
    flex-direction: column;
}
.integration-left-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.integration-right-sec {
    display: none;
}
.stepFollow-sec {
    grid-template-columns: repeat(1 , 100%);
}
.step-left-sec {
    display: none;
}
.integration-depart {
    padding: 40px 0 20px;
}
.step-integration {
    margin: 20px 0;
}
.step-Integr-top h3 {
    font-size: 42px;
}
.step-Integr-top p {
    font-size: 16px;
}
ul.listingGap li {
    font-size: 16px;
}
.guideImg img {
    width: 100%;
}
.slider-broker {
    margin: 30px 0;
}
.slick-next {
    right: -30px;
}
.slick-prev {
    left: -30px;
}
.shortInfo-broker p {
    font-size: 14px;
}
.brokersign {
    padding: 6px;
    font-size: 15px;
}
.shortInfo-broker {
    padding: 15px;
}
h4.typeBroker {
    font-size: 25px;
}
.integrover p {
    font-size: 16px;
}
.AllCard-broker img {
    height: 200px;
}

/* end broker individual page */

/* hive help page */
.helping-cardsec {
    width: 100%;
    grid-template-columns: repeat(2 , 1fr);
    gap: 20px;
}
a.cardLinks {
    padding: 15px 20px;
}
.Helpcard i {
    font-size: 16px;
    padding: 12px;
}
.helpdetail h5 {
    font-size: 17px;
}
.helpdetail p {
    font-size: 14px;
}
.mostPop-section {
    width: 100%;
    padding: 25px;
}
.viewed-artical {
    flex-direction: column;
}
a.viewdLink {
    width: 100%;
}
.usedArticl-sec h3 {
    font-size: 26px;
    margin-bottom: 20px;
}
.leadCards-section {
    margin: 50px 0;
}
.searchHelp h2 {
    font-size: 34px;
    text-align: center;
}
/* end hive help page */

/* hive help collection */
.AllPop-section {
    width: 100%;
    padding: 20px;
}
.overview-Authcards {
    width: 100%;
    flex-direction: column;
    gap: 10px;
}
.signame-card i {
    font-size: 16px;
    padding: 12px;
}
.signame-card h3 {
    font-size: 24px;
}
.signteam-sec p {
    font-size: 15px;
}
.signteam-sec img {
    width: 25px;
    height: 25px;
}
.baseline-div {
    margin-top: 30px;
    font-size: 14px;
    flex-wrap: wrap;
    gap: 0;
}
.artical-card h4 {
    font-size: 18px;
}
.searchHelp input {
    padding: 6px 20px;
    height: 40px;
    width: 70%;
}
.hiveSearch-section {
    background: linear-gradient(135deg, #4a5cc5 0%, #3d3a8f 100%);
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.hivehelp-margn {
    margin-top: 35px !important;
}
/* end hive help collection */


/* hive help artical */
.artical-helpcard {
    width: 100%;
    flex-direction: column;
}
.artheader-sec {
    width: 100%;
}
.punlisher-detail {
    width: 100%;
}
.artheader-sec h3 {
    font-size: 28px;
}
.authorTime p {
    font-size: 14px;
}
.overview-artical {
    width: 100%;
    gap: 30px;
     flex-direction: column-reverse;
}
.writeArtical {
    width: 100%;
} 
.pathPoints {
    width: 100%;
    position: unset;
}
.baseline-div i {
    margin: 0 15px;
}
.stickyPath {
    position: unset;
}
/* end hive help artical */


/************* blog page ***************/
.BlogText, .BlogImgs {
    width: 100%;
}
.BlogText h1 {
    font-size: 46px;
}
.BlogText p {
    font-size: 18px;
}
.blogfield input {
    width: 60%;
}
.BlogImgs {
    justify-content: end;
}
.HCrad-img img {
    height: 250px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.profile-authr img {
    width: 25px;
    height: 25px;
}
.playCreater p {
    font-size: 15px;
}
.playblog-Disrip p {
    font-size: 14px;
}
.allBlog-header {
    flex-direction: column;
    gap: 15px;
}
.blog-filter button {
    padding: 7px 15px;
    font-size: 15px;
}
.Filter-BlogSec {
    margin: 50px 0;
}
.blogList {
    grid-template-columns: repeat(1, 1fr);
}
.SmCrad-img img {
    height: 220px;
}
.newsBanner {
    padding: 50px 35px;
}
.newsField-sec h4 {
    font-size: 34px;
}
.newsField-sec p {
    font-size: 17px;
}
.blogfield {
    display: flex;
    gap: 8px;
}
.social-header {
    margin-bottom: 25px;
}
.VideoGroup {
    flex-direction: column;
    gap: 20px;
}
.leftGroup {
    gap: 20px;
    width: 100%;
}
.rightFullVideo {
    width: 100%;
}
.video-Fulldiv {
    height: 200px;
}
.socialBlog-sec {
    margin: 50px 0;
}
/************ end blog page *************/


/********** blog detailed page ***********/
.detailBlog-container {
    padding: 50px 0;
}
.allBreadcrumb {
    flex-wrap: wrap;
}
.gapdevide {
    height: 23px;
}
.BlogTitle h1 {
    font-size: 42px;
}
.discription_Post p {
    font-size: 18px;
}
.Blog-info {
    flex-direction: column;
    align-items: unset;
}
.Blog-info .gapdevide {
    display: none;
}
.published-Date i, .countTime-sec i {
    font-size: 24px;
}
.devidePost-sec {
    grid-template-columns: 1fr;
}
.rightmentioned-guide {
    order: -1;
    margin-bottom: 25px;
}
.firstSolid-sec h2 {
    margin: 25px 0;
    font-size: 36px;
}
.firstSolid-sec p, .post-covering-section p {
    font-size: 16px;
}
.post-covering-section h3 {
    margin: 30px 0 15px;
    font-size: 30px;
}
.post-covering-section ul {
    font-size: 17px;
}
.post-covering-section blockquote {
    font-size: 16px;
    padding: 10px 20px;
}
.social-links a {
    font-size: 24px;
}
.tradeStart-btn {
    font-size: 17px;
}
.broker-integr .slick-next {
    right: -12px;
}
.broker-integr .slick-prev {
    left: -10px;
    z-index: 1;
}

/************* end blog detailed page *************/


/********** backtesting **********/
.provnn-section img {
    width: 100%;
}
.satgrytab {
    flex-direction: column;
}
.testinfo-hero {
    width: 100%;
}
.heroContent-sec {
    gap: 10px;
}
.heroContent-sec h1 {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
}
.heroContent-sec h1 br {
    display: none;
}
.badge {
    padding: 8px 16px;
    font-size: 12px;
}
.heroContent-sec p {
    font-size: 18px;
}
.herobtn-get {
    width: 60%;
    font-size: 16px;
}
.problem-demSec h2 {
    font-size: 32px;
}
.backtest-banner {
    font-size: 14px;
}
.heldCards {
    width: 100%;
    padding: 8px 20px;
    font-size: 16px;
}
.letsfix-sec h3 {
    font-size: 32px;
    margin-bottom: 10px;
}
.letsfix-sec p {
    font-size: 16px;
}
.generated-txt {
    font-size: 20px;
}
.fixproblem {
    gap: 25px;
}
.letsWining-sec {
  width: 100%;
    gap: 15px;
}
.problemContainer {
    margin: 50px 0;
}
.letsWining-sec h2 {
    font-size: 38px;
}
.letsWining-sec h2 br{
  display: none;
}
.letsWining-sec p {
    font-size: 16px;
    width: 80%;
}
.tabDlinks.active {
    border-bottom: 1px solid var(--secondary-color);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.tabcontent-winstgy {
    border: unset;
    background-color: unset;
    padding: 0;
    margin-top: 25px;
}
.stratbtn-get {
    width: 60%;
    font-size: 17px;
}
img.wrightline {
    display: none;
}
.letsProve-sec h2 {
    font-size: 40px;
    text-align: center;
}
.letsProve-sec p {
    font-size: 16px;
    width: 100%;
}
.ProvnCard-tabs {
    padding: 20px 0;
}
.Prvcard-btn h5 {
    font-size: 18px;
}
.Prvcard-btn img {
    height: 100px;
}
.GuessCard {
    padding: 0;
}
.guess-container {
    flex-direction: column;
}
.innertab-buttons {
    width: 100%;
}
.edge-text p {
    margin: 0;
}
.innerEdge-tab {
    width: 100%;
}
.diffNeed-card {
    margin: 20px 0;
}
.diffrNeed-sec {
    flex-direction: column;
    padding: 20px;
}
.diffNeed-text h3, .diffNeed-text1 h3 {
    font-size: 28px;
}
.diffNeed-text p, .diffNeed-text1 p {
    font-size: 15px;
    margin: 0;
}
.diffImg {
    width: 100%;
}
.different-youneed {
    flex-direction: column;
}
.diffrNeed-sec1 {
    width: 100%;
    padding: 20px 20px 0;
}
.diffrNeed-sec2 {
    width: 100%;
    padding: 20px;
}
.stratgy-Gobtn {
    margin-top: 40px;
}
.inner-badge {
    font-size: 18px;
}
.coreAll-img {
    justify-content: center;
    gap: 10px;
    margin: 25px 0;
}
.asset-head h3 {
    font-size: 34px;
}
.AssetTab {
    gap: 15px;
}
.stockItems, .allfutur-item {
    justify-content: center;
}
.listStocks p {
    font-size: 15px;
    text-align: center;
}
.assestab-Content {
    margin: 35px 0 0;
}
.assest-section {
    margin: 50px 0 20px;
}
.diffNeed-text {
    width: 100%;
}

/******* end backtesting page **********/

}

@media(max-width:767px){
  .nav-header .brand-logo {
    display: none;
}
}

@media (min-width: 768px) and (max-width: 991px) {
  img.logo-dsign {
    width: 40px;
}
  .smarter-sec {
    width: 100%;
  }
  .smartmain p {
    padding: 10px 5%;
    font-size: 18px;
  }
  p.parasub {
    margin-top: 5px;
    font-size: 13px;
  }
  .tradevideo video {
    width: 90%;
  }
  .feature-sec {
    padding: 0;
  }
  .feautre-frame1 {
    flex-wrap: wrap;
  }
  .trade-sm-frames {
    width: 100%;
  }
  .trade-sm-frames img,
  .trade-big-frame img {
    width: 350px;
    left: unset;
    right: 15px;
  }
  .trade-big-frame {
    width: 100%;
  }
  .treade-sm-frame1 {
    width: 100%;
  }
  .treade-big-frame1 {
    width: 100%;
  }
  .treade-big-frame1 img,
  .treade-sm-frame1 img {
    width: 350px;
    left: unset;
    right: 15px;
  }
  .treade-sm-frame1,
  .treade-big-frame1 {
    height: 400px;
  }
  .experence-hedr {
    width: 100%;
    margin-bottom: 20px;
  }
  .tab-experience {
    padding: 20px;
  }
  .tab-experience img {
    width: 90%;
    height: 300px;
  }
  .exprt-links {
    padding: 20px;
  }
  .whyheding {
    width: 100%;
  }
  .whing-card {
    width: 46%;
    padding: 20px;
  }
  .whing-answr {
    width: 100%;
    margin: 20px 0 0;
  }
  .acord-questn {
    width: 100%;
  }
  .accordion-qs {
    gap: 20px;
  }
  .slik-review {
    padding: 15px;
  }
  .disheading h3 {
    font-size: 42px;
    margin-bottom: 10px;
  }
  .discover-trade {
    padding: 0 0 40px;
  }
  .footer-link {
    width: 100%;
  }
  img.shine-img {
    width: 40%;
    top: 49px;
    right: 20%;
    z-index: -1;
  }
  .client-review {
    padding: 50px 0;
  }

  /* price page */

  .pricing_heading h2 {
    font-size: 38px;
    line-height: 54px;
  }
  .pricing_heading p {
    font-size: 16px;
  }
  .priceStab {
    width: 50%;
  }
  .tabscardText {
    width: 90%;
  }
  .featureTab h3 {
    font-size: 32px;
  }
  .priceFTab {
    width: 75%;
  }
  .pricefeat {
    font-size: 26px;
  }
  .featbasic-plan h3,
  .featpremim-plan h3 {
    font-size: 15px;
  }
  .sectionGet a {
    width: 100%;
  }
  .feature-box p {
    font-size: 13px;
  }
  .feature-box h4 {
    font-size: 16px;
  }
  .sayingWhat {
    width: 90%;
  }
  .rightTrade-View {
    display: none;
  }
  .discvr-hight {
    width: 100%;
    text-align: center;
  }
  .discvr-hight h3 {
    font-size: 38px;
  }
  .discvr-hight p {
    font-size: 14px;
  }
  .discover-proft {
    padding: 40px;
  }
  .discover-pricing {
    padding: 50px 0 0;
  }

  /* feature page */
   .features-headSec {
    padding: 60px 0 40px;
}
.featHead-cont {
    flex-direction: column;
}
.featText h2 {
    font-size: 48px;
}
.featText p {
    font-size: 18px;
}
.featImgs {
    width: 100%;
}
.feature-card {
    width: 46%;
}
.overGrid-box {
    flex-direction: column;
    margin-top: 40px;
}
.overGrid2-image , .overGrid-image , .overGrid3-image {
    width: 100%;
}
.overGrid-text {
    width: 100%;
        padding: 35px;
}
.featText {
    width: 90%;
    text-align: center;
}
.waysCard {
    padding: 20px 25px;
}

/* broker support page */


.network {
    width: 100%;
    height: 450px;
}
.left-1 {
    top: 20px;
    left: 25%;
}
.left-2 {
    top: 80px;
    left: 15%;
}
.left-3 {
    top: 150px;
    left: 8%;
}
.left-4 {
    top: 235px;
    left: 7%;
}
.left-5 {
    top: 320px;
    left: 12%;
}
.left-6 {
    top: 400px;
    left: 25%;
}
.right-1 {
    top: 20px;
    left: unset;
    right: 25%;
}
.right-2 {
    top: 80px;
    left: unset;
    right: 15%;
}
.right-3 {
    top: 150px;
    left: unset;
    right: 8%;
}
.right-4 {
    top: 235px;
    left: unset;
    right: 7%;
}
.right-5 {
    top: 320px;
    left: unset;
    right: 12%;
}
.right-6 {
    top: 400px;
    left: unset;
    right: 25%;
}

.iconBrokr.center {
    top: 50%;
    width: 75px;
    height: 75px;
}
.broker-header {
    width: 100%;
}
.broker-header h2 {
    font-size: 48px;
}
.broker-header p {
    font-size: 18px;
    margin-top: 0;
}
.broker-netwk {
    width: 90%;
}
.network .line {
    display: none;
}
.iconBrokr {
    width: 55px;
    height: 55px;
}
.iconBrokr span {
    font-size: 20px;
    width: 35px;
    height: 35px;
}
.fullCard-over {
    grid-template-columns: repeat(2 , 48%);
    gap: 25px;
}
a.listItem-card {
    padding: 20px;
}
.broker-card-name h5 {
    font-size: 20px;
}
button.filebrok-btn {
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 15px;
}
button.autobrok-btn {
    padding: 5px 15px;
    border-radius: 6px;
    font-size: 15px;
}
.listtype p {
    font-size: 16px;
}
.message-sec {
    width: 80%;
    margin: 30px 0;
}
.DoSee-Header {
    width: 90%;
}
.allBroker-integ {
    margin: 6rem 0;
}
.acord-questn .accordion-body {
    font-size: 15px;
}
.integ-headSection h4 {
    font-size: 28px;
}

/* broker individual page */

.integration-conatiner {
    flex-direction: column;
}
.integration-left-sec {
    width: 100%;
    gap: 20px;
}
.integration-right-sec {
    display: none;
}
.integrover p {
    font-size: 16px;
}
.stepFollow-sec {
    grid-template-columns: repeat(1 , 100%);
    gap: 20px;
}
.step-left-sec {
    display: none;
}
.step-integration {
    margin: 30px 0;
}
.integration-depart {
    padding: 50px 0 20px;
}
.step-Integr-top h3 {
    font-size: 44px;
}
.step-Integr-top p {
    font-size: 17px;
}
p.listRich-text {
    font-size: 22px;
}
ul.listingGap li {
    font-size: 16px;
}
.guideImg img {
    width: 100%;
}
.slider-broker {
    margin: 40px 0;
}
.AllCard-broker img {
    height: 170px;
}
.slick-next {
    right: -30px;
}
.slick-prev {
    left: -30px;
}
.brokersign {
    padding: 7px;
    font-size: 15px;
}
h4.typeBroker {
    font-size: 26px;
}
h4.typeBroker {
    font-size: 24px;
}
.shortInfo-broker {
    padding: 20px;
}

/* end broker individual page */

/* hive help page */
.helping-cardsec {
    width: 100%;
    grid-template-columns: repeat(2 , 1fr);
}
.mostPop-section {
    width: 100%;
    padding: 30px;
}
a.viewdLink {
    width: 48%;
}
.usedArticl-sec h3 {
    font-size: 26px;
    margin-bottom: 20px;
}
.artical-card h4 {
    font-size: 18px;
}
.searchHelp input {
    padding: 6px 20px;
    height: 40px;
    width: 70%;
}
.searchHelp h2 {
    font-size: 36px;
    text-align: center;
}
.leadCards-section {
    margin: 50px 0;
}
.hivehelp-margn {
    margin-top: 40px !important;
}
/* end hive help page */


/* hive help collection */

.overview-Authcards {
    width: 90%;
}
.signame-card i {
    font-size: 16px;
    padding: 12px;
}
.signteam-sec p {
    font-size: 16px;
}
.AllPop-section {
    width: 90%;
}
/* end hive help collection */


/* hive help article */
.artical-helpcard {
    width: 100%;
    flex-direction: column;
}
.artheader-sec h3 {
    font-size: 26px;
}
.authorTime p {
    font-size: 14px;
}
.overview-artical {
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 50px;
}
.overview-artical {
    flex-direction: column-reverse;
}
.pathPoints {
    width: 100%;
}
.writeArtical {
    width: 100%;
}
.baseline-div {
    margin-top: 20px;
    font-size: 14px;
}
.artheader-sec {
    width: 100%;
}
.punlisher-detail {
    width: 100%;
}
.stickyPath {
    position: unset;
    margin: 0;
}
/* end hive help article */

 
/********* blog page ************/
.bloghead-cont {
    flex-direction: unset;
}
.BlogText h1 {
    font-size: 48px;
}
.BlogText p {
    font-size: 18px;
}
.blogfield {
    display: flex;
    gap: 10px;
}
.blogfield input {
    width: 65%;
}
.HCrad-img img {
    height: 215px;
}
.profile-authr img {
    width: 25px;
    height: 25px;
}
.playCreater p {
    font-size: 15px;
}
.playblog-Disrip p {
    font-size: 14px;
}
.blogList {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.SmCrad-img img {
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.newsField-sec h4 {
    font-size: 34px;
}
.newsField-sec p {
    font-size: 18px;
}
.social-header {
    margin-bottom: 25px;
}
.Filter-BlogSec {
    margin: 50px 0;
}
.allBlog-header {
    flex-direction: column;
}
.blog-filter button {
    font-size: 15px;
}
.discoverBlog {
    margin: 70px 0;
}
.socialBlog-sec {
    margin: 70px 0;
}
.VideoGroup {
    gap: 25px;
}
.leftGroup {
    gap: 15px;
    width: 45%;
}

/************ end blog page **********/


/********** blog detail page ***********/
.gapdevide {
    height: 23px;
}
.detailBlog-container {
    padding: 50px 0;
}
.BlogTitle h1 {
    font-size: 46px;
}
.discription_Post p {
    font-size: 18px;
}
.author-Write-sec img {
    width: 30px;
    height: 30px;
}
.author-Write-sec p {
    font-size: 16px;
}
.published-Date p, .countTime-sec p {
    font-size: 16px;
}
.Fullblog-content {
    margin: 50px 0;
}
.firstSolid-sec h2 {
    margin: 20px 0;
    font-size: 34px;
}
.firstSolid-sec p, .post-covering-section p {
    font-size: 16px;
}
.post-covering-section h3 {
    margin: 30px 0 15px;
    font-size: 30px;
}
.rightmentioned-guide h4 {
    font-size: 26px;
}
.usePost-cnt a {
    padding: 6px 12px;
    font-size: 15px;
}
.post-covering-section blockquote {
    font-size: 16px;
    padding: 10px 20px;
}
.post-covering-section ul {
    font-size: 17px;
}
.post-covering-section ul {
    font-size: 16px;
}
.social-links a {
    font-size: 24px;
}
.tradeStart-btn {
    font-size: 17px;
}
.newsBanner {
    padding: 50px 70px;
}
h3.topslide-head {
    font-size: 34px;
    margin-bottom: 30px;
}
.playCreater {
    padding: 15px 10px;
}
.broker-integr .slick-next {
    right: -35px;
}
.broker-integr .slick-prev {
    left: -35px;
}

/******** end blog detail page ***********/


/************ backtesting  ***************/
img.topdwn-img {
    width: 100%;
}
.testinfo-hero {
    width: 100%;
}
.heroContent-sec h1 {
    font-size: 46px;
}
.heroContent-sec p {
    font-size: 18px;
}
.herobtn-get {
    width: 50%;
    font-size: 17px;
}
.heroContent-sec {
    gap: 10px;
}
.badge {
    padding: 8px 15px;
    font-size: 12px;
}
.problem-demSec h2 {
    font-size: 36px;
}
.backtest-banner {
    font-size: 15px;
}
.heldCards {
    width: 70%;
    font-size: 16px;
}
.letsfix-sec h3 {
    font-size: 36px;
}
.letsfix-sec p {
    font-size: 16px;
}
.generated-txt {
    font-size: 20px;
}
.fixproblem {
    gap: 25px;
}
.letsWining-sec {
    width: 100%;
    gap: 15px;
}
.letsWining-sec h2 {
    font-size: 40px;
}
.letsWining-sec p {
    font-size: 16px;
    width: 75%;
}
.tabTrade-btnsec {
    gap: 15px;
    padding: 15px;
}
.headtxt-tab h4 {
    font-size: 18px;
}
.headtxt-tab p {
    font-size: 13px;
}
.satgrytab {
    gap: 0;
}
.stratbtn-get {
    width: 50%;
    font-size: 17px;
}
.letsProve-sec h2 {
    font-size: 40px;
}
.letsProve-sec p {
    font-size: 16px;
    width: 75%;
}
.Prvcard-btn h5 {
    font-size: 20px;
}
.Prvcard-btn img {
    height: 100px;
}
.ProvnCard-tabs {
    padding: 20px 30px;
}
.GuessCard {
    display: none;
    padding: 20px 30px;
}
.edge-text h4 {
    font-size: 20px;
}
.edge-text p {
    margin: 0;
    font-size: 14px;
}
img.wrightline {
    height: 100%;
    max-height: 800px;
}
.letsProve-sec h2 {
    font-size: 38px;
    text-align: center;
}
.diffNeed-card {
    margin: 30px 0;
}
.diffrNeed-sec {
    padding: 20px;
}
.diffNeed-text {
    padding: 0;
}
.diffNeed-text h3, .diffNeed-text1 h3 {
    font-size: 30px;
}
.diffNeed-text p, .diffNeed-text1 p {
    font-size: 16px;
    margin: 0;
}
.diffImg1 img {
    height: 280px;
}
.diffrNeed-sec1 {
    padding: 20px 20px 0;
}
.diffrNeed-sec2 {
    padding: 20px;
}
.inner-badge {
    font-size: 18px;
}
.letsProve-sec {
    gap: 8px;
}
.coreAll-img {
    justify-content: center;
    margin: 30px 0;
}
.coreimgs {
    width: 20%;
}
.asset-head h3 {
    font-size: 34px;
}
.listStocks {
    width: 20%;
}
.stockItems, .allfutur-item {
    justify-content: center;
}
.assestab-Content {
    margin: 35px 0 0;
}
.listStocks p {
    text-align: center;
    font-size: 15px;
}
.assest-section {
    margin: 50px 0 30px;
}
/********** end backtesting page ********/

}



@media (max-width: 991px) {
  .navsign-btn {
    font-size: 16px;
    padding: 3px 16px;
    margin-top: 0;
    width: 130px;
  }
  .menulink {
    width: 100%;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 10px 10px 0;
  }
  .buttonmenu {
    padding: 0 10px 10px;
        width: 100%;
    align-items: unset;
    justify-content: start;
    flex-direction: column !important;
    margin-top: 20px;
  }
  .menulink li a {
    padding: 5px 0;
  }

  .overimg1 img , .overimg3 img , .overimg5 img {
    border-bottom-right-radius: 20px;
}
.overGrid-image , .overGrid3-image {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
}
.overGrid2-image {
    border-bottom-left-radius: 0;
}
}



@media(min-width:992px) and (max-width:1200px) {
  img.logo-dsign {
    width: 40px;
}
  .buttonmenu {
    width: 25%;
}
.overGrid-text {
    padding: 50px 30px;
}
.box-uprtxt p {
    font-size: 16px;
}
.lockspan p {
    font-size: 14px;
}
.lockspan i {
    font-size: 13px;
}
.lockup-text {
    gap: 15px;
}
.box-uprtxt i {
    font-size: 36px;
}
.box-uprtxt h3 {
    font-size: 26px;
    line-height: 35px;
}
.featText h2 {
    font-size: 48px;
    line-height: 1.2em;
}
.featText p {
    font-size: 20px;
}
.start-Featbtn {
    font-size: 16px;
}

/* broker support page */
.allBroker-integ {
    margin: 8rem 0;
}
.broker-header {
    width: 90%;
}
.network {
    width: 1020px;
    height: 500px;
}
.right-1 {
    top: 40px;
    left: 925px;
}
.right-2 {
    top: 155px;
    left: 985px;
}
.right-3 {
    top: 235px;
    left: 985px;
}
.right-4 {
    top: 320px;
    left: 985px;
}
.right-5 {
    top: 425px;
    left: 990px;
}
.right-6 {
    top: 480px;
    left: 920px;
}
.left-6 {
    top: 490px;
    left: 235px;
}
.iconBrokr.center {
    top: 50%;
    left: 58%;
}

/* broker individual page */

.slick-next {
    right: -30px;
}
.slick-prev {
    left: -30px;
}
.AllCard-broker img {
    height: 180px;
}
.shortInfo-broker {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
h4.typeBroker {
    font-size: 26px;
}
.shortInfo-broker p {
    font-size: 15px;
}
.brokersign {
    padding: 7px;
    font-size: 16px;
}
.slider-broker {
    margin: 50px 0 0;
}
h3.topslide-head {
    font-size: 34px;
}
.integ-12 {
    left: 90%;
}
.integ-5 {
    left: 90%;
}
.integ-9 {
    left: 72%;
}
.integ-4 {
    top: 20%;
    left: 30%;
}
.integ-10 {
    left: 35%;
}
.integ-2 {
    top: 50%;
}
.integ-11 {
    top: 70%;
    left: 35%;
}
.integ-8 {
    top: 65%;
    left: 62%;
}
.integ-4 {
    top: 27%;
    left: 27%;
}


/* end broker individual page */


/* hive help page */
.mostPop-section {
    width: 90%;
    padding: 30px;
}
.helping-cardsec {
    width: 90%;
}
.artical-card h4 {
    font-size: 17px;
}
a.viewdLink {
    width: 48%;
}
.searchHelp h2 {
    font-size: 34px;
}

/* end hive help page */


/* hive help collection */
.leadCards-section {
    margin: 50px 0;
}
.overview-Authcards {
    width: 90%;
}
.AllPop-section {
    width: 90%;
}
/* end hive help collection */

/* hive help article */
.artical-helpcard {
    width: 90%;
}
.overview-artical {
    width: 90%;
}
.authorTime p {
    font-size: 14px;
}
.artheader-sec h3 {
    font-size: 26px;
}
.baseline-div {
    margin-top: 40px;
    font-size: 14px;
}
/* end hive help article */


 
/******** blog page ************/
.profile-authr img {
    width: 25px;
    height: 25px;
}
.playCreater p {
    font-size: 15px;
}
.playblog-Disrip p {
    font-size: 14px;
}
.blogList {
    grid-template-columns: repeat(2, 1fr);
}
.blog-filter button {
    font-size: 15px;
}
.Filter-BlogSec {
    margin: 50px 0;
}
.HCrad-img img {
    height: 270px;
}
/************ end blog page **************/


/********** blog detailed page *********/
.BlogTitle h1 {
    font-size: 48px;
}
.discription_Post p {
    font-size: 18px;
}
.author-Write-sec p {
    font-size: 17px;
}
.published-Date p, .countTime-sec p {
    font-size: 17px;
}
.published-Date i, .countTime-sec i {
    font-size: 20px;
}
.firstSolid-sec h2 {
    margin: 25px 0;
    font-size: 38px;
}
.post-covering-section h3 {
    font-size: 32px;
}
.social-links a {
    font-size: 24px;
}

/********** blog detailed page ************/

/******** backtesting page ***********/

.heroContent-sec h1 {
    font-size: 46px;
}
.heldCards {
    width: 60%;
}
.letsWining-sec h2 {
    font-size: 35px;
}
.letsWining-sec p {
    width: 100%;
}
.letsWining-sec {
    gap: 10px;
}
.headtxt-tab p {
    font-size: 14px;
}
.tabTrade-btnsec {
    padding: 20px;
}
.headtxt-tab h4 {
    font-size: 19px;
}
.coreAll-img {
    justify-content: center;
}
.letsProve-sec h2 {
    font-size: 40px;
}
.inner-badge {
    font-size: 18px;
}
.letsProve-sec {
    gap: 8px;
}
.letsProve-sec h2 {
    font-size: 36px;
}
img.topdwn-img {
    width: 100%;
}
/********* end backtesting page **********/

}