:root {
  --bs-body-line-height: 1.25;
  --bs-light-rgb: 255, 255, 255;
  --hover-card-color: #ff5500;
}

.btn {
  --bs-btn-font-size: 1.25rem;
}

body {
  font-family: "Satoshi", sans-serif;
}

h1 {
  font-weight: 700; /* Bold */
}

.fw-900,
h2 {
  font-weight: 900;
}

p {
  font-weight: 400; /* Regular */
}

.primary-color {
  color: #ff5500;
}

.pt-6 {
  padding-top: 6rem;
}

.fs-0 {
  font-size: 3rem !important;
}

a {
  color: #fff;
  text-decoration: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff5500;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5965fc;
}

.full-height {
  min-height: 835px;
}

.half-star-top-right {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 1440px;
  z-index: -1;
}

.half-star-top-right.top-200 {
  top: -180px;
  height: 1300px;
}

.half-star-left {
  position: absolute;
  left: 0;
  transform: translateY(-42%);
  width: auto;
  height: 772px;
  z-index: -1;
}

.navbar {
  height: 90px;
}

.logo {
  width: 155px;
  height: auto;
}

.btn-container {
  width: 328px;
}

.business-btn {
  height: 50px;
  border-radius: 100px !important;
  font-weight: 700;
  background: #ff5500 !important;
  color: #fff;
  border: none;
  line-height: 38px;
}

.business-btn:hover {
  background: #e54d00 !important;
  color: #fff;
}

.background-color {
  background: #5965fc1a;
}

.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff;
}

.btn-primary {
  border-radius: 100px;
  padding-right: 55px;
  padding-left: 55px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  background: #5965fc;
  border: 0;
}

.btn-primary:hover {
  background: #3845e3;
}

.title {
  margin-top: -63px;
}

.star {
  position: relative;
  left: -73px;
  z-index: -1;
}

.background-form {
  background: url("../img/background-footer.svg") no-repeat,
    url("../img/angolo.svg") no-repeat 100% 0;
  background-color: #f5f5f5;
  background-size: contain, auto;
}

.form {
  height: 636px;
}

.form-label {
  font-size: 4rem;
  font-weight: 900;
  line-height: 65px;
}

.form-label .sign-up {
  font-size: 1.5rem;
  font-weight: 400;
}

.form-input {
  border-radius: 100px !important;
  width: 100%;
  height: 50px;
  border: 1px solid #5965fc !important;
  padding-left: 20px;
  color: #5965fc;
  font-weight: 700;
  font-size: 1.25rem;
}

.form-input::placeholder {
  font-size: 1.25rem;
  font-weight: 700;
}

.form-button {
  font-size: 1.25rem;
}

.footer {
  background-color: #ff5500;
  color: white;
}

.footer a:hover {
  color: #000;
  text-decoration: underline;
}

.footer-logo {
  width: 200px;
  height: auto;
}

.footer-text {
  font-size: 13px;
}

.social-icon {
  color: white;
  font-size: 24px;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
}

.social-icon:hover {
  color: #ccc;
}

#mc_embed_signup input {
  font-size: 20px;
}

#cookie-bar {
  background: #f5f5f5;
  border-top: 1px solid #dadadab3;
}

#cookie-bar a {
  color: #fff !important;
}

#cookie-bar-button,
#cookie-bar-button-no,
#cookie-bar-button-customize {
  margin-right: 7px !important;
  border-radius: 100px !important;
  border: none !important;
  text-decoration: none !important;
}

#cookie-bar-button,
#cookie-bar-button-customize {
  background: #ff5500 !important;
}

#cookie-bar-button:hover,
#cookie-bar-button-customize:hover {
  background: #e54d00 !important;
}

#cookie-bar-button-no {
  background: #ffffff !important;
  border: 1px solid #5965fc !important;
}

#cookie-bar a#cookie-bar-button-no {
  color: #5965fc !important;
}

#cookie-bar-button-no:hover {
  background-color: #5965fc !important;
}

#cookie-bar a#cookie-bar-button-no:hover {
  color: #ffffff !important;
}

.cookie,
.privacy {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 600px) {
  .fs-0 {
    font-size: 2.3rem !important;
  }

  .btn-container {
    width: 157px;
  }

  .form-label {
    font-size: 2rem;
    line-height: 34px;
  }

  .form-label .sign-up {
    font-size: 1.4rem;
  }

  .text-decoration-underline-custom {
    text-decoration: none;
  }

  .background-form {
    background: url("../img/angolo.svg") no-repeat 100% 0;
    background-color: #f5f5f5;
  }

  .half-star-left {
    display: none;
  }

  .half-star-top-right {
    display: none;
  }

  .form {
    height: 495px;
    padding-top: 17px;
  }
}

@media screen and (max-width: 991px) {
  .background-form {
    background: url("../img/angolo.svg") no-repeat 100% 0;
    background-color: #f5f5f5;
  }

  .cookie,
  .privacy {
    font-size: 14px;
    text-transform: initial;
    font-weight: 400;
  }
}

@media screen and (max-width: 1221px) {
  #cookie-bar p {
    width: 100%;
    margin-bottom: 15px !important;
  }

  .hide-mobile {
    display: none;
  }
}

.accordion-item[id] {
  scroll-margin-top: 145px;
}
