@font-face {
  font-family: 'ClashDisplay-Variable';
  src: url('../fonts/ClashDisplay-Variable.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Variable.woff') format('woff'),
    url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Extralight';
  src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Extralight.woff') format('woff'),
    url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Light';
  src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Light.woff') format('woff'),
    url('../fonts/ClashDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Regular';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Regular.woff') format('woff'),
    url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Medium';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Medium.woff') format('woff'),
    url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Semibold';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Semibold.woff') format('woff'),
    url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: 'ClashDisplay-Bold';
  src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Bold.woff') format('woff'),
    url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #ffeded;
  /* background-image: url('../images/main-back.jpg');
  background-position: center;
  background-size: cover; */
  overflow-x: hidden;
}

.social-ul {
  list-style-type: none;
  display: flex;
  justify-content: end;
}

.social-ul li {
  padding: 0 5px !important;
}

.signup {
  background: #a40d0d;
}

.login {
  background: #e70707;
}

.for-btn a {
  width: 200px;
  padding: 12px 10px;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
}

.logo-width {
  width: 50%;
}

.bg-none {
  background-color: transparent;
  padding: 20px 150px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: sticky;
    top: 0;
    z-index: 999;
}
.for-main-padding {
  padding: 0px 150px;
}

.top-headding {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}

.top-text {
  color: #fff;
  font-size: 25px;
}

.theme-btn-1 {
  background: #a40d0d;
  width: 250px;
  padding: 15px 10px;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}

.theme-btn-1:hover {
  background: #a40d0d;
  width: 250px;
  padding: 15px 10px;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}

.n-con ul li {
  padding: 10px 15px;
}

.top-bar {
  background-color: #fff;
  padding: 20px 150px;
}

.nav-row {
  background-color: #c57878;
  padding: 0px 150px;
}

.n-con ul li a {
  color: #fff;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: unset;
}

.n-con ul li a:hover {
  color: #00317c;
  font-family: 'Lexend', sans-serif;
  font-weight: 300;
  background-color: #e9ecef00;
}

.main-heading {
  padding: 150px 0 0;
  color: #fff;
  font-size: 83px;
  font-weight: bolder;
  font-family: 'ClashDisplay-Semibold';
}

.sli-section {
  background-image: url(../images/banner.png) !important;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0px 250px 0;
  overflow-x: hidden;
}

.icon-img {
  width: 60px;
  align-self: center;
}

.icon-box .card {
  padding: 28px 25px;
  width: 100%;
  text-decoration: none;
  width: 308px;
  border: none;
  box-shadow: 0px 0px 15px 0px #00000042;
  background: #fff;
  transition: all .5s;
}

.icon-box .card:hover {
  transition: all .5s;
  background: #ea2323;
}

.icon-box .card:hover h5 {
  color: #fff;
}

.icon-box .card-body {
  padding: 28px 20px 0 20px;
}

.icon-box a {
  color: #797979;
  text-decoration: none;
}

.icon-box .card h5 {
  font-size: 22px;
}

section.icon-box {
  margin: -115px 0 0 0;
}

.profit-sec {
  padding: 110px 0px 50px 0;
  overflow-x: hidden;
}

.p-icon-img {
  width: 130px;
  align-self: center;
}

.profit-sec .card {
    padding: 28px 25px;
    width: 100%;
    text-decoration: none;
    border-top: 2px solid #c57878 !important;
    border-radius: 0;
    background: #ffdada;
    transition: all .5s;
    border: none;
    border-bottom-right-radius: 81px !important;
    height: 440px;
}

.profit-sec .card h5 {
  font-size: 26px;
  margin: 75px 0 0 0;
}

.profit-sec h2 {
  font-size: 47px;
  font-weight: 700;
  margin: 0 0 50px 0;
  color: #000;
}

.testimonial-m {
  background: #991515;
  color: #fff;
  padding: 40px;
  border-radius: 15px;
}

.testimonial-m p {
  color: #fff;
}

.testi-section {
  background: #c57878;
  padding: 80px 150px;
  position: relative;
}

.testi-section h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}

