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

.footer_div {
  background: rgb(246,203,237);
  background: linear-gradient(50deg, rgba(246,203,237,0.5298494397759104) 1%, rgba(255,255,255,1) 77%, rgba(251,237,248,0.9444152661064426) 100%);
  color: rgba(29, 29, 29, 0.6);
}
/* .footer_div img {
  filter: invert(1);
} */

.text-green {
  color: #24ae8f !important;
}

.text-red {
  color: #dc5656 !important;
}


.footer-bottom a {
  color:rgba(29, 29, 29, 0.6);
  padding: 10px;
  font-weight: 400;
}
.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);
}




.home_page_banner {
  background: #F7F8FA url(/./img/aconomic.svg) no-repeat;
  background-position: top left;
  padding: 2rem 2rem ;
  position: relative;
  border-bottom: 1px solid #f7f8fa;
  margin-bottom: 2rem;
}


.banner-section {
  background: linear-gradient(324deg, rgb(232 245 255) 1%, rgb(255 255 255) 77%, rgb(245 245 245) 100%);
  background-position: top left;
  padding: 2rem 0;
  position: relative;
  border-bottom: 1px solid #f7f8fa;
 
}

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

.banner_right {
  position: absolute;
  width: 35.375rem;
  height: 35.375rem;
  right: 0px;
  bottom: 10.5rem;
  background: rgb(223, 223, 223);
  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;
}

.banner_left_inner p {
  font-size: 16px;
  color: #7e7e7e;
}
/* .banner_left_inner h3 {
  font-size: 2rem;
} */

.currency_section {
margin: 10px -20px
}
.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 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;
}



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






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

.home_table tbody tr {
  height: 80px;
  border-color: transparent;
  font-size: 20px;
  vertical-align: middle;
}
.home_table thead tr th {
  color: #546d92;
  font-weight: normal;
  /* font-size: 12px; */
}

.para_heading {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #091133;
}

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

.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;
  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;
}

.whatsapp {
  color: #25d366;
} 
.telegram{
  color: #33A8DB;
  
}

.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: #f00077;
  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: 2.5rem;
  line-height: 4rem;
  font-weight: 600;
  letter-spacing: .3px;
  /* max-width: 40rem; */
}
/* .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;
}

.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;
}

/* -------------------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;

  }


  .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) {
  .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;
  }
}
/* -------------------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: #fff;
  padding-top: 100px;
}

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

.wrap-privacy li > span {
  color: #222;
}

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

.data1 li > span {
  color: #222;
}

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

.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: #666;
}

.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: 18px;
  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);
  padding:1rem 0
}

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


.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: #f00077;
  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;
}

/* .latest_news_wrapper .left_description h5{
  color: #fff;

} */

@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;   
  }
}

.market_overview {
  background: #fff url(/./img/market_trend.jpg);
  /* background-repeat: no-repeat;   */
  box-shadow: 2px 3px 6px #ccc;
  border-radius: 8px;
  border:1px solid #1da1f2;  
  cursor: pointer;
  height: 150px;
  padding: 20px 15px;
  /* width: 140px; */
  margin-top: 10px;
}

.market_img img{
  width: 100%;
  border-radius: 10px;
  transition: transform .3s ease-in-out;
}

.market_img img:hover {
  transform: translateY(-10px);
}



/* .guide_no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  border: none;
  background-color: #2196F3;
  margin: auto;
  z-index: 1;
} */
.fast_trade .vtimeline_no {
  margin: 0;
}

.fast_trade .vtimeline_right {
  width: 90%;
}
.fast_trade .vtimeline_left {
  width: 11%;
}

.vtimeline_left {
  position: absolute;
  left: 0px;
  top: 35px;
  height: 1px;
  width: 50%;
  background-color: #eee;
  z-index: 0;
}
.vtimeline_right {
  position: absolute;
  right: 0px;
  top: 35px;
  height: 1px;
  width: 50%;
  background-color: #eee;
  z-index: 0;
}

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


.faq .accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: transparent;
}

.steps_collapse .accordion-header p {
  color: #666 !important;
  font-size: 12px;
  margin-bottom: 0 !important;
}
.steps_collapse .accordion-button::after,
.steps_collapse .accordion-button:not(.collapsed)::after {
  background-image: none !important;
}

.reward_accordion .accordion .accordion-item:nth-child(2) {
  border: 1px solid var(--main-color) !important;
}

.faq button {
  font-size: 16px !important;
  padding: 1rem 0;
}

.faq .accordion-button:focus,
.reward_accordion .accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.faq .accordion-button:not(.collapsed),
.reward_accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  color: #000;
  box-shadow: none !important;
}

.faq .accordion-body {
  padding: 24px 0 50px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 13, 29, 0.6);
}

.reward_accordion .accordion-item {
  border: 0 !important;
}
.reward_accordion .accordion-flush .accordion-item {
  border-radius: 12px;
}

/* .inner_page_banner {
  background: url(/./img/abstract-grey.jpg) no-repeat;
   padding: 2rem 0;
} */


.text-highlight {
  font-weight: 600;
  color: var(--main-color);
}

.refer_heading {
  font-weight: 600;
  font-size: 16px;
}
.text-lgray {
  color: #7e7e7e !important;
}
.grey_text {
  color: #7e7e7e 
}
.fs-14{
  font-size: 14px;
}

.page_main_heading {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  letter-spacing: .3px;
  /* max-width: 40rem; */
}

.sub_heading {
  font-size: 1.3rem;
  line-height: 2.3rem;
  font-weight: 600;
}
.about_img {
  width:35px
}


.about_cta {
  background:  rgb(40, 148, 249) 
  
}

.about_cta .about_cta_content {
  padding: 20px;
}

.about_cta_content h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}

.about_cta_content p {
  color: #f7f7f7;
  font-size: 14px;
}

