body {
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.heading_h2 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.heading_h2 span {
  color: #27BB57;
  display: block;
}

.paragraph {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*------------------------
# Back to top button
------------------------*/
#backto_top {
  position: fixed;
  bottom: 30px;
  right: 18px;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  background: #000;
  transition: all 0.4s;
  display: none;
  border: 0;
  outline: none;
  line-height: 65px;
}

#backto_top i {
  font-size: 25px;
  color: #FFF;
  line-height: 0;
}

#backto_top:hover {
  background: linear-gradient(105deg, #020406 22.67%, #0B4E03 60.85%, #1D3919 71.16%, #020406 82.24%);
}

#backto_top:hover i {
  color: #fff;
}

/*----------------------------------------------
# Disable aos animation delay on mobile devices
----------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*---------------
# Header
-----------------*/
#header {
  position: relative;
  background: #25272D;
  z-index: 9;
}

#header.header-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

#header .logo a {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 120%;
  color: #27BB57;
}

.header_spacing {
  gap: 280px;
}

.logo img {
width: 250px;
}

.footer-info img {
  width: 250px;
}

/*----------------------------
#Desktop Navigation 
-----------------------------*/
.navbar ul {
  display: flex;
  align-items: center;
}

.navbar ul .dropdown {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 48px 20px;
}

.navbar ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.5s ease-in-out;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.01em;
  color: #E3E3E3;
  border-bottom: 1px solid transparent;
}

.nav_rightside_text#nav_mobileshow {
  display: none;
}

.navbar {
  padding: 0px;
}

.navbar .dropdown .sub_dropdown {
  position: absolute;
  top: 132px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  margin: auto;
  padding: 24px 48px;
  background: #25272D;
  display: flex;
  gap: 30px;
}

.navbar .dropdown .sub_dropdown ul {
  display: block;
  width: 300px;
}

.navbar .dropdown ul li a {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
  color: #E3E3E3;
  position: relative;
  transition: 0.5s ease-in-out;
  display: block;
  text-transform: capitalize;
  margin-bottom: 5px;
  border: 0px;
}

.navbar .dropdown ul li:last-child a {
  margin-bottom: 0px;
}

.navbar .dropdown ul li a:hover {
  color: #00C96A;
  border-color: #00C96A;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown .sub_dropdown ul h3 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #E3E3E3;
  padding-bottom: 15px;
  border-bottom: 2px solid #E3E3E3;
  margin-bottom: 15px;
}

