@import url("https://fonts.googleapis.com/css?family=ABeeZee");
@import url("https://fonts.googleapis.com/css?family=Bungee");
@import url("https://fonts.googleapis.com/css?family=SPaytone+One");

html {
  text-size-adjust: 100%;
}

body {
  padding: 0 0;
  margin: 0 0;
}

iframe:nth-of-type(0) {
  z-index: 0;
}

iframe:nth-of-type(1) {
  max-width: 800px !important;
  margin: auto !important;
  z-index: 0;
}

/*
::root {
  --main-color: ;
  --main-color2: ;
  --tempral-color: ;
  --tempral-background: ;
}

 @media (prefed-color-shem) {
  ::root {
  --main-color: ;
  --main-color2: ;
  --tempral-color: ;
  --tempral-background: ;
  }
}
*/

* {
  font-family: "ABeeZee";
  color: rgb(230, 230, 230);
  autobar-width: none;
  -ms-overflow-style: none;
  scrollbar-width: none;  
  background: black;
  box-sizing: border-box;  
}

main {
  display: block;
  height: auto;
  min-height: 60vh;
  width: 100%;
}

main > *, main + footer {
  padding-inline: min(2vw, 30px);
}

a {
  text-decoration: none;
}

hr {
 width: 100%;
 max-width: 620px;
 border: rgb(156, 162, 174) solid 1px;
 margin: auto;
}

.Icon {
  height: 24px;
  width: 24px;
}

svg {
  fill: white;
}

nav *, .Top-nav *, figure *, svg {
  background: transparent;
}

article * {
  
}

.Page-navigator {
  display: flex;
  justify-content: left;
  gap: 2px;
  height: auto;
  width: 100%;
  padding-block: 12px;
  overflow: auto;
}

.Page-navigator * {
  background: transparent;
}

.Page-navigator > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  white-space: nowrap;
  border-radius: 6px;
  
}

.Page-navigator > a > svg {
  height: 17px;
  width: 17px;
}

.Page-navigator > a > span {
  
}

/* --- Portfolio (Balance) Overview --- */

.Portfolio-overview {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: min(2%) 2%;
  height: auto;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-block: min(6%, 40px);
}

.Portfolio-overview > .Balance-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: auto;
  width: 49%;
  padding: 25px 18px;
  border-radius: 12px;
  border: rgb(36, 42, 54) solid 1px;
  background: rgb(14, 20, 34);
}

#DesctopBalanceMargin {
  margin-top: 2%;
}

@media (max-width:640px) {

  .Portfolio-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    height: auto;
    width: 100%;
    margin-block: min(6%, 40px);
  }
  
  .Portfolio-overview > .Balance-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: auto;
    width: 96%;
    padding: 25px 18px;
    border-radius: 12px;
    border: rgb(36, 42, 54) solid 1px;
    background: rgb(14, 20, 34);
  }
  
  #DesctopBalanceMargin {
    margin-top: 0;
  }

}

.Portfolio-overview > .Balance-container * {
  background: transparent;
}

.Portfolio-overview > .Balance-container span {
  color: rgb(126, 132, 144);
  background: transparent;
}

.Portfolio-overview > .Balance-container > .Name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  width: 100%;
  margin-bottom: 28px;
}

.Portfolio-overview > .Balance-container > .Name > span {
  font-weight: 600;
}

.Portfolio-overview > .Balance-container > .Name > svg {
  height: 20px;
  width: 18px;
}

.Portfolio-overview > .Balance-container > strong {
  font-family: "SPaytone One";
  font-size: 46px;
  font-weight: 800;
  color: rgb(200, 200, 200);
}

.Portfolio-overview > .Balance-container > span {

}

.Portfolio-overview > .Balance-container > div {
  display: flex;
  justify-content: left;
  align-items: center;
}

.Portfolio-overview > .Balance-container > div > svg {
  height: 16px;
  width: 16px;
  fill: rgb(74, 222, 128);
}

