
* {
   box-sizing: border-box
}

html,
    body {
      height: 100%
    }

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #010101;
  color: white;
  font-family: "Inter", sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: bgFade 25s infinite ease-in-out;
}

body::before{
  content:"";
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:inherit;
  filter: blur(10px);
  z-index:-1;
  background-color: rgba(0, 0, 0, 0.9);
  pointer-events: none;
}
.none {
  display: none;
}
@keyframes bgFade {
  0% {
    background-image: url("../assets/img/bg-01.png");
  }
  33% {
    background-image: url("../assets/img/bg-main-02.png");
  }
  67% {
    background-image: url("../assets/img/bg-main-03.png");
  }
  100% {
    background-image: url("../assets/img/bg-01.png");
  }
}

:root {
  --bg-anim-duration: 14s;
  --bg-anim-ease: ease-in-out;
  --bg-anim-opacity: 0.28;
  --bg-anim-scale: 2.1;
  --bg-anim-color: 220, 230, 255;
  --white-clr: #ffffff;
  --grey-clr: #888888;
  --clr-up-ul: #f0f0f0;
  --black-for-txt: #000000;
  --font-inter: "Inter", sans-serif;
  --nun-sans: "Nunito Sans", sans-serif;
  --semi-bold: "Sofia Sans Semi Condensed";
  --glass: #ffffff22;
  --muted: #9aa0a6;
  --container: 1200px;
  --text: #f2f2f2;
}
.invest-el-pl__h3-arial-base-set {left: -30px;position: relative;font-family: 'Nunito Sans-Regular', Helvetica;margin-top: 40px;margin-bottom: 29px;width: max-content;margin-left: auto;margin-right: auto;}
.invest-el-crp-spacer__element-min-content {margin-left: auto;margin-right: auto;display: block;width: min-content;margin-bottom: 300px;}
.neon-white-bt-text-arial__neonPulse {animation: neonSoftPulse 2.5s infinite alternate;}
@keyframes neonSoftPulse {
0%{text-shadow:
            0 0 8px rgba(117, 117, 117, 0.45),
            0 0 18px rgba(117, 117, 117,0.35),
            0 0 35px rgba(117, 117, 117,0.25);
}50%{text-shadow:
            0 0 12px rgba(117, 117, 117,0.55),
            0 0 24px rgba(117, 117, 117,0.40),
            0 0 45px rgba(117, 117, 117,0.30);
}100%{text-shadow:
            0 0 8px rgba(117, 117, 117,.45),
            0 0 18px rgba(117, 117, 117,0.35),
            0 0 35px rgba(117, 117, 117,0.25);
}
}

.neon-white-bt-btn__btss{
transition: box-shadow .35s ease, filter .35s ease;
}.neon-white-bt-btn__btss{
box-shadow:
0 0 6px rgba(114, 114, 114, 0.25),
0 0 14px rgba(255,255,255,0.15);
}.neon-white-bt-btn__btss:hover{
  /* background-color: transparent; */
box-shadow:
0 0 10px rgba(78, 78, 78, 0.50),
0 0 25px rgba(114, 114, 114, 0.40),
0 0 45px rgba(255,255,255,0.30);
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 100px;
}

header nav a {
    font-family: var(--font-inter);
    font-style: Medium;
    font-size: 16.29px;
    line-height: 100%;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    margin: 0 25px;
    text-decoration: none;
    font-weight: bold;
    color: var(--white-clr);
    
}

header nav a.active {
    text-shadow: 0 0 14px #fff,
                 0 0 30px #fff,
                 0 0 10px #999;
}

header nav a:hover {
    cursor: pointer;
    text-shadow: 0 0 20px #9999998f,
                 0 0 20px #9999998f,
                 0 0 20px #9999998f;
}

header button {
    background-color: var(--white-clr);
    font-family: var(--font-inter);
    font-weight: 500;
    font-style: Medium;
    font-size: 15.68px;
    line-height: 100%;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    color: var(--black-for-txt);
    padding: 5px 20px;
    border: 2px solid var(--white-clr);
    border-radius: 8px;
    width: 120px !important;
    height: 40px !important;
}

header button:hover {
    background-color: #dddddd;
    border: 2px solid #dddddd;
    cursor: pointer;
}

.invest-el-hero-h1-text {
    font-family: var(--nun-sans);
    font-weight: 400;
    font-style: Regular;
    font-size: 50px;
    margin-left: 70px;
    line-height: 110.00000000000001%;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing:2px;
}
.left-el-01 {margin-left: 200px; margin-top: -30px;}
#invest-el-hero button {
  font-family: var(--font-inter);
  background-color: var(--white-clr);
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 24.62px;
  margin-top: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding: 5px 20px;
  border: 2px solid var(--white-clr);
  border-radius: 22px;
  cursor: pointer;
  width: 260px !important;
  height: 45px !important;
}