.faq-sec {
  padding: 100px 0;
  border-bottom: 1px solid #c57878;
}

.faq-sec h2 {
  font-size: 47px;
  font-weight: 700;
  color: #000;
}

.faq-sec button {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  border-radius: 10px !important;
  border: none;
}

.faq-sec .accordion-item {
  margin: 0 0 25px 0;
  border-radius: 10px !important;
}

.accordion-body {
  font-size: 20px;
}

.counter-sec {
  padding: 100px 0;
  background: #fff;
}

.counter-sec h2 {
  font-size: 47px;
  font-weight: 700;
  color: #000;
}

.counter-sec .acco{
  width: 100%;
}

.counter-sec .card {
  background: #F1F8FC;
  margin: 0 20px;
  box-shadow: 0 5px 5px 0 #00000029;
}


.banner-div-sec{
  padding: 250px 0;
  background: url("../images/bull.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-div-sec h2{
  font-size: 47px;
  font-weight: 700;
  color: #ffffff;
}

.banner-div-sec h3{

  font-weight: 700;
  color: #ffffff;
}



.numb {
  color: #c57878;
  font-weight: 600;
  font-size: 40px;
}

.bsb-fact-5-pro {
  padding: 0 80px 0 0;
}

.get-app-sec {
  padding: 100px 0 0 0;
  background-image: url(../images/get-app.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.get-app-sec h2 {
  font-size: 47px;
  font-weight: 700;
  color: #fff;
}

footer {
  padding: 100px 150px;
}

.for-list-type {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.for-list-type li {
  padding: 8px 0;
}

.for-list-type li a {
  text-decoration: none;
  color: #0009;
  font-weight: 600;
}

.foo-social-ul {
  list-style-type: none;
  display: flex;
  justify-content: start;
  margin: 0;
  padding: 0;
}

.foo-social-ul li {
  padding: 0 5px !important;
}

.form-subscribe input {
  height: 56px;
}

.footer-bottom {
  background: #c57878;
  padding: 20px 0;
}

.bottom-footer li {
  padding: 0 12px;
}

.bottom-footer li a {
  color: #fff;
  text-decoration: none;
}

.profit-img {
  width: 90px;
}

.dropdown-menu ul {
  list-style-type: none;
}

.mega-head {
  color: #F1F8FC;
}

.card-div .card {
  text-align: center;
  background: none;
  border: none;
}

    .card-div .card h5 {
        color: #ffffff;
    }

.card-div .card i {
  font-size: 45px;
  margin: 0 0 10px 0;
  color: #fd870a;
}

.page-header-sec {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(159 54 54) 100%);
    padding: 80px 0px;
    border-bottom-left-radius: 200px;
}

.page-header h1 {
    color: #8d0000;
    font-family: 'Lexend', sans-serif;
    font-size: 90px;
    font-weight: 700;
    /* text-transform: uppercase; */
}

.page-header p {
  color: #000;
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
  font-weight: 500;

}

.btn-join-now {
    background: #ad0000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    margin-top: 20px;
    padding: 18px 50px;
    border-radius: 100px;
}

.btn-join-now:hover {
  background: #c57878;
  color: #fff;
}

.misson-vision h4 {
    color: #890000;
    font-weight: 700;
}

.misson-vision-sec {
  padding: 80px 0px;
}

.misson-vision {
  text-align: center;
}

.our-core-values-sec h2 {
    color: #970000;
    font-weight: 700;
}

ul.our-core-values li {
  font-size: 50px;
  font-weight: 700;
  margin: 0 78px 0 0;
}

ul.our-core-values {
  display: flex;
  margin: 0 0 80px 0;
}

ul.our-core-values li::marker {
  color: #FD870A;
}

.forex-sec {
  padding: 80px 0px;
}

.forex-sec .card-fst {
    background: linear-gradient(149deg, rgb(52 163 188) 0%, rgba(3, 0, 55, 1) 100%);
    border: none;
    color: #fff;
    border-radius: 20px;
    padding: 0 0;
}

.forex-sec .card-body {
  padding: 20px 20px;
}

.card-fst h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 20px 0;
}

.forex-sec .card-second {
    background: linear-gradient(149deg, rgb(243 87 51) 0%, rgba(3, 0, 55, 1) 100%);
    border: none;
    color: #fff;
    border-radius: 20px;
    padding: 0 0;
}

.card-second h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 20px 0;
}

.forex-sec .main-head {
  color: #c57878;
  font-weight: 700;
}

.our-core-values-sec table th,
td {
  height: 60px;
  vertical-align: middle;
}

.faq-sec {
  color: #c57878;
  font-weight: 700;
}

.faq-sec .accordion-item p {
  font-size: 15px;
  font-weight: 500;
}

.card-sec .card img {
  width: 100px;
}

.card-sec {
  padding: 0 200px;
  margin: -135px 0 0 0;
}


.card-sec .card {
    /* text-align: center; */
    border: none;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 35px 20px;
    height: 355px;
}

.card-sec .card h5 {
  font-size: 43px;
  color: #c57878;
  font-weight: 700;
}

.card-sec .card a {
  margin: 100px 0 0 0;
}

.f-r-account-sec {
  padding: 50px 100px;

}

.f-r-account-sec table th,
td {
  height: 85px;

}

.f-r-account-sec h2 {
  color: #c57878;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
}

.secnd-sec h2 {
  color: #c57878;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
}

.page-header-sec .account-type h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px 0;
}

