.react-multi-carousel-item div {
  margin: 10px !important;
}

body {
  overflow-x: hidden;
  background: #ffffff !important;
  font-size: 14px !important;
  line-height: 26px;
}

.footer_div {
  background: #ffffff !important;
  color: #ffffff;
  padding: 50px 0 0;
}

p.Disclaimer {
  color: #000000;
}

/* .footer_div img {
  filter: invert(1);
} */

.footer_div .footer_bg {
  background-image: url("../img/footerbg.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background: #fff;
}

.footer-bottom a {
  color: #ffffff;
  padding: 10px;
  font-weight: 400;
}

.footer_div a {
  color: #000000 !important;
}

.slider_bg {
  /* background: url('../img/slider_bg.png'); */
  /* background: #0D0131; */
  background: linear-gradient(180deg, #3773f6, #3774f6f3);
  background-repeat: no-repeat;
}

.divider {
  height: 1px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid rgba(29, 29, 29, 0.08);
}

hr.divider {
  border-color: #fff;
}

.ways_content {
  padding-top: 50px !important;
}

.ways_content,
.ways_content ul li {
  padding-top: 15px;
  font-size: 14px;
  line-height: 26px;
}

.spacer {
  padding: 3rem 0;
  background-color: #ffffff;
}

/* .home_page_banner {
  background: #0d0d29 !important;
} */
.home_page_banner {
  background: url("../img/faq_bg.png") !important;
  background-color: #0d0d29 !important;
  height: 100%;
  min-height: 800px;
  background-size: cover;
  background-position: center 50px;
  padding: 2rem 2rem;
  position: relative;
  margin-bottom: 2rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat !important;
}

@keyframes slowBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
    /* Less movement */
  }
}

.bounce-animation {
  animation: slowBounce 4s infinite ease-in-out;
  /* Slower animation */
}