/* --- Buy (Deposit) Tesla --- */

.Buy-share {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2%;
  height: auto;
  width: 100%;
  max-width: 1200px;
  margin-block: min(6%, 40px);
}

   .deposit-box {
      color: #fff;
      width: 49%;
      padding: 32px 24px;
      border-radius: 16px;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
      background: rgb(14, 20, 34); /* dark card */
    }


@media (max-width:640px) {

  .Buy-share {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
    height: auto;
    width: 100%;
    margin-block: min(6%, 40px);
  }
  
     .deposit-box {
      color: #fff;
      width: 96%;
      padding: 32px 24px;
      border-radius: 16px;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.4);
      background: rgb(14, 20, 34); /* dark card */
    }

  
}

   .deposit-box * {
      background: transparent;
    }

    .deposit-box h2 {
      margin: 0 0 28px;
      font-weight: 600;
    }

    .deposit-box label {
      display: block;
      margin-bottom: 6px;
      color: #cbd5e1;
    }

    .deposit-box select,
    .deposit-box input {
      width: 100%;
      padding: 12px;
      border-radius: 10px;
      border: 1px solid #334155;
      background: #1e293b;
      color: #fff;
      margin-bottom: 28px;
      outline: none;
    }

    .deposit-box input {
      background: #0f172a;
    }

    .preset-buttons {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
    }

    .preset-buttons button {
      flex: 1;
      background: #334155;
      border: none;
      color: #fff;
      padding: 12px 0;
      margin: 0 5px;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.3s;
    }

    .deposit-btn {
      width: 100%;
      padding: 14px 0;
      color: #fff;
      border: none;
      border-radius: 10px;
      font-size: large;
      font-weight: 600;
      background: rgb(219, 37, 36); /* blue button */
    }

/* --- Quick Actions --- */ 

.quick-options {
    width: 84%;
    max-width: 1000px;
    background: linear-gradient(180deg, rgb(219, 37, 36), rgb(120, 0, 0) 60%);
    border-radius: 20px;
    padding: 28px 22px;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    margin: auto;
  }

  .quick-options * {
    background: transparent;
  }

  .quick-options > h1 {
    text-align: center;
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
  }

  .quick-options > p {
    text-align: center;
    margin: 0 0 22px;
    opacity: .92;
    font-size: 15px;
    font-weight: 500;
  }

  .quick-options > .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .quick-options > .actions > button {
    background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.06));
    border-radius: 14px;
    padding: 22px 18px;
    border: none;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 6px 18px rgba(0,0,0,0.06);
    user-select: none;
    color: #fff;
  }

  .quick-options > .actions > button > svg {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    fill: white;
  }

  .quick-options > .actions > button > span {
    font-size: 18px;
    font-weight: 600;
  }

  /* two per row at 600px */
  @media (min-width: 600px) {
   .quick-options > .actions {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  }

/* --- Header --- */

header {
  display: block;
  height: auto;
  min-height: 600px;
  width: 100%;
  padding-block: 2vh;
  padding-inline: 3vw;
  display: felx;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-direction: column;
  background-repeat: no-repeat;
  background-image: url("https://lh3.googleusercontent.com/d/1ZKvxKwzdBhAeHmF_zY3ArF3nUT7u5df4");
  background-position: 0 0%;
  background-size: 180%;
}

header * {
  background: transparent;
}

header > .Wrap-1 {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 12px;
  padding-top: 60px;
  padding-left: 160px;
}

@media (max-width:1700px) {
  
  header > .Wrap-1 {
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 12px;
    padding-top: 40px;
    padding-left: 90px;
  }
  
}

@media (max-width:900px) {

  header > .Wrap-1 {
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 12px;
    padding-top: 40px;
    padding-left: 0;
  }

}

@media (max-width:560px) {

  header > .Wrap-1 {
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 12px;
    padding-top: 6px;
    padding-left: 0;
  }

}

header > .Wrap-1 > .Tesla-increased-rate {
 display: flex;
 gap: 12px;
 justify-content: center;
 align-items: center;
 padding: 9px;
 width: 228px;
 border-radius: 100px;
 background: rgba(203, 33, 33, 16%);
}

header > .Wrap-1 > .Tesla-increased-rate * {
 font-size: small;
 color: rgb(219, 37, 36);
}

header > .Wrap-1 > .Tesla-increased-rate > span:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  border: rgb(219, 37, 36) dashed 1px;
  border-radius: 100px;
}