.navbar .dropdown:hover>.sub_dropdown {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown:hover>a {
  color: #00C96A;
  border-color: #00C96A;
}

.navbar .dropdown:hover>a>i {
  transform: rotate(180deg);
}

.navbar .dropdown .dropdown .sub_dropdown {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>.sub_dropdown {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.nav_rightside_text {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav_rightside_text .log-btn,
.nav_rightside_text .sign-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 8px;
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  transition: 0.5s ease-in-out;
  border-radius: 50px;
}

.nav_rightside_text .log-btn {
  padding: 5px 40px;
  background: #27BB57;
}

.nav_rightside_text .log-btn:hover {
  background: #03E379;
}

.nav_rightside_text .sign-btn {
  padding: 5px 18px;
  color: #27BB57;
  background: transparent;
}

.nav_rightside_text .sign-btn:hover {
  background: #03E379;
  color: #FFF;
}

select#language option {
  color: #000;
  background: linear-gradient(180deg, rgba(8, 31, 44, 0) 0%, #081F2C 100%);
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select-wrapper {
  display: flex;
}

.custom-select-trigger {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 4px;
  color: #E3E3E3;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  padding-right: 10px;
}

.custom-select .custom-select-trigger::after {
  content: '';
  width: 10px;
  height: 10px;
  position: relative;
  top: -3px;
  right: -10px;
  z-index: 1;
  border-right: 2px solid #E3E3E3;
  border-top: 2px solid #E3E3E3;
  transform: rotate(135deg);
  transition: 0.5s ease-in-out;
}

.custom-select.opened .custom-select-trigger::after {
  transform: rotate(314deg);
  top: 3px;
}

.custom-options {
  position: absolute;
  display: block;
  top: 80px;
  left: 0;
  width: 120px;
  transition: all .4s ease-in-out;
  display: none;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border-radius: 0px 0px 5px 5px;
  background: #25272D;
  padding: 6px 0px;
  z-index: 1;
}

.custom-select.opened .custom-options {
  display: block;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-option {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  color: #E3E3E3;
  line-height: 35px;
  cursor: pointer;
  transition: all .4s ease-in-out;
  padding: 5px 10px;
  display: inline-block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  display: none;
  transition: 0.5s ease-in-out;
  position: absolute;
  right: 10px;
  top: 16px;
  z-index: 9998;
  font-size: 30px;
  line-height: 0;
  cursor: pointer;
  color: #FFF;
}

.list_mobile {
  display: none !important;
}


.navbar-mobile .dropdown .sub_dropdown,
.navbar-mobile .dropdown .dropdown .sub_dropdown {
  top: 0rem;
  left: 15rem;
  bottom: 0;
  padding: 10px 0 20px;
  display: none;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: transparent;
  transition: all 0.5S;
  margin: auto;
  border-left: 3px solid #FFF;
}


.navbar-mobile .dropdown .sub_dropdown li,
.navbar-mobile .dropdown .dropdown .sub_dropdown li {
  min-width: 200px;
}

.navbar-mobile .dropdown .sub_dropdown a,
.navbar-mobile .dropdown .dropdown .sub_dropdown a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown .sub_dropdown a i,
.navbar-mobile .dropdown .dropdown .sub_dropdown a i {
  font-size: 12px;
}


.navbar-mobile .dropdown>.dropdown-active,
.navbar-mobile .dropdown .dropdown>.dropdown-active {
  display: block;
  padding-left: 50px;
  margin: unset;
  padding-top: 0;
}

.navbar-mobile .dropdown>.header-scrolled .mobile-nav-toggle {
  color: #FFF;
}

.header-scrolled .mobile-nav-toggle.bi-x {
  color: #FFF;
}

@media (max-width:1940px) {
  .navbar ul li a {
    font-size: 20px;
  }

  .custom-select-trigger {
    font-size: 20px;
  }

  .nav_rightside_text .log-btn,
  .nav_rightside_text .sign-btn {
    height: 40px;
    font-size: 20px;
  }

  .navbar ul .dropdown {
    padding: 23px 15px;
  }

  .nav_rightside_text .log-btn {
    padding: 5px 32px;
  }

  .navbar .dropdown .sub_dropdown ul h3 {
    font-size: 22px;
  }

  .navbar .dropdown ul li a {
    font-size: 20px;
  }

  .navbar .dropdown .sub_dropdown {
    top: 82px;
  }

  .navbar .dropdown .sub_dropdown ul {
    width: 210px;
  }

  .custom-options {
    top: 58px;
  }

  .header_spacing {
    gap: 10px;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  #header {
    padding: 15px 0px;
  }

  .mobile-nav-toggle {
    display: block;
    color: #FFF;
  }

  #navbar {
    position: absolute;
    top: 58px;
    left: 0;
    overflow-y: auto;
    background: #25272D;
    padding: 24px 70px !important;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: 0.5s ease-in-out;
    transform: scaleZ(0);
  }

  .nav_rightside_text {
    padding-right: 35px;
    gap: 16px;
  }

  .list_desttop {
    display: none !important;
  }

  .list_mobile {
    display: block !important;
  }

  #navbar.navbar-mobile {
    opacity: 1;
    transform: scaleZ(1);
  }

  .custom-options {
    top: 54px;
  }

  .navbar .dropdown .sub_dropdown {
    top: 0px;
  }

  .navbar ul {
    flex-direction: column;
    align-items: start;
    gap: 24px;
    width: 210px;
    border-right: 3px solid #FFF;
    position: relative;
  }

  .navbar .dropdown .sub_dropdown ul {
    border-right: 0px;
  }

  .navbar ul li a {
    color: #FFF !important;
    justify-content: space-between;
    padding: 0px 20px;
    width: 165px;
  }

  .navbar .dropdown ul li a {
    width: unset;
  }

  .navbar ul li a i {
    transform: rotate(-90deg);
  }

  .navbar .nav-link.scrollto.link-hover {
    color: #00C96A !important;
    padding: 16px 20px;
    padding-right: 10px;
    border-bottom: 2px solid #00C96A;
  }

  .navbar ul li:last-child a {
    margin-bottom: 0px;
  }

  .navbar ul .dropdown {
    display: block;
    position: unset;
    padding: 0px;
  }

  .navbar ul .dropdown:first-child {
    padding-top: 0px;
  }

  .navbar .dropdown:hover>a {
    color: unset;
  }

  .navbar .dropdown:hover>a>i {
    transform: rotate(-90deg);
  }

  .navbar-mobile .dropdown .sub_dropdown a,
  .navbar-mobile .dropdown .dropdown .sub_dropdown a {
    padding: 0px 0px;
  }

  .navbar-mobile .dropdown>.dropdown-active,
  .navbar-mobile .dropdown .dropdown>.dropdown-active {
    padding-left: 32px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
  }
}

@media(min-width: 0px) and (max-width: 767px) {
  div#nav_desktop {
    display: none;
  }

  #navbar {
    padding: 30px 0px !important;
    justify-content: center;
  }

  .navbar-mobile .dropdown>.dropdown-active,
  .navbar-mobile .dropdown .dropdown>.dropdown-active {
    text-align: center;
    position: relative;
    left: 0;
    justify-content: center;
    padding: 20px 0px;
    border: 0px;
  }

  .navbar ul {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    border-right: 0;
  }

  .navbar ul .dropdown {
    width: 100%;
  }

  .navbar ul li a i {
    transform: unset;
  }

  .navbar .dropdown:hover>a>i {
    transform: unset;
  }

  .navbar .nav-link.scrollto.link-hover i {
    transform: rotate(180deg);
  }

  .navbar ul li a {
    width: 100%;
    justify-content: center;
    gap: 20px;
  }

  #navbar.navbar-mobile {
    transition: 0.3s ease-in;
    display: unset;
    width: 100%;
    height: 560px;
  }

  .nav_rightside_text#nav_mobileshow {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
    align-items: center;
    margin-bottom: 60px;
    padding: 0px 20px;
  }

  .navbar_btn {
    width: 100%;
  }

  .nav_rightside_text .log-btn {
    color: #FFF;
    padding: 0;
  }

  .nav_rightside_text a {
    display: block;
    text-align: center;
  }

  #navbar {
    display: unset;
  }

  .custom-select-trigger {
    color: #FFF;
  }

  .nav_rightside_text .sign-btn {
    justify-content: center;
  }

  .custom-options {
    position: relative;
    top: 0px;
    width: 80px;
  }

}


