.header {
  margin-bottom: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  margin-top: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.header-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.1rem;
  margin-top: 4.5rem;
}

.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header-item img {
  width: 35%;
  height: auto;
  padding-right: .7rem;
}

.header-item h5 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-item h4 {
  font-size: 27px;
  padding-top: 1rem;
  font-weight: 500;
  padding-right: 50px;
}

.header-item .bitcoin {
  width: 35px;
}

.header-item .ethereum {
  width: 25px;
}

.header-item .litecoin {
  width: 35px;
}

.header-item .polkadot {
  width: 35px;
}

#ethereum-text {
  width: 100%;
}

.header-60 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.header-60 .header-img {
  width: 450px;
  z-index: 2;
}

.header-60 .header-img .src-img {
  position: relative;
}

.header-60 .header-img img {
  width: 100%;
  height: auto;
}

.header-vezi {
  color: #FFD700;
  font-size: .9rem;
  font-weight: 500;
}

.header-vezi:hover {
  color: #fff;
}

.header-contact {
  border: 1px solid #FFD700;
  border-radius: 60px;
  background-color: transparent;
  color: #fff;
  font-size: .9rem;
  padding: .4rem 1.75rem;
  margin-right: 2rem;
  font-weight: 500;
  max-width: 180px;
}

.header-contact:hover {
  background-color: #FFD700;
  color: black;
}

.header-40 .header-text {
  width: 100%;
  margin-right: 40px;
}

.header-btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header-40 .header-text h3 {
  font-size: 37px;
  margin-bottom: .35rem;
  font-weight: 550;
}

.header-40 .header-text p {
  font-weight: 300;
  font-size: 19px;
  max-width: 523px;
}

.header-40 .header-text hr {
  border: 1px solid #FFD700;
  width: 79px;
  margin-bottom: 30px;
}