.banner_trading_view {
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.tradingview-widget-copyright {
  display: none !important;
}

.banner-section {
  /* background-color: #22151E; */
  /* background: #F7F8FA url('/./img/aconomic.svg') no-repeat; */
  background-position: top left;
  padding: 4rem 0 4rem;
  /* margin-top: 39px;  */
  position: relative;
  /* border-bottom: 1px solid #F7F8FA; */
}

.banner_left {
  position: absolute;
  width: 38.6875rem;
  height: 38.6875rem;
  left: 0px;
  top: -5rem;
  background: rgb(250, 235, 247);
  filter: blur(100px);
  z-index: -1;
}

.banner_right {
  position: absolute;
  width: 35.375rem;
  height: 35.375rem;
  right: 0px;
  bottom: 10.5rem;
  background: rgb(250, 235, 247);
  filter: blur(100px);
  z-index: -1;
}

.banner-section-inner {
  display: flex;
  align-items: center;
}

.payement_method {
  margin-top: 3rem;
}

.payement_method img {
  height: 2rem;
  width: 3rem;
  margin-right: 0.625rem;
}

.payement_method h4 {
  font-size: 1.5rem;
  line-height: 4rem;
  color: rgba(0, 20, 42, 0.6);
  margin-bottom: 0px;
  font-weight: 400;
}

.banner-section h3 {
  line-height: 4rem;
  font-size: 40px;
  /* font-family: 'Roboto', sans-serif; */
}

.banner_left_inner {
  /* color: #fff; */
  padding: 0 1rem;
  text-align: start;
}

.banner_left_inner p {
  font-size: 16px;
  color: #fff;
}

.first_registration_section {
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.first_registration_heading_section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 14px;
  margin-bottom: 20px;
}

.first_registration_heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 34.16px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.first_registration_subheading {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #cde9f2;
}

.coming_registration_subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.12px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.coming_registration_heading {
  font-size: 30px;
  font-weight: 500;
  line-height: 43.71px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.coming_text {
  font-size: 25px;
  font-weight: 500;
  line-height: 34.15px;
  letter-spacing: 0.5em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.register_input {
  background-color: #140b33;
  color: #ffffff;
  border: 1px solid #1c2c60;
  backdrop-filter: blur(20px);
}

.first_registration_section .form-group input {
  padding: 16px 20px !important;
  margin-bottom: 20px !important;
  border-radius: 8px !important;
}

.first_registration_section .form-group .react-tel-input .form-control {
  padding: 28px 50px !important;
  margin-bottom: 20px !important;
  border-radius: 8px !important;
}

.first_registration_section .form-group select {
  padding: 16px 20px !important;
  margin-bottom: 20px !important;
  border-radius: 8px !important;
}

.first_registration_section .form-group input:focus {
  background-color: #140b33 !important;
  color: #ffffff !important;
}

.first_registration_section .form-group select:focus {
  background-color: #140b33 !important;
  color: #ffffff !important;
}

.first_registration_section .form-group input::placeholder {
  color: #ffffff !important;
}

.first_registration_bg {
  background-image: url("../img/first_rg_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding-top: 40px;
  padding-left: 40px;
}

.first_rg_heading {
  font-size: 30px;
  font-weight: 600;
  line-height: 36.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.register_social_icon {
  width: 28px;
  cursor: pointer;
}

.first_rg_subheading {
  color: #ffffffcf;
  font-size: 9px;
  font-weight: 500;
  line-height: 16px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 10px;
}

/* Container for the upload input */
.file-upload-container {
  width: 100%;
  max-width: 600px;
  height: 150px;
  border: 1px solid #1c2c60;
  border-radius: 12px;
  background-color: #140b33;
  /* Dark background */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  color: #ffffff;
  backdrop-filter: blur(20px);
}

.labels {
  font-family: "Cairo";
  font-size: 16px;
  font-weight: 500;
  line-height: 29.98px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

/* Label for the file upload */
.file-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  /* Light grey text */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

/* Custom upload icon */
.upload-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

/* Hide the default file input */
.file-input {
  display: none !important;
}

/* Add hover effect */
.file-upload-container:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

/* Styles for the image preview */
.image-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
}

.preview-image {
  max-width: 100%;
  max-height: 120px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.preview-buttons {
  display: flex;
  gap: 10px;
}

.preview-buttons .btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}



.currency_section img {
  border-radius: 5px;
}

.features_section {
  background-color: #f7f8fa;
  padding: 5rem 0;
}

.tree_bg {
  background: url("/./img/tree_bg.png") no-repeat;
  background-position: bottom right;
  background-size: cover;
  /* height: 600px; */
  padding: 6rem 0;
}

.bg_camel {
  /* background-color: #E3E3E5; */
  padding: 4rem 2rem;
}

.key_features {
  padding: 50px 0px;
}

.ways {
  /* background-image: url("../img/faq_bg.png"); */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}

.trade_banner {
  /* background-image: url("../img/faq_bg.png"); */
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  background-color: #ffffff;
}

.para_subheading {
  color: #000000;
}

.key_features {
  background-color: #ffffff;
}

.key_features h4 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: black;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.key_features p {
  color: #000d1d99;
  font-size: 1.2rem;
}

.app_section {
  padding: 8rem 0;
  background-image: url("../img/top_bg1.png");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
}

.market_trend_section {
  /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    background-color: #fff;
    border-radius: 0.375rem; */
  padding: 3rem 0;
}

.market_coin_img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border-radius: 50%;
  /* border: 1px solid #f5f5f5; */
  /* box-shadow: 2px 1px 4px #ccc; */
  /* padding: 1px; */
  /* background-color: #fff; */
}

.banner_left_inner .login_btn {
  padding: 12px 20px !important;
  font-size: 16px;
  border: none;
  text-transform: uppercase;
}

.home_table {
  /* border: 1px solid #00bfffc3; */
}

.home_table thead tr {
  border-color: transparent;
  font-size: 20px;
}

.home_table tbody tr {
  height: 80px;
  border-color: transparent;
  font-size: 16px;
  vertical-align: middle;
}

.home_table thead tr th {
  color: #000000;
  font-weight: normal;
  font-size: 18px;
}

.secure_assets_section {
  background-color: #ffffff;
}

.AmexaCnt {
  font-size: 16px;
  line-height: 28px;
  max-width: 1024px;
  margin: 0 auto;
}

.para_heading {
  font-weight: 400;
  font-size: 50px;
  line-height: 68px;
  margin-bottom: 20px;
  /* color: #000000; */
}

.comming_soon_heading {
  font-weight: 800;
  font-size: 92px;
  line-height: 102px;
  margin-bottom: 20px;
}

.comming_soon_input input {
  background-color: transparent;
  border: none !important;
  border-radius: 6px;
  height: 42px;
  width: 78%;
  color: #fff;
  padding: 0px 16px;
}

.comming_soon_input input:focus-visible {
  width: 70% !important;
  border: none !important;
}

.comming_soon_input {
  display: flex;
  justify-content: space-between;
  border: 0.5px solid #ffffff;
  border-radius: 8px;
  padding: 4px;
  max-height: 55px;
}

.comming_soon_input button {}

.icons {
  margin: 1rem !important;
  font-size: 4rem;
  color: #552dba;
}

.display_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3;
}

.work-box {
  position: relative;
}

.work-box .work-icon {
  font-size: 56px;
  border-radius: 28% 72% 50% 50%/26% 20% 80% 74%;
  height: 96px;
  width: 96px;
  margin: 0 auto;
}

.work-box .work-arrow {
  position: absolute;
  right: -56px;
  top: 45%;
  width: 30%;
}

@media (max-width: 991.98px) {
  .work-box .work-arrow {
    display: none;
  }
}

.wrapper {
  display: flex;
  /* height: 70vh; */
  flex-direction: row;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
}

.fab {
  margin: auto;
}

.social {
  color: #fff;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social:hover {
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  transition: all ease 0.1s;
  -moz-transition: all ease-in 0.1s;
  -webkit-transition: all ease-in 0.1s;
  -o-transition: all ease-in 0.1s;
}

.facebook {
  color: #4267b2;
}

.twitter {
  color: #1da1f2;
}

/* .youtube {
  color: #c4302b;
}
.pinterest {
  color: #c8232c;
}
.instagram {
  color: transparent;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-clip: text;
  -webkit-background-clip: text;
}
.tumblr {
  color: #34526f;
}
.whatsapp {
  color: #25d366;
} */

.bg-ico {
  display: flex;
  background-color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0.99;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

.bg-ico:hover {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.8);
}

#facebook:hover {
  background-color: #4267b2;
  color: #fff;
}

#twitter:hover {
  background-color: #1da1f2;
}

/* #youtube:hover {
  background-color: #c4302b;
}
#pinterest:hover {
  background-color: #c8232c;
}
#instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background: -webkit-radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
#tumblr:hover {
  background-color: #34526f;
}
#whatsapp:hover {
  background-color: #25d366;
} */
#linkedin:hover {
  background-color: #285aeb;
  color: #fff;
}

