﻿
* {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 35px;
  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: 125px;
  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;
  line-height: 25px;
  text-align: center;
  padding-left: 0;
  padding-top: 8px;
  font-weight: 500;
}
/* header */
/* form */
.first-section {
  padding-top: 85px;
}
.first-form.form {
  margin: auto;
  max-width: 700px;
  margin-top: 15px;
}
.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: 400;
  font-family: "GoogleSansRegular", sans-serif;
  margin-bottom: 0;
  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 {
    min-width: 350px;
    margin: 0;
  }
  .first-section_wrapper {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    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 */
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background-color: #ffffff;
}

.top-bar .left,
.top-bar .right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-bar img.logo {
  height: 40px;
}

.top-bar img.profile {
  height: 55px;
  border-radius: 50%;
}

.top-bar a {
  text-decoration: none;
  color: #1a73e8;
  font-weight: 500;
  font-size: 14px;
}

.top-bar .button {
  background-color: #1a73e8;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 13px;
}

@media (max-width: 600px) {
  .top-bar .left a,
  .top-bar .right a:not(.icon-only) {
    display: none;
  }
}

.overlay-dARZ5RcXNk {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  display: none;
}
.lds-spinner-dARZ5RcXNk {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner-dARZ5RcXNk div {
  transform-origin: 40px 40px;
  animation: lds-spinner-dARZ5RcXNk 1.2s linear infinite;
}
.lds-spinner-dARZ5RcXNk div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner-dARZ5RcXNk div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner-dARZ5RcXNk div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner-dARZ5RcXNk div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner-dARZ5RcXNk div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner-dARZ5RcXNk div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner-dARZ5RcXNk div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner-dARZ5RcXNk div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner-dARZ5RcXNk div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner-dARZ5RcXNk div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner-dARZ5RcXNk div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner-dARZ5RcXNk div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner-dARZ5RcXNk div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner-dARZ5RcXNk {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.visible-dARZ5RcXNk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .first-section_wrapper {
    display: flex;
    flex-direction: column;
  }
  .first-form {
    order: 2; /* form ikinci sıraya geçsin */
  }
  .screen-img {
    order: 1; /* video birinci sırada görünsün */
  }
}
:root {
  --primary-color: #0693e3;
  --secondary-color: #9b51e0;
  --accent-color: #ff6900;
  --light-gray: #abb8c3;
  --dark-gray: #000000;
  --white: #ffffff;

  --font-size-small: 13px;
  --font-size-medium: 20px;
  --font-size-large: 36px;
  --font-size-xlarge: 42px;

  --gradient-primary: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --gradient-secondary: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.2);
}

.has-primary-color {
  color: var(--primary-color) !important;
}
.has-secondary-color {
  color: var(--secondary-color) !important;
}
.has-white-color {
  color: var(--white) !important;
}

.has-primary-background {
  background-color: var(--primary-color) !important;
}
.has-secondary-background {
  background-color: var(--secondary-color) !important;
}
.has-white-background {
  background-color: var(--white) !important;
}

.has-gradient-background {
  background: var(--gradient-primary) !important;
}

.has-small-font-size {
  font-size: var(--font-size-small) !important;
}
.has-medium-font-size {
  font-size: var(--font-size-medium) !important;
}
.has-large-font-size {
  font-size: var(--font-size-large) !important;
}
.has-xlarge-font-size {
  font-size: var(--font-size-xlarge) !important;
}
:root {
  --contrast: #525252;
  --contrast-2: #313334;
  --contrast-3: #374563;
  --base: #f0f0f0;
  --base-2: #f7f8f9;
  --base-3: #ffffff;
  --accent: #30bced;
  --accent-2: #fcba04;
  --accent-3: #e55934;
  --button-bg: #574aae;
  --button-hover-bg: #414f5b;
  --headings: #222222;
  --copy-bg: #010203;
  --white: #ffffff;
}

/* Genel Gövde Stili */
body {
  background-color: var(--base-3);
  color: var(--contrast);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

/* Link Renkleri */
a {
  color: var(--button-bg);
}
a:hover,
a:focus,
a:active {
  color: var(--button-hover-bg);
}

/* Başlıklar */
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: var(--headings);
  line-height: 1.2;
}
h1 { font-size: 60px; }
h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; font-weight: 600; }
h5 { font-size: 20px; }
h6 { font-size: 18px; font-weight: 600; }

/* Responsive Başlıklar */
@media (max-width: 768px) {
  h1 { font-size: 40px; }
  h2, h3, h4, h5 { font-size: 24px; }
}

/* Butonlar */
button,
input[type="button"],
input[type="submit"],
.button {
  color: var(--base-3);
  background-color: var(--button-bg);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3em;
  padding: 0.5em 1em;
  border: none;
  cursor: pointer;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: var(--button-hover-bg);
}

/* Formlar */
input,
textarea,
select {
  background-color: var(--base-2);
  color: var(--contrast);
  border: 1px solid var(--base);
  padding: 0.5em;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--contrast-3);
}

