@import "https://fonts.cdnfonts.com/css/satoshi";
body {
  font-family: Satoshi, normal;
}

html, body, #root {
  color: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
}

.background-wrapper {
  background-image: url("Background.760323f3.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  min-height: 100%;
}

.app {
  min-height: 80vh;
  padding: 80px;
}

.body {
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-image {
  object-fit: cover;
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
}

.direction {
  opacity: .1;
  left: 0;
}

.finance-main {
  right: 0;
}

.content {
  align-items: left;
  z-index: 1;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

.text-box {
  background: #fff;
  display: flex;
}

.left-text, .right-text {
  text-transform: uppercase;
  color: #000;
  text-align: left;
  font-size: 3.5rem;
  font-weight: bold;
}

.left-text {
  border-right: 3px solid #000;
  padding-right: 10px;
}

.right-text {
  padding-left: 10px;
  font-size: 3.5rem;
  font-weight: 100;
}

.custom-btn {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0d2c4d;
  border: none;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: bold;
  transition: all .3s;
  display: flex;
}

.custom-btn span {
  margin-left: 10px;
  font-size: 20px;
}

.custom-btn:hover {
  background-color: #0a223a;
}

hr {
  opacity: 1;
  background-color: #000;
  border: none;
  height: 2px;
}

h4 {
  font-size: 15px;
}

h1 {
  color: #fff;
  font-size: 60px;
}

p {
  font-size: 17px;
}

a {
  color: #54595f;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

a:hover {
  font-weight: 200;
  text-decoration: underline;
  transition: all .75s;
  transform: scale(1.05);
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

::selection {
  color: #00251a;
  background-color: #cdb786;
}

body {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\"><circle cx=\"10\" cy=\"10\" r=\"4\" fill=\"%23ffffff\" opacity=\"0.9\"/></svg>") 10 10, auto !important;
}
/*# sourceMappingURL=index.9e4c6fd2.css.map */
