body {
  overflow-x: hidden !important;
  font-size: 1rem;
  color: #212529;
  background-color: #0d0d0d;
}
.h1,
.h2,
.h4,
.h5,
.h6,
h1,
h2,
h4,
h5,
h6 {
  font-family: var(--bs-font-sans-serif);
  line-height: 1.4;
  font-weight: 600;
}
::-moz-selection {
  background: rgba(47, 85, 212, 0.9);
  color: #fff;
}
::selection {
  background: rgba(47, 85, 212, 0.9);
  color: #fff;
}
a {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
p {
  line-height: 1.6;
}
#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: inherit;
  border: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#topnav .logo {
  float: left;
  color: #212529 !important;
}

#topnav .logo .logo-dark-mode {
  display: none;
}

#topnav .logo .logo-light-mode {
  display: inline-block;
}
#topnav .logo:focus {
  outline: 0;
}
#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 30px 0 26px 10px;
  height: 18px;
}
#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}
#topnav .buy-button {
  float: right;
  line-height: 74px;
}
#topnav .buy-button > li {
  line-height: initial;
}
#topnav .navbar-toggle .navigation-menu > li > a:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle:hover {
  background-color: transparent;
}
#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li:hover > a {
  color: #fff !important;
}
#topnav .navigation-menu > li > a {
  display: block;
  color: #fff;
  font-size: 12px;
  background-color: transparent !important;
  letter-spacing: 1px;
  line-height: 24px;
  font-family: Unbounded Light;
  padding-left: 15px;
  padding-right: 15px;
}
#topnav .navigation-menu > li > a:active,
#topnav .navigation-menu > li > a:hover {
  color: #2f55d4;
}
#topnav .menu-extras {
  float: right;
}
.logo {
  font-weight: 700;
  font-size: 24px;
  margin-right: 15px;
  padding: 0 0 6px;
  letter-spacing: 1px;
  line-height: 68px;
}
@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }

  #topnav .navigation-menu > li:hover > a {
    color: #fff !important;
  }
  #topnav .buy-button {
    padding-left: 15px;
    margin-left: 15px;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block !important;
  }
}
@media (max-width: 991px) {
  #topnav {
    background-color: #000000;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    min-height: 74px;
  }
  #topnav .container {
    width: auto;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li > a {
    color: #212529;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }

  #topnav .navigation-menu > li > a:hover {
    color: #2f55d4;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #navigation {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f2f4f6;
    border-bottom: 1px solid #f2f4f6;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  }
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
}
.avatar.avatar-ex-sm {
  max-height: 25px !important;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.features .title {
  font-size: 18px !important;
}
.bg-half-170 {
  padding: 5% 0;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative !important;
  background-position: center center;
}

#hero-section {
  background-image: url("/assets/images/new-theme/hero-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 8em;
}

@-webkit-keyframes slideleft {
  from {
    background-position: 0;
  }
  to {
    background-position: 90000%;
  }
}
@keyframes slideleft {
  from {
    background-position: 0;
  }
  to {
    background-position: 90000%;
  }
}
@media (max-width: 767px) {
  .bg-half-170 {
    padding: 5em 0;
    height: auto;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes move {
  0% {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-webkit-keyframes ppb_kenburns {
  0% {
    -webkit-transform: scale(1.3) translate(-10%, 10%);
    transform: scale(1.3) translate(-10%, 10%);
  }
  25% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.3) translate(10%, 10%);
    transform: scale(1.3) translate(10%, 10%);
  }
  75% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1.3) translate(-10%, 10%);
    transform: scale(1.3) translate(-10%, 10%);
  }
}
@keyframes ppb_kenburns {
  0% {
    -webkit-transform: scale(1.3) translate(-10%, 10%);
    transform: scale(1.3) translate(-10%, 10%);
  }
  25% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.3) translate(10%, 10%);
    transform: scale(1.3) translate(10%, 10%);
  }
  75% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1.3) translate(-10%, 10%);
    transform: scale(1.3) translate(-10%, 10%);
  }
}
.section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
.title-heading {
  line-height: 26px;
}
.title-heading .heading {
  font-size: 52px !important;
  letter-spacing: 1px;
  font-family: Unbounded Light;
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .title-heading .heading {
    font-size: 35px !important;
  }
}
.title-heading .para-desc {
  font-size: 12px;
  color: #7c7c7c;
  font-family: "Unbounded Regular";
}
.para-desc {
  max-width: 500px;
}
.mt-100 {
  margin-top: 100px;
}
@-webkit-keyframes moveSlideshow {
  100% {
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
  }
}
@keyframes moveSlideshow {
  100% {
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%);
  }
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
@-webkit-keyframes movers {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(350px);
    transform: translateY(350px);
  }
}
@keyframes movers {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(350px);
    transform: translateY(350px);
  }
}
@-webkit-keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes spinner-animation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-animation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cookie-popup-in {
  from {
    bottom: -6.25rem;
  }
  to {
    bottom: 1.25rem;
  }
}
@keyframes cookie-popup-in {
  from {
    bottom: -6.25rem;
  }
  to {
    bottom: 1.25rem;
  }
}
@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    opacity: 1;
    border-radius: 10px;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
    opacity: 1;
    border-radius: 10px;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}
