/* using fonts montserrat*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;1,600&display=swap");
* {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}

/* color palette */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* 
|||||||||||||||||||||||||||||||
Typography
|||||||||||||||||||||||||||||||
*/
.fs-ultra-1 {
  font-size: 140px;
  line-height: 120px;
  word-break: normal;
}

.fs-1 {
  font-size: 54px;
  line-height: 64px;
  word-break: normal;
}

.fs-2 {
  font-size: 44px;
  line-height: 49px;
}

.fs-3 {
  font-size: 36px;
  line-height: 38px;
}

.fs-4 {
  font-size: 24px;
}

.fs-5 {
  font-size: 18px;
}

.fs-6 {
  font-size: 16px;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12px;
}

.fs-9 {
  font-size: 10px;
}

.fs-10 {
  font-size: 8px;
}

@media screen and (min-width: 576px) {
  .fs-ultra-sm-1 {
    font-size: 140px;
    line-height: 120px;
    word-break: normal;
  }
  .fs-sm-1 {
    font-size: 54px;
    line-height: 64px;
    word-break: normal;
  }
  .fs-sm-2 {
    font-size: 44px;
    line-height: 49px;
  }
  .fs-sm-3 {
    font-size: 36px;
    line-height: 38px;
  }
  .fs-sm-4 {
    font-size: 24px;
  }
  .fs-sm-5 {
    font-size: 18px;
  }
  .fs-sm-6 {
    font-size: 16px;
  }
  .fs-sm-7 {
    font-size: 14px;
  }
  .fs-sm-8 {
    font-size: 12px;
  }
  .fs-sm-9 {
    font-size: 10px;
  }
  .fs-sm-10 {
    font-size: 8px;
  }
}

@media screen and (min-width: 768px) {
  .fs-ultra-md-1 {
    font-size: 140px;
    line-height: 120px;
    word-break: normal;
  }
  .fs-md-1 {
    font-size: 54px;
    line-height: 64px;
    word-break: normal;
  }
  .fs-md-2 {
    font-size: 44px;
    line-height: 49px;
  }
  .fs-md-3 {
    font-size: 36px;
    line-height: 38px;
  }
  .fs-md-4 {
    font-size: 20px;
    line-height: 32px !important;
  }
  .fs-md-5 {
    font-size: 18px;
  }
  .fs-md-6 {
    font-size: 16px;
  }
  .fs-md-7 {
    font-size: 14px;
  }
  .fs-md-8 {
    font-size: 12px;
  }
  .fs-md-9 {
    font-size: 10px;
  }
  .fs-md-10 {
    font-size: 8px;
  }
}

@media screen and (min-width: 992px) {
  .fs-ultra-lg-1 {
    font-size: 140px;
    line-height: 120px;
    word-break: normal;
  }
  .fs-lg-1 {
    font-size: 54px;
    line-height: 64px;
    word-break: normal;
  }
  .fs-lg-2 {
    font-size: 44px;
    line-height: 49px;
  }
  .fs-lg-3 {
    font-size: 36px;
    line-height: 38px;
  }
  .fs-lg-4 {
    font-size: 24px;
  }
  .fs-lg-5 {
    font-size: 18px;
  }
  .fs-lg-6 {
    font-size: 16px;
  }
  .fs-lg-7 {
    font-size: 14px;
  }
  .fs-lg-8 {
    font-size: 12px;
  }
  .fs-lg-9 {
    font-size: 10px;
  }
  .fs-lg-10 {
    font-size: 8px;
  }
}

@media screen and (min-width: 1200px) {
  .fs-ultra-xl-1 {
    font-size: 140px;
    line-height: 120px;
    word-break: normal;
  }
  .fs-xl-1 {
    font-size: 54px;
    line-height: 64px;
    word-break: normal;
  }
  .fs-xl-2 {
    font-size: 44px;
    line-height: 49px;
  }
  .fs-xl-3 {
    font-size: 36px;
    line-height: 38px;
  }
  .fs-xl-4 {
    font-size: 24px;
  }
  .fs-xl-5 {
    font-size: 18px;
  }
  .fs-xl-6 {
    font-size: 16px;
  }
  .fs-xl-7 {
    font-size: 14px;
  }
  .fs-xl-8 {
    font-size: 12px;
  }
  .fs-xl-9 {
    font-size: 10px;
  }
  .fs-xl-10 {
    font-size: 8px;
  }
}

