* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
}

html,
body {
  overflow-x: hidden;
}
.btn-submit{
  background-color: var(--bg-primary);
  padding: 20px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
  border-radius: 50px;
}
.btn-submit:hover{
background-color: var(--bg-primary);
color: #fff;
}
.btn-submit:active{
background-color: var(--bg-primary);
color: #fff;
}
.btn:focus-visible {
  background: var(--bg-primary);
  color: #fff;
}

:not(.btn-check)+.btn:active {
  background: var(--bg-primary);
  color: #fff;
  border: 0px;
}
.btn-submit:focus{
background-color: var(--bg-primary);
color: #fff;
}
:root {
  --bg-primary: #7540ef;
  --black-color: #000000;
  --secondary-text-color: #b5b2b2;
  --tertiary-text-color: #656565;
  --span-text-color: #c6baba;
}

body{
  background-color: var(--black-color);
}

.main-wrapper {
  background-color: var(--black-color);
  /* padding-top:70px !important; */
}
.pt-70{
  padding-top: 75px;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  z-index: 1030;
  background-color: #000;
  /* Adjust the background color as needed */
  padding: 5px 20px;
  /* Adjust the padding as needed */
   /* Adjust the width as needed */
}

@media (min-width: 768px) {
  .fixed-header {
      width: 500px;
      margin: auto;
  }
}
.color-primary {
  color: var(--bg-primary);
}

.bg-primary-theme {
  background-color: var(--bg-primary);
}

.font-dancing{
  font-family: "Dancing Script", serif;
}

