
/* Start Global Rules */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --blue: #4349b0;
  --red: #8f404d;
  --white: #ffffff;
  --black: #000000;
  --color--secondary: #ffbec1;
  --color--primary: #5866f9;
  --dark: #2c2c2c;
  --line-heights--badge-height: 1.7em;
  --txtcolor: #f0f0f0b3;
  --main-transition: 0.25s;
}
::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background-color: #2c2c2c;
}
::-webkit-scrollbar-thumb {
  background-color: #9f9f9f;
  border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--white);
}
html {
  scroll-behavior: smooth;
}
body {
  /* font-family: "Cairo", sans-serif; */
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
  background-color: var(--black);
  color: var(--white);
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.maintitle {
  width: 65%;
  margin: auto;
  margin-bottom: 30px;
}
.badge-text-center {
  background: linear-gradient(to right, #8f404d, #4349b0);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: fit-content;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
}
.h2title {
  font-size: 48px;
  margin-bottom: 30px;
}
.h3title {
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px;
}
.maintitle p {
  color: var(--txtcolor);
  font-size: 18px;
  text-align: center;
}
.whitebtn {
  background-color: var(--white);
  color: var(--black);
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid var(--black);
  display: inline-block;
}
.whitebtn span {
  margin-left: 7px;
}

.blacktransbtn {
  background-color: transparent;
  color: var(--white);
  padding: 10px 25px;
  border-radius: 10px;
  border: 1px solid var(--white);
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
.blacktransbtn:hover {
  background-color: var(--white);
  color: var(--black);
}

.spanasbtn {
  color: var(--txtcolor);
  background-color: var(--black);
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 30px;
  border: 1px solid var(--black);
  display: inline-block;
}

.badge-text-left {
  background: linear-gradient(to right, #8f404d, #4349b0);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: fit-content;
  font-weight: bold;
  font-size: 15px;
}

@media (max-width: 576px) {
  section {
    overflow: hidden;
  }
  .h3title {
    font-size: 20px;
  }
  .h2title {
    font-size: 24px;
  }
  .maintitle {
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  section {
    overflow: hidden;
  }
  .maintitle {
    width: 100%;
  }
  .h3title {
    font-size: 38px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .maintitle {
    width: 90%;
  }
  .h2title {
    font-size: 24px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}

/* media query  */
@media (max-width: 320px) {
  .container {
    max-width: 300px !important;
  }
}
@media (min-width: 360px) {
  .container {
    max-width: 340px !important;
  }
}
@media (min-width: 410px) {
  .container {
    max-width: 390px !important;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}
/* End @media */

/* End Global Rules */

/* Start  */
.navbar {
  background-color: #000;
}
.navbar-brand img {
  height: 60px;
}
.nav-link {
  color: #fff !important;
  position: relative;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-toggle::after {
  transition: transform 0.3s ease;
}
.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}
.cart-icon {
  position: relative;
}
.cart-icon .badge {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: red;
  color: white;
}
@media (max-width: 576px) {
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End  */

/* Start hero */
.hero {
}
.hero .container {
  padding: 100px 0px;
}
.hero .row > div {
}
.hero h1 {
  font-size: 108px;
}
.hero .upbtns {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.hero .upbtns a {
  width: 40%;
}
.hero .upbtns span {
  width: 60%;
}

.hero .imgsmoving {
  position: relative;
}

.hero .imgsmoving .twocolorbg {
  width: 100%;
  position: absolute;
}
.hero .imgsmoving .heroimg {
  width: 100%;
  position: absolute;
  animation-name: rotatingright;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}
@keyframes rotatingright {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 576px) {
  .hero .upbtns {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero .imgsmoving {
    position: relative;
    height: 360px;
  }
  .hero .container {
    padding: 50px 0px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero .upbtns a {
    width: auto;
  }
  .hero .upbtns span {
    width: auto;
    padding: 10px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .hero .container {
    padding: 50px 0px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero .imgsmoving {
    position: relative;
    height: 500px;
  }
  .hero .upbtns a {
    width: 50%;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .hero h1 {
    font-size: 60px;
  }
  .hero .upbtns {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero .upbtns a {
    width: auto;
  }
  .hero .upbtns span {
    width: auto;
    padding: 10px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .hero h1 {
    font-size: 80px;
  }
  .hero .upbtns a {
    width: 60%;
  }
  .spanasbtn {
    padding: 10px;
  }
}
/* End hero */

/* Start chooseus */
.chooseus {
}
.chooseus .container {
  padding: 50px 0px;
}
.chooseus .row > div {
}
.chooseus .choobox {
  box-shadow: 1px 1px 2px #353535, -1px -1px 2px #353535;
  border-radius: 10px;
  overflow: hidden;
}
.chooseus .updata {
  height: 120px;
  padding: 20px 0px 0px 20px;
}
.chooseus .updata img {
}
.chooseus .downdata {
  transform: translateY(90px);
  padding: 0px 60px 20px 20px;
  transition: all 0.5s ease-in-out;
}
.chooseus .choobox:hover .downdata {
  transform: translateY(0px);
  background: url(../img/6726ca0f328abbff95ca0667_Light.png);
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
  background-repeat: round !important;
  width: 100% !important;
}
.chooseus .downdata h5 {
  margin-bottom: 30px;
}
.chooseus .downdata p {
  color: var(--txtcolor);
}
@media (max-width: 576px) {
  .chooseus .downdata {
    padding: 0px 15px 20px 15px;
    transform: translateY(115px);
  }
  .chooseus .row > div {
    margin-bottom: 10px;
    padding: 0px 5px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .chooseus .row > div {
    margin-bottom: 10px;
    padding: 0px 5px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .chooseus .row > div {
    margin-bottom: 20px;
    padding: 0px 15px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .chooseus .row > div {
    padding: 0px 5px;
  }
  .chooseus .downdata {
    transform: translateY(110px);
  }
}
/* End chooseus */

/* Start footer */
footer .mainfoot {
  padding: 50px 0px 30px 0px;
}
footer .mainfoot {
  border-bottom: 1px solid #353535;
}
footer .mainfoot h6 {
  color: var(--txtcolor);
  margin-bottom: 25px;
}
footer .mainfoot a {
  color: var(--white);
  display: block;
  margin-bottom: 20px;
}
footer form input[type="email"] {
  background-color: #1e1e1e;
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-radius: 50px;
  display: block;
  margin-bottom: 10px;
}
footer form input[type="email"]::placeholder {
  color: var(--txtcolor);
}
footer form input[type="submit"] {
  width: 100%;
}
footer .copyright {
  padding: 30px 0px;
}
footer .copyright > div {
  display: flex;
  align-items: center;
}
footer .copyright > div:last-of-type {
  justify-content: flex-end;
}
footer .copyright img {
  height: 60px;
}
footer .copyright p {
  margin-bottom: 0px;
  text-align: right;
}
@media (max-width: 576px) {
  footer .copyright > div {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End footer */

/* Start faq-section */

.faq-section {
}

.faq-section .container {
  padding: 50px 0px;
}

.faq-item {
  border-bottom: 1px solid #353535;
  padding: 30px 0;
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: var(--red);
}

.faq-answer {
  display: none;
  padding-top: 10px;
  color: var(--txtcolor);
  line-height: 1.6;
  font-size: 18px;
  padding-left: 50px;
}

.icon {
  transition: all 0.3s ease;
  font-size: 20px;
  width: 35px;
  text-align: center;
  background-color: var(--dark);
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .faq-question {
    font-size: 16px;
  }
  .faq-answer {
    font-size: 14px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End faq-section */

/* Start reviews */
.reviews {
}
.reviews .container {
  padding: 50px 0px;
}
.reviews .row > div {
  padding: 0px 5px;
}
.reviews .slidebox {
  box-shadow: 1px 1px 2px #353535, -1px -1px 2px #353535;
  border-radius: 10px;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.reviews .slidebox > p {
  font-size: 18px;
  padding: 10px;
  margin-bottom: 0px;
}
.reviews .slidebox .ratedata {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.reviews .slidebox .ratedata > div:nth-of-type(1) {
  padding: 10px;
}
.reviews .slidebox .ratedata > div:nth-of-type(2) {
  padding: 10px;
}
.reviews .slidebox .ratedata img {
  border-radius: 50%;
  width: 50px;
}
.reviews .slidebox .ratedata h6 {
  margin-bottom: 3px;
  font-weight: bold;
}
.reviews .slidebox .ratedata span {
  font-size: 16px;
  color: var(--txtcolor);
}
@media (max-width: 576px) {
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End reviews */

/* Start normsec */
.normsec {
}
.normsec .container {
  padding: 50px 0px;
}
.normsec .row > div {
}
.normsec p {
  color: var(--txtcolor);
  font-size: 20px;
}
.normsec img {
  width: 100%;
}
@media (max-width: 576px) {
  .normsec p {
    font-size: 14px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
  .normsec p {
    color: var(--txtcolor);
    font-size: 14px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End normsec */

/* Start forex */
.forex .container {
  padding: 50px 0px;
}
.forex ul li {
  color: var(--txtcolor);
  box-shadow: 1px 1px 2px #353535, -1px -1px 2px #353535;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.forex ul li span {
  display: block;
  transition: all 0.3s ease;
  font-size: 20px;
  width: 50px;
  text-align: center;
  background-color: var(--dark);
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  /* margin-right: 20px; */
  margin-bottom: 10px;
}
.forex ul li strong {
  color: var(--white);
  display: block;
}
.forex p {
  color: var(--txtcolor);
  font-size: 16px;
}
.forex img {
  width: 100%;
}
@media (max-width: 576px) {
  .forex .row > div {
    margin-bottom: 30px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .forex .row > div {
    margin-bottom: 30px;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End forex */

/* Start Stocks */
.Stocks {
}
.Stocks .container {
  padding: 50px 0px;
}
.Stocks .row > div {
}
.Stocks ul {
  display: flex;
  margin-top: 50px;
}

.Stocks ul li {
  color: var(--txtcolor);
  box-shadow: 1px 1px 2px #353535, -1px -1px 2px #353535;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0px 10px;
  margin-bottom: 10px;
  width: 33%;
}
.Stocks ul li span {
  display: block;
  transition: all 0.3s ease;
  font-size: 20px;
  width: 50px;
  text-align: center;
  background-color: var(--dark);
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  /* margin-right: 20px; */
  margin-bottom: 10px;
}
.Stocks ul li strong {
  color: var(--white);
  display: block;
}
.Stocks p {
  color: var(--txtcolor);
  font-size: 16px;
}
.Stocks img {
  width: 100%;
}
@media (max-width: 576px) {
  .Stocks ul {
    flex-direction: column;
  }
  .Stocks ul li {
    width: 100%;
    margin: 0px;
    margin-bottom: 10px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End Stocks */

/* Start indices */
.indices .container {
  padding: 50px 0px;
}
.indices .row > div {
}
.indices ul {
  display: flex;
  margin-top: 70px;
}
.indices ul li {
  color: var(--txtcolor);
  box-shadow: 1px 1px 2px #353535, -1px -1px 2px #353535;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 0px 10px;
  margin-bottom: 10px;
  width: 33%;
  background: linear-gradient(to right, #8f404d, #4349b0);
}
.indices ul li span {
  display: block;
  transition: all 0.3s ease;
  font-size: 20px;
  width: 50px;
  text-align: center;
  background-color: #000000;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  /* margin-right: 20px; */
  margin-bottom: 10px;
  margin-top: -15px;
}
.indices ul li strong {
  color: var(--white);
  display: block;
}
.indices p {
  color: var(--txtcolor);
  font-size: 16px;
}
.indices img {
  width: 100%;
}
@media (max-width: 576px) {
  .indices .row > div {
    margin-bottom: 30px;
  }
  .indices p {
    font-size: 14px;
  }
  .indices ul {
    flex-direction: column;
  }
  .indices ul li {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End indices */

/* Start commodities */
.commodities .timeline .tmlinbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 20px;
}
.commodities .timeline .tmlinbox > div {
}
.commodities .timeline span {
  font-size: 25px;
  color: var(--red);
}
.commodities p {
  font-size: 15px;
}
@media (max-width: 576px) {
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End commodities */

/* Start account-types */
.account-types {
  padding: 50px 20px;
  background-color: #111;
  text-align: center;
  color: #f0f0f0;
}

.account-types h2 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #fff;
}

.account-types p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #1c1c1c; /* خلفية الجدول */
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  min-width: 600px;
}

th,
td {
  padding: 15px;
  border: 1px solid #333;
  text-align: center;
  font-size: 14px;
  color: #eee;
}

thead {
  background-color: var(--blue);
  color: #fff;
}

tbody tr:nth-child(even) {
  background-color: #2a2a2a;
}

td:first-child {
  text-align: left;
  font-weight: bold;
  color: #fff;
}

/* Icons colors */
.bronze-icon {
  color: #cd7f32;
}
.silver-icon {
  color: #c0c0c0;
}
.gold-icon {
  color: #ffd700;
}
.diamond-icon {
  color: #00bcd4;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .account-types h2 {
    font-size: 22px;
  }

  table {
    font-size: 12px;
    min-width: 100%;
  }

  th,
  td {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .account-types p {
    font-size: 14px;
  }

  .account-types h2 {
    font-size: 20px;
  }
}

/* End account-types */

/* Start trading-platform */
.trading-platform {
  padding: 60px 20px;
  background-color: #0d0d0d;
  color: #f0f0f0;
  text-align: center;
}

.trading-platform h2 {
  font-size: 32px;
  margin-bottom: 15px;
  color: #fff;
}

.trading-platform .intro {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #ccc;
  line-height: 1.7;
}

.platforms-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.platform-card {
  background-color: #1a1a1a;
  border-radius: 12px;
  padding: 20px;
  max-width: 400px;
  flex: 1 1 300px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease;
}

.platform-card:hover {
  transform: translateY(-5px);
}

.platform-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.platform-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
}

.platform-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.platform-card li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #ddd;
  text-align: left;
}

.platform-card li i {
  color: var(--blue);
  margin-right: 10px;
}

/* CTA Buttons */
.cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  transition: all 0.3s ease, transform 0.2s ease;
}

.btn.primary {
  background-color: var(--blue);
  color: #000;
}

.btn.secondary {
  background-color: transparent;
  border: 2px solid var(--blue);
  color: var(--blue);
}

.btn:hover {
  transform: scale(1.05);
  background-color: var(--blue);
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .platform-card {
    max-width: 100%;
  }

  .trading-platform h2 {
    font-size: 24px;
  }

  .trading-platform .intro {
    font-size: 15px;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }
}

/* End trading-platform */

/* Start Partners */
.Partners {
  padding: 100px 0px;
}
.Partners .row {
  border: 1px solid #353535;
  padding: 20px 50px;
  width: 100%;
  margin: auto;
}
.Partners .slidebox {
  text-align: center;
}
.Partners .slidebox img {
  height: 30px;
}
.Partners .owl-dots {
  display: none;
}
@media (max-width: 576px) {
  .Partners .row {
    padding: 20px 20px;
  }
  .Partners .slidtitle h4 {
    margin-bottom: 30px;
  }
  .Partners .slidebox img {
    height: 20px;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
}
@media (min-width: 770px) and (max-width: 992px) {
}
@media (min-width: 993px) and (max-width: 1199px) {
}
/* End Partners */

/* Start intro-section */
.intro-section {
  background: url(../img/sl_022321_41020_35.jpg) center/cover no-repeat;
  padding: 120px 20px;
  text-align: center;
  position: relative;
}

.forexintro {
  background: url(../img/forex2-bg.jpg) center/cover no-repeat;
}

.intro-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.intro-section .container {
  position: relative;
  z-index: 2;
}
.intro-section small {
  font-size: 14px;
  color: #ccc;
  display: block;
  margin-bottom: 10px;
}
.intro-section h1 {
  font-size: 48px;
  margin: 10px 0;
}
.intro-section p {
  font-size: 18px;
  margin: 20px auto;
  max-width: 600px;
  color: #ddd;
}
.intro-section a.btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--blue);
  color: white;
  border-radius: 8px;
  margin-top: 20px;
}
/* End intro-section */

/* Start accounts-section  */
.accounts-section {
  padding: 80px 20px;
  text-align: center;
}
.accounts-section .row > div {
  margin-bottom: 10px;
}
.account-box {
  box-shadow: 1px 1px 2px #353535, -1px -1px 2px #353535;
  padding: 20px 20px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 20px;
  height: 100%;
}
.account-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 25px rgba(67, 73, 176, 0.4);
}
.account-icon {
  font-size: 50px;
  margin-bottom: 15px;
}
.account-box h3 {
  font-size: 26px;
  margin-bottom: 10px;
  background: linear-gradient(to right, #8f404d, #4349b0);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
}
.account-subtitle {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 20px;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.feature-list li {
  margin: 12px 0;
  padding-left: 24px;
  position: relative;
  color: #ccc;
  font-size: 15px;
}
.feature-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  background: linear-gradient(to right, #8f404d, #4349b0);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  width: fit-content;
}
/* End accounts-section  */

/* start trial-section */
.trial-section {
  background-color: #000;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px
  );
  background-size: 40px 40px;
  padding: 100px 20px;
  text-align: center;

  background: url(../img/22920.jpg) center/cover no-repeat;
  padding: 120px 20px;
  text-align: center;
  position: relative;
}
.forextrial {
  background: url(../img/forextrial-bg2.jpg) center/cover no-repeat;
}
.trial-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.trial-section p {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.trial-section a.btn {
  background-color: var(--red);
  padding: 14px 32px;
  color: white;
  border-radius: 10px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .intro-section h1 {
    font-size: 32px;
  }
  .account-box h3 {
    font-size: 22px;
  }
}
/* End trial-section */

/* Start whyforex */
.whyforex {
}
.whyforex .container {
  padding: 50px 0px;
}
.whyforex .row {
  width: 90%;
  margin: auto;
}
.whyforex .row > div {
  margin-bottom: 20px;
}
.whyforex .whforbox {
  box-shadow: 1px 1px 2px var(--blue), -1px -1px 2px var(--blue);
  padding: 30px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.whyforex .iconbox {
}
.whyforex .iconbox img {
}
.whyforex .databox {
  padding-left: 20px;
}
.whyforex .databox h4 {
}
.whyforex .databox p {
  color: var(--txtcolor);
  margin-bottom: 0px;
  font-size: 15px;
}
/* End whyforex */

/* Start  */
.currencypairs {
}
.currencypairs .container {
  padding: 50px 0px;
}
.currencypairs {
}
.currencypairs .maincont {
  min-width: 1000px;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
.currencypairs .maincont .maincategbtns {
  text-align: center;
  margin-bottom: 30px;
}
.currencypairs .maincont .maincategbtns li {
  padding: 10px 15px;
  border: 1px solid var(--blue);
  color: var(--blue);
  border-radius: 0px;
  display: inline-block;
  margin: 0px 5px;
  width: 180px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.currencypairs .maincont .maincategbtns li.selected {
  background-color: var(--white);
  /* color: var(--white); */
}
.currencypairs .updatachange > div:not(:first-of-type) {
  display: none;
}
.currencypairs .updatachange .row {
}
.currencypairs .updatachange .row > div {
  padding: 10px 5px;
  display: flex;
  align-items: center;
}
.currencypairs .updatachange .row > div:not(:first-of-type) {
  text-align: center;
  justify-content: center;
}
.currencypairs .curtablehead {
  border-bottom: 1px solid var(--blue);
}
.currencypairs .curtabledata {
}
.currencypairs .curtabledata > div:not(:last-of-type) {
  border-right: 1px solid var(--blue);
}
.currencypairs .flgname {
  display: flex;
}
.currencypairs .flgname h5 {
  margin-bottom: 0px;
  font-size: 16px;
}
.currencypairs .flgname p {
  margin-bottom: 0px;
  font-size: 14px;
}
.currencypairs .flgname img {
  width: 35px;
  margin-right: 15px;
}

@media (max-width: 576px) {
  .currencypairs {
    overflow: auto !important;
  }
}
@media (min-width: 577px) and (max-width: 769px) {
  .currencypairs {
    overflow: auto !important;
  }
}
@media (min-width: 770px) and (max-width: 992px) {
  .currencypairs {
    overflow: auto !important;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .currencypairs {
    overflow: auto !important;
  }
}
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* Start  */
/* End  */

/* starting button-top */
#button-top {
  background-color: var(--black);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: none;
  cursor: pointer;
  border: 1px solid #fff;
  color: var(--white);
}

/*  End button-top */

/*@media (max-width: 576px)
@media (min-width: 577px) and (max-width: 769px)
@media (min-width: 770px) and (max-width: 992px)
@media (min-width: 993px) and (max-width: 1199px)*/
