/**** Custom Style ***/
body {
  font-family: "Roboto", sans-serif;
}

.video-section video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

header nav.bg-dark {
  background: rgba(0, 0, 0, 0.1) !important;
  padding: 25px 0;
}

a.navbar-brand {
  display: none;
}

.btn {
  font-size: 14px;
  padding: 8px 24px;
  border-radius: 4px;
}

.btn:hover {
  background-color: #092eaa;
  border-color: #092eaa;
}

.btn-primary {
  background: #0a36c7;
  border-color: #0a36c7;
  color: #fff;
}

.btn.btn-lg {
  padding: 20px 50px;
}

a {
  color: #031f45;
}

.hide {
  display: none !important;
}

h2 {
  font-weight: 700 !important;
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 48px;
    line-height: 1.7;
    font-weight: 400;
  }
}

/*** Header ***/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
}

a.custom-logo-link img {
  max-width: 200px;
}

.auth-buttons a.btn.btn-outline-primary {
  border: none;
  color: #fff;
}

#menu-menu-1 > li > a {
  color: #fff;
}

#menu-menu-1 ul .nav-link {
  color: #031f45;
}

.navbar-brand img {
  height: 40px;
}
.auth-buttons .btn {
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .auth-buttons {
    margin-top: 10px;
    text-align: center;
  }
}

.product_tab {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.product_tab a {
  color: #031f45;
  text-decoration: none;
}

.product_tab a:hover {
  color: #0a36c7;
}

ul#menu-primary-menu > li > a {
  color: #fff;
}

.hp-video-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: initial;
  z-index: 1;
  text-align: center;
  color: #fff;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hp-video-text h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
}

.hp-video-text h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

button.btn.btn-lg.btn-primary.hero-btn {
  border: 2px solid #0a36c7;
  padding: 16px 40px;
  border-radius: 8px;
  font-size: 20px;
  background: transparent;
  color: #0a36c7;
  margin-top: 20px;
}

button.btn.btn-lg.btn-primary.hero-btn:hover {
  background: #138d95;
  border-color: #138d95;
  color: #fff;
}

#hp-market-icon img:not(:nth-child(1)) {
  margin-left: -100px;
}

#hp-market-icon {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.loop-image {
  transition: transform 0.6s ease;
  position: relative;
}

.loop-image.active {
  transform: translateY(-20px);
}

.hp-phone {
  background: #010508 url(../img/bg1.jpg) top right no-repeat;
  background-size: cover;
  padding: 100px 0 100px;
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
}

.hp-phone:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: #010508;
  background: linear-gradient(
    0deg,
    rgba(1, 5, 8, 1) 10%,
    rgba(237, 221, 83, 0) 100%
  );
}

ul#menu-primary-menu ul a {
  color: #000;
}

.dark-bg {
  background-color: #010508;
}

.dark-bg * {
  color: #fff;
}

section#hp-laptop {
  padding-bottom: 100px;
}

.hp-laptop-holder {
  position: relative;
  margin-top: 80px;
}

.laptop-floating span {
  width: 100%;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 1s;
  z-index: 11;
  padding: 17px 30px;
  border: 1px solid #0a36c7;
  background: linear-gradient(
    90deg,
    rgba(0, 240, 255, 0.24) 0%,
    rgba(10, 54, 199, 0.24) 100%
  );
  backdrop-filter: blur(4.5px);
  border-radius: 12px;
  font-size: 19px;
  line-height: 1.28;
  color: #fff;
  text-align: center;
}

.laptop-floating span:nth-child(1) {
  top: 9.4%;
  left: 0.8%;
}

.laptop-floating span:nth-child(2) {
  top: 18.6%;
  left: 73.36%;
}

.laptop-floating span:nth-child(3) {
  top: 52.68%;
  left: -3%;
}

.laptop-floating span:nth-child(4) {
  top: 63.68%;
  left: 62.8%;
}

#why-choose-us {
  padding: 150px 0;
}

.cta-item {
  padding: 30px;
  height: 505px;
  width: 100%;
  position: relative;
  z-index: 3;
  align-items: flex-end;
  margin: 10px auto;
  border-radius: 16px;
  /* background: linear-gradient(to right, #0a36c7, #0a36c7, #ffffff); */
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.cta-video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.93) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.cta-video {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0.5;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}

.cta-text-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-item.cta-mid {
  transform: translateY(-50px);
}

/* section#why-choose-us h2 {
  margin-bottom: 100px !important;
} */

p.text-center.text-white.wcup {
  margin-bottom: 100px;
}

.wu-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}

.cta-text-wrap h4 {
  font-size: 18px;
  margin-bottom: 20px;
}

.cta-text-wrap p {
  font-size: 14px;
  font-weight: 300;
}

.cta-text-wrap h4 span {
  display: block;
  color: #0a36c7;
}

.cta-icon {
  position: relative;
  z-index: 1;
  text-align: left;
  display: block;
  width: 100%;
  text-align: center;
}

