@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 h3 {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid silver;
  padding-bottom: 15px !important;
}

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;
  border-radius: 30px;
  background-position: center center;
  padding: 20px;
  z-index: 1;
}

@media (max-width: 991px) {
  #demoPopup .modal-dialog {
    max-width: 550px !important;
  }
}
#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 {
  padding: 30px;
  border-radius: 15px;
}

.details_modal .modal-content .demo_details .inner_details.binance {
  background: #22242A;
}

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

#offer_banner {
  position: fixed;
  z-index: 5;
  left: 5px;
  max-width: 350px;
  width: 100%;
  transition-duration: 0.25s;
  transform: translate(-120%);
}

@media (min-width: 991px) {
  #offer_banner {
    width: max-content;
  }
}
@media (max-width: 575px) {
  #offer_banner {
    max-width: 280px;
    left: 10px;
  }
}
#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: #cbcbcb;
}

html ::-webkit-scrollbar-thumb {
  background-color: #120731;
  border-radius: 30px;
  height: 50px;
}

html ::-webkit-scrollbar-thumb:hover {
  background-color: #120731;
}

#crypto_exchange {
  background: #FAFAFA;
}

#crypto_exchange a, #crypto_exchange button {
  transition-duration: 0.25s;
}

#crypto_exchange .pageFooter footer {
  background: #232323;
}

#crypto_exchange .pageFooter footer .copyright p, #crypto_exchange .pageFooter footer a {
  color: white !important;
}

#crypto_exchange .pageFooter footer .social_media a {
  background-color: white;
  border-color: transparent;
}

#crypto_exchange .pageFooter footer .social_media a svg path {
  fill: #232323 !important;
}

#crypto_exchange .pageFooter footer .social_media span:hover a svg path {
  fill: #0058FF !important;
}

#crypto_exchange .pageFooter footer .footer_title h3 {
  font-size: 18px;
  color: white !important;
}

#crypto_exchange .pageFooter footer .footer_title a {
  display: block;
}

#crypto_exchange .pageFooter footer .footer_title a:hover {
  color: #0058FF !important;
}

#crypto_exchange .pageFooter footer .copyright {
  border-color: transparent !important;
}

#crypto_exchange .pageFooter a {
  display: inline-block;
}

#crypto_exchange .pageFooter a:hover {
  color: #0058FF !important;
}

#crypto_exchange .pageFooter .social_media a svg path {
  fill: #232323;
}

#crypto_exchange .pageFooter .footer_title h3 {
  color: white !important;
}

#crypto_exchange .pageFooter .white_logo {
  display: inline-block !important;
}

#crypto_exchange .ce_btn, #crypto_exchange .ce_btn_blue, #crypto_exchange .ce_btn_white:hover, #crypto_exchange .ce_btn_blue:hover, #crypto_exchange .app button:hover, #crypto_exchange header .cnt_btn, #crypto_exchange .flip-card-back .demo_ce_btn, #crypto_exchange .ce_btn_white, #crypto_exchange header .cnt_btn:hover, #crypto_exchange .app button {
  display: inline-block;
  border-radius: 50px;
  padding: 12px 20px;
  min-width: 145px !important;
  text-align: center;
  font-weight: 600;
}

#crypto_exchange .ce_btn_blue, #crypto_exchange .ce_btn_white:hover, #crypto_exchange .ce_btn_blue:hover, #crypto_exchange .app button:hover, #crypto_exchange header .cnt_btn, #crypto_exchange .flip-card-back .demo_ce_btn {
  background: #0058FF;
  color: white;
}

#crypto_exchange .ce_btn_white, #crypto_exchange .ce_btn_blue:hover, #crypto_exchange .ce_btn_white:hover, #crypto_exchange header .cnt_btn:hover, #crypto_exchange .flip-card-back .demo_ce_btn:hover, #crypto_exchange .app button {
  background: white;
  color: black;
}

#crypto_exchange .soc_btns a {
  padding: 15px !important;
  width: 270px !important;
}

#crypto_exchange .soc_btns a:hover {
  background: #2DABF5 !important;
  color: white !important;
}

#crypto_exchange .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#crypto_exchange header header {
  background: rgba(6, 13, 52, 0.5215686275) !important;
}

#crypto_exchange header .nav-link {
  color: white !important;
}

#crypto_exchange header svg path {
  fill: white !important;
}

#crypto_exchange header .services_list {
  background-color: rgba(6, 13, 52, 0.5215686275) !important;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}

#crypto_exchange header .services_list a {
  color: white;
}

#crypto_exchange header .service_title h3 {
  color: white !important;
}

#crypto_exchange header .mobile_nav {
  background: rgba(6, 13, 52, 0.5215686275);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}

#crypto_exchange header .mobile_nav .accordion-button, #crypto_exchange header .mobile_nav a:not(.cnt_btn) {
  color: white !important;
}

#crypto_exchange header .mobile_nav .accordion-button svg path {
  fill: white !important;
}

#crypto_exchange header #my-header {
  z-index: 1;
}

#crypto_exchange header #my-header::after {
  right: 0;
  content: "";
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #060D34;
  z-index: -1;
  transition-duration: 0.25s;
}

#crypto_exchange header .mobile_nav .cnt_btn {
  color: white !important;
  font-size: 14px;
}

#crypto_exchange header .services_list {
  border-radius: 30px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

#crypto_exchange header .services_list a {
  border-radius: 12px;
}

#crypto_exchange header .services_list a:hover {
  background-color: rgba(255, 255, 255, 0.1803921569);
}

#crypto_exchange header .white_logo {
  display: inline-block !important;
}

@media (min-width: 992px) {
  #crypto_exchange header header {
    background: transparent !important;
  }
}
#crypto_exchange .banner {
  min-height: 700px;
  background-color: #fff;
  background: transparent url("../../images/cryptocurrency-exchange-script/home_bg.webp") no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

#crypto_exchange .banner .bg {
  padding-top: 12em;
}

@media (min-width: 1700px) {
  #crypto_exchange .banner {
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  #crypto_exchange .banner {
    padding-bottom: 4em;
  }
  #crypto_exchange .banner .bg {
    padding-top: 6em;
  }
  #crypto_exchange .banner .row {
    flex-direction: column-reverse;
  }
}
#crypto_exchange .banner .ce_btn_white, #crypto_exchange .banner .ce_btn_blue:hover, #crypto_exchange .banner header .cnt_btn:hover, #crypto_exchange header .banner .cnt_btn:hover, #crypto_exchange .banner .flip-card-back .demo_ce_btn:hover, #crypto_exchange .flip-card-back .banner .demo_ce_btn:hover, #crypto_exchange .banner .app button, #crypto_exchange .app .banner button {
  border: 2px solid transparent;
}

