body {
  overflow-x: hidden;
  font-family: 'Jost', sans-serif;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.heading_title {
  font-family: 'Jost', sans-serif;
  color: #05060A;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.p_text {
  color: #363944;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.get_start_btn {
  display: inline-block;
  padding: 16px 10px;
  text-align: center;
  border-radius: 10px;
  background: #9974E5;
  width: 225px;
  color: #FFF;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  transition: 0.5s ease-in-out;
}

.get_start_btn:hover {
  background: #A6A2EE;
  color: #FFF;
}

.pt_100 {
  padding-top: 100px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pt_120 {
  padding-top: 120px;
}

.pb_120 {
  padding-bottom: 120px;
}

.pt_140 {
  padding-top: 140px;
}

.pb_140 {
  padding-bottom: 140px;
}

.mt_140 {
  margin-top: 140px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: -160px;
  z-index: 996;
  background: #9974E5;
  width: 60px;
  height: 60px;
  border-radius: 38px;
  transition: all 0.4s;
  border: 1px solid #9974E5;
  top: 57px;
}

.back-to-top i {
  font-size: 25px;
  color: #FFFFFF;
  line-height: 0;
}

.back-to-top:hover {
  background: transparent;
  border: 1px solid #A6A2EE;
  color: #A6A2EE;
}

/* .back-to-top:hover i {
  color: #fff;
} */

div#back {
  position: relative;
}

a.back-to-top.d-flex.align-items-center.justify-content-center.active {
  text-decoration: none;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

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

/*---------------------------
# Header
----------------------------*/
#header {
  background: transparent;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

/*#header.header-transparent {
  background: transparent;
}*/

#header.header-scrolled {
  background: #0D1119;
  height: 70px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 997;
}

#header.header-scrolled a.nav-link.scrollto {
  color: #fff;
}

#header.header-scrolled .logo a {
  color: #fff;
}

#header .logo {
  margin-right: 15px;
}

#header .logo a {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
}

div#mainheader {
  justify-content: space-between;
}


@media (max-width: 991px) {
  #header.header-scrolled a.nav-link.scrollto {
    color: #fff;
  }
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  text-transform: capitalize;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
  padding: 13px 25px;
  display: inline-block;
}

a.log-btn {
  text-decoration: none;
  padding: 8px 26px;
  transition: all 0.5s;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.social1 {
  padding-right: 10px;
}

.social2 {
  padding-right: 25px;
}


a.sign-btn {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #9974E5;
  text-decoration: none;
  background: transparent;
  padding: 8px 26px;
  transition: all 0.5s;
  border: 1px solid #9974E5;
  border-radius: 4px;
}

a.sign-btn:hover {
  transition: all 0.5s;
  color: #fff;
  background: #A6A2EE;
  border: 1px solid #A6A2EE;
}


.language {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #EBF7FD;
}

.language p {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: -2px 0 0 0;
  color: #EBF7FD;
  padding-right: 3px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 15px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #9974E5 !important;
}

a.nav-link.scrollto:hover {
  color: #9974E5;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: -18px;
  top: calc(60% + 30px);
  margin: 0;
  padding: 10px 30px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: #0a0b11;
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #fff !important;
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
}

.navbar .dropdown ul a:hover {
  color: #9974E5 !important;
}

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

.navbar .dropdown:hover>ul {
  opacity: 1;
  /* top: 100%; */
  visibility: visible;
}

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

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

.mianbutton {
  display: flex;
  align-items: center;
}


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }

}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #FFFFFF;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  position: fixed;
  right: 25px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}


.mobile-nav-toggle.bi-x {
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

}


@media (min-width: 1024px) and (max-width: 1200px) {

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-size: 18px;
  }

  .back-to-top {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: -79px;
  }


  #header .logo {
    margin: 0;
    padding: 0;
  }

  .back-to-top {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: -41px;
    z-index: 996;
    background: #05060a;
    width: 40px;
    height: 40px;
    border-radius: 46px;
    transition: all 0.4s;
    border: 1px solid #05060a;
    bottom: -15px;
  }

  .back-to-top i {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 0;
    font-weight: 500;
  }



  .get_started_main {
    padding: 50px 7px 50px 12px !important;
  }

  .get_started_main h3 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

}


@media (min-width: 1200px) and (max-width:1400px) {
  .back-to-top {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    right: -41px;
    z-index: 996;
    background: #9974E5;
    width: 40px;
    height: 40px;
    border-radius: 46px;
    transition: all 0.4s;
    border: 1px solid #9974E5;
    bottom: -15px;
  }

  .back-to-top i {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 0;
  }

  .get_started_main h3 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .get_started_main {
    padding: 50px 20px 50px 20px !important;
  }

}


.navbar-mobile {
  position: fixed;
  top: 70px;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: 0 !important;
  width: 100%;
  padding-top: 18px;
  background: #1e2231;
  transition: 0.4s;
  right: 0;

}

.navbar-mobile ul {
  display: block;
  position: absolute;
  right: 15px;
  left: 15px;
  top: 205px;
  padding: 20px 0;
  background-color: transparent;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
}


.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #10E0E1;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul,
.navbar-mobile .dropdown .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: transparent;
  transition: all 0.5S;
}


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

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

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

.navbar-mobile .dropdown>.dropdown-active,
.navbar-mobile .dropdown .dropdown>.dropdown-active {
  display: block;
}
.menu-item-has-children a::after {
  content: "\f107 ";
  font: normal normal normal 20px/1 FontAwesome;
  margin-left: 5px;
  margin-top: 2px;
  font-size: 15px;
}
.dropdown a::after {
  content: " " !important;
}

