@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden;
}

.text-primary {
  color: #00a7e1 !important;
}

.bg-primary {
  background-color: #00a7e1 !important;
}

.btn-primary {
  background-color: #00a7e1;
  border-color: #00a7e1;
}

.btn-primary:hover {
  background-color: #0081ae;
  border-color: #0081ae;
}

.btn-outline-primary {
  border-color: #00a7e1;
  color: #00a7e1;
}

.btn-outline-primary:hover {
  background-color: #00a7e1;
  border-color: #00a7e1;
}

@media screen and (min-width: 991px) {
  .btn-toggler-navbar {
    display: none;
  }
}

.section-banner {
  height: 60vh;
  margin-top: 71px;
}

.section-banner img {
  height: 50vh !important;
}

@media screen and (max-width: 768px) {
  .section-banner {
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: auto;
  }
}

.section-banner-invest {
  height: 45vh;
  margin-top: 71px;
  background: url("../img/invest-1.jpg") no-repeat;
  background-position-x: center;
  background-position-y: 65%;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.section-banner-invest::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section-banner-invest h1 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .section-banner-invest {
    height: 25vh;
  }
}

.trading-section {
  background-color: #00a7e1;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.invest-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.markets-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.markets-section .card-market-1 {
  background: url(../img/market-1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  height: 550px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.markets-section .card-market-1:hover .card-market-1-hovered {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.markets-section .card-market-1 .card-market-1-hovered {
  background-color: #004055a4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  border-radius: 0.375rem;
}

.markets-section .card-market-1 .card-market-1-hovered h6 {
  color: #fff;
}

.markets-section .card-market-1 .card-market-1-hovered .card-body {
  height: calc(100% - 51px);
}

@media screen and (min-width: 768px) {
  .markets-section .card-market-1 .card-market-1-hovered {
    display: none;
  }
}

.markets-section .card-market-2 {
  background: url(../img/market-2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  height: 550px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.markets-section .card-market-2:hover .card-market-2-hovered {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.markets-section .card-market-2 .card-market-2-hovered {
  background-color: #004055a4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  border-radius: 0.375rem;
}

.markets-section .card-market-2 .card-market-2-hovered h6 {
  color: #fff;
}

.markets-section .card-market-2 .card-market-2-hovered .card-body {
  height: calc(100% - 51px);
}

@media screen and (min-width: 768px) {
  .markets-section .card-market-2 .card-market-2-hovered {
    display: none;
  }
}

.markets-section .card-market-3 {
  background: url(../img/market-3.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
  height: 550px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.markets-section .card-market-3:hover .card-market-3-hovered {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.markets-section .card-market-3 .card-market-3-hovered {
  background-color: #004055a4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  border-radius: 0.375rem;
}

.markets-section .card-market-3 .card-market-3-hovered h6 {
  color: #fff;
}

.markets-section .card-market-3 .card-market-3-hovered .card-body {
  height: calc(100% - 51px);
}

@media screen and (min-width: 768px) {
  .markets-section .card-market-3 .card-market-3-hovered {
    display: none;
  }
}

.principal-market-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.buy-actions-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.active-commerce-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.open-account-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.open-account-section .card-create-account .step {
  background-color: #00a7e1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ask-question-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.alert-pic {
  border: 7px solid red;
}

.container-login100 {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.login_topimg {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  min-height: 185px;
  position: relative;
  background-size: auto;
  background-position: center
}

.login_topimg img {
  width: 100%;
  height: auto
}

.login_topimg .logo_wrap {
  border-radius: 5px;
  background: #fff;
  padding: 13px 55px;
  position: relative;
  top: -21px;
  margin: 10px auto;
  max-width: 255px
}

#login .wrap-login100 {
  background-color: #192b44;
  padding: 50px 75px;
  border-radius: 3px;
  width: 100%
}

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.login100-form-title {
  font-size: 25px;
  color: #b5231a;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block
}

.login100-form-subtitle {
  font-size: 16px;
  color: #b5231a;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block
}

.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1
}

#login input {
  outline: none;
  border: none
}

#login label {
  display: inline-block;
  margin-bottom: .5rem
}

.input-checkbox100 {
  display: none
}

input {
  outline: none;
  border: none
}

.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1
}

.input100 {
  font-size: 15px;
  line-height: 1.2;
  color: #686868;
  display: block;
  width: 100%;

  height: 45px;
  border-radius: 3px;
  padding: 0 30px 0 55px;
  border: 1px solid #b5231a!important;
}

.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 3px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(211, 63, 141, 0.6)
}

.symbol-input100 {
  font-size: 15px;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 23px;
  padding-bottom: 5px;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .5s;
  transition: opacity .5s
}

::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .5s;
  transition: opacity .5s
}

:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity .5s;
  transition: opacity .5s
}

::placeholder {
  opacity: 1;
  transition: opacity .5s
}

*:focus::-webkit-input-placeholder {
  opacity: 0
}

*:focus:-moz-placeholder {
  opacity: 0
}

*:focus::-moz-placeholder {
  opacity: 0
}

*:focus:-ms-input-placeholder {
  opacity: 0
}

*:focus::placeholder {
  opacity: 0
}

.lnr {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.flex-sb-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center
}

.w-full {
  width: 100%
}

.p-b-30 {
  padding-bottom: 30px
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #b5231a
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #e6e6e6;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.label-checkbox100 {
  font-size: 14px;
  font-weight: normal;
  color: #999999;
  line-height: 1.2;
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer
}

.m-b-16 {
  margin-bottom: 16px
}

.p-b-55 {
  padding-bottom: 55px
}

.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.login100-form-btn:hover {
  background: #333333
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #b5231a;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

#login button:hover {
  cursor: pointer
}

.login100-form-btn {
  font-size: 18px;
  line-height: 1.5;
  color: #192b44;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  height: 55px;
  border-radius: 3px;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s
}

#login button {
  outline: none !important;
  border: none
}

@media (max-width: 768px) {
  .container {
    width: 400px
  }

  #login .wrap-login100 {
    padding: 27px;
    border-radius: 15px;
  }

  .login_topimg .logo_wrap {
    padding: 5px 55px
  }
}





/*# sourceMappingURL=styles.css.map */