.bitcoin-morphism {
  background: rgba(70, 70, 70, 0.397);
  height: 95px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.95rem .75rem;
  border-radius: 15px;
  position: absolute;
  left: 5%;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.bitcoin-morphism img {
  width: 20%;
  height: auto;
}

.ethereum-morphism {
  background: rgba(70, 70, 70, 0.397);
  height: 100px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.95rem .75rem;
  border-radius: 15px;
  position: absolute;
  right: 15%;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.ethereum-morphism img {
  width: 20%;
  height: auto;
}

@media only screen and (max-width: 1500px) {
  .header-60 .header-img {
    width: 330px;
  }
  .header-40 .header-text p {
    max-width: 510px !important;
  }
}

@media (max-width: 1100px) {
  .header {
    margin-top: 5.5rem;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .header-item {
    padding-bottom: 20px;
  }
  .header {
    margin-top: 10rem;
    margin-bottom: 8.5rem;
  }
  .header-40 .header-text h3 {
    font-size: 1.4rem;
  }
  .header-40 .header-text p {
    font-size: .8rem;
  }
  .padding-all {
    padding: 0 3rem;
  }
  .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 1.1rem;
    margin-top: 9.5rem;
  }
  .header-40 {
    width: 100%;
  }
  .header-60 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .header-vezi {
    font-size: .8rem;
    margin-top: 10px;
  }
  .header-contact {
    font-size: .8rem;
  }
  .header-60 .header-img {
    width: 350px;
    z-index: 2;
  }
  .header-60 .header-img .src-img {
    position: relative;
    margin-top: 6rem;
    margin-bottom: 2rem;
  }
  .header-60 .header-img img {
    width: 100%;
    height: auto;
  }
  .bitcoin-morphism {
    height: 65px;
    width: 60px;
  }
  .header-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-contact {
    margin-right: 0px;
  }
}

.continut-curs {
  margin-bottom: 8.5rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/images/2desk.webp");
  background-position: right;
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.continut-curs .continut-container .continut-text h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.continut-curs .continut-container .continut-text hr {
  border: 1px solid #FFD700;
  width: 79px;
  margin-bottom: 15px;
}

.continut-curs .continut-container .continut-cuprins {
  width: 75%;
  margin: 0 auto;
  margin-top: 10rem;
}

.continut-curs .continut-container .continut-cuprins .continut-flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 10rem;
}

.continut-curs .continut-container .continut-cuprins .continut-flex h4 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.continut-curs .continut-container .continut-cuprins .continut-flex h4 span {
  color: #FFD700;
  font-size: 1.5rem;
  margin-right: 1.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 1600px) {
  .continut-curs {
    background-image: url("/images/2mobil.webp");
    background-position: left;
  }
}

@media (max-width: 768px) {
  .continut-curs {
    margin-bottom: 8.5rem;
  }
  .continut-curs .continut-container .continut-cuprins .continut-flex {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}

.premium-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFD700;
  padding: 2rem 0rem 0rem 2.5rem;
  border-radius: 30px;
}

.premium-text {
  width: 35%;
  padding: 0rem 1rem;
  position: relative;
}

.bg-image {
  background-image: url("/images/Group 3-03.png");
  background-position: right;
  width: 40%;
  background-repeat: no-repeat;
  height: 289px;
}

.premium-container {
  min-width: 95%;
  margin: 0 auto;
}

.premium-text h3 {
  color: black;
  font-size: 26px;
  font-weight: 550;
  margin-bottom: 25px;
}

.premium-btn {
  background-color: black;
  color: #FFD700;
  padding: 1rem 3rem;
  margin-top: 1.2rem;
  font-weight: 550;
  font-size: 19px;
  text-align: center;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.premium-btn.yellow {
  background-color: #FFD700;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}

.contine-cursul {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6rem;
}

.contine-cursul .contine-cursul-text {
  width: 50%;
}

h3 {
  font-size: 2rem;
  font-weight: 500;
}

.contine-cursul .contine-cursul-text p {
  font-weight: 300;
}

.contine-cursul .contine-cursul-text hr {
  border: 1px solid #FFD700;
  width: 79px;
  margin-bottom: 15px;
}

.contine-cursul .contine-cursul-img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contine-cursul .contine-cursul-img img {
  width: 80%;
  height: auto;
  border-radius: 50px;
  border: 2px solid #FFD700;
}

.butoane-curs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.butoane-curs .box-buy.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hide {
  display: none;
}

.butoane-curs .cumpara-abonament:hover + .hide {
  display: block;
}

.butoane-curs .box-buy .flex .hide {
  text-align: center;
  border-radius: 20px;
  border: 3px solid #FFD700;
  padding: 40px 40px;
}

.butoane-curs .cumpara-abonament {
  min-width: 358px;
  text-align: center;
  background: none;
  border: 2px solid #FFD700;
  border-radius: 50px;
  color: #fff;
  padding: 1.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

.butoane-curs .cumpara-abonament.premium {
  background-color: #FFD700;
  color: #000;
}

.butoane-curs .cumpara-abonament:hover {
  background-color: #FFD700;
  color: black;
}

.ul-butoane.column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ul-butoane {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 40px;
}

.ul-butoane p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
}

.header-text h4 {
  font-size: 30px;
  font-weight: 700;
}

.header.incepatori {
  margin-top: 7.5rem;
}

.header.incepatori .header-row .up-box.row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header-60 .header-img.v2 {
  width: 500px;
}

.header-60 .header-img.v2 img {
  border: #FFD700 1px solid;
  border-radius: 20px;
}

@media only screen and (max-width: 1800px) {
  .premium-text {
    width: 118%;
  }
  .bg-image {
    width: 104%;
  }
  .premium-box {
    padding: 2rem 0rem 0rem 0rem;
  }
}

@media only screen and (max-width: 1350px) {
  .butoane-curs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 80%;
    margin: 0 auto;
  }
  .butoane-curs .cumpara-abonament.margin40 {
    margin-bottom: 40px;
  }
}

@media (max-width: 900px) {
  .premium-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .premium-btn {
    background-color: black;
    color: #FFD700;
    padding: 1rem 2rem;
    margin-top: 1.2rem;
    font-weight: 550;
    font-size: .9rem;
    border-radius: 50px;
  }
  .premium-text {
    width: 100%;
    padding: 0rem 1rem;
  }
  .contine-cursul .contine-cursul-text {
    width: 100%;
  }
  .contine-cursul .contine-cursul-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 6rem;
  }
  .contine-cursul .contine-cursul-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    border: 2px solid #FFD700;
  }
  .contine-cursul {
    margin-top: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .butoane-curs .box-buy {
    margin-bottom: 20px;
  }
  .butoane-curs .box-buy.row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .butoane-curs .box-buy .column {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .butoane-curs .cumpara-abonament {
    font-size: 13px;
    min-width: 228px;
    max-width: 300px;
  }
  .butoane-curs .box-buy.row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .butoane-curs .box-buy .column {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

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

html {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

body {
  background-color: black;
  color: #fff;
}

/* PAGE CONFIG */
.padding-all {
  padding-right: 230px;
  padding-left: 230px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.margin20 {
  margin-bottom: 20px;
}

.margin40 {
  margin-bottom: 40px !important;
}

.margin80 {
  margin-bottom: 80px;
}

.mt10 {
  margin-top: 10px;
}

dl, ul {
  margin: 0;
  list-style-type: none;
}

ol {
  margin-left: 27px;
}

.inline {
  display: inline-block;
}

input {
  border-radius: 0;
}

.margin-lr {
  margin: 0px 20px;
}

.container {
  margin: 0 auto;
  width: 80%;
}

h1, h4, h3, h2, p, a {
  color: #fff;
}

a {
  text-decoration: none;
}

.width100 {
  width: 100%;
}

.max-width500 {
  max-width: 500px;
}

.widthauto {
  width: auto;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* NAVIGATION */
.navigation {
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.navigation .container {
  width: 100%;
  margin: 0 auto;
}

.nav-logo img {
  width: 170px;
  height: auto;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation .nav-container .nav-list .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-item {
  padding: 0rem 1rem;
}

.nav-item a {
  font-size: 14px;
}

.nav-icon {
  padding-right: .9rem;
}

.nav-item.v2:last-child {
  padding-right: 0px;
}

.navigation .nav-container .nav-list .nav-item .nav-icon:last-child {
  padding: 0;
}

.nav-link {
  text-decoration: none;
  font-size: .83rem;
  font-weight: 500;
  color: #fff;
  padding: 0;
}

.nav-link img {
  width: 80%;
  height: auto;
}

.nav-item.contact {
  padding-right: 0px;
}

.btn {
  border: 2px solid #FFD700;
  padding: .4rem 2rem;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  background: transparent;
}

.btn.v2 {
  border: 0;
  padding-left: 15px;
  padding-right: 0px;
}

.btn.v2:hover {
  color: #FFD700;
  background-color: transparent;
}

.navigation .container .nav-list .nav-item .nav-icon .nav-link .fa {
  font-size: 25px;
}

.btn-live {
  border: 2px solid #FFD700;
  padding: .2rem 1rem;
  border-radius: 50px;
  color: #000;
  text-decoration: none;
  background: #FFD700;
}

.navigation .container .nav-list .nav .nav-item .nav-link:hover {
  color: #FFD700;
}

.btn-transparent:hover {
  color: #000;
  background-color: #FFD700;
}

.navigation .container .nav-list .nav-item .nav-icon .nav-link .fa:hover {
  color: #fff;
}

.dropbtn {
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.dropbtn:hover {
  color: #FFD700;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  top: 51px;
}

.dropdown-content a:first-child {
  background-color: transparent;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
  padding: 6px 8px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: #FFD700;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

/* SCROLL-TOP-BTN */
.button-scroll {
  position: fixed;
  top: 88%;
  right: 30px;
  border: 0;
}

.ion-scroll {
  width: 70px;
  height: 70px;
}

.scrollToTopBtn {
  border-radius: 50%;
  font-size: 1.5rem;
  background-color: transparent;
  color: #FFD700;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 13%;
  right: 62px;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.showBtn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header .header-row .up-box.row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/* HAMBURGER */
.hamburger {
  display: none !important;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}

.width100-h {
  width: 100%;
  height: auto;
}

.video-gratis {
  margin-top: 150px;
}

.popup-success {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
}

.popup .box {
  text-align: center;
  background-color: #000;
  border-radius: 30px;
  padding: 50px;
  border: 2px solid #FFD700;
}

.bg-exit {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

.popup .box h4 {
  font-size: 37px;
  font-weight: 600;
}

.popup .box {
  max-width: 700px;
}

input, textarea {
  width: 100%;
  background-color: transparent;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #FFD700;
  font-size: 19px;
  color: #fff;
  padding: 10px;
  outline: none;
  margin-bottom: 50px;
  font-family: 'Poppins', sans-serif;
}

textarea {
  height: 150px;
  resize: none;
}

/*CRYPTO-LIVE*/
.crypto {
  width: 100%;
}

.crypto.row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.crypto .crypto-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*FOOTER*/
footer .footer-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .footer-up .logo:first-child {
  width: 170px;
}

footer div h4 {
  color: #FFD700;
  font-size: 20px;
  margin-bottom: 18px;
}

footer div .nav-item {
  padding: 0px;
}

footer .column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .contact a .fa {
  font-size: 25px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFD700;
}

footer .footer-down {
  text-align: center;
}

footer .footer-down.column {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-down hr {
  border: 1px solid #fff;
  width: 100%;
}

footer .footer-up img, footer .footer-up div {
  margin-bottom: 40px;
}

footer .footer-up div ul div {
  margin-bottom: 0px;
}

.nivel {
  color: #FFD700;
  font-size: 20px;
  margin-bottom: 10px;
}

.garantie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*Despre-curs*/
.despre-curs {
  background-image: url("/images/2desk.webp");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 9rem;
  padding-bottom: 9rem;
  margin-bottom: 3rem;
}

.despre-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 95%;
}

.despre-curs .box-left {
  width: 614px;
  padding-right: 90px;
}

.despre-curs .box-left h3 {
  font-size: 37px;
  margin-bottom: 10px;
}

hr {
  border: 1px solid #FFD700;
  width: 79px;
  margin-bottom: 15px;
}

.despre-curs .box-left div a .fa {
  margin-right: 10px;
}

.despre-curs .box-right img {
  width: 530px;
  border: 1px solid #FFD700;
  border-radius: 20px;
}

/*PLATA-CRYPTO*/
.buy-w-crypto {
  margin-bottom: 6rem;
}

.buy-w-crypto .preturi-crypto span {
  font-size: 20px;
  font-weight: 500;
}

.buy-w-crypto .preturi-crypto p {
  width: auto;
  font-size: 18px;
  margin-bottom: 5px;
}

#feedback {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#feedback .title {
  font-size: 37px;
  font-weight: 600;
  position: relative;
  margin-bottom: 100px;
}

#feedback .title::after {
  content: "";
  background-color: #FFD700;
  width: 79px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

#feedback .feedback-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#feedback .card::-webkit-scrollbar {
  display: none;
}

#feedback .card {
  background: #0A0A0A 0% 0% no-repeat padding-box;
  width: 323px;
  padding: 27px;
  border-radius: 39px;
  margin: 25px;
  overflow: overlay;
  max-height: 350px;
}

#feedback .card .name {
  font-size: 19px;
}

#feedback .card .rating {
  margin: 25px 0;
}

#feedback .card .rating i {
  font-size: 25px;
  color: #FFD700;
}

#feedback .card .text {
  font-size: 15px;
}

/* CONTACT */
#contact {
  width: 100%;
  margin-top: 100px;
}

#contact .title {
  font-size: 37px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

#contact .title::after {
  content: "";
  background-color: #FFD700;
  width: 79px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

#contact .contact-wrapper {
  width: 100%;
  padding: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#contact .contact-wrapper > div {
  width: 50%;
}

#contact .contact-wrapper .form input, #contact .contact-wrapper .form textarea {
  width: 100%;
  background-color: transparent;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #FFD700;
  font-size: 19px;
  color: #fff;
  padding: 10px;
  outline: none;
  margin-bottom: 50px;
  font-family: 'Poppins', sans-serif;
}

#contact .contact-wrapper .form textarea {
  height: 150px;
  resize: none;
}

#contact .contact-wrapper .form .submit {
  padding: 10px 35px;
  border: 2px solid #FFD700;
  border-radius: 21px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}

#contact .contact-wrapper .form .submit:hover {
  cursor: pointer;
  background-color: #FFD700;
  color: #000;
}

#contact .contact-wrapper .info {
  padding-left: 15%;
}