/*--------------------------
# FOOTER Section
-----------------------------*/
footer#footer {
  background: #FFF;
  padding-top: 40px;
  position: relative;
}

#footer1 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
  justify-content: space-between;
}

.footer-info {
  width: 20%;
}

.footerlogo {
  color: #27BB57;
  font-family: "Manrope", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 50px;
  display: inline-block;
}

.footermail {
  margin-bottom: 20px;
}

.footer-info .footermail a {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: 0.4s ease-in-out;
}

.footer-info .footermail a:hover,
.footerlogo:hover {
  color: #00C96A;
}

.footer-info p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}


.footer_links_side {
  display: flex;
  gap: 90px;
}

.footer-info {
  padding-right: 0;
}

.footer-links h4 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

.footer-links ul li a {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: 0.4s ease-in-out;
  margin-bottom: 20px;
  display: inline-block;
}

.footer-links ul li:last-child a {
  margin-bottom: 0;
}

.footer-links ul li a:hover {
  color: #27BB57;
  opacity: 1;
}

.footer-warning h3 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}

#footer3 .col-lg-6:nth-child(1) .footer-warning {
  padding-right: 70px;
}

#footer3 .col-lg-6:nth-child(2) .footer-warning {
  padding-left: 70px;
}

.footer-warning p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

#footerlogo {
  margin: 70px 0px;
}

.priv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logotext a {
  color: #27BB57;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  transition: 0.4s ease-in-out;
}

div#footer4 {
  margin-top: 70px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 42px;
  padding: 0 0 42px 0px;
  justify-content: center;
}

.copyright p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

#footer_social_icons {
  display: flex;
  gap: 30px;
  align-items: center;
}

.footermobile {
  display: none;
}

.ft_information {
  margin-top: 40px;
}

.ft_information h5 {
  font-size: 20px;
  color: #FFF;
  font-weight: 400;
  font-family: "inter", sans-serif;
  line-height: 150%;
  margin-bottom: 10px;
}

.ft_information p {
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  line-height: 130%;
}

/* banner section */
.banner_section {
  background: #272E31;
  padding: 120px 0px 80px;
  position: relative;
}

.banner_section {
  position: relative;
}

.tp_text {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.tp_text h3 {
  color: #E3E3E3;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 450px;
  opacity: 0;
  animation: fadeInBlock 1s ease-out 2s forwards;
}

.tp_text .empower_btn {
  opacity: 0;
  animation: fadeInBlock 1s ease-out 2.5s forwards;
}

.tp_text .empower_btn .secure {
  display: flex;
  padding: 22px;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1.5px solid rgba(143, 144, 146, 0.24);
  background: #FFF;
  box-shadow: 5.603px 2.801px 28.014px 1.401px rgba(148, 148, 148, 0.06);
  position: relative;
  margin-bottom: 15px;
}

.tp_text .empower_btn .secure label {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 22.411px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  position: relative;
}

.tp_text .empower_btn .secure label:before {
  content: '';
  width: 33px;
  height: 33px;
  border-radius: 50px;
  border: 1.401px solid #E3E3E3;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.tp_text .empower_btn .secure input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 12px;
  width: 10px;
  height: 18px;
  border: solid;
  border-color: #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.tp_text .empower_btn .secure input:checked+label::before {
  background: #27BB57;
  border-color: #27BB57;
}

.tp_text .empower_btn .secure input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  width: 30px;
  height: 30px;
  z-index: 1;
  opacity: 0;
}

.empower_btn {
  text-align: end;
  display: flex;
  align-items: end;
  flex-direction: column;
}

.tp_text .empower_btn .secure input:checked+label {
  text-decoration: line-through;
  color: #8F9092;
}

.tp_text .empower_btn .secure:nth-child(1) {
  width: 258px;
}

.tp_text .empower_btn .secure:nth-child(2) {
  width: 288.155px;
  transform: rotate(-3deg);
}

.tp_text .empower_btn .secure:nth-child(3) {
  width: 271px;
}

.banner_animation {
  text-align: center;
  position: relative;
  margin-top: -18.3rem;
}

.banner_animation img {
  position: relative;
  margin-left: 17.2rem;
  z-index: 0;
  opacity: 0;
  animation: fadeIn 1.5s ease-out 1s forwards;
}

.go_text {
  position: absolute;
  top: 15%;
  left: 6%;
  z-index: 1;
  transform: translateX(-100%);
  animation: slideIn 1s ease-out forwards;
}