/* HERO */

#invest-el-hero{
    position:relative;
    text-align:center;
    max-width:1200px;
    margin:140px auto 0 auto;
}

#invest-el-hero p{
    margin-top:28px;
    font-size:17px;
    color:#7a7a7a;
    max-width:520px;
    margin-left:auto;
    margin-right:auto;
}

.hero-eth{
    position:absolute;
    right:140px;
    top:-40px;
    width:110px;
    animation: floatSlow 7s ease-in-out infinite;
    filter: drop-shadow(0 0 22px rgba(120, 155, 255, 0.55));
}

.hero-btc{
    position:absolute;
    left:120px;
    top:180px;
    width:90px;
    animation: floatSlow 6s ease-in-out infinite;
    filter: drop-shadow(0 0 22px rgba(247, 147, 26, 0.6));
}

.hero-usdt{
    position:absolute;
    right:220px;
    top:260px;
    width:100px;
    animation: floatSlow 8s ease-in-out infinite;
    filter: drop-shadow(0 0 24px rgba(38, 161, 123, 0.7));
}

@keyframes floatSlow {
0%{
transform: translate(0px,0px);
}

25%{
transform: translate(6px,-10px);
}

50%{
transform: translate(-4px,-18px);
}

75%{
transform: translate(-8px,-8px);
}

100%{
transform: translate(0px,0px);
}
}
/* glow */

.hero-eth,
.hero-btc,
.hero-usdt{
    border-radius: 999px;
}

.container-el-01__why_invest_with_blank {position: relative;}
.container-el-01__why_invest_with_blank > * + * {
  margin-top: -25px;
}.table-el-grid__01, th, td {
  border: 1px solid #444444;
  border-collapse: collapse;
}
.table-el-grid__01 {
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background-color: rgba(12, 12, 12, 0.596);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 2;
}
.h1-class-arial__why_invest_with_blank {
  position: relative;
  z-index: 1;
  font-family: var(--nun-sans);
  font-weight: 500;
  font-style: Bold;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;

}

.table-el-grid__01 {width: 100%;}

.table-el-grid__01 tr {
  padding: 10px 40px;
}

.table-el-grid__01 th {
  font-family: var(--nun-sans);
  font-weight: 400;
  font-style: SemiBold;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
}

.table-el-grid__01 td {
  font-family: var(--nun-sans);
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 1000px;
  color: var(--grey-clr);
  padding-top: 10px;
  padding-bottom: 40px;
}


.container-el-02__why_do_dozen_of_investors_trust_us {position: relative;}
.table-el-grid__02, th, td {
  border: 1px solid #444444;
}
.table-el-grid__02 {
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0 0 17px 17px;
  overflow: hidden;
  background-color: rgba(12, 12, 12, 0.596);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 2;
  margin: 0 auto;
  margin-top: -25px;
}
.h1-class-arial__why_do_dozen_of_investors_trust_us {
  position: relative;
  z-index: 1;
  font-family: var(--nun-sans);
  font-weight: 500;
  font-style: Bold;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;

}

.table-el-grid__02 {width: 85%;}

.table-el-grid__02 tr {
  padding: 10px 40px;
}

.table-el-grid__02 th {
  font-family: var(--nun-sans);
  font-weight: 400;
  font-style: SemiBold;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
}

.table-el-grid__02 td {
  font-family: var(--nun-sans);
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 1000px;
  color: var(--grey-clr);
  padding-top: 10px;
  padding-bottom: 40px;
}

#invest-el-crp {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.invest-el-crp-line {
  position: relative;
  border-radius: 40px;
  padding-top: -10px;
  padding-bottom: 70px;
  border: 4px solid rgba(255, 255, 255, 0.06);
  background-color: rgba(26, 26, 26, 0.438);
  backdrop-filter: blur(7px);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 0 25px rgba(255,255,255,0.04),
    0 0 50px rgba(255,255,255,0.02),
    inset 0 0 20px rgba(255,255,255,0.02);
} .invest-el-crp-line-h1 {
  font-family: var(--nun-sans);
  color: #4B4B4B;
  margin-top: -10%;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
} .invest-el-crp-line-int {
  font-family: var(--font-inter);
  margin-top: 15%;
  background: linear-gradient(to right, #ffffff, #ffffff, #838383, #505050);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
font-weight: 500;
font-style: Medium;
leading-trim: NONE;

} .invest-el-crp-line img {
  width: 190px;
}
#invest-el-crp-sp {
  display: flex;
  padding: 30px;
  width: 100%;          /* ширина по контенту контейнера */
  max-width: 100%;
  border-radius: 25px;
  font-family: var(--nun-sans);
  margin: 20px auto 0 auto;    /* центрирование */
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 22.69px;
  line-height: 100%;
  letter-spacing: 1%;
  text-align: center;
  text-transform: lowercase;
  color: #949494;
  position: relative;
  background-color: rgba(26, 26, 26, 0.438);
  backdrop-filter: blur(7px);
  flex-direction: column;
  border: 4px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 0 25px rgba(255,255,255,0.04),
    0 0 50px rgba(255,255,255,0.02),
    inset 0 0 20px rgba(255,255,255,0.02);
}
.invest-wrapper{
  width: fit-content;
  margin: 0 auto;
}

