/* ******* ============= ******** */
/* traders page newStyle */
/* ******* ============= ******** */
:root {
  --main: #faa2c1;
  --second: #f783ac;
  --three: #c2255c;
  --six: #343a40;
  --white: #fff;
  --gray: #495057;
}

.submenu-dropdown a {
  color: blue !important;
}

img {
  filter: contrast(130%);
}
.tr-hero-img {
  /* background-color: #343a40; */
  margin: 0;
  padding: 0;
}
.new-hero {
  height: 700px;
  background-image: url("../images/traders/app-banner.png");
  background-size: cover;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

section {
  /*  height:500px; */
  padding: 100px 0;
}

h2,
h3,
h4,
h6 {
  /* margin-top:100px; */
  text-align: center;
  font-size: 46px;
  color: #fff;
}

p {
  margin: 50px 0 50px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
  color: #fff;
}

.wireframe {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 1)),
    url("../images/traders/bg-1.png");
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
}
.refine {
  background: url("../images/traders/bg-refine.png"),
    url("../images/traders/bg-refine-1.png"),
    url("../images/traders/bg-refine-3.png"),
    linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 1));
  background-size: auto;
  background-position: left top, right top, right bottom;
  background-repeat: no-repeat;
}

.user-flow {
  background: url("../images/traders/bg-user-flow.png"),
    url("../images/traders/bg-user-flow-r.png"),
    linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 1));
  background-size: auto;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}

.follow {
  background: url("../images/traders/bg-user-flow-step.png"),
    url("../images/traders/bg-user-flow-step-r.png"),
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 1));
  background-size: auto;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
}

.interface {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 1)),
    url("../images/traders/bg-interface.png");
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
}

.version {
  background: url("../images/traders/bg-version.png"),
    url("../images/traders/bg-version-r.png"),
    linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.9));
  background-size: auto;
  background-position: left top, right top;
  background-repeat: no-repeat;
}

.user-flow p {
  font-size: 21px;
}

.follow h4,
.follow p {
  color: #000;
  text-align: center;
}
.follow h4 {
  font-size: 24px;
  margin: 16px 0;
}

.follow p {
  font-size: 16px;
  margin: 0;
}
.card {
  margin-top: 72px;
  border: 3px solid #3bbdbe;
  height: 400px;
}
.card-body {
  color: #000;
  text-align: center;
  display: block;
}

.card-body h4 {
  font-size: 21px;
  font-weight: 700;
}
.card-body p {
  font-size: 16px;
}
.card-body img {
  width: 100px;
}

.version img {
  margin: 100px 0 64px 0;
}

.version-img {
  text-align: center;
  display: block;
}

.version h6 {
  font-size: 24px;
}

.contact {
  padding: 100px 0;
}
.contact h3 {
  font-size: 46px;
  margin-bottom: 100px;
}