@media screen and (max-width: 575px) {
  .fs-xs-1 {
    font-size: 54px;
    line-height: 64px;
    word-break: normal;
  }
  .fs-xs-2 {
    font-size: 44px;
    line-height: 49px;
  }
  .fs-xs-3 {
    font-size: 36px;
    line-height: 38px;
  }
  .fs-xs-4 {
    font-size: 24px;
  }
  .fs-xs-5 {
    font-size: 18px;
  }
  .fs-xs-6 {
    font-size: 16px;
  }
  .fs-xs-7 {
    font-size: 14px;
  }
  .fs-xs-8 {
    font-size: 12px;
  }
  .fs-xs-9 {
    font-size: 10px;
  }
  .fs-xs-10 {
    font-size: 8px;
  }
}

.txt-strike {
  text-decoration: line-through;
}

.txt-underline {
  text-decoration: underline;
}

.txt-overline {
  text-decoration: overline;
}

.txt-full-strike {
  text-decoration: underline line-through overline;
}

.txt-wavy {
  -webkit-text-decoration: #000 underline overline wavy;
          text-decoration: #000 underline overline wavy;
}

.txt-normal {
  font-style: normal;
}

.txt-italic {
  font-style: italic;
}

.txt-bold {
  font-weight: 600;
}

.txt-light {
  font-weight: 200 !important;
}

.txt-justify {
  text-align: justify;
}

.txt-headline {
  font-family: "Playfair Display", serif;
}

.txt-sub-headline {
  font-family: "Lato", sans-serif;
}

.text-black {
  color: #000 !important;
}

.text-green {
  color: #01c906 !important;
}

/* UI */
.btn.btn-white {
  background: #fff;
  color: #000;
}

.btn.btn-white:hover {
  background: #e6e6e6;
}

.bg-gray {
  background: #c4c4c4;
}

.bg-green {
  background: #01c906;
}

.bg-black {
  background: #000;
}

.bg-light-black {
  background: #1a1a1a;
}

.circle-green {
  background: #01c906;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

/* preloader */
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-blend-mode: multiply;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  z-index: 500;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#preloader.hide {
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
}

#preloader img {
  width: 100%;
  max-width: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: scale;
          animation: scale;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

#preloader .icon {
  color: #fff;
  font-size: 72px;
  -webkit-animation: rotate;
          animation: rotate;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 575px) {
  #pre-loader img {
    max-width: 70px;
  }
}

/* hide zenbox button */
.wrapper-AtBcr {
  display: none !important;
}

/* fab */
.fab-button {
  position: fixed;
  z-index: 101;
  bottom: 30px;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .fab-button {
    right: 6%;
  }
}

@media screen and (max-width: 575px) {
  .fab-button {
    right: 8%;
  }
}

.fab-button .toggle,
.fab-button .wa,
.fab-button .skype,
.fab-button .email {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 45px;
  background-color: #c4c4c4;
  border-radius: 100%;
}

.fab-button .toggle img,
.fab-button .wa img,
.fab-button .skype img,
.fab-button .email img {
  width: 30px;
}

.fab-button .toggle {
  position: relative;
  z-index: 61;
  -webkit-transform: translateY(52px);
          transform: translateY(52px);
}