/*----------------------------
#Banner Section
------------------------------*/
.banner_section {
  background: linear-gradient(323deg, #000 28.29%, #1E2232 82.15%);
  padding-top: 230px;
  overflow: hidden;
  position: relative;
}

.banner_txt h1 {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.banner_txt {
  position: relative;
  z-index: 1;
}

.banner_txt p {
  color: #FFF;
}

.mobilebanner {
  position: relative;
  border-radius: 80px 80px 0px 0px;
  background: linear-gradient(96.62deg, #A6A2EE -8.38%, #DDCFF0 58.57%, #F5EBF6 107.05%);
  text-align: center;
  z-index: 1;
}

.mobilebanner img {
  max-width: 75%;
  margin: auto;
  position: relative;
  /*top: -30px;
  padding-bottom: 22px;*/
}

.ticker_tape_img {
  overflow-x: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.banner_section .vector1 {
  position: absolute;
  top: 13rem;
  left: 2rem;
  opacity: 0.4;
  z-index: 0;
  animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.banner_section .vector1 img {
  width: 200px;
}

.banner_section .vector2 {
  position: absolute;
  bottom: 18rem;
  left: 16rem;
  opacity: 0.4;
  z-index: 0;
  animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.banner_section .vector2 img {
  width: 170px;
}

.banner_section .vector3 {
  position: absolute;
  bottom: 25rem;
  right: 1rem;
  opacity: 0.4;
  z-index: 0;
 animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.banner_section .vector3 img {
  width: 175px;
}

.banner_section .vector4 {
  position: absolute;
  top: 6rem;
  right: 12rem;
  opacity: 0.4;
  z-index: 0;
  animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.banner_section .vector4 img {
  width: 190px;
}

/*-----------------------
#Earning_section 
------------------------*/


.earningbox {
        text-align: center;
        padding: 51px 30px;
        height: 100%;
        background-size: 200% 200%;
        border-radius: 40px 0 0 0;
        transition: background 1s ease, color 1s ease;
    }

    .earningbox.white {
        background: #F1F0F5;
        color: #363944;
    }

    .earningbox.gradient {
      background: linear-gradient(96.62deg, #A6A2EE -8.38%, #DDCFF0 58.57%, #F5EBF6 107.05%);
        color: #363944;
    }

    .earninicon {
        margin-bottom: 30px;
    }

    .eartxt h6 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
	
	#consect1 {
	  border-radius: 40px 0px 0px 0px;
	  transition: 0.3s !important;
	}

	#consect2 {
	  border-radius: 0px 40px 0px 0px;
		  transition: 0.3s !important;
	}

	#consect3 {
	  border-radius: 0px 0px 0px 40px;
		  transition: 0.3s !important;
	}

	#consect4 {
	  border-radius: 0px 0px 40px 0px;
		  transition: 0.3s !important;
	}
/*.earningbox {
  background: #F1F0F5;
  text-align: center;
  padding: 51px 30px;
  height: 100%;
  transition: background 1s ease, color 1s ease;
}

.earninicon {
  margin-bottom: 30px;
}

.eartxt h6 {
  color: #363944;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%
}

#consect1 {
  border-radius: 40px 0px 0px 0px;
  transition: 0.3s !important;
}

#consect2 {
  border-radius: 0px 40px 0px 0px;
      transition: 0.3s !important;
}

#consect3 {
  border-radius: 0px 0px 0px 40px;
      transition: 0.3s !important;
}

#consect4 {
  border-radius: 0px 0px 40px 0px;
      transition: 0.3s !important;
}
*/

/*

#consect2:hover ,#consect3:hover{
	 background: linear-gradient(97deg, #5224B5 -8.38%, #FE8235 107.05%);
}
#consect1:hover ,#consect4:hover{
	 background: #F1F0F5;
}
#consect1:hover h6 ,#consect4:hover h6{
	 color: #363944;
}
.earningbox:hover h6{
	 color: #fff;
}
*/


/*--------------------------
#buy_section
--------------------------*/
.buy_section {
  background-image: url(../image/bg-new-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;

  position: relative;
}

.buy_section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(241, 240, 245, 0.7);
  z-index: 0;
}

.crypto_txt {
  position: relative;
  z-index: 1;
}

/*-----------------------
#investment_section
-------------------*/
.investment_section {
  background-image: url(../image/investmentbg-new.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

.investment .owl-dots {
  text-align: center;
  margin-top: 35px;
}

.investment button.owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 12px;
  background: #363944 !important;
  margin: 0 10px;
  transition: 0.5s ease-in-out;
}

.investment button.owl-dot.active {
  width: 40px;
  height: 14px;
  border-radius: 12px;
  background: #9974E5 !important;
}

/*-----------------------
#crypto_section
-----------------------*/

.crypto_section {
  position: relative;
}

.cryptobox {
  background: #25262C;
  display: flex;
  border-radius: 40px 40px 0px 0px;
  overflow: hidden;
}

.cryptotxt {
  width: 52%;
  padding: 20px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cryptotxt p {
  margin-top: 10px;
  margin-bottom: 40px;
}

.cryptoimg {
  width: 48%;
}

.cryptoimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.billbox {
  background: #F1F0F5;
  padding: 68px 60px;
  min-height: 100%;
}

.billbox {
  background: #F1F0F5;
  padding: 68px 60px;
}

#bill1 {
  border-radius: 0px 0px 0px 40px;
}

#bill2 {
  border-radius: 0px 0px 40px 0px;
}

.billtxt h4 {
  color: #05060A;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
  margin-top: 40px;
}

/* --- investment_profit_section --- */
.investment_profit_section {
  background: #F1F0F5;
  position: relative;
  overflow: hidden;
}

.Investment_heading {
  margin-bottom: 60px;
}

.investment_profit #pills-tab {
  justify-content: space-between;
  margin-bottom: 10px;
}

.investment_profit li.nav-item {
  width: 23.5%;
}

.investment_profit .nav-pills .nav-link {
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  background: #05060A;
  padding: 15px 0px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.investment_profit .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: linear-gradient(96.62deg, #A6A2EE -8.38%, #DDCFF0 58.57%, #F5EBF6 107.05%);
  color: #05060A;
}

.investment_profit .tab-pane {
  padding: 50px;
  border-radius: 0px 0px 30px 30px;
  background: #05060A;
  box-shadow: 0px 4px 20px 0px rgba(8, 35, 48, 0.15);
}

.instruments_content h2 {
  color: #FFF;
  margin-bottom: 20px;
  font-size: 38px;
}

.instruments_content p {
  margin-bottom: 20px;
  width: 77%;
  color: #FFF;
}

.investment_profit_section .vector1 {
  position: absolute;
  bottom: 8rem;
  right: 10rem;
  opacity: 0.1;
  z-index: 0;
  animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
}

.investment_profit_section .vector1 img {
  width: 150px;
}

.investment_profit_section .vector2 {
  position: absolute;
  top: 8rem;
  right: 2rem;
  opacity: 0.2;
  z-index: 0;
   animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
}

.investment_profit_section .vector2 img {
  width: 140px;
}

.investment_profit_section .vector3 {
  position: absolute;
  top: 4rem;
  left: 5rem;
  opacity: 0.1;
  z-index: 0;
   animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
}

.investment_profit_section .vector3 img {
  width: 180px;
}

.investment_profit_section .vector4 {
  position: absolute;
  top: 26rem;
  left: 3rem;
  opacity: 0.1;
  z-index: 0;
   animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
}

.investment_profit_section .vector4 img {
  width: 160px;
}

/*------------------------------
#price_section
---------------------------*/
section.price_section {
  background: #F1F0F5;
  position: relative;
  overflow: hidden;
}

.price_heading {
  text-align: center;
  margin-bottom: 50px;
}

.price_text {
  padding: 0px 30px;
}

.price_text .heading_title {
  color: #FFF;
  text-align: start;
  margin-bottom: 20px;
  font-family: 'Fira Sans', sans-serif;
}

.price_text p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #FFF;
}

.investment_profit {
  position: relative;
  z-index: 1;
}

.price_text .rate {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 30px 0px 40px;
  font-family: 'Fira Sans', sans-serif;
}

.plan_tabs ul#pills-tab {
  justify-content: space-between;
  padding-bottom: 10px;
}

.plan_tabs .tab-pane {
  background: #05060A;
  padding: 50px 60px;
  border-radius: 0px 0px 40px 40px;
}

.plan_tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  border-radius: 30px 30px 0px 0px;
  background: linear-gradient(96.62deg, #A6A2EE -8.38%, #DDCFF0 58.57%, #F5EBF6 107.05%);
  box-shadow: 0px 4px 20px 0px rgba(8, 35, 48, 0.15);
  color: #05060A;
}

.plan_tabs li.nav-item {
  width: 18%;
  margin-right: 10px;
}
.plan_tabs li.nav-item:last-child{
  margin-right: 0px;
}

.plan_tabs .nav-pills .nav-link {
  background: #05060A;
  width: 100%;
  padding: 15px 10px;
  border-radius: 30px 30px 0px 0px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #FFF;
  text-align: center;
}

.price_table {
  background: linear-gradient(96.62deg, #A6A2EE -8.38%, #DDCFF0 58.57%, #F5EBF6 107.05%);
  border-radius: 40px;
  padding: 40px 80px 50px;
}

.price_table ul {
  margin: 0;
  padding: 0;
}

.price_table ul li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.price_table ul li:last-child {
  margin-bottom: 0;
}

.price_table ul li span {
  display: flex;
  align-items: center;
  color: #05060A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.price_table ul li span i {
  margin-right: 10px;
}

.price_table ul li span i {
  width: 30px;
  height: 30px;
  background: #FFF;
  border-radius: 20px;
  color: #05060A;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}

.price_table ul li span .fa-times {
  color: rgb(5, 6, 10, 0.5);
}

.price_section .vector1 {
  position: absolute;
  bottom: 15rem;
  left: -1rem;
  z-index: 0;
  opacity: 0.5;
      animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
}

.price_section .vector1 img {
  width: 150px;
}

.price_section .vector2 {
  position: absolute;
  top: 17rem;
  left: 11rem;
  z-index: 0;
  opacity: 0.5;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
}

.price_section .vector2 img {
  width: 190px;
}

.price_section .vector5 {
  position: absolute;
  top: -2rem;
  right: 12rem;
  z-index: 0;
  opacity: 0.5;
   animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
}

.price_section .vector5 img {
  width: 260px;
}

.price_section .vector6 {
  position: absolute;
  bottom: 12rem;
  right: 2rem;
  z-index: 0;
  opacity: 0.5;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
}

.price_section .vector6 img {
  width: 150px;
}

/*---------------------------
#getready_section
---------------------------*/
section.getready_section {
  position: relative;
  overflow: hidden;
}

.getready_content {
  border-radius: 40px;
  padding: 100px 70px;
  position: relative;
  background-image: url(../image/ctaimgnew.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.getready_txt h2 {
  /* color: #FFF; */
  margin-bottom: 20px;
}

.getready_txt p {
  padding: 0px 121px 50px;
  /* color: #FFF; */
}

.getready_txt .get_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.getready_txt .get_item .get_btn {
  width: 32%;
}

.getready_txt .get_item .get_btn:last-child {
  margin-bottom: 0;
}

.getready_txt .get_item .get_btn a {
  padding: 16px 24px 15px;
  border-radius: 10px;
  background: #9974E5;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
  transition: 0.5s ease-in-out;
}

.getready_txt .get_item .get_btn a:hover {
  background: #A6A2EE;
}

.macbook {
  position: absolute;
  top: -25px;
  right: -9rem;
}

.macbook img {
  max-width: 600px;
  height: 581px;
}



/*--------------------------------------------------------------
# FOOTER Section
--------------------------------------------------------------*/
div#footer1 {
  padding-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-top {
  padding: 42px 0 23px 0;
  border-bottom: 1px solid rgb(153 116 229 / 40%);
}

footer#footer {
  background: #05090F;
  padding-top: 0px;
  padding-bottom: 0px;
}

a.footerlogo {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.footermail {
  margin-bottom: 15px;
}

.footer-info img {
  margin-bottom: 16px;
}

.footer-info .footermail a {
  color: #F0F0F0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer-info p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.footer-info {
  width: 25%;
}



.footer-info {
  padding-right: 20px;
}

.footer-links h4 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding-bottom: 10px;
}

.footer-links ul li {
  list-style: none;
  padding: 5px 0 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #F0F0F0;

}

.footer-links ul li a {
  color: #F0F0F0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer-links ul li a:hover,
.logotext p a:hover,
.footermail a:hover {
  color: #9974E5;
}

.footer-links ul {
  padding: 0;
  margin: 0;
}

.logotext1 {
  width: 30%;
}

.logotext p a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  text-transform: capitalize;
}

.logoimg img {
  opacity: 0.2;
}

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

.footer-warning h6 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.footer-warning p {
  color: #F0F0F0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.copyright p {
  margin: 0;
  color: #F0F0F0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.copyright {
  margin-top: 30px;
  margin-bottom: 32px;
}

div#footerlogo {
  border-top: 1px solid rgb(73, 73, 73, 0.2);
  padding: 30px 0 0 0;
}

.copyright img {
  text-align: right;
  float: right;
}

div#footer3 {
  padding: 40px 0 0px 0;
}

.col-lg-2.mobile2 {
  display: none;
}

img.ipedmain {
  display: none;
}

.mobileshow {
  display: none;
}

.footermobile {
  display: none;
}

.footerdektop {
  display: block;
}




@media (min-width: 0px) and (max-width: 767px) {


  /*----
--------------------
# HEADER # FOOTER Section
----------------------------*/
  .mobile-nav-toggle {
    color: #FFF;
  }

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

  .header-scrolled .mobile-nav-toggle {
    color: #fff;
  }

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

  .mianbutton {
    display: none;
  }

  .navbar .mobileshow {
    opacity: 0;
  }

  .language {
    padding: 10px;
    text-align: left;
    width: 100%;
    color: #fff;
  }

  .language p {
    color: #fff;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    color: #fff !important;
    justify-content: center;
  }

  .mobileshow {
    position: absolute;
    padding: 0px !important;
    top: 0;
    border-radius: 0px;
    display: block;
    margin: 2px;
    width: 99%;
  }

  .navbar-mobile .mobileshow {
    opacity: 1;
    padding: 0 15px;
  }

  .navbar-mobile ul {
    /*text-align: center;*/
    top: 170px;
    padding: 0;
  }
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #FF8845 !important;
    justify-content: space-between !important;
}
  .mobileshow .social2 {
    display: block;
    margin-bottom: 15px;
  }


  .mobileshow a.log-btn {
    color: #FFF !important;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 65%;
    padding: 9px 73px;
  }


  .mobileshow a.log-btn:hover {
    color: #fff !important;
    border: 1px solid #C5F010;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 65%;
    padding: 9px 73px;
  }


  .mobileshow a.sign-btn {
    color: #fff !important;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 65%;
    padding: 9px 50px;
  }

  .mobileshow a.sign-btn:hover {
    background: #E46D2A;
    border: 1PX solid #E46D2A;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 65%;
    padding: 9px 50px;
  }

  .language {
    padding-left: 0;
    margin-bottom: 15px;
  }

  .social2 {
    margin-right: 0;
    padding-right: 0px;
  }

  .social1 {
    padding-right: 0px;
  }

  .mobileshow .social1 {
    display: block;
    margin-bottom: 10px;
  }

  .mobileshow .language {
    display: block;
    /*    padding: 6px 20px;*/
  }

  nav#navbar {
    left: -260px;
  }

  section#desktopview .centuries_headding {
    padding-left: 25px;
    padding-right: 25px;
  }

  .all_button {
    display: block;
    justify-content: space-between;
    padding-bottom: 0;
    width: 97%;
  }

  a.btn-mobile {
    width: 100%;
  }



  .footer-top {
    padding: 0px 0 0px 0;
    border-top: unset;
    border-bottom: unset;
  }


  .priv {
    display: block;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 20px;

  }

  .footermobile {
    display: block;
  }

  .footerdektop {
    display: none;
  }

  footer#footer {
    padding-top: 40px;
    margin-top: 0;
  }

  .logotext p a {
    margin-bottom: 15px;
    display: inline-block;
  }

  div#footer1 {
    padding-bottom: 0;
    position: relative;
    border-bottom: 1px solid #0d0e12;
    display: block;
  }

  .copyright {
    margin-top: 0;
    /* border-top: 1px solid #494949; */
    padding: 0;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .copyright img {
    text-align: right;
    float: left;
    margin-bottom: 25px;
  }

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

  .footer-warning {
    margin-bottom: 25px;
  }

  header#header .container {
    justify-content: space-between;
  }

  .me-auto {
    margin-right: unset !important;
  }

  .copyright_img {
    padding-top: 10px;
  }

  div#footer3 {
    padding: 20px 0 0px 0;
    border-bottom: 1px solid #22290a;
  }

  .footer-warning h6 {
    margin-bottom: 10px;
  }

  div#footer4_mobile {
    display: block;
  }

  div#footer4_ipad {
    display: none;
  }

  .footer-info {
    width: 80%;
  }

  .footer-info p {
    padding-top: 15px;
  }


  .copyright_img {
    display: block !important;
  }

  .copyright_img_ipad {
    /*display: none;*/
  }

  section.access_section {
    padding: 30px 0px;
  }

  .instantly_text p {
    padding-top: 20px;
    padding-left: 0rem;
  }

  .getready_txt .get_item {
    display: block;
  }

  .getready_txt {
    padding-right: 0rem;
  }

  .getready_txt .get_item .get_btn a {
    padding: 10px 20px;
  }


}



