@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("../../fonts/400.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("../../fonts/500.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("../../fonts/600.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("../../fonts/700.woff2") format("woff2");
  font-display: swap;
}
.accordion-button {
  background-color: transparent;
}

html {
  font-family: "Inter", sans-serif !important;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
}
html * a {
  text-decoration: none;
  cursor: pointer;
}
html body {
  font-family: "Inter", sans-serif !important;
}

.font_42 {
  font-size: 42px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .font_42 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .font_42 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .font_42 {
    font-size: 28px;
  }
}

.font_20 {
  font-size: 20px;
}
.font_20.f-500 {
  font-weight: 500;
}
.font_20.f-600 {
  font-weight: 600;
}
.font_20.f-700 {
  font-weight: 700;
}

.font_22 {
  font-size: 22px;
}
.font_22.f-500 {
  font-weight: 500;
}
.font_22.f-600 {
  font-weight: 600;
}
.font_22.f-700 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .font_22 {
    font-size: 20px;
  }
}

.font_16 {
  font-size: 16px;
}
.font_16.f-400 {
  font-weight: 400;
}
.font_16.f-500 {
  font-weight: 500;
}
.font_16.f-600 {
  font-weight: 600;
}
.font_16.f-700 {
  font-weight: 700;
}

.font_18 {
  font-size: 18px;
}
.font_18.f-400 {
  font-weight: 400;
}
.font_18.f-500 {
  font-weight: 500;
}
.font_18.f-600 {
  font-weight: 600;
}
.font_18.f-700 {
  font-weight: 700;
}

.font_26 {
  font-size: 26px;
}
.font_26.f-400 {
  font-weight: 400;
}
.font_26.f-600 {
  font-weight: 600;
}
.font_26.f-700 {
  font-weight: 700;
}
@media (max-width: 767px) {
  .font_26 {
    font-size: 22px;
  }
}

.font_36 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .font_36 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .font_36 {
    font-size: 24px;
  }
}

.font_14 {
  font-size: 14px;
}
.font_14.f-400 {
  font-weight: 400;
}
.font_14.f-600 {
  font-weight: 600;
}
.font_14.f-700 {
  font-weight: 700;
}

.font_20, .font_36, .font_42, .font_26, .font_18, .font_16, .font_22 {
  color: white;
}
.font_20.black, .font_36.black, .font_42.black, .font_26.black, .font_18.black, .font_16.black, .font_22.black {
  color: #0e101a !important;
}

button:disabled {
  opacity: 0.57;
  cursor: not-allowed;
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  transition-duration: 0.25s;
}
header .navbar-brand img {
  width: 150px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 767px) {
  header .navbar-brand img {
    width: 120px;
    height: 50px;
    object-fit: contain;
  }
}
header .header_item {
  width: 100%;
  display: block;
  position: relative;
}
@media (min-width: 992px) {
  header .header_item {
    display: flex;
    margin: auto;
  }
}
header #my-header li a {
  font-size: 14px;
}
header #my-header .nav-item .nav-link {
  font-weight: 600;
  padding: 10px 5px;
  cursor: pointer;
}
header #my-header .nav-item.services_li {
  position: relative;
}
header #my-header .nav-item.services_li .nav-link {
  z-index: 1;
}
header #my-header .nav-item.services_li::after {
  content: "";
  position: absolute;
  width: 90%;
  left: 0;
  top: 0;
  height: 75px;
  cursor: pointer;
}
header #my-header .nav-item.services_li svg {
  transition-duration: 0.25s;
}
header #my-header .nav-item.services_li:hover svg {
  transform: rotate(180deg);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header #my-header .nav-item:nth-child(4) .services_list {
    left: -20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header #my-header .nav-item:nth-child(1) .services_list, header #my-header .nav-item:nth-child(2) .services_list {
    transform: translateX(-30%);
  }
}
header #my-header .nav-item .services_list {
  display: none;
  position: absolute;
  opacity: 0;
  top: -17px;
  width: 500px;
  margin-top: 75px;
  transition-duration: 0.25s;
  left: 10%;
  transform: translateX(-50%);
  overflow: hidden;
}
header #my-header .nav-item .services_list .scroll_height {
  height: 60vh;
  overflow: auto;
  overscroll-behavior: contain;
}
header #my-header .nav-item .services_list a {
  display: block;
  margin: 5px 0;
  padding: 10px 20px;
  font-size: 16px;
  transition-duration: 0.15s;
}
@media (min-width: 992px) {
  header #my-header .nav-item:hover .services_list {
    opacity: 1;
    display: block;
  }
}
header #my-header .service_title p {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid silver;
  padding-bottom: 15px !important;
}
header .mobile_nav {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 57px;
  z-index: 2;
  height: 100vh;
  transition-duration: 0.25s;
  overflow: hidden auto;
  transform: translateX(-100%);
}
header .mobile_nav::-webkit-scrollbar {
  width: 0;
}
header .mobile_nav.showMobilenav {
  transform: translateX(0%);
}
header .mobile_nav a {
  display: block;
  font-size: 16px;
}
header .mobile_nav a:not(.cnt_btn) {
  padding: 10px 20px 10px 5px;
}
header .mobile_nav .accordion-body {
  padding: 2px 20px !important;
}
header .mobile_nav .accordion-item,
header .mobile_nav .accordion-button {
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}
header .mobile_nav .blog_text, header .mobile_nav .accordion-button {
  font-size: 14px;
}
header .mobile_nav .accordion-button {
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 25px;
}
header .mobile_nav .accordion-button svg {
  transition-duration: 0.25s;
  position: absolute;
  right: 25px;
}
header .mobile_nav .accordion-button::after {
  background: none !important;
}
header .mobile_nav .accordion-button:not(.collapsed) svg {
  transform: rotate(180deg);
}
header .mobile_nav .accordion-button, header .mobile_nav a {
  color: black !important;
}
header .navbar-toggler {
  position: absolute;
  right: 6px;
  top: 6px;
}

footer {
  padding: 4em 0 5em;
}
footer a {
  display: inline-block;
  transition-duration: 0.25s;
}
footer .footer_title a {
  display: block;
  padding: 10px 0;
}
footer .social_media a {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  border: 2px solid transparent;
}
footer .social_media span:hover a {
  transform: translateY(-20px);
}
footer .copyright {
  border-top: 2px solid transparent;
  padding-top: 12px;
}

.header_item {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2%;
  justify-content: space-between;
}

.menu_bar {
  position: absolute;
  top: 5px;
  right: 5px;
}

.tech_images .tech_image_inner {
  border: 1px solid white;
  border-radius: 20px;
  max-width: 160px;
  height: 160px;
  text-align: center;
  margin: 20px 28px;
}
.tech_images .tech_image_inner img {
  width: 110px;
}

.cnt_btn {
  font-weight: 500;
  font-size: 16px;
  display: inline-block !important;
  transition-duration: 0.12s;
}

form .form-group .icon svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.contact_form .form_outer .form-group {
  border-radius: 7px;
}
.contact_form .form_outer .form-group input {
  border-radius: 7px;
}
.contact_form .form_outer .form-group.number_field input {
  border-radius: 0px 7px 7px 0px;
}
.contact_form .form_title h5 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .contact_form .form_title h5 {
    font-size: 24px !important;
  }
  .contact_form .form_title p {
    font-size: 16px !important;
  }
}
.contact_form form input,
.contact_form form textarea {
  width: 100%;
  outline: none;
  background-color: transparent;
  padding: 15px 20px 15px 50px;
  resize: none;
  border: none;
  transition-duration: 0.25s;
}
.contact_form .form-group {
  position: relative;
  border-radius: 12px;
}
.contact_form .form-group .icon {
  position: absolute;
}
.contact_form .form-group .icon {
  top: 15px;
  left: 15px;
}
.contact_form .form-group .icon svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.contact_form .selected_country, .contact_form .show_country_ul * {
  cursor: pointer;
}
.contact_form .selected_country {
  position: relative;
  left: 40px;
  font-size: 16px;
}
.contact_form .show_country_ul {
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 0;
  max-height: 220px;
  z-index: 2;
  top: 57px;
  border-radius: 5px;
  overflow-y: auto;
  display: none;
}
.contact_form .show_country_ul.visible-country {
  display: block !important;
}
.contact_form .show_country_ul li {
  padding: 7px 15px;
  border-radius: 2px;
  position: relative;
}
.contact_form .show_country_ul li::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 95%;
  height: 100%;
}
.contact_form .show_country_ul li span {
  display: inline-block;
  padding: 0 4px;
}
.contact_form .show_country_ul li .flag {
  font-size: 20px;
}
.contact_form .show_country_ul::-webkit-scrollbar {
  width: 5px !important;
}
.contact_form .form-submit #submit_btn, .contact_form #submit_btn2 {
  transition-duration: 0.3s;
}

