@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.ttf");
}

@font-face {
  font-family: "Clash Display";
  src: url("../fonts/ClashDisplay-Regular.ttf");
  rc: url("../fonts/ClashDisplay-Bold.ttf");
}

body {
  font-family: "Satoshi";
}

section {
  margin-top: 6rem;
}

a {
  text-decoration: none;
  color: #101828;
}

a:hover {
  color: #101828;
}

.transaction-details-btn {
  background-color: #101828;
  height: 40px;
  width: 100%;
  color: #ffffff;
  border-radius: 26px;
}

.transaction-details-btn:hover {
  background-color: #ffffff;
  color: #101828;
  border: 1px solid #101828 !important;
}

.flickity-prev-next-button {
  display: none;
}

.form-check-input:checked {
  background-color: #101828 !important;
  color: #ffffff !important;
  border-color: #101828 !important;
}

.flickity-page-dots {
  display: none;
}

#landing-bg {
  background-color: #1D2939 !important;
  font-family: Clash Display;
}

#landing-bg a {
  color: #FE874C !important;
  text-decoration: none;
}

#landing-navbar {
  background-color: rgba(16, 24, 40, 0.22) !important;
  border: 1px solid #D0D5DD7E !important;
  border-radius: 36px;
}

#contact-us {
  width: 100%;
}

#contact-us label {
  color: #101828;
  margin-bottom: 1rem;
  font-weight: bold;
}

#contact-us .click-me {
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 29px;
}

.start-trading {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  color: #000000 !important;
  border-radius: 16px 16px 0px 0px;
}

.start-trading .login {
  background-color: #101828;
  color: #ffffff;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border-radius: 29px;
}

.start-trading .register {
  background-color: transparent;
  color: #101828;
  box-shadow: 0px 1px 2px 0px #1018280D;
  border-radius: 29px;
  border: 1px solid #101828;
}

footer {
  background-color: #10182838;
  border-top: 0.5px solid #ffffff;
}

.red {
  border: 1px solid red;
}

.nav-link.active {
  background-color: #0e0e0e;
  color: #ffffff;
  border-radius: 26px;
}

.nav-link.active:hover {
  background-color: #0e0e0e;
  color: #fff;
  border-radius: 26px;
}

.nav-link:hover {
  color: #0e0e0e;
  transition: 300ms ease-in-out;
}

.nav a {
  color: #0e0e0e;
}

.btn-login {
  width: 80px;
  background-color: #101828;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  border-radius: 29px;
  box-shadow: 0px 1px 2px 0px #1018280D;
}

.btn-login:hover {
  background-color: #ffffff !important;
  color: #101828;
}

.btn-register {
  background-color: #ffffff;
  color: #101828;
  border: 1px solid #ffffff;
  border-radius: 29px;
  box-shadow: 0px 1px 2px 0px #1018280D;
}

.btn-register:hover {
  background-color: #101828 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.hero-signup-btn {
  background-color: #ffffff;
  width: 250px;
  padding: 0.5rem;
  border-radius: 29px;
  color: #101828;
}

.hero-signup-btn:hover {
  background-color: #ffffff !important;
  color: #101828;
}

.main-title {
  font-size: 90px;
  font-weight: bold;
  color: #ffffff;
}

.sketch {
  width: 302px;
  height: 34px;
  position: absolute;
  left: 1rem;
  right: 0;
  top: 6rem;
}

.features {
  margin-top: 10rem;
}

.btn-start {
  background-color: #0e0e0e;
  color: #ffffff;
  border-radius: 26px;
}

#dash-snapshot {
  position: absolute;
  width: 850px;
  left: 19%;
  right: 0;
  margin-top: 4rem;
}

.advantage .card {
  background-color: #101828 !important;
  border-radius: 24px;
}

.about-us {
  margin-bottom: ;
}

.about-title {
  color: #FE874C;
  /* font-size: 40px !important; */
}

.about-sub-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600 !important;
  /*letter-spacing: -0.02em;*/
  /*line-height: 68px;*/
}

.about-rectangle {
  background-color: #101828;
  width: 80%;
  height: 95%;
  text-align: center;
  border-radius: 24px;
  position: absolute;
  left: 1rem;
  right: 0;
  top: 1.5rem;
  bottom: 0;
}

.contact-us {
  width: 100%;
  height: 200px;
}

.contact-form {
  background-color: #101828;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.contact-btn {
  background-color: #101828;
  color: #ffffff;
  border-radius: 29px;
  box-shadow: 0px 1px 2px 0px #1018280D;

}

.deposit-btn {
  background-color: #101828;
  height: 40px;
  width: 100%;
  color: #ffffff;
  border-radius: 26px;
}

.deposit-btn:hover {
  background-color: #101828 !important;
  color: #ffffff !important;
  border-radius: 26px;
}

.testimonial {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}

.btn-withdraw {
  border: 1px solid #101828;
  height: 40px;
  width: 100%;
  color: #101828;
  border-radius: 26px;
}

.mini-transaction {
  background: #fef3f2;
  padding: 0.5rem;
  border-radius: 26px;
}

.portfolio-btn {
  background-color: #f6f6f6;
  border-radius: 26px;
}

.portfolio-btn:hover {
  border: 1px solid #101828 !important;
}

.badge {
  border-radius: 26px;
}

.pill-bg-danger {
  background-color: #fef3f2 !important;
  color: #DF1111;
}

.pill-bg-success {
  background-color: #ECFDF3;
  color: #027A48;
}

.pill-bg-purple {
  background-color: #eef4ff !important;
  color: #3538cd;
}

.form-switch .form-check-input:checked {
  background-color: #101828;
  border: none;
}