.fea {
  stroke-width: 1.8;
}
.fea.icon-sm {
  height: 16px;
  width: 16px;
}
[class*=" uil-"]:before,
[class^="uil-"]:before {
  margin: 0;
}
.z-index-1 {
  z-index: 1;
}
.back-to-top {
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 36px;
  width: 36px;
  line-height: 33px;
  border-radius: 6px;
  text-align: center;
  background: #ff7a00;
  color: #fff !important;
}
.back-to-top .icons {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back-to-top:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.back-to-top:hover .icons {
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

/** CUSTOM CODES **/

@font-face {
  font-family: "Unbounded ExtraLight";
  src: url("../fonts/Unbounded-ExtraLight.woff2") format("woff2"),
    url("../fonts/Unbounded-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded Black";
  src: url("../fonts/Unbounded-Black.woff2") format("woff2"),
    url("../fonts/Unbounded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded ExtraBold";
  src: url("../fonts/Unbounded-ExtraBold.woff2") format("woff2"),
    url("../fonts/Unbounded-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded Regular";
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2"),
    url("../fonts/Unbounded-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded SemiBold";
  src: url("../fonts/Unbounded-SemiBold.woff2") format("woff2"),
    url("../fonts/Unbounded-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded Medium";
  src: url("../fonts/Unbounded-Medium.woff2") format("woff2"),
    url("../fonts/Unbounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded Light";
  src: url("../fonts/Unbounded-Light.woff2") format("woff2"),
    url("../fonts/Unbounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded Bold";
  src: url("../fonts/Unbounded-Bold.woff2") format("woff2"),
    url("../Unbounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.section-mt {
  margin-top: 200px;
}

.container.certificate-card {
  width: 242px;
  height: 132px;
  padding: 20px;
  background-color: #fff;
  border-radius: 14px;
  color: #000;
  font-family: "Unbounded Regular";
  margin-left: 45px;
  margin-top: 160px;
  margin-bottom: 35px;
}

.container.copytradepro-card {
  width: 309.49px;
  height: 151.11px;
  padding: 20px;
  background-color: #fff;
  border-radius: 14px;
  color: #000;
  font-family: "Unbounded Regular";
  margin-left: 0px;
  margin-top: -25px;
}

.container.aibot-card {
  width: 242px;
  height: 132px;
  padding: 20px;
  background-color: #fff;
  border-radius: 14px;
  color: #000;
  font-family: "Unbounded Regular";
  margin-left: 20px;
  box-shadow: 0px 3px 100px 1px #ff7a00;
}

.container.aibot-card-p-up {
  width: 237.9px;
  height: 132.33px;
  padding: 20px;
  background-color: #ff7a00;
  border-radius: 14px;
  color: #000;
  font-family: "Unbounded Regular";
  box-shadow: 0px 3px 100px 1px #ff7a00;
}

.aibot-card-p-up p {
  font-size: 36px;
}

.aibot-card-p-up span {
  font-size: 9px;
}

img.aibot-card-p-up {
  width: 27px;
  height: 27px;
  margin-left: auto;
}

img.aibot-icon {
  width: 27px;
  height: 27px;
  margin-left: auto;
  margin-top: 14px;
}

img.copytradepro-card {
  width: 40px;
  height: 26px;
}

.content.info-card2 {
  display: flex;
}

.info-card3 {
  margin-top: -11px;
}

span.info-card3 {
  margin: 0;
}

span.info-card3 {
  margin-bottom: 5px;
}

.info-card3 span {
  font-size: 6px;
}

.info-card3 p {
  font-size: 23px;
}

img.info-card4 {
  width: 36px;
  height: 36px;
  margin-left: auto;
  margin-top: 14px;
}

img.copytradepro-img {
  width: 40.97px;
  height: 26.34px;
  margin-left: auto;
  margin-top: 14px;
}

p.copytradepro-prc {
  color: #ff7a00;
  font-size: 29px;
}

p.copytradepro-name {
  font-size: 25px;
  margin-bottom: 1px;
}

.get-started-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #fff;
  width: 130px;
  height: 39px;
  display: none;
}

.get-started-btn-mobile {
  display: block;
}

.get-started-btn p {
  color: #000000;
  font-family: Unbounded Medium;
  font-size: 9px;
  padding-top: 15px;
}

.heading-span {
  color: #ff7a00;
}

.heading-star-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.heading-star-ul > li {
  display: inline-block;
  font-size: 12px;
  color: #ff7a00;
  padding-left: 8px;
}

.heading-star-ul > li p {
  color: #fff;
  font-family: "Unbounded Regular";
  padding-left: 5px;
  margin-top: 15px;
}

.header-signin-bt {
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 32px;
  color: #000000;
  font-family: "Unbounded Medium";
  font-size: 14px;
  width: 170px;
  height: 50px;
  background: #ff7a00;
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 122, 0, 1) 0%,
    rgba(255, 221, 190, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 122, 0, 1) 0%,
    rgba(255, 221, 190, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 122, 0, 1) 0%,
    rgba(255, 221, 190, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF7A00", endColorstr="#FFFFFF", GradientType=1);
}

.main-btn-mini {
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 32px;
  color: #000000;
  font-family: "Unbounded Medium";
  font-size: 14px;
  background: #030202;
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 122, 0, 1) 0%,
    rgba(255, 221, 190, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 122, 0, 1) 0%,
    rgba(255, 221, 190, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 122, 0, 1) 0%,
    rgba(255, 221, 190, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF7A00", endColorstr="#FFFFFF", GradientType=1);
}

.header-video-bt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px); /* blur background */

  color: #fff;
  font-family: "Unbounded Medium";
  font-size: 14px;
  width: 199px;
  height: 50px;
  margin-left: 20px;
}

.header-signin-bt a:hover {
  color: #fff !important;
}

.header-small-desc {
  margin-top: 30px;
}

.header-small-desc p {
  color: #fff;
  font-size: 10px;
  font-family: "Unbounded Regular";
}

.imagesss {
  transform: scale(1.8);
  width: 100%;
}

@keyframes slideUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(5%);
  }
}

.satisfied-users {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-family: "Unbounded Regular";
  margin-top: 30px;
  margin-left: 10px;
}

.satisfied-users > li > img {
  border-radius: 200px;
  height: 36px;
  border: 2px solid #000;
  margin-left: -7px;
}

.satisfied-users-text {
  color: #fff;
  margin-top: -6px;
  margin-left: 20px;
}

.satisfied-users-main-text {
  font-size: 19px;
  display: block;
}

.satisfied-users-sub-text {
  font-size: 8px;
  display: block;
}

.brands-logos {
  margin-top: 0.6em;
  color: #fff;
  font-family: "Unbounded Light";
  font-size: 12px;
  text-align: center;
}

.br-logos {
  filter: invert(76%) !important;
}

#aibot-sec {
  font-family: "Unbounded Regular";
}

#aibot-sec #aibot-sec-txt {
  color: #5ecd8d;
  text-align: center;
  font-size: 215px;
}

.robo-advisor {
  margin-top: -427px;
}

.robo-advisor img {
  margin-left: -54px;
}

.aibot-desc {
  text-align: center;
}

.aibot-desc h4 {
  font-size: 34px;
  font-family: "Unbounded Light";
  color: #fff;
}

.aibot-desc h2 {
  font-size: 53px;
  font-family: "Unbounded Regular";
  color: #ff7a00;
}

.aibot-img {
  width: 100%;
  margin-left: -4em;
}

.aibot-img-desc2 {
  padding: 0 3em;
}

.aibot-small-desc a {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .aibot-img-desc {
    position: absolute;
  }

  .aibot-img {
    width: initial;
    margin-left: -12em;
    transform: scale(0.85);
  }

  .aibot-img-desc2 {
    padding: initial;
    margin-top: -3em;
    width: 60%;
  }

  .aibot-small-desc a {
    margin-top: 30px;
  }
}

.aibot-small-desc p {
  color: #ffff;
  text-align: center;
  font-family: "Unbounded Light";
  font-size: 20px;
}

.aibot-small-desc a {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #ff7a00;
  color: #000000;
  font-family: "Unbounded Medium";
  font-size: 16px;
  width: 245px;
  height: 58px;
}

.mastertrade-acedemy .titles .acedemy-title {
  color: #ff7a00;
  font-size: 54px;
  font-family: "Unbounded Regular";
  text-align: right;
  line-height: 75px;
}

.mastertrade-acedemy .titles .acedemy-desc {
  color: #fff;
  font-size: 47px;
  font-family: "Unbounded Light";
  text-align: right;
  line-height: 1;
}

.mastertrade-acedemy .titles a {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #ff7a00;
  color: #000000;
  font-family: "Unbounded Medium";
  font-size: 16px;
  width: 358px;
  height: 73px;
  margin-top: 30px;
  margin-left: 21%;
}

.mastertrade-acedemy .ace-2 {
  font-family: "Unbounded Regular";
  font-size: 20px;
  color: #fff;
  padding-left: 52px;
}

.mastertrade-acedemy .ace-2 #acedemy-img1 {
  margin-bottom: -105px;
}

.tradesignalgenius p {
  font-size: 61px;
  font-family: "Unbounded Regular";
  color: #ff7a00;
  text-align: left;
  margin-top: 49px;
  line-height: 1.2;
}

.ace-3 {
  margin-left: 63px;
}

.ace-3 p {
  margin-top: 30px;
}

.copytradepro-img img {
  width: 100%;
  height: auto;
  margin-bottom: -50px;
}

copytradepro-img img {
  width: 86%;
  height: auto;
  margin-bottom: 0px;
}

.tradesignal-genius {
  display: grid;
  place-items: center;
}

@keyframes myAnim {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.tradesignal-genius img {
  width: 70%;
  height: auto;
  margin-bottom: 0px;
}

.copytradepro-2-d {
  /* margin-bottom: 89px; */
}

.copytradepro-d p {
  color: #fff;
  font-size: 20px;
  font-family: "Unbounded Regular";
  text-align: right;
  margin-right: 65px;
}

.copytradepro-2-d p {
  color: #fff;
  font-size: 47px;
  font-family: "Unbounded Light";
  line-height: 1;
  text-align: left;
}

.copytradepro-2-t p {
  font-size: 61px;
  font-family: "Unbounded Regular";
  color: #ff7a00;
  text-align: left;
  /* margin-top: 113px; */
}

.sbc-shadow {
  position: absolute;
  margin-left: -200px;
  margin-top: -238px;
}

.bc-shadow img {
  width: 100%;
}

.bc-shadow-mastercard {
  position: absolute;
  margin-top: 60px;
}

.bc-shadow-mastercard img {
  width: 100%;
}

.bc-shadow-profitcard {
  position: absolute;
  margin-top: -162px;
  margin-left: 20px;
}

.profit-img {
  width: 100%;
  margin-top: -57px;
  margin-bottom: -77px;
}

.profit-div {
  margin-left: 16px;
}

.bc-shadow-copytrade-pro {
  position: absolute;
  margin-top: -120px;
  margin-left: -137px;
}

.bc-shadow-copytrade-pro img {
  width: 100%;
}

.bc-shadow-contact-us-bt {
  position: absolute;
  margin-top: -150px;
  margin-left: -5em;
}

.bc-shadow-contact-us-bt img {
  width: 100%;
}

.bc-shadow-mastertrade {
  position: absolute;
  margin-top: -120px;
  margin-left: -150px;
}

.bc-shadow-mastertrade img {
  width: 100%;
}

.bc-shadow-smart-trade-bot {
  position: absolute;
  margin-top: -268px;
  margin-left: 145px;
}

.bc-shadow-smart-trade-bot img {
  width: 100%;
}

.copytradepro-2-bt a {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 37px;
  background-color: #ff7a00;
  color: #000000;
  font-family: "Unbounded Medium";
  font-size: 16px;
  width: 358px;
  height: 73px;
  margin-top: 45px;
}

.expect {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background-color: #1b1c1e;
  padding: 78px;
}

.expect-tit {
  font-size: 35px;
  text-align: center;
  color: #ff7a00;
  font-family: "Unbounded Regular";
}

.expect-info-1 {
  border: 1px solid #ff7a00;
  padding: 4%;
  border-radius: 50%;
  width: 278px;
  height: 278px;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.expect-info-1 .title {
  font-size: 46px;
  font-family: "Unbounded SemiBold";
  color: #ff7a00;
}

.expect-info-1 .desc {
  font-size: 19px;
  font-family: "Unbounded Regular";
}

.expect-info-1 .sm-desc {
  font-size: 10px;
  font-family: "Unbounded Light";
}

.expect-info-2 {
  background-color: #ff7a00;
  border: 1px solid #ff7a00;
  padding: 4%;
  border-radius: 50%;
  width: 278px;
  height: 278px;
  color: #fff;
  text-align: center;
  margin-top: -107px;
  margin-left: -35px;
  -webkit-box-shadow: 0px 0px 23px 3px rgba(255, 122, 0, 0.91);
  box-shadow: 0px 0px 23px 3px rgba(255, 122, 0, 0.91);
}

.expect-info-2 .title {
  font-size: 46px;
  font-family: "Unbounded SemiBold";
  color: #fff;
}

.expect-info-2 .desc {
  font-size: 19px;
  font-family: "Unbounded Regular";
}

.expect-info-2 .sm-desc {
  font-size: 10px;
  font-family: "Unbounded Light";
}

.expect-info-3 {
  background-color: #fff;
  padding: 4%;
  border-radius: 50%;
  width: 278px;
  height: 278px;
  color: #fff;
  text-align: center;
  margin-top: -107px;
  margin-left: -43px;
  -webkit-box-shadow: 0px 0px 23px 3px rgba(255, 122, 0, 0.91);
  box-shadow: 0px 0px 23px 3px rgba(255, 122, 0, 0.91);
}

.expect-info-3 .title {
  font-size: 46px;
  font-family: "Unbounded SemiBold";
  color: #000000;
}

.expect-info-3 .desc {
  font-size: 19px;
  font-family: "Unbounded Regular";
  color: #000000;
}

.expect-info-3 .sm-desc {
  font-size: 10px;
  font-family: "Unbounded Light";
  color: #000000;
}

.expect-info-4 {
  border: 1px solid #ff7a00;
  padding: 4%;
  border-radius: 50%;
  width: 278px;
  height: 278px;
  color: #fff;
  text-align: center;
  margin-left: -42px;
}

.expect-info-4 .title {
  font-size: 46px;
  font-family: "Unbounded SemiBold";
  color: #ff7a00;
}

.expect-info-4 .desc {
  font-size: 19px;
  font-family: "Unbounded Regular";
}

.expect-info-4 .sm-desc {
  font-size: 10px;
  font-family: "Unbounded Light";
}

.expect-infos {
  margin-top: 140px;
}

.shadowed-div {
  width: 309px;
  height: 129px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 21px 12px 0px rgb(255 255 255 / 10%);
  position: absolute;
}

#user-saying {
  font-family: "Unbounded Regular";
  color: #fff;
}

.user-saying-title {
  font-size: 48px;
  line-height: 1.2;
}

.user-saying-desc {
  color: #7c7c7c;
  font-size: 15px;
  margin-top: 45px;
}

.user-saying-title span {
  color: #ff7a00;
}

.user-saying-bt a {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 37px;
  background-color: #ff7a00;
  color: #000000;
  font-family: "Unbounded Medium";
  font-size: 16px;
  width: 172px;
  height: 65px;
  margin-top: 45px;
}

.user-saying-comments {
  background-color: #2b2d2f;
  border-radius: 23px;
  padding: 40px;
  font-size: 14px;
}

.user-saying-comments-clients {
  margin-top: 10px;
}

.user-saying-comments .title {
  font-size: 16px;
  color: #ff7a00;
}

.user-saying-comments-clients img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.user-saying-name {
  margin-left: 15px;
  margin-top: 15px;
}

.user-saying-title {
  margin-top: 15px;
  margin-left: 2px;
}

.user-saying-comments .status {
  margin-top: 15px;
  margin-left: 5px;
}

.price-sec {
  background-image: url("/assets/images/new-theme/pricing-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.price-bc {
  background-color: #0d0d0d;
  border: 5px solid #ff7a00 !important;
  box-shadow: 0px 3px 10px 0 #ff7a00 !important;
  border-radius: 37px !important;
  width: 480px;
  height: 767px;
  padding: 9%;
}

.price-list-title {
  color: #fff;
  font-size: 17px;
  font-family: "Unbounded Regular";
  margin-top: 3px;
}

.price-list-title-sec {
  background-color: #f2ff9c;
  border-radius: 8px;
  width: auto;
  height: 31px;
  margin-left: 12px;
  border: 0px;
}

.price-list-title-sec p {
  color: #0d0d0d;
  font-size: 14px;
  font-family: "Unbounded Regular";
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 4px;
}

.price-list-price {
  font-size: 50px;
  color: #fff;
  font-family: "Unbounded Regular";
}

.price-list-price-type {
  color: #ff7a00;
  font-size: 31px;
  font-family: "Unbounded Regular";
}

.price-list-srt-desc {
  color: #7c7c7c;
  font-family: "Unbounded Regular";
  font-size: 15px;
}

.uil-check-circle {
  color: #ff7a00;
  font-size: 28px;
}

.price-list-features {
  color: #ff7a00 !important;
  font-family: "Unbounded SemiBold";
  font-size: 18px;
}

.price-list-features-second {
  color: #fff !important;
  font-size: 18px;
  font-family: "Unbounded Regular" !important;
  margin-top: 35px;
}

.price-list-features-second-price {
  float: right;
  font-size: 14px;
  font-family: "Unbounded Regular";
  color: #0d0d0d;
  background-color: #ff7a00;
  border-radius: 16px;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
}

.price-list-start-now-bt {
  background-color: #ff7a00;
  margin-top: 23px;
  border-radius: 33px;
  padding: 17px;
  text-align: center;
  font-size: 13px;
  font-family: "Unbounded Medium";
}

.price-list-start-now-bt a {
  color: #000000;
}

.contact-us-bt {
  background-color: #ff7a00;
  margin-top: 24px;
  border-radius: 33px;
  padding: 17px;
  text-align: center;
  font-size: 13px;
  font-family: "Unbounded Medium";
  width: 358px;
  border: 0px;
}

.contact-us-bt a {
  color: #000000;
}

.price-money-bunle {
  position: absolute;
  margin-top: 54%;
  margin-left: 76%;
}

.price-list-second-div {
  font-family: "Unbounded Regular";
  color: #fff;
  margin-top: 8%;
}

.price-list-secon-div-title {
  color: #ff7a00;
  font-size: 39px;
}

.price-list-secon-div-desc {
  color: #fff;
  font-size: 42px;
  line-height: 1;
}

.container.price-list-signal {
  width: 202px;
  height: 137px;
  padding: 20px;
  background-color: #fff;
  border-radius: 14px;
  color: #000;
  font-family: "Unbounded Regular";
  margin-left: 20px;
  box-shadow: 0px 3px 100px 1px #ff7a00;
  margin-top: 33px;
}

.container.price-list-month {
  width: 235.9px;
  height: 131.33px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 14px;
  color: #000;
  font-family: "Unbounded Regular";
  box-shadow: 0px 3px 100px 1px #ff7a00;
  margin-top: 81px;
  margin-left: 94px;
}

.price-list-money-exchange {
  position: absolute;
  margin-top: 71%;
  margin-left: 148%;
}

.price-list-title-img {
  margin-top: -75px;
}

.uil-plus-circle {
  color: #fff;
  font-size: 20px;
}

#contact-us {
  font-family: "Unbounded Regular";
}

.contact-us-title {
  color: #ff7a00;
  font-size: 32px;
  text-align: center;
}

.contact-us-desc {
  color: #fff;
  font-size: 45px;
  text-align: center;
  line-height: 1;
}

.contact-us-desc span {
  color: #ff7a00;
}

.contact-us-alt {
  margin-top: 75px;
}

.contact-us-alt img {
  width: 100%;
  height: auto;
}

.footer-about-us {
  font-family: "Unbounded Regular";
  font-size: 12px;
  color: #7c7c7c;
}

#footer-section {
  margin-top: 100px;
}

#footer-section ul {
  text-align: start;
  list-style: none;
}

#footer-section ul > li a {
  color: #fff;
  font-family: "Unbounded Light";
  font-size: 14px;
  line-height: 3;
}