#faq #accordionExample .accordion-item, #faq #accordionExampleFaq .accordion-item {
  background: transparent;
  border: none;
}
#faq #accordionExample .accordion-item .accordion-button, #faq #accordionExampleFaq .accordion-item .accordion-button {
  background: transparent;
}
#faq #accordionExample .accordion-item .accordion-button:not(.collapsed), #faq #accordionExample .accordion-item .accordion-button:focus, #faq #accordionExampleFaq .accordion-item .accordion-button:not(.collapsed), #faq #accordionExampleFaq .accordion-item .accordion-button:focus {
  background-color: unset;
  border: unset;
  box-shadow: unset;
  color: unset;
  background-color: unset;
}
#faq #accordionExample .accordion-item .accordion-button:after, #faq #accordionExample .accordion-item .accordion-button::before, #faq #accordionExampleFaq .accordion-item .accordion-button:after, #faq #accordionExampleFaq .accordion-item .accordion-button::before {
  background-image: unset !important;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#faq #accordionExample .accordion-item .accordion-button::after, #faq #accordionExampleFaq .accordion-item .accordion-button::after {
  width: 1px;
  height: 15px;
  margin-right: -3px;
}
#faq #accordionExample .accordion-item .accordion-button::before, #faq #accordionExampleFaq .accordion-item .accordion-button::before {
  width: 15px;
  height: 1px;
}
#faq #accordionExample .accordion-item .accordion-button[aria-expanded=true]::before, #faq #accordionExampleFaq .accordion-item .accordion-button[aria-expanded=true]::before {
  top: 50%;
}
#faq #accordionExample .accordion-item .accordion-button[aria-expanded=true]::after, #faq #accordionExampleFaq .accordion-item .accordion-button[aria-expanded=true]::after {
  border-right: 5px solid transparent;
  top: 50%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #faq #accordionExample .accordion-item .accordion-button h4, #faq #accordionExampleFaq .accordion-item .accordion-button h4 {
    padding-right: 34px !important;
  }
}
@media (max-width: 767px) {
  #faq #accordionExample .accordion-button h4.font_20, #faq #accordionExampleFaq .accordion-button h4.font_20 {
    font-size: 18px !important;
    padding-left: 0 !important;
  }
  #faq #accordionExample .accordion-body p, #faq #accordionExampleFaq .accordion-body p {
    font-size: 16px !important;
  }
}

.fixed_footer .fixed_footer_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 5px rgba(112, 112, 112, 0.3803921569);
  z-index: 9;
  height: 56px;
  width: 100%;
}
.fixed_footer .fixed_footer_bottom span {
  font-weight: 600;
}
.fixed_footer .fixed_footer_bottom a {
  padding: 12px 0;
}
.fixed_footer .fixed_side img, .fixed_footer .fixed_footer_bottom img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.fixed_footer .fixed_side {
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 4;
}
.fixed_footer .fixed_side a {
  width: 75px;
  height: 65px;
  line-height: 65px;
  text-align: center;
}

#demoPopup .selected_country, #demoPopup .show_country_ul * {
  cursor: pointer;
}
#demoPopup .selected_country {
  position: relative;
  left: 40px;
  font-size: 16px;
}
#demoPopup .show_country_ul {
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 0;
  max-height: 220px;
  z-index: 2;
  top: 57px;
  border-radius: 5px;
  overflow-y: auto;
  display: none;
}
#demoPopup .show_country_ul.visible-country {
  display: block !important;
}
#demoPopup .show_country_ul li {
  padding: 7px 15px;
  border-radius: 2px;
  position: relative;
}
#demoPopup .show_country_ul li::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 95%;
  height: 100%;
}
#demoPopup .show_country_ul li span {
  display: inline-block;
  padding: 0 4px;
}
#demoPopup .show_country_ul li .flag {
  font-size: 20px;
}
#demoPopup .show_country_ul::-webkit-scrollbar {
  width: 5px !important;
}
#demoPopup .selected_country {
  position: static !important;
}
#demoPopup .selected_country {
  color: white !important;
}
#demoPopup .show_country_ul span {
  color: black !important;
}
#demoPopup .show_country_ul {
  background-color: #ECD5FF !important;
}
#demoPopup .show_country_ul li:hover {
  background-color: rgba(255, 255, 255, 0.443);
}
#demoPopup .show_country_ul::-webkit-scrollbar-thumb {
  background-color: silver;
}
#demoPopup input, #demoPopup textarea {
  padding: 15px 15px 15px 10px;
  border: 0;
  outline: none;
  color: white;
  width: 100%;
  background: transparent;
  font-size: 14px;
}
#demoPopup input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 40px black inset !important;
  box-shadow: 0 0 0 40px black inset !important;
  -webkit-text-fill-color: white;
}
#demoPopup ::placeholder {
  color: white;
}
#demoPopup .form-group {
  border: 1px solid white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition-duration: 0.25s;
  padding: 0 0 0 15px;
}
#demoPopup .form-group input {
  border-radius: 10px;
}
#demoPopup .form-group.number_field input {
  border-radius: 0px 10px 10px 0px;
}
#demoPopup svg path {
  fill: white !important;
}
#demoPopup .modal-dialog {
  background: transparent;
  background-size: cover;
  max-width: 950px !important;
}
@media (max-width: 991px) {
  #demoPopup .modal-dialog {
    max-width: 550px !important;
  }
}
#demoPopup .modal-dialog {
  border-radius: 30px;
  background-position: center center;
  padding: 20px;
  z-index: 1;
}
#demoPopup .modal-dialog::before {
  right: 0;
  content: "";
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 30px;
  background-color: black;
  overflow: hidden;
}
#demoPopup .modal-content {
  background: transparent;
  border: none;
}
#demoPopup button {
  border-radius: 30px;
  padding: 12px 30px;
  font-size: 16px;
  display: inline-block;
  color: black;
  background: #fff;
  transition-duration: 0.2s;
  width: 175px;
  text-align: center;
  border: 2px solid transparent;
}
#demoPopup button:hover:not(:disabled) {
  background: #ecd5ff;
}
#demoPopup .close_btn {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -10px;
}
#demoPopup .close_btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#demoPopup::-webkit-scrollbar {
  width: 0px;
}
#demoPopup .image {
  border: 1px solid white;
  padding: 10px;
  border-radius: 20px;
  height: 100%;
}
#demoPopup .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.popup-form .form-group, .contact_form .form-group {
  position: relative;
}
.popup-form .form-group .error, .contact_form .form-group .error {
  margin: 0 !important;
}
.popup-form .form-group label.error, .contact_form .form-group label.error {
  position: absolute;
  left: 0;
  bottom: -30px;
  color: red;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 400px) {
  .popup-form .form-group label.error, .contact_form .form-group label.error {
    font-size: 12px;
  }
}
.popup-form .icon img, .contact_form .icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: sub;
}

.contain {
  object-fit: contain !important;
}

.msg_box {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 25px;
  text-align: center;
  z-index: 1060;
  border-radius: 5px;
  width: 280px;
  height: 130px;
}
.msg_box h2 {
  font-size: 22px;
}
.msg_box p {
  font-size: 16px;
}
.msg_box h2, .msg_box p {
  font-weight: 600;
}
.msg_box.success_msg {
  background-color: #28a745;
}
.msg_box.failed_msg {
  background-color: #dc3545;
}