.account-table-data td i {
  font-size: 30px;
  font-weight: 700;
}

.account-table-data td i.text-success {
  color: #00B432 !important;
}

.account-table-data td i.text-danger {
  color: red !important;
}

.account-table-data td span {
  color: rgb(103, 103, 103) !important;
  font-weight: 400;
}

.account-table-data td {
  color: #000;
  font-weight: 600;
}


.card-sec-bottom .card img {
  width: 60px;
}

.card-sec-bottom {
  padding: 0 100px;

}


.card-sec-bottom .card {
  /* text-align: center; */
  border: none;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 20px;
  height: 315px;
}

.card-sec-bottom .card h5 {
  font-size: 43px;
  color: #c57878;
  font-weight: 700;
}

.card-sec-bottom .card a {
  margin: 100px 0 0 0;
}

.card-sec-bottom h2 {
  color: #c57878;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  margin: 30px 0;
}


.card-sec-bottom-second .card img {
  width: 155px;
  align-self: center;
  padding: 30px 0 0 0;
}

.card-sec-bottom-second {
  padding: 0 100px;

}

.card-sec-bottom-second .card {
  /* text-align: center; */
  border: none;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 0px 0px;
  height: 420px;
}

.card-sec-bottom-second .card h5 {
  font-size: 43px;
  color: #c57878;
  font-weight: 700;
}

.card-sec-bottom-second .card a {
  margin: 100px 0 0 0;
}

.card-sec-bottom-second h2 {
  color: #c57878;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  margin: 30px 0;
}


.card-sec-ai .card img {
  width: 100px;
}

.card-sec-ai {
  padding: 0 200px;
  margin: -135px 0 100px 0;
}


.card-sec-ai .card {
  /* text-align: center; */
  border: none;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 0px 0px;
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
}

.card-sec-ai .card h5 {
  font-size: 43px;
  color: #c57878;
  font-weight: 700;
}

/* .card-sec-ai .card a {
  margin: 100px 0 0 0;
} */


.card-sec-ai .card ul {
  list-style-type: none;
  padding: 0;
}

    .card-sec-ai .card ul li {
        padding: 2px 0;
        /* border-bottom: 1px solid #ededed; */
        color: #fff;
    }

.card-sec-ai .card h3 {
  background-color: #c57878;
  color: #fff;
  padding: 10px 0;
}

    .card-sec-ai .card-body {
        background: #6a0000;
    }

.smarter-trading {
  background-color: #c57878;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.card-sec-ai-bottom .card img {
  width: 60px;
}

.card-sec-ai-bottom {
  padding: 0 100px;

}


    .card-sec-ai-bottom .card {
        /* text-align: center; */
        border: none;
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
        padding: 35px 20px;
        height: 319px;
        border-bottom-left-radius: 70px;
        background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    }