.footer-copyright {
  color: #fff;
  font-size: 15px;
  font-family: "Unbounded Light";
}

.mo-position {
  padding-top: 35px;
}

.container.price-list-signal {
  margin-left: -6px;
}

.login-shadow {
  box-shadow: 0px 3px 35px 5px #ff7a00;
  background-color: #1f1f1f;
  color: #fff;
  font-family: "Unbounded Light";
  font-size: 14px;
}

.login-logo {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}

.login-signin-bt {
  display: inline-flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 32px;
  /* background-color: #ff7a00; */
  color: #000000;
  font-family: "Unbounded Medium";
  font-size: 14px;
  width: 100%;
  height: 58px;
  /*box-shadow: 0px 3px 100px 5px #FF7A00;*/
  /* border: 1px solid #ff7a00; */
  margin-top: 25px;

  background: #ff7a00;
  background: -webkit-linear-gradient(
    90deg,
    rgba(255, 122, 0, 1) 0%,
    rgba(255, 221, 190, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(255, 122, 0, 1) 0%,
    rgba(255, 221, 190, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(255, 122, 0, 1) 0%,
    rgba(255, 221, 190, 1) 70%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF7A00", endColorstr="#FFFFFF", GradientType=1);
}

.login-ico {
  color: #000;
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
}

.login-text {
  font-family: "Unbounded Regular";
}

.login-form input {
  font-size: 13px;
}

.login-form label {
  font-size: 13px;
}

/** CUSTOM CODES FOR MOBILE */

@media (max-width: 480px) {
  .section-mt {
    margin-top: 100px;
  }

  .footer-mob ul {
    padding-left: 0rem;
  }

  .copytradepro-2-bt a {
    width: 100% !important;
  }

  .copytradepro-img img {
    margin-bottom: initial;
  }

  .ask-anything p {
    margin-top: 0 !important;
  }

  .trained-llm p {
    margin-top: 10px !important;
  }

  .register-btn {
    display: none !important;
  }
  .imagesss {
    width: 100% !important;
    height: auto;
    transform: none;
  }

  .robo-advisor img {
    width: 100%;
    visibility: hidden;
  }

  #aibot-sec #aibot-sec-txt {
    font-size: 70px;
  }

  .mastertrade-acedemy .ace-2 #acedemy-img1 {
    margin-top: 10px;
    width: 100%;
  }

  .mastertrade-acedemy .titles .acedemy-title {
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
  }

  .mastertrade-acedemy .titles .acedemy-desc {
    text-align: center;
  }

  .mastertrade-acedemy .titles a {
    margin-left: 0%;
  }

  .mastertrade-acedemy .ace-2 {
    padding-left: 0px;
  }

  .container.certificate-card {
    margin-top: -60px;
    margin: 0 auto;
  }

  .ace-3 {
    margin-left: 0px;
    text-align: center;
  }

  .copytradepro-d p {
    text-align: center;
    margin-right: 0px;
  }

  .copytradepro-2-t p {
    font-size: 51px;
    text-align: center;
    /* margin-top: 113px; */
    line-height: 1;
  }

  .copytradepro-2-d p {
    text-align: center;
  }

  .header-signin-bt {
    width: 130px;
  }

  .container.aibot-card {
    margin-left: 0px;
  }

  .aibot-desc {
    margin-top: 40px;
  }

  .expect {
    padding: 0px;
    text-align: center;
    border: 0px;
    padding-bottom: 20px;
  }

  .expect-infos {
    margin-top: 35px;
    margin-left: 0px;
  }

  .expect-info-1 {
    padding: 13%;
  }

  .expect-info-2 {
    margin-top: 20px;
    margin-left: 0px;
    padding: 13%;
  }

  .expect-info-4 {
    margin-top: 20px;
    margin-left: 0px;
    padding: 13%;
  }

  .expect-info-3 {
    margin-top: 20px;
    margin-left: 0px;
    padding: 13%;
  }

  .header-video-bt {
    width: 172px !important;
  }

  .avatar.avatar-ex-sm {
    max-height: 20px !important;
  }

  .container.aibot-card {
    height: 111px;
  }

  .info-card3 span {
    font-size: 6px;
  }

  .container.aibot-card-p-up {
    height: 110.33px;
    z-index: 1;
  }

  .aibot-card-p-up p {
    font-size: 24px;
  }

  .get-started-btn {
    width: 147px;
  }

  .tradesignalgenius p {
    font-size: 40px;
    text-align: center;
  }

  .profit-img {
    width: 100%;
    margin-top: 5em;
    margin-bottom: -77px;
  }

  .container.certificate-card {
    margin-top: 160px !important;
  }

  .bc-shadow-profitcard img {
    width: 100%;
  }

  .price-money-bunle {
    display: none;
  }

  .price-list-money-exchange {
    display: none;
  }

  .price-list-title-img {
    display: none;
  }

  .container.price-list-month {
    margin-left: 30px;
  }

  .price-list-price {
    font-size: 40px;
  }

  .price-list-features {
    font-size: 12px;
  }

  .price-list-features-second {
    font-size: 12px;
  }

  .price-list-features-second-price {
    font-size: 11px;
  }

  .price-sec {
    background-size: contain;
  }

  .price-list-second-div {
    margin-top: 35px;
    text-align: center;
  }

  .footer-second-img-div {
    margin-top: 35px;
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
    margin-top: 40px;
  }

  .mo-position {
    padding-top: 10px;
  }

  #topnav .logo {
    float: left;
    color: #212529 !important;
    width: 135px;
  }

  #footer-section {
    margin-bottom: 60px;
  }
}

