* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a,
a:visited,
a:hover {
  text-decoration: none;
}
input:focus,
.submit_btn:focus {
  outline: none;
}
h1 {
  margin-top: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 34px;
  color: #333333;
  margin-bottom: 10px;
}
h2 {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-weight: 900;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.red {
  color: #e52529;
}
h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  padding-top: 30px;
}
h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
label {
  color: #e52529;
}
input#phone1 {
  max-width: 350px;
}
#phone1-error {
  position: absolute;
  left: 0;
  margin-left: 0;
  bottom: -35px;
}
#phone2-error {
  position: absolute;
  left: 50%;
  margin-left: -90px;
  bottom: -35px;
  width: 250px;
}
.first_form input {
  width: 350px;
}
/* .iti--separate-dial-code .iti__selected-flag {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.25);
  width: 100px;
  border-radius: 57px;
  background-color: #fff;
}
.iti--separate-dial-code .iti__selected-flag:focus {
  outline: #fff;
} */
.first_section_wrapper {
  display: flex;
  flex-direction: column;
}
.video_section {
  order: 1;
}
.form_section {
  order: 2;
}
/* header + footer*/
header {
  height: 59px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}
.header_wrapper,
.footer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 59px;
  padding-left: 15px;
  padding-right: 15px;
}
.footer_wrapper,
.footer_wrapper {
  height: 78px;
}
footer p {
  margin-bottom: 0;
  margin-top: 7px;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 16px;
  font-family: "Nunito", sans-serif;
}
.btn_span {
  display: none;
}
.btn_get_start {
  background-color: #ff1838;
  color: #ffffff;
  height: 43px;
  width: 43px;
  border-radius: 50%;
}
.btn_get_start a {
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
}
/* first form */
h1 img {
  display: inline-block;
}
form {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
}
.input_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
.input_wrapper input {
  -webkit-appearance: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  /*color: #bfbfbf;*/
  max-width: 350px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  height: 48px;
  border-radius: 57px;
  margin-bottom: 10px;
  border: none;
  padding-left: 20px;
}
.submit_btn {
  background-color: #ff1838;
  color: #ffffff;
  height: 48px;
  max-width: 350px;
  border-radius: 57px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  margin-top: 25px;
}
.submit_btn img {
  padding-right: 10px;
}
form {
  margin-bottom: 30px;
}
/* revolution section */
.revolution {
  background-color: #f8f8f8;
  padding-left: 15px;
  padding-right: 15px;
}
.cards_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.percentage_card {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  max-width: 345px;
  height: 162px;
  background-color: #fff;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.percentage {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 66px;
  line-height: 80px;
  text-align: center;
  color: #ff1838;
}
.text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.percentage_card p {
  margin-bottom: 0;
}
/* contact */

