.section_header {
  color: rgb(255, 84, 0);
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
body{
  overflow: auto;
}

.section_sub_header {
  text-align: center;
  color: white;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 30px;
}

#hero {
  position: relative;
  padding: 170px 0;
  background-image: linear-gradient(90deg, rgba(7, 11, 40, 0.8) 0%, rgba(7, 11, 40, 0.8) 100%), url("../images/hero_section_image.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
#hero h1,
#hero h6 {
  color: white;
}
#hero h6 {
  width: 85%;
  margin: auto;
  font-size: 1rem;
  font-weight: 400;
}
#hero h1 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  line-height: 5rem;
  font-weight: 800;
}
#hero .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero .container .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.6rem;
}
#hero .container .btn-hero {
  display: inline-block;
  padding: 15px 35px;
  color: rgb(255, 84, 0);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 50px;
  transition: all 0.3s ease-in-out;
}
#hero .container .btn-hero:hover {
  background-color: rgb(255, 84, 0);
  color: white;
}

@media (min-width: 800px) {
  #hero h1 {
    font-size: 3.5rem;
    line-height: 6rem;
  }
}
#features {
  background-color: #0f143a;
  width: 100%;
  position: relative;
}
#features .container {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  top: -80px;
  flex-wrap: wrap;
}
#features .container .feature_box {
  width: 350px;
  margin: auto;
  text-align: center;
  animation-duration: 1s;
  animation-name: fadeInUp;
  background-color: #272e68;
  border-radius: 10px;
  background-image: url(../images/shape-img-2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  align-items: center;
  height: 100%;
  padding: 50px 15px;
  color: white;
  margin-bottom: 50px;
}
#features .container .feature_box:hover span {
  background-color: rgb(255, 84, 0);
  cursor: pointer;
}
#features .container .feature_box:first-child {
  max-height: 316px;
}
#features .container .feature_box h2 {
  margin: 20px 0;
}
#features .container .feature_box span {
  display: inline-block;
  padding: 15px;
  border: 1px solid rgb(255, 84, 0);
  border-radius: 50%;
  transition: 0.3s;
}

#about_us {
  background-color: #0f143a;
  padding-top: 180px;
  animation-duration: 1s;
  animation-name: fadeInUp;
  padding-bottom: 250px;
}
#about_us .outer_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  flex-direction: column;
}
#about_us .outer_container .img_container {
  flex-basis: 45%;
  position: relative;
  /* Establish a stacking context */
  overflow: hidden;
  width: 90%;
  max-width: 600px;
  margin: auto;
  border-radius: 25px;
  margin-bottom: 30px;
}
#about_us .outer_container .img_container img {
  width: 100%;
}
#about_us .outer_container .overlay {
  position: absolute;
  top: -60px;
  left: -60px;
  width: 80%;
  height: 100%;
  z-index: -1;
  background-color: rgb(255, 84, 0);
  transform: skewY(deg);
  /* Adjust the skew angle as needed */
}
#about_us .outer_container .text_container {
  flex-basis: 45%;
  text-align: center;
  width: 80%;
  margin: auto;
  color: white;
  line-height: 2rem;
}
#about_us .outer_container .text_container h4 {
  margin-bottom: 30px;
}
#about_us .outer_container .text_container p {
  text-align: left;
}

@media (min-width: 1000px) {
  #about_us .outer_container {
    flex-direction: row;
  }
  #about_us .outer_container .text_container h4 {
    text-align: left;
  }
}
#why_choose_us {
  background-color: #0f143a;
  animation-duration: 1s;
  animation-name: fadeInUp;
  color: white;
}
#why_choose_us p {
  text-align: center;
  width: 80%;
  margin: auto;
  max-width: 700px;
  margin-top: 30px;
  line-height: 1.8rem;
}
#why_choose_us .cards {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#why_choose_us .cards .card {
  display: flex;
  align-items: top;
  border: 1px solid #0f143a;
  margin: auto;
  text-align: center;
  animation-duration: 1s;
  animation-name: fadeInUp;
  background-color: #272e68;
  border-radius: 10px;
  background-image: url(../images/shape-img-2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  height: 100%;
  padding: 50px 15px;
  color: white;
  margin-bottom: 50px;
  transition: 0.3s;
  font-size: small;
}
text #why_choose_us .cards .card:hover {
  border-color: rgb(255, 84, 0);
}