.fab-button .wa {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

.fab-button .skype {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.fab-button .email {
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}

.fab-button.show .wa {
  -webkit-transform: translateY(-95px);
          transform: translateY(-95px);
}

.fab-button.show .skype {
  -webkit-transform: translateY(-95px);
          transform: translateY(-95px);
}

.fab-button.show .email {
  -webkit-transform: translateY(-95px);
          transform: translateY(-95px);
}

/* pointer */
.pointer {
  cursor: pointer;
}

/* market */
.market {
  width: 100%;
  background: #000;
}

.market .instruments {
  font-size: 14px;
  width: 25%;
  color: #fff;
  text-align: center;
}

.market .instruments img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  .market .instruments {
    font-size: 10px;
  }
}

/* navbar */
nav {
  position: fixed;
  height: 80px;
  background-color: #000;
  margin: auto;
  z-index: 99;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

nav.scroll {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

nav .container-lg {
  background-color: #fff;
}

nav .bars {
  cursor: pointer;
}

nav .bars.open div.a {
  -webkit-transform: rotate(45deg) translateY(8px);
          transform: rotate(45deg) translateY(8px);
}

nav .bars.open div.b {
  -webkit-transform: rotate(-45deg) translateY(-8px);
          transform: rotate(-45deg) translateY(-8px);
}

nav .bars div {
  background-color: #fff;
  width: 35px;
  height: 4px;
  border-radius: 20px;
  margin: 4px 0;
}

nav .bars div.a, nav .bars div.b {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

nav a.link {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

nav a.link.active {
  opacity: 1;
}

nav a.link:hover {
  opacity: 1;
}

nav .logo {
  cursor: pointer;
}

nav .logo img {
  width: 150px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

nav .overflow-deposit {
  position: absolute;
  top: 50px;
  right: 0;
  background: #000;
  text-align: center;
  padding: 20px;
  width: 200px;
  border-radius: 0 0 10px 10px;
}

nav .overflow-deposit .line {
  background: #fff;
  height: 1px;
  width: 100%;
}

nav .overflow-deposit a {
  color: #fff;
  text-decoration: none;
}

nav .overflow-deposit a:hover {
  color: #f1efef;
}

nav .overflow-withdraw {
  position: absolute;
  top: 50px;
  right: 0;
  background: #000;
  text-align: center;
  padding: 20px;
  width: 200px;
  border-radius: 0 0 10px 10px;
}

nav .overflow-withdraw .line {
  background: #fff;
  height: 1px;
  width: 100%;
}

nav .overflow-withdraw a {
  color: #fff;
  text-decoration: none;
}

nav .overflow-withdraw a:hover {
  color: #f1efef;
}

/* navbar small */
.navbar-small {
  position: fixed;
  top: 60px;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 400px;
  background-color: #000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 102;
}

.navbar-small.show {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.navbar-small ul li {
  max-width: 200px;
  border-bottom: 1px solid #f8f8f8;
  list-style: none;
  margin-bottom: 40px;
  padding: 10px 0;
}

.navbar-small ul li a:hover {
  opacity: 1;
}

.navbar-small ul li a:active {
  opacity: 1;
  font-weight: bold;
}

.navbar-small ul li a {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.2;
  transition: 0.2;
  font-size: 18px;
}

.navbar-small .overflow-withdraw-mobile {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
}

.navbar-small .overflow-deposit-mobile {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
}

/* homepage */
#homepage .popup-container {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 400;
  padding: 40px;
}

#homepage .popup-body {
  background: linear-gradient(104.48deg, #070707 49.18%, #01c906 98.33%);
  border: 3px solid #01c906;
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  border-radius: 10px;
}

@media screen and (max-width: 575px) {
  #homepage .popup-body {
    top: 50px;
  }
}

#homepage .btn-close-popup {
  position: absolute;
  right: -30px;
  top: -30px;
}

#homepage .btn-close-popup img {
  width: 40px;
  height: 40px;
}

#homepage .card-market {
  border: 1px solid #fff;
  border-radius: 0 0 20px 0;
  padding: 20px;
}

#homepage .card-product {
  border-radius: 10px;
  padding: 10px;
}

#homepage .card-product ul {
  padding-left: 20px;
}

#homepage .btn-outline-green {
  border: 1px solid #fff;
  color: #01c906;
  padding: 10px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#homepage .btn-outline-green:hover {
  background: #07990c;
  color: #fff;
  border: 1px solid #07990c;
}

/* header or jumbotron */
header {
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  height: 100vh;
  background-image: url(../images/header-1.png);
  background-position: center;
  background-size: cover;
  padding: 60px 0;
  min-height: 500px;
  max-height: 900px;
  color: #fff;
}

header.homepage {
  background-image: url(../images/header-2.png);
}

header.homepage .ultra-headline {
  font-size: 150px;
  line-height: 130px;
}

@media screen and (max-width: 1199px) {
  header.homepage .ultra-headline {
    font-size: 130px;
    line-height: 120px;
  }
}