#crypto_exchange .banner .ce_btn_blue:hover, #crypto_exchange .banner .ce_btn_white:hover, #crypto_exchange .banner header .cnt_btn:hover, #crypto_exchange header .banner .cnt_btn:hover, #crypto_exchange .banner .flip-card-back .demo_ce_btn:hover, #crypto_exchange .flip-card-back .banner .demo_ce_btn:hover, #crypto_exchange .banner .app button:hover, #crypto_exchange .app .banner button:hover {
  background-color: #060D34;
  color: white;
  border-color: white;
}

#crypto_exchange .banner .bannerImg {
  min-height: 205px;
}

#crypto_exchange .working_model {
  background: transparent url("../../images/cryptocurrency-exchange-script/Backgroundblack.webp") no-repeat !important;
  background-position: inherit !important;
  background-size: cover !important;
}

#crypto_exchange .heading_Center {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#crypto_exchange .types_of_exchange .tabs {
  background: transparent url("../../images/cryptocurrency-exchange-script/spectrem.webp") no-repeat !important;
  background-position: inherit !important;
  background-size: cover !important;
  background-size: cover !important;
  max-width: 1160px;
  margin: auto;
  padding: 30px;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.0901960784);
  border-radius: 55px;
}

@media (max-width: 767px) {
  #crypto_exchange .types_of_exchange .tabs {
    padding: 3em 20px;
  }
}
#crypto_exchange .types_of_exchange .tabs ul {
  background-color: #0058FF;
  border-radius: 50px;
  padding: 10px 15px;
  justify-content: center;
  overflow-x: scroll;
}

#crypto_exchange .types_of_exchange .tabs ul::-webkit-scrollbar {
  display: none;
}

#crypto_exchange .types_of_exchange .tabs ul li {
  flex-grow: 1;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  #crypto_exchange .types_of_exchange .tabs ul li {
    display: flex;
    width: 100%;
  }
  #crypto_exchange .types_of_exchange .tabs ul li button {
    flex-shrink: 0;
    width: auto;
  }
}
#crypto_exchange .types_of_exchange .tabs .tab-pane {
  padding: 30px 20px 5px 20px;
}

#crypto_exchange .types_of_exchange .tabs .tab-pane .img {
  width: 250px;
  height: 250px;
  margin: auto;
  display: block;
}

#crypto_exchange .types_of_exchange .tabs .tab-pane h3, #crypto_exchange .types_of_exchange .tabs .tab-pane p {
  line-height: 30px;
  margin: 0;
  padding-bottom: 10px;
}

#crypto_exchange .types_of_exchange .tabs .tab-pane h3 {
  font-size: 18px;
  font-weight: 700;
}

#crypto_exchange .types_of_exchange .tabs .tab-pane p {
  font-size: 16px;
  font-weight: 500;
}

#crypto_exchange .types_of_exchange .tabs .tab-pane .row {
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  #crypto_exchange .types_of_exchange .tabs .tab-pane .row {
    flex-direction: column-reverse;
  }
  #crypto_exchange .types_of_exchange .tabs .tab-pane .row .img {
    width: 150px;
    height: 150px;
  }
  #crypto_exchange .types_of_exchange .tabs .tab-pane .row .content {
    margin-top: 30px;
  }
}
#crypto_exchange .types_of_exchange .tabs button {
  border: none;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  color: white;
  width: 175px;
  text-align: center;
}

#crypto_exchange .types_of_exchange .tabs button.active {
  background: rgba(255, 255, 255, 0.3019607843);
}

#crypto_exchange .high_quality_feature {
  background: #0058FF;
  border-radius: 30px;
  padding: 20px 35px 35px;
}

@media (max-width: 1199px) {
  #crypto_exchange .high_quality_feature {
    padding: 20px 35px 50px;
  }
  #crypto_exchange .high_quality_feature h2 {
    text-align: center;
  }
  #crypto_exchange .high_quality_feature .nav {
    margin-bottom: 30px;
    justify-content: center;
  }
  #crypto_exchange .high_quality_feature .scroll_div {
    max-height: inherit !important;
  }
  #crypto_exchange .high_quality_feature .featureIcon {
    width: 140px !important;
  }
}
#crypto_exchange .high_quality_feature ul li {
  background: white;
  padding: 8px 12px;
  border-radius: 50px;
}

#crypto_exchange .high_quality_feature ul li button {
  background: transparent;
  color: black;
  border: none;
  border-radius: 30px;
  padding: 15px 16px;
  font-weight: 600;
  font-size: 14px;
}

#crypto_exchange .high_quality_feature ul li button.active {
  background: #0058FF;
  color: white;
}

#crypto_exchange .high_quality_feature .scroll_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: 500px;
  overflow-y: auto;
}

#crypto_exchange .high_quality_feature .scroll_div::-webkit-scrollbar {
  display: none;
}

#crypto_exchange .high_quality_feature .featureIcon {
  width: 150px;
  text-align: center;
  display: inline-block;
  margin: 8px 10px;
  height: 170px;
}

#crypto_exchange .high_quality_feature .featureIcon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

#crypto_exchange .high_quality_feature .featureIcon h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: white;
}

#crypto_exchange .add_modules {
  background: transparent url("../../images/cryptocurrency-exchange-script/backgroundgradient.webp") no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 42px;
  padding: 50px 50px 30px;
}

@media (max-width: 1199px) {
  #crypto_exchange .add_modules {
    padding: 50px 20px 20px;
  }
}
#crypto_exchange .add_modules .module_card {
  background: rgba(255, 255, 255, 0.486);
  border: 2px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 30px;
  text-align: center;
  padding: 40px 20px 20px;
  transition-duration: 0.15s;
  height: 100%;
}

#crypto_exchange .add_modules .module_card .icon {
  width: 75px;
  height: 75px;
  margin: auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

#crypto_exchange .add_modules .module_card .icon img {
  width: 50px;
  height: 40px;
}

#crypto_exchange .add_modules .module_card .icon::before, #crypto_exchange .add_modules .module_card .icon::after {
  content: "";
  position: absolute;
  border-radius: 12px;
  bottom: 0;
  left: 0px;
  right: 0;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#crypto_exchange .add_modules .module_card .icon::before {
  background: #0058FF;
  transform: rotate(-20deg) translate(-7px, -10px);
  transition-duration: 0.15s;
}