.details_modal .modal-content {
  background: transparent;
  border: none;
  border-radius: 15px !important;
}
.details_modal .modal-content .demo_details {
  max-width: 520px;
  border-radius: 15px;
  position: relative;
  padding: 20px;
  box-shadow: inset -3px -6px 16px 0px rgba(253, 253, 253, 0.6901960784), inset 9px 5px 14px 0px rgba(0, 0, 0, 0.1490196078);
}
.details_modal .modal-content .demo_details .inner_details.binance {
  background: #22242A;
}
.details_modal .modal-content .demo_details .inner_details {
  padding: 30px;
  border-radius: 15px;
}
.details_modal .modal-content .demo_details.bg-white p, .details_modal .modal-content .demo_details.bg-white a {
  color: black !important;
}
.details_modal .modal-content .demo_details p, .details_modal .modal-content .demo_details a {
  color: black;
  font-weight: 600;
}
.details_modal .modal-content .demo_details a {
  font-size: 14px;
}
.details_modal .modal-content .demo_details .close_btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.details_modal .modal-content .demo_details .pop-btn {
  display: inline-block;
  background: transparent linear-gradient(105deg, #FCD535 0%, #E39308 100%) 0% 0% no-repeat padding-box;
  color: black;
  border-radius: 30px;
  padding: 12px 40px;
  transition: 0.3s all;
  font-weight: 500;
  border: none;
}
.details_modal .modal-content .demo_details .pop-btn:hover {
  background: transparent linear-gradient(105deg, #E39308 0%, #FCD535 100%) 0% 0% no-repeat padding-box !important;
}
.details_modal .modal-content .demo_details .pop-btn.gbtn_theme {
  background: #15C39A;
  box-shadow: -3px 3px 0px transparent, inset -11px 6px 20px 0px transparent;
  border: 1px solid transparent;
  color: white;
}
.details_modal .modal-content .demo_details .pop-btn.gbtn_theme:hover {
  color: black;
  background: white !important;
  box-shadow: -3px 3px 0px #15C39A, inset -11px 6px 20px 0px transparent;
  border-color: #15C39A;
}

@media (min-width: 991px) {
  #offer_banner {
    width: max-content;
  }
}
#offer_banner {
  position: fixed;
  z-index: 5;
  left: 5px;
  max-width: 300px;
}
@media (max-width: 575px) {
  #offer_banner {
    max-width: 280px;
    left: 10px;
  }
}
#offer_banner {
  width: 100%;
  transition-duration: 0.25s;
  transform: translate(-120%);
}
#offer_banner.show_pop {
  transform: translate(0%);
}
#offer_banner.hide_pop {
  transform: translate(-120%);
}
#offer_banner .offer_banner_img {
  position: relative;
}
@media (min-width: 991px) {
  #offer_banner .offer_banner_img img.banner_img_mod {
    width: 300px !important;
    height: 402px !important;
    object-fit: unset !important;
  }
}
@media (min-width: 991px) {
  #offer_banner .offer_banner_img img.close_img_mod {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    border-radius: 100%;
    border-color: #e9e8ed;
  }
}

#offer_banner, .disclaimer {
  bottom: 10px;
}
@media (min-width: 1200px) {
  #offer_banner, .disclaimer {
    bottom: 57px;
  }
}

.offer_banner_img .close_button, .disclaimer .close_button {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: white;
}
.offer_banner_img img, .disclaimer img {
  cursor: pointer;
  border-radius: 12px;
}

.disclaimer {
  background-color: rgba(85, 85, 85, 0.9294117647);
  font-size: 14px;
  padding-right: 3rem !important;
  position: fixed;
  padding: 1rem;
  transition: 0.25s;
  border-radius: 0.25rem;
  left: 0;
  right: 0;
  max-width: 700px;
  margin: auto;
  color: white;
  z-index: 12;
}
.disclaimer.hide {
  transform: translateY(200%);
}
.disclaimer p {
  font-weight: 500;
}
.disclaimer span {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 991px) {
  .disclaimer {
    margin: 0 12px !important;
  }
}

.services_list, .mobile_nav {
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}

.fixed_side .skype_icon, .fixed_side .whatsapp_url, .fixed_side .telegram_icon {
  position: relative;
  animation-play-state: paused;
}
.fixed_side .skype_icon::before, .fixed_side .whatsapp_url::before, .fixed_side .telegram_icon::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  opacity: 0.75;
  animation: pulse-border 2s ease-out infinite;
  left: 0;
  right: 0;
  top: 1px;
  bottom: 0;
  margin: auto;
}
@keyframes pulse-border {
  0% {
    width: 55px;
    height: 55px;
    opacity: 0.75;
  }
  75% {
    width: 75px;
    height: 75px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fixed_side .skype_icon::before {
  border: 4px solid #009edc;
}
.fixed_side .whatsapp_url::before {
  border: 4px solid #55cd6c;
}
.fixed_side .telegram_icon::before {
  border: 4px solid #32a9df;
}

.fixed_footer .fixed_side {
  right: 0 !important;
  left: unset !important;
}

html ::-webkit-scrollbar {
  width: 7px;
}
html ::-webkit-scrollbar-track {
  background-color: white;
}
html ::-webkit-scrollbar-thumb {
  background-color: #e39308;
  border-radius: 30px;
  height: 50px;
}
html ::-webkit-scrollbar-thumb:hover {
  background-color: #e39308;
}

.binance_banner {
  background-color: #181a20 !important;
  padding: 10em 0 4.5em 0;
}
@media (min-width: 1500px) {
  .binance_banner {
    height: 820px;
  }
  .binance_banner .container,
  .binance_banner .row {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .binance_banner {
    padding: 7em 0 4.5em 0;
  }
}

.banner_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .banner_img {
    min-height: 260px;
  }
}

h1,
p,
h2 {
  color: white;
}

.binance_theme_btn {
  border: none;
  background: transparent linear-gradient(105deg, #fcd535 0%, #e39308 100%) 0% 0% no-repeat padding-box;
  transition-duration: 0.5s;
  color: white !important;
  font-weight: 600;
  display: inline-block;
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 16px;
}
.binance_theme_btn:hover {
  background: transparent linear-gradient(105deg, #e39308 0%, #fcd535 100%) 0% 0% no-repeat padding-box !important;
}
.binance_theme_btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.light_black {
  background-color: #22242a !important;
}

.dark_black {
  background-color: #181a20 !important;
}

.about_binance {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .about_binance .chart_img_container {
    height: 650px;
    width: 1000px;
  }
}
.about_binance .chart_img_container img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.grd_card {
  height: 100%;
  background: transparent linear-gradient(0deg, #474d56 0%, #2b2f36 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.3215686275);
  padding: 40px 25px 30px;
  text-align: center;
}
.grd_card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.binance_modules .grd_card,
.security_features .grd_card {
  background: #0c0d11;
  border-radius: 80px;
}
.binance_modules .grd_card img,
.security_features .grd_card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.security_features.radial::before {
  top: -15% !important;
}
.security_features.radial::after {
  display: none;
}

.zig_zag_section {
  align-items: center;
  justify-content: space-evenly;
  margin: 50px 0 !important;
}
.zig_zag_section img {
  border-radius: 10px;
}

.own_container {
  max-width: 1080px !important;
  margin: 0 auto;
}
.own_container .card_icon_small {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.own_container .card_small {
  width: 230px;
  margin: 30px auto;
  max-height: 230px;
  background: transparent linear-gradient(0deg, #474d56 0%, #2b2f36 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.3215686275);
  padding: 35px 25px 30px;
}
.own_container .card_small img {
  width: 85px;
  height: 85px;
}

.faq_main .accordion-button {
  background-color: transparent !important;
  box-shadow: none !important;
}
.faq_main .faq {
  border-radius: 56px;
  border: 2px solid #fcd535;
}
.faq_main .accordion-button h4 {
  color: white;
  margin-bottom: 0 !important;
}
.faq_main .accordion-body p {
  color: white;
}
.faq_main .faq_title {
  border-radius: 56px;
  border: 2px solid #fcd535;
  max-width: fit-content;
  margin: 0 auto;
  padding: 20px 110px;
  margin-top: -55px;
}
@media (max-width: 767px) {
  .faq_main .faq_title {
    padding: 12px 15px;
    margin-top: -25px;
  }
  .faq_main .faq_title h3 {
    font-size: 18px !important;
  }
}
.faq_main .accordion-button::after {
  border-right: 3px solid white;
  right: 59px;
}
@media (max-width: 767px) {
  .faq_main .accordion-button::after {
    right: 39px;
  }
}
.faq_main .accordion-button::before {
  border-top: 3px solid white;
  right: 50px;
}
@media (max-width: 767px) {
  .faq_main .accordion-button::before {
    right: 30px;
  }
}

.binance_faq {
  padding: 100px 0 40px;
}

.radial,
.card_bottom,
.faq_left {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.radial::before, .radial::after,
.card_bottom::before,
.card_bottom::after,
.faq_left::before,
.faq_left::after {
  content: "";
  position: absolute;
  background-size: contain !important;
  z-index: -1;
  background: transparent url("../../images/binance-clone/new_binance_img/left_shadow.webp") no-repeat;
}
@media (max-width: 575.98px) {
  .radial::before, .radial::after,
  .card_bottom::before,
  .card_bottom::after,
  .faq_left::before,
  .faq_left::after {
    width: 100% !important;
  }
}

.radial::before, .radial::after {
  width: 65%;
  height: 65%;
}
.radial::after {
  left: auto;
  right: -30%;
  top: 0;
}
.radial::before {
  left: -10%;
  right: 0%;
  top: 30%;
}

.all_inc_sec.radial::before {
  height: 100%;
  width: 100%;
  left: 75% !important;
  right: unset;
  top: unset !important;
  bottom: -25%;
  background-size: 52% !important;
}

.clone_sec.radial::after {
  all: unset !important;
}
.clone_sec.radial::before {
  background-size: 50% !important;
}

.card_bottom::before, .card_bottom::after {
  opacity: 0.9;
}
.card_bottom::before {
  width: 65%;
  height: 77%;
  top: auto;
  right: -40%;
  bottom: -700px;
  left: auto;
}
.card_bottom::after {
  width: 60%;
  height: 60%;
  left: -20%;
  right: 0%;
  top: -80px;
}

.faq_left::after {
  width: 50%;
  height: 100%;
  left: -20%;
  right: 0%;
  top: 0%;
}
@media (max-width: 575.98px) {
  .faq_left::after {
    opacity: 0.5;
  }
}

#binance_page .form_outer {
  background: #0e0d17;
  border: 0px solid transparent;
  border-radius: 7px;
}
#binance_page .form_outer .form_title h5, #binance_page .form_outer .form_title p {
  color: white;
}
#binance_page .form_outer .form-group {
  border: 2px solid #8189a9;
}
#binance_page .form_outer form input, #binance_page .form_outer form textarea {
  color: white;
}
#binance_page .form_outer form input::placeholder, #binance_page .form_outer form textarea::placeholder {
  color: #757575;
}
#binance_page .form_outer form input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 40px #0e0d17 inset !important;
  box-shadow: 0 0 0 40px #0e0d17 inset !important;
  -webkit-text-fill-color: white;
}
#binance_page .form_outer form .icon svg path {
  fill: #fcd535;
}
#binance_page .form_outer form .show_country_ul {
  background: black;
}
#binance_page .form_outer form .show_country_ul li {
  color: white;
}
#binance_page .form_outer form .show_country_ul li:hover {
  background-color: rgba(238, 238, 238, 0.1803921569);
}
#binance_page .form_outer form .selected_country {
  color: white;
}
#binance_page .form_outer form .selected_country svg path {
  fill: white;
}
#binance_page .form_outer .form-submit #submit_btn, #binance_page .form_outer .form-submit #submit_btn2 {
  background: transparent linear-gradient(105deg, #fcd535 0%, #e39308 100%) 0% 0%;
  border-radius: 30px;
  color: #0e0d17;
  padding: 10px 50px;
  border: 1px solid transparent;
}
#binance_page .form_outer .form-submit #submit_btn:hover:not(:disabled), #binance_page .form_outer .form-submit #submit_btn2:hover:not(:disabled) {
  background: transparent linear-gradient(105deg, #e39308 0%, #fcd535 100%) 0% 0%;
  border-color: transparent;
  color: #0e0d17;
}
#binance_page .form_outer {
  border-top: 15px solid #fcd535;
}
#binance_page .cnt_div {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#binance_page .cnt_div::after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  background: rgba(252, 213, 53, 0.4588235294);
  width: 100%;
  height: 75px;
  filter: blur(75px);
  opacity: 0.57;
}

