@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Bold.woff2') format('woff2'),

        url('../fonts/BebasNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Book.woff2') format('woff2'),
        url('../fonts/BebasNeue-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html,

body,

div,

span,

applet,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

a,

abbr,

acronym,

address,

big,

cite,

code,

del,

dfn,

em,

img,

ins,

kbd,

q,

s,

samp,

small,

strike,

strong,

sub,

sup,

tt,

var,

b,

u,

i,

center,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

embed,

figure,

figcaption,

footer,

header,

hgroup,

menu,

nav,

output,

ruby,

section,

summary,

time,

mark,

audio,

video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

    vertical-align: baseline;

}



/* HTML5 display-role reset for older browsers */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

    display: block;

}



body {
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #000;
}



ol,

ul {

    list-style: none;

}



blockquote,

q {

    quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

    content: '';

    content: none;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



.sec-head {

    margin-bottom: 20px;

    display: block;

}



.container {

    max-width: 1325px;

    padding: 0 15px;

}



img {

    display: block;

    height: auto;

    width: auto;

    max-width: 100%;

    /* height: 100%; */

}



p {

    font-size: 16px;

    line-height: 1;

    font-weight: 400;

    color: #000;

}



a {

    text-decoration: none;

    font-size: 16px;

    line-height: 1.2;

    font-weight: 400;

    color: #000;

    transition: all .3s ease;

}



a:hover {

    color: #EF6B21;

}



/* herder */



.header {

    top: 0;

    left: 0;

    width: 100%;

    padding: 44px 0;

    z-index: 2;

}

.signup-btn .btn {
    font-size: 16px;
}

.h-btn .signup-btn:first-child .btn {
    background-color: #EF6B21;
    border-color: #EF6B21;
    color: #fff;
}

.h-btn .signup-btn:first-child .btn:hover {
    background-color: #000;
    border-color: #000;
}



.site-logo img {

    max-width: 180px;

    object-fit: contain;

}



.hero-sec {
    display: flex;
    align-items: end;
    min-height: 820px;
    max-height: 820px;
    padding-bottom: 140px;
}






.hero-sec .sec-title .ityped {
    font-family: 'Bebas Neue';
    text-decoration: underline;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    background: linear-gradient(90deg, #F25C24 15%, #FFE200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;

}

.hero-sec .sec-title .ityped,
.ityped-cursor {
    font-size: 70px;
}

.ityped-cursor {
    background: linear-gradient(90deg, #F25C24 15%, #FFE200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.hero-sec .sec-title .ityped::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #F25C24 0%, #DBAF20 100%);
    height: 8px;
}



.hero-sec .sec-head {

    margin-bottom: 40px;

}

.hero-btn .w-btn {
    margin-right: 20px;
}

.hero-btn .img-btn {
    border-radius: 6px;
}

.hero-box .box-title {

    font-weight: 500;

    font-size: 20px;

    line-height: 1.4;

    color: #FFFFFF;

    text-align: center;

}



.img-btn {

    transition: all .3s;

}



.img-btn img {

    max-height: 68px;

    object-fit: contain;

}



.img-btn:hover {

    opacity: 0.8;

}



.social-btn .img-btn:first-child {

    margin-right: 20px;

}

.hero-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 100%;
}

.m-banner {
    display: none;
}

.hero-media img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.hero-con .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.1;
    color: #FFFFFF;
}

.hero-con {
    position: relative;
    z-index: 2;
}

/* trading-sec */

.trading-sec {
    background-position: center;
    background-image: url(../img/trading-banner.jpg);
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 66px;
    background-size: cover;
}

.trading-box img {
    border-radius: 10px;
    vertical-align: top;
    width: auto;
}

.trading-details-box {
    background-image: url(../img/price-bg.png);
    border-radius: 20px;
    padding-right: 55px;
    padding-left: 60px;
    padding-top: 45px;
    padding-bottom: 42px;
    background-repeat: no-repeat;
    background-size: contain;
}

.trading-details-box .sub-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
}

.trading-details-box .prices {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 180px;
    line-height: 1;
    color: #FFE200;
    text-shadow: 6px 0px 0px #CAC022;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
}

.trading-details-box .prices::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.trading-details-box p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.trading-details-box .img-btn {
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
}