/** CUSTOM CODES FOR LANDSCAPE PHONE **/

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .imagesss {
    width: 100%;
  }

  #aibot-sec #aibot-sec-txt {
    font-size: 91px;
  }

  .robo-advisor {
    display: none;
  }

  .aibot-desc {
    margin-top: 45px;
  }

  .mastertrade-acedemy .ace-2 #acedemy-img1 {
    margin-top: 0;
  }

  .expect-info-3 {
    margin-top: -77px;
  }

  .mastertrade-acedemy .ace-2 {
    margin-top: 50px;
  }

  .profit-img {
    margin-top: -20px;
  }

  .testimonals-card-wrapper {
    margin-top: 50px;
  }

  .price-money-bunle {
    display: none;
  }

  .price-list-title-img {
    display: none;
  }

  .footer-second-img-div img {
    margin-top: 35px;
  }
}

/** CUSTOM CODES FOR IPHONE 5/SE **/

@media only screen and (max-width: 320px) {
  .header-signin-bt {
    width: 50%;
    font-size: 10px;
  }

  .header-video-bt {
    width: 50%;
    font-size: 11px;
  }

  .heading-star-ul > li p {
    font-size: 14px;
  }

  #aibot-sec #aibot-sec-txt {
    font-size: 51px;
  }

  .container.aibot-card {
    width: 100px;
  }

  .robo-advisor {
    visibility: hidden;
  }

  .info-card3 p {
    font-size: 14px;
  }

  .mastertrade-acedemy .titles a {
    width: 288px;
  }

  .copytradepro-d {
    margin-top: 25px;
  }

  .copytradepro-2-t p {
    font-size: 42px;
    margin-top: 33px;
  }

  .copytradepro-2-bt a {
    width: 285px;
  }

  .shadowed-div {
    width: 266px;
  }

  .container.copytradepro-card {
    width: 273.49px;
  }

  .profit-div {
    margin-top: 25px;
  }

  .price-list-title {
    font-size: 19px;
  }

  .price-list-price {
    font-size: 36px;
  }

  .mo-position {
    padding-top: 5px;
  }

  .price-list-features {
    font-size: 9px;
  }

  .price-list-features-second {
    font-size: 8px;
  }

  .price-list-start-now-bt {
    font-size: 10px;
  }

  .container.price-list-month {
    margin-left: 7px;
  }

  #topnav .logo .logo-light-mode {
    width: 111%;
  }

  .get-started-btn {
    width: 124px;
  }

  #topnav .logo {
    width: 110px;
  }
}