@media screen and (max-width: 991px) {
  header.homepage .ultra-headline {
    font-size: 100px;
    line-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  header.homepage .ultra-headline {
    font-size: 70px;
    line-height: 70px;
  }
}

@media screen and (max-width: 575px) {
  header.homepage .ultra-headline {
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 400px) {
  header.homepage .ultra-headline {
    font-size: 36px;
    line-height: 36px;
  }
}

header .container .text-header {
  font-weight: 275;
  color: #000000;
  width: 100%;
}

header .container .text-header div {
  height: 96px;
}

header h1 {
  font-size: 54px;
}

header .sail-now {
  cursor: pointer;
  position: absolute;
  top: 70vh;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.6);
  -webkit-animation: sail;
          animation: sail;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

header .sail-now img.compass {
  width: 60px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

header .sail-now .compass {
  width: 100px;
}

header .sail-now svg {
  font-size: 80px;
}

header .sail-now .arrow {
  width: 15px;
}

/* background */
.position-relative {
  position: relative;
}

.background {
  position: absolute;
}

.background.treasure {
  width: 150px;
  height: 300px;
  top: -150px;
  left: 0;
  background-size: cover;
  background-position: right;
  background-image: url(../image/icon-outline/Harta-Karun.png);
}

.background.map {
  width: 150px;
  height: 300px;
  top: -280px;
  right: 0px;
  background-size: cover;
  background-clip: content-box;
  background-image: url(../image/icon-outline/Peta.png);
}

.background.skull {
  width: 150px;
  height: 300px;
  top: -150px;
  left: 0;
  background-size: cover;
  background-position: right;
  background-image: url(../image/icon-outline/Skull-Captain.png);
}

.background.setir {
  width: 150px;
  height: 300px;
  top: 0px;
  left: 0;
  background-size: cover;
  background-position: right;
  background-image: url(../image/icon-outline/Stir.png);
}

.background.kapal {
  z-index: 0;
  width: 150px;
  height: 300px;
  top: -100px;
  right: 0px;
  background-size: cover;
  background-clip: content-box;
  background-image: url(../image/icon-outline/Kapal.png);
}

.background.jangkar {
  width: 150px;
  height: 300px;
  top: -100px;
  left: 0;
  background-size: cover;
  background-position: right;
  background-image: url(../image/icon-outline/Jangkar.png);
}

.background.teropong {
  width: 200px;
  height: 300px;
  top: -100px;
  left: 0;
  background-size: cover;
  background-position: right;
  background-image: url(../image/icon-outline/Teleskop.png);
}

@media screen and (min-width: 2000px) {
  .background {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .background.treasure {
    top: -50px;
  }
  .background.setir {
    top: 100px;
  }
  .background.jangkar {
    top: -30px;
  }
  .background.skull, .background.treasure, .background.map, .background.jangkar, .background.setir, .background.kapal {
    width: 100px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .background.setir {
    top: 200px;
  }
  .background.map {
    top: -150px;
  }
}

@media screen and (max-width: 575px) {
  .background.map {
    top: -150px;
  }
  .background.skull {
    top: -80px;
  }
  .background.skull, .background.treasure, .background.map, .background.jangkar, .background.setir, .background.kapal {
    width: 80px;
    height: 160px;
  }
}

@media screen and (max-width: 767px) {
  header .container {
    height: 65%;
  }
  header h1 {
    font-size: 42px;
  }
  header .sail-now {
    top: 65vh;
  }
  header .sail-now .compass {
    width: 100px;
  }
  header .sail-now svg {
    font-size: 70px;
  }
}

/* selling point - copytrade page*/
#selling-point {
  background-color: #000000;
}

#selling-point .container .title h1 {
  font-size: 64px;
  font-weight: 300;
}

#selling-point .container .text {
  font-weight: 300;
}

#selling-point .container .card {
  border: none;
  max-width: 350px;
}

#selling-point .container .card .text {
  padding: 25px 30px;
}

#selling-point .container .card .text h3 {
  font-style: normal;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 30px;
}

#selling-point .container .card .text p {
  font-style: normal;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  #selling-point h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  #selling-point h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  #selling-point .bg {
    border-radius: 80px 80px 0 0;
  }
}

@media screen and (max-width: 992px) {
  #selling-point .bg {
    border-radius: 60px 60px 0 0;
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  #selling-point .bg {
    border-radius: 30px 30px 0 0;
    padding-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #selling-point .bg {
    margin-top: -40px;
  }
}

#selling-point2 {
  margin-top: -80px;
  position: relative;
}

#selling-point2 .card {
  -webkit-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.2);
  height: 420px;
  border: 0;
  border-radius: 20px;
  background-color: #01c906;
}

#selling-point2 .card img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
  height: 240px;
}

#selling-point2 .card .cover .text {
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 992px) {
  #selling-point2 .card img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px 20px 0 0;
    height: 200px;
  }
  #selling-point2 .card .cover .text {
    color: #fff;
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #selling-point2 .card {
    max-width: 300px;
    margin: auto;
  }
}

/* selling point index page */
#selling-point-index h1 {
  font-size: 54px;
}

#selling-point-index .bg {
  border-radius: 0 0 0 0;
  background-color: #1a1a1a;
  padding-top: 50px;
  padding-bottom: 50px;
}

#selling-point-index .container {
  z-index: 90;
  position: relative;
}

#selling-point-index img {
  width: 180px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#selling-point-index .zero-pips {
  font-size: 130px;
  font-weight: 200;
  color: #fff;
  letter-spacing: 10px;
}

#selling-point-index .text {
  font-size: 18px;
  color: #fff;
}

#selling-point-index .text.title {
  font-size: 32px;
}