.banner_animation .go_text h1 {
  color: #27BB57;
  font-family: "Archivo", sans-serif;
  font-size: 390px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: capitalize;
}

.bn_image img:nth-child(2),
.bn_image img:nth-child(3) {
  display: none;
}

.banner_animation .beyond_text {
  position: absolute;
  bottom: 7rem;
  right: -10.7rem;
  z-index: 1;
  transform: translateX(-100%);
  animation: slideIn 1s ease-out forwards;
}

.banner_animation .beyond_text h1 {
  color: #27BB57;
  font-family: "Archivo", sans-serif;
  font-size: 390px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: capitalize;
}

.bt_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: -80px;
}

.bt_text .accessible_text:first-child {
  max-width: 480px;
  opacity: 0;
  animation: fadeInBlock 1s ease-out 3s forwards;
}

.bt_text .accessible_text:last-child {
  width: 600px;
  opacity: 0;
  animation: fadeInBlock 1s ease-out 3.5s forwards;
}

.bt_text .accessible_text p {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bt_text .accessible_text .trade_btn {
  margin-top: 32px;
}

.trade_btn {
  display: flex;
  width: 302px;
  padding: 20px 26px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #27BB57;
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  transition: 0.5s ease-in-out;
  line-height: 35px;
}

.trade_btn:hover {
  background: #03E379;
  color: #FFF;
}

@keyframes slideIn {
  to {
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeInBlock {
  to {
    opacity: 1;
  }
}

.ticker_tape {
  overflow-x: hidden;
}

.ticker_tape img {
  width: 100%;
}

.features_section {
  position: relative;
}

.features_content {
  background: linear-gradient(178deg, #F2F2F2 49.36%, #F0F0F0 119.23%);
  padding: 150px 0px;
  max-width: 2140px;
  margin: auto;
}

.feature_title {
  margin-bottom: 48px;
  display: flex;
}

.feature_title .intuitive {
  width: 50%;
}

.feature_title .intuitive:last-child {
  margin-top: 80px;
}

.feature_title h4 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 26px;
}

.feature_title h2 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.feature_title h2 span {
  color: #27BB57;
  display: block;
}

.feature_title p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.trading_grid {
  display: flex;
  gap: 40px;
}

.trade_crypto {
  width: 47%;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  border-radius: 30px;
  height: 590px;
}

.trade_crypto img {
  width: 100%;
  border-radius: 30px;
  transition: 0.5s ease-in-out;
  height: 100%;
  object-fit: cover;
}

.trade_crypto:hover img {
  transform: scale(1.1);
}

.trade_crypto .text_crypto {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 600px;
}

.trade_crypto .text_crypto h2 {
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.trade_crypto .text_crypto p {
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.trading_charts {
  width: 27%;
  background: #FFF;
  border-radius: 30px;
  padding: 30px;
  height: 590px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.charts_text h3 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.charts_text p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.charts_image img {
  width: 100%;
}

.enhanced_security {
  width: 27%;
  background: #FFF;
  border-radius: 30px;
  padding: 30px;
  height: 590px;
  overflow: hidden;
}

.enhanced_text h3 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.enhanced_text p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 780px;
}

.enhanced_text img {
  max-width: 100%;
  display: block;
  position: relative;
  margin: auto;
  margin-right: -150px;
}

.learnmore_btn {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  display: flex;
  align-items: center;
  color: #27BB57;
  gap: 5px;
  transition: 0.5s ease-in-out;
}

.learnmore_btn:hover {
  color: #03E379;
  transform: scale(1.01);
}

.learnmore_btn:hover svg path {
  stroke: #03E379;
}

.verify_account {
  margin-top: 80px;
  position: relative;
  display: flex;
  gap: 100px;
}

.verify_mobile_image {
  background: #FFFFFF;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  width: 44%;
}

.verify_mobile_image img {
  max-width: 85%;
  margin: auto;
  transition: 0.5s ease-in-out;
  margin-right: 40px;
}

.verify_mobile_image:hover img {
  transform: scale(1.1);
}

.account_title {
  width: 50%;
}

.account_title h2 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.account_title p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.step_content {
  margin-top: 110px;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.step_content .step_box {
  text-align: center;
}

.step_content .step_box h3 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

.step_content .step_box h3 svg {
  display: none;
}

.step_content .step_box p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.trade_main {
  margin-top: 80px;
}

.trade_main a {
  margin: auto;
}

.step_arrow {
  margin-top: 10px;
}

.about_section {
  position: relative;

}

.about_content {
  background: linear-gradient(178deg, #F2F2F2 49.36%, #F0F0F0 119.23%);
  border-radius: 0px 0px 30px 30px;
  max-width: 2140px;
  margin: auto;
  padding-bottom: 80px;
}

.about_title {
  display: flex;
  align-items: center;
  gap: 30px 36px;
}

.cryptotitle {
  width: 48%;
}

.cryptotitle h4 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cryptotitle h2 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 25px;
}

.cryptotitle h2 span {
  color: #27BB57;
  display: block;
}

.crypto_text {
  width: 50%;
  margin-top: 40px;
}

.crypto_text p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.global_digital {
  display: flex;
  gap: 75px;
  justify-content: space-between;
}

.about_chart {
  width: 45%;
}

.about_chart img {
  width: 100%;
  margin-top: 48px;
}

.about_list {
  width: 48%;
  margin-top: 50px;
}

.about_list ul li {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 48px;
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about_list ul li svg {
  width: 30px;
}

.about_list ul li span {
  width: 92%;
}

.about_list ul li:first-child {
  margin-top: 0px;
}

.advanced_content {
  display: flex;
  gap: 44px;
  margin-top: 80px;
  margin-bottom: 44px;
}

.advanced_box {
  width: 27%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 30px;
  background: #FFF;
  overflow: hidden;
}

.advanced_box .advanced_image img {
  max-width: 100%;
  transition: 0.5s ease-in-out;
}

.advanced_box:hover .advanced_image img {
  transform: scale(1.1);
}

.advanced_box.advanced_text {
  padding: 30px;
}

.advanced_box .advanced_text {
  max-width: 490px;
  padding: 30px;
}

.advanced_box .advanced_text h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 55px;
  color: #282A30;
  font-family: "Manrope", sans-serif;
  margin-bottom: 10px;
}

.advanced_box .advanced_text p {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: normal;
  color: #282A30;
  font-family: "Manrope", sans-serif;
}

.advanced_btn {
  padding: 30px 30px;
}

.trade_anytime {
  margin-top: 120px;
  position: relative;
}

.everywhere_title {
  max-width: 1680px;
  text-align: center;
  margin: auto;
}

.everywhere_title h2 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

.everywhere_title h2 span {
  color: #27BB57;
}

.everywhere_title p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.everywhere_text {
  margin-top: 80px;
  position: relative;
}

.everywhere_text video {
  width: 100%;
  border-radius: 30px;
  display: block;
  height: 804px;
  object-fit: cover;
}

.everywhere_btn {
  display: flex;
  gap: 80px;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}

.testimonial_section {
  margin-top: 160px;
}

div#counter {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 200px;
}

#counter .count-up {
  text-align: center;
}

#counter .count-up span {
  color: #27BB57;
  font-family: "Manrope", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#counter .count-up span:nth-child(2) {
  /* padding-left: 8px; */
}

#counter .count-up span:last-child {
  padding-left: 0;
}

#counter .count-up p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.testimonial_carousel {
  position: relative;
  max-width: 1540px;
  margin: auto;
  margin-top: 80px;
}

.testimonial_text {
  padding: 20px 140px 0px;
}

.testimonial_text .quote img {
  width: unset !important;
}

.testimonial_text .client_profile img {
  width: unset !important;
}

.quote {
  position: relative;
  margin-bottom: -45px;
  z-index: 0;
}

.testimonial_text .paragraph {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #282A30;
  text-align: start;
  position: relative;
  z-index: 1;
  padding: 0 160px;
}

.client_profile {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: start;
  margin-top: 80px;
  padding-left: 9rem;
}

.client_profile h3 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #282A30;
}