#contact .contact-wrapper .info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

#contact .contact-wrapper .info p a {
  font-size: 16px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  word-break: break-word;
  margin-bottom: 18px;
}

#contact .contact-wrapper .info p a i {
  color: #FFD700;
  font-size: 24px;
  margin-right: 12px;
}

#contact .contact-wrapper .info p:last-child i {
  margin-right: 24px;
}

#contact .contact-wrapper .info iframe {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 275px;
}

.overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.534);
  z-index: 9;
  display: none;
}

.pay-form {
  position: fixed;
  width: 100%;
  max-width: 900px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
  border: 1px solid #FFD700;
  border-radius: 10px;
  z-index: 10;
  padding: 50px 20px;
  display: none;
}

.pay-form h3 {
  margin-bottom: 20px;
}

.pay-form .notificare {
  margin-bottom: 20px;
  font-size: 18px;
}

.pay-form input, .pay-form select {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #FFD700;
  border-radius: 10px;
  padding: 10px;
  font-size: 20px;
  outline: none;
}

.pay-form .success-wrapper {
  display: none;
  width: 100%;
}

.pay-form .success-wrapper .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

.pay-form .success-wrapper .input div {
  margin: 0;
  margin-left: 20px;
  border: 1px solid #FFD700;
  padding: 10px;
  cursor: pointer;
}