@media screen and (max-width: 1199px) {
  #selling-point-index img {
    width: 130px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #selling-point-index .zero-pips {
    font-size: 100px;
    color: #fff;
    letter-spacing: 10px;
  }
  #selling-point-index .text {
    font-size: 16px;
    color: #fff;
  }
  #selling-point-index .text.title {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  #selling-point-index img {
    width: 110px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #selling-point-index .zero-pips {
    font-size: 80px;
    color: #fff;
    letter-spacing: 10px;
  }
  #selling-point-index .text {
    font-size: 14px;
    color: #fff;
  }
  #selling-point-index .text.title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #selling-point-index img {
    width: 70px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #selling-point-index .zero-pips {
    font-size: 50px;
    color: #fff;
    letter-spacing: 10px;
  }
  #selling-point-index .text {
    font-size: 10px;
    color: #fff;
  }
  #selling-point-index .text.title {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  #selling-point-index img {
    width: 70px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #selling-point-index .zero-pips {
    font-size: 50px;
    color: #fff;
    letter-spacing: 10px;
  }
  #selling-point-index .text {
    font-size: 18px;
    color: #fff;
  }
  #selling-point-index .text.title {
    font-size: 32px;
  }
}

#selling-point-2-index {
  margin-top: -80px;
  position: relative;
}

#selling-point-2-index .title h1 {
  font-size: 54px;
  color: #35548a;
}

#selling-point-2-index .title img {
  width: 45px;
}

#selling-point-2-index .card {
  -webkit-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.2);
  height: 400px;
  border: 0;
  border-radius: 20px;
  background-color: #01c906;
}

#selling-point-2-index .card img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0;
  height: 280px;
}

#selling-point-2-index .card .cover .text {
  color: #fff;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  #selling-point-2-index .card {
    height: 300px;
  }
  #selling-point-2-index .card img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px 20px 0 0;
    height: 200px;
  }
  #selling-point-2-index .card .cover .text {
    color: #fff;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #selling-point-2-index .title h1 {
    font-size: 40px;
    color: #35548a;
  }
  #selling-point-2-index .title img {
    width: 35px;
  }
  #selling-point-2-index .card {
    max-width: 300px;
    margin: auto;
  }
}

@media screen and (max-width: 575px) {
  #selling-point-2-index .title h1 {
    font-size: 30px;
    color: #35548a;
  }
  #selling-point-2-index .title img {
    width: 30px;
  }
}

/* selling point 3 index */
#selling-point-3-index h1 {
  font-size: 54px;
  color: #35548a;
}

#selling-point-3-index h2 {
  font-size: 42px;
  color: #35548a;
  padding: 5px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid #35548a;
}

#selling-point-3-index p {
  font-size: 16px;
  color: #35548a;
}

#selling-point-3-index img {
  width: auto;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  #selling-point-3-index h1 {
    font-size: 40px;
  }
  #selling-point-3-index h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  #selling-point-3-index h1 {
    font-size: 30px;
  }
  #selling-point-3-index h2 {
    font-size: 28px;
  }
}

/* liquidity providers */
#liquidity-providers h1 {
  font-size: 54px;
  color: #35548a;
}

#liquidity-providers img {
  width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 767px) {
  #liquidity-providers h1 {
    font-size: 40px;
  }
  #liquidity-providers img {
    width: 200px;
  }
}

@media screen and (max-width: 575px) {
  #liquidity-providers h1 {
    font-size: 30px;
  }
}

/* how to trade */
#how-to-trade {
  position: relative;
}

#how-to-trade h1 {
  font-size: 54px;
  color: #35548a;
}

#how-to-trade .icon img {
  width: 180px;
  height: 180px;
}

#how-to-trade p {
  color: #35548a;
}

#how-to-trade .row {
  position: relative;
}

#how-to-trade .arrow-1,
#how-to-trade .arrow-2,
#how-to-trade .arrow-3 {
  position: absolute;
  top: 80px;
}

#how-to-trade .arrow-1 img,
#how-to-trade .arrow-2 img,
#how-to-trade .arrow-3 img {
  width: 40px;
}

#how-to-trade .arrow-1 {
  left: 260px;
}

#how-to-trade .arrow-2 {
  left: 540px;
}

#how-to-trade .arrow-3 {
  left: 840px;
}

#how-to-trade .text {
  color: #35548a;
}

@media screen and (max-width: 1200px) {
  #how-to-trade .icon img {
    width: 140px;
    height: 140px;
  }
  #how-to-trade .arrow-1,
  #how-to-trade .arrow-2,
  #how-to-trade .arrow-3 {
    top: 60px;
  }
  #how-to-trade .arrow-1 {
    left: 220px;
  }
  #how-to-trade .arrow-2 {
    left: 460px;
  }
  #how-to-trade .arrow-3 {
    left: 700px;
  }
}

@media screen and (max-width: 992px) {
  #how-to-trade .icon img {
    width: 140px;
    height: 140px;
  }
  #how-to-trade .arrow-1 {
    top: 60px;
    left: 340px;
  }
  #how-to-trade .arrow-2 {
    display: none;
  }
  #how-to-trade .arrow-3 {
    top: 265px;
    left: 340px;
  }
}