.binance_header header {
  background: #22242a !important;
}
.binance_header .nav-link {
  color: white !important;
}
.binance_header svg path {
  fill: white !important;
}
.binance_header .services_list {
  background-color: #22242a !important;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}
.binance_header .services_list a {
  color: white;
}
.binance_header .service_title h3 {
  color: white !important;
}
.binance_header .service_title p {
  color: white !important;
}
.binance_header .mobile_nav {
  background: #22242a;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}
.binance_header .mobile_nav .accordion-button, .binance_header .mobile_nav a:not(.cnt_btn) {
  color: white !important;
}
.binance_header .mobile_nav .accordion-button svg path {
  fill: white !important;
}
.binance_header header .services_list {
  border-radius: 15px;
}
.binance_header header .services_list a {
  border-radius: 7px;
  background-color: transparent;
}
.binance_header header .services_list a:hover {
  background-color: white;
  color: black;
}
.binance_header .cnt_btn {
  background: transparent linear-gradient(105deg, #fcd535 0%, #e39308 100%) 0% 0% no-repeat padding-box;
  color: black !important;
  padding: 14px 30px;
  border-radius: 30px;
}
.binance_header .cnt_btn:hover {
  background: transparent linear-gradient(105deg, #e39308 0%, #fcd535 100%) 0% 0% no-repeat padding-box !important;
}

.binance_header .white_logo,
.binance_footer .white_logo {
  display: inline-block !important;
}

.binance_footer .footer_title a:hover {
  background: transparent linear-gradient(105deg, #fcd535 0%, #e39308 100%) 0% 0% no-repeat padding-box !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.binance_footer footer {
  background: #22242a;
}
.binance_footer footer .copyright p, .binance_footer footer a {
  color: white !important;
}
.binance_footer footer .social_media a {
  background-color: transparent;
  border-color: transparent;
}
.binance_footer footer .social_media a svg path {
  fill: #fcd535 !important;
}
.binance_footer footer .social_media span:hover a svg path {
  fill: white !important;
}
.binance_footer footer .footer_title h3 {
  font-size: 18px;
  color: white !important;
}
.binance_footer footer .footer_title a {
  display: block;
}
.binance_footer footer .footer_title a:hover {
  color: white !important;
}
.binance_footer footer .copyright {
  border-color: transparent !important;
}

.fixed_footer_bottom {
  background: #181a20;
}
.fixed_footer_bottom span {
  color: white;
}

.mobile-app-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  .mobile-app-img img {
    position: absolute;
    right: 0;
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-app-img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-app-img img {
    position: relative;
    left: 22%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-app-img img {
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-app-img img {
    max-width: 500px;
  }
}

.revenue_model {
  background: transparent url("../../images/binance-clone/new_binance_img/revenue_bg.svg") no-repeat;
  background-size: cover;
}

.videoImgBg .videoImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

ul.binance_li li {
  padding: 10px 10px 10px 35px;
  margin: 10px 0;
  color: white;
  position: relative;
  list-style: none;
}
ul.binance_li li::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 25px;
  height: 32px;
  background: transparent url("../../images/binance-clone/binance_list.svg") no-repeat;
}

.card_slide {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .card_slide {
    max-width: 300px;
  }
}
.card_slide {
  max-width: 280px;
  height: 260px;
  position: relative;
  padding: 0;
  margin: 10px;
  overflow: hidden;
}
.card_slide .card_front {
  display: flex;
  align-items: center;
  background: transparent linear-gradient(0deg, #474d56 0%, #2b2f36 100%) 0% 0% no-repeat padding-box;
  flex-direction: column;
  justify-content: center;
}
.card_slide .card_front h3,
.card_slide .card_front img {
  align-self: self-start;
}
.card_slide .card_front img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.card_slide .card_back {
  border-top: 2px solid #fcd535;
  background-color: #181a20;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.15s;
  transform: translateY(-100%);
  text-align: left;
}
.card_slide .card_front,
.card_slide .card_back {
  border-radius: 0px 0px 22px 22px;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.card_slide h3,
.card_slide h4,
.card_slide p {
  margin: 0;
  color: white;
}
.card_slide .arrow {
  width: 20px;
  height: 20px;
  object-fit: contain;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition-duration: 0.15s;
  transform: rotate(0deg);
}
@media (min-width: 992px) {
  .card_slide:hover .card_back {
    transform: translateY(0%);
  }
  .card_slide:hover .arrow {
    transform: rotate(180deg);
  }
}
.card_slide.active_card_slide .card_back {
  transform: translateY(0%);
}
.card_slide.active_card_slide .arrow {
  transform: rotate(180deg);
}

.img_100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.binanceMod_card .card_img {
  margin-bottom: 40px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .binanceMod_card .dashed_mob_line {
    position: relative;
  }
  .binanceMod_card .dashed_mob_line::before {
    content: "";
    border: 1px #EFAF48;
    border-style: dashed;
    position: absolute;
    width: 1px;
    height: 100%;
    left: -10%;
    top: -116px;
  }
}
.binanceMod_card .dashed_line {
  position: relative;
}
.binanceMod_card .dashed_line::before {
  content: "";
  border: 1px #EFAF48;
  border-style: dashed;
  position: absolute;
  width: 1px;
  height: 100%;
  left: -10%;
  top: -116px;
}

#binance_page {
  background: transparent linear-gradient(89deg, #F8F4FA 0%, #FBF9FC 46%, #FFFAEC 100%) 0% 0% no-repeat padding-box;
}
#binance_page .binance-clone-btn {
  padding: 10px 25px;
  border: none;
  background: transparent linear-gradient(105deg, #fcd535 0%, #e39308 100%) 0% 0% no-repeat padding-box;
  transition-duration: 0.5s;
  color: rgb(0, 0, 0) !important;
  font-weight: 600;
  display: inline-block;
  border-radius: 8px;
  font-size: 18px !important;
}
#binance_page .binance-clone-btn:hover {
  background: transparent linear-gradient(105deg, #e39308 0%, #fcd535 100%) 0% 0% no-repeat padding-box !important;
}
#binance_page .binance_white_theme .font_20,
#binance_page .binance_white_theme .font_36,
#binance_page .binance_white_theme .font_42,
#binance_page .binance_white_theme .font_26,
#binance_page .binance_white_theme .font_18,
#binance_page .binance_white_theme .font_16,
#binance_page .binance_white_theme .font_22 {
  color: rgba(0, 0, 0, 0.8901960784);
}
#binance_page .binance_white_theme .font_20.black,
#binance_page .binance_white_theme .font_36.black,
#binance_page .binance_white_theme .font_42.black,
#binance_page .binance_white_theme .font_26.black,
#binance_page .binance_white_theme .font_18.black,
#binance_page .binance_white_theme .font_16.black,
#binance_page .binance_white_theme .font_22.black {
  color: rgba(222, 222, 222, 0.1882352941) !important;
}
#binance_page .binance_white_theme .light_black,
#binance_page .binance_white_theme .dark_black {
  background-color: #fff !important;
}
#binance_page .binance_white_theme .binance_header .mobile_nav,
#binance_page .binance_white_theme .binance_footer .mobile_nav {
  background: content-box !important;
}
#binance_page .binance_white_theme .binance_header .white_logo,
#binance_page .binance_white_theme .binance_footer .white_logo {
  display: none !important;
}
#binance_page .binance_white_theme .binance_header .black_logo,
#binance_page .binance_white_theme .binance_footer .black_logo {
  display: inline-block !important;
}
#binance_page .binance_white_theme .binance_header header,
#binance_page .binance_white_theme .binance_footer header {
  background: #fff !important;
}
#binance_page .binance_white_theme .binance_header .nav-link,
#binance_page .binance_white_theme .binance_footer .nav-link {
  color: rgba(0, 0, 0, 0.8901960784) !important;
}
#binance_page .binance_white_theme .binance_header svg path,
#binance_page .binance_white_theme .binance_footer svg path {
  fill: rgba(0, 0, 0, 0.8901960784) !important;
}
#binance_page .binance_white_theme .binance_header .services_list,
#binance_page .binance_white_theme .binance_footer .services_list {
  background-color: #fff !important;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}
