@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 600px) {
  .banner {
	background: #944bf1;
    max-width: 100%;
    height: auto;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-bottom: 0;
  }
  .cookies {
    display: none;
    width: 90%;
    height: auto;
    background-color: white;
    border-radius: 24px;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    bottom: 0px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  }
  .cookies img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .cookie-text {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    color: #3a3a3c;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    position: relative; /* Remove right and top positioning */
  }

  .cookie-button {
    width: 20%;
    background: linear-gradient(to right, #3b37d5, #19c1eb);
    border-radius: 8px;
    color: white;
    padding: 13px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto; /* Center horizontally */
    display: block; /* Make it a block-level element for centering */
    /* Additional styling properties */
    margin-top: 12px; /* Adjust top margin as needed */
    transition: background-color 0.3s; /* Smooth transition on hover */
  }
  .cookie-button:hover {
    background: linear-gradient(to right, #19c1eb, #3b37d5);
    /* Reverse the gradient on hover */
    color: white;
    text-decoration: none;
  }

  .cookie-button:active {
    color: white;
    text-decoration: none;
  }
  .menu .navbar-toggle {
    margin-top: 25px;
  }
  .menu .navbar-toggle .icon-bar {
    background-color: white;
  }

  .menu .navbar-right {
    bottom: 0px;
    position: relative;
  }

  .navbar-right .login-btn {
    background-color: transparent;
    border: 2px solid white;
    text-decoration: none;
    color: white;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px 10px 30px;
    right: 0px;
    position: relative;
  }

  .navbar-right .login-btn:hover {
    background-color: transparent;
    border: 2px solid #fda94f;
    color: #fda94f;
  }

  .navbar-brand-logo img {
    margin: 50px auto 10px;
    max-width: 170px;
  }

  .banner_contents {
    padding-top: 20px;
    padding-bottom: 50px;
    min-height: auto;
  }
  .banner_contents .blue_tittle {
    font-size: 14px;
  }
  .banner_contents .suporting_text {
    font-size: 26px;
    color: white;
    font-weight: 800;
    line-height: 1.3;
    padding-top: 5px;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
  }
  .suporting_text img {
    width: 50%;
    display: none;
    vertical-align: middle;
    margin-left: 5px; /* Optional: Add some spacing between the images */
    transition: opacity 0.5s ease-in-out;
  }

  .suporting_text img.active {
    display: inline-block;
    opacity: 1;
  }
  .banner_contents p {
    max-width: 90%;
    color: white;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
  }

  .button_one {
    background-color: #00d0bf;
    border-radius: 52px;
    border: none;
    font-size: 12px;
    font-weight: 600;
    color: #383349;
    padding: 12px 20px 12px 20px;
  }
  .button_two {
    background-color: transparent;
    border-radius: 52px;
    border: 2px solid white;
    font-size: 12px;
    font-weight: 600;
    color: white;
    padding: 10px 20px 10px 20px;
  }
  .btn-group {
    display: flex;
    justify-content: center;
  }

  .button-link {
    margin: 0 10px; /* Adjust the margin as needed for equal space between buttons */
  }

  .banner_contents .banner_image {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    height: auto;
    margin-top: 50px;
  }
  #crmWebToEntityForm .zcwf_row .zcwf_col_fld input {
    padding: 5px;
    font-size: 14px;
    min-height: 42px;
  }
  #crmWebToEntityForm .zcwf_row .zcwf_col_fld .formsubmit.zcwf_button {
    padding: 12px 20px;
  }
  .banner_contents .font-small {
    font-size: 14px;
  }
  .banner_contents .btn-link {
    font-size: 14px;
    text-wrap: pre-wrap;
  }
}
@media (max-width: 767px) {
  .menu .get-started {
    background-color: #fda94f;
    border: 0;
    text-decoration: none;
    color: #383349;
    padding: 13px 20px 13px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
  }

  .menu .get-started:hover {
    background-color: #f79f40;
    color: #fff;
  }
}