.cta-icon img {
  max-width: 200px;
}

.cta-icon img {
  max-width: 200px;
  margin-bottom: 10px;
}

.home section.video-section {
  background: #000;
}

.home section.video-section video {
  opacity: 0.2;
}

#hero2 {
  padding: 100px;
}

section.hp-sec2 {
  padding: 100px 0 0;
}

.hero2-wrap {
  background: #000 url(../img/hero2.jpg) center center no-repeat;
  background-size: cover;
  max-width: 900px;
  margin: auto;
  padding: 100px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.hero2-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 70%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.93) 10%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hero2-text {
  position: relative;
  z-index: 1;
}

.video2 .ratio-16x9 {
  --bs-aspect-ratio: 33%;
}

.video2-wrap {
  position: relative;
}

.video2 .ratio-16x9 {
  --bs-aspect-ratio: 33%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video2 .ratio-16x9 {
  --bs-aspect-ratio: 33%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hp-video2-text {
  position: relative;
  padding: 150px 0;
}

.hp-video2-text h2 {
  font-weight: 900;
  line-height: 1.2;
}

.hero2-count {
  display: flex;
}

.hero2-count > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 23px;
  margin: 30px 0;
}

.hero2-count > div:not(:last-of-type) {
  margin-right: 40px;
}

.hero2-count > div > span:first-of-type {
  display: inline-flex;
  height: 60px;
  width: 60px;
  background: #fff;
  color: #000;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-bottom: 11px;
}

footer#colophon {
  background: #000;
  padding: 100px 0;
}

footer#colophon ul {
  color: #fff;
  margin: 0;
  font-size: 18px;
}

footer#colophon ul li {
  margin-top: 20px;
}

footer#colophon ul li a {
  text-decoration: none;
  color: #fff;
}

.payment-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.payment-options h2 {
  margin-top: 30px;
  font-size: 40px;
  font-weight: 800;
}

.payment-options p {
  max-width: 900px;
  margin: auto;
}

.footer-bottom {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 70px;
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/*** Inner Page ***/
aside#secondary,
footer.entry-footer,
header.entry-header {
  display: none;
}

.post,
.page,
.page-content,
.entry-content,
.entry-summary {
  margin: 0 !important;
}

section.ipvideo-section {
  position: relative;
  overflow: hidden;
}

.ip-video-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ipvideo-text-wrap {
  position: relative;
  padding: 120px 0 150px;
}

.iphp-video-text h2,
.iphp-video-text p {
  color: #fff;
}

.iphp-video-text h2 {
  font-weight: 300;
  line-height: 1.3;
  font-size: 70px;
}

.text-blue {
  color: #0a36c7 !important;
}

span.ip-title-tag {
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.ip-sec {
  padding: 100px 0;
}

.bg-dark1 {
  background: #121212;
  color: #fff;
}

.ip-sec-cta.cta-item {
  justify-content: center;
  align-items: center;
  height: 250px;
}

.ip-sec-cta.cta-item:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background: #000;
  border-radius: 16px;
}

.ip-sec-cta.cta-item span {
  font-size: 19px;
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

section#about2 {
  padding: 150px 0;
  background: url(../img/ds6.jpg) top center no-repeat;
  background-size: cover;
}

button.btn.btn-lg.btn-primary.btn-primary-solid {
  background: #138d95;
  border-color: #138d95;
  color: #fff;
}

button.btn.btn-lg.btn-primary.btn-primary-solid:hover {
  background: #1ab3bd;
  border-color: #1ab3bd;
}

section#about-assets {
  padding: 120px 0;
}

.aa-icon i {
  color: #0a36c7;
  font-size: 40px;
  margin-bottom: 20px;
  display: inline-block;
}

.aa-text h3 {
  font-size: 21px;
}

.aa-text p {
  color: #fff;
  font-size: 14px;
}

.about-asset-item {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 1px;
  margin: 10px 0;
}

.about-asset-item-inner {
  background: #000;
  border-radius: 16px;
  padding: 30px;
}

section.ipnvid-section {
  background: url(../img/ip-bg1.jpg) top center no-repeat;
  background-size: cover;
  padding: 100px 0 150px;
  position: relative;
}

section.ipnvid-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.92) 100%
  );
}

section#contact-form {
  background: #000;
  padding: 80px 0 100px;
}

section#contact-form ul {
  margin: 0;
  color: #fff;
  font-size: 25px;
}

section#contact-form ul li {
  margin-top: 20px;
}

section#contact-form ul li a {
  text-decoration: none;
  color: #fff;
}

section#contact-form ul li i {
  color: #0a36c7;
  display: inline-block;
  margin-right: 10px;
}

section#contact-form input:not([type="submit"]) {
  height: 50px;
  padding: 0 10px;
}

section#contact-form textarea {
  resize: none;
  height: 200px;
  padding: 10px;
}