.card-sec-ai-bottom .card h5 {
  font-size: 43px;
  color: #c57878;
  font-weight: 700;
}

.card-sec-ai-bottom .card a {
  margin: 100px 0 0 0;
}

    .card-sec-ai-bottom h2 {
        color: #9b0101;
        font-weight: 700;
        font-size: 45px;
        text-align: center;
        margin: 30px 0;
    }


.main-head {
  color: #c57878;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  margin: 30px 0;
}

.nun-step {
  background: #fd870a;
  color: #fff;
  padding: 4px 18px;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  font-size: 30px;
  font-weight: 700;
  margin: 0 14px 0 0;
}

.step-sec {
  background: #c57878;
}

.slidecontainer {
  width: 100%;
  /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 10px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #EA8923;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 100%;
  top: -8px !important;
  position: relative;

}

.slider::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #EA8923;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}


#myRange::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: linear-gradient(90deg, #c57878 var(--range-progress), #dee4ec var(--range-progress));
  border-radius: 1rem;

}

#tooltipSlider {
  position: absolute;
  top: -2.25rem;
}

#tooltipSlider span {
  position: absolute;
  text-align: center;
  display: block;
  line-height: 1;
  padding: 10px 7px;
  color: #fff;
  border-radius: 0.125rem;
  background: #c57878;
  font-size: 1.25rem;
  left: 3px;
  transform: translate(-50%, 0);
  width: 114px;
  top: -10px;
  border-radius: 8px;
}

#tooltipSlider span:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #6BA132;
}

.half-phone {
  width: 25%;
}

.phone-screen {
  width: 40%;
}

.for-back-onapp {
  background: #c57878;
  padding: 55px 80px;
  border-radius: 50px;
  margin: 0 190px;
}



.card-sec-d-w .card img {
  width: 100px;
}

.card-sec-d-w {
  padding: 0 200px;
  margin: 0px 0 0 0;
}

.card-sec-d-w .card-body div {
  padding: 22px 0px;

}

.card-sec-d-w .card {
  /* text-align: center; */
  border: none;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 20px;
  height: 325px;
}

.card-sec-d-w .card h4 {
  font-size: 43px;
  color: #c57878;
  font-weight: 700;
}

.card-uppar h4 {
  font-size: 43px;
  color: #c57878;
  font-weight: 700;
  text-align: center;
}

.card-sec-d-w .card a {
  margin: 100px 0 0 0;
}

.currency span {
  background: #EA8923;
  color: #fff;
  padding: 6px 30px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
}

.logo-width {
  margin: 0 30px 0px 0;
}

.for-open {
  background: #EA8923;
  color: #fff;
  padding: 8px 13px;
  border-radius: 6px;
}

.logo-width img {
  width: 36%;
  margin: 0 80px 0px 0;
}


.our-core-values-sec .card {
  border: none;
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(171 223 247) 100%);
  padding: 80px 50px;
  border-bottom-left-radius: 200px;
}


.key-principles-sec {
  background: url(../images/trading-back.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}


.img-down-card .card {
  padding: 66px 50px;
}

.key-principles-ul {
  padding: 0;
}

.key-principles-ul li {
    background: #fff;
    margin: 12px 50px;
    border-radius: 5px;
    padding: 5px 2px;
    font-size: 30px;
    font-weight: 700;
}

.two-color-heading {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 50px 0;
}

.easy-get-started .card {
    margin: 53px 100px 20px 100px;
    padding: 100px;
}

.why-metatrader {
  padding: 50px 0;
}

.why-metatrader .card {
  margin: 30px 20px;
  padding: 10px;
  text-align: center;
  border: none;
}

.why-metatrader .card svg {
  align-self: center;
  margin: 0 0 30px 0;
}

.bi-check-circle-fill {
    color: #ffffff !important;
    font-size: 26px;
}

.advantage-sec {
  padding: 50px 0;
}



.nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: #446CB3;
  color: #000000;
  padding: 0;
  margin: 0;
  cursor: auto;
  font-size: 18px;
  list-style-type: none;
  z-index: 999999;
  box-shadow: 0 5px 5px -5px #333;
}