#crypto_exchange .add_modules .module_card .icon::after {
  background: rgba(255, 255, 255, 0.2784313725);
  backdrop-filter: blur(10px);
  border: 2px solid white;
}

#crypto_exchange .add_modules .module_card:hover {
  background: #0058FF;
}

#crypto_exchange .add_modules .module_card:hover .icon::before {
  transform: rotate(0deg) translate(0px, 0px);
}

#crypto_exchange .add_modules .module_card:hover h3, #crypto_exchange .add_modules .module_card:hover p {
  color: white;
}

#crypto_exchange .add_modules .module_card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

#crypto_exchange .add_modules .module_card p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

#crypto_exchange .blue_hover, #crypto_exchange .module_increase button {
  border: 2px solid transparent;
}

#crypto_exchange .blue_hover:hover, #crypto_exchange .module_increase button:hover {
  border-color: #0058FF;
}

#crypto_exchange .module_increase {
  margin: 4em 0 3em;
}

@media (max-width: 991px) {
  #crypto_exchange .module_increase {
    margin-bottom: 1em !important;
  }
}
#crypto_exchange .module_increase h2 {
  padding-bottom: 1.5em;
}

#crypto_exchange .module_increase .row {
  padding-bottom: 3em;
}

#crypto_exchange .module_increase .row {
  align-items: center;
  justify-content: space-evenly;
}

#crypto_exchange .module_increase .shadow_image {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1490196078);
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
}

#crypto_exchange .module_increase .shadow_image img {
  object-fit: cover;
  height: 280px;
}

@media (max-width: 991px) {
  #crypto_exchange .module_increase .row {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #crypto_exchange .module_increase .shadow_image img {
    height: 320px;
  }
}
#crypto_exchange .app {
  background: #0058FF;
  border-radius: 42px;
  padding: 50px 40px;
}

@media (max-width: 991px) {
  #crypto_exchange .app {
    padding: 5px 20px 4em;
  }
}
#crypto_exchange .app button {
  border: 2px solid transparent;
}

#crypto_exchange .app button:hover {
  border-color: white;
}

#crypto_exchange .app .img {
  height: 600px;
}

@media (max-width: 991px) {
  #crypto_exchange .res_reverse_lg {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  #crypto_exchange .res_reverse_md {
    flex-direction: column-reverse;
  }
}
#crypto_exchange .glimpse_sec {
  background: #232323 url("../../images/cryptocurrency-exchange-script/bubbles.svg") no-repeat center;
  background-size: cover;
  border-radius: 50px;
  padding: 3em 40px 3.5em;
  margin: 5em 0;
}

@media (max-width: 991px) {
  #crypto_exchange .glimpse_sec {
    padding: 3em 10px 4em;
  }
  #crypto_exchange .glimpse_sec li {
    text-align: center;
  }
  #crypto_exchange .glimpse_sec li button {
    margin: 10px;
    width: 230px;
  }
}
#crypto_exchange .glimpse_sec .video {
  max-width: 650px;
  height: 350px;
  margin: 0 auto;
  border-radius: 20px;
}

#crypto_exchange .glimpse_sec .video.loading {
  background: #17064c url("../../images/cryptocurrency-exchange-script/loading.gif") no-repeat center;
}

#crypto_exchange .glimpse_sec .video iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

#crypto_exchange .glimpse_sec button {
  display: inline-block;
  padding: 15px 30px;
  background: transparent linear-gradient(106deg, #2DABF5 0%, #8D37CF 100%) 0% 0% no-repeat padding-box !important;
  color: #fff !important;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
  outline: none;
  font-weight: 600;
  margin: 0 10px;
}

#crypto_exchange .glimpse_sec button:after {
  transition-duration: 0.15s;
  right: 0;
  content: "";
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96%;
  height: 89%;
  background: #17064c !important;
  border-radius: 30px;
  margin: auto;
  z-index: -1;
}

#crypto_exchange .glimpse_sec button:hover::after, #crypto_exchange .glimpse_sec button.active::after {
  opacity: 0 !important;
}

#crypto_exchange .tech_stacks {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 42px;
}

@media (min-width: 1200px) {
  #crypto_exchange .tech_stacks .owl-stage {
    padding-left: 5px !important;
  }
}
#crypto_exchange .tech_stacks .tech_img img {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  #crypto_exchange .tech_stacks .tech_img img {
    width: 170px;
    margin: auto;
  }
}
#crypto_exchange .light {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 42px;
  padding: 3em 3em 2em;
  margin: 4em 0;
}

@media (max-width: 1199px) {
  #crypto_exchange .light {
    padding: 3em 1.5em 1em;
  }
}
#crypto_exchange .light h2, #crypto_exchange .light h3, #crypto_exchange .light p {
  color: black;
}

#crypto_exchange .why_choose {
  margin-bottom: 4em;
}

#crypto_exchange .why_choose .card {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 30px;
  padding: 2em 25px;
  text-align: center;
  height: 100%;
}

#crypto_exchange .why_choose .card .img {
  margin-top: 15px;
  width: 75px;
  height: 75px;
}

#crypto_exchange #faq h2, #crypto_exchange #faq h4, #crypto_exchange #faq p {
  color: black;
}

#crypto_exchange #faq .accordion-item {
  box-shadow: 0px 2px 6px 2px rgba(211, 211, 211, 0.5019607843);
  border-radius: 30px;
  margin: 40px 0;
  background: white;
}

#crypto_exchange #faq .accordion-button::after {
  border-right: 3px solid black;
  right: 59px;
}

@media (max-width: 767px) {
  #crypto_exchange #faq .accordion-button::after {
    right: 39px;
  }
}
#crypto_exchange #faq .accordion-button::before {
  border-top: 3px solid black;
  right: 50px;
}

@media (max-width: 767px) {
  #crypto_exchange #faq .accordion-button::before {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  #crypto_exchange #faq {
    margin-top: -80px;
  }
}
#crypto_exchange #faq button.accordion-button {
  padding: 35px 35px 35px 48px;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 991px) {
  #crypto_exchange #faq button.accordion-button {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #crypto_exchange #faq button.accordion-button {
    padding: 20px 50px 20px 20px;
  }
}
#crypto_exchange #faq li {
  color: black;
}