#binance_page .binance_white_theme .binance_header .services_list a,
#binance_page .binance_white_theme .binance_footer .services_list a {
  color: rgba(0, 0, 0, 0.8901960784);
}
#binance_page .binance_white_theme .binance_header .service_title h3,
#binance_page .binance_white_theme .binance_footer .service_title h3 {
  color: rgba(0, 0, 0, 0.8901960784) !important;
}
#binance_page .binance_white_theme .binance_header .service_title p,
#binance_page .binance_white_theme .binance_footer .service_title p {
  color: rgba(0, 0, 0, 0.8901960784) !important;
}
#binance_page .binance_white_theme .binance_header .mobile_nav,
#binance_page .binance_white_theme .binance_footer .mobile_nav {
  background: #000;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}
#binance_page .binance_white_theme .binance_header .mobile_nav .accordion-button, #binance_page .binance_white_theme .binance_header .mobile_nav a:not(.cnt_btn),
#binance_page .binance_white_theme .binance_footer .mobile_nav .accordion-button,
#binance_page .binance_white_theme .binance_footer .mobile_nav a:not(.cnt_btn) {
  color: #000 !important;
}
#binance_page .binance_white_theme .binance_header .mobile_nav .accordion-button svg path,
#binance_page .binance_white_theme .binance_footer .mobile_nav .accordion-button svg path {
  fill: #000 !important;
}
#binance_page .binance_white_theme .binance_header header,
#binance_page .binance_white_theme .binance_footer header {
  box-shadow: 0px 0px 15px rgba(128, 128, 128, 0.2588235294);
}
#binance_page .binance_white_theme .binance_header header .services_list,
#binance_page .binance_white_theme .binance_footer header .services_list {
  box-shadow: 0px 0px 15px rgba(128, 128, 128, 0.2588235294);
}
#binance_page .binance_white_theme .binance_header header .services_list a,
#binance_page .binance_white_theme .binance_footer header .services_list a {
  color: rgba(0, 0, 0, 0.8901960784);
}
#binance_page .binance_white_theme .binance_header header .services_list a:hover,
#binance_page .binance_white_theme .binance_footer header .services_list a:hover {
  background-color: rgba(34, 36, 42, 0.4901960784);
  color: #fff;
}
#binance_page .binance_white_theme .binance_header .cnt_btn,
#binance_page .binance_white_theme .binance_footer .cnt_btn {
  color: rgba(0, 0, 0, 0.8901960784) !important;
}
#binance_page .binance_white_theme .binance_banner {
  background-color: rgba(255, 255, 255, 0) !important;
  height: 670px;
  padding-top: 150px !important;
}
#binance_page .binance_white_theme .binance_theme_btn {
  color: white !important;
}
#binance_page .binance_white_theme .binance_modules .grd_card,
#binance_page .binance_white_theme .security_features .grd_card {
  background: #fff;
}
#binance_page .binance_white_theme .card_slide .card_front {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, rgba(0, 0, 0, 0.1215686275) 0%, rgba(0, 0, 0, 0.1215686275) 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 767px) {
  #binance_page .binance_white_theme .card_slide:hover img {
    filter: brightness(0) invert(1);
  }
}
#binance_page .binance_white_theme .des_chg .card_slide {
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.1607843137);
  border-radius: 0 0 22px 22px;
}
@media screen and (max-width: 768px) {
  #binance_page .binance_white_theme .des_chg .card_slide {
    pointer-events: none;
    height: 100%;
  }
  #binance_page .binance_white_theme .des_chg .card_slide .card_back {
    display: none;
  }
}
#binance_page .binance_white_theme .des_chg .card_slide .card_back {
  background-color: #000;
}
#binance_page .binance_white_theme .des_chg .card_slide .card_back h4 {
  border-bottom: 2px solid;
  padding-bottom: 2px !important;
  margin-bottom: 1rem;
  width: max-content;
}
#binance_page .binance_white_theme .des_chg .card_slide .card_back .font_16 {
  color: #fff;
}
#binance_page .binance_white_theme #faq .accordion-item {
  background-color: transparent !important;
}
#binance_page .binance_white_theme #faq .accordion-item:has(.accordion-collapse.collapse.show) {
  background-color: rgba(255, 255, 255, 0) !important;
}
#binance_page .binance_white_theme .form_outer {
  border-top: 15px solid #575DB4 !important;
  background: #fff !important;
  box-shadow: 0 0 13px rgba(128, 128, 128, 0.2);
}
#binance_page .binance_white_theme .form_outer form .icon svg path {
  fill: #575DB4 !important;
}
#binance_page .binance_white_theme .form_outer .form_title h5 {
  color: #575DB4 !important;
}
#binance_page .binance_white_theme .form_outer .form_title p {
  color: #000 !important;
}
#binance_page .binance_white_theme .form_outer .form-submit {
  text-align: start !important;
}
#binance_page .binance_white_theme .form_outer .form-submit button {
  background: #575DB4 !important;
  border-radius: 7px !important;
  color: rgb(255, 255, 255) !important;
  padding: 10px 50px;
  box-shadow: inset 0px 3px 12px rgba(255, 255, 255, 0.5019607843);
  border: 1px solid #ffffff;
}
#binance_page .binance_white_theme .binance_footer footer {
  background: #fff;
  color: #000;
}
#binance_page .binance_white_theme .binance_footer footer .footer_title h3,
#binance_page .binance_white_theme .binance_footer footer .footer_title a {
  color: #000 !important;
}
#binance_page .binance_white_theme .binance_footer .copyright p {
  color: #000 !important;
}
#binance_page .binance_white_theme .binance_footer .fixed_footer .fixed_footer_bottom {
  background: #fff !important;
}
#binance_page .binance_white_theme .binance_footer .fixed_footer .fixed_footer_bottom a span {
  color: #000;
}
#binance_page .binance_white_theme .mobile-app-img img {
  height: unset;
}
#binance_page .binance_white_theme .rad_mod::before {
  left: -5%;
  background-size: contain !important;
}
#binance_page .binance_white_theme .margin_trade_feature .hov_efct .margin_trade_clone_grd_card {
  box-shadow: unset !important;
  text-align: center !important;
}
#binance_page .binance_white_theme .margin_trade_feature .hov_efct .margin_trade_clone_grd_card:hover {
  box-shadow: 0px 0px 5px 0.5px #f2ba22 !important;
}
#binance_page .binance_white_theme .margin_trade_feature.future_trade_features .grd_card {
  flex-direction: column;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0);
  padding: 20px 20px 10px;
}
#binance_page .binance_white_theme .margin_trade_feature.future_trade_features .grd_card:hover {
  box-shadow: 0px 0px 10px 0.5px #f2ba22;
}
@media (max-width: 576px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.new_nav_pills {
    background-color: rgba(0, 0, 0, 0.1215686275) !important;
  }
}
@media (max-width: 768px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.new_pills li {
    justify-content: center;
    flex-wrap: wrap !important;
    flex-grow: unset !important;
    flex-shrink: unset !important;
  }
  #binance_page .binance_white_theme .margin_trade_feature ul.new_pills li button {
    padding: 8px 20px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1199px) and (max-width: 1599px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.new_pills li button {
    padding: 15px 20px !important;
    font-size: 18px !important;
  }
}
#binance_page .binance_white_theme .margin_trade_feature #derivatives-pills-tabContent .tab-pane .row,
#binance_page .binance_white_theme .margin_trade_feature .derivatives-pills-tabContent .tab-pane .row {
  max-height: 585px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#binance_page .binance_white_theme .margin_trade_feature #derivatives-pills-tabContent .tab-pane .row.height_unset,