.font-poppins {
  font-family: "Poppins", serif;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-38 {
  font-size: 38px;
}

.lh-10 {
  line-height: 10px;
}

.lh-16 {
  line-height: 16px;
}

.padding-11 {
  padding: 11px 0px;
}

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

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

.margin-top-60 {
  margin-top: 60px;
}
.border-primary-theme {
  border: 1px solid var(--bg-primary);
}
.border-radius-5 {
  border-radius: 5px;
}

/* Screen 3 Css Style */

.box-speed-row {
  border: 1px solid var(--bg-primary);
  border-radius: 5px;
  height: 54px;
  padding: 23px 7px 13px;
  /* width: 80px; */
  position: relative;
}
.box-speed-row-img1 {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.box-speed-row-img2 {
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}
.box-speed-row-img3 {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}
.box-speed-row-img4 {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.box-speed-row p {
  font-size: 10px;
  line-height: 10px;
}
.slide-box {
  font-size: 14px;
  line-height: 10px;
  border: 1px solid var(--bg-primary);
  border-radius: 5px 5px 0px 0px;
  padding:14px 20px;
}
.content1-slide-box {
  border-bottom: 2px solid #fff;
}

.slider {
  /* height: 96px; */
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.slide-track {
  width:calc(150px * 9);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}

.slide {
  width: 150px;
  display: grid;
  transition: 0.5s;
  cursor: pointer;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(calc(-100px * 9));
  }
}

.buy-button {
  background: var(--bg-primary);
  padding: 8px;
  /* border-radius: 0px 5px 0px 5px; */
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 12px;
  border: 0px;
  box-shadow: 2px 2px 5px #fff inset;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.mining-button {
  background-color: var(--bg-primary);
  box-shadow: 2px 2px 5px #fff inset;
  font-size: 18px;
  line-height: 27px;
  padding: 15px 45px;
}
.mining_p1 {
  font-size: 11px;
  line-height: 16px;
  color: var(--secondary-text-color);
}
.restore_purchases h4 {
  font-size: 14px;
  line-height: 16px;
  color: var(--secondary-text-color);
}

.laurel-container {
  position: relative;
  display: inline-block;
}
.laurel-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--tertiary-text-color);
  line-height: 12px;
  font-size: 9px;
}
.how_works .works_p_counting {
  font-size: 14px;
}
.payment-secure-img {
  width: 175px;
  height: auto;
}

/* Footer Css Style */

footer {
  padding-top: 150px;
}

.footer {
  background: white;

  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.row-footer-top {
  border: 1px solid var(--bg-primary); /* Purple border */
}
.footer .nav-link {
  color: var(--black-color);
  text-align: center;
  font-size: 9px;
}
.footer .nav-link.active {
  background: var(--bg-primary);
  border-radius: 3px;
  padding: 5px 14px;
}
.buy-bar {
  background-color: var(--bg-primary);
  padding: 8px;
  box-shadow: 2px 2px 5px #fff inset;
}
.footer-top {
  background-color: var(--black-color);
  font-size: 14px;
}

/* Screen 4 Css Style */

.Presale-BTC {
  border: 1px solid var(--bg-primary);
  padding: 25px 20px;
  border-radius: 5px;
}

.span-text-color {
  color: var(--span-text-color);
}
.btc-buy-button {
  padding: 22px;
}

/* Screen 5 Css Style */
.coin-box {
  padding: 15px 5px;
}
.coin-box-p1 {
  color: #e1dbdb;
  font-size: 9px;
}

.daily-combo {
  padding: 13px 15px;
}

.combo-button {
  border: 1px solid #fff;
  box-shadow: 2px 2px 5px #fff inset;
  background-color: var(--bg-primary);
  padding: 12px;
  border-radius: 5px;
}
.nav-tabs .nav-link {
  padding: 6px;
  color: #fff;
}
.nav-tabs .nav-link.active {
  border: 1px solid #fff;
  box-shadow: 2px 2px 5px #fff inset;
  background-color: var(--bg-primary);
  padding: 10px 5px !important;
  border-radius: 5px;
  color: var(--black-color);
}
.combo-img-box {
  background-color: #d9d9d9;
  height: 120px;
  /* width:102px; */
}
ul#ex1 {
  border-bottom: 0px;
}
.markets_img_box {
  background-color: #d9d9d9;
  height: 48px;
  width: 48px;
}
.markets_box {
  padding: 20px 10px 15px;
}
.markets_box_p {
  font-size: 8px;
  color: #e1dbdb;
}
.upgrade_button {
  background-color: var(--bg-primary);
  box-shadow: 2px 2px 5px #fff inset;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
}
.level_div {
  background-color: var(--bg-primary);
  box-shadow: 2px 2px 5px #fff inset;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 3px 4px;
  font-size: 8px;
  position: absolute;
  top: 0px;
  right: 0px;
}

/* Screen 6 Css Style */
.invite_friends p{
  color: #E4DEDE;
}
.span_friend_box{
  color:#E1DBDB
}
.Refer-friend{
  background-color: var(--bg-primary);
  box-shadow: 2px 2px 5px #fff inset;
  padding: 10px 15px;
}
.invite-friends-box{
  height: 128px;
  padding: 25px ;
}
.not-invited-box{
  padding: 25px 10px;
  color: #E4DEDE;
}
.invite-friend-button{
  background-color: var(--bg-primary);
  box-shadow: 2px 2px 5px #fff inset; 
  padding: 13px 10px;
  border: transparent;
}
.floating {
  animation: float 3s ease-in-out infinite alternate;
}
@keyframes float {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-15px); }
}

/* Screen 7 Css Style */
.social-box{
  padding:20px 10px;
}
.usdt-box{
  padding: 6px 15px;
}
.form-control::placeholder{
  color: #656565;
}
.btn-submit{
  background-color: var(--bg-primary);
  padding: 20px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
  border-radius: 50px;
}
.form-control{
  /* border: 1px solid var(--bg-primary); */
  border-radius: 5px;
  background-color: transparent;
  font-family: "Poppins";
  font-weight: 500;
  padding: 10px 15px;
}
.form-label {
  margin-bottom: .5rem;
  font-size: 16px;
  font-family: 'Poppins';
  color: #fff;
}
.form-control:focus{
  border-color: var(--bg-primary);
}
.VuePagination {
  color: white;
}

.remarks {
  width:100px;
  white-space: nowwrap;
  overflow: hidden;
  text-overflow: ellipsis;
}