/* Fonts Import */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

.container {
    width: 1170px;
    margin: 0 auto;
    font-size: 20px;
    bottom: 0px;
}

/* Common formattings */
.section_paddings {
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.txt-align-center {
    text-align: center;
    font-size: 20px;
}
.txt-align-left {
  text-align: left;
}
/* Font weights */
.fw-400 {
    font-weight: 400;
    line-height: 60px;
}

/* flex */
.flex_div {
  display: flex;
  gap: 6rem;
  justify-content: center;
  margin-top: 25px;
}
.flex_wrap_div {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.flex_wrap_col {
    width: calc(33.33% - 2rem);
    font-size: 20px;
}

/* Common Font Sizes */
.fs-rem-3 {
  font-size: 2rem;
}
.fs-rem-1_125 {
  font-size: 1rem;
}
.fs-rem-1 {
    font-size: 20px;
    font-weight: 500;
}
.fs-rem-1_5 {
  /* font-size: 1.5rem; */
  font-size: 1.3rem;
  font-weight: 500;
}

/* Common Fonts */
.font-helvetica {
  font-family: Helvetica;
}
.font-roboto {
  font-family: Roboto;
}

/* Background colors */
.bg-green {
  background-color: #0abf53;
}

/* Common stylings */

body {
  background-color: #f1f9fe;
  margin: 0;
}
header {
  justify-content: space-between;
  background-color: #000;
  color: white;
  padding: 2.5rem 0;
}
footer {
  background-color: #00112c;
  color: #fff;
  padding-bottom: 2rem;
}
li,
a {
  text-decoration: none;
  color: white;
  font-size: 1.12rem;
  font-weight: 500;
}

.attract_image {
  width: 32rem;
  border-radius: 64px 0 0 0;
}
.attract_head {
  color: #1d3a46;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.attract_subhead {
  color: #1d3a46;
}
.attract_desc {
  line-height: 2.5rem;
  margin-right: 7rem;
  color: #677375;
}
.attract_features_head {
  color: #0e717a;
  font-size: 1.3rem;
}
.attract_features_desc {
  margin: 0.3rem 3.5rem;
  line-height: 1.7rem;
  color: #677375;
  font-size: 1rem;
}

.bring_back_head {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.bring_back_head_desc {
  color: #fff;
  text-align: center;
  /* font-size: 2rem; */
  line-height: 42px; /* 150% */
  letter-spacing: 0.52px;
}
.bring_back_image {
  width: 32em;
  border-radius: 30px;
}
.bring_back_item_head {
  color: #fff;
  line-height: 28.6px; /* 114.4% */
  letter-spacing: 0.52px;
  /* font-size: 1.3rem;
  font-weight: 500; */
}
.bring_back_item_desc {
  color: #fff;
  line-height: 32px;
}

.crypto_head {
  /* font-size: 3.5rem;
  line-height: 70px; */
  font-size: 4.5rem;
  font-weight: 600;
  margin: 0 auto;
}
.crypto_desc {
  /* font-size: 24px;
  line-height: 39px; */
  font-size: 1.12rem;
  font-weight: 500;
  padding: 20px 0;
}

.email_form {
  display: flex;
  align-items: center;
  text-align: left;
}
.section_subhead {
  font-size: 1.3rem;
  font-weight: 500;
}

.footer_col1 {
  justify-content: space-around;
}
.footer_col2 {
  align-items: flex-start;
  gap: 2rem;
  justify-content: space-around;
  margin-top: 3rem;
}
.footer_white_line {
  border-top: 1px solid #fff;
  margin-top: 2rem;
}
.footer_links_list {
  list-style: none;
  margin-bottom: 10px;
}
.footer_links_col_head {
  font-weight: 700;
  line-height: 26px;
  font-size: 1.2rem;
}
.footer_links_list a {
  font-size: 1rem;
}
.footer_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}
.footer_social {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer_copyright {
  font-size: 0.9rem;
}
.footer_social a svg {
  width: 24px;
}
.footer_head_crypto {
  font-size: 3.438rem;
  color: #f8ffab;
}
.footer_head_payments {
  font-size: 3.438rem;
  color: #adabff;
}
.footer_head_made {
  font-size: 2.5rem;
  color: #ff9750;
}
.footer_head_simple {
  font-size: 2.5rem;
  color: #57e5b2;
}
.footer_email_box {
  border-radius: 6px 0px 0px 6px;
  background-color: #00112c;
  color: #a5afbd;
  width: 302px;
  height: 50px;
  border: 1px solid #374661;
}
.footer_email_submit_btn {
  width: 50px;
  height: 53px;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid #fff;
  margin-left: -5px;
}
.footer_privacy_policy_text {
  font-size: 0.7rem;
  color: #a5afbd;
  width: 352px;
}
.section_head {
  font-size: 3rem;
  font-weight: 600;
}
.features_head {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.features_desc {
  line-height: 30px;
  margin-bottom: 30px;
}
.features_section {
  background-color: #0abf53;
  color: white;
}
.features_image {
  width: 490px;
  border-radius: 30px;
}
.free_trial_btn {
  background-color: #fff;
  border-radius: 30px;
  width: 175px;
  height: 60px;
  color: black;
  cursor: pointer;
  font-size: 16px;
  border: none;
  color: black;
  text-decoration: none;
}
.free_trial_btn a {
  text-decoration: none;
  color: black;
  text-align: center;
}
.free_trial_section {
  color: #000;
}
.free_trial_head {
  font-size: 3rem;
  font-weight: 600;
}
.start_free_trial_btn {
  background-color: #22a11f;
  border-radius: 30px;
  width: 175px;
  height: 60px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  border: none;
  text-decoration: none;
  margin-top: 30px;
}

.get_started {
  background-color: #fff;
  border-radius: 30px;
  width: 150px;
  height: 60px;
  color: black;
  cursor: pointer;
  font-size: 16px;
  border: none;
}

.hamburger_menu {
  display: none;
}
.header_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero_section {
  padding-top: 20px;
  padding-bottom: 3%;
  background-color: #000;
  color: white;
}
.hero_banner {
  width: 565px;
  border-radius: 20px;
}
.hero_login_note {
  margin-top: 30px;
  font-size: 12px;
}
.hardware_features {
  background-color: #054a49;
  color: #fff;
}
.hardware_features_image {
  width: 38rem;
  border-radius: 10px;
}
.hardware_features_head {
  font-size: 2.5rem;
  font-style: normal;
  line-height: 44px;
  letter-spacing: 0.8px;
}
.hardware_features_desc {
  font-style: normal;
  line-height: 28px;
}
.hardware_features_learn_more p {
  margin-top: 2rem;
}

.nav__links {
  list-style: none;
  justify-content: space-around;
  gap: 3rem;
}

.nav__links li {
  display: inline-block;
}

/* .page_setup {
  padding-left: 15%;
  padding-right: 15%;
} */
.pos-heading {
  font-size: 20px;
}

.support_section {
  background-color: #000;
  color: #fff;
  font-family: Arial;
}
.support_head {
  font-size: 3rem;
  font-weight: 600;
}
.support_subhead {
  text-align: center;
  font-size: 1.3rem;
}
.support_col {
  margin-top: 3rem;
}
.support_white_line {
  border-top: 1px solid #bababa;
  width: 302px;
}
.support_item_head {
  color: #10c200;
  font-size: 2.18rem;
}
.support_item_desc {
  margin-right: 90px;
  line-height: 26px;
}

.talk_btn {
  background-color: transparent;
  border-radius: 30px;
  width: 150px;
  height: 60px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid white;
  margin-left: 16px;
  margin-top: 2%;
}

.testimonial_section {
  background-color: #000;
  color: #fff;
}
.testimonial_col {
  gap: 30px;
}
.testimonial_item_image {
  width: 274px;
  border-radius: 6px;
  width: 100%;
}
.testimonial_head {
  font-size: 3.75rem;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
.testimonial_desc {
  line-height: 39px;
  margin-right: 28rem;
  text-align: center;
  margin: 0 auto;
}
.testimonial_item {
  border-radius: 18px;
  border: 1px solid #ccc;
  width: 280px;
  text-align: center;
}
.testimonial_item_head {
  font-size: 1.75rem;
}
.testimonial_item_desc {
  line-height: 25.2px;
}

.vertical_line {
  border-left: 1.3px solid white;
  height: 20px;
  display: inline;
  margin: 0 15px 0 15px;
}
.mobile_nav {
  margin-top: 20%;
  height: 100vh;
  background-color: #000;
  color: #fff;
  display: none;
}

/* Responsiveness */
@media only screen and (max-width: 1150px) {
  .section_paddings {
    padding: 5% 5% !important;
  }
  .hero_section,
  .hardware_features_col,
  .support_col {
    flex-direction: column;
  }
  .support_item {
    width: auto;
  }
  .support_item_desc {
    margin-right: 0;
  }
  nav {
    display: none;
  }
  .login_signup_div {
    display: none;
  }
  .nav__links {
    gap: 0;
  }
  .nav__links li {
    display: block;
    margin: 20px 0;
  }
  ul {
    padding-left: 0;
  }
  .hamburger_menu {
    display: block;
    width: 35px;
    height: 35px;
  }
  .flex_div {
    flex-direction: column;
    gap: 3rem;
  }
  .flex_wrap_div {
    flex-direction: column;
  }
  .flex_wrap_col {
    width: 100%;
  }
  .mobile_nav ul li {
    border-bottom: 1px solid white;
    padding-bottom: 20px;
  }
  .talk_btn {
    margin-top: 1rem;
    margin-left: 0;
  }
  .mobile_banner_width,
  .testimonial_col {
    width: 100% !important;
  }
  .bring_back_item {
    text-align: center;
  }
  .hardware_features_head,
  .hardware_features_desc,
  .hardware_features_learn_more {
    text-align: center;
  }
  .testimonial_desc {
    margin-right: 0;
  }
  .support_subhead,
  .support_head {
    text-align: left;
    line-height: 50px;
  }
  .support_col {
    margin-top: 1rem;
    text-align: center;
  }
  .support_white_line {
    width: 100%;
  }
  .free_trial_head {
    font-size: 3rem;
  }
  .free_trial_subhead {
    text-align: center;
    padding: 0 1.5rem;
    line-height: 40px;
  }
  .footer_bottom {
    flex-direction: column;
  }
  .footer_col2 {
    display: none;
  }
  .login_link {
    display: block;
    margin-top: 20%;
    margin-bottom: 20px;
    text-align: center;
  }
  .get_started_div {
    margin-left: 38%;
  }
  .header_flex {
    justify-content: space-between;
  }
  .testimonial_item {
    padding: 5%;
  }
}

@media only screen and (max-width: 1300px) {
  .page_setup {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media only screen and (max-width: 450px) {
  .get_started_div {
    margin-left: 26%;
  }
}
.show {
  display: block;
}