header > .Wrap-1 > h1 {
  margin: 0 0;  
}

header > .Wrap-1 > p {
  max-width: 480px;
  width: 78%;
  margin: 0 0;
  color: rgb(156, 162, 174);
  line-height: 22px;
}

header > .Wrap-1 > h1:nth-child(3) {
  color: rgb(219, 37, 36);
}

header > .Wrap-1 > .Tesla-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 38px;
  height:  auto;
  width: 100%;
  max-width: 720px;
  padding: min(8%, 44px) 20px;
  border-radius: 8px;
  margin-top: 26px;
  backdrop-filter: blur(32px);
  box-shadow: 0px 2px 6px 1px rgb(219, 37, 36);
}

header > .Wrap-1 > .Tesla-card * {
  background: transparent;
}

header > .Wrap-1 > .Tesla-card > div {
  overflow: visible !important;
}

header > .Wrap-1 > .Tesla-card > .Top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header > .Wrap-1 > .Tesla-card > .Top > .Seg-1 {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 8px;
}

header > .Wrap-1 > .Tesla-card > .Top > .Seg-1 > .Token {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  aspect-ratio: 1 / 1;
  border-radius: 100px;
  overflow: hidden;
  background: rgb(219, 37, 36);
}

header > .Wrap-1 > .Tesla-card > .Top > .Seg-1 > .Info {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 2px;
}

header > .Wrap-1 > .Tesla-card > .Top > .Seg-1 > .Info > span:nth-child(2) {
  color: rgb(110, 116, 130);
}

header > .Wrap-1 > .Tesla-card > .Top > .Seg-2 {
  display: flex;
  flex-direction: column;
  justify-content: right;
  gap: 4px;
}

header > .Wrap-1 > .Tesla-card > .Top > .Seg-2 * {
  text-align: right;
}

header > .Wrap-1 > .Tesla-card > .Top > .Seg-2 span:nth-child(2) {
  color: rgb(44, 239, 82);
}

header > .Wrap-1 > .Tesla-card > .Bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header > .Wrap-1 > .Tesla-card > .Bottom > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

header > .Wrap-1 > .Tesla-card > .Bottom > div * {
  text-align: center;
}

header > .Wrap-1 > .Tesla-card > .Bottom > div > span {
  color: rgb(110, 116, 130);
}

header > .Wrap-1 > .Tesla-card > .Bottom > div > strong {
  
}

header > .Wrap-1 > .Get-started {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 720px;
  margin-top: 30px;
}

@media (max-width:560px) {

header > .Wrap-1 > .Get-started {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 720px;
  margin-top: 30px;
}

}

header > .Wrap-1 > .Get-started > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  width: 100%;
  max-width: 420px;
  border-radius: 6px;
}

header > .Wrap-1 > .Get-started > a:nth-child(1) {
  background: rgb(219, 37, 36);
}

header > .Wrap-1 > .Get-started > a:nth-child(1) > span {
  font-weight: 600;
}

header > .Wrap-1 > .Get-started > a:nth-child(2) {
  background: white;
}

header > .Wrap-1 > .Get-started > a:nth-child(2) > span {
  font-weight: 600;
  color: black;
}


/* --- Header Wrap 2 --- */