@media (min-width: 768px) and (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }

  .banner_text h1 {
    font-size: 40px;
  }

  .hero_section::after {
    background-image: unset;
  }

  .banner_text {
    padding: 80px 0px 0;
  }

  .banner_right_text {
    width: 100%;
    position: relative;
    padding-top: 0;
    margin-top: -9rem;
  }

  .banner_img {
    position: absolute;
    z-index: 4;
    top: 10%;
    right: 0;
    text-align: end;
    display: block;
  }

  .banner_img img {
    max-width: 52%;
  }

  .bitcoin_chart {
    top: 11rem;
    left: 6rem;
  }

  .bitcoin_chart img {
    max-width: 250px;
  }

  .eth {
    display: none;
  }

  .ethereum {
    left: 21rem;
  }

  .ethereum img {
    max-width: 190px;
  }

  .services_box {
    padding: 100px 25px;
  }

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

  div#footer4_mobile {
    display: none;
  }


  .footer-top {
    padding: 40px 0 0px 0;
  }

  div#footer4_ipad .copyright {
    padding-top: 20px;
    padding-bottom: 23px;
    margin-bottom: 0;
  }

  .footer-info {
    width: unset;
  }

  .mobileshow {
    display: none !important;
  }

  .mianbutton {
    position: absolute;
    right: 100px;
  }

  .navbar .mobileshow {
    opacity: 0;
  }

  .mobileshow {
    position: absolute;
    width: 100%;
    top: 0;
    background: #000000;
    border-radius: 0px;
    display: block;
  }

  .navbar-mobile ul {
    top: 15px;
  }

  .navbar-mobile .mobileshow {
    opacity: 1;
    padding: 0 15px;
  }

  .mobileshow .social2 {
    display: block;
    margin-bottom: 15px;
  }

  .social2 {
    padding: 0 10px;
    padding-right: 10px;
  }

  .language {
    padding-left: 10px;
    margin-bottom: 0;
  }

  .social2 {
    margin-right: 0;
  }

  .mobileshow .social1 {
    display: block;
    margin-bottom: 10px;
  }

  .mobileshow .language {
    display: block;
  }

  nav#navbar {
    left: -260px;
  }

  .all_button {
    display: block;
    justify-content: space-between;
    padding-bottom: 0;
  }

  a.btn-mobile {
    width: 100%;
  }

  .copyright_img {
    display: none;
  }

  .copyright_img_ipad {
    display: block;
  }

  .priv {
    display: block;
    justify-content: space-between;
    padding-top: 0px;
  }

  .footer-info p {
    padding-top: 10PX;
  }

  .footermobile {
    display: block;
    margin-top: 0px;
  }

  .footerdektop {
    display: none;
  }

  footer#footer {
    padding-top: 0px;
  }

  .logotext p a {
    margin-bottom: 15px;
    display: inline-block;
  }


  .footer-info {
    width: 40%;
  }

  div#footer1 {
    padding-bottom: 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid;
  }

  div#footer3 {
    padding: 25px 0 0px 0;
  }

  .copyright p {
    text-align: left;
  }

  .footer-warning h6 {
    margin-bottom: 10px;
  }

  .footer_ipade {
    margin-left: 40PX;
    margin-right: 40PX;
  }

  .copyright {
    margin-top: 0;
    padding: 0;
  }

  .copyright img {
    text-align: right;
    margin-bottom: 25px;
  }

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

  .footer-warning {
    margin-bottom: 30px;
  }

  header#header .container {
    justify-content: space-between;
  }

  .me-auto {
    margin-right: unset !important;
  }

  section.access_section {
    padding: 30px 0px;
  }

  .instantly_text p {
    padding-top: 20px;
    padding-left: 0rem;
  }

}

