@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-Black.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-ExtraBold.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
body {
	font-family: 'HelveticaNowText';
	font-weight: 400;
	background: #070707;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.justify-content-between {
	justify-content:space-between;
}
.align-items-center {
	align-items:center;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.both-padding {
	padding:0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.p-0 {
	padding:0 !important;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-2 {
	padding-top:8px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-2 {
	padding-bottom:8px !important;
}
.pt-3 {
	padding-top:16px !important;
}
.pb-3 {
	padding-bottom:16px !important;
}
.m-0 {
	margin:0 !important;
}
.mt-0 {
	margin-top:0 !important;
}
.mt-2 {
	margin-top:8px !important;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-2 {
	margin-bottom:8px !important;
}
.mt-3 {
	margin-top:16px !important;
}
.mb-3 {
	margin-bottom:16px !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
	text-align:left !important;
}
.text-right {
	text-align:right !important;
}
.dm-none {
	display:none !important;
}
.dm-block {
	display:block !important;
}
.dm-flex {
	display:flex !important;
}
.position-relative {
	position:relative;
}
.headingone {
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:100%;
}
.subheading {
	font-size:16px;
	line-height:120%;
	margin-top:10px;
	text-transform:capitalize;
}
.container {
	padding:0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.section {
	padding: 30px 0;
}
.rowgap {
	margin-top:30px;
}





.bannertitle{
	color: #fff;
	text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.50);
	font-weight: bold;
	font-size: 46px;
	letter-spacing: -2.4px;
	line-height: 100%;
	text-transform: uppercase;
}
.bannertitle span{
	background: linear-gradient(97deg, #FDA154 27.43%, #F97401 79.86%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.banner{
	background: url(../images/bannerbg.jpg) no-repeat top center;
	background-size: cover;
}

.bannersubheading{
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-weight: 700;
	font-size: 21px;
	margin: 10px 0;
}
.primarybtn{
	border-radius: 10px;
border: 1px solid #F18A12;
background: linear-gradient(98deg, #FDA154 3.5%, #F97401 45.3%);
max-width: 280px;
width: 100%;
margin: 0 auto;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
color: #FFF;
text-shadow: 0px 3px 20px rgba(16, 23, 29, 0.30);
font-weight: bold;
text-transform: uppercase;
font-size: 20px;
}
.primarybtn:hover{
	background: linear-gradient(98deg, #F97401 3.5%, #FDA154 45.3%);
}
.ratingsec{margin-top: 30px;}
.ratingsec p{
	color: #FFF;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.ratingsec p img{width: 69px;}
.logo {
	margin-bottom: 20px;
}
.btnwrap {
	margin-top: 40px;
}

.title-heading{
	color: #fff;
	font-size: 28px;
	letter-spacing: -1.2px;
	font-weight: 700;
	line-height: 120%; 
}

.title-heading span{
	background: linear-gradient(97deg, #FDA154 31.25%, #F97401 75.92%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.nextlevelcontent{max-width: 686px; margin: 0 auto;}

.nextlevelcontent p{
	color: #C7C7C7;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.72px;
	margin-bottom: 15px;
}
.nextlevelcontent p strong{
	color: #FFF;
	font-weight: 500;
}
.nextlevelcontent p:last-child{margin-bottom: 0;}

.whytradebox h2{
	background: linear-gradient(104deg, #FDA154 43.13%, #F97401 81.7%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 24px;
letter-spacing: -0.72px;
line-height: 120%; 
text-transform: capitalize;
font-weight: bold;
margin: 15px 0;
}
.whytradebox p{
	color: #C7C7C7;
	font-size: 18px;
	text-shadow: 0px 2px 20px rgba(0, 0, 0, 0.50);
	line-height: 120%; 
	letter-spacing: -0.54px;
}
.whytradebox p strong{
	color: #FFF;
	font-weight: 500;
}
.whytradebox{margin-top: 50px; text-align: center;}

.whytrader::after{
	content: "";
	width: 100%;
	height: 60%;
	background: url(../images/whybg.png) no-repeat top center;
	  background-size: auto;
	background-size: contain;
	position: absolute;
	top: 13%;
	opacity: .6;
}

.whytrader .container{position: relative; z-index: 9;}

.howworkbox{
	border-radius: 20px;
border: 1px solid #000;
background: linear-gradient(142deg, #18130D 0%, #0E0D0B 50.16%);
padding: 30px;
flex-grow: 1;
position: relative;
overflow: hidden;
min-height: 183px;
margin-top: 20px;
}

.howworkbox h2{
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -1.2px;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
	justify-content: center;
	position: relative;
	z-index: 9;
}
.howworkbox h2 span{
	background: linear-gradient(104deg, #FDA154 43.13%, #F97401 81.7%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 24px;
font-weight: 700;
}
.howworkbox p{
	color: #C7C7C7;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.54px;
	position: relative;
	z-index: 9;
	
}
.howworkbox p strong{
	color: #FFF;
	font-weight: 500;
}


.howworkouter{
	flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}
.howbg {
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
}
.howbg img{width: 100%; display: block;}

.whytrader .rowgap .howworkouter:first-child .howworkbox{margin-top: 0;}

.whytrader .primarybtn{max-width: 100%;}

.footerbtnwrap .primarybtn{max-width: 500px;}

.footcopy p{
	color: #C7C7C7;
	font-size: 14px;
	letter-spacing: -0.42px;
	line-height: 120%;
}
.footcopy{margin-top: 100px;}

.footer{
	background: url(../images/footerbg.png) no-repeat bottom center;
	background-size: contain;
}
.footerwhy {
	margin-top: 40px;
}

























 @media only screen and (min-width :400px) {
}
@media only screen and (min-width :480px) {
}
@media only screen and (min-width :576px) {
.container{max-width: 540px;}
}
 @media only screen and (min-width :768px) {
.text-md-center {
 text-align:center !important;
}
.text-md-left {
 text-align:left !important;
}
.text-md-right {
 text-align:right !important;
}
.dm-md-none {
display:none !important;
}
 .dm-md-block {
display:block !important;
}
 .dm-md-flex {
display:flex !important;
}
 .justify-content-md-start {
justify-content:start !important;
}
.justify-content-md-center {
justify-content:center !important;
}
.justify-content-md-end {
justify-content:end !important;
}
 .container {
max-width:750px
}
.section {
 padding:40px 0;
}
.rowgap {
 margin-top:40px;
}
.bannertitle{
	font-size: 60px;
}
.bannersubheading{
	font-size: 30px;
	margin: 15px 0;
}

.ratingsec p{
	font-size: 18px;
	gap: 10px;
}
.ratingsec p img{width: 100px;}
.btnwrap {
	margin-top: 0;
}

.title-heading{
	font-size: 30px;
}
.whytradeouter {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.whytradebox{margin-top: 70px; text-align: left;}
.howworkouter {
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.howworkbox{
min-height: 201px;
margin-top: 0;
}
.whytrader .primarybtn{max-width: 280px;}
.howworkbox h2{justify-content: start;}
.footerwhy {
	margin-top: 60px;
}

}
@media only screen and (min-width :992px) {
 .container {
max-width:970px
}
.text-lg-center {
 text-align:center !important;
}
.text-lg-left {
 text-align:left !important;
}
.text-lg-right {
 text-align:right !important;
}
.dm-lg-none {
display:none !important;
}
 .dm-lg-block {
display:block !important;
}
 .dm-lg-flex {
display:flex !important;
}
.justify-content-lg-start {
justify-content:start !important;
}
.justify-content-lg-center {
justify-content:center !important;
}
.justify-content-lg-end {
justify-content:end !important;
}
}
@media only screen and (min-width :1200px) {
 .container {
max-width:1170px
}
.text-xl-center {
 text-align:center !important;
}
.text-xl-left {
 text-align:left !important;
}
.text-xl-right {
 text-align:right !important;
}
.dm-xl-none {
display:none !important;
}
 .dm-xl-block {
display:block !important;
}
 .dm-xl-flex {
display:flex !important;
}
.justify-content-xl-start {
justify-content:start !important;
}
.justify-content-xl-center {
justify-content:center !important;
}
.justify-content-xl-end {
justify-content:end !important;
}
.section {
 padding:50px 0;
}
.rowgap {
 margin-top:50px;
}
.title-heading{
	font-size: 40px;
}
.nextlevelcontent p{
	font-size: 24px;
	margin-bottom: 30px;
}
.bannertitle{
	font-size: 80px;
}
.bannersubheading{
	font-size: 40px;
	margin: 15px 0;
}
.primarybtn{
	height: 70px;
	font-size: 24px;
}
.whytradeouter {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.howworkbox h2 span{font-size: 40px;}
.howworkbox h2{font-size: 40px; justify-content: start;}
.howworkbox{
	min-height: 287px;
}
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
.section {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}
.bannercontent {
	padding: 140px 0;
}
.footer .rowgap {
	margin-top: 50px;
}
.footerwhy{margin-top: 70px;}
}