header > .Wrap-2 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  height: auto;
  width: 100%;
  max-width: 620px;
  margin: auto;
  margin-top: min(12%, 86px);
}

header > .Wrap-2 > div {
  
}

header > .Wrap-2 > div * {
  text-align: center;
}

header > .Wrap-2 > div > h2 {
  margin: 0 0;
}

header > .Wrap-2 > div > span {
  display: block;
  color: rgb(110, 116, 130);
}

/* --- Energy --- */

main > .Energy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  height: auto;
  width: 100%;
  margin: min(12%, 80px) 0;
}

main > .Energy > h2 {
  display: inline-block;
  text-align: center;
  margin: 0 0;
}

main > .Energy > p {
  display: inline-block;
  max-width: 460px;
  width: 92%;
  margin: 0 0;
  color: rgb(156, 162, 174);
  line-height: 22px;
  text-align: center;
}

main > .Energy > img {
  height: 48vw;
  max-height: 280px;
  width: 86%;
  max-width: 800px;
  object-fit: cover;
  object-position: center top;
  border-radius: 6px;
  margin: auto;
}


/* --- Tesla Vehicles --- */

main > .Tesla-Products {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 18px;
  height: auto;
  width: 100%;
  margin-bottom: min(12%, 80px);
  overflow: auto;
}

main > .Tesla-Products > figure {
  display: inline-block;
  position: relative;
  height: auto;
  width: auto;
  max-width: 460px;
  min-width: 460px;
  margin: 0 0;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 0;
}

  
@media (max-width:640px) {

  main > .Tesla-Products {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 18px;
    height: auto;
    width: 100%;
    margin-bottom: min(12%, 80px);
    overflow: auto;
  }
  
  main > .Tesla-Products > figure {
    display: inline-block;
    position: relative;
    height: auto;
    width: auto;
    max-width: 340px;
    min-width: 340px;
    margin: 0 0;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 0;
  }

}

@media (max-width:500px) {

  main > .Tesla-Products {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    height: auto;
    width: 100%;
    margin-bottom: min(12%, 80px);
    overflow: auto;
  }
  
  main > .Tesla-Products > figure {
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
    max-width: 560px;
    min-width: auto;
    margin: 0 0;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 0;
  }

}

main > .Tesla-Products > figure > img {
  position: relative;
  height: 520px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
}

main > .Tesla-Products > figure > .Label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 22px 12px;
  font-weight: 800;
  z-index: 2;
}

main > .Tesla-Products > figure > svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 34px;
  width: 34px;
  fill: rgb(219, 37, 36);
  margin: 22px 12px;
  z-index: 2;
}

main > .Tesla-Products > figure > .Cover {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 16%;
  background: black;
}

main > .Tesla-Products > figure > figcaption {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  bottom: 0;
  padding: 12px;
  width: 100%;
  z-index: 2;
}

main > .Tesla-Products > figure > figcaption > * {
  margin: 0 0;
}

main > .Tesla-Products > figure > figcaption > .Description {
  line-height: 22px;
}

main > .Tesla-Products > figure > figcaption > .Configure {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 12px;
  height: auto;
  width: 100%;
  max-width: 360px;
  margin: 10px 0;
}

main > .Tesla-Products > figure > figcaption > .Configure > button {
  display: block;
  width: 100%;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  font-weight: 800;
}

main > .Tesla-Products > figure > figcaption > .Configure > button:nth-child(1) {
  background: rgb(219, 37, 36);
}

main > .Tesla-Products > figure > figcaption > .Configure > button:nth-child(2) {
 color: black;
 background: white;
}

/* --- Tesla belif --- */

  main>.Tesla-belif {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 46px;
    height: auto;
    width: 100%;
    padding-block: min(12%, 120px);
    margin: min(12%, 80px) 0;
    background: rgb(14, 20, 34);
  }
  
  main>.Tesla-belif>figure {
    display: flex;
    justify-content: left;
    gap: 12px;
    height: auto;
    width: 100%;
    max-width: 620px;
    padding-left: 40px;
    margin: 0 0;
  }