.nav-mobile:after {
  content: "";
  display: table;
  clear: both;
}

.nav-mobile svg {
  height: 45px;
  width: 65px;
  padding: 9px;
}

.nav-mobile svg path {
  fill: #fff;
}

.nav-mobile svg.icon-close {
  display: none;
  padding: 15px;
}

.nav-mobile li {
  width: 100%;
  height: 10px;
  line-height: 46px;
  text-align: center;
  float: left;
}

.nav-mobile li a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.nav-mobile .menu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  display: block;
}

.nav-mobile .menu-button:after {
  opacity: 0;
  top: 45px;
  content: "";
  width: 100%;
  display: block;
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 9;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
  transition-delay: 0.1s;
}

.nav-mobile #menu-toggle {
  display: none;
}

.nav-mobile #menu-toggle.active~.menu-button .icon-close,
.nav-mobile #menu-toggle:checked~.menu-button .icon-close {
  display: block;
}

.nav-mobile #menu-toggle.active~.menu-button .icon-open,
.nav-mobile #menu-toggle:checked~.menu-button .icon-open {
  display: none;
}

.nav-mobile #menu-toggle.active~.menu-button:after,
.nav-mobile #menu-toggle:checked~.menu-button:after {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.nav-mobile #menu-toggle.active~.menu-sidebar,
.nav-mobile #menu-toggle:checked~.menu-sidebar {
  transform: translateX(-300px);
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}

.nav-mobile .menu-container {
  width: 65px;
  float: right;
  cursor: pointer;
  position: absolute;
  right: 0;
}

.nav-mobile .menu-container .menu-sidebar {
  box-shadow: 5px 0 5px -5px #333;
  display: block;
  width: 100%;
  bottom: 0;
  color: #fff;
  position: fixed;
  z-index: 9999999;
  transform: translateX(405px);
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
  top: 0;
  list-style-type: none;
  padding: 0;
  overflow-x: scroll;
  background: linear-gradient(180deg, rgba(82, 165, 219, 1) 0%, rgba(13, 91, 164, 1) 100%);
  overflow: hidden;
}

.nav-mobile .menu-container .menu-sidebar .arrow {
  position: absolute;
  line-height: 50px;
  font-size: 32px;
  color: #fff;
  top: 0;
  z-index: 0;
}

.nav-mobile .menu-container .menu-sidebar .arrow.left {
  left: 25px;
}

.nav-mobile .menu-container .menu-sidebar .arrow.right {
  right: 25px;
}

.nav-mobile .menu-container .menu-sidebar li {
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgb(255 255 255 / 31%);
  padding-left: 20px;
}

.nav-mobile .menu-container .menu-sidebar li:hover {
  background: #EA8923;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(82, 165, 219, 1) 0%, rgba(13, 91, 164, 1) 100%);
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  border-left: 1px solid #ccc;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;

}

.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
  overflow: hidden;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
  padding-left: 50px;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title.cat-name {
  padding-left: 20px;
  cursor: default;
  background: #eee;
}

.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title.cat-name:hover {
  background: #eee;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
  display: none;
}

.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active~.menu-sub,
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked~.menu-sub {
  width: 100%;
  visibility: visible;
  z-index: 1;
  transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
}

/* 
i.fa.fa-times.icon-close {
  display: none;
} */

.advantage-ul {
  list-style-type: none;
  padding: 0;
  text-align: start;
}

/* .pamm-card-sec{

} */


.pamm-card-sec .card i {
  font-size: 50px;
  color: #EA8923;
  align-self: center;
}

.pamm-card-sec {
  padding: 0 100px;

}


.pamm-card-sec .card {
  /* text-align: center; */
  border: none;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 20px;
  height: 319px;
  border-bottom-left-radius: 70px;
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(171 223 247) 100%);
}

.pamm-card-sec .card h5 {
  font-size: 43px;
  color: #c57878;
  font-weight: 700;
}

.pamm-card-sec .card a {
  margin: 100px 0 0 0;
}

.pamm-card-sec h2 {
  color: #c57878;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  margin: 30px 0;
}