section#contact-form form p {
  margin-bottom: 0;
}

section#contact-form form br {
  display: none;
}

section#contact-form form .btn-primary {
  border: 2px solid #0a36c7;
  padding: 16px 70px;
  border-radius: 8px;
  font-size: 20px;
  background: transparent;
  color: #0a36c7;
  margin-top: 40px;
}

.wpcf7-response-output {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

span.wpcf7-not-valid-tip {
  display: inline;
  position: absolute !important;
  top: 0;
  width: initial !important;
  font-size: 12px;
}

/*** Trading Page ***/
.page header {
  position: sticky;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
}

section#trading-header {
  background: #000;
}

.trading-header-inner {
  background: linear-gradient(
    90deg,
    rgba(0, 240, 255, 0.24) 0%,
    rgba(10, 54, 199, 0.24) 100%
  );
}

.trading-header-inner ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 16px 0;
}

.trading-header-inner ul a {
  text-decoration: none;
  color: #fff;
}

#trading-vid .ratio-16x9 {
  --bs-aspect-ratio: 41.25%;
}

section#trading-vid {
  position: relative;
}

#trading-vid .ratio {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#trading-vid .ratio:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.trading-video-textwrap {
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

.trading-video-textwrap h2 {
  font-size: 60px;
  line-height: 1.2;
}

.trading-video-textwrap h2 small {
  display: flex;
  font-size: 30px;
  color: #fff;
}

/* .trading-video-textwrap h2 .text-white {
  display: block;
} */

.trading-video-textwrap p {
  font-size: 21px;
}

.trading-vid-btn.text-center a.btn.btn-primary {
  padding: 20px 40px;
}

.trading-vid-btn i {
  margin-left: 20px;
}

.trading-vid-btn > div {
  color: #fff;
  margin-top: 15px;
}

section#trading-sec2 {
  background: #000;
  padding: 100px 0;
}

#trading-sec3 {
  padding: 200px 0;
  background: url(../img/b2.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

#trading-sec3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}

#trading-sec3 > div {
  position: relative;
}

section#trading-sec3 h2 {
  color: #000;
}

.btn-large {
  font-size: 21px;
  padding: 15px 50px;
}

.account-type {
  height: 100%;
  padding: 2px;
  position: relative;
  z-index: 3;
  align-items: flex-end;
  margin: 10px auto;
  border-radius: 16px;
  background: linear-gradient(to right, #0a36c7, #0a36c7, #ffffff);
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  transition: 0.3s all ease-in-out;
}

.account-type-inner {
  height: 100%;
  background: #171717;
  border-radius: 16px;
  padding: 20px 30px 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s all ease-in-out;
}

.account-type:hover .account-type-inner {
  background: #272727;
}

.account-type:hover {
  transform: translateY(-10px);
}

.account-title {
  font-size: 38px;
}

.acc-left p {
  font-size: 14px;
}

.account-body ul {
  margin: 0;
}

.account-body ul {
  font-size: 20px;
}

.account-body i {
  color: #0a36c7;
  margin-right: 20px;
}

ul.list-unstyled li {
  display: flex;
  margin-bottom: 10px;
  gap: 20px;
}

.account-footer {
  margin-top: auto;
}

.account-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  margin-top: 50px;
  display: inline-block;
}

.account-footer a i {
  transition: 0.3s all ease-in-out;
  display: inline-block;
}

.account-footer a:hover i {
  transform: translateX(15px);
}

.account-footer a:hover {
  color: #0a36c7;
}

.account-body {
  border-top: 1px solid #eaeaea;
  margin-top: 20px;
  padding-top: 30px;
}

.account-title {
  display: inline-block;
  background: #0a36c7;
  border-radius: 16px;
  padding: 10px 30px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.account-header {
  margin-top: -45px;
}

.account-body h4 {
  margin-bottom: 30px;
}

/*** Media Queries ***/
@media only screen and (max-width: 991px) {
  header {
    position: fixed;
    background: #000;
  }

  .auth-buttons {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ul#menu-menu-1 {
    margin-left: 0;
    margin-top: 30px;
  }

  .auth-buttons a:nth-child(1) {
    background: #fff;
    color: #000 !important;
  }

  a.custom-logo-link img {
    max-width: 160px;
  }

  .cta-item.cta-mid {
    transform: translateY(0px);
  }

  .cta-item {
    max-width: 500px;
  }

  #hero2 {
    padding: 100px 0;
  }

  #hp-market-icon img:not(:nth-child(1)) {
    margin-left: -50px;
  }

  div#hp-market-icon img {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .cta-item {
    max-width: 500px;
  }

  .cta-item {
    max-width: 500px;
  }

  .home .ratio-16x9 {
    min-height: 450px !important;
  }

  .laptop-floating {
    display: none;
  }

  .hero2-wrap {
    padding: 100px 30px;
  }

  .hero2-text {
    text-align: center;
  }
}