/** CUSTOM CODES FOR TABLET **/

@media (min-width: 768px) and (max-width: 992px) {
  .avatar.avatar-ex-sm {
    width: 100% !important;
  }

  .imagesss {
    width: 100%;
    height: auto;
  }

  #aibot-sec #aibot-sec-txt {
    font-size: 148px;
  }

  .robo-advisor img {
    width: 100%;
    visibility: hidden;
  }

  .aibot-desc {
    margin-top: 40px;
  }

  .robo-advisor {
    display: none;
  }

  .container.aibot-card {
    margin-left: 46px;
  }

  .mastertrade-acedemy #acedemy-img1 {
    margin-top: -71px;
    margin-bottom: -67px;
    width: 100%;
    height: auto;
  }

  .mastertrade-acedemy .titles .acedemy-title {
    font-size: 47px;
  }

  .mastertrade-acedemy .titles a {
    margin-left: 0;
  }

  .copytradepro-img img {
    margin-top: -41px;
    margin-bottom: -34px;
  }

  .copytradepro-2-t p {
    /* margin-top: 31px; */
    font-size: 53px;
    text-align: center;
  }

  .copytradepro-2-d p {
    text-align: center;
  }

  .copytradepro-2-bt {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .copytradepro-2-bt a {
    width: 298px;
  }

  .profit-img {
    margin-top: 24px;
    margin-bottom: -49px;
  }

  .mastertrade-acedemy .titles a {
    width: 312px;
  }

  .tradesignalgenius p {
    font-size: 46px;
  }

  .price-money-bunle {
    display: none;
  }

  .price-list-money-exchange {
    display: none;
  }

  .price-list-title-img {
    display: none;
  }

  .container.price-list-month {
    width: 193.9px;
    margin-left: 17px;
  }

  .aibot-card-p-up p {
    font-size: 29px;
  }

  .price-list-price {
    font-size: 39px;
  }

  .mo-position {
    padding-top: 9px;
  }

  .price-list-features {
    font-size: 11px;
  }

  .price-list-features-second {
    font-size: 12px;
  }

  .price-list-features-second-price {
    font-size: 10px;
  }

  .contact-first-img {
    width: 100%;
    /* height: auto; */
  }

  .footer-second-img-div img {
    width: 100%;
    /* height: auto; */
  }
}