/* breadcrumb_section */

.breadcrumb_section {
  background: linear-gradient(323deg, #000 28.29%, #1E2232 82.15%);
  position: relative;
  padding: 130px 0px 120px;
  z-index: 1;
  overflow: hidden;
}

.breadcrumb_content {
  position: relative;
  z-index: 1;
}

.breadcrumb_content ul li {
  display: inline-block;
  color: #FFF;
}

.breadcrumb_content ul li a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.breadcrumb_content ul li a.active {
  color: #9974E5;
}

.breadcrumb_content h2 {
  color: #FFF;
  margin-top: 80px;
}

.breadcrumb_section .vector1 {
  position: absolute;
  top: 13rem;
  left: 2rem;
  opacity: 0.4;
  z-index: 0;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
}

.breadcrumb_section .vector1 img {
  width: 200px;
}

.breadcrumb_section .vector2 {
  position: absolute;
  bottom: 0rem;
  right: 26rem;
  opacity: 0.4;
  z-index: 0;
   animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
}

.breadcrumb_section .vector2 img {
  width: 170px;
}

.breadcrumb_section .vector3 {
  position: absolute;
  bottom: -4rem;
  right: 1rem;
  opacity: 0.4;
  z-index: 0;
   animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
}

.breadcrumb_section .vector3 img {
  width: 175px;
}

.breadcrumb_section .vector4 {
  position: absolute;
  top: 4rem;
  right: 10rem;
  opacity: 0.4;
  z-index: 0;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
}

.breadcrumb_section .vector4 img {
  width: 190px;
}

/*------------------------
#Trading hours 
------------------------*/
#trading_hours {
  width: 100%;
  position: relative;
  z-index: 1;
}