@media (max-width:480px) {

main > .Tesla-belif {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: left;
 gap: 36px;
 height: auto;
 width: 100%;
 padding-block: min(12%, 120px);
 margin: min(12%, 80px) 0;
 background: rgb(14, 20, 34);
}

main > .Tesla-belif > figure {
  display: flex;
  justify-content: left;
  gap: 12px;
  height: auto;
  width: 100%;
  max-width: 620px;
  padding-left: 0;
  margin: 0 0;
}

}

main > .Tesla-belif * {
  margin: 0 0;
  background: transparent;
}


main > .Tesla-belif > h1 {
  width: 100%;
  max-width: 620px;
}

main > .Tesla-belif > P {
  width: 100%;
  max-width: 620px;
  color: rgb(156, 162, 174);
  line-height: 22px;
}

main > .Tesla-belif > figure > .Wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  min-width: 48px;
  border-radius: 6px;
  background: rgba(203, 33, 33, 16%);
}

main > .Tesla-belif > figure > .Wrap > svg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  width: 26px;
  fill: rgb(140, 0, 0);
}

main > .Tesla-belif > figure > figcaption {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  gap: 12px;
}

main > .Tesla-belif > figure > figcaption > h3 {
  
}

main > .Tesla-belif > figure > figcaption > p {
  color: rgb(156, 162, 174);
  line-height: 22px;
}

main > .Tesla-belif {
  
}

main > .Tesla-belif > img {
  height: 58vw;
  max-height: 420px;
  width: 100%;
  max-width: 860px;
  object-fit: cover;
  border-radius: 6px;
  margin: auto;
  margin-top: 26px;
}

main > .Tesla-belif > .Vechicles-diliverd {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: min(3%, 38px);
 width: 100%;
 height: auto;
 max-width: 760px;
}

main > .Tesla-belif > .Vechicles-diliverd > div {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 gap: 12px;
 height: auto;
 width: 100%;
 min-height: 142px;
 padding-inline: 24px;
 border-radius: 6px;
 background: black;
}

main > .Tesla-belif > .Vechicles-diliverd > div > h2 {
  text-align: center;
  margin: 0 0;
}

main > .Tesla-belif > .Vechicles-diliverd > div > p {
  text-align: center;
  color: rgb(156, 162, 174);
  line-height: 22px;
  margin: 0 0;
}

/* --- Sart Investing --- */

main > .Sart-investing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin: min(12%, 80px) 0;
}

main > .Sart-investing * {
  margin: 0 0;
  background: transparent;
}

main > .Sart-investing P {
  line-height: 22px;
}

main > .Sart-investing > h1 {
  
}

main > .Sart-investing > p {
  color: rgb(156, 162, 174);
}

main > .Sart-investing > .Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  height: auto;
  width: 100%;
}

main > .Sart-investing > .Wrap > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  height: auto;
  width: 48%;
  max-width: 580px;
  padding: 30px 26px;
  border-radius: 8px;
  margin-top: 2%;
  background: rgb(14, 20, 34);
}

@media (max-width:640px) {

  main > .Sart-investing > .Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
    height: auto;
    width: 100%;
  }
  
  main > .Sart-investing > .Wrap > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    height: auto;
    width: 96%;
    max-width: 560px;
    padding: 30px 26px;
    border-radius: 8px;
    margin-top: 2%;
    background: rgb(14, 20, 34);
  }

}

main > .Sart-investing > .Wrap > div > div {
  height: auto;
  width: 100%;
  max-width: 640px;
  padding: 26px;
  border-radius: 8px;
  margin-top: 34px;
  background: black;
}


main > .Sart-investing > * {
  text-align: center;
}

main > .Sart-investing > .Wrap > div > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  width: 72px;
  font-size: 24px;
  font-weight: 800;
  border-radius: 100rem;
  margin: auto;
  background: rgb(140, 0, 0);
}