#crypto_exchange .cntform {
  position: relative;
  z-index: 1;
  background: transparent url("../../images/cryptocurrency-exchange-script/cnt_bg.svg") no-repeat !important;
  background-position: inherit !important;
  background-size: cover !important;
}

#crypto_exchange .cntform .contact_form {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  #crypto_exchange .cntform #cnt_form .form_outer {
    border-radius: 40px !important;
  }
}
#crypto_exchange .cntform #cnt_form .form_outer {
  background: #0058FF;
  border: 2px solid transparent;
  border-radius: 80px;
}

#crypto_exchange .cntform #cnt_form .form_outer .form_title h5, #crypto_exchange .cntform #cnt_form .form_outer .form_title p {
  color: white;
}

#crypto_exchange .cntform #cnt_form .form_outer .form-group {
  border: 2px solid #cfcfcf;
}

#crypto_exchange .cntform #cnt_form .form_outer form input, #crypto_exchange .cntform #cnt_form .form_outer form textarea {
  color: white;
}

#crypto_exchange .cntform #cnt_form .form_outer form input::placeholder, #crypto_exchange .cntform #cnt_form .form_outer form textarea::placeholder {
  color: #d5d5d5;
}

#crypto_exchange .cntform #cnt_form .form_outer form input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 40px #0058FF inset !important;
  box-shadow: 0 0 0 40px #0058FF inset !important;
  -webkit-text-fill-color: white;
}

#crypto_exchange .cntform #cnt_form .form_outer form .icon svg path {
  fill: white;
}

#crypto_exchange .cntform #cnt_form .form_outer form .show_country_ul {
  background: white;
}

#crypto_exchange .cntform #cnt_form .form_outer form .show_country_ul li {
  color: #0058FF;
}

#crypto_exchange .cntform #cnt_form .form_outer form .show_country_ul li:hover {
  background-color: #eee;
}

#crypto_exchange .cntform #cnt_form .form_outer form .selected_country {
  color: white;
}

#crypto_exchange .cntform #cnt_form .form_outer form .selected_country svg path {
  fill: white;
}

#crypto_exchange .cntform #cnt_form .form_outer .form-submit #submit_btn, #crypto_exchange .cntform #cnt_form .form_outer .form-submit #submit_btn2 {
  background: white;
  border-radius: 30px;
  color: black;
  padding: 12px 2.5rem;
  border: 1px solid transparent;
}

#crypto_exchange .cntform #cnt_form .form_outer .form-submit #submit_btn:hover:not(:disabled), #crypto_exchange .cntform #cnt_form .form_outer .form-submit #submit_btn2:hover:not(:disabled) {
  background: #0058FF;
  border-color: white;
  color: white;
}

#crypto_exchange .cntform #cnt_form button {
  border-width: 2px !important;
}

#crypto_exchange .scenario {
  background: transparent url("../../images/cryptocurrency-exchange-script/backgroundgradient.webp") no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 42px;
  padding: 50px 50px 30px;
  margin-bottom: 5em;
}

@media (max-width: 1199px) {
  #crypto_exchange .scenario {
    padding: 50px 20px 20px;
  }
}
#crypto_exchange .scenario .scenario_content_image {
  max-width: 400px;
  margin: auto;
}

#crypto_exchange .scenario .scenario_content {
  max-width: 550px;
  min-height: 550px;
  margin: auto;
  position: relative;
}

#crypto_exchange .scenario .scenario_content .show_content {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #4D4D4D;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  position: absolute;
  text-align: center;
  padding: 20px 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition-duration: 0.25s;
  transform: scale(0);
}

#crypto_exchange .scenario .scenario_content .show_content h3, #crypto_exchange .scenario .scenario_content .show_content p {
  margin: 5px 0;
  color: white;
}

#crypto_exchange .scenario .scenario_content .show_content .icon {
  width: 60px;
  height: 60px;
}

#crypto_exchange .scenario .scenario_content .show_content h3 {
  font-size: 16px;
  font-weight: 600;
}

#crypto_exchange .scenario .scenario_content .show_content p {
  font-size: 14px;
}

#crypto_exchange .scenario .scenario_content .sce_ {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  transition-duration: 0.25s;
  cursor: pointer;
}

#crypto_exchange .scenario .scenario_content .sce_ span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#crypto_exchange .scenario .scenario_content .sce_.active .show_content {
  transform: scale(1) !important;
}

#crypto_exchange .scenario .scenario_content .sce_1 {
  background-color: #4D4D4D;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

#crypto_exchange .scenario .scenario_content .sce_2 {
  background-color: #46AEAF;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: 0 auto;
}

#crypto_exchange .scenario .scenario_content .sce_3 {
  background-color: #FDC82C;
  left: 0;
  right: 0px;
  bottom: 0;
  top: 0;
  margin: auto 0 auto auto;
}

#crypto_exchange .scenario .scenario_content .sce_4 {
  background-color: #3C506B;
  left: 0;
  right: 0;
  bottom: 10px;
  top: 0;
  margin: auto auto 0 auto;
}

#crypto_exchange .scenario .scenario_content .sce_5 {
  background-color: #E33A59;
  left: 0px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
}

#crypto_exchange .flip-card {
  width: 100%;
  perspective: 1000px;
  border-radius: 24px;
  height: 320px;
  cursor: pointer;
}

#crypto_exchange .flip-card img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

#crypto_exchange .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

#crypto_exchange .flip-card-inner span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  #crypto_exchange .flip-card:hover .flip-card-inner, #crypto_exchange .flip-card.active-flip .flip-card-inner {
    transform: rotateY(180deg);
  }
}
#crypto_exchange .flip-card.active-flip .flip-card-inner {
  transform: rotateY(180deg);
}

#crypto_exchange .flip-card h4, #crypto_exchange .flip-card h3 {
  font-size: 18px;
}

#crypto_exchange .flip-card p {
  font-size: 14px;
}

#crypto_exchange .flip-card h4, #crypto_exchange .flip-card h3, #crypto_exchange .flip-card p {
  color: white;
  margin: 0;
}

#crypto_exchange .flip-card .icon {
  width: 100px;
  height: 100px;
}

#crypto_exchange .flip-card-front, #crypto_exchange .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 24px;
  background-color: #327bff;
  border: 2px solid rgba(255, 255, 255, 0.3019607843);
}

#crypto_exchange .flip-card-back {
  transform: rotateY(180deg);
}

#crypto_exchange .flip-card-back h4 {
  padding-top: 0;
}