.trading-details-box .w-btn {
    margin-bottom: 20px;
}

.trading-details-box .img-btn img {
    margin-left: auto;
}

.trading-details {
    padding-left: 90px;
    position: relative;
    padding-top: 70px;
}

.trading-img {
    position: absolute;
    bottom: -66px;
    right: -60px;
    z-index: 2;
}

.trading-img img {
    height: 550px;
    object-fit: cover;
}

/* markets-con */

.markets-sec {
    padding: 91px 0;
}

.markets-con .market-text {
    margin-bottom: 40px;
}

.markets-con .market-text {
    object-fit: cover;
    max-width: 600px;
}

.markets-banner img {
    object-fit: cover;
}

.market-box {
    flex: 0 0 50%;
    max-width: 50%;
}

.market-box-inner {
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 44px;
    line-height: 51px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #050A1B;
}

.market-box-inner img {
    padding-right: 10px;
}

.market-box {
    margin: 0 -10px;
    margin-bottom: 25px;
}

.markets-banner {
    margin-bottom: -30px;
}

.open-box .box-title {
    font-weight: 400;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Bebas Neue';
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.open-box .box-title span {
    font-weight: 300;
    display: block;
}

.account-box {
    height: 420px;
    padding: 0 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 8px;
}

.Payments-box .box-title {
    font-weight: 400;
    font-size: 46px;
    line-height: 1;
    color: #FFFFFF;
    font-family: 'Bebas Neue';
    margin-bottom: 10px;
}

.Payments-box .box-title span {
    display: block;
    font-weight: 300;
}

.Payments-box .cms-con p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.Payments-box .w-btn {
    margin-right: 20px;
}

.account-boxs {
    margin-top: -320px;
}

/* faq-sec */



.faq-sec {

    background-image: url(../img/faq-banner.jpg);

    background-position: top;

    background-repeat: no-repeat;

    background-size: cover;

    padding-top: 100px;
    padding-bottom: 400px;

}



.faq-sec .accordion-button:not(.collapsed) {

    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;

}



.faq-sec .accordion-button {
    line-height: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;

}

.faq-sec .cms-con p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
}

.cms-con p {

    font-weight: 400;

    font-size: 16px;

    line-height: 1.2;

    color: #000000;

}



.accordion-button:focus {

    border-color: none;

    box-shadow: none;

}


.accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.faq-con .accordion-item:last-child {
    border-bottom: 0;
}

.faq-con .accordion-item {

    margin-bottom: 6px;

    border-radius: 0px;

    overflow: hidden;

}



.faq-con .accordion-body {

    padding-top: 0;
    padding-left: 0;

}



.faq-con .accordion-button::after {

    transform: rotate(0deg);

}



.faq-con .accordion-button:not(.collapsed)::after {

    transform: rotate(0deg)
}



.faq-con .accordion-button::after {

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: #F25C24;

    background-position: center;

    padding: 15px;

    box-shadow: 0px 2.38746px 7.63987px rgba(8, 15, 52, 0.06);

    border-radius: 100px;

    background-size: 13px;

    background-image: url(../img/arrow-white.svg);

    background-repeat: no-repeat;

}



button.accordion-button.collapsed::after {

    background-color: #fff;

    background-image: url(../img/arrow.svg);

    background-size: 9px;

    background-position-x: 12px;

}



/* demo-sec */



.btn {
    text-transform: uppercase;
    color: #121829;
    border: 1px solid #fff;
    padding: 16px 25px;
    background-color: #fff;
    transition: all .3s ease;
    font-family: 'Montserrat';
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;

}



.btn:hover {
    background-color: transparent;
    color: #fff;

}


/* footer */

.footer {
    background-image: url(../img/footer-bg.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 25px;
    margin-top: 15px;
}

.footer-con {
    padding-bottom: 40px;
}

.footer-con p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #000000;
}

.signup-popup .modal-dialog {
    max-width: 800px;
}

.signup-popup .modal-body {

    padding: 25px 20px;

}

.title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}


.signup-popup .modal-dialog {

    max-width: 460px;

    height: auto;

    min-height: 100vh;

    display: flex;

    align-items: center;

    margin: 0 auto;

}



.signup-popup .row>* {

    margin-bottom: 15px;

    position: relative;

}