#binance_page .binance_white_theme .margin_trade_feature .derivatives-pills-tabContent .tab-pane .row.height_unset {
  max-height: unset;
}
#binance_page .binance_white_theme .margin_trade_feature #derivatives-pills-tabContent .margin_trade_clone_grd_card,
#binance_page .binance_white_theme .margin_trade_feature .derivatives-pills-tabContent .margin_trade_clone_grd_card {
  transition: all 0.25s ease-in;
}
@media (min-width: 1400px) {
  #binance_page .binance_white_theme .margin_trade_feature #derivatives-pills-tabContent .margin_trade_clone_grd_card,
  #binance_page .binance_white_theme .margin_trade_feature .derivatives-pills-tabContent .margin_trade_clone_grd_card {
    padding: 10px 25px 27px;
  }
}
@media (max-width: 1399px) {
  #binance_page .binance_white_theme .margin_trade_feature #derivatives-pills-tabContent .margin_trade_clone_grd_card,
  #binance_page .binance_white_theme .margin_trade_feature .derivatives-pills-tabContent .margin_trade_clone_grd_card {
    padding: 10px 15px 17px;
  }
}
#binance_page .binance_white_theme .margin_trade_feature #derivatives-pills-tabContent .margin_trade_clone_grd_card,
#binance_page .binance_white_theme .margin_trade_feature .derivatives-pills-tabContent .margin_trade_clone_grd_card {
  border: 1px solid #E5990C;
  border-radius: 5px;
  text-align: start;
}
@media (max-width: 576px) {
  #binance_page .binance_white_theme .margin_trade_feature #derivatives-pills-tabContent .margin_trade_clone_grd_card,
  #binance_page .binance_white_theme .margin_trade_feature .derivatives-pills-tabContent .margin_trade_clone_grd_card {
    text-align: center;
  }
}
#binance_page .binance_white_theme .margin_trade_feature #derivatives-pills-tabContent .margin_trade_clone_grd_card,
#binance_page .binance_white_theme .margin_trade_feature .derivatives-pills-tabContent .margin_trade_clone_grd_card {
  background: #fff;
}
#binance_page .binance_white_theme .margin_trade_feature #derivatives-pills-tabContent .margin_trade_clone_grd_card h3,
#binance_page .binance_white_theme .margin_trade_feature .derivatives-pills-tabContent .margin_trade_clone_grd_card h3 {
  margin-bottom: 0.5rem !important;
  color: #e4950a !important;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8901960784);
}
@media (min-width: 576px) {
  #binance_page .binance_white_theme .margin_trade_feature #derivatives-pills-tabContent .margin_trade_clone_grd_card h3,
  #binance_page .binance_white_theme .margin_trade_feature .derivatives-pills-tabContent .margin_trade_clone_grd_card h3 {
    padding-top: 0 !important;
    margin-top: 0.5rem;
  }
}
#binance_page .binance_white_theme .margin_trade_feature #derivatives-pills-tabContent .margin_trade_clone_grd_card p,
#binance_page .binance_white_theme .margin_trade_feature .derivatives-pills-tabContent .margin_trade_clone_grd_card p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8901960784);
}
@media (min-width: 576px) {
  #binance_page .binance_white_theme .margin_trade_feature #derivatives-pills-tabContent .margin_trade_clone_grd_card p,
  #binance_page .binance_white_theme .margin_trade_feature .derivatives-pills-tabContent .margin_trade_clone_grd_card p {
    margin-bottom: 0 !important;
  }
}
#binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills {
  height: 100%;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 13px 13px 0;
}
@media (max-width: 576px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills {
    border-radius: 13px;
  }
}
#binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills li {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}
@media (max-width: 768px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills li {
    padding-top: 2rem;
    padding-bottom: 2rem;
    align-items: center;
  }
}
#binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills li button {
  color: rgba(0, 0, 0, 0.8901960784);
}
@media (max-width: 576px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills li button {
    padding: 12px 0px 12px 20px;
    margin-inline: 15px;
    font-size: 18px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills li button {
    margin-inline-end: unset;
  }
}
#binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills li button {
  outline: none !important;
  padding: 18px 0px 18px 20px;
  border: 0;
  margin-inline-end: 25px;
}
@media (min-width: 1400px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills li button {
    min-width: 300px;
    font-size: 18px;
  }
}
#binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills li button {
  min-width: 330px;
  text-align: start;
  font-weight: 500;
  background: #fff;
}
@media (min-width: 1400px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills li button {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1399px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills li button {
    margin-bottom: 1rem;
  }
}
#binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills li button {
  border-radius: 5px;
}
#binance_page .binance_white_theme .margin_trade_feature ul.future_nav_pills li button.btn_active {
  background: rgba(0, 0, 0, 0) linear-gradient(104deg, #FAD132 0%, #E5990C 100%) 0% 0% no-repeat padding-box;
  color: #181a20;
}
#binance_page .binance_white_theme .ash_bg {
  background-color: rgba(0, 0, 0, 0.1215686275) !important;
  border-radius: 13px 0 0 13px;
}
@media (max-width: 576px) {
  #binance_page .binance_white_theme .ash_bg {
    border-radius: 13px 13px;
  }
}
#binance_page .binance_white_theme .margin_trade_feature ul.new_pills {
  border-radius: 50px;
}
@media (max-width: 576px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.new_pills {
    border-radius: 15px;
    padding: 2rem 10px;
  }
}
#binance_page .binance_white_theme .margin_trade_feature ul.new_pills {
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.1607843137);
  background: rgba(0, 0, 0, 0.1215686275);
}
#binance_page .binance_white_theme .margin_trade_feature ul.new_pills li {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.new_pills li {
    justify-content: center;
  }
}
#binance_page .binance_white_theme .margin_trade_feature ul.new_pills li button {
  border: none;
  background: inherit;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8901960784);
  text-align: center;
  transition: all 0.5s ease-in-out;
}
#binance_page .binance_white_theme .margin_trade_feature ul.new_pills li button.active {
  background: rgba(0, 0, 0, 0) linear-gradient(104deg, #FAD132 0%, #E5990C 100%) 0% 0% no-repeat padding-box;
  color: #181a20;
}
@media (max-width: 576px) {
  #binance_page .binance_white_theme .margin_trade_feature ul.new_pills li button:first-child {
    margin-bottom: 2rem;
  }
  #binance_page .binance_white_theme .margin_trade_feature ul.new_pills li button {
    padding: 15px 34px;
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  #binance_page .binance_white_theme .game_changing .margin_trade_feature .margin_trade_clone_grd_card h3 {
    margin-top: 2rem !important;
  }
}
@media (max-width: 1399px) {
  #binance_page .binance_white_theme .game_changing .margin_trade_feature .margin_trade_clone_grd_card h3 {
    margin-top: 1rem !important;
  }
}
#binance_page .binance_white_theme .game_changing .margin_trade_feature ul.ash_bg_2 {
  border-radius: 13px 0 0 13px !important;
}
#binance_page .binance_white_theme .game_changing .margin_trade_feature ul {
  background-color: rgba(0, 0, 0, 0.1215686275);
}
#binance_page .binance_white_theme .game_changing .margin_trade_feature ul li {
  align-items: unset;
}
#binance_page .binance_white_theme .game_changing .margin_trade_feature ul li button {
  padding: 18px 18px;
  margin-inline: 4rem;
  min-width: unset;
}
@media (min-width: 1199px) and (max-width: 1399px) {
  #binance_page .binance_white_theme .game_changing .margin_trade_feature ul li button {
    margin-inline: 2rem;
  }
}
@media (max-width: 576px) {
  #binance_page .binance_white_theme .game_changing .margin_trade_feature ul li button {
    margin-inline: 2rem;
  }
}
#binance_page .binance_white_theme .form_outer {
  background: yellow;
  border: 0px solid transparent;
  border-radius: 7px;
}
#binance_page .binance_white_theme .form_outer .form_title h5, #binance_page .binance_white_theme .form_outer .form_title p {
  color: #000;
}
#binance_page .binance_white_theme .form_outer .form-group {
  border: 2px solid #8189a9;
}
#binance_page .binance_white_theme .form_outer form input, #binance_page .binance_white_theme .form_outer form textarea {
  color: #000;
}
#binance_page .binance_white_theme .form_outer form input::placeholder, #binance_page .binance_white_theme .form_outer form textarea::placeholder {
  color: #757575;
}
#binance_page .binance_white_theme .form_outer form input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 40px #fff inset !important;
  box-shadow: 0 0 0 40px #fff inset !important;
  -webkit-text-fill-color: #000;
}
#binance_page .binance_white_theme .form_outer form .icon svg path {
  fill: #fcd535;
}
#binance_page .binance_white_theme .form_outer form .show_country_ul {
  background: #fff;
}
#binance_page .binance_white_theme .form_outer form .show_country_ul li {
  color: #000;
}
#binance_page .binance_white_theme .form_outer form .show_country_ul li:hover {
  background-color: rgba(238, 238, 238, 0.1803921569);
}
#binance_page .binance_white_theme .form_outer form .selected_country {
  color: #000;
}
#binance_page .binance_white_theme .form_outer form .selected_country svg path {
  fill: #000;
}
#binance_page .binance_white_theme .form_outer .form-submit #submit_btn, #binance_page .binance_white_theme .form_outer .form-submit #submit_btn2 {
  background: transparent linear-gradient(105deg, #fcd535 0%, #e39308 100%) 0% 0%;
  border-radius: 30px;
  color: #fff;
  padding: 10px 50px;
  border: 1px solid transparent;
}
#binance_page .binance_white_theme .form_outer .form-submit #submit_btn:hover:not(:disabled), #binance_page .binance_white_theme .form_outer .form-submit #submit_btn2:hover:not(:disabled) {
  background: transparent linear-gradient(105deg, #e39308 0%, #fcd535 100%) 0% 0%;
  border-color: transparent;
  color: #0e0d17;
}
#binance_page .binance_white_theme path#pth_chg {
  fill: #000 !important;
}
#binance_page .binance_white_theme.binance-clone-new .binance_banner button {
  font-size: 20px;
}