.invest-el-__protect-grid--a1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  height: 100vh;
  color: #fff;
  margin-top: -200px;
}

.invest-el-__protect-grid--a1 h2 {
  background: linear-gradient(180deg, rgba(8,8,8,0.55), rgba(12,12,12,0.5));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 6px 20px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.02);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  font-family: var(--nun-sans);
  font-weight: 400;
  font-size: 27px;
  text-transform: uppercase;
  width: 600px;
  width: 55%;
  padding-bottom: 45px;
  padding-top: 45px;
  display: flex; 
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

  .invest-el-__protect-grid--a1 button {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    border: 2px solid var(--white-clr);
    background-color: var(--white-clr);
    color: #000;
    border-radius: 33px;
    padding: 15px 50px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
  } .invest-el-__protect-grid--a1 button:hover {
    background-color: transparent;
    color: var(--white-clr);
  }




.h7-pl {
  font-family: var(--nun-sans);
  font-weight: 700;
  font-style: Bold;
  font-size: 103.15px;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: -40px;
}

#invest-el-pl {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  gap: 30px;
  flex-wrap: wrap;
}

/* карточка */
.invest-el-pl-lines {
  position: relative;
  background-color: rgba(26, 26, 26, 0.438);
  backdrop-filter: blur(7px);
  border-radius: 40px;
  padding: 30px 25px;
  width: 300px;

  display: flex;
  flex-direction: column;
  align-items: center;

  border: 4px solid rgba(255, 255, 255, 0.06);

  box-shadow:
    0 0 25px rgba(255,255,255,0.04),
    0 0 50px rgba(255,255,255,0.02),
    inset 0 0 20px rgba(255,255,255,0.02);
}

/* header */
.pl-night-a7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.pl-night-a7 svg{
  margin-bottom: 5px;
}

.pl-night-a7 h3 {
  font-family: var(--nun-sans);
  font-weight: 700;
  margin-top: -40px;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;

  margin-left: 20%;
}

/* строки с галочкой */
.invest-el-pl-check {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 8px 0;
}

.invest-el-pl-check svg{
  flex-shrink: 0;
}

.invest-el-pl-check h5{
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-family: var(--nun-sans);
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0%;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  color: #7c7c7c;
}

/* amount */
.invest-el-pl-lines > h5{
  margin-top: 25px;
  margin-bottom: 8px;
}

/* цена */
.invest-el-pl-price{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* кнопка */
.invest-el-pl-button{
  width: 100%;
  padding: 9px 0;
  border-radius: 24px;
  background: #000;
  border: 2px solid #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-family: var(--font-inter);
  font-weight: 500;
  font-style: Medium;
  font-size: 19px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;

}

.invest-el-pl-button:hover{
  background: #ffffff;
  color: #000;
  box-shadow:
        0 0 12px rgba(255, 255, 255, 0.25),
        0 0 24px rgba(255, 255, 255, 0.466);
}
.invest-pl-container-footer-list {
  display: flex;
  flex-direction: column;
  margin-top: -13%;
}
.invest-pl-container-footer-list h5 {
  font-family: var(--nun-sans);
  font-weight: 400;
  margin-bottom: 5%;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  align-items: left;
  color: var(--grey-clr);
}.invest-el-pl-price {
  font-family: var(--nun-sans);
  font-weight: 500;
  font-style: Medium;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1%;
  vertical-align: middle;
  text-transform: lowercase;

}
/* ============================================ */
/* ============================================ */
/* ============================================ */
/* ============================================ */

/* ===== SECTION ===== */

#invest-el-rw{
text-align:center;
max-width:1000px;
margin:120px auto;
}

.h3__{
color:#888;
font-size:14px;
letter-spacing:1px;
text-align:center;
font-family: var(--nun-sans);
font-weight: 700;
font-style: Bold;
leading-trim: NONE;
line-height: 100%;
vertical-align: middle;
text-transform: uppercase;

}