.signup-popup .row>*:last-child {
    margin-bottom: 0;
}



.signup-popup .form-select,

.signup-popup .form-control {

    border: 1px solid #e2e2e2;

    padding: 10px 18px;

    background-color: #fff;

    border-radius: 3px;

    width: 100%;

    color: #000;
    font-size: 16px;

    resize: none;

}

.signup-popup .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.contact-form .btn {
    background-color: #EF6B21;
    border-color: #EF6B21;
    color: #fff;
    font-size: 16px;
}

.contact-form .btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.signup-popup .form-control:focus,

.signup-popup .form-select:focus {

    border-color: #e2e2e2;

    box-shadow: 0 6px 15px rgb(202 201 201 / 31%);

}

.btn:focus {
    box-shadow: none;
}


.form-select {

    padding-right: 38px;

}



.signup-popup textarea {

    width: 100%;

    display: block;

}

.signup-popup {
    overflow-y: hidden;
}

.signup-popup .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 20px;
    height: 20px;
    z-index: 9;
}

.footer-box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

@media only screen and (max-width: 568px) {
    .title {
        font-size: 26px;
    }

    .signup-popup .modal-dialog {
        max-width: 90%;
    }
}

.error-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.error-title {
    font-size: clamp(4.375rem, 2.182rem + 9.357vw, 9.375rem);
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.875rem);
}

.error-message {
    font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem);
}

.error404,
.page-id-15 {
    background-color: #ccc;
}

.error-sec {
    padding-top: 190px;
    padding-bottom: 100px;
}

.thank-you-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.thank-you-title {
    font-size: clamp(2.875rem, 1.395rem + 6.316vw, 6.25rem);
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.875rem);
}

.thank-you-message {
    font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem);
}

.thank-you-wrapper svg {
    height: clamp(6.25rem, 4.879rem + 5.848vw, 9.375rem);
    width: clamp(6.25rem, 4.879rem + 5.848vw, 9.375rem);
    margin-bottom: clamp(1.563rem, 0.877rem + 2.924vw, 3.125rem);
}

.thank-you-page {
    padding-top: 260px;
    padding-bottom: 50px;
}


/* cms-con */



/* ------ cms-con ------ */



.cms-sec {

    padding: 80px 0;

    ;

}



.cms-com.con {

    display: inline-block;

    width: 100%;

    clear: both;

    color: #000
}



.cms-com.con p {

    display: block;

    margin-bottom: 20px;

    line-height: 1.4rem;

    font-weight: 500;

    font-size: 16px;

}



.cms-com.con p:last-child {

    margin-bottom: 0;

}



.cms-com.con p a {

    text-transform: initial
}



.cms-com.con ul {

    list-style: none;

    margin-top: 15px;

    margin-bottom: 30px;

    display: flex;

    flex-wrap: wrap
}



.cms-com.con ul li {

    display: block;

    width: 100%;

    font-size: 16px;

    font-weight: 500;

    line-height: 1.4;

    padding-left: 20px;

    margin-bottom: 6px;

    position: relative
}



.cms-com.con ul li:before {

    content: "";

    width: 10px;

    height: 10px;

    position: absolute;

    left: 0;

    border-radius: 50%;

    top: 5px;

    background: #000;

}



.cms-com.con ul li:last-child {

    margin-bottom: 0
}



.cms-com.con ul li ul {

    margin-bottom: 0
}



.cms-com.con ul li ul li {

    padding-left: 16px
}



.cms-com.con ul li ul li:before {

    width: .8rem;

    height: 2px;

    top: 10px
}



.cms-com.con ul.half li {

    width: 50%;

    display: inline-block
}



.cms-com.con h1 {

    font-size: 40px;

    line-height: 1;

    font-weight: 700;

    display: block;

    margin-top: 36px;

    margin-bottom: 25px;

    position: relative
}



.cms-com.con h2 {

    font-size: 37px;

    line-height: 1;

    font-weight: 700;

    display: block;

    margin-top: 36px;

    margin-bottom: 25px;

    position: relative
}



.cms-com.con h3 {

    font-size: 32px;

    line-height: 1;

    font-weight: 700;

    display: block;

    margin-top: 36px;

    margin-bottom: 25px;

    position: relative
}