#crypto_exchange .flip-card-back .demo_ce_btn {
  margin-top: 15px;
  border: 2px solid white;
  color: white;
  background-color: transparent;
  font-size: 14px;
}

.fixed_footer_bottom {
  background: black;
}

.fixed_footer_bottom span {
  color: white;
}


#crypto_exchange header #my-header .service_title p {
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  border-bottom: 1px solid silver;
  padding-bottom: 15px !important;
  color: #fff;
}
#crypto_exchange .crypto-exchange-hero {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  #crypto_exchange .crypto-exchange-hero h1 {
    font-size: 50px;
  }
}
#crypto_exchange .crypto-exchange-hero p {
  font-size: 18px;
}
@media (min-width: 992px) {
  #crypto_exchange .crypto-exchange-hero .bannerImg img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
#crypto_exchange .cryptocurrency-exchange-btn {
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 38px;
  padding: 18px 65px;
  color: #0058FF;
  font-size: 21px;
  font-weight: 600;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 992px) {
  #crypto_exchange .cryptocurrency-exchange-btn {
    padding: 15px 30px;
    font-size: 16px;
  }
}
#crypto_exchange .cryptocurrency-exchange-btn:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
#crypto_exchange .about_exchange img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#crypto_exchange .about_exchange p {
  font-size: 18px;
  line-height: 2.2;
}
#crypto_exchange .about_exchange p:first-of-type {
  margin-bottom: 40px;
}
#crypto_exchange .comprehensive-crypto-exchange {
  background: #000 url("../../images/cryptocurrency-exchange-script/comprehensive-crypto-exchange-bg.png") no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 60px;
  padding-bottom: 60px;
}
#crypto_exchange .comprehensive-crypto-exchange h2 {
  font-size: 34px;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 992px) {
  #crypto_exchange .comprehensive-crypto-exchange h2 {
    font-size: 28px;
  }
}
#crypto_exchange .comprehensive-crypto-exchange .subtitle {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}
#crypto_exchange .comprehensive-crypto-exchange .comprehensive-crypto-card {
  background-color: #0058FF;
  color: #fff;
  padding: 40px 42px;
  margin-bottom: 25px;
  border-radius: 20px;
}
#crypto_exchange .comprehensive-crypto-exchange .comprehensive-crypto-card.white-card {
  background-color: #fff;
  color: #0058FF;
}
#crypto_exchange .comprehensive-crypto-exchange .comprehensive-crypto-card h3 {
  font-size: 27px;
  margin-bottom: 15px;
  margin-top: 0;
}
#crypto_exchange .comprehensive-crypto-exchange .comprehensive-crypto-card p {
  font-size: 16px;
  line-height: 2;
}
#crypto_exchange .visualize-feature {
  padding-top: 60px;
  padding-bottom: 60px;
}
#crypto_exchange .visualize-feature h2 {
  font-size: 36px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 992px) {
  #crypto_exchange .visualize-feature h2 {
    font-size: 28px;
  }
  #crypto_exchange .visualize-feature h2 br {
    display: none;
  }
}
#crypto_exchange .visualize-feature img {
  max-width: 100%;
  height: auto;
}
#crypto_exchange .value-added-binance {
  margin-top: 30px;
}
#crypto_exchange .value-added-binance .exclusive_feature_tab {
  width: auto;
}
#crypto_exchange .value-added-binance .background {
  background-color: #DBDBDB;
}
#crypto_exchange .value-added-binance .title h2 {
  color: #000;
}
#crypto_exchange .value-added-binance .title p {
  color: black;
}
@media (min-width: 992px) {
  #crypto_exchange .value-added-binance .title p {
    margin-bottom: 40px;
  }
}
#crypto_exchange .value-added-binance .value-added-container {
  background: #c9c5c5 url("../../images/cryptocurrency-exchange-script/presenting-features.png") no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding: 60px 40px;
  border-radius: 42px;
}
@media (max-width: 640px) {
  #crypto_exchange .value-added-binance .value-added-container {
    padding: 60px 20px;
  }
}
#crypto_exchange .value-added-binance .value-added-container ul.new_pills {
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.1607843137);
  border-radius: 50px;
  border: 2px solid #0058FF;
  background: #fff;
}
@media (max-width: 992px) {
  #crypto_exchange .value-added-binance .value-added-container ul.new_pills {
    overflow: overlay;
    scrollbar-width: thin;
  }
  #crypto_exchange .value-added-binance .value-added-container ul.new_pills::-webkit-scrollbar {
    width: 0px;
  }
  #crypto_exchange .value-added-binance .value-added-container ul.new_pills::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 30px;
    height: 50px;
  }
}
#crypto_exchange .value-added-binance .value-added-container ul.new_pills li {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
}
#crypto_exchange .value-added-binance .value-added-container ul.new_pills li button {
  border: none;
  background: inherit;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8901960784);
  text-align: center;
  transition: all 0.5s ease-in-out;
}
#crypto_exchange .value-added-binance .value-added-container ul.new_pills li button.active {
  background: #0058FF;
  color: #181a20;
  border-radius: 32px;
  color: #fff;
  font-weight: 700;
  width: max-content;
}
@media (min-width: 0) and (max-width: 320px) {
  #crypto_exchange .value-added-binance .value-added-container ul.new_pills li button {
    width: min-content;
    padding: 6px 18px;
    font-size: 12px;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  #crypto_exchange .value-added-binance .value-added-container ul.new_pills li button {
    width: min-content;
    padding: 6px 18px;
    font-size: 13px;
  }
}
@media (min-width: 376px) and (max-width: 640px) {
  #crypto_exchange .value-added-binance .value-added-container ul.new_pills li button {
    padding: 14px 18px;
    font-size: 15px;
  }
}
#crypto_exchange .value-added-binance .value-added-container .card-section {
  width: auto;
  height: 336px;
  background: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 30px;
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px);
  padding: 39px;
  text-align: center;
}
#crypto_exchange .value-added-binance .value-added-container .card-section img {
  width: 82px;
  height: 82px;
}
#crypto_exchange .value-added-binance .value-added-container .card-section p {
  color: black;
}
@media (max-width: 992px) {
  #crypto_exchange .value-added-binance .value-added-container .card-section {
    width: auto;
    height: auto;
    backdrop-filter: unset;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #crypto_exchange .value-added-binance .value-added-container .card-section {
    width: auto;
    height: auto;
    backdrop-filter: unset;
  }
}
#crypto_exchange .revenue-streams {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 992px) {
  #crypto_exchange .revenue-streams {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  #crypto_exchange .revenue-streams {
    padding: 60px 75px;
  }
}
@media (max-width: 768px) {
  #crypto_exchange .revenue-streams .line-one, #crypto_exchange .revenue-streams .line-two {
    display: none;
  }
}
#crypto_exchange .revenue-streams button {
  background: linear-gradient(#E4970B, #E4970B);
  border-radius: 38px;
  padding: 20px 50px;
  border: none;
  color: white;
}
#crypto_exchange .revenue-streams .title {
  position: relative;
}
#crypto_exchange .revenue-streams .title h2 {
  color: black;
  font-size: 34px;
}
@media (max-width: 992px) {
  #crypto_exchange .revenue-streams .title h2 {
    font-size: 28px;
  }
}
#crypto_exchange .revenue-streams .title p {
  color: black;
  line-height: 34px;
}
#crypto_exchange .revenue-streams .carousel-container {
  display: flex;
  justify-content: end;
  position: relative;
  top: 100px;
}
@media (max-width: 992px) {
  #crypto_exchange .revenue-streams .carousel-container {
    top: auto;
    bottom: 0;
    position: absolute;
  }
}
#crypto_exchange .revenue-streams .carousel-container .carousel-buttons {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#crypto_exchange .revenue-streams .carousel-container .carousel-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
#crypto_exchange .revenue-streams .carousel-container .carousel-btn {
  background: transparent;
  border: 2px solid #0058FF;
  color: #0058FF;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  #crypto_exchange .revenue-streams .carousel-container .carousel-btn {
    font-size: 12px;
    height: 40px;
    width: 40px;
  }
}
#crypto_exchange .revenue-streams .carousel-container .carousel-btn.previous {
  left: -4%;
  position: absolute;
}
@media (max-width: 992px) {
  #crypto_exchange .revenue-streams .carousel-container .carousel-btn.previous {
    left: 37%;
    position: absolute;
    top: auto;
    bottom: 26px;
  }
}
#crypto_exchange .revenue-streams .carousel-container .carousel-btn.carousel-btn.next {
  position: absolute;
  right: -5%;
  top: 0;
}
@media (max-width: 992px) {
  #crypto_exchange .revenue-streams .carousel-container .carousel-btn.carousel-btn.next {
    position: absolute;
    right: 37%;
    top: auto;
    bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  #crypto_exchange .revenue-streams .carousel-container .carousel-btn.carousel-btn.next {
    right: -60px;
  }
}
#crypto_exchange .revenue-streams .carousel-container .carousel-btn:hover {
  background-color: #dbe5f1;
  box-shadow: inset 0 0 0 1px #5579dd, 0 0 5px rgba(175, 178, 184, 0.5);
}
#crypto_exchange .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: 992px) {
  #crypto_exchange .revenue-streams .flex-cards {
    gap: 7px;
    margin: 0px 10px 0 13px;
  }
}
#crypto_exchange .revenue-streams .flex-cards::-webkit-scrollbar-track {
  background: transparent;
}
#crypto_exchange .revenue-streams .flex-cards::-webkit-scrollbar {
  display: none;
}
#crypto_exchange .revenue-streams .revenue-streams-card {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  height: 245px;
  background: #0058FF;
  border: 2px solid #0058FF;
  border-radius: 18px;
  padding: 30px;
  margin-bottom: 20px;
  flex: 0 0 50%;
  scroll-snap-align: start;
  box-sizing: border-box;
  padding: 40px 45px;
  color: #fff;
}
@media (max-width: 767px) {
  #crypto_exchange .revenue-streams .revenue-streams-card {
    gap: 0;
    height: auto;
    flex-direction: column;
    text-align: center;
    flex: 0 0 100%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #crypto_exchange .revenue-streams .revenue-streams-card {
    display: block;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  #crypto_exchange .revenue-streams .revenue-streams-card {
    gap: 40px;
    height: auto;
    flex: 0 0 50%;
    padding: 40px 25px;
    padding-left: 35px;
  }
}
#crypto_exchange .revenue-streams .revenue-streams-card h3 {
  font-size: 25px;
  margin-bottom: 12px;
  margin-top: 0;
}
@media (max-width: 992px) {
  #crypto_exchange .revenue-streams .revenue-streams-card h3 {
    margin-top: 0;
    font-size: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #crypto_exchange .revenue-streams .revenue-streams-card h3 {
    font-size: 23px;
  }
}
#crypto_exchange .revenue-streams .revenue-streams-card p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #crypto_exchange .revenue-streams .revenue-streams-card p {
    font-size: 17px;
  }
}
@media (min-width: 1300px) and (max-width: 1440px) {
  #crypto_exchange .revenue-streams .revenue-streams-card p {
    width: 85%;
  }
}
#crypto_exchange .revenue-streams .revenue-streams-card img {
  max-width: 100%;
  height: auto;
}
#crypto_exchange .revenue-streams .revenue-streams-card .image-background {
  width: 110px;
  height: 110px;
  background: transparent;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-self: center;
  border-radius: 65px;
  flex-shrink: 0;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  #crypto_exchange .revenue-streams .revenue-streams-card .image-background {
    width: 95px;
    height: 95px;
  }
}
#crypto_exchange .crypto-exchange-script-benefit {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #000;
}
#crypto_exchange .crypto-exchange-script-benefit h2 {
  font-size: 34px;
  color: #fff;
}
@media (max-width: 992px) {
  #crypto_exchange .crypto-exchange-script-benefit h2 {
    font-size: 28px;
  }
}
#crypto_exchange .crypto-exchange-script-benefit .center-card {
  align-self: center;
}
#crypto_exchange .crypto-exchange-script-benefit .cards-container {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  #crypto_exchange .crypto-exchange-script-benefit .cards-container {
    margin-bottom: 20px;
  }
}
#crypto_exchange .crypto-exchange-script-benefit .card-wrapper {
  border: 2px solid white;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 30px;
  color: #fff;
  width: auto;
  height: 375px;
}
@media (max-width: 1440px) {
  #crypto_exchange .crypto-exchange-script-benefit .card-wrapper {
    height: auto;
  }
}
#crypto_exchange .crypto-exchange-script-benefit .card-wrapper img {
  width: 20%;
  height: auto;
  margin-bottom: 23px;
}
#crypto_exchange .crypto-exchange-script-benefit .card-wrapper h3 {
  font-size: 25px;
  color: #8FB8FF;
  margin-bottom: 13px;
  margin-top: 0;
}
#crypto_exchange .crypto-exchange-script-benefit .card-wrapper p {
  font-size: 16px;
  width: 95%;
  line-height: 2;
}
#crypto_exchange .unbreachable-bitcoin {
  background: url(../../images/cryptocurrency-exchange-script/bitcoin-software-bg.png) no-repeat center center, #000;
  background-position: top;
  background-size: cover !important;
  padding: 250px 0;
}
@media (max-width: 992px) {
  #crypto_exchange .unbreachable-bitcoin {
    padding: 80px 30px;
  }
}
#crypto_exchange .unbreachable-bitcoin .bitcoin-trading-software {
  background-color: #0058FF;
  color: #fff;
  padding: 90px 90px;
  border-radius: 42px;
}
@media (max-width: 992px) {
  #crypto_exchange .unbreachable-bitcoin .bitcoin-trading-software {
    padding: 30px 30px;
  }
}
#crypto_exchange .unbreachable-bitcoin button {
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 38px;
  padding: 18px 65px;
  color: #0058FF;
  font-size: 21px;
  font-weight: 600;
}
@media (max-width: 992px) {
  #crypto_exchange .unbreachable-bitcoin button {
    padding: 15px 30px;
    font-size: 16px;
  }
}
#crypto_exchange .unbreachable-bitcoin .img-box img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  #crypto_exchange .unbreachable-bitcoin .img-box img {
    width: 450px;
    height: 430px;
  }
}
@media (min-width: 992px) {
  #crypto_exchange .unbreachable-bitcoin .content-box {
    padding-left: 50px;
  }
}
#crypto_exchange .unbreachable-bitcoin h2 {
  font-size: 34px;
  color: #fff;
  margin-top: 0px;
}
@media (max-width: 992px) {
  #crypto_exchange .unbreachable-bitcoin h2 {
    font-size: 28px;
  }
}
#crypto_exchange .unbreachable-bitcoin p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}
#crypto_exchange .our-high-caliber {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #000;
}
#crypto_exchange .our-high-caliber .caliber-background {
  padding-top: 25px;
  border-radius: 42px;
}
#crypto_exchange .our-high-caliber .caliber-background .caliber-img-box img {
  right: 0;
  position: absolute;
  bottom: 0;
}
@media (max-width: 992px) {
  #crypto_exchange .our-high-caliber .caliber-background .caliber-img-box img {
    position: relative;
  }
}
#crypto_exchange .our-high-caliber .caliber-background .high-caliber-content {
  padding-left: 75px;
}
@media (min-width: 992px) {
  #crypto_exchange .our-high-caliber .caliber-background .high-caliber-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  #crypto_exchange .our-high-caliber .caliber-background .high-caliber-content {
    padding: 15px;
  }
}
#crypto_exchange .our-high-caliber .caliber-background p {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
}
@media (min-width: 992px) {
  #crypto_exchange .our-high-caliber .caliber-background p {
    padding-right: 25px;
  }
}
#crypto_exchange .our-high-caliber .caliber-background h2 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  #crypto_exchange .our-high-caliber .caliber-background h2 {
    font-size: 25px;
  }
}
@media (min-width: 993px) and (max-width: 1440px) {
  #crypto_exchange .our-high-caliber .caliber-background h2 {
    font-size: 38px;
  }
  #crypto_exchange .our-high-caliber .caliber-background h2 br {
    display: none;
  }
}
#crypto_exchange .our-high-caliber .caliber-background img {
  width: 450px;
  height: auto;
}
@media (max-width: 768px) {
  #crypto_exchange .our-high-caliber .caliber-background img {
    width: 50%;
  }
}
#crypto_exchange .versatile-exchange {
  color: #fff;
  background-color: #0058FF;
  background-position: center !important;
  background-size: cover !important;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