.h7{
font-family:var(--nun-sans);
font-weight:700;
font-size:72px;
text-transform:uppercase;
margin-top:10px;
margin-bottom:50px;
text-align:center;
}

/* ===== MAIN CARD ===== */

#invest-el-rw-bg{

background:rgba(20,20,20,0.35);
backdrop-filter:blur(10px);
border-radius:20px;
border:1px solid rgba(255,255,255,0.08);
box-shadow:
0 0 40px rgba(255,255,255,0.03),
inset 0 0 25px rgba(255,255,255,0.02);
padding:10px 30px 20px 30px;
position:relative;
margin-top: -60px;
}

/* ===== TOP PANEL ===== */

#invest-el-rw-bg2{
position:absolute;
top:-40px;
left:30px;
right:30px;
background:rgba(25,25,25,0.65);
backdrop-filter:blur(12px);
border-radius:16px;
border:1px solid rgba(255,255,255,0.08);
box-shadow:
0 10px 30px rgba(0,0,0,0.4),
0 0 25px rgba(255,255,255,0.04);
padding:25px 35px;
display:grid;
grid-template-columns:
1fr 1px
1fr 1px
1fr 1px
1fr;
align-items:center;
gap:30px;

font-family: var(--nun-sans);
font-weight: 700;
font-style: Bold;

}

/* divider */

.invest-el-rw-bg2-line{

width:1px;
height:50px;

background:rgba(255,255,255,0.15);
}

/* columns */

.rw-col{

display:flex;
flex-direction:column;

align-items:flex-start;
}

/* labels */

#invest-el-rw-bg2 h4{

font-family:var(--font-inter);
font-size:12px;

letter-spacing:1px;

color:#777;

text-transform:uppercase;
}

/* token */


#token-select option.btc {
  background: url("/assets/img/APE.png") no-repeat left center;
}

#token-select option {
  font-family: var(--font-inter);
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

}

/* ===== SELECT ===== */

#token-select,
#term-select{

background:transparent;
border:none;
outline:none;
margin-top: -10px;
color:#fff;

font-family:var(--nun-sans);
font-weight:400;

font-size:26px;

appearance:none;
-webkit-appearance:none;
-moz-appearance:none;

cursor:pointer;

padding-right:18px;

background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M1 2.01562L7.38046 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M7.61951 9.98438L14 2' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");

background-repeat:no-repeat;
background-position:right center;
background-size:12px;
}

#token-select option,
#term-select option{

background:#111;
color:#fff;
}

/* ===== INPUT ===== */

#amount-input{
background:transparent;
border:none;
outline:none;
margin-top: -10px;
color:#fff;
font-size:26px;
width:140px;
font-family: var(--font-inter);
font-weight: 500;
font-style: Medium;

}

/* remove arrows */

#amount-input::-webkit-outer-spin-button,
#amount-input::-webkit-inner-spin-button{
-webkit-appearance:none;
margin:0;
}

#amount-input{
-moz-appearance:textfield;
}
.a11__{
  display:flex;
  align-items:center;
  margin-top: -20px;
}
/* percent */

#percent-value{

font-family:var(--nun-sans);
font-size:26px;
font-weight:400;
margin-top: -10px;
}

/* ===== BOTTOM AREA ===== */

#invest-el-rw-bottom{

display:flex;

justify-content:space-between;

align-items:flex-end;

margin-top:40px;
}

/* final capital */

#invest-el-rw-bg-int{
font-family:var(--font-inter);
font-weight:800;
line-height:1;
font-weight: 500;
font-style: Medium;
font-size: 110px;
leading-trim: NONE;
letter-spacing: 0%;
vertical-align: middle;

}

/* right column */

#invest-el-rw-bottom > div:last-child{

display:flex;
flex-direction:column;

gap:30px;

align-items:flex-end;

text-align:right;
}

/* stat text */

#invest-el-rw-bg-tx{

font-size:14px;
color:#888;
}

#invest-el-rw-bg-tx2{

font-size:12px;
color:#888;
margin-right:6px;
}

/* stat number */

#invest-el-rw-bg-int2{

font-size:36px;
font-weight:700;
}

/* ===== BUTTON ===== */

#main-el-reviews-button{
margin:17px auto;
width:330px;
padding:12px 0;
border-radius:25px;
background:#fff;
color:#000;
font-weight:600;
cursor:pointer;
font-style: var(--semi-bold);
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}
.lll {
  display: flex;
  flex-direction: column;
}
#main-el-reviews-button:hover{

background:#e6e6e6;

box-shadow:
0 0 20px rgba(255,255,255,0.35);
}
.arial-invest__h3F {
  max-width:1000px;
  margin: 0 auto;
  font-family: var(--nun-sans);
  font-weight: 400;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-top: 90px;
  color: var(--grey-clr);
}