.h-sign-up-sec {
  padding: 80px 0;
}

.sign-u {
  text-align: center;
}

.sign-u h2 {
  font-size: 90px;
  font-weight: 800;
  color: #fd870a;
}

.sign-u h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding: 0 0 20px 0;
}

.sign-u span {
  font-size: 18px;
  color: #000;
}


.misson-form input {
  height: 50px;
  border-radius: 0;
  margin: 15px 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 510px;
  z-index: 9999;

}

.misson-form {
  /* background-color: #57b5f8; */
  background: radial-gradient(circle, rgba(100, 185, 240, 1) 0%, rgba(4, 77, 145, 1) 100%);
  padding: 50px;
  border-radius: 10px;

}

.misson-form select {
  height: 50px;
  border-radius: 0;
  margin: 15px 0;
}

.misson-form input[type=submit] {
  height: 50px;
  border-radius: 100px;
  margin: 15px 0;
  background-color: #EA8923;
  color: #fff;
  font-weight: 700;
  width: 100%;
}

.misson-form input[type=submit]:hover {
  background-color: #c57878;
}

.trading-calc-sec {
  padding: 80px 20px;
}

.trading-calc-sec .card {
  border: none;
  padding: 50px;
  box-shadow: 0 5px 18px 0 #006aed38;
  border-radius: 30px;
}

.trading-calc-sec ul li button {
  font-size: 20px;
}

button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}


/*--------------------------*/
.qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdcdcd;
  border-radius: 6px;
  overflow: hidden;
}

.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: none;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  border: none;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
  background: #fff;
  ;
}

.qty-container .qty-btn-plus {
  margin-left: -1px;
}

.qty-container .qty-btn-minus {
  margin-right: -1px;
}

.trading-calc-sec .card .card-body label {
  text-align: center;
  justify-content: start;
  font-size: 12px;
  background: #fff;
  position: relative;
  left: 5px;
  top: 9px;
  padding: 0 10px;
  font-weight: 600;
}

.trading-calc-sec .card .card-body .form-select {
  height: 50px;
}

.trading-calc-sec .card .card-body .form-control {
  height: 50px;
}

.calc-result {
  list-style-type: none;
  padding: 0;
}

.calc-result li {
  padding: 20px 0px;
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  justify-content: space-between;
}

.lable-span {
  color: #afafaf;
}

.result-span {
  color: #000000;
  font-weight: 700;
}

.btn-group .btn {
  padding: 13px 0;
  font-weight: 700;
}

.btn-outline-danger {
  color: #fc0404;
  border: 2px solid #fc0404;
}

.text-danger {
  color: #fc0404 !important;
}

.btn-outline-success {
  color: #05d340;
  border: 2px solid #05d340;
}

.btn-outline-success {
  color: #05d340;
  border: 2px solid #05d340;
}

.text-success {
  color: #05d340 !important;
}