.cms-com.con h4 {

    font-size: 30px;

    line-height: 1;

    font-weight: 700;

    display: block;

    margin-top: 36px;

    margin-bottom: 25px;

    position: relative
}



.cms-com.con h5 {

    font-size: 24px;

    line-height: 1;

    font-weight: 700;

    display: block;

    margin-top: 36px;

    margin-bottom: 25px;

    position: relative
}



.cms-com.con h6 {

    font-size: 20px;

    line-height: 1;

    font-weight: 700;

    display: block;

    margin-top: 36px;

    margin-bottom: 25px;

    position: relative
}



.cms-com.con iframe {

    width: 100%;

    height: 500px
}



.cms-com.con .alignleft {

    float: left;

    width: auto;

    max-width: 50%;

    margin: 0 30px 30px 0;

}



.cms-com.con .alignright {

    float: right;

    width: auto;

    max-width: 50%;

    margin: 0 0 30px 30px;

}



.cms-com.con .aligncenter {

    width: auto;

    max-width: 100%;

    margin: 50px auto 30px;

    text-align: center;

    display: block;

}



.cms-com.con .aligncenter.mb-100 {

    margin-bottom: 100px
}



.cms-com.con .aligncenter img {

    margin: auto
}



.cms-com.con hr {

    background: var(--tan-4);

    height: 4px;

    opacity: 1;

    margin: 30px 0;

    border: none
}



.cms-com.con ol {

    padding: 0;

    display: flex;

    flex-wrap: wrap;

    counter-reset: cmscon-counter;

    list-style-type: none;

    margin-bottom: 30px
}



.cms-com.con ol li {

    position: relative;

    font-size: 16px;

    font-weight: 500;

    line-height: 1.2;

    list-style: none;

    margin-bottom: 15px;

    padding-left: 0;

    width: 100%;

    display: block;

}



.cms-com.con ol li:last-child {

    margin-bottom: 0
}



.cms-com.con ol li:before {

    counter-increment: cmscon-counter;

    content: "" counter(cmscon-counter) ".";

    line-height: 1.4
}



.cms-com.con ol li ul {

    margin-top: 30px;

    margin-left: 15px
}



.cms-com.con ol li ul li {

    padding-left: 24px;

    position: relative
}



.cms-com.con ol li ul li:before {

    counter-increment: none;

    content: no-close-quote
}



.cms-com.con p b,

.cms-com.con p strong {

    margin-bottom: 0;

    font-size: 16px;

    font-weight: 700;

    display: inline-block;

    margin-bottom: 0;

}



.cms-com.con a {

    transition: color .4s ease-in-out;

    color: #000;

}



.cms-com.con a:hover {

    color: #EF6B21;

}



.cms-com.con p a {

    transition: color .4s ease-in-out;

    color: #000;

}



.cms-com.con p a:hover {

    color: #EF6B21;

}

.footer-links ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.footer-links ul li {
    padding-right: 15px;
}

.footer-links ul li:last-child {
    padding-right: 0;
}

.footer-links ul li a {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #000;
}

.footer-links ul li a:hover {
    color: #EF6B21;
}


.header.header.header-lp {
    background-color: #0d1225;
    padding: 20px 0;
}

.hero-details-sec {
    padding: 60px 0;
    background-color: #040a1b;
}