.client_profile span {
  display: block;
  margin-top: 10px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  color: #282A30;
}

.testimonial_carousel .owl-nav {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonial_carousel .owl-nav .owl-prev,
.testimonial_carousel .owl-nav .owl-next {
  display: flex;
  width: 88px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  border: 1px solid #8F9092 !important;
  transition: 0.5s ease-in-out;
}

.testimonial_carousel .owl-nav .owl-prev i,
.testimonial_carousel .owl-nav .owl-next i {
  font-size: 35px;
  color: #8F9092;
  transition: 0.5s ease-in-out;
}

.testimonial_carousel .owl-nav .owl-prev:hover,
.testimonial_carousel .owl-nav .owl-next:hover {
  border-color: #27BB57 !important;
}

.testimonial_carousel .owl-nav .owl-prev:hover i,
.testimonial_carousel .owl-nav .owl-next:hover i {
  color: #27BB57;
}

#testimonial_number {
  position: absolute;
  right: 32rem;
  bottom: 5px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #282A30;
}

.trading_tools {
  position: relative;
  margin: 160px 0px 125px;
}



.title_earn {
  display: flex;
}

.title_earn h4 {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.title_earn h2 {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}

.title_earn h2 span {
  color: #27BB57;
  display: block;
}

.title_earn p {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 60px;
}

.title_earn .earn_text:nth-child(1) {
  width: 50%;
}

.title_earn .earn_text:nth-child(2) {
  width: 55%;
}

.tools_content {
  position: relative;
  display: flex;
  gap: 40px;
  justify-content: end;
  width: 60%;
  margin: auto;
  margin-right: 0;
  margin-top: 90px;
}

.tool_left {
  width: 42%;
}

.tool_right {
  width: 42%;
}

.tool_box {
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.00);
  background: #FFF;
  padding: 30px;
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.tool_box:first-child {
  margin-top: 0px;
}

.tool_box h3 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.tool_box p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tool_right .tool_box:nth-child(1) {
  height: 526px;
}

.tool_right .tool_box:nth-child(2) {
  height: 429px;
}

.tool_left .tool_box:nth-child(1) {
  height: 450px;
}

.tool_left .tool_box:nth-child(2) {
  height: 346px;
}

.tool_left .tool_box:nth-child(3) {
  height: 348px;
}



.breadcrumb_sec {
  width: 100%;
  /* background-image: url(../image/breadcrumb_bg.webp); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0px;
  height: 427px;
  display: flex;
  align-items: center;
}

.breadcrumb_text {
  text-align: center;
}

.breadcrumb_text ul li {
  display: inline-block;
}


.breadcrumb_text ul li a {
  color: #E3E3E3;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.breadcrumb_text ul li i {
  color: #E3E3E3;
  margin: 0px 8px;
}

.breadcrumb_text ul li:first-child a {
  color: #00E067;
}

.breadcrumb_text h2 {
  margin-top: 48px;
  color: #E3E3E3;
  font-family: "Manrope", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* Account Type */

.pricing_sec {
  padding: 100px 0px;
  position: relative;
}

.pricing_title h2 {
  color: #0E1324;
  font-family: "Manrope", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 56px;
}


.price_box {
  padding: 30px 48px 30px 30px;
  transition: 0.5s ease-in-out;
  border-radius: 30px;
  background: linear-gradient(178deg, #F2F2F2 49.36%, #F0F0F0 119.23%);
  position: relative;
}

.price_box:hover {
  background: #25272d;
}


.price_box .rate_text h2 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  transition: 0.5s ease-in-out;
}
.price_box:hover .rate_text h2 {
  color: #FFF;
}

.price_box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 81px;
}

.price_box li:first-child {
  border-top: 1px solid #8F9092;
  padding-top: 20px;
}

.price_box li:last-child {
  border-bottom: 1px solid #8F9092;
  padding-bottom: 20px;
  margin-bottom: 0px;
}


.price_box li span {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #282A30;
}
.price_box:hover li:first-child {
  border-color: #FFF;
}

.price_box:hover li:last-child {
  border-color: #FFF;
}

.price_box:hover li span svg path {
  fill: #FFF;
}

.price_box:hover li span svg rect {
  fill: #FFF;
}

.price_box:hover li span {
  color: #FFF;
}


.price_list ul li span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.price_box .trade_btn {
  width: 302px;
  padding: 20px 26px 20px;
  margin: auto;
  margin-top: 30px;
  font-size: 30px;
}
/* Real Account Page Css */
.real_account {
  position: relative;
}

.real_account_content {
  max-width: 2140px;
  margin: auto;
  background: #F2F2F2;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 100px 0px 80px;
  margin-bottom: 30px;
}

.risk__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
}