.hours_box {
  border-radius: 40px;
  background: var(--white, #FFF);
  box-shadow: 0px 54px 104px 0px rgba(0, 0, 0, 0.04);
  max-width: 870px;
  margin: auto;
  margin-bottom: 30px;
  padding-bottom: 12px;
}

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

.hours_headding {
  border-radius: 40px 40px 0px 0px;
  background: linear-gradient(96.62deg, #A6A2EE -8.38%, #DDCFF0 58.57%, #F5EBF6 107.05%);
  padding: 10px 0px;
  text-align: center;
}

.across {
  text-align: center;
}

.across h2 {
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 24px;
}

.across p {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #28292F;
  padding-bottom: 56px;
}

.hours_headding h3 {
  color: #05060A;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

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

.symbol {
  background: #05060A;
  position: relative;
}

.hours_box table tbody .symbol:first-child {
  border-top: 0;
}
.hours_box table tbody{
  border: none !important;
}

.hours_box table tbody .symbol td {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.hours_box table tbody tr td {
  color: #05060A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 10px 30px;
  width: 30%;
}

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

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

.imgitem1,
.imgitem2,
.imgitem3,
.imgitem4,
.imgitem5,
.imgitem6,
.imgitem7,
.imgitem8,
.imgitem9,
.imgitem10,
.imgitem11 {
  position: absolute;
  opacity: 0.5;
  z-index: 0;
  animation: rotateCircles 3s linear infinite;
}

.imgitem1 {
  top: 12%;
  right: 18%;
}

.imgitem1 img {
  width: 150px;
  opacity: 0.2;
}

.imgitem2 {
  top: 16%;
  right: 2%;
}

.imgitem2 img {
  width: 160px;
  opacity: 0.2;
}

.imgitem3 {
  top: 20%;
  left: 15%;
}

.imgitem3 img {
  width: 190px;
  opacity: 0.2;
}

.imgitem4 {
  top: 29%;
  left: 17%;
}

.imgitem4 img {
  width: 180px;
  opacity: 0.2;
}

.imgitem5 {
  top: 36%;
  right: 14%;
}

.imgitem5 img {
  width: 190px;
  opacity: 0.2;
}

.imgitem6 {
  top: 48%;
  left: 4%;
}

.imgitem6 img {
  width: 160px;
  opacity: 0.2;
}

.imgitem7 {
  top: 58%;
  right: 4%;
}

.imgitem7 img {
  width: 150px;
  opacity: 0.2;
}

.imgitem8 {
  bottom: 30%;
  left: 14%;
}

.imgitem8 img {
  width: 180px;
  opacity: 0.2;
}

.imgitem9 {
  bottom: 20%;
  right: 4%;
}

.imgitem9 img {
  width: 160px;
  opacity: 0.2;
}

.imgitem10 {
  bottom: 12%;
  left: 6%;
}

.imgitem10 img {
  width: 190px;
  opacity: 0.2;
}

.imgitem11 {
  bottom: 4%;
  left: 16%;
}

.imgitem11 img {
  width: 180px;
  opacity: 0.2;
}

/*--------------------------
#About Us Section
-------------------------*/
.investment_profit #What_we_do {
  border-radius: 30px;
  padding: 100px 50px;
}

.investment_profit #What_we_do .instruments_content p {
  width: 100%;
}

.investment_profit #What_we_do .instruments_content h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.ab-txt p {
  color: #100F0F;
}

/*----------------------
# TRADING FAQS
--------------------*/
.trading-faqs {
  padding: 140px 0px 110px;
  position: relative;
  z-index: 1;
}

.fag_title h2 {
  font-style: italic;
}

.common_questions {
  text-align: center;
  margin-bottom: 40px;
}

.common_questions h2 {
  color: #FFF;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}

.common_questions p {
  color: #FFF;
}

.qna {
  padding: 26px 32px;
  background-color: #F1F0F5;
  margin: 0 0 30px 0;
  position: relative;
  border-radius: 40px;
  z-index: 1;
}

div#faq_question {
  margin: 0 0 0px 0;
}
#document_section .question {
	min-height: unset;
}
.question {
  cursor: pointer;
  user-select: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  margin: 0;
  color: #05060A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  min-height: 88px;
}

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