@media screen and (max-width: 767px) {
  #how-to-trade h1 {
    font-size: 40px;
  }
  #how-to-trade .icon img {
    width: 140px;
    height: 140px;
  }
  #how-to-trade .arrow-1 {
    top: 245px;
    left: 250px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #how-to-trade .arrow-2 {
    display: block;
    top: 540px;
    left: 250px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #how-to-trade .arrow-3 {
    top: 835px;
    left: 250px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #how-to-trade.copytrade .arrow-1 {
    top: 285px;
  }
  #how-to-trade.copytrade .arrow-2 {
    top: 595px;
  }
  #how-to-trade.copytrade .arrow-3 {
    top: 905px;
  }
}

@media screen and (max-width: 575px) {
  #how-to-trade h1 {
    font-size: 30px;
  }
  #how-to-trade .icon img {
    width: 140px;
    height: 140px;
  }
  #how-to-trade .arrow-1 {
    top: 245px;
    left: 44.2%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #how-to-trade .arrow-2 {
    display: block;
    top: 520px;
    left: 44.2%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #how-to-trade .arrow-3 {
    top: 815px;
    left: 45%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/* line */
.line {
  width: 100%;
  height: 1px;
  background: #35548a;
}

/* master */
#master h1 {
  color: #35548a;
  font-size: 54px;
}

#master .title img {
  width: 45px;
}

#master p {
  color: #35548a;
}

#master .col {
  min-width: 20%;
  max-width: 20%;
}

#master .card {
  height: 300px;
  border: 0;
  position: relative;
}

#master .card.index {
  height: 400px;
}

#master .card.index .text {
  padding: 20px 20px 20px !important;
}

#master .card .cover {
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 85, 138, 0)), to(rgba(53, 85, 138, 0.8)));
  background: linear-gradient(180deg, rgba(53, 85, 138, 0) 0%, rgba(53, 85, 138, 0.8) 100%);
}

#master .card .cover .text {
  width: 60%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

#master .card .cover .copy {
  width: 40%;
  height: 100%;
  padding-right: 10px;
}

#master .card .cover .copy .btn-circle {
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  background-color: #01c906;
  color: #fff;
  border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#master .card .cover .copy .btn-circle:hover {
  background-color: #07990c;
}

@media screen and (max-width: 1200px) {
  #master .col {
    min-width: 25%;
    max-width: 25%;
  }
  #master .card.index .copy {
    width: auto !important;
  }
  #master .card .cover {
    height: 120px;
  }
  #master .card .cover .text {
    color: #fff;
    font-size: 14px;
  }
  #master .card .cover .copy {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  #master .card .cover .copy .btn-circle {
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #master .card .cover .copy .btn-circle:hover {
    background-color: #25406e;
  }
}

@media screen and (max-width: 992px) {
  #master .col {
    min-width: 33.33%;
    max-width: 33.33%;
  }
  #master .card.index .cover .text {
    width: 100%;
    padding: 20px 0px 15px 15px !important;
  }
  #master .card.index .cover .copy {
    width: auto !important;
    margin-right: 10px;
  }
  #master .card .cover .text {
    color: #fff;
    font-size: 16px;
  }
  #master .card .cover .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media screen and (max-width: 767px) {
  #master .col {
    min-width: 50%;
    max-width: 50%;
  }
  #master h1 {
    font-size: 40px;
  }
  #master .title img {
    width: 35px;
  }
  #master .card {
    max-width: 300px;
    margin: auto;
    height: 350px;
  }
  #master .card.index .cover .text {
    font-size: 16px !important;
  }
  #master .card .cover {
    height: 130px;
  }
  #master .card .cover .text {
    color: #fff;
    font-size: 16px;
    width: 50%;
  }
  #master .card .cover .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media screen and (max-width: 575px) {
  #master h1 {
    font-size: 30px;
  }
  #master .title img {
    width: 30px;
  }
  #master .card {
    height: 250px;
    max-width: 300px;
    margin: auto;
  }
  #master .card .cover {
    height: 100px;
  }
  #master .card .cover .text {
    color: #fff;
    font-size: 10px;
  }
  #master .card .cover .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  #master .card .cover .copy .btn-circle {
    font-size: 10px;
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 400px) {
  #master h1 {
    font-size: 30px;
  }
  #master .title img {
    width: 30px;
  }
  #master.index .card .cover {
    height: 100px;
  }
  #master .card {
    height: 250px;
    max-width: 300px;
    margin: auto;
  }
  #master .card .cover {
    height: 70px;
  }
  #master .card .cover .text {
    color: #fff;
    font-size: 8px;
  }
  #master .card .cover .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  #master .card .cover .copy .btn-circle {
    font-size: 8px;
    width: 40px;
    height: 40px;
  }
}