.pay-form .card-pay, .pay-form .next-step {
  padding: 10px;
  border: 1px solid #FFD700;
  font-size: 20px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin-top: 30px;
}

.pay-form .card-pay.loading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pay-form .card-pay.loading::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-top: 2px solid #FFD700;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.pay-form .paypal {
  width: 200px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  margin-left: 20px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1500px) {
  .despre-curs .box-left p {
    width: 434px;
  }
}

@media (max-width: 1400px) {
  #contact .contact-wrapper {
    padding: 80px 5%;
  }
  #contact .contact-wrapper .info {
    padding-left: 10%;
  }
}

@media only screen and (max-width: 1500px) {
  .despre-curs .box-left p {
    width: auto;
  }
  .padding-all {
    padding-right: 70px;
    padding-left: 70px;
  }
}

@media only screen and (max-width: 1200px) {
  .despre-curs.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .despre-curs .box-left {
    width: auto;
    margin-bottom: 40px;
    width: auto;
  }
  .despre-curs .box-right img {
    width: 400px;
  }
  #contact .contact-wrapper {
    padding: 80px 0;
  }
  #contact .contact-wrapper .info {
    padding-left: 5%;
  }
}

@media only screen and (max-width: 1100px) {
  /* NAVIGATION */
  .nav {
    width: 100%;
  }
  .nav-item {
    padding: 0.3rem 1rem;
    padding-left: 0;
  }
  .nav-item.contact, .flex.nav-item, .nav-list .nav.not-nav {
    display: none;
  }
  footer div .nav-list .nav.not-nav {
    display: block;
  }
  .nav-list .nav.show-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 100%;
    padding-top: 20px;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 112px;
  }
  .dropdown-content {
    position: relative;
    background-color: transparent;
    top: 0;
  }
  /* HAMBURGER */
  .hamburger {
    display: block !important;
    z-index: 99;
    background-color: transparent;
  }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #fff !important;
  }
  footer .footer-up {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .padding-all {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .header .header-row .up-box.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 900px) {
  .despre-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .despre-curs .box-left {
    padding-right: 0px;
  }
  footer {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  #contact {
    margin-top: 58px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  #contact .title {
    font-size: 21px;
  }
  #contact .contact-wrapper {
    padding: 50px 0;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  #contact .contact-wrapper > div {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contact .contact-wrapper .info {
    padding-left: 0;
    margin-top: 100px;
  }
  #contact .contact-wrapper .form input, #contact .contact-wrapper .form textarea {
    font-size: 12px;
  }
  #feedback .title {
    font-size: 21px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 800px) {
  /* NAVIGATION */
  .navigation.padding-all {
    padding: 0.5rem 1rem;
  }
  .nav-list .nav.show-nav {
    padding-left: 0;
  }
  .nav-item {
    padding-left: 16px;
  }
  .despre-curs {
    background-image: url("/images/2mobil.webp");
  }
  .popup {
    width: 100%;
    padding: 0px 20px;
  }
  .popup .box {
    padding: 20px;
  }
  .popup .box h4 {
    font-size: 20px;
  }
  .popup .box p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  input, textarea {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .garantie {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* NAVIGATION */
  .nav-logo img {
    width: 150px;
  }
  footer .footer-up.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-up img {
    margin-bottom: 20px;
  }
  .despre-curs .box-left p {
    width: auto;
  }
  #contact {
    padding: 0 3rem;
  }
  .buy-w-crypto .preturi-crypto p {
    width: auto;
    font-size: 10px;
  }
}

@media (max-width: 500px) {
  .padding-all {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .despre-curs .box-right img {
    width: 100%;
  }
  #feedback .card {
    margin: 25px 0;
  }
  #contact {
    padding: 0 1rem;
  }
}

@media only screen and (max-height: 730px) {
  .header {
    margin-top: 7.5rem;
  }
}

.reviewForm {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
}

.reviewForm h3 {
  color: #fff;
  font-size: 20px;
}

.reviewForm input, .reviewForm textarea, .reviewForm select, .reviewForm div {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  color: #000;
}

.reviewForm > div {
  text-align: center;
  background-color: #fff;
  color: #000;
  margin-top: 10px;
  cursor: pointer;
}

.reviewForm textarea {
  height: 150px;
}
/*# sourceMappingURL=index.css.map */