/** CUSTOM CODES FOR LARGE SCREENS **/
@media screen and (min-width: 768px) {
  .get-started-btn {
    display: flex;
  }

  .get-started-btn-mobile {
    display: none;
  }
}

.footer-policy-text {
  color: #fff;
  font-size: 12px;
  font-family: "Unbounded Light";
  text-align: center;
}

.footer-policy-text > a:nth-child(1) {
  color: #9eb5ff;
}

.footer-menu-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Unbounded Regular";
}

.privacy-policy-title {
  color: #ff7a00;
}

.register-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #ff7a00;
  width: 130px;
  height: 39px;
}

.register-btn p {
  color: #000000;
  font-family: Unbounded Medium;
  font-size: 9px;
  padding-top: 15px;
}

/* REGISTER PAGE */

.hidden {
  display: none;
}

#passwordRules {
  margin-top: 10px;
  font-size: 12px;
}

#passwordRules ul {
  list-style-type: none;
  padding: 0;
}

#passwordRules li {
  margin-bottom: 5px;
}

#passwordRules li.valid {
  color: green;
}

#passwordRules li.invalid {
  color: red;
}

#passwordRules li.valid::before {
  content: "✓ ";
  color: green;
}

#passwordRules li.invalid::before {
  content: "✗ ";
  color: red;
}