main > .Sart-investing > .Wrap > div > h2 {
  
}

main > .Sart-investing > .Wrap > div > p {
  color: rgb(156, 162, 174);
  max-width: 460px;
  margin: auto;
}

main > .Sart-investing > .Wrap > .Box1 {

}

main > .Sart-investing > .Wrap > .Box1 > div {
  display: grid;
  justify-content: left;
  grid: auto / auto auto;
  gap: 22px 12px;
}

main > .Sart-investing > .Wrap > .Box1 > div > span {
  display: inline-block;
  text-align: left;
  font-size: small;
  color: rgb(156, 162, 174);
}

main > .Sart-investing > .Wrap > .Box1 > div > svg {
  height: 16px;
  width: 16px;
  fill: rgb(140, 0, 0);
}

main > .Sart-investing > .Wrap > .Box2 {
  
}

main > .Sart-investing > .Wrap > .Box2 > div {
  display: grid;
  justify-content: space-between;
  grid: auto / auto auto;
  gap: 22px 12px;
}

main > .Sart-investing > .Wrap > .Box2 > div > span {
  font-size: small;
}

main > .Sart-investing > .Wrap > .Box2 > div > span:nth-child(even) {
  color: rgb(219, 37, 36);
  text-align: right;
}

main > .Sart-investing > .Wrap > .Box2 > div > span:nth-child(odd) {
  color: rgb(156, 162, 174);
  text-align: left;
}

main > .Sart-investing > .Wrap > .Box3 {
  
}

main > .Sart-investing > .Wrap > .Box3 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

main > .Sart-investing > .Wrap > .Box3 > div > h2 {
  
}

main > .Sart-investing > .Wrap > .Box3 > div > span {
  font-size: small;
  color: rgb(156, 162, 174);
}

main > .Sart-investing > .Wrap > .Box3 > div > button {
  height: auto;
  width: 100%;
  padding-block: 12px;
  max-width: 460px;
  font-weight: 800;
  font-size: 16px;
  border-radius: 6px;
  border: none;
  margin-top: 16px;
  background: rgb(219, 37, 36);
}

/* --- Footer get started --- */

.F-get-Started {
      background-color: #263141;
      color: white;
      text-align: center;
      padding: 60px 20px;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .F-get-Started * {
      background: transparent;
     }

   .F-get-Started > h1 {
      margin-bottom: 20px;
    }

   .F-get-Started > p {
      line-height: 22px;
      margin-bottom: 40px;
    }

   .F-get-Started > .btn {
      display: block;
      width: 100%;
      max-width: 480px;
      margin: 10px auto;
      padding: 18px 0;
      font-weight: 600;
      font-size: large;
      border-radius: 8px;
      border: none;
      transition: 0.3s;
    }

   .F-get-Started > .btn-primary {
      background: rgb(219, 37, 36);
      color: white;
    }

   .F-get-Started > .btn-outline {
      background: white;
      border: none;
      color: black;
    }

/* --- Alert --- */
 .Alert {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 99;
  background: transparent;
}

.Alert > .Close {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: gray;
  opacity: 26%;
  animation-name: alertCls;
  animation-duration: 800ms;
  animation-iteration-count: 1;
}

@keyframes alertCls {
  
  0% {
    opacity: 26%;
    background: transparent;
  }
  
  100% {
    opacity: 26%;
    background: gray;
  }
  
}

.Alert > .Content-wrapper {
  height: auto;
  width: 86%;
  padding: 28px 26px;
  max-width: 400px;
  border-radius: 12px;
  z-index: 1;
  animation-name: alertCnt;
  animation-duration: 400ms;
  animation-iteration-count: 1;
}

@keyframes alertCnt {
  
  0% {
    transform: scale(0);
  }
  
  100% {
    transform: scale(1);
  }
  
}

.Alert > .Content-wrapper > h3 {
  margin: 0 0;
  text-align: center;
}

.Alert > .Content-wrapper > p {
  line-height: 22px;
  word-wrap: break-word;
  text-align: center;
}

.Alert > .Content-wrapper > .Nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
}