.qna.active .question {
  color: #FF6200;
}

.qna .question::after {
  content: "\f105";
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.3s;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 15px;
  font-size: 32px;
  color: #9974E5;
}

h3.question:hover {
  color: #9974E5;
}

.qna.active .question::after {
  transform: rotate(90deg);
  color: #9974E5;
}

#document_question {
  padding-right: 65px;
  background: #05060A;
  border-radius: 30px;
}

#document_question h3 {
  color: #FFF;
}

#document_question h3:hover {
  color: #9974E5;
}

#document_question.active h3 {
  color: #9974E5;
}

#document_question .answer p {
  color: #FFF;
}

#document_question .question::after {
  background: linear-gradient(96.62deg, #A6A2EE -8.38%, #DDCFF0 58.57%, #F5EBF6 107.05%);
  -webkit-background-clip: text;
  color: transparent;
}

/*----------------------
#Contact Info
------------------------*/
.contact_section {
  padding: 140px 0px;
  position: relative;
  z-index: 1;
}

.contact-box1 {
  background: #F1F0F5;
  box-shadow: 0px 54px 104px 0px rgba(0, 0, 0, 0.04);
  padding: 60px 80px;
  border-radius: 30px;
}

.contact-box1 h2 {
  color: #05060A;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 25px;
}