#telegram:hover {
  background-color: #285aeb;
  color: #fff;
}

.facebook:hover,
.twitter:hover,
.youtube:hover,
.pinterest:hover,
.instagram:hover,
.tumblr:hover,
.whatsapp:hover,
.linkedin:hover,
.telegram:hover {
  color: #fff;
  transform: scale(1.3);
}

.timeline_box {
  margin-bottom: 2rem;
  display: flex;
}

.timeline_no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #222;
  /* color: rgb(255, 255, 255); */
  text-align: center;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  /* background-color: rgb(243, 54, 227); */
  margin-right: 35px;
}

.timeline_no.active {
  background-color: #552dba;
  color: #fff;
}

.timeline_line {
  margin-top: 4px;
  margin-left: 23px;
  width: 1px;
  /* height: calc(100% - 52px); */
  height: 100%;
  background: rgba(0, 13, 29, 0.08);
}

.trade_icons {
  height: 50px;
  width: 100px;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mactive {
  padding: 5px 15px !important;
  border-radius: 5px !important;
  margin: 10px 10px;
}

.nmactive {
  padding: 5px 15px !important;
  border-radius: 5px !important;
  background-color: #f9fcff !important;
  color: rgb(82, 120, 224) !important;
  margin: 10px 10px;
}

.wrap-2 {
  width: 100%;
  background-color: #141a28;
}

.bannertxt {
  font-size: 52px;
  line-height: 62px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.bannerSubHeading {
  font-weight: 500;
  font-size: 20px;
}

.text-gradient {
  color: #00c0ff;
  /* background-image: linear-gradient(45deg, #4C05AD 52%, #4B0171 81%);  */
  background: linear-gradient(180deg, #3773f6, #3774f6ee);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.comming-soon-bg {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}

.ways .slick-arrow {
  display: none !important;
}

/* .bannerImg {
  height: 80vh !important;
  padding-top: 60px;
} */
.bannerBtn {
  background-color: #09be8b;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 5px;
}

.bannerBtn:hover {
  background-color: red;
}

.img-1 {
  background-color: #1e2738;
  width: 200px;
  bottom: 130px;
  left: -14px;
}

.img-2 {
  background-color: #1e2738;
  top: 248px;
  left: -60px;
  width: 200px;
}

.img-3 {
  background-color: #1e2738;
  width: 200px;
  top: 183px;
  right: -34px;
}

.tradingBtn {
  background-color: #04da9a;
  padding: 12px 40px;
  color: white;
  border-radius: 3px;
  font-weight: 600;
}

.tradingBtn:hover {
  background-color: red;
  color: #fff;
}

/* .footer-logo {
  background-color: #09be8b;
  padding: 15px 10px;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
} */

/* .footer-logo:hover {
  opacity: 0.9;
} */

.social-link:hover {
  opacity: 0.7;
}

.wrap-about {
  min-height: 100vh;
  /* background-color: #141a28; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-top {
  color: #09be8b;
  font-size: 20px;
}

.about-head {
  font-size: 50px;
  font-weight: 400;
}

.about-paraOne {
  font-size: 18px;
  text-align: justify;
}

.about-paraTwo {
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}

.table_scroll_div {
  background-color: #ffffff;
}

.about_section {
  padding: 100px 0px;
  /* background-image: url('../img/about.png'); */
  background-size: cover;
  background-color: #ffffff;
  color: #000000;
}

.about_text {
  text-align: center;
}

.about_heading {
  font-weight: 400;
  font-size: 50px;
  line-height: 68px;
  margin-bottom: 40px;
}

.about_subheading {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
}

.about-img img {
  width: 60%;
  margin-top: 20px;
}

.about-img {
  display: flex;
  margin: auto;
  justify-content: center;
}

.about_content {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
  max-width: 750px;
  margin: auto;
}

.about_card_div {
  margin-top: 50px;
  border: 1px solid #0088ed26;
  padding: 40px 30px;
  /* background: #111131; */
  border-radius: 10px;
}

.about_card_div div {
  text-align: left;
  color: #000;
}

.about_card {
  text-align: center;
  padding: 0px 20px;
}

.about_card_heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
}

.about_card_content {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffffce;
}

.about_card_border_right {
  position: relative;
  /* To position the pseudo-element */
}

.about_card_border_right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  /* Adjust width as needed */
  background: linear-gradient(to bottom, black, #3773f6, black);
  z-index: 1;
}

/* -------------------460-------------- */
@media (max-width: 460px) {
  .trading-container {
    display: flex;
    flex-direction: column;
    padding: 50px;
  }

  .tradingBtn {
    margin: 10px 0;
  }
}

/* -------------------600-------------- */
@media (max-width: 600px) {
  .gifimg {
    width: 100%;
    /* background-color: ; */
  }

  .bannertxt {
    white-space: normal !important;
    font-size: 35px;
    font-weight: normal;
  }

  /* .banner {
      background-size: contain;
     background-position: top;
     height: 300px;
     background-repeat: no-repeat; 
     
   } */
  .bannerLeft {
    margin: 50px 0 !important;
  }

  .bannerRight {
    position: relative;
  }

  .bannerRight img {
    height: 400px !important;
  }

  .mysocial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .img-1 {
    left: 13px !important;
    top: -25px;
    width: 100px !important;
  }

  .img-2 {
    left: 50px !important;
    width: 150px !important;
  }

  .img-3 {
    width: 150px !important;
    right: 24px !important;
  }
}

/* -------------------768-------------- */

@media (max-width: 768px) {
  .about_card_border_right::after {
    display: none;
  }
 
  .key_features {
    padding: 30px 0px;
  }
  .about_section {
    padding: 30px 0px;

  }
  .about_card_div {
    padding: 20px 10px;

  }
.home_page_banner {
  min-height: 500px;

}
  .about_card {
    margin-bottom: 10px;
  }

  .first_rg_heading {
    font-size: 24px;
  }

  .para_heading {
    font-size: 24px;
    line-height: 34px;
  }

  .comming_soon_heading {
    font-size: 34px;
    line-height: 50px;
  }

  .app_section {
    padding: 1rem 0;
  }

  .bannerLeft {
    margin-top: 100px !important;
  }

  .bannerRight img {
    height: 400px !important;
    padding: 10px;
  }

  .card {
    margin-left: 0px !important;
  }

  .img-1 {
    display: block !important;
    width: 200px !important;
    height: 100px;
    bottom: 300px;
    left: -25px;
  }

  .img-2 {
    display: block !important;
    height: 100px;
    top: 300px;
    left: -25px;
    width: 200px;
  }

  .img-3 {
    display: block !important;
    width: 200px;
    height: 150px;
    top: 100px;
    right: -20px;
  }

  .about-img {
    margin-top: 50px;
  }

  .about-top {
    padding: 30px 0 0 0;
  }

  .about_heading {
    font-size: 28px;
    line-height: 34px;
  }

  .about_subheading {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .currency_section {
    margin: 10px -20px;
  }
  
}

/* -------------------992-------------- */
@media (max-width: 992px) {
  .bannertxt {
    font-size: 28px;
    line-height: 31px;
    max-width: auto !important;
  }

  .bannerRight img {
    height: 500px !important;
  }

  .payement_method {
    margin-top: 0 !important;
  }

  .buysell-card {
    margin-left: 0 !important;
    margin-top: 2rem !important;
  }

  .img-1 {
    display: none;
  }

  .img-2 {
    display: none;
  }

  .img-3 {
    display: none;
  }
}

.wrap-privacy {
  background-color: #ffffff;
  padding-top: 100px;
}

.wrap-privacy li {
  list-style-type: lower-alpha !important;
}

.data1 li {
  list-style-type: decimal !important;
}

.wrap-privacy p {
  color: #00000080;
}

.point-color {
  color: #09be8b;
}

.wrap-downloads {
  background-color: #141a28;
}

.downloads-img1 {
  height: 400px;
}

.download-button {
  display: inline-block;
  margin: 5px;
  width: 230px;
  background-color: #04da9a;
  text-align: left;
}

.wrap-downloads p {
  color: #94979f;
  font-size: 20px;
}

.nav-item nav-link py-1 {
  color: #04da9a;
}

.banner_child {
  background-color: #fcfcfc;
  border-color: #efefef;
  border-radius: 0.375rem;
  /* padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important;
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important; */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  /* width: 243px; */
  margin-bottom: 15px;
}

.name_coin {
  color: #8a8a8a;
  font-size: 14px;
}

.buysell-card {
  background: rgb(255, 255, 255);
  box-shadow: rgba(21, 85, 64, 0.15) 0px 0.25rem 1rem;
  border-radius: 0.5rem;
  margin-left: 2.5rem;
}

.buysell-card .nav-pills .nav-link {
  display: inline-flex;
  flex: 1 1;
  height: 4.551111111111111rem;
  font-size: 24px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg,
      rgba(0, 20, 42, 0.04),
      rgba(0, 20, 42, 0.04)),
    #fff;
  color: rgba(0, 20, 42, 0.6);
}

.buysell-card .nav-pills .nav-link.active {
  display: inline-flex;
  flex: 1 1;
  height: 4.551111111111111rem;
  font-size: 24px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #000 !important;
  border-bottom: 0 !important;
}

.buysell-card .input-group {
  margin-bottom: 2rem;
}

.buysell-card input {
  color: rgb(0, 13, 29);
  font-size: 16px;
  height: 48px;
  line-height: 26px;
  border: none;
  outline: 0;
  background-color: #f5f6f6;
}

.buysell-card .input-group-text {
  border: none;
  outline: 0;
  background-color: #f5f6f6;
}

.buysell-card .btn {
  height: 48px;
  font-size: 18px;
  padding: 0px 18px;
  color: rgb(255, 255, 255);
  background: rgb(1, 188, 141);
}

.buysell-card .payement {
  color: rgb(0, 13, 29);
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0px 10px;
  border: none;
  outline: 0;
  background-color: #f5f6f6;
  font-size: 12px;
  margin-bottom: 2rem;
}

.small-info {
  color: #666;
  font-size: 12px;
}

.pointer {
  cursor: pointer;
}

.upper_label {
  display: block;
  width: 6px;
  height: 6px;
  background: rgb(246, 103, 84);
  border-radius: 100%;
  position: absolute;
  right: -8px;
  top: 0px;
}

.latest_news {
  background-color: #552dba;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.latest_news_wrapper p {
  color: #7e7e7e;
}

.latest_news_wrapper .slick-slider {
  margin-bottom: 0 !important;
}

.latest_news_wrapper .left_description {
  position: relative;
  top: 9px;
  /* left: 21px; */
  padding: 0 3rem !important;
}

.latest_news_wrapper .slick-prev:before,
.latest_news_wrapper .slick-next:before {
  color: #c5bdbde3 !important;
}

.offcanvas {
  background-color: #000 !important;
}

@media screen and (max-width: 480px) {

  .banner_left,
  .banner_right {
    display: none;
  }

  .banner_left_inner {
    /* color: #fff; */
    padding: 3rem 1rem 0 !important;
  }

  .banner_left_inner h3 {
    color: #636363;
    font-size: 20px;
  }

  .display_row {
    display: grid;
    margin-bottom: 15px;
  }

  /* .banner_child {
    width: 353px!important;
  } */
  .tree_bg {
    padding: 5rem 0 0;
  }

  .bg-ico {
    display: flex;
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 5px;
  }

  .market_trend_section {
    padding: 0;
  }

  .home_table tbody tr {
    height: 0;
    font-size: 12px;
  }

  .home_table thead tr th {
    white-space: nowrap;
  }

  .market_coin_img {
    /* height: 22px; */
    margin-right: 5px;
  }

  table .text-secondary {
    display: none;
  }

  .name_coin {
    display: none;
  }

  .heading {
    font-size: 1.8rem;
  }
}

img.bounce-animation {
  width: 90% !important;
}

.HeadingNumber {
  border: 1px solid #0088ed26;
  height: 60px;
  width: 60px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.HeadingNumber img {
  max-width: 35px;
}

p.bannerSubHeading {
  margin-bottom: 30px;
  color: #fff;
}