.Alert > .Content-wrapper > .Nav > button {
  width: 70%;
  padding: 9px 0;
  font-weight: 800;
  border: 1px solid rgba(30, 136, 229, 15%);
  border-radius: 6px;
  background: rgb(219, 37, 36);
}

.Alert > .Content-wrapper > .Nav > a {
  display: block;
  width: 70%;
  padding: 8px 0;
  font-weight: 800;
  border: 1px solid rgba(30, 136, 229, 15%);
  border-radius: 6px;
  background: rgb(219, 37, 36);
}

.Loader {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 999;
}

.Loader > svg {
  height: 64px;
  width: 64px;
  padding: 4px;
  fill: white;
  border-radius: 8px;
  box-shadow: inset 0 0 8px black;
  background: rgb(219, 37, 36);
  transform: scale(1.20);
  animation-name: scaleLogo;
  animation-iteration-count: infinite;
  animation-duration: 400ms;
  animation-direction: alternate;
}

@keyframes scaleLogo {
  0% {
    transform: scale(1.20);
  } 100% {
    transform: scale(0.64);
  }
}

/* Payment-dls holds one or more cards */
  .Payment-dls {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    z-index: 90;
  }
  
   .Payment-dls * {
     background: transparent;
   }

  /* each card (direct child of Payment-dls) */
  .Payment-dls > .card {
    background: linear-gradient(180deg, rgba(27,30,45,0.9), rgba(22,23,33,0.9));
    border-radius: 18px;
    padding: min(6%, 36px);
    box-shadow: 0 8px 20px rgba(3,6,18,0.6);
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 92%;
    max-width: 600px;
    min-height: 520px;
    position: relative;
    overflow: visible;
  }

  /* top area with logo placeholder (leave space for crypto icon) */
  .Payment-dls > .card > .card-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .Payment-dls > .card > .card-top > .logo {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    background: linear-gradient(180deg,#2aa0e0,#0f78b2);
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-weight:700;
    box-shadow: 0 6px 18px rgba(15,80,135,0.25);
    /* placeholder - you can replace with <img> */
  }

  /* center area: QR + address block */
  .Payment-dls > .card > .card-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }

  /* QR placeholder */
  .Payment-dls > .card > .card-body > .qr {
    width: 170px;
    height: 170px;
    border-radius: 16px;
    background: white; /* QR boxes are white */
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow: 0 6px 16px rgba(2,6,20,0.5);
    position: relative;
  }

  /* small inner "QR pattern" placeholder (replace with actual QR image) */
  .Payment-dls > .card > .card-body > .qr > .qr-pattern {
    width: 120px;
    height: 120px;
    border-radius: 6px;
    background: white;
  }

  /* small label */
  .Payment-dls > .card > .card-body > .label {
    font-weight: 600;
    color: #dfe9ff;
    margin-top: 6px;
  }

  /* address box */
  .Payment-dls > .card > .card-body > .address-box {
    width: 100%;
    max-width: 420px;
    background: rgba(255,255,255,0.06);
    border-radius: 12px;
    padding: 12px 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    color: #f0f6ff;
    font-family: "Courier New", monospace;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
  }

  .Payment-dls > .card > .card-body > .address-box > .addr {
    width: 100%;
    letter-spacing: 1px;
    border: none;
    outline: none;
    font-size: large;
    background: transparent;
  }
  
  .Payment-dls > .card > .card-body > .address-box > .addr::placeholder {
    text-align: center;
  }

  .Payment-dls > .card > .card-body > .address-box > .copy {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: rgba(255,255,255,0.04);
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(2,6,20,0.35);
  }

  /* informational text under address */
  .Payment-dls > .card > .card-body > .info {
    width: 100%;
    max-width: 540px;
    color: rgba(230,238,249,0.78);
    text-align: center;
    line-height: 22px;
    padding: 6px 12px;
  }

  /* destination tag/info card */
  .Payment-dls > .card > .dest {
    width: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
    border-radius: 10px;
    padding: 12px;
    display:flex;
    align-items:center;
    gap:12px;
    max-width: 540px;
  }

  .Payment-dls > .card > .dest > .dest-icon {
    min-width: 36px;
    height: 36px;
    border-radius: 100rem;
    background: white;
    color: red;
    text-shadow: 0 0 6px red;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
  }

  .Payment-dls > .card > .dest > .dest-text {
    font-size: small;
    width: 100%;
  }

  /* share button area */
  .Payment-dls > .card > .card-actions {
    width: 100%;
    max-width: 420px;
    margin-top: auto;
    display:flex;
    gap: 2%;
    justify-content: center;
    padding-bottom: 6px;
    margin: auto;
  }

  .Payment-dls > .card > .card-actions > .share-btn {
    display: block;
    width: 50%;
    padding-block: 12px;
    border-radius: 6px;
    border: none;
    font-size: larger;
    font-weight: 600;
    background: red;
  }

     .transaction-container {
      height: auto;
      width: 100%;
    }

     .transaction-container * {
       background: transparent;
     }

    .transaction-container > .head {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 12px;
      width: 100%;
      padding-block: 12px;
    }
    
    .transaction-container > .head > a {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      width: 100%;
      padding-block: 12px;
      text-align: center;
      background: #263141;
      border-radius: 6px;
    }

    .transaction-container > .head > a > svg {
      height: 22px;
      width: 22px;
    }
    
    .transaction-container > .wrap1 {
      min-height: 90vh;
      width: 100%;
      border-radius: 4px;
      background: #263141;
    }    

    .transaction-container > .wrap1 > .wrap {
      height: auto;
      width: 100%;
      padding: 12px 8px;
      display: flex;
      flex-wrap: wrap;
      gap: 13px;
      border-radius: 4px;
      background: transparent;
    }
    
    .transaction-container > .wrap1 > .wrap > .message {
      height: auto;
      width: 100%;
      padding: 12px 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      border-radius: 6px;
      background: rgb(14, 20, 34);
    }
    
    .transaction-container > .wrap1 > .wrap > .message > svg {
      height: 38px;
      width: 38px;
      padding: 9px;
      fill: rgb(219, 37, 36);
      border-radius: 6px;
      background: rgba(219, 37, 36, 20%);
    }

    .transaction-container > .wrap1 > .wrap > .message > .wrap {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }

    .transaction-container > .wrap1 > .wrap > .message > .wrap > .type {
      display: flex;
      flex-direction: column;
    }

    .transaction-container > .wrap1 > .wrap > .message > .wrap > .type > strong {

    }

    .transaction-container > .wrap1 > .wrap > .message > .wrap > .type > span {
     color: gray;
     font-size: small; 
     text-align: left;
    }

    .transaction-container > .wrap1 > .wrap > .message > .wrap > .amount {
      display: flex;
      flex-direction: column;
    }

    .transaction-container > .wrap1 > .wrap > .message > .wrap > .amount > strong {
      font-size: large;
    }

    .transaction-container > .wrap1 > .wrap > .message > .wrap > .amount > span {
      font-size: small;
      text-align: right;
      color: rgb(219, 37, 36);
      border-radius: 6px;
    } 
  
  
       
      .Email-Verify {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        width: 100vw;
      }
      
      .Email-Verify > .wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 28px;
      }
      
      .Email-Verify > .wrap > svg {
         height: 100px;
         width: 100px;
      }
      
      .Email-Verify > .wrap > h1 {
        margin: 0 0;
        text-align: center;
      }
