@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&family=Syne:wght@400;500;600;700&display=swap");

* {
  padding: 0;
  margin: 0;
  border: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

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;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none !important;
}

button[type="button"]:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

p {
  line-height: 1.5;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #a4a4a4;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #fff;
  transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

a:hover {
  color: #febf32;
}

html {
  font-size: 16px;
}

body {
  display: block;
  width: 100%;
  font-family: "Syne", sans-serif;
  color: #fff;
  background-color: #000;
  position: relative;
}

.wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}

.container {
  max-width: 1420px;
}

.common-sec {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-head {
  margin-bottom: 60px;
}

.sec-head .sec-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
}

.sec-head .sec-title.title-sm {
  text-shadow: 0px 3px 6px #00000029;
  font-weight: 500;
  font-size: 40px;
}

.sec-head .sec-title span {
  color: #febf32;
}

.sec-head .sec-sub-title {
  display: block;
  letter-spacing: 8px;
  line-height: 1.4;
  word-spacing: 5px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  background: transparent
    linear-gradient(90deg, #91dfeb 0%, #7fc980 29%, #f2d669 66%, #fcbb82 100%)
    0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cms-con {
  margin-bottom: 40px;
}

.btn {
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.25;
  padding: 16px 48px;
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0px 0px 30px #febf3266;
  border: 1px solid transparent;
}

.btn + .btn {
  margin-left: 15px;
}

.btn-yellow {
  color: #000;
  background-color: #febf32;
}

.btn-yellow:hover {
  color: #000;
  background-color: #fff;
}

.btn-outline-yellow {
  border-color: #febf32;
  background-color: transparent;
  color: #febf32;
  box-shadow: none;
}

.btn-outline-yellow:hover {
  background-color: #febf32;
  color: #000;
  box-shadow: 0px 0px 30px #febf3266;
}

.color-blue {
  color: #91dfeb;
}
.color-yellow {
  color: #fcbb82;
}
.color-green {
  color: #7fc980;
}

/* Slick */
.slick-slider:focus,
.slick-arrow:focus,
.slick-slide:focus {
  outline: none;
}

.slick-dots {
  display: block;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 10px 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  font-size: 0;
  width: 11px;
  height: 11px;
  background-color: #b7b7b7;
  border-radius: 50%;
  cursor: pointer;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
  background-color: #febf32;
  opacity: 1;
}

.slick-dots li button {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  background-image: url(../img/arrow.svg);
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  right: -130px;
}

.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  right: inherit;
  left: -130px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

/* header */
.header {
  background-color: #181818;
  transition: all 0.4s ease-in-out;
}

.header-sub {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-sub,
.header-main,
.hero-slide {
  padding-left: 150px;
  padding-right: 150px;
}

.header-sub-links ul li {
  display: inline-block;
}

.header-sub-links ul li + li {
  margin-left: 30px;
}

.header-sub-links ul li a {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: #a4a4a4;
}

.header-sub-tagline {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 5.4px;
}

.header-social-links ul li {
  display: inline-block;
}

.header-social-links ul li + li {
  margin-left: 18px;
}

.header-social-links ul li a {
  display: block;
}

.header-social-links ul li a:hover {
  color: #febf32;
}

.header-main {
  background-color: #0e0e0e;
  border-radius: 38px 38px 0px 0px;
  overflow: hidden;
  padding-right: 0 !important;
}

.header-nav ul li {
  display: inline-block;
}

.header-nav ul li a {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}

.header-nav ul li:last-child {
  margin-left: 30px;
}

.header-nav ul li a.btn {
  padding: 36px 63px;
  border-radius: 0;
  box-shadow: none;
}

/* hero-slider-sec */
.hero-slider-sec {
  background-image: url(../img/hero-slider-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide {
  padding-top: 240px;
  padding-bottom: 291px;
  position: relative;
}

.hero-slide-how-to-trade {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 1.4;
  letter-spacing: 0.54px;
}

.hero-slide-how-to-trade img {
  margin-right: 15px;
}

.hero-slide-con {
  max-width: 870px;
}

.hero-slide-con .sec-head {
  margin-bottom: 40px;
}

.hero-slide-con .sec-head .sec-title {
  font-size: 70px;
  text-shadow: 0px 3px 6px #00000029;
}

.hero-slide-con .sec-head .sec-title span {
  background: transparent
    linear-gradient(90deg, #91dfeb 0%, #7fc980 28%, #f2d669 58%, #fcbb82 100%)
    0% 0% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-slide-con .sec-head p {
  max-width: 90%;
  margin-top: 12px;
}

.hero-slide-featured-con,
.hero-slider .slick-dots {
  position: absolute;
  right: 70px;
  bottom: 75px;
  width: 381px;
  text-align: left;
}

.hero-slide-featured-title {
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.hero-slide-featured-con p {
  font-weight: 300;
  font-size: 18px;
}

.hero-slider .slick-dots {
  bottom: 30px;
}

/* achievements-sec */
.achievements-sec.common-sec {
  padding-top: 150px;
  padding-bottom: 120px;
}

.achievements-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.achievements-box {
  height: 100%;
  position: relative;
  flex: 0 0 240px;
  max-width: 240px;
  margin-left: 43px;
  margin-right: 43px;
}

.achievements-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent
    linear-gradient(91deg, #91dfeb 0%, #7fc980 36%, #f2d669 67%, #fcbb82 100%)
    0% 0% no-repeat padding-box;
  border-radius: 30px;
  opacity: 0.2;
  filter: blur(15px);
  z-index: -1;
}

.achievements-box-inner {
  overflow: hidden;
  position: relative;
  padding: 45px 30px 60px;
  background-color: #181818;
  border-radius: 30px;
  text-align: center;
  height: inherit;
}

.achievements-box-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: transparent
    linear-gradient(91deg, #91dfeb 0%, #7fc980 36%, #f2d669 67%, #fcbb82 100%)
    0% 0% no-repeat;
  border-radius: 30px;
}

.achievements-box-icon img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.achievements-box-count {
  color: #febf32;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.4;
  display: block;
  margin-bottom: 8px;
}

.achievements-box-count span {
  font-size: 30px;
  margin-left: 8px;
}

.achievements-box-inner p {
  font-size: 18px;
  color: #fff;
}

/* top-pricing-sec */
.top-pricing-sec {
  background-image: url(../img/top-pricing-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.top-pricing-sec .sec-head .sec-title {
  max-width: 32%;
}

.top-pricing-sec .sec-head p {
  max-width: 55%;
}

.top-pricing-boxes .row {
  --bs-gutter-x: 33px;
}

.top-pricing-box {
  border-radius: 12px;
  background-color: #000;
  overflow: hidden;
  margin-bottom: 30px;
}

.top-pricing-box-stock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0f0f0f;
  padding-top: 16px;
  padding-bottom: 16px;
}

.top-pricing-box-stock-item {
  display: flex;
  align-items: center;
}

.top-pricing-box-stock-item span,
.top-pricing-box-price {
  font-family: "Mulish", sans-serif;
}

.top-pricing-box-stock-item span {
  margin-left: 10px;
  display: block;
  font-size: 20px;
}

.top-pricing-box-stock,
.top-pricing-box-prices {
  padding-left: 25px;
  padding-right: 25px;
}

.top-pricing-box-prices {
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-pricing-box-price:last-child {
  text-align: right;
}
.top-pricing-box-price-label,
.top-pricing-box-price-text {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.top-pricing-box-price-text {
  margin-bottom: 0;
}

.top-pricing-box .btn {
  padding-left: 38px;
  padding-right: 38px;
}

.top-pricing-view-more {
  margin-top: 40px;
}

.why-choose-sec {
  position: relative;
}
.why-choose-sec video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  mix-blend-mode: screen;
  z-index: -1;
}
.why-choose-img img {
  margin-left: auto;
  margin-right: auto;
}
.why-choose-item {
  max-width: 330px;
}
.why-choose-item + .why-choose-item {
  margin-top: 50px;
}
.why-choose-item-count {
  display: block;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #febf32;
}
.why-choose-item-title {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.why-choose-item p {
  font-weight: 300;
  font-size: 18px;
}
.why-choose-item.with-space {
  margin-left: 100px;
}

/* how-use-wrapper */
.how-use-wrapper {
  background: linear-gradient(180deg, #0e0e0e 50%, #000 50%);
}

.how-use-wrapper .container {
  max-width: 1180px;
  padding: 30px 50px;
}

.how-use-wrapper a {
  max-width: 1080px;
  border-radius: 30px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
}

.video-box {
  position: relative;
  margin-top: 70px;
}

.how-use-wrapper .video-box::before {
  content: "";
  background-image: url(../img/play-icon.png);
  background-size: cover;
  width: 155px;
  height: 155px;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.how-use-wrapper .video-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent
    linear-gradient(91deg, #91dfeb 0%, #7fc980 36%, #f2d669 67%, #fcbb82 100%)
    0% 0% no-repeat padding-box;
  border-radius: 30px;
  border-radius: 30px;
  opacity: 0.35;
  filter: blur(25px);
}

.how-use-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: auto;
  transition: 0.6s all ease-in-out;
}

.how-use-wrapper a:hover img {
  transform: scale(1.1);
  transition: 0.6s all ease-in-out;
}

/* blog-wrapper */

.blog-wrapper {
  background-color: #0e0e0e;
  background-image: url(../img/blog-bg.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-slider {
  margin: 0 -30px;
}

.blog-wrapper .container {
  max-width: 1390px;
  padding: 0 13px;
}

.blog-card {
  border-radius: 30px;
  position: relative;
  margin: 30px;
  display: block;
  height: 380px;
  overflow: hidden;
  transition: 0.6s all ease-in-out;
  cursor: pointer;
}

.blog-card img {
  height: 380px;
  object-fit: cover;
  transition: 0.8s all ease-in-out;
}

.blog-card .content-box {
  position: absolute;
  bottom: 35px;
  left: 45px;
  right: 45px;
}

.blog-card .content-box p {
  font-size: 30px;
  transition: 0.4s all ease-in-out;
  line-height: 1.2;
}

.blog-card:hover {
  box-shadow: 0 5px 10px 2px rgba(242, 215, 105, 0.2);
}

.blog-card:hover img {
  transform: scale(1.1);
  transition: 0.8s all ease-in-out;
}

.blog-card:hover:hover p {
  color: #f2d669;
}

.more-new-button {
  font-family: "Mulish", sans-serif;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  padding: 0 20px;
  margin-top: 10px;
}

/* social-media-wrapper */
.social-media-wrapper {
  position: relative;
  padding: 100px 0;
}

.social-media-wrapper .container {
  max-width: 1450px;
  padding: 0 15px;
}

.social-media-wrapper .sec-head .sec-title {
  max-width: 500px;
  font-weight: 500;
  font-size: 40px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.social-links:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(
    left,
    #000 0%,
    rgba(0, 0, 0, 0.1) 50%,
    #000 100%
  );
  background-image: linear-gradient(
    to right,
    #000 0%,
    rgba(0, 0, 0, 0.1) 50%,
    #000 100%
  );
  z-index: 1;
}

.social-links:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(
    bottom,
    #000 0%,
    rgba(0, 0, 0, 0.1) 50%,
    #000 100%
  );
  background-image: linear-gradient(
    to top,
    #000 0%,
    rgba(0, 0, 0, 0.1) 50%,
    #000 100%
  );
  z-index: 1;
}

.social-links li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-right: 1px solid #f2d669;
  border-bottom: 1px solid #f2d669;
  margin: 0 -1px 1px;
}

.social-links li a {
  display: block;
  position: relative;
  z-index: 2;
}

.social-links li {
  flex: 0 0 24.33%;
  position: relative;
  box-sizing: border-box;
  background: #000;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-top: none;
}

.social-links li a {
  display: block;
  padding: 30px 0;
}

.social-links li a:hover img {
  transition: 0.6s all ease-in-out;
  filter: invert(1);
}

.social-links li img {
  width: 100px;
  height: 100px;
  margin: auto;
  transition: 0.6s all ease-in-out;
}

/* Footer */
.footer {
  padding-top: 80px;
  background-color: #0e0e0e;
  background-image: url(../img/footer-bg.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer .container {
  max-width: 1390px !important;
  padding: 0 15px;
}

.footer-logo img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.footer-con p {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #b8b8b8;
  letter-spacing: 0.6px;
  font-weight: 400;
}

.footer-con ul {
  margin-top: 70px;
  margin-bottom: 85px;
  border-top: 1px solid rgb(254, 191, 50, 0.3);
  border-bottom: 1px solid rgb(254, 191, 50, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-con ul li a {
  display: inline-flex;
  align-items: center;
  padding: 15px 45px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  font-family: "Syne", sans-serif;
}

.footer-con ul li a:hover {
  color: #febf32;
}

.footer-copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.footer-copyright p {
  margin: 0;
  text-align: center;
  letter-spacing: 0.6px;
}

.team-image {
    padding: 0px 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #febf32;
    object-position: top;
}

.faq__inner .accordion-item {
    background: transparent;
    border: 1px solid #febf32;
    margin-bottom: 15px;
    border-radius: 5px !important;
}

.faq__inner .accordion-item button.accordion-button {
    background: transparent;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    outline: none;
    box-shadow: none;
}

.accordion-collapse.collapse.show {
    border-top: 1px solid #febf32;
}

.accordion-body {
    font-size: 16px;
    font-weight: 400;
    color: #a4a4a4;
    font-family: "Mulish", sans-serif;
    line-height: 30px;
}

.accordion-button::after {
    background-image: url(../img/down-arrow.png);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/down-arrow.png);
}

.policy__block h2 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}

.policy__block ul {
    margin: 15px 0px;
}

.policy__block ul li {
    color: #a4a4a4;
    margin-bottom: 15px;
    line-height: 25px;
}

.policy__block p {
    margin-bottom: 15px;
    line-height: 25px;
}

.team-image h2 {
    margin: 15px 0px;
    font-size: 20px;
    font-weight: 800;
}

section.achievements-sec.common-sec.mg__bt {
    padding-bottom: 0px;
}

.about__image img {
    border-radius: 15px;
}

.sec-head.block__ceo__msg h6 {
    letter-spacing: 0px;
}

.sec-head.block__ceo__msg {
    padding: 30px;
    background: #202020;
    border-radius: 15px;
}

.ceo__msg h4 {
    margin-bottom: 17px;
    color: #febf32;
    font-size: 24px;
    font-weight: 700;
}

.ceo__msg h4 span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.pricing-slider-inner {
    margin: 0px 5px;
}