/* Özel sınıf örnekleri */
.has-accent-color {
  color: var(--accent);
}
.has-accent-background-color {
  background-color: var(--accent);
}
:root {
  --black: #000;
  --white: #fff;
  --gray: #32373c;
  --blue: #0693e3;
  --purple: #9b51e0;
  --orange: #ff6900;
  --amber: #fcb900;
  --green: #00d084;
  --light-cyan: #8ed1fc;

  --font-small: 13px;
  --font-medium: 20px;
  --font-large: 36px;
  --font-xlarge: 42px;

  --shadow-natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --shadow-deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
}

/* Genel Buton */
.button,
.wp-block-button__link,
.wp-block-file__button {
  color: #fff;
  background-color: var(--gray);
  border-radius: 9999px;
  text-decoration: none;
  padding: 0.75em 1.5em;
  font-size: 1.125em;
  display: inline-block;
}

/* Renk Yardımcı Sınıfları */
.has-black-color { color: var(--black) !important; }
.has-white-color { color: var(--white) !important; }
.has-blue-color { color: var(--blue) !important; }
.has-purple-color { color: var(--purple) !important; }

.has-black-background-color { background-color: var(--black) !important; }
.has-white-background-color { background-color: var(--white) !important; }
.has-blue-background-color { background-color: var(--blue) !important; }
.has-purple-background-color { background-color: var(--purple) !important; }

/* Yazı boyutları */
.has-small-font-size { font-size: var(--font-small) !important; }
.has-medium-font-size { font-size: var(--font-medium) !important; }
.has-large-font-size { font-size: var(--font-large) !important; }
.has-x-large-font-size { font-size: var(--font-xlarge) !important; }

/* Temel layout (grid/flex) */
.layout-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
}

.layout-grid {
  display: grid;
  gap: 1em;
}

/* Gradient örneği */
.has-gradient-background {
  background: linear-gradient(135deg, #0693e3 0%, #9b51e0 100%) !important;
}
:root {
  --slideout-width: 265px;
  --text-color: #ffffff;
  --bg-dark: #313334;      /* contrast-2 */
  --bg-accent: #30bced;    /* accent */
  --bg-accent-2: #fcba04;  /* accent-2 */
}

/* Slideout Menü */
.slideout-navigation {
  background-color: var(--bg-dark);
  width: var(--slideout-width);
  color: var(--text-color);
  position: fixed;
  top: 0;
  left: -265px;
  height: 100%;
  overflow-y: auto;
  transition: left 0.3s ease-in-out;
  z-index: 1000;
}

.slideout-navigation.open {
  left: 0;
}

.slideout-navigation a {
  color: var(--text-color);
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: 700;
}

.slideout-navigation a:hover,
.slideout-navigation a:focus {
  background-color: var(--bg-accent);
}

.slideout-navigation .current {
  background-color: var(--bg-accent-2);
}

/* Çıkış Butonu */
.slideout-navigation .slideout-exit {
  padding: 12px 20px;
  color: var(--text-color);
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  text-align: left;
}

/* Responsive Gizleme */
@media (max-width: 900px) {
  .menu-bar-item.slideout-toggle {
    display: none;
  }
}

@media (max-width: 768px) {
  .slideout-navigation a {
    font-size: 16px;
  }
}

:root {
  --text-color: #525252;
  --bg-light: #ffffff;
  --bg-dark: #313334;
  --bg-accent: #30bced;
  --bg-accent-2: #fcba04;
  --button-bg: #574aae;
  --button-hover-bg: #414f5b;
  --font-family: Montserrat, sans-serif;
  --header-footer-bg: #010203;
}

body {
  font-family: var(--font-family);
  font-size: 18px;
  line-height: 1.4em;
  background-color: var(--bg-light);
  color: var(--text-color);
}

a {
  color: var(--button-bg);
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: var(--button-hover-bg);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family);
  font-weight: 700;
  color: var(--text-color);
}

h1 { font-size: 60px; line-height: 1.2; }
h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; font-weight: 600; line-height: 1.2; }
h5 { font-size: 20px; }
h6 { font-size: 18px; font-weight: 600; }

@media (max-width: 768px) {
  h1 { font-size: 40px; }
  h2, h3 { font-size: 24px; }
  h4, h5 { font-size: 22px; }
}

button,
input[type="button"],
input[type="submit"],
.button {
  background-color: var(--button-bg);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3em;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover {
  background-color: var(--button-hover-bg);
}

.grid-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

body.unavailable {
  pointer-events: none;
  opacity: 0.5;
}

/* Slideout Menu */
.slideout-navigation {
  background-color: var(--bg-dark);
  width: 265px;
  position: fixed;
  top: 0;
  left: -265px;
  height: 100%;
  overflow-y: auto;
  transition: left 0.3s ease-in-out;
  z-index: 1000;
  color: #fff;
}
.slideout-navigation.open {
  left: 0;
}
.slideout-navigation a {
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 12px 20px;
}
.slideout-navigation a:hover {
  background-color: var(--bg-accent);
}
.slideout-navigation .current {
  background-color: var(--bg-accent-2);
}
.slideout-navigation .slideout-exit {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 12px 20px;
  text-align: left;
}