/* testimonial */
#testimonial {
  padding: 90px 0;
}

#testimonial .title h1 {
  font-size: 36px;
  color: #35548a;
}

#testimonial .quote {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px 0 20px 0;
}

#testimonial .quote img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

#testimonial .buttons button {
  background-color: #f57363;
  padding: 0px 7px;
  color: #fff;
  font-size: 32px;
}

#testimonial .buttons button:hover {
  background-color: #f86753;
}

/* subscribe */
#subscribe input {
  outline: none !important;
  height: 40px;
  padding: 5px 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#subscribe input:active, #subscribe input:focus {
  border: 1px solid #f57363;
}

#subscribe .btn-blue {
  font-size: 12px;
  height: 40px;
  min-width: 200px;
}

@media screen and (max-width: 992px) {
  #subscribe .btn-blue {
    min-width: 170px;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #subscribe img {
    max-width: 250px;
  }
}

/* footer */
footer {
  background-color: #c4c4c4;
  color: #000;
}

footer .foot {
  background: #000;
  color: #fff;
}

footer .foot a {
  text-decoration: none;
  color: #fff;
}

footer .contact .title {
  font-size: 24px;
}

/* master profile  */
#master-profile {
  background-color: #35548a;
  padding-top: 140px;
  padding-bottom: 70px;
  border-radius: 0 0 100px 100px;
}

#master-profile .foto img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#master-profile .deskripsi {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px 0 20px 0;
}

#master-profile .deskripsi .title {
  font-weight: bold;
  font-size: 18px;
}

#master-profile .performance .title {
  color: #fff;
  font-size: 24px;
}

#master-profile .performance p {
  color: #fff;
}

#master-profile .performance img {
  width: 100%;
}

#master-profile .performance .profit-loss .profit {
  background-color: #01c906;
  color: #fff;
  padding: 0 10px;
}

#master-profile .performance .profit-loss .loss {
  background-color: #f57363;
  color: #fff;
  padding: 0 10px;
}

#master-profile .detail .title {
  color: #fff;
  font-size: 24px;
}

#master-profile .detail p {
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 992px) {
  #master-profile {
    border-radius: 0 0 0px 0px;
  }
}

@media screen and (max-width: 400px) {
  #master-profile .detail .col-4 {
    font-size: 11px;
  }
}

/* master history */
#master-history .table-striped tbody tr:nth-of-type(odd) {
  background-color: #01c906 !important;
  color: #fff;
}

/* login & register body */
#login-body {
  background-image: url(../images/bg-regiser.png);
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100vh;
}

#login-body .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100vh;
  background: transparent;
}

#login-body .panel {
  position: relative;
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  max-width: 992px;
  padding: 50px 40px 20px;
  color: #fff;
  overflow: hidden;
}

#login-body .btn-close {
  position: absolute;
  top: 20px;
  left: 30px;
}

#login-body .btn-close a {
  color: #000;
  text-decoration: none;
  font-size: 28px;
}

#login-body .kiri {
  border-right: 1px solid #000;
  padding: 0 20px;
}

#login-body .kiri h1 {
  font-size: 24px;
  font-weight: bold;
}

#login-body .kiri .card {
  cursor: pointer;
  border: 0;
  background-color: #1a1a1a;
  border-radius: 8px;
  color: #fff;
  padding: 10px 20px;
  margin: 15px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#login-body .kiri .card.selected {
  background-color: #01c906;
  color: black;
}

#login-body .kiri .card.selected .title {
  color: #000;
}

#login-body .kiri .card .title {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

#login-body .kiri .card .leverage {
  width: 300px;
  position: relative;
}

#login-body .kiri .card .leverage .highlight {
  background-color: #000;
  color: #fff;
  padding: 2px 40px;
}

#login-body .kiri .card .leverage .dropdown {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 30px;
  right: 110px;
  width: 100px;
  padding: 3px 0px;
  background-color: #fff;
  color: #000;
  z-index: 50;
}

#login-body .kiri .card .leverage .dropdown.hide {
  display: none;
}

#login-body .kiri .card .leverage .dropdown:hover {
  background-color: #e7e7e7;
}

#login-body .kiri .card .leverage .dropdown .option {
  background-color: transparent;
  padding: 0 20px;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#login-body .kiri .card .leverage .dropdown .option:hover {
  background-color: #1a1a1a;
  color: #fff;
}

#login-body .kiri .card .leverage .arrow {
  font-size: 20px;
}

#login-body .kanan .form-area input {
  background-color: #c4c4c4;
  color: #35548a;
}

#login-body .kanan-login h1,
#login-body .kiri-login h1 {
  font-size: 24px;
}