.formbold-mb-5 label {
  margin-bottom: 8px;
  color: #05060A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.formbold-form-input {
  width: 100%;
  padding: 12px 14px;
  outline: none;
  background: transparent;
  border-radius: 8px;
  border: 1px solid rgba(54, 57, 68, 0.40);
  color: rgb(5, 6, 10, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

::placeholder {
  color: rgb(5, 6, 10, 0.7);
}

.formbold-mb-5 {
  margin-bottom: 20px;
}

.form_submit button {
  outline: none;
  border: 0;
}

.contact_call {
  margin-top: 56px;
}

.contact_call:first-child {
  margin-top: 0;
}

.contact_main .contact_call ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.contact_main .contact_call ul li {
  list-style: none;
  padding-left: 20px;
}

.contact_main .contact_call ul li:first-child {
  padding-left: 0;
}

.contact_main h4 {
  color: #010314;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
}

.contact_main p {
  color: #363944;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.7;
}

/*------------------------------------
#Registration
----------------------------------*/
.formbold-mb-2 {
  display: block;
  margin-bottom: 15px;
}

.formbold-mb-2 input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.formbold-mb-2 label {
  position: relative;
  cursor: pointer;
  color: #05060A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.formbold-mb-2 label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #05060A;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 10px;
}

.formbold-mb-2 input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 11px;
  width: 8px;
  height: 18px;
  border: solid #FF6200;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

select.formbold-form-input {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  background: url(../image/down-arrow.webp) 96% / 3% no-repeat;
}

/*--------------------------
#Account Type
----------------------------*/
#account_type_txt h2 {
  font-size: clamp(30px, 3vw, 38px);
}

.price_box {
  border-radius: 32px;
  background: #05060A;
  padding: 40px 32px 50px;
}

.price_box h3 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #FFF;
  text-align: center;
}

.price_box ul {
  margin: 30px 0px;
}

.price_box ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.price_box ul li:last-child {
  margin-bottom: 0;
}

.price_box ul li span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #FFF;
}

.price_box ul li span i {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: rgb(255, 255, 255, 0.5);
  border-radius: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #05060A;
  text-align: center;
}

.price_box ul li span i.fa-check {
  background: linear-gradient(96.62deg, #A6A2EE -8.38%, #DDCFF0 58.57%, #F5EBF6 107.05%);
}

.price_box .get_start_btn {
  width: 100%;
  display: block;
}
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 20px;
}
.owl-carousel button.owl-dot.active {
  background: #9974E5;
}
.owl-carousel button.owl-dot {
  width: 14px;
  height: 14px;
  background: #000;
  opacity: 1;
  margin: 0px 5px;
  border-radius: 12px;
}
/*--------------------------
#Real Account
--------------------------*/
.ensures {
  max-width: 640px;
  margin: auto;
}

/*------------------------
#Platform 
-----------------------*/
.platform p {
  padding: 0px 96px 30px;
}

.custom_box {
    background: #FFF;
    border-radius: 40px;
    box-shadow: 0px 0px 0px 0px rgba(93, 96, 121, 0.05), 10px 8px 28px 0px rgba(93, 96, 121, 0.05), 39px 33px 51px 0px rgba(93, 96, 121, 0.04), 88px 74px 69px 0px rgba(93, 96, 121, 0.03), 156px 131px 81px 0px rgba(93, 96, 121, 0.01), 243px 205px 89px 0px rgba(93, 96, 121, 0.00);
    text-align: center;
    padding: 68px 41px;
    height: 100%;
    transition: all 0.5s ease;
}

.custom_box:hover {
    background: linear-gradient(96.62deg, #A6A2EE -8.38%, #DDCFF0 58.57%, #F5EBF6 107.05%);
    box-shadow: 0px 0px 0px 0px rgba(93, 96, 121, 0.05), 10px 8px 28px 0px rgba(93, 96, 121, 0.15), 39px 33px 51px 0px rgba(93, 96, 121, 0.14), 88px 74px 69px 0px rgba(93, 96, 121, 0.13), 156px 131px 81px 0px rgba(93, 96, 121, 0.11), 243px 205px 89px 0px rgba(93, 96, 121, 0.10);
    transform: translateY(-5px); /* Adjust the vertical position on hover */
}

.custom_box:hover h3{
	color: #fff;
}
.custom_box:hover .p_text{
	color: #fff;
}
.customicon {
  margin-bottom: 30px;
}

.customtxt h3 {
  color: #24211F;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.customtxt p {
  margin-top: 10px;
  color: #28292F;
}

.custom_box.active .customtxt p,
.custom_box.active .customtxt h3 {
  color: #FFF;
}

/*------------------------
#Currency Pairs
-------------------------*/
.tx_corrency p {
  color: #05060A;
}

.tx_corrency img {
  margin-top: 40px;
}

#thank_you .mobilebanner {
  height: 400px;
}