#crypto_exchange .versatile-exchange::before {
  content: "";
  background: url(../../images/cryptocurrency-exchange-script/bitcoin.png) no-repeat;
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  left: -7%;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -15%;
}
@media (max-width: 992px) {
  #crypto_exchange .versatile-exchange::before {
    bottom: 0;
    left: 0;
    width: 75px;
    height: 75px;
  }
}
#crypto_exchange .versatile-exchange::after {
  content: "";
  background: url(../../images/cryptocurrency-exchange-script/bit-coin-2.png) no-repeat;
  width: 100px;
  height: 147px;
  display: block;
  position: absolute;
  right: 0%;
  z-index: 1;
  background-size: cover;
  /* background-repeat: no-repeat; */
  background-position: center;
  top: 2%;
}
@media (max-width: 992px) {
  #crypto_exchange .versatile-exchange::after {
    width: 75px;
    height: 75px;
  }
}
#crypto_exchange .versatile-exchange .versatile-container h2 {
  font-size: 34px;
}
@media (max-width: 992px) {
  #crypto_exchange .versatile-exchange .versatile-container h2 {
    font-size: 28px;
  }
}
#crypto_exchange .versatile-exchange .versatile-container p {
  font-size: 18px;
  line-height: 2;
}
#crypto_exchange .our-meticulous {
  padding-top: 60px;
}
#crypto_exchange .our-meticulous .bold-text {
  font-weight: 500;
}
#crypto_exchange .our-meticulous h2 {
  font-size: 34px;
  color: #000;
  text-align: center;
}
@media (max-width: 992px) {
  #crypto_exchange .our-meticulous h2 {
    font-size: 28px;
  }
}
#crypto_exchange .our-meticulous h3 {
  font-size: 30px;
  color: black;
}
@media (max-width: 992px) {
  #crypto_exchange .our-meticulous h3 {
    font-size: 24px;
  }
}
#crypto_exchange .our-meticulous p {
  font-size: 18px;
  color: black;
  line-height: 40px;
}
@media (min-width: 992px) {
  #crypto_exchange .our-meticulous p {
    width: 85%;
  }
}
#crypto_exchange .our-meticulous img {
  width: 50%;
  box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.6784313725);
}
#crypto_exchange .our-meticulous button {
  background: #0058FF;
  border-radius: 38px;
  padding: 14px 50px;
  border: none;
  color: #fff;
  font-weight: 700;
  transition: all 0.1s ease-in-out;
}
#crypto_exchange .our-meticulous button:hover {
  color: #000;
  border: #0058FF 2px solid;
  background: #fff;
}
#crypto_exchange .our-meticulous .shadow-img {
  padding: 25px 0;
}
#crypto_exchange .our-meticulous .shadow-img img {
  width: 540px;
  height: 540px;
}
@media (max-width: 767px) {
  #crypto_exchange .our-meticulous .shadow-img img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #crypto_exchange .our-meticulous .shadow-img img {
    width: 100%;
    height: auto;
  }
}
#crypto_exchange .tech-infrastructure {
  padding-bottom: 80px;
}
#crypto_exchange .tech-infrastructure h2 {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  #crypto_exchange .tech-infrastructure h2 {
    font-size: 28px;
  }
}
#crypto_exchange .tech-infrastructure .tech-infrastructure-container {
  background: #F5F5F5;
  padding: 50px 50px;
  border-radius: 42px;
}
@media (max-width: 992px) {
  #crypto_exchange .tech-infrastructure .tech-infrastructure-container {
    margin-top: 20px;
    padding: 40px 20px;
  }
}
#crypto_exchange .tech-infrastructure .tech-stack-container {
  display: flex;
}
#crypto_exchange .tech-infrastructure .tech-stack-box {
  background: #f9f9f9 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  opacity: 1;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  display: inline-block;
  width: 154px;
  height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  #crypto_exchange .tech-infrastructure .tech-stack-box {
    width: auto;
  }
}
#crypto_exchange .tech-infrastructure .tech-stack-box img {
  z-index: 1;
  width: 110px;
  height: 110px;
}
#crypto_exchange .customizing-launching {
  padding-top: 60px;
}
@media (max-width: 1200px) {
  #crypto_exchange .customizing-launching {
    padding-bottom: 60px;
  }
}
#crypto_exchange .customizing-launching {
  background: transparent url("../../images/cryptocurrency-exchange-script/crypto-dotted-bg.png") no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
