﻿/* @font-face {
  font-family: "GoogleSansRegular";
  src: url("../fonts/GoogleSansRegular.ttf") format("truetype");
} */
 body, html {
  overflow-x: hidden
 }
@import url("../css2-2.css");
* {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  font-family: "GoogleSansRegular", sans-serif;
}
p {
  color: #5f6368;
}
h2 {
  font-size: 31px;
  line-height: 38px;
  font-weight: 400;
  font-family: "GoogleSansRegular", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
}
a {
  text-decoration: none;
}
.anchor {
  display: block;
  height: 85px;
  margin-top: -85px;
  visibility: hidden;
}
/* header */
header {
  max-height: 85px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  z-index: 2;
  background-color: #fff;
  position: fixed;
  top: 0;
}
.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-group {
  display: flex;
}
.logo {
  display: flex;
  align-items: center;
}
.logo img {
  max-width: 200px;
}
.openbtn {
  border: none;
  background-color: transparent;
  margin-right: 25px;
  padding: 0;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 40px;
}
.open {
  width: 100%;
}
.sidebar .closebtn {
  position: absolute;
  top: 40px;
  right: 10px;
  color: #6c6c6c;
  width: 65px;
}
.sidebar a {
  padding-left: 30px;
  padding-bottom: 20px;
  text-decoration: none;
  color: rgba(51, 51, 51, 1);
  display: block;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 400;
  width: 270px;
  font-family: "GoogleSansRegular", sans-serif;
}
.sidebar .logo {
  padding-left: 30px;
  padding-bottom: 45px;
}
.btn_a {
  display: block;
  max-width: 202px;
  max-height: 41px;
  background: rgba(227, 237, 254, 1);
  border-radius: 5px;
  display: none;
}
.sidebar .btn_a {
  margin-left: 30px;
  background-color: rgba(66, 133, 244, 1);
  display: block;
}
.sidebar .btn_a a {
  color: #fff;
}
.btn_a a {
  color: rgba(68, 134, 244, 1);
  font-size: 18px;
  display: block;
  font-family: "Roboto";
  width: 202px;
  height: 41px;
  text-align: center;
  padding-left: 0;
  padding-top: 8px;
  font-weight: 500;
}
/* header */
/* form */
.first-section {
  padding-top: 85px;
}
.first-form.form {
  margin: auto;
}
.form {
  padding: 15px;
  position: relative;
  border: 5px;
  background-clip: padding-box; /* !importanté */
  border: solid 5px transparent; /* !importanté */
  border-radius: 10px;
  background-color: #fff;
}
.form::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(
    84.13deg,
    #4285f4 0.66%,
    #ea4335 29.49%,
    #fbbc05 63.65%,
    #34a853 99.49%
  );
}
.first-form h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  font-family: "GoogleSansRegular", sans-serif;
  margin-bottom: 30px;
  color: #333333;
}
.form input {
  width: 100%;
  border: none;
  border-bottom: solid 3px #d7d7d7;
  margin-top: 20px;
}
input::placeholder {
  color: rgba(215, 215, 215, 1);
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 22px;
}
input:focus,
input:hover {
  color: rgba(66, 133, 244, 1);
  font-family: "Roboto", sans-serif;
  outline: none;
  border-bottom: solid 3px rgba(66, 133, 244, 1);
}
.iti {
  width: 100%;
  border: none;
  margin-top: 20px;
}
.submit_btn {
  margin-top: 20px;
  color: #fff;
  background-color: rgba(66, 133, 244, 1);
  height: 44px;
  width: 186px;
  border-radius: 5px;
  border: none;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
button:focus {
  outline: none;
}
.btn_img {
  padding-right: 5px;
}
.iti--separate-dial-code .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag:focus {
  background: transparent;
  outline: none;
  max-height: 30px;
}
label {
  font-size: 16px;
}
.seventh-section .form-heading {
  padding-top: 50px;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
.form input.name {
  margin-top: 0px;
}
.second-form {
  margin-bottom: 50px;
}
/* form */
/* first section */
.screen-img {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 30px;
}
/* first section */
/* second section */
.second-section {
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
}
.second-section img {
  width: 100%;
  margin-bottom: 30px;
}
.section__heading img {
  width: 46px;
  margin-bottom: 0;
}
.second-section .section__heading h3 {
  font-size: 31px;
}
/* second section */
/* third section */
.third-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.section__heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 23px;
}
.section__heading h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.third-section p {
  margin-bottom: 38px;
}
.action_name,
.price,
.percent_change,
.change {
  font-family: "GoogleSansRegular", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.first-table-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 8.5px;
  border-bottom: solid 1px rgba(221, 221, 221, 1);
  gap: 20px;
}
.change {
  display: none;
}
.percent_change {
  width: 85px;
  height: 28px;
  border-radius: 5px;
  padding: 2px;
  padding-right: 5px;
  text-align: right;
  margin: auto;
  margin-right: 0;
}
.percent_change.up::before {
  content: url(../img/arrow_up.svg);
  position: absolute;
  height: 16px;
  width: 16px;
  left: 5px;
  top: 4px;
}
.percent_change.up {
  background-color: rgba(230, 244, 234, 1);
  position: relative;
}
.up {
  color: rgba(19, 115, 51, 1);
}
.percent_change.down::before {
  content: url(../img/arrow_down.svg);
  position: absolute;
  height: 16px;
  width: 16px;
  left: 5px;
  top: 4px;
}
.percent_change.down {
  background-color: rgba(252, 232, 230, 1);
  position: relative;
}
.down {
  color: rgba(186, 68, 68, 1);
}
.price {
  text-align: right;
  margin: auto;
  margin-right: 0;
}
.short {
  width: 65px;
  height: 28px;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
.btc .short {
  background-color: rgba(255, 153, 0, 1);
}
.eth .short {
  background-color: rgba(68, 68, 68, 1);
}
.twtr .short {
  background-color: rgba(28, 125, 183, 1);
}
.sbux .short {
  background-color: rgba(1, 111, 64, 1);
}
.nke .short {
  background-color: rgba(1, 1, 1, 1);
}
.pypl .short {
  background-color: rgba(0, 138, 200, 1);
}
.second-table {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(221, 221, 221, 1);
  margin-top: 10px;
}
.second-table h4 {
  font-size: 18px;
  line-height: 23px;
  font-family: "Google Sans", sans-serif;
  font-weight: 400;
}
.last {
  border-bottom: 0;
}
.aapl .short {
  background-color: rgba(102, 102, 102, 1);
}
.googl .short {
  background-color: rgba(237, 22, 30, 1);
}
.fb .short {
  background-color: rgba(66, 103, 178, 1);
}
.tsla .short {
  background-color: rgba(227, 25, 55, 1);
}
.second-table .short {
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.second-table-row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px rgba(221, 221, 221, 1);
  display: grid;
  grid-template-columns: 1.7fr 1fr;
}
.followers_amount {
  font-size: 14px;
  line-height: 18px;
  font-family: "Google Sans", sans-serif;
  font-weight: 600;
  color: rgba(95, 99, 104, 1);
  padding-top: 5px;
}
a.submit_btn {
  margin: auto;
  margin-top: 20px;
  cursor: pointer;
}
a.submit_btn:hover {
  color: #ffffff;
}
/* third section */
/* fourth section */
.fourth-section {
  background-color: #fafafa;
  padding-top: 74px;
}
.fourth-section h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.progress_bars {
  padding-bottom: 50px;
  padding-top: 10px;
  max-width: 680px;
  margin: auto;
}
.slider.slider-horizontal .slider-track {
  height: 7px !important;
}
.slider {
  max-width: 346px;
  width: 100% !important;
  margin: auto;
  margin-top: 86px;
  display: block;
  pointer-events: none;
  border-radius: 100px;
}
.google_bar .slider-selection {
  background: rgba(26, 115, 232, 1);
}
.slider-selection {
  background: rgba(128, 134, 139, 1);
}
.slider-track-low,
.slider-track-high,
.slider-track {
  background: rgba(232, 234, 237, 1) !important;
}
.google_bar .slider-track-low,
.google_bar .slider-track-high,
.google_bar .slider-track {
  background: rgba(174, 203, 250, 1) !important;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  display: none;
}
.google_bar::before {
  content: url(../img/logo.svg);
  position: absolute;
  top: -65px;
}
.google_bar::after {
  content: "+227,45 %";
  font-size: 18px;
  position: absolute;
  color: rgba(26, 115, 232, 1);
  font-weight: 600;
  top: -25px;
  right: 65px;
}
.binance_bar::before {
  content: url(../img/binance_logo.svg);
  position: absolute;
  top: -65px;
}
.binance_bar::after {
  content: "+125,17 %";
  font-size: 18px;
  position: absolute;
  color: rgba(128, 134, 139, 1);
  font-weight: 600;
  top: -25px;
  right: 125px;
}
.bitcoin_bar::before {
  content: url(../img/bitcoin_logo.svg);
  position: absolute;
  top: -65px;
}
.bitcoin_bar::after {
  content: "+99,58 %";
  font-size: 18px;
  position: absolute;
  color: rgba(128, 134, 139, 1);
  font-weight: 600;
  top: -25px;
  right: 175px;
}
.google_bar,
.binance_bar,
.bitcoin_bar {
  position: relative;
  max-width: 346px;
  width: 100% !important;
  margin: auto;
}

/* fourth section */
/* fifth section */
.fifth-section {
  padding-bottom: 50px;
}
.decor {
  margin: auto;
  display: block;
  margin-top: 50px;
  margin-bottom: 15px;
}
.fifth-section h3 {
  font-size: 31px;
  margin-bottom: 15px;
  text-align: center;
}
.investment_input {
  margin: auto;
  height: 120px;
  max-width: 350px;
  position: relative;
  background-clip: padding-box;
  border: solid 5px transparent;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}
.investment_input::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(
    84.13deg,
    #4285f4 0.66%,
    #ea4335 29.49%,
    #fbbc05 63.65%,
    #34a853 99.49%
  );
}
.investment_input p {
  text-align: center;
  font-size: 18px;
  color: rgba(32, 33, 36, 1);
  margin-bottom: 5px;
}
.investment_input input {
  width: 310px;
  height: 50px;
  margin: auto;
  border: none;
  border-bottom: solid 2px rgba(215, 215, 215, 1);
  text-align: center;
  font-size: 32px;
}
.investment_input input::placeholder {
  font-size: 32px;
  line-height: 41px;
}
.fifth-section h3.section__heading {
  font-size: 24px;
  text-align: center;
  display: block;
}
.amcx .short {
  background-color: rgba(10, 62, 87, 1);
}
.qcom .short {
  background-color: rgba(106, 125, 205, 1);
}
.fifth-section .first-table-row {
  grid-template-columns: 1.5fr 1.3fr 1fr;
}
.fifth-section .change {
  display: block;
  margin: auto;
  margin-right: 0;
}
.fifth-section .percent_change{
  width: 95px;
}
/* fifth section */
/* sixth section */
.instruction .step_card {
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  width: 100%;
  max-width: 340px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
}
.step_card img {
  width: 94px;
  height: 94px;
}
.card_text {
  text-align: center;
}
.sixth-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}
/* sixth section */
/* footer */
footer {
  background-color: #fafafa;
  padding-top: 35px;
  padding-bottom: 35px;
}
footer p {
  color: #a6a6a6;
  font-family: "Nunito", sans-serif;
  font-weight: 200;
}
/* footer */
@media (min-width: 768px) {
  .header_wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
  .sidebar a {
    padding-left: 30px;
    padding-bottom: 36px;
    text-decoration: none;
    color: rgba(51, 51, 51, 1);
    display: block;
    transition: 0.3s;
    font-size: 26px;
    font-weight: 400;
    width: 370px;
    font-family: "GoogleSansRegular", sans-serif;
  }
  .open {
    width: 100%;
  }
  .btn_a,
  .btn_a a {
    display: block;
    max-width: 252px;
    padding-left: 0;
    height: 48px;
  }
  /* form */
  .first-form h3 {
    font-size: 25px;
    line-height: 31px;
    color: #333333;
  }
  input::placeholder {
    font-size: 22px;
    line-height: 25px;
  }
  .second-form {
    max-width: 445px;
    margin: auto;
    margin-bottom: 50px;
  }
  /* form */
  /* second section */
  .second-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .screenshot {
    margin: auto;
    display: block;
    max-width: 635px;
  }
  /* second section */
  /* third section */
  .third-section {
    padding-top: 57px;
  }
  .first-table-row {
    padding-right: 20px;
    padding-left: 20px;
    display: grid;
    grid-template-columns: 2fr 1.5fr 1fr 1fr;
    padding: 20px;
    gap: 50px;
  }
  .action {
    display: flex;
    align-items: center;
  }
  .second-table-row .percent_change.down,
  .second-table-row .percent_change.up {
    width: 102px;
    height: 40px;
  }
  .second-table-row .percent_change {
    padding: 5px;
    padding-right: 8px;
    font-size: 20px;
  }
  .second-table .percent_change.up::before,
  .second-table .percent_change.down:before {
    top: 7px;
    left: 15px;
  }
  .second-table-row .action {
    gap: 5px;
  }
  .second-table-row .action_name {
    font-size: 20px;
  }
  .short {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .first-table .action_name {
    font-size: 18px;
    line-height: 27px;
  }
  .first-table .price,
  .first-table .percent_change,
  .first-table .change {
    font-size: 20px;
  }
  .change {
    display: block;
    text-align: right;
    margin: auto;
    margin-right: 0;
  }
  .percent_change {
    width: 98px;
    height: 34px;
    padding: 4px;
    padding-right: 6px;
  }
  .percent_change.up::before,
  .percent_change.down:before {
    left: 7px;
    top: 5px;
  }
  /* third section */
  /* fourth section */
  .fourth-section {
    padding-top: 43px;
  }
  .fourth-section h3 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .slider {
    width: 410px !important;
    max-width: 410px;
    margin-right: 0;
    margin-top: 62px;
  }
  .google_bar::before {
    top: -20px;
    left: -230px;
  }
  .binance_bar::before {
    top: -20px;
    left: -255px;
  }
  .bitcoin_bar::before {
    top: -20px;
    left: -160px;
  }
  .google_bar,
  .binance_bar,
  .bitcoin_bar {
    max-width: 410px;
    width: 100% !important;
    margin-right: 0;
  }
  /* fourth section */
  /* fifth section */
  .fifth-section .first-table-row {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .fifth-section .percent_change{
    width: 110px;
  }
  .fifth-section .percent_change.up::before{
    left: 4px;
  }
  /* fifth section */
  /* sixth section */
  .step_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 720px;
    margin: auto;
  }
  .instruction .step_card {
    margin-bottom: 0;
    min-height: 233px;
  }
  .sixth-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  /* sixth section */
  /* seventh section */
  .seventh-section .form-heading {
    font-size: 41px;
    line-height: 51px;
  }
  /* seventh section */
}

@media (min-width: 1024px) {
  h2 {
    margin-top: 20px;
  }
  .open {
    width: 336px;
  }
  .sidebar a {
    padding-bottom: 20px;
    font-size: 18px;
    width: 330px;
  }
  .btn_a,
  .btn_a a {
    display: block;
    max-width: 202px;
    padding-left: 0;
    height: 41px;
    font-size: 18px;
  }
  /* first section */
  .first-form.form {
    margin: 0;
  }
  .first-section_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
  }
  .screen-img {
    max-width: 730px;
  }
  /* first section */
  /* secons section */
  .second-section_wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  /* secons section */
  /* sixth section */
  .instruction .step_card {
    margin-bottom: 0;
    min-height: 233px;
  }
  /* sixth section */
  /* footer */
  .footer-wrapper {
    display: flex;
    justify-content: space-between;
  }
  footer p {
    margin-bottom: 0;
  }
  /* footer */
}
@media (min-width: 1200px) {
  /* form */
  .header-form form {
    margin-top: 0px;
  }
  .form-wrapper {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    gap: 50px;
  }
  .second-form {
    margin-right: 0;
    max-width: 50%;
    min-width: 445px;
  }
  /* form */
  /* third-section */
  .tables-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
  }
  .second-table .short {
    margin-bottom: 5px;
  }
  .second-table-row .action {
    display: block;
  }
  .first-table-row {
    gap: 20px;
  }
  /* third-section */
  /* fourth section */
  .fourth-section {
    padding-top: 48px;
    padding-bottom:48px;
  }
  .fourth-section h3 {
    text-align: left;
    margin-bottom:0;
    max-width:350px;
}
  .fourth-section_wrapper{
    display:flex;
    align-items:center;
  }
  .progress_bars{
    min-width:680px;
    padding: 0;
    padding-bottom: 62px;
  }
  /* fourth section */
  /* sixth section */
  .step_wrapper {
    display: flex;
    gap: 30px;
    max-width: 100%;
  }
  .step_card {
    padding-right: 20px;
    padding-left: 20px;
    justify-content: flex-start;
    height: 256px;
  }
  /* sixth section */
  /* seventh section */
  .seventh-section .form-heading {
    text-align: left;
  }
  /* seventh section */
}