.head-clr {
  color: #575DB4;
}

.banner_img img {
  width: 85% !important;
  height: 85% !important;
  object-fit: contain;
  margin: auto;
}

.about-content {
  text-align: center;
  background: #575DB4;
  padding: 36px 147px;
  border-radius: 27px;
}

.why-develop-crypto-payment {
  margin-top: 87px;
  margin-bottom: 135px;
}
.why-develop-crypto-payment .develop-img {
  width: 397px !important;
  height: auto;
}
.why-develop-crypto-payment .develop-content {
  color: #000 !important;
}
.why-develop-crypto-payment .develop-content .develop-head {
  color: black;
  font-size: 32px !important;
  font-weight: 600;
}
.why-develop-crypto-payment .develop-content .develop-list {
  list-style: none;
  margin-left: 0px !important;
  padding: 0px !important;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-weight: 500;
}
.why-develop-crypto-payment .develop-content .develop-list li {
  display: flex;
  align-items: center !important;
  gap: 10px;
}
.why-develop-crypto-payment .develop-content .develop-list li img {
  width: 33px !important;
  height: 33px !important;
}
.why-develop-crypto-payment .develop-content .develop-list li p {
  color: black !important;
  margin-bottom: 0px !important;
}

.btn-cls {
  padding: 10px 25px;
  border: none;
  background: transparent linear-gradient(105deg, #fcd535 0%, #e39308 100%) 0% 0% no-repeat padding-box;
  transition-duration: 0.5s;
  color: rgb(0, 0, 0) !important;
  font-weight: 600;
  display: inline-block;
  border-radius: 8px;
  font-size: 18px !important;
}

.feature-box {
  background-color: #575DB4;
}

.feature_card {
  background: white;
  padding: 33px 36px !important;
  border-radius: 32px;
  text-align: center;
  height: 100% !important;
}
.feature_card img {
  width: 106px;
  height: 106px;
  object-fit: contain;
}

.featureSwiper {
  position: relative;
}

/* Navigation container */
.featureSwiper .swiper-nav {
  position: absolute;
  top: -108px;
  right: 0;
  z-index: 10;
  gap: 12px;
}

/* Buttons */
.featureSwiper .swiper-button-next,
.featureSwiper .swiper-button-prev {
  position: static;
  /* IMPORTANT */
  color: #000000;
  padding: 10px;
  background: #FEC616;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: inset 0px 3px 12px rgba(255, 255, 255, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: center;
}
.featureSwiper .swiper-button-next svg,
.featureSwiper .swiper-button-prev svg {
  width: 90%;
  stroke: rgb(0, 0, 0);
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

/* Remove Swiper default arrows */
.featureSwiper .swiper-button-next::after,
.featureSwiper .swiper-button-prev::after {
  display: none;
}

.global-main .earnings-box {
  background-color: #ffffff;
  padding: 37px;
}
.global-main .txt-orange {
  color: #ff7878 !important;
}

.accordion-item {
  border-radius: 20px;
  margin: 10px;
  border: none;
  box-shadow: 0px 0px 8px rgba(158, 127, 226, 0.231372549);
}
.accordion-item .accordion-body p {
  color: #001F4E !important;
}

.accordion-button {
  padding: 31px 27px;
}

.accordion-item:first-of-type {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.accordion-button::after {
  background-image: url(../../images/p2p-development/dropdown-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  position: absolute;
  right: 20px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../../images/p2p-development/dropdown-icon.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  position: absolute;
  right: 20px;
  transform: rotate(90deg);
}

.accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  font-size: 20px;
  font-weight: 700;
}

.why_launch {
  background: url(../../images/p2p-development/feature-background.webp);
  background-size: cover;
}
.why_launch .why_launch_desc img.why_launch_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.why_launch .why_launch_desc .desc_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .why_launch .why_launch_desc .desc_area {
    text-align: center;
  }
}
.why_launch .why_launch_desc .desc_area .desc_img .why_launch_img {
  width: 110px;
}
@media (max-width: 1024px) {
  .why_launch .why_launch_desc .desc_area .desc_img .why_launch_img {
    width: 80px;
    margin-bottom: 15px !important;
  }
}
.why_launch .why_launch_desc .desc_area .desc_section p {
  line-height: 28px;
}
.why_launch .why_launch_desc {
  /* ✅ Scrollable right column */
}
.why_launch .why_launch_desc .scroll-cont {
  max-height: 450px;
  overflow-y: auto;
  /* optional, for contrast */
  /* Scrollbar styling (for WebKit browsers) */
}
.why_launch .why_launch_desc .scroll-cont::-webkit-scrollbar {
  width: 8px;
}
.why_launch .why_launch_desc .scroll-cont::-webkit-scrollbar-thumb {
  background-color: #FACFD6;
  border-radius: 10px;
}
.why_launch .why_launch_desc .scroll-cont::-webkit-scrollbar-track {
  background-color: #f8f8f8;
}
.why_launch .why_launch_desc .scroll-cont {
  /* For Firefox */
  scrollbar-color: #FACFD6 #f8f8f8;
  scrollbar-width: thin;
}

.script-work {
  padding-top: 60px;
  padding-bottom: 80px;
}
.script-work h3 {
  font-size: 23px;
  color: #000;
}
.script-work p {
  color: black;
  line-height: 34px;
  width: 85%;
}
.script-work .scroll-binance-clone-script {
  position: relative;
}
.script-work .scroll-binance-clone-script::before {
  content: "";
  position: absolute;
  background: #ECECEC;
  width: 10px;
  height: 100%;
  left: 50%;
  top: 0;
  border-radius: 50px;
}
.script-work .scroll-binance-clone-script::after {
  content: "";
  position: absolute;
  background: #575DB4;
  width: 10px;
  left: 50%;
  top: 0;
  border-radius: 50px;
  transition: height 0.1s linear;
  /* smooth animation */
  height: var(--progress-height, 0%);
}
.script-work .script-steps-card-wrapper {
  width: 100%;
  display: flex;
}
.script-work .script-steps-card-wrapper .script-steps-box.completed::before {
  border-color: #575DB4;
  /* yellow when completed */
}
.script-work .script-steps-card-wrapper .script-steps-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 80px;
  position: relative;
}
@media (max-width: 640px) {
  .script-work .script-steps-card-wrapper .script-steps-box {
    padding-right: 20px;
  }
}
.script-work .script-steps-card-wrapper .script-steps-box::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #fff;
  right: -4%;
  border: 5px solid #ABABAB;
  z-index: 1;
}
@media (max-width: 640px) {
  .script-work .script-steps-card-wrapper .script-steps-box::before {
    right: -13%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .script-work .script-steps-card-wrapper .script-steps-box::before {
    right: -6%;
  }
}
.script-work .script-steps-card-wrapper .script-steps-contents {
  width: 50%;
  display: flex;
  color: #1E1E1E !important;
  justify-content: end;
  flex-direction: column;
  text-align: start;
  padding-left: 80px;
}
@media (max-width: 640px) {
  .script-work .script-steps-card-wrapper .script-steps-contents {
    padding-left: 25px;
  }
}
.script-work .script-steps-card-wrapper .script-steps-contents .text-desc {
  color: #1E1E1E !important;
}
.script-work .script-steps-card-wrapper:nth-child(2n) .script-steps-contents {
  justify-content: start;
  text-align: end;
  padding-right: 80px;
  padding-left: 0;
}
@media (max-width: 640px) {
  .script-work .script-steps-card-wrapper:nth-child(2n) .script-steps-contents {
    padding-right: 20px;
  }
}
.script-work .script-steps-card-wrapper:nth-child(2n) .script-steps-contents .step-description {
  display: flex;
  justify-content: end;
}
.script-work .script-steps-card-wrapper:nth-child(2n) .script-steps-box {
  justify-content: start;
  padding-right: 0;
  padding-left: 80px;
  position: relative;
}
@media (max-width: 640px) {
  .script-work .script-steps-card-wrapper:nth-child(2n) .script-steps-box {
    padding-left: 25px;
  }
}
.script-work .script-steps-card-wrapper:nth-child(2n) .script-steps-box::before {
  left: -9px;
}
.script-work label {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 38px;
  width: 170px;
  text-align: center;
  background: transparent linear-gradient(105deg, #575DB4 0%, #4A52CB 100%) 0% 0% no-repeat padding-box;
  color: white;
  padding: 15px 20px;
  font-weight: 700;
}

.revenue-streams {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #575DB4;
}
.revenue-streams button {
  background: linear-gradient(#E4970B, #E4970B);
  border-radius: 38px;
  padding: 20px 50px;
  border: none;
  color: white;
}
.revenue-streams .title {
  /* position: relative; */
  display: flex;
  justify-content: center;
}
.revenue-streams .title h2 {
  color: white !important;
  font-size: 37px;
}
.revenue-streams .title p {
  color: black;
  line-height: 34px;
}
@media (min-width: 992px) {
  .revenue-streams .title p {
    width: 83%;
  }
}
.revenue-streams .carousel-container {
  position: relative;
  top: 143px;
}
@media (max-width: 768px) {
  .revenue-streams .carousel-container {
    top: -11px;
  }
}
.revenue-streams .carousel-container .carousel-buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.revenue-streams .carousel-container .carousel-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.revenue-streams .carousel-container .carousel-btn {
  background: transparent;
  border: 2px solid orange;
  color: orange;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
@media (max-width: 768px) {
  .revenue-streams .carousel-container .carousel-btn {
    font-size: 12px;
    height: 40px;
    width: 40px;
  }
}
.revenue-streams .carousel-container .carousel-btn:hover {
  background-color: #fef7e1;
  box-shadow: inset 0 0 0 1px #E4970B, 0 0 5px rgba(244, 176, 0, 0.5);
}
.revenue-streams .flex-cards {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 25px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .revenue-streams .flex-cards {
    gap: 7px;
    margin: 0px 10px 0 13px;
  }
}
.revenue-streams .flex-cards::-webkit-scrollbar-track {
  background: transparent;
}
.revenue-streams .flex-cards::-webkit-scrollbar {
  display: none;
}
.revenue-streams .revenue-streams-card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  max-width: 610px;
  width: 96%;
  border-radius: 18px;
  margin-left: 27px;
  scroll-snap-align: start;
  box-sizing: border-box;
  padding: 28px 31px;
  margin-bottom: 15px !important;
}
@media (max-width: 767px) {
  .revenue-streams .revenue-streams-card {
    height: auto;
    flex-direction: column;
    text-align: center;
    flex: 0 0 100%;
    margin: 0 19px 0 6px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .revenue-streams .revenue-streams-card {
    display: block;
    height: auto;
  }
}
.revenue-streams .revenue-streams-card h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.revenue-streams .revenue-streams-card p {
  color: black;
}
.revenue-streams .revenue-streams-card img {
  max-width: 100%;
  height: auto;
}
.revenue-streams .revenue-streams-card .image-background {
  width: 110px;
  height: 110px;
  background: linear-gradient(122deg, #FAD031 0%, #E4970B 100%);
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border-radius: 65px;
  flex-shrink: 0;
}

.slide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}

.revenue-streams-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

/* Mobile: 1 column */
@media (max-width: 768px) {
  .slide-grid {
    grid-template-columns: 1fr;
  }
}
.revenueSwiper .swiper-nav {
  position: absolute;
  top: 45%;
  right: 0;
  z-index: 10;
  gap: 12px;
}

/* Buttons */
.revenueSwiper .swiper-button-next,
.revenueSwiper .swiper-button-prev {
  position: static;
  /* IMPORTANT */
  color: #fff;
  padding: 10px;
  background: #575DB4;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: inset 0px 3px 12px rgba(255, 255, 255, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: center;
}
.revenueSwiper .swiper-button-next svg,
.revenueSwiper .swiper-button-prev svg {
  width: 90%;
  stroke: white;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

/* Remove Swiper default arrows */
.revenueSwiper .swiper-button-next::after,
.revenueSwiper .swiper-button-prev::after {
  display: none;
}

.best-cont-list {
  list-style: none;
  font-weight: 500;
}
.best-cont-list li {
  display: flex;
  align-items: center;
  justify-content: start;
}

.exceptional-features-scroll {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  background-color: white;
}
.exceptional-features-scroll p {
  color: #575DB4 !important;
  margin-bottom: 34px !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  margin-left: 56px !important;
}
@media (max-width: 992px) {
  .exceptional-features-scroll h2 {
    padding: 0 5px;
  }
  .exceptional-features-scroll h2 br {
    display: none;
  }
}
.exceptional-features-scroll .auto-scroll-box {
  display: flex;
  gap: 20px;
  white-space: nowrap;
}
.exceptional-features-scroll .auto-scroll-box .feature-card-box {
  flex: 0 0 auto;
  padding: 16px;
  display: flex;
  align-items: center;
  border-radius: 18px;
}
.exceptional-features-scroll .auto-scroll-box .feature-card-box h3 {
  margin: 0;
}
.exceptional-features-scroll .auto-scroll-box .img-box img {
  width: 157px;
  height: 157px;
}
.exceptional-features-scroll p {
  color: #000;
  margin-bottom: 50px;
}

.tech-img {
  max-width: 1000px;
  width: 100% !important;
  height: 500px !important;
}
.tech-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.emergin-trend {
  background-color: #575DB4 !important;
}
.emergin-trend .trend-box {
  background: white;
  padding: 20px 30px !important;
  border-radius: 20px;
  height: 100% !important;
}
.emergin-trend .trend-box h3 {
  color: #575DB4 !important;
}
.emergin-trend .trend-box p {
  font-weight: 500 !important;
}

.faq_main .faq {
  border-radius: 56px;
  border: 2px solid #575DB4 !important;
}

/*# sourceMappingURL=crypto-payment-gateway-development.min.css.map */