#login-body .kanan-login .form-area input,
#login-body .kiri-login .form-area input {
  background-color: #c4c4c4;
  color: #35548a;
}

@media screen and (max-width: 767px) {
  #login-body .panel {
    max-width: 500px;
  }
  #login-body .kiri {
    border-right: 0;
    padding: 0;
    padding-top: 20px;
  }
  #login-body .kiri h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  #login-body .kanan-login h1,
  #login-body .kiri-login h1 {
    font-size: 18px;
  }
  #login-body .kanan-login .masuk-sekarang,
  #login-body .kiri-login .masuk-sekarang {
    font-size: 36px;
  }
  #login-body .kanan-login .form-area input,
  #login-body .kiri-login .form-area input {
    background-color: #c4c4c4;
    color: #35548a;
  }
}

@media screen and (max-width: 400px) {
  #login-body .kiri h1 {
    font-size: 24px;
    font-weight: bold;
  }
  #login-body .kiri .card {
    border: 0;
    border-radius: 8px;
    color: #fff;
    padding: 10px 20px;
    margin: 15px 0;
  }
  #login-body .kiri .card .title {
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
  #login-body .kiri .card p {
    font-size: 12px;
  }
  #login-body .kiri .card .leverage {
    font-size: 12px;
  }
  #login-body .kiri .card .leverage .highlight {
    padding: 2px 20px;
  }
  #login-body .kiri .card .leverage .dropdown {
    right: 54%;
    width: 70px;
  }
}

/* about header */
#about-header {
  padding: 120px 80px;
  background-color: #35548a;
}

#about-header img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#about-header img:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

#about-header h1 {
  font-size: 36px;
  color: #fff;
}

#about-header p {
  color: #fff;
}

@media screen and (max-width: 992px) {
  #about-header h1 {
    font-size: 32px;
  }
  #about-header p {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  #about-header {
    padding: 120px 30px;
  }
  #about-header img {
    height: 200px;
  }
  #about-header h1 {
    font-size: 24px;
  }
  #about-header p {
    font-size: 12px;
  }
}

/* about selling */
#about-selling {
  margin-top: -80px;
  position: relative;
}

#about-selling .card {
  -webkit-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.2);
  min-height: 440px;
  border: 0;
  border-radius: 20px;
  background-color: #01c906;
}

#about-selling .card img {
  border-radius: 20px 20px 0 0;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#about-selling .card .cover {
  height: 200px;
}

#about-selling .card .cover .text {
  color: #fff;
  font-size: 28px;
}

#about-selling .card .cover p {
  color: #fff;
}

@media screen and (max-width: 992px) {
  #about-selling .card img {
    border-radius: 20px 20px 0 0;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #about-selling .card .cover {
    height: 200px;
  }
  #about-selling .card .cover .text {
    font-size: 20px;
  }
  #about-selling .card .cover p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #about-selling .card {
    width: 300px;
    height: 320px;
    margin: auto;
  }
  #about-selling .card img {
    border-radius: 20px 20px 0 0;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #about-selling .card .cover {
    height: 200px;
  }
  #about-selling .card .cover .text {
    font-size: 20px;
  }
  #about-selling .card .cover p {
    font-size: 12px;
  }
}

/* thanks */
#thanks {
  background-image: url(../image/Grafis/Thank-You---Background.jpg);
  background-size: cover;
  background-position: center;
}

#thanks.not-found {
  background-image: url(../image/Grafis/Error-404---Background.jpg);
}

#thanks h1 {
  font-size: 54px;
}

#thanks .bg {
  padding: 140px 0 70px;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 64, 110, 0.6);
}

#thanks img.pohon {
  width: 280px;
}

#thanks img.arrow {
  width: 45px;
}

@media screen and (max-width: 992px) {
  #thanks h1 {
    font-size: 40px;
  }
  #thanks img.pohon {
    width: 180px;
  }
  #thanks img.arrow {
    width: 30px;
  }
}

/* ByOzean Initiative LLC */
.slick-slide {
  outline: none !important;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-red {
  background-color: #f57363;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 20px;
}

.btn.btn-red:hover {
  background-color: #f86753;
}

.btn.btn-blue {
  background-color: #35548a;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 20px;
}

.btn.btn-blue:hover {
  background-color: #25406e;
}

.btn.btn-green {
  background-color: #01c906;
  color: black;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 20px;
}

.btn.btn-green:hover {
  background-color: #07990c;
}

#about {
  background-color: #000000;
}

#about .header {
  padding: 160px 0 80px;
}

.header-trading-condition {
  background-image: url(../images/header-3.png);
  background-size: cover;
  background-position: center;
}

.header-trading-condition .container .text p {
  opacity: 0.86;
  font-weight: 300;
}
/*# sourceMappingURL=main.css.map */