@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden !important;
  background-image: url(../images/Hero-Section-Banner.png);
  background-size: cover;
  background-position: top center;
  background-color: #00061e;
}

p {
  font-size: 14px;
  color: #00061e;
  line-height: 24px;
}

img {
  max-width: 100%;
}
.grid-column-2 {
  grid-template-columns: repeat(2, 1fr);
}
.btn {
  border-radius: 45px;
  border: 1px solid #090909;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #090909;
  letter-spacing: -0.1px;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(9, 9, 9, 0.1);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.btn i {
  margin-right: 5px;
}
.btn .arrow-down {
  transform: rotate(-90deg);
}
.btn.btn-default {
  background-color: transparent;
  transition: all 0.35s;
}
.btn.btn-dark {
  background-color: #00061e;
  color: #fff;
}
.btn.btn-primary {
  background: linear-gradient(-90deg, #29a758, #d1e868);
  color: #00061e;
  overflow: hidden;
  z-index: 1;
  border: 0;
}
.btn.btn-primary:before,
.btn.btn-primary:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: linear-gradient(-190deg, #d1e868, #29a758);
  z-index: -1;
  transition: all 0.35s;
}
.btn.btn-primary:before {
  opacity: 0.5;
}
.btn.btn-primary:hover {
  border-color: transparent;
  box-shadow: 7px 9px 16px rgba(71, 3, 140, 0.151);
}
.btn.btn-primary:hover:after {
  top: 0;
}
.header-area {
  padding: 20px 0;
}
main {
  padding: 60px 0;
}
.rectangle-56-complete {
  position: relative;
  border-radius: 20px;
  background-blend-mode: normal;
  box-shadow:
    inset 6px 6px 16px 0px rgba(255, 255, 255, 0.2),
    inset -6px -6px 16px 0px rgb(255 255 255 / 20%),
    5px 7px 16px 5px rgba(0, 6, 30, 0.22);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.graph-container {
  padding: 24px 30px;
}
#chartContainer {
  height: 250px;
  width: 100%;
}
.graph-container .graph-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.graph-container .graph-header h1 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 0;
  color: #fff;
  letter-spacing: -0.3px;
}
.graph-container .graph-header .update {
  background: linear-gradient(-90deg, #29a758, #d1e868);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.2px;
  border-radius: 25px;
  padding: 5px 20px;
  line-height: normal;
  text-transform: uppercase;
}
.stats-container {
  background: rgba(134, 220, 248, 0.2);
  padding: 20px 30px;
}
.stats-container h5 {
  font-size: 18px;
  text-align: center;
  color: #d1e868;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}
.stats-container .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}
.stats-container .stat-item {
  border-radius: 50px;
  text-align: center;
  box-shadow: 7px 8px 9px rgba(0, 0, 0, 0.51);
  padding: 7px;
}
.stats-container .stat-item:first-child {
  background: linear-gradient(0deg, #0675e0, #deefff);
}
.stats-container .stat-item:nth-child(2) {
  background: linear-gradient(0deg, #d1e868, #f6ffcd);
}
.stats-container .stat-item:nth-child(3) {
  background: linear-gradient(0deg, #29a758, #ceffe0);
}
.stats-container .stat-item:nth-child(4) {
  background: linear-gradient(0deg, #86dcf8, #dcf6ff);
}
.stats-container .stat-item .stat-label {
  color: #00061e;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.1px;
}
.stats-container .stat-item .stat-value {
  color: #00061e;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
}
.trade-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.trade-item {
  background: #fff;
  border-left: 6px solid #29a758;
  border-radius: 20px;
  padding: 15px;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  font-weight: 600;
}
.trade-header {
  display: flex;
  font-size: 0.8rem;
  justify-content: space-between;
}
.trade-details {
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
}
.trade-detail-item {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.trade-item strong {
  font-size: 14px;
  font-weight: bold;
}
.trade-pair {
  color: #00061e;
  font-weight: bold;
  font-size: 14px;
}
.trade-profit {
  color: #14ad50;
}

.trade-loss {
  color: #ea3943;
}

.transations-hashes {
  padding: 70px 0;
}
.transations-hashes h2 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.transations-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.transations-box {
  background-color: rgba(229, 241, 253, 0.1);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.flex-center {
  display: flex;
  align-items: center;
  gap: 10px;
}
.transations-box .fa {
  color: #11d900;
}
.transations-box h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
.transations-box span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
.transations-box span.f-base {
  font-size: 16px;
  text-align: right;
}
.transations-box .single-link .fa {
  color: rgba(255, 255, 255, 0.4);
}
.transations-box .copy-link {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.2px;
  font-size: 18px;
  text-decoration: underline;
  text-underline-position: under;
  cursor: pointer;
  max-width: calc(100% - 40px);
  cursor: pointer;
}
.transations-box .link-button {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(209, 232, 104), rgb(41, 167, 88));
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  padding: 0px;
  flex: 0 0 auto;
}
/* Footer Styles */
footer {
  padding-top: 30px;
  background-image: url(../images/Hero-Section-Banner-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 72%;
}
footer .top-footer {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-nav ul li {
  position: relative;
}
footer .footer-nav ul li a {
  color: #fff;
  font-size: 14px;
  padding: 20px 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: -0.2px;
  position: relative;
}
footer .footer-nav ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #d1e868;
  transition: 0.5s;
}
footer .footer-nav ul li:not(:last-child) a::after {
  content: ".";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-nav ul li:hover a {
  color: #d1e868;
}
footer .footer-nav ul li:hover a::before {
  width: 60%;
}
footer .footer-logo {
  display: flex;
  max-width: 159px;
  justify-content: center;
}
footer .footer-logo img {
  width: 100%;
}
footer .social-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 10px;
}
footer .social-widget a {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
footer .social-widget a img {
  position: relative;
  transition: 0.5s;
  z-index: 3;
}
footer .social-widget a img.hover {
  display: none;
}
footer .social-widget a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}
footer .social-widget a:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background: #151515;
  transition: 0.5s;
  z-index: 2;
  border-radius: 50%;
}
footer .social-widget a.fb-icon {
  border-color: #1877f2;
}
footer .social-widget a.fb-icon:before {
  background: #1877f2;
}
footer .social-widget a.insta-icon {
  border-color: #761cc9;
}
footer .social-widget a.insta-icon:before {
  background: linear-gradient(-180deg, #fbcb2a 0%, #fc3282 50%, #761cc9 100%);
}
footer .social-widget a.whatsapp-icon {
  border-color: #41c451;
}
footer .social-widget a.whatsapp-icon:before {
  background: #41c451;
}
footer .social-widget a.yt-icon {
  border-color: #ff0001;
}
footer .social-widget a.yt-icon:before {
  background: #ff0001;
}
footer .social-widget a.tt-icon {
  border-color: #fff;
}
footer .social-widget a.tt-icon:before {
  background: #fff;
}
footer .social-widget a:hover img {
  transform: rotateY(360deg);
}
footer .social-widget a:hover img.normal {
  display: none;
}
footer .social-widget a:hover img.hover {
  display: inline-block;
}
footer .social-widget a:hover:before {
  top: 0;
}
footer .social-widget a:hover:after {
  top: 100%;
}
footer .footer-middle {
  border-top: 1px solid rgba(232, 220, 207, 0.13);
  border-bottom: 1px solid rgba(232, 220, 207, 0.13);
  padding: 10px 0;
}
footer .footer-middle .footer-widget {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
footer .footer-middle .footer-widget .icon {
  height: 42px;
  width: 42px;
  background: linear-gradient(-90deg, #29a758, #d1e868);
  border-radius: 50%;
  box-shadow: 0px 5px 30px rgba(88, 81, 35, 0.16);
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin-right: 10px;
  flex: 0 0 auto;
}
footer .footer-middle .footer-widget .icon img.icon-img {
  max-width: 100%;
  width: auto;
}
footer .footer-middle .footer-widget .icon-2 {
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 6px 40px rgba(88, 81, 35, 0.16);
  flex: 0 0 auto;
  margin-right: 5px;
  overflow: hidden;
}
footer .footer-middle .footer-widget .icon-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
footer .footer-middle .footer-widget h6 {
  font-size: 18px;
  font-weight: 600;
  color: #d1e868;
  margin-bottom: 2px;
}
footer .footer-middle .footer-widget h5 {
  font-size: 16px;
  color: #d1e868;
  margin-bottom: 2px;
}
footer .footer-middle .footer-widget a,
footer .footer-middle .footer-widget p {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  letter-spacing: -0.11px;
  display: block;
  margin: 0 0 6px;
}
footer .copyright {
  padding: 15px 0;
}
footer .copyright p {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin: 0;
}

.arbitrage-modal .modal-content {
  background: linear-gradient(0deg, #0675e0, #c1e166);
  padding: 24px;
}
.arbitrage-modal .modal-dialog {
  max-width: 555px;
}
.arbitrage-modal .modal-content .fa-exclamation-circle {
  color: #00061e;
  font-size: 70px;
}
.arbitrage-modal .modal-content p {
  font-size: 16px;
  font-weight: 500;
}

/* ----scroll to top css start ----*/
.scroll-top {
  bottom: 34px;
  cursor: pointer;
  height: 42px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 42px;
  z-index: 9999;
  transition: 0.4s;
  border-radius: 50%;
  background: linear-gradient(-90deg, #29a758, #d1e868);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.scroll-top i {
  line-height: 42px;
  color: #fff;
  font-size: 14px;
}

.scroll-top.not-visible {
  bottom: -50px;
  visibility: hidden;
  opacity: 0;
}

.scroll-top:hover {
  box-shadow: 0px 5px 14px rgba(71, 3, 140, 0.4);
}

/* Scroll down */
.scroll-button {
  width: 140px;
  height: 140px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.0175em;
  word-spacing: 0em;
  text-decoration: none;
  border-radius: 50%;
  background-color: #090909;
  padding: 4px;
  margin-top: -70px;
  position: relative;
  z-index: 8;
}
.scroll-button img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.scroll-button .link__svg {
  width: 100%;
  height: auto;
  transform-box: fill-box;
  fill: #fff;
  stroke: #fff;
  stroke-width: 1em;
  stroke-linecap: round;
  stroke-linejoin: round;
  font-size: 1.3rem;
}
.scroll-button .link__text {
  animation: rotateReverse normal infinite 20s linear;
  transform-origin: 50% 50%;
}
/* Authentication */
.auth-wrapper {
  background: url(../images/Signin-Section-Banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0;
  min-height: 100vh;
}
.auth-wrapper .auth-container {
  background-blend-mode: normal;
  box-shadow:
    inset 10px 10px 16px 0px rgba(255, 255, 255, 0.5),
    inset -10px -10px 16px 0px rgb(255 255 255 / 50%),
    5px 7px 16px 5px rgba(0, 6, 30, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  padding: 90px;
  width: 555px;
  max-width: 100%;
}
.auth-wrapper .auth-container .auth-image {
  border-radius: 30px;
  overflow: hidden;
  min-height: 200px;
  height: 100%;
}
.auth-wrapper .auth-container .auth-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.auth-wrapper .auth-container .auth-header {
  text-align: center;
  margin-bottom: 24px;
}
.auth-wrapper .auth-container .auth-header h3 {
  font-weight: bold;
  line-height: 30px;
  font-size: 30px;
  letter-spacing: -0.3px;
  color: #fff;
  margin-top: 32px;
}

.auth-wrapper .auth-container .auth-header p {
  color: #fff;
}
.auth-wrapper .auth-container .text-right {
  text-align: right;
}
.auth-wrapper .auth-container .text-right p {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #fff;
  margin-bottom: 0;
}
.auth-wrapper .auth-container label {
  font-size: 14px;
  letter-spacing: -0.2px;
  margin-bottom: 2px;
  font-weight: 400;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.auth-wrapper .auth-container select,
.auth-wrapper .auth-container input {
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 3px 0 5px;
  background: transparent;
  width: 100%;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.auth-wrapper .auth-container select option {
  color: #00061e;
}
.auth-wrapper .auth-container input::placeholder {
  color: #fff;
  opacity: 0.8;
}
.auth-wrapper .auth-container select:focus,
.auth-wrapper .auth-container input:focus {
  outline: 0;
  box-shadow: none;
}
.auth-wrapper .auth-container .form-group {
  margin-bottom: 22px;
  position: relative;
}
.auth-wrapper .auth-container .toggle-password {
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: #fff;
}
.auth-wrapper .auth-container .btn-primary {
  width: 300px;
  justify-content: center;
}
.checkbox-wrapper {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  padding-right: 0;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1.5;
  user-select: none;
  position: relative;
}
.checkbox-wrapper input {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
}
.checkbox-wrapper .checkmark {
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 0;
  transform: translateY(-50%);
}
.checkbox-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper input:checked ~ .checkmark {
  background-color: transparent;
}

.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-wrapper a {
  text-decoration: underline;
  text-underline-position: under;
  color: #fff;
}
.auth-container a.forget-password {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.auth-container a.forget-password:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.auth-container .iti {
  display: flex;
  gap: 5px;
}
.auth-container .iti__flag-container {
  position: relative;
  padding: 0;
}
.auth-container .iti .form-control {
  padding-left: 0 !important;
  border-radius: 0;
}
.auth-container .iti__selected-flag {
  border-bottom: 1px solid #fff;
}
.auth-container .iti__selected-dial-code {
  color: #fff;
}
.auth-container .iti__arrow {
  border-top-color: #fff;
}
/* Responsive */
@media (max-width: 1191px) {
  .btn {
    padding: 7px 20px;
  }
  .trade-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .stats-container .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 30px;
  }
  .graph-container .graph-header {
    flex-flow: wrap;
    gap: 16px;
  }
  .graph-container .graph-header h1 {
    font-size: 18px;
    line-height: 34px;
  }
  .graph-container,
  .stats-container {
    padding: 10px 15px;
  }
  .stats-container .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .stats-container .stat-item .stat-value {
    font-size: 16px;
  }
  .stats-container .stat-item .stat-label {
    font-size: 10px;
  }
  .trade-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .trade-item {
    font-size: 10px;
  }

  .trade-item strong {
    font-size: 12px;
  }
  .transations-hashes h2 {
    font-size: 24px;
  }
  .transations-box {
    padding: 15px;
  }
  .transations-box span {
    font-size: 10px;
  }
  .transations-box .copy-link,
  .transations-box span.f-base,
  .transations-box h6 {
    font-size: 12px;
  }

  footer .footer-middle .footer-widget h6 {
    font-size: 16px;
  }
  footer .footer-middle .footer-widget a,
  footer .footer-middle .footer-widget p {
    font-size: 14px;
    line-height: 24px;
  }

  .feature-box p {
    font-size: 12px;
  }

  footer .footer-middle {
    padding: 20px 0;
  }
  footer .footer-logo {
    margin-bottom: 24px;
  }
  footer .top-footer {
    gap: 24px;
  }
  .arbitrage-modal .modal-content {
    padding: 0;
  }
  .arbitrage-modal .modal-content p {
    font-size: 14px;
  }
  .arbitrage-modal .modal-content .btn,
  .arbitrage-modal .modal-content p {
    font-size: 12px;
  }
  .auth-wrapper .auth-container {
    padding: 50px 15px;
  }
  .auth-wrapper .auth-container .auth-header img {
    max-width: 150px;
  }
  .auth-wrapper .auth-container .auth-header h3 {
    font-size: 20px;
  }
  .auth-wrapper .auth-container .auth-header p {
    font-size: 14px;
  }
  #chartContainer {
    height: 170px;
  }
}

@media (max-width: 420px) {
  .grid-column-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  #chartContainer {
    height: 150px;
  }
}

@media (max-width: 340px) {
  .transations-box .d-flex.justify-content-between {
    gap: 10px;
  }
  .transations-box .flex-center {
    gap: 5px;
  }
  .transations-box .fa,
  .transations-box span {
    font-size: 8px;
  }
  .transations-box .copy-link,
  .transations-box span.f-base,
  .transations-box h6 {
    font-size: 10px;
  }
}