.risk_trading_box img {
  width: 100%;
  border-radius: 30px;
}

.risk_trading_box ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.risk_trading_box ul li:first-child {
  margin-top: 0px;
}

.risk_trading_box ul li svg {
  width: 30px;
}

.risk_trading_box ul li span {
  width: 95%;
}

.master_trading {
  position: relative;
  text-align: center;
  margin-top: 100px;
}

.master_trading h2 {
  color: #000;
}

.master_trading p {
  padding-top: 30px;
  max-width: 980px;
  margin: auto;
}

.master_trading #counter {
  gap: 100px;
}


.master_trading #counter .count-up span {
  font-size: 80px;
}

.master_trading #counter .count-up p {
  font-size: 24px;
  padding-top: 0px;
}
.buy_crypto_section {
  position: relative;
  margin-bottom: 100px;
}


.buy_crypto_box {
  background: #25272D;
  border-radius: 30px;
  padding: 115px 164px;
  overflow: hidden;
  position: relative;
}

.buy_crypto_box::after {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  width: 62%;
  height: 100%;
}

.buy_crypto_text {
  max-width: 818px;
  position: relative;
  z-index: 1;
}

.buy_crypto_text h2 {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.buy_crypto_text p {
  color: #FFF;
}


.buy_crypto_text .trade_btn {
  margin-top: 50px;
  width: 302px;
  padding: 26px 26px 26px;
  font-size: 30px;
}
/* Platform Desktop Page CSS */
.platform_section {
  position: relative;
}

.platform_content {
  max-width: 1380px;
  margin: auto;
  border-radius: 0px 0px 30px 30px;
  background: #F2F2F2;
  padding: 100px 0px;
}

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

.platform_text ul li {
  display: flex;
  gap: 16px;
}

.platform_text ul li svg {
  width: 30px;
}

.platform_text ul li span {
  width: 95%;
}

.platform_img {
  margin: 48px 0px 30px;
}

.platform_img img {
  width: 100%;
}

.access_metatrader {
  position: relative;
  margin-top: 30px;
}

.metatrader_content {
  position: relative;
  padding: 108px 15px 130px;
  border-radius: 30px;
  /* background: linear-gradient(0deg, rgba(34, 34, 34, 0.50) 0%, rgba(34, 34, 34, 0.50) 100%), url(../image/metatrader-bg.webp) lightgray -24.778px -164.007px / 103.248% 149.099% no-repeat;
  background-position: center;
  background-size: cover; */
}


.access_text {
  max-width: 1377px;
  margin: auto;
  text-align: center;
}
.access_text h2 {
  color: #FFF;
  margin-bottom: 30px;
}

.access_text p {
  color: #FFF;
}


.access_text .access_btn {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.access_text .access_btn .trade_btn {
  width: 302px;
  padding: 20px 26px 20px;
  font-size: 30px;
}

.get_started {
  padding: 100px 0px;
  position: relative;
}


.get_content {
  background: #25272D;
  padding: 25px 162px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.get_image {
  position: relative;
}

.get_image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(178.79deg, rgba(255, 255, 255, 0.3) 1.03%, rgba(255, 255, 255, 0) 73.54%);
  filter: blur(50px);
  transform: matrix(-0.38, -0.92, 0.82, -0.57, 0, 0);
}


.get_image img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.get_box h3 {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.get_box p {
  color: #FFF;
}

.get_step_row {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 24px;
}

.get_step {
  position: relative;
  text-align: center;
}

.get_step::after {
  content: '';
  position: absolute;
  right: -35px;
  top: 8px;
  width: 30px;
  height: 30px;
}

.get_step:last-child:after {
  content: unset;
}


.get_step h4 {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.get_step p {
  color: #FFF;
}


.get_box .trade_btn {
  margin-top: 50px;
  width: 302px;
  padding: 20px 26px 20px;
  font-size: 30px;
}
/* Trading Faqs Page */
.trading-faqs {
  position: relative;
  padding: 100px 0px;
}

.qna {
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
  transition: 0.5s ease-in-out;
  background: #EBEDF0;
}

#faq_question {
  margin: 0 0 0px 0;
}

.qna.active {
  padding-bottom: 32px;
}

.question {
  cursor: pointer;
  user-select: none;
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 16px;
  border-radius: 30px;
  background: linear-gradient(178deg, #F2F2F2 49.36%, #F0F0F0 119.23%);
  backdrop-filter: blur(7.5px);
  padding: 32px 16px;
}

.qna.active .question {
  background: #00C96A;
  border-radius: 16px 16px 0px 0px;
  margin-bottom: 20px;
}

.question h3 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.qna.active .question h3 {
  color: #FFF;
}

.question i {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #282A30;
  transition: 0.4s ease-in-out;
}

.qna.active .question i {
  color: #FFF;
}

.qna .answer {
  height: 0px;
  transition: 0.3s linear;
  overflow: hidden;
  padding: 0px 50px;
}

.answer p {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.qna.active .question i {
  transform: rotate(180deg);
}

/* Exchange Ticker Page CSS */

.ticker_section {
  position: relative;
  padding: 100px 0px;
}

.ticker_image img {
  width: 100%;
}

/*---- Trading Hours ---*/
.trading_hours {
  position: relative;
  padding: 100px 0px;
}

.trading_title {
  margin-bottom: 56px;
}

.trading_title h3 {
  color: #25272D;
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

.trading_title p {
  color: #25272D;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hours_box {
  border-radius: 30px;
  max-width: 876px;
  margin: auto;
  margin-bottom: 24px;
  padding-bottom: 0px;
  background: #F1F1F1;
}

div#hours {
  margin-bottom: 0px;
}

.hours_headding {
  padding: 16px;
  text-align: center;
  border-radius: 30px 30px 0px 0px;
  background: #FE796F;
}

.hours_headding h3 {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hours_box table tbody tr td {
  color: #25272D;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 12px 30px;
  width: 21%;
}

.hours_box table tbody tr td:last-child {
  width: 80%;
}

.symbol {
  position: relative;
}

.hours_box table tbody .symbol td {
  color: #FE796F;
}

.hours_box table {
  width: 100%;
  margin: 0px;
}

table,
th,
td {
  border: 0px solid;
  border-collapse: collapse;
}

/* Crypto Currencies Page CSS */


.crypto_risk {
  max-width: 2140px;
  margin: 80px auto;
  border-radius: 0px 0px 30px 30px;
  background: #F2F2F2;
  padding: 80px 110px 50px;
}
.forex_trading {
  position: relative;
  padding: 30px 0px 100px;
}


.forex_text {
  max-width: 1170px;
  margin: auto;
  text-align: center;
}
.forex_text h2 {
  margin-bottom: 30px;
}

.forex_text img {
  margin-top: 50px;
  max-width: 100%;
}

/* .buy_crypto_box.currency_bg::after {
  background: linear-gradient(269deg, rgba(0, 0, 0, 0.00) 18.46%, #25272D 99.24%), url(../image/crypto-currency_bg.webp) lightgray -87.809px -88.227px / 148.089% 130.085% no-repeat;
  background-position: right;
  background-size: cover;
} */

/* About us Page CSS */
.our_mission {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 30px;
  min-height: 100%;
}

.our_mission h3 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about_crypto img {
  width: 100%;
  border-radius: 30px;
}

.about_crypto .about_crypto_text {
  position: absolute;
  bottom: 80px;
  left: 0px;
  padding: 0px 30px;
}

.ab_text {
  color: #383838;
}

.about_crypto .about_crypto_text h3 {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}

.about_crypto .about_crypto_text p {
  color: #FFF;
}

.indices_row {
  display: flex;
  gap: 100px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-top: 48px;
}

.indices_row .indices_item {
  text-align: center;
}

.indices_row .indices_item p {
  padding: 0px;
}

/* .buy_crypto_box.about_crypto::after {
  background: linear-gradient(269deg, rgba(0, 0, 0, 0.00) 18.46%, #25272D 99.24%), url(../image/about-crypto-bg.webp) lightgray -87.809px -88.227px / 148.089% 130.085% no-repeat;
  background-position: right;
  background-size: cover;
} */

/* Documents Page CSS */
.documents_section {
  position: relative;
  margin-bottom: 100px;
}


.document_bg {
  max-width: 1920px;
  margin: auto;
  padding: 170px 100px 100px;
  border-radius: 0px 0px 30px 30px;
  background: #F2F2F2;
}

.document_box {
  height: 154px;
  padding: 42px 24px;
  border-radius: 20px;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}


.document_box h4 {
  color: #282A30;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.curve_bg {
  max-width: 1920px;
  background: #F2F2F2;
  margin: auto;
  border-radius: 0px 0px 30px 30px;
  padding: 170px 0px 100px;
  margin-bottom: 100px;
}

.row_reverse_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1170px;
  margin: auto;
  align-items: center;
}

.address_sub_info {
  padding: 24px;
  border-radius: 20px;
  background: #FFF;
  margin-bottom: 16px;
}


.registration .address_sub_info {
  padding: 24px;
  border-radius: 0;
  background: #FFF;
}

.registration .address_sec {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

.address_sub_info:last-child {
  margin-bottom: 0px;
}

.address_sub_info h4 {
  color: #25272D;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  padding-bottom: 12px;
}

.address_sub_info P {
  color: #C3C3C3;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.contact_form {
  background: #fff;
  padding: 32px;
  border-radius: 20px;
}

.contact_form h3 {
  color: #25272D;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}

.contact_form .input_feild {
  margin-bottom: 16px;
}

.contact_form .input_feild:last-child {
  margin-bottom: 0px;
}

.contact_form .input_feild input,
.contact_form .input_feild textarea,
.contact_form .input_feild select {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #A5A1A2;
  padding: 6px 8px;
  color: #25272D;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  outline: none;
}

.contact_form .input_feild input::placeholder,
.contact_form .input_feild textarea::placeholder {
  color: #25272D
}

.submit_btn .trade_btn {
  outline: none;
  border: 0px;
  width: 229px;
  height: 67px;
  font-size: 20px;
  margin: auto;
  margin-top: 24px;
}

.input_checkbox {
  position: relative;
}

.input_checkbox input {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 20px;
  height: 20px;
  z-index: 1;
  opacity: 0;
}

.input_checkbox label {
  color: #25272D;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.input_checkbox label a {
  color: #00C96A;
}

.input_checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 2px;
  top: -2px;
  border: 1px solid #C9C9C9;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}

.input_checkbox input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 9px;
  width: 8px;
  height: 17px;
  border: solid;
  border-color: #00F575;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}

.registration .curve_bg {
  padding: 135px 0px 170px;
}

.registration .contact_form h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.registration .submit_btn .trade_btn {
  width: 167px;
  height: 51px;
}

/* Thank You Page CSS  */
.exist_section {
  position: relative;
  margin-bottom: 100px;
}


.exist_backround {
  max-width: 1920px;
  margin: auto;
  background: #F2F2F2;
  border-radius: 0px 0px 30px 30px;
  padding: 140px 0px 118px;
  position: relative;
}

.exist_text {
  max-width: 1170px;
  margin: auto;
}
.exist_image img {
  width: 100%;
  margin-bottom: 56px;
}

.exist_text .trade_btn {
  width: 302px;
  margin: auto;
  padding: 20px 26px;
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.exist_text h2,
.exist_text p {
  color: #25272D;
}

.price_content {
  max-width: 1470px;
  margin: auto;
}

.platform_content {
  max-width: 2140px;
  margin: auto;
  border-radius: 0px 10px 30px 30px;
  background: #F2F2F2;
  padding: 100px 110px;
}

.normal_screen{
  display: none;
}

.get_step .paragraph {
  font-size: 29px;
}

.forex_text .tradingview-widget-container iframe {
  height: 514px !important;
}


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

section.documedntcontain {
  padding: 100px 0;
  font-family: 'Inter', sans-serif;
}
section.documedntcontain p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
    margin-bottom: 15px;
}
section.documedntcontain li {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
    margin-bottom: 15px;
}
.d-contain strong {
  padding: 15px 0px 0px !important;
  display: block;
  font-family: Oswald;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0px;
  font-family: "Manrope", sans-serif !important;

}
.d-contain ul {
      padding: 10px 20px;
}
.d-contain ol {
  padding: 10px 20px;
}
.d-contain ul li {
  margin-bottom: 15px;
}

table.table-customer-form {
  margin: 0 auto;
}
tbody, td, tfoot, th, thead, tr {
border: 1px solid #000 !important;
  border-width: 2px;
  padding: 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
}