#phone {
  height: 32px;
  font-size: 13px;
}

.iti {
  color: #676767;
  width: 100%;
  max-width: 400px;
}

.iti input {
  width: 100%;
}

#passwordRules {
  border-radius: 15px;
}

#passwordRules p {
  color: #ff7a00;
}

#passwordRules ul {
  color: #bebebe;
}

/* REGISTER PAGE */

.trained-llm p {
  margin-top: 40px;
}

.ask-anything p {
  font-size: 25px;
  margin-top: 7px;
}

.hint {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hint .vis {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.responsive-img {
  width: auto;
  height: auto;
}

#pricing-row {
  margin-left: 200px;
}

#section-coaching {
  margin-left: 150px;
}

#daily-analysis-desc {
  font-size: 26px;
  font-family: unbounded light;
  color: #fff;
  width: 50%;
  text-align: center;
  margin-top: -2em;
}

#daily-analysis-title {
  font-size: 48px;
  font-family: unbounded regular;
  margin-bottom: 12em;
}

@media (max-width: 768px) {
  .responsive-img {
    width: 100%;
    height: auto;
  }

  #acedemy-img2 {
    display: none;
  }

  #pricing-row {
    margin-left: 0;
  }

  #section-coaching {
    margin-left: unset;
    text-align: center;
  }

  #daily-analysis-desc {
    width: 100%;
    margin-top: unset;
  }

  #daily-analysis-title {
    margin-bottom: 8em;
  }
}

#custom-card-bg {
  background-color: #333333;
  border-radius: 15px;
}

[data-bs-theme="light"] #custom-card-bg {
  background-color: #fff !important;
}