@media (min-width: 900px) {
  #why_choose_us .cards .card {
    flex-basis: 45%;
  }
}
.trading_view_widget {
  background-color: #192168;
  width: 100%;
  height: 500px;
  padding-bottom: 60px;
}

#investment_plans {
  background-color: #070b28;
  padding: 100px 0;
  color: white;
}
#investment_plans > p {
  text-align: center;
  width: 80%;
  margin: 40px auto;
  max-width: 600px;
}
#investment_plans .cards {
  margin-top: 30px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#investment_plans .cards .card {
  position: relative;
  margin: auto;
  margin-bottom: 40px;
  padding: 45px 35px;
  border-radius: 4px;
  background-image: url(../images/shape-img-2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  overflow: hidden;
  background-color: #272e68;
  width: 100%;
  max-width: 350px;
}
#investment_plans .cards .card .card_data {
  text-align: left;
  width: 100%;
}
#investment_plans .cards .card .card_data h3,
#investment_plans .cards .card .card_data p {
  margin-bottom: 30px;
}
#investment_plans .cards .card .card_data h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
#investment_plans .cards .card .card_data .amount {
  color: rgb(255, 84, 0);
  font-size: 1.5rem;
}
#investment_plans .cards .card .card_data .percentage {
  font-size: 1.3rem;
}
#investment_plans .cards .card .card_data .percentage small {
  font-size: small;
}
#investment_plans .cards .card .other_data p {
  margin-top: 15px;
}
#investment_plans .cards .card .other_data span {
  padding: 3px;
  background-color: #1aa15f;
  border-radius: 3px;
  margin-left: 5px;
}
#investment_plans .cards .card .featured {
  position: absolute;
  top: 26px;
  right: -32px;
  padding: 2px 0;
  min-width: 150px;
  text-align: center;
  background-color: #1aa15f;
  transform: rotate(45deg);
}
#investment_plans .cards .card button {
  padding: 15px 30px;
  border: 1px solid rgb(255, 84, 0);
  border-radius: 35px 35px;
  background: transparent;
  color: white;
  margin-top: 30px;
  font-weight: bold;
  transition: 0.4s;
}
#investment_plans .cards .card button:hover {
  background-color: rgb(255, 84, 0);
  color: white;
  cursor: pointer;
}

#banner {
  background-image: linear-gradient(90deg, rgba(7, 11, 40, 0.6) 0%, rgba(7, 11, 40, 0.6) 100%), url("../images/bitcoin_image.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 60px 0;
}
#banner .container {
  width: 90%;
  height: 100%;
  margin: auto;
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
}
#banner .container h2 {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 400;
}
#banner .container .steps .step {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
}
#banner .container .steps .step .text {
  margin-top: 15px;
}
#banner .container .steps .step h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
#banner .container .steps .step span {
  margin-right: 15px;
  padding: 15px 20px;
  background-color: #202b5d;
  border-radius: 50%;
}

#nhc {
  background-color: #0f143a;
  color: white;
  padding: 120px 0px;
}
#nhc h3 {
  margin-bottom: 30px;
}
#nhc p {
  text-align: center;
  font-weight: 400;
}
#nhc .options {
  display: flex;
  width: 200px;
  margin: auto;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}
#nhc .options button {
  padding: 20px 30px;
  margin: 0;
  border: none;
  background-color: #272e68;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  transition: 0.4s;
  cursor: pointer;
}
#nhc .options button:hover {
  background-color: rgb(255, 84, 0);
}
#nhc .options button:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
#nhc .options button:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#nhc .options .active {
  background-color: rgb(255, 84, 0);
}
#nhc .payment_evidence {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 30px;
  background-color: #202b5d;
  margin-top: 60px;
  overflow: auto;
  border-radius: 5px;
}
#nhc .payment_evidence .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#nhc .payment_evidence .row p {
  margin-right: 25px;
  font-size: small;
}
#nhc .payment_evidence .header {
  background-color: #0f143a;
  padding: 17px;
  border-radius: 5px;
}
#nhc .withdrawal_evidence {
  display: none;
}

