@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
}

.header_mobile {
  width: 100%;
  height: 60px;
  background-color: black;
}
.header_mobile .mini_header_mobile {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.header_mobile .icon_bars {
  height: 30px;
  width: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease all;
  cursor: pointer;
}
.header_mobile .icon_bars:hover {
  background-color: rgb(230, 227, 227);
}
.header_mobile .icon_bars i {
  font-size: 18px;
}
.header_mobile .logo {
  width: 250px;
  overflow: hidden;
  height: 40px;
  display: flex;
  align-items: center;
}
.header_mobile .logo svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 48rem) {
  .section_body_side_1 {
    background: url("../images/hero_crypto.jpeg");
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.section_body_side_1 .inner_body_section {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section_body_side_1 .inner_body_section .wrapper_banner {
  height: 100px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

p {
  color: white;
  font-size: 20px;
}

h1 {
  font-size: 50px;
  color: white;
  font-weight: 700;
}

.section_2 {
  background-color: black;
}
.section_2 .section_2_mini {
  width: 80%;
}
@media (max-width: 48rem) {
  .section_2 .section_2_mini {
    width: 97%;
  }
}
@media (max-width: 48rem) {
  .section_2 {
    color: white;
  }
}

@media (max-width: 26rem) {
  .grid_place_container {
    gap: 10px !important;
  }
}

.grid_items {
  width: 90px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 26rem) {
  .grid_items {
    width: 70px;
  }
}
.grid_items .image {
  height: 80px;
  width: 78px;
}
@media (max-width: 26rem) {
  .grid_items .image {
    width: 70px;
    height: 60px;
  }
}
.grid_items .image img {
  width: 100%;
  height: 100%;
}
.grid_items .name_caption {
  text-align: center;
}
@media (max-width: 26rem) {
  .grid_items .name_caption {
    font-size: 10px;
  }
}

.footer_section {
  background-color: black;
}
.footer_section h3 {
  font-size: 17px;
  font-weight: 600;
}
.footer_section a {
  font-size: 16px;
  font-weight: 300;
}
.footer_section .footer_mini_section {
  width: 90%;
}
.footer_section .waller_connect {
  color: white;
}
.footer_section .bottom_section .logo {
  width: 250px;
  overflow: hidden;
  height: 40px;
  display: flex;
  align-items: center;
  color: white;
}
.footer_section .bottom_section .logo svg {
  width: 100%;
  height: 100%;
}

.copy_right {
  font-size: 16px;
}

.input_group {
  width: 100%;
}
.input_group input {
  height: 40px;
  border-radius: 5px;
}
@media (max-width: 25rem) {
  .input_group input {
    width: 160px;
  }
}

.btn__blue {
  width: 100%;
  height: 40px;
}

.form_unique_group {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(12, 12, 12, 0.4);
}
@media (max-width: 48rem) {
  .form_unique_group .form_one {
    width: 90%;
    height: auto;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    margin-top: 6rem;
  }
}
.form_unique_group .form_one {
  position: fixed;
}
.form_unique_group .form_one .inner_top_section_caption {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.form_unique_group .form_one .logo_icon {
  height: 40px;
  width: 40px;
}
.form_unique_group .form_one .logo_icon img {
  width: 100%;
  right: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form_unique_group .form_one .f_name {
  font-size: 20px;
}
.form_unique_group .form_one .center_spinning_section {
  height: 50px;
  display: flex;
  align-items: center;
}

.loader {
  border: 3px solid #f3f3f3;
  /* Light grey border */
  border-top: 3px solid #0bec3f;
  /* Blue for the spinning part */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn_section button {
  background-color: rgb(216, 6, 6);
  color: white;
  font-size: 14px;
  padding: 6px 15px;
  border-radius: 5px;
}

.error_control {
  transition: 0.4s ease all;
  margin-top: -4rem;
  visibility: hidden;
  z-index: -200;
  opacity: -1;
}
@media (max-width: 48rem) {
  .error_control {
    width: 97%;
    margin-left: auto;
    padding: 1rem;
    margin-right: auto;
    height: auto;
    z-index: 1000;
    position: absolute;
    left: 50%;
    background-color: rgb(220, 5, 5);
    transform: translateX(-50%);
    border-radius: 5px;
  }
}
.error_control .icon_exclation {
  height: 20px;
  width: 20px;
  margin: 5px;
  border-radius: 50%;
}
.error_control .icon_exclation i {
  font-size: 15px;
  color: white;
}

.show_erro_con {
  visibility: visible;
  z-index: 100;
  opacity: 1;
  margin-top: 2rem;
}

.authentication__ {
  width: 80%;
  font-size: 15px;
  color: white;
  line-height: 1.3 !important;
  font-weight: 600;
}

.close_btn_cc {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close_btn_cc i {
  color: white;
}

.heading_group_select {
  height: 40px;
  width: 100%;
  border-bottom: 2px solid silver;
}

.phrase {
  padding: 5px 1rem;
  font-size: 12px;
  color: #727272;
  outline: none !important;
  border: none !important;
  outline: none !important;
}

.active_phase {
  position: relative;
  cursor: pointer;
  color: rgb(6, 81, 173);
}
.active_phase::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: rgb(6, 81, 173);
  border-radius: 5px;
}

.form_1__style {
  width: 100%;
  height: auto;
}

.btn_proceed {
  width: 100%;
  height: 30px;
  font-size: 12px;
  background-color: rgb(0, 114, 195);
  color: white;
  border-radius: 5px;
  cursor: pointer;
  outline: none !important;
  border: none !important;
}

.no_selected {
  position: relative;
  cursor: cell;
}
.no_selected::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(248, 248, 248, 0.5);
}

textarea {
  width: 100%;
  height: 55px;
  border: 1px solid silver !important;
  border-radius: 5px;
  outline: none !important;
  padding: 4px;
}
textarea::-moz-placeholder {
  font-size: 11px !important;
}
textarea::placeholder {
  font-size: 11px !important;
}

.forms label {
  margin-top: 4px !important;
  display: block !important;
  color: red;
  font-size: 10px;
}

.active_form {
  display: block !important;
  visibility: visible;
}

input {
  width: 100%;
  border: 1px solid silver;
  height: 30px;
  border-radius: 5px;
  outline: none !important;
  padding-left: 10px;
}
input::-moz-placeholder {
  font-size: 11px !important;
}
input::placeholder {
  font-size: 11px !important;
}/*# sourceMappingURL=global.css.map */