.contact p {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
}
.social_card p {
  color: #000000;
  font-weight: 500;
  margin-top: 10px;
  padding-bottom: 0 !important;
}
.social_card {
  background-color: #fff;
  width: 280px;
  height: 135px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
/* comments */
.comments {
  background-color: #f8f8f8;
}
.comment_card {
  /* width: 317px !important; */
  height: 461px;
  border-radius: 30px;
  background-color: #fff;
  padding-top: 30px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 15px;
  margin-left: 15px;
}
.inner_card {
  background-color: #e8113c;
  color: #fff;
  border-radius: 30px;
  height: 183px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
}

.quote_img {
  margin-bottom: 15px;
}
.comment_card p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
h6 {
  text-align: center;
  margin-top: 42px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 17px;
}
.wrap {
  display: flex;
  justify-content: space-around;
}
.wrap div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.range_slider {
  margin: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  max-width: 350px;
  height: 3px;
  background-color: #dadada;
  border: 1px solid #dadada !important;
}
.ui-slider .ui-slider-handle {
  cursor: pointer;
  width: 40px;
  height: 8px;
  border-radius: 10px;
  top: -0.2em;
  background-color: #e8113c;
}
.ui-slider .ui-slider-handle:focus {
  outline: 0;
  border: 0;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  display: none !important;
}
/* investment */
.investment {
  background-color: #f8f8f8;
}
.investment h2,
.comments h2 {
  font-size: 24px;
  padding-bottom: 0;
}
.video {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.subheading {
  text-align: center;
  color: #848484;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 14px;
}
.investment .text,
.comments .text {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
  font-size: 14px;
}
.investment_card {
  background-color: #e8113c;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  max-width: 300px;
  margin-bottom: 15px;
}
.rocket_img {
  background: url("../images/rocket_1.jpg");
  height: 683px;
  max-width: 290px;
  object-fit: cover;
  margin: auto;
  border-radius: 30px;
  margin-bottom: 10px;
}

/* second form */

.second_form {
  padding-top: 30px;
  padding-bottom: 5px;
  background-color: #fff;
  border-radius: 30px;
  max-width: 350px;
  position: relative;
}
.second_form_wrapper {
  width: 350px;
  margin: auto;
}
.second_form form .input_wrapper {
  align-items: center;
}
.second_form form .input_wrapper input,
.second_form form .input_wrapper .submit_btn {
  width: 300px;
}
.second_form h5 {
  font-weight: 900;
  width: 90%;
  margin: auto;
  margin-bottom: 10px;
}
.second_form form {
  margin-bottom: 30px;
}
.img_musk {
  position: absolute;
  display: none;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form_message.error.inactive {
  display: none;
}
.form_message.error.active {
  display: block;
}
@media (min-width: 576px) {
  h2 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .inner_card {
    width: inherit;
  }
  .first_form input {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .inner_card {
    width: 590px;
  }
  .video_section {
    order: 2;
  }
  .form_section {
    order: 1;
  }
  h1 {
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  h3 {
    padding-top: 50px;
  }
  /* revolution section */
  .cards_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 50px;
    gap: 30px;
  }
  .percentage_card {
    max-width: 330px;
    margin-right: 30px;
  }
  /* contact */
  .contact p {
    padding-bottom: 40px;
  }
  .social_card {
    width: 210px;
  }

  /* investment */
  .rocket_img {
    background: url("../images/rocket.jpg");
    height: 683px;
    max-width: 684px;
    width: 684px;
    object-fit: cover;
    margin: auto;
    border-radius: 30px;
    margin-bottom: 10px;
  }
  .investment_card {
    padding-top: 20px;
    margin: 0;
  }
  .investment_cards_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    max-width: 684px;
    margin: auto;
    column-gap: 30px;
  }
  .second {
    margin-bottom: 20px;
  }
  .third {
    margin-top: -70px;
  }

  /* second form */
  .img_musk {
    display: block;
    top: 0;
    right: -190px;
    border-radius: 0 30px 0 0;
    height: 100%;
    width: 190px;
    object-fit: cover;
  }
  .second_form {
    max-width: 350px;
    border-radius: 30px 0 0 30px;
  }
  .second_form_wrapper {
    width: 540px;
    margin: auto;
    background-color: #556c7c;
    border-radius: 30px;
  }
  .video {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .first_section_wrapper {
    flex-direction: row;
  }
  .first_form {
    padding-left: 70px;
  }
  /* header */
  .btn_get_start,
  .btn_get_start a {
    height: 37px;
    width: 264px;
    border-radius: 57px;
    justify-content: space-between;
  }
  .btn_span {
    display: block;
  }
  .btn_get_start a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner_card {
    width: 284px;
  }
  .comment_card {
    height: 495px;
  }
  .video {
    height: 100%;
    width: 48vw;
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
  .video iframe {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  /* first form section */
  .first_section_wrapper {
    display: flex;
  }
  form {
    margin-bottom: 49px;
  }
  /* revolution section */
  .percentage_card {
    max-width: 350px;
  }
  /* contact */
  .social_card {
    width: 160px;
  }

  /* investment */
  .investment h2 {
    font-size: 28px;
  }
  .investment .text {
    font-size: 16px;
  }
  .rocket_img {
    background: url("../images/rocket_1.jpg");
    height: 683px;
    max-width: 290px;
    object-fit: cover;
    margin: auto;
    border-radius: 30px;
    margin-bottom: 10px;
  }
  .investment_cards_wrapper {
    display: block;
    position: relative;
    max-width: 1000px;
  }
  .first {
    position: absolute;
    left: -60px;
    top: 20px;
  }
  .second {
    position: absolute;
    left: 30px;
    bottom: 30px;
  }
  .third {
    position: absolute;
    right: -40px;
    bottom: 320px;
  }
  .fourth {
    position: absolute;
    right: 30px;
    bottom: 20px;
  }
  /*second_form*/

  .inner_card {
    width: 317px;
  }
  .video {
    margin-top: 0;
  }
}
@media (max-width: 390px) {
  .second_form {
    max-width: 290px;
    margin-left: 0;
    margin-right: 0;
  }
  .second_form_wrapper {
    max-width: 290px;
  }
  .range_slider {
    max-width: 280px;
  }
  .comment_card {
    height: 480px;
  }
  .second_form form .input_wrapper input,
  .second_form form .input_wrapper .submit_btn {
    width: 270px;
  }
}
@media (max-width: 768px) {
  .video {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    /* padding-bottom: 56.25%; */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
}
#tel {
  max-width: 350px !important;
  width: 100% !important;
  box-sizing: border-box;
}
@media (max-width: 390px) {
  .first_form input,
  .submit_btn {
    max-width: 350px !important;
    width: 100% !important;
    box-sizing: border-box;
  }
  #tel {
    max-width: 350px !important;
    width: 100% !important;
    box-sizing: border-box;
  }
}