.hero-details-sec .sec-title{
    font-weight: 400;
    font-size: 45px;
    line-height: 1.2;
    color: #FFFFFF;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}

.hero-details-con .title-d {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    display: block;
}
.hero-details-sec .sec-title b{
    font-weight: bold;
}


.get-id-btn a {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #29a71a;
  }
  
  .get-id-btn a img {
    display: block;
    margin: 0 auto;
  }
  
  .h-w-btn {
    background: #2aa71c;
    width: 50px;
    display: flex;
    height: 50px;
    padding: 10px;
    justify-content: center;
    border-radius: 100%;
  }
  
select {
    width: 100%;
    display: block;
    border: 1px solid #e2e2e2;
    padding: 10px 18px;
    background-color: #fff;
    outline: none;
}
  

/* media query   */

@media screen and (max-width: 1600px) {

    .trading-details-box .prices {
        font-size: 160px;
    }

    .hero-sec .sec-title .ityped::before {
        bottom: -5px;
    }

    .trading-details-box .prices {
        text-shadow: 2px 0px 0px #CAC022;
    }
}



@media screen and (max-width: 1460px) {
    .trading-details-box .prices {
        font-size: 140px;
    }
}



@media screen and (max-width: 1348px) {

    .hero-sec {
        min-height: 720px;
        max-height: 720px;
        padding-bottom: 90px;
    }
}



@media screen and (max-width: 1299px) {

    .trading-details-box {
        background-image: none;
        background: rgba(0, 0, 0, 0.5);
    }

    .trading-details-box .prices {
        font-size: 120px;
    }

    .trading-details-box {
        padding: 40px;
    }

    .trading-details {
        padding-top: 110px;
    }

    .faq-sec {
        padding-top: 75px;
    }

    .hero-sec .sec-title .ityped::before {
        height: 4px;
    }

    .img-btn.w-btn.invisible {
        display: none;
    }
}



@media screen and (max-width: 1199px) {

    .header {

        padding: 25px 0;

    }


    .site-logo img {

        max-width: 150px;

    }

    .hero-sec {
        min-height: auto;
        max-height: fit-content;
        padding-bottom: 90px;
        padding-top: 250px;
    }

    .hero-sec .sec-title .ityped,
    .ityped-cursor {
        font-size: 55px;
    }

    .hero-con .title {
        font-size: 40px;
    }

    .trading-details {
        padding-top: 60px;
    }

    .trading-details-box .prices {
        font-size: 100px;
    }

    .trading-details-box p {
        font-size: 25px;
    }

    .trading-details-box .sub-title {
        font-size: 30px;
    }

    .markets-sec {
        padding: 60px 0;
    }

    .open-box .box-title {
        font-size: 60px;
    }

    .account-box {
        height: 390px;
    }

    .Payments-box .box-title {
        font-size: 40px;
    }

    .trading-details {
        padding-left: 70px;
    }

    .markets-con .market-text {
        max-width: 480px;
    }

    .market-box-inner {
        font-size: 40px;
    }

    .cms-sec {
        padding: 60px 0;
    }

    .account-boxs .img-btn {
        max-width: 200px;
    }
}



@media screen and (max-width: 1024px) {
    .trading-img {
        right: -40px;
    }

    .trading-details {
        padding-left: 40px;
    }

    .market-box-inner {
        font-size: 35px;
    }

    .markets-banner {
        margin-bottom: 0;
    }
}



@media screen and (max-width: 992px) {


    .hero-sec .sec-title .ityped,
    .ityped-cursor {

        font-size: 40px;

    }

    .btn {

        font-size: 20px;

    }

    .trading-details {
        padding-left: 0;
    }

    .trading-img img {
        height: 450px;
    }


    .trading-details-box .sub-title {
        font-size: 25px;
    }

    .trading-details-box p {
        font-size: 22px;
    }

    .market-box-inner img {
        max-width: 100px;
    }

    .market-box-inner {
        font-size: 30px;
    }

    .market-box-inner img {
        max-width: 50px;
    }

    .markets-con .market-text {
        max-width: 390px;
    }

    .markets-sec {
        padding: 50px 0;
    }

    .account-box {
        padding: 0 30px;
    }

    .open-box .box-title {
        font-size: 45px;
    }

    .Payments-box .box-title {
        font-size: 30px;
    }

    .account-box {
        height: 350px;
    }

    .faq-sec .accordion-button {
        font-size: 23px;
    }

    .faq-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .account-boxs {
        margin-top: 40px;
    }

    .hero-btn .img-btn img {
        max-width: 150px;
    }

    .trading-details-box {
        padding: 30px;
    }

    .cms-sec {
        padding: 50px 0;
    }

    .cms-com.con h1 {
        font-size: 30px;
    }

    .cms-com.con h2 {
        font-size: 25px;
    }

    .account-boxs .img-btn {
        max-width: 180px;
    }
}



@media screen and (max-width: 767px) {

    .hero-sec {
        padding-bottom: 40px;
        padding-top: 230px;
    }

    .hero-con .title {
        font-size: 30px;
    }

    .site-logo img {
        max-width: 120px;
    }

    .trading-img img {
        height: 380px;
    }

    .trading-img {
        right: 0;
    }

    .market-box-inner {
        font-size: 25px;
    }

    .market-box-inner img {
        max-width: 42px;
    }

    .markets-con .market-text {
        width: 290px;
        object-fit: cover;
    }

    .faq-sec .accordion-button {
        font-size: 20px;
    }

    .Payments-box .box-title {
        font-size: 24px;
    }

    .markets-banner img {
        width: 250px;
    }

    .market-box {
        margin-bottom: 10px;
    }

    .error-sec {
        padding-top: 150px;
        padding-bottom: 30px;
    }

    .thank-you-page {
        padding-top: 200px;
        padding-bottom: 30px;
    }

    .cms-sec {
        padding: 40px 0;
    }

}



@media screen and (max-width: 568px) {



    .site-logo img {

        max-width: 85px;

    }

    .hero-sec {
        padding-top: 160px;
    }


    .hero-sec .sec-title .ityped::before {
        height: 2px;
    }


    .hero-con .title {
        font-size: 24px;
    }


    .hero-sec .sec-title .ityped,
    .ityped-cursor {

        font-size: 25px;

    }

    .hero-sec .sec-head {
        margin-bottom: 20px;
    }



    .header {

        padding: 20px 0;

    }



    .faq-sec .accordion-button {

        font-size: 16px;

    }





    .cms-con p {

        font-size: 14px;

    }



    .faq-sec {

        padding: 40px 0;

    }




    .btn {

        font-size: 16px;

        padding: 13px 20px;

    }

    .trading-img {
        position: unset;
    }

    /* .hero-btn .img-btn img {
        max-width: 120px;
    } */
    .trading-sec {
        padding-bottom: 0;
    }

    .trading-details {
        padding-top: 30px;
    }

    .account-box {
        height: auto;
        padding: 20px;
    }

    .open-box .box-title {
        font-size: 35px;
    }

    .open-box .box-title {
        margin-bottom: 20px;
    }

    .footer-logo.site-logo {
        margin-bottom: 20px;
    }

    .footer-con {
        padding-bottom: 20px;
    }

    .markets-banner img {
        margin: 0 auto;
        padding-top: 15px;
    }

    .trading-details-box .prices {
        text-shadow: 4px 0px 0px #CAC022;
        letter-spacing: 4px;
    }

    .trading-details-box p {
        text-align: left !important;
    }

    .trading-details-box p br {
        display: none;
    }

    .trading-img img {
        margin: 0 auto;
        padding-top: 15px;
    }

    .trading-img img {
        height: 300px;
    }

    .d-banner {
        display: none;
    }

    .m-banner {
        display: block;
    }

    .market-box-inner {
        font-size: 21px;
    }

    .trading-details-box {
        padding: 25px;
    }

    .footer-con .footer-logo.site-logo img {
        margin: 0 auto;
    }

    .footer-con p {
        text-align: center;
    }

    .footer {
        margin-top: 0;
    }

    .markets-con .market-text {
        margin-bottom: 25px;
    }

    .trading-details-box .prices {
        font-size: 26vw;
    }

    .signup-btn .btn {
        font-size: 12px;
    }

    .thank-you-page {
        padding-top: 170px;
        padding-bottom: 30px;
    }

    .cms-com.con h1 {
        font-size: 25px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cms-com.con h2 {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .cms-sec {
        padding: 30px 0;
    }

    .cms-com.con p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-box p {
        font-size: 14px;
    }

    .footer-links ul li a {
        font-size: 14px;
    }

    .footer-links ul li {
        padding-right: 10px;
    }

    .footer-links ul {
        justify-content: center;
    }

    .Payments-box .cms-con p {
        margin-bottom: 14px;
    }

    .trading-details-box .img-btn img {
        margin-left: 0;
    }
    .hero-details-sec .sec-title{
        font-size: 30px;
    }
    .hero-details-sec {
        padding: 40px 0;
    }
    .footer.footer-lp {
        padding-bottom: 40px;
    }
}



@media screen and (max-width: 325px) {
    .hero-btn .img-btn img {
        max-width: 134px;
    }

    .trading-details-box .prices {
        font-size: 80px;
    }

    .signup-btn .btn {
        padding: 8px;
    }

}