.open-div {
  background: url('../images/get-app.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 50px 0;
  border-radius: 12px;
  margin: 70px 0 70px 0;
}

.open-div h2{
font-size: 45px;
font-weight: 700;
}
.leagel-account-sec{
padding: 80px 290px;
}
.leagel-account-sec ul{
  list-style-type: none;
  padding: 0;
}

.leagel-account-sec ul li{
  padding: 20px 20px;
  background: #00317c;
  border-radius: 10px;
  margin: 20px 0;
}

.leagel-account-sec ul li:hover{
  padding: 20px 20px;
  background: #3d84ef;
  border-radius: 10px;
  margin: 10px 0;
}

.leagel-account-sec ul li a{
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
}

.subs {
    background: #ffbcbc;
    padding: 0px 10px 10px 10px;
    border-radius: 10px;
    margin: 20px 0 0 0;
}

.for-align-center {
  padding: 17px 17px 17px 66px;
}

.for-align-center a {
  margin: 0 0 0 -57px;
}

.half-phone {
  width: 466px;
}

.copy-trading-started .card {
  margin: 100px 100px 0 100px;
  padding: 100px;
}

.banner-div{
    background: #00000063; 
    width: 50%; 
    padding: 36px 0;
}

@media only screen and (max-width: 768px) {
    .page-header h1 {
        color: #8d0000;
        font-family: 'Lexend', sans-serif;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
    }
  .banner-div-sec h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}
    ul.our-core-values li {
        font-size: 33px;
        font-weight: 700;
        margin: 0 78px 0 0;
        text-align: start;
    }
    .card-div .card h5 {
        color: #a30606;
    }
    .bi-check-circle-fill {
        color: #650000 !important;
        font-size: 26px;
    }
  .banner-div{
    background: #00000063; 
    width: 100%; 
    padding: 36px 0;
}
  .banner-div-sec{
  padding: 20px 0;
  background: url("../images/bull.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
 .card-sec {
    padding: 0 0px;
    margin: -58px 0 0 0;
}

  .f-r-account-sec {
    padding: 0px 0px;

  }
  .copy-trading-started .card {
    margin: 100px 0px 0 0px;
    padding: 20px;
}
  .card-sec-ai {
    padding: 0 0px;
    margin: 0px 0 50px 0;
  }

  .card-sec-ai-bottom {
    padding: 0 0px;
  }

  .for-back-onapp {
    background: #c57878;
    padding: 55px 0px;
    border-radius: 50px;
    margin: 0 0px;
  }

.key-principles-ul li {
    background: #fff;
    margin: 5px 0px;
    border-radius: 5px;
    padding: 5px 2px;
    font-size: 15px;
    font-weight: 700;
}

  .card-sec-bottom-second {
    padding: 0 10px;
  }
  .two-color-heading {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 50px 0;
}
    .btn-join-now {
        background: #a30000;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        /* text-transform: uppercase; */
        margin-top: 20px;
        padding: 12px 33px;
        border-radius: 100px;
    }
.page-header p {
  font-size: 14px;
}
    .page-header-sec {
        background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(247 171 171) 100%);
        padding: 20px 0px;
        border-bottom-left-radius: 111px;
    }
.secnd-sec h2 {
  font-size: 28px;
}
.faq-sec h2 {
  font-size: 28px!important;
}
.main-head {
  font-size: 28px;
  margin: 20px 0;
}
.easy-get-started .card {
    margin: 42px 10px 0 10px;
    padding: 20px;
}

  .why-metatrader .card {
    margin: 0px 0px;
  }

  .pamm-card-sec {
    padding: 0 0px;
  }

  .fixed {
    position: relative;
    top: 0;
    width: 322px;
    z-index: 9999;
  }

  .misson-form {

    background: radial-gradient(circle, rgba(100, 185, 240, 1) 0%, rgba(4, 77, 145, 1) 100%);
    padding: 23px;
    border-radius: 10px;
    margin: 40px 0 0 0;
  }
  .leagel-account-sec{
    padding: 80px 0px;
    }

    .leagel-account-sec ul li a{
      text-decoration: none;
      color: #fff;
      display: flex;
      justify-content: space-between;
      font-size: 15px;
      font-weight: 400;
    }

    .card-sec-bottom {
    padding: 0 0px;
}
    .card-sec-bottom h2 {
    color: #c57878;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    margin: 30px 0;
}
    .for-main-padding {
    padding: 0 10px!important;
}
    .card-sec-bottom-second h2 {
    color: #c57878;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin: 30px 0;
}
.card-sec .card {
    height: 364px;
        padding: 35px 13px;
}
    .card-sec-d-w {
    padding: 0 0px;
    margin: 0px 0 0 0;
}
    .misson-vision-sec {
    padding: 32px 0px;
}
    .our-core-values-sec .card {
    border: none;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(171 223 247) 100%);
    padding: 22px 10px 88px 10px;
    border-bottom-left-radius: 200px;
    margin:0 0 20px 0;
}

    .profit-sec .card {
    padding: 28px 25px;
    height: 416px!important;
}
    .trading-calc-sec .card {
    border: none;
    padding: 10px;
    box-shadow: 0 5px 18px 0 #006aed38;
    border-radius: 30px;
}
    footer {
    padding: 18px 15px!important;
}
    .card-sec-ai-bottom .card {
        /* text-align: center; */
        border: none;
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
        padding: 35px 20px;
        height: 385px;
        border-bottom-left-radius: 70px;
        background: #fff;
    }
/* .for-align-center {
  padding: 17px 17px 17px 10px;
} */
.foo-social-ul {
  list-style-type: none;
  display: ruby;
  justify-content: start;
  margin: 0;
  padding: 0;
}

}