#account-bg {
  width: auto;
  height: auto;
  background: #ffffff url("../images/account/iPhone-12.png") no-repeat fixed right;
  background-size: auto;
}

.account {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.account-verification {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.account-verification input {
  width: 60px;
  height: 60px;
  border: 1px solid #1e1e1e;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

input {
  width: 172px;
  height: 50px;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

.btn-dark {
  background: #0e0e0e !important;
  border: 1px solid #0e0e0e !important;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

.user-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0e0e0e;
  margin-left: 1rem;
}

.user-avatar .dropdown-menu {
  margin-top: 1rem !important;
}

.bank-modal {
  border-radius: 24px !important;
}

.bank-modal .modal-header {
  position: relative;
}

.bank-modal .btn-close {
  background-color: #ffffff;
  font-size: 15px;
  border-radius: 50%;
  position: absolute;
  margin-left: 93%;
  left: 0;
  right: 0;
  bottom: 3rem;
}

.close-btn {
  background: #848484;
  border-radius: 50%;
  font-size: 15px;
  padding: 0.1rem;
}

.p2p-form {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5rem;
}

.p2p-form-dropdown {
  width: 40%;
  border: 1px solid #d0d5dd;
}

.p2p-form-dropdown:hover {
  background-color: transparent !important;
  color: #667085 !important;
  border: 1px solid #d0d5dd !important;
}

.form-max-amount {
  border-left: none !important;
  background: transparent;
}

.form-max-amount a {
  color: #101828;
  text-decoration: none;
  font-weight: bold;
}

.btn-cancel {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  border-radius: 26px;
}

.btn-cancel:hover {
  border: 1px solid #000 !important;
}

.btn-continue {
  width: 100%;
  height: auto;
  background-color: #101828;
  color: #ffffff;
  border-radius: 26px;
}

.btn-continue:hover {
  background-color: #101828 !important;
  color: #ffffff !important;
}

.coin-type {
  width: 100%;
  height: 54px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

.currency-type {
  width: 100%;
  height: 54px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.divider {
  border-right: 2px solid #d0d5dd;
  border-left: 2px solid #d0d5dd;
}

.divider-summary {
  border-left: 2px solid #d0d5dd;
}

.buy-btn {
  background-color: #000000;
  color: #ffffff;
  border-radius: 26px;
}

.buy-btn:hover {
  border: 1px solid #000000 !important;
  color: #000000 !important;
  border-radius: 26px;
}

.countdown-bg {
  background: #ffdeb3 !important;
  color: #472b05;
  font-size: 16px;
  padding: 0.8rem;
}

.line {
  position: absolute;
  left: 0.9rem;
  right: 0;
  top: -1rem;
  z-index: -1;
  height: auto;
}

.info {
  background: #fffaeb !important;
  border-radius: 12px;
}

.seller-info {
  background: #f2f4f7;
  border-radius: 16px;
}

.chat-btn {
  background-color: #101828 !important;
  box-shadow: 0px 1px 2px 0px #1018280d !important;
  border-radius: 29px;
}

.dispute-btn {
  box-shadow: 0px 1px 2px 0px #1018280d !important;
  border-radius: 29px;
}

.asset-btn {
  width: 100%;
  height: 70px;
  border: 1px solid #d0d5dd;
}

.asset-btn:hover {
  background-color: transparent !important;
  color: #667085 !important;
  border: 1px solid #d0d5dd !important;
}

.bank-input {
  width: 100%;
  height: auto;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px #1018280d;
  border-radius: 8px;
}

#confirmationCodeModal input {
  width: 48px;
  height: 48px;
  font-size: 28px;
  text-align: center;
}

.text-color {
  color: #516AE4;
}

.transaction-table td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.settings-btn {
  border-radius: 41px;
  border: 1px solid #101828;
}

.btn-settings {
  background-color: #f7f7f7;
}

.btn-edit {
  background-color: #101828;
  border-radius: 29px;
  color: #ffffff;
}

.btn-edit:hover {
  background-color: #ffffff;
  border-radius: 29px;
  border: 1px solid #101828 !important;
  color: #101828;
}

.setttings .active {
  font-weight: bold !important;
  border: none;
}

.newsletter {
  border: 1px solid #101828;
  border-radius: 8px;
}

/* Mobile reponsive */

@media only screen and (min-device-width: 320px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
  section {
    margin-top: 2rem;
  }

  .main-title {
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    line-height: 45px;
  }

  .sketch {
    width: 100px;
    height: 20px;
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    top: 2rem;
  }

  .btn-login {
    width: 80px;
    background-color: #101828;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    border-radius: 29px;
    box-shadow: 0px 1px 2px 0px #1018280D;
  }

  .btn-register {
    width: 100%;
    background-color: #ffffff;
    color: #101828;
    border: 1px solid #ffffff;
    border-radius: 29px;
    box-shadow: 0px 1px 2px 0px #1018280D;
  }

  .features {
    margin-top: 5rem;
  }

  #dash-snapshot {
    width: 74%;
    position: absolute;
    left: 6%;
    right: 0;
    margin-top: 7%;
  }

  .about-sub-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600 !important;
    line-height: 40px;
  }

  .about-rectangle {
    background-color: #101828;
    width: 90%;
    /* min-height: auto; */
    text-align: center;
    border-radius: 24px;
    position: absolute;
    left: 0rem;
    right: 0;
    top: 1.5rem;
    bottom: 0;
  }

  #account-bg {
    background: none;
  }

  .account {
    height: auto;
    margin-top: 5rem;
    margin-top: 3rem;
  }

  .account-verification {
    width: 100%;
    height: auto;
    margin-top: 5rem;
    margin-bottom: 3rem;
  }

  #nav-list {
    margin-top: 1.5rem;
    justify-content: space-between;
  }

}