#thank_you .mobilebanner img {
  position: relative;
  padding: 0px;
  top: -20px;
}




/*    swaps page data css   */



section#tabledata {
    padding: 100px 0;
    color: #000;
}
section#tabledata td {
    text-align: center;
    border: 1px solid #D9D9DD;
}
section#tabledata tr {
    border: 1px solid #D9D9DD;
	padding: 10px;
	
}
tr.Silver td {
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	background: #9974E5;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}	
table {
	background: #F1F0F5;
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
	padding: 30px;
}
#tabledata table td {
    padding: 10px;
}
.forex td{
	text-align: left !important;
	background: #9974E5;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.d-contain tr, .d-contain td, .d-contain th, .d-contain tbody, .d-contain tfoot, table.table-customer-form thead{
	color: black !important;
	border: 1px solid black !important;
}

/* custom css  */



.navbar .dropdown {
		display: block;
    position: absolute;
    left: -18px;
    top: calc(60% + 30px);
    margin: 0;
    padding: 10px 30px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: #0a0b11;
    transition: 0.3s;
}
.navbar .dropdownli {
  padding: 10px 0px;
}
.navbar .dropdown a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
}
.navbar .dropdown ul a:hover {
  color: #fff !important;
}
.navbar .dropdown a i {
  font-size: 12px;
}

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

.navbar-mobile {
  position: fixed;
  top: 70px;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: 0 !important;
  width: 100%;
  padding-top: 18px;
  background: #1e2231;
  transition: 0.4s;
  right: 0;

}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
}


.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul,
.navbar-mobile .dropdown .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: transparent;
  transition: all 0.5S;
}


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

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

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

.navbar-mobile .dropdown>.dropdown-active,
.navbar-mobile .dropdown .dropdown>.dropdown-active {
  display: block;
}
ul#menu-main-menu li:hover .dropdown {
    opacity: 1;
    top: 100% !important;
    visibility: visible;
}
.get_start_btn{
	width: 260px;
}
.wpforms-field-container label{
    margin-bottom: 8px !important;
    color: #05060A !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
}
#wpforms-submit-3051 {
    display: inline-block !important;
    padding: 16px 10px !important;
    text-align: center;
	  border: 0px !important;
    border-radius: 10px !important;
    background: #9974E5 !important;
    width: 225px !important;
    color: #FFF !important;
    font-family: 'Jost', sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 140% !important;
    transition: 0.5s ease-in-out !important;
}
.wpforms-submit {
  display: inline-block !important;
  padding: 16px 10px !important;
  text-align: center;
  border: 0px !important;
  border-radius: 10px !important;
  background: #9974E5 !important;
  width: 225px !important;
  color: #FFF !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 140% !important;
  transition: 0.5s ease-in-out !important;
  height: 100% !important;
}
.wpforms-submit:hover {
    background: #A6A2EE;
    color: #FFF;
}
#trading_hours , .exchange_ticker_section{
	padding: 80px 0;
}
section.documedntcontain p , section.documedntcontain li{
	color: #000 !important;
}
.priv ul li a:hover {
    color: #9974E5 !important;
}
.formbold-mb-2 label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #05060A;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
}
.get_start_btn{
	border: none;
}
.investment_profit .tab-pane{
	    padding: 80px;
}
.instruments_content{
	height: 300px;
}
section.documedntcontain p, section.documedntcontain li{
	    list-style: initial;
}
.documedntcontain a{
	color: #9974E5;
}
.billtxt h4{
	    margin-right: 70px;
}
.price_section .vector2{
	    left: 7rem;
}

.table-customer-form__head{
	border: 1px solid black !important;
	color: #000 !important;
}
.table-customer-form tr  p, .table-customer-form tr h4, .table-customer-form tr h5{
	color: #000 !important;
}
table.table-customer-form tr, table.table-customer-form th ,table.table-customer-form td, .table-customer-form, tbody{
    border: 1px solid #000 !important;
}
.c-form a {
    border: none !important;
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border-radius: 6px;
    background: #9974E5 !important;
    padding: 16px 24px;
    display: inline-block;
    transition: 0.5s ease-in-out;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }    
}

.formbold-mb-2 label a, .d-contain a {
    color: #9974E5;
}
.coin div{
	max-width: 100% !important;
}

/* Lang Switcher CSS Start */

.lang-switcher {
  position: relative;
  display: inline-block;
}
button.current-lang-btn {
  background: transparent;
  border: none;
  color: white;
  font-size: 16px;
}
button.current-lang-btn span::after {
  content: "\f107 ";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 5px;
  margin-top: 2px;
  font-size: 25px;
}
span.lang-label {
  display: flex;
  align-items: center;
}


.current-lang-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
}

.current-lang-btn img {
  margin-right: 5px;
}

.lang-options {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 5px 0;
  list-style: none;
  margin: 0;
  z-index: 1;
}

.lang-options li {
  padding: 5px 10px;
  cursor: pointer;
}

.lang-options li:hover {
  background-color: #f0f0f0;
}

/* Show the language options on click */
.lang-switcher.active .lang-options {
  display: block;
}
.lang-options{
          width: 90px;
}
ul.lang-options li a {
  font-size: 16px;
  color: black;
}
.language img {
  padding-right: 7px;
  width: unset !important;
  height: auto !important;
}

/* Lang Switcher CSS End */

body.page-template-front-page .breadcrumb_section{
  display: none;
}
body.error404 .breadcrumb_section{
  display: none;
}
body.page-template-template-thankyou .breadcrumb_section{
  display: none;
}
coin-stats-converter-widget div {
  max-width: 100% !important;
}