@media screen and (max-width: 1500px) and (min-width: 769px) {
  .card-sec-ai {
    padding: 0 20px;
    margin: -135px 0 100px 0;
  }
  .card-sec-ai-bottom {
    padding: 0 10px;
}
.card-sec-ai-bottom .card {
  /* text-align: center; */
  border: none;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 20px;
  height: 350px;
  border-bottom-left-radius: 70px;
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(171 223 247) 100%);
}
.for-align-center {
  padding: 17px 17px 17px 43px;
}
.foo-social-ul {
  list-style-type: none;
  display: ruby;
  justify-content: start;
  margin: 0;
  padding: 0;
}
.card-sec {
  padding: 0 69px;
  margin: -135px 0 0 0;
}
.card-sec-bottom {
  padding: 0 46px;
}
.banner-div-sec {
  padding: 50px 0;
  background: url("../images/bull.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
    .vn-blue a:before {
        padding: 13px 20px !important;
        font-size: 20px !important;
    }
    .vn-blue a {
        padding: 13px 13px 13px 74px !important;
    }
}
@media only screen and (max-width: 768px) {

    .vn-blue {
        display: none !important;
    }
}

.login-signup {
    width: 200px;
    margin: 0 20px;
}

@media only screen and (max-width: 600px) {
    .vn-mobile {
        display: block !important;
    }

    .login-signup {
        width: 150px;
        margin: 15px 5px 0 5px;
    }
    .logo-width img {
        width: 100%;
        margin: 0 80px 0px 0;
    }
    .download-button-app-mobile {
        position: fixed;
        left: 30%;
        bottom: 15px;
        transform: translate(-12%, -5%);
    }
    
    .download-close {
        position: absolute;
        z-index: 999;
        top: -7px;
        right: -7px;
        color: black;
        
        cursor: pointer;
    }
    .vn-mobile a {
        padding: 10px 10px 10px 69px !important;
        font-size: 18px !important;
    }
        .vn-mobile i{
            font-size:20px;
            cursor:pointer;
        }
        .vn-mobile a:before {
            font-size: 23px !important;
            padding: 6px 20px !important;
        }
}
    .vn-blue {
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

        .vn-blue a {
            background-color: #ea2323;
            display: inline-block;
            position: relative;
            padding: 20px 20px 20px 80px;
            color: #fff;
            transition: all 0.4s ease;
            font-family: 'Lexend', sans-serif;
            text-decoration: none;
            font-size: 20px;
        }

            .vn-blue a:before {
                content: "\f3ab";
                font-family: fontAwesome;
                position: absolute;
                font-style: normal;
                font-weight: normal;
                text-decoration: inherit;
                font-size: 28px;
                border-radius: 0 20px 0 0;
                color: #c57878;
                background-color: #fff;
                opacity: 0.8;
                padding: 14px 20px;
                top: 0;
                left: 0
            }

            .vn-blue a:hover {
                background: #2c3e50
            }

    .download-button-app {
        position: fixed;
        top: 50%;
        right: 0;
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.form-control {
    border: 2px solid #0d5ba4;
    border-radius: 15px !important;
    padding: 12px 15px;
    margin-bottom: 15px;
}
.button-login {
    background: #0D5BA4 !important;
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 12px 0;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 20px;
    cursor: pointer;
}
.fa-eye {
    padding-top: 10px;
    padding-right: 10px;
    color: #0d5ba4;
    position: absolute;
    right: 7px;
    margin-top: 5px;
    z-index: 999;
}

.button-signup {
    background: #f3f5fe !important;
    color: #0d5ba4 !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 12px 0;
    font-family: "Source Sans 3", sans-serif;
    margin-bottom: 20px;
}