#testimonial {
  background-color: #0f143a;
  color: white;
}
#testimonial > p {
  margin: 30px auto;
  text-align: center;
}
#testimonial .testimony_container {
  margin-top: 50px;
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#testimonial .testimony_container .card {
  border: 1px solid #0f143a;
  margin: auto;
  animation-duration: 1s;
  animation-name: fadeInUp;
  background-color: #272e68;
  border-radius: 10px;
  background-image: url(../images/shape-img-2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: none;
  max-width: 500px;
  height: 100%;
  padding: 40px;
  color: white;
  margin-bottom: 50px;
  transition: 0.3s;
}
#testimonial .testimony_container .card span {
  border: 2px solid rgb(255, 84, 0);
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}
#testimonial .testimony_container .card .user {
  display: flex;
  align-items: center;
}
#testimonial .testimony_container .card .user span {
  margin-right: 20px;
}
#testimonial .testimony_container .card .user p:last-child {
  font-size: small;
  margin-top: 15px;
}
#testimonial .testimony_container .card .testimony {
  margin-top: 30px;
  line-height: 25px;
}

#investors {
  background-color: #070b28;
  padding: 150px 0;
  color: white;
}
#investors p {
  text-align: center;
  margin: 30px 0;
  line-height: 30px;
}

#payment {
  background-color: #0f143a;
  padding: 150px 0;
  color: white;
}
#payment p {
  text-align: center;
  margin: 30px 0 60px 0;
}
#payment .container {
  padding: 20px;
  border: 2px solid rgba(150, 150, 150, 0.6);
  border-radius: 4px;
  width: 90%;
  max-width: 500px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  background: #202b5d;
  padding: 150px 15px 45px 15px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer p {
  margin-top: 30px;
  line-height: 30px;
  font-size: small;
}
footer .container {
  margin-bottom: 70px;
  min-width: 400px;
}
footer .useful_links {
  list-style: none;
}
footer .useful_links h3 {
  font-weight: 400;
}
footer .useful_links .links {
  margin-top: 30px;
  display: flex;
}
footer .useful_links .links div {
  width: 50%;
}
footer .useful_links .links div li {
  margin-bottom: 8px;
}
footer .useful_links .links a {
  color: white;
}

.copyright {
  width: 100%;
  text-align: center;
  background-color: #0f143a;
  color: white;
  padding: 30px;
  font-size: 400;
}

.auth_template {
  position: fixed;
  top: -100%;
  width: 100%;
  overflow:scroll;
  transition: 0.4s;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  overflow: auto;
}
.auth_template h2 {
  font-weight: normal;
  text-align: center;
}
.auth_template p {
  text-align: center;
}

.form_container {
  width: 90%;
  max-width: 600px;
  margin: auto;
  background-color: #192168;
  padding: 20px;
  overflow: auto;
}
.form_container form {
  margin-top: 30px;
  padding: 15px;
}
.form_container form input {
  display: block;
  height: 50px;
  padding: 15px 20px !important;
  color: white;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--fontlato);
  letter-spacing: normal;
  line-height: normal;
  background-color: #131e51;
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid rgb(100, 100, 100);
  width: 100%;
  transition: 0.3s;
  border-radius: 5px;
}
.form_container form input:focus {
  background-color: transparent;
}
.form_container form input:hover {
  border-color: rgb(255, 84, 0);
}
.form_container button {
  width: 100%;
  background-color: white;
  border: none;
  padding: 18px;
  color: rgb(255, 84, 0);
  transition: 0.3s;
  margin-top: 30px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}
.form_container button:hover {
  background-color: rgb(255, 84, 0);
  color: white;
}
.form_container span:hover {
  cursor: pointer;
}

.login_form {
  display: none;
}

.cancel_btn {
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=index.css.map */