#crypto_exchange .customizing-launching .customize-launching-box-container {
  gap: 45px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #crypto_exchange .customizing-launching .customize-launching-box-container {
    height: 700px;
    overflow: overlay;
  }
}
#crypto_exchange .customizing-launching .customize-launching-box-container::-webkit-scrollbar {
  width: 0px;
}
#crypto_exchange .customizing-launching .customize-launching-box-container::-webkit-scrollbar-thumb {
  background-color: orange;
  border-radius: 30px;
  height: 50px;
}
#crypto_exchange .customizing-launching .customize-launching-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(255, 255, 255, 0.6784313725);
  border-radius: 12px;
  padding: 25px 22px;
  width: 445px;
  height: 185px;
  position: relative;
}
@media (max-width: 767px) {
  #crypto_exchange .customizing-launching .customize-launching-box {
    width: auto;
    height: auto;
  }
}
#crypto_exchange .customizing-launching .customize-launching-box::before {
  content: "";
  background: url(../../images/cryptocurrency-exchange-script/arrow.png);
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  right: -27%;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 5%;
}
@media (max-width: 767px) {
  #crypto_exchange .customizing-launching .customize-launching-box::before {
    width: 0;
    height: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #crypto_exchange .customizing-launching .customize-launching-box::before {
    width: 75px;
    height: 75px;
    right: -20%;
  }
}
#crypto_exchange .customizing-launching .customize-launching-box:last-child::before {
  background: none;
}
#crypto_exchange .customizing-launching .customize-launching-box:nth-child(2n) {
  margin-left: auto;
}
#crypto_exchange .customizing-launching .customize-launching-box:nth-child(2n)::before {
  left: -27%;
  transform: scaleX(-1);
}
@media (min-width: 992px) and (max-width: 1200px) {
  #crypto_exchange .customizing-launching .customize-launching-box:nth-child(2n)::before {
    left: -21%;
  }
}
#crypto_exchange .customizing-launching .customize-launching-box h3 {
  margin-top: 0;
}
#crypto_exchange .customizing-launching .customize-launching-box p {
  margin-bottom: 0;
}
#crypto_exchange .customizing-launching h2 {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  #crypto_exchange .customizing-launching h2 {
    font-size: 28px;
  }
}
#crypto_exchange .customizing-launching .img-box img {
  max-width: 100%;
  height: auto;
}
#crypto_exchange .crypto-solution {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1440px) {
  #crypto_exchange .crypto-solution .flip-card {
    height: 425px;
  }
}
#crypto_exchange .crypto-solution p {
  font-size: 16px;
  opacity: 0.9;
}
#crypto_exchange .crypto-solution .app {
  padding: 50px 60px;
}
@media (max-width: 992px) {
  #crypto_exchange .crypto-solution .app {
    padding: 50px 30px;
  }
}
#crypto_exchange .roi-driven {
  padding-bottom: 60px;
}
#crypto_exchange .roi-driven .background-roi {
  background: #F5F5F5;
  padding: 51px 63px;
  border-radius: 42px;
}
@media (max-width: 767px) {
  #crypto_exchange .roi-driven .background-roi {
    padding: 37px 35px;
  }
}
#crypto_exchange .roi-driven .background-roi h2 {
  font-size: 40px;
  color: black;
}
@media (max-width: 992px) {
  #crypto_exchange .roi-driven .background-roi h2 {
    font-size: 28px;
  }
  #crypto_exchange .roi-driven .background-roi h2 br {
    display: none;
  }
}
#crypto_exchange .roi-driven .background-roi p {
  color: black;
  line-height: 40px;
  font-size: 18px;
}
@media (min-width: 992px) {
  #crypto_exchange .roi-driven .background-roi p {
    width: 95%;
  }
}
#crypto_exchange .roi-driven .background-roi h3 {
  font-size: 24px;
  color: #fff;
  margin-left: 30px;
}
@media (max-width: 992px) {
  #crypto_exchange .roi-driven .background-roi h3 {
    font-size: 20px;
  }
}
#crypto_exchange .roi-driven .background-roi .roi-container {
  margin-top: 80px;
}
#crypto_exchange .roi-driven .background-roi .roi-container .roi-card {
  background: #0058FF;
  border: 2px solid #0058FF;
  border-radius: 18px;
  margin-bottom: 20px;
}
#crypto_exchange .roi-driven button {
  background: #0058FF;
  border-radius: 38px;
  padding: 14px 50px;
  border: none;
  color: #fff;
  font-weight: 700;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767px) {
  #crypto_exchange .roi-driven button {
    padding: 12px 30px;
  }
}
#crypto_exchange .roi-driven button:hover {
  background: #fff;
  border: #0058FF 2px solid;
  color: #000;
}

/*# sourceMappingURL=ce-script.css.map */
