  .pulse {
    animation: pulse 2s normal;
  }

  .pulse:hover {
    animation: none;
  }

  #ui-id-2-menu,
  #ui-id-1-menu {
    list-style: none;
  }

  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 10px 0px 30px 0px rgb(222 222 222);
    }

    50% {
      -webkit-box-shadow: 3px 0px 40px 0px rgb(49, 49, 49);
    }

    100% {
      -webkit-box-shadow: 10px 0px 30px 0px rgb(222 222 222);
    }
  }

  @keyframes pulse {
    0% {
      -moz-box-shadow: 10px 0px 30px 0px rgb(222 222 222);
      box-shadow: 10px 0px 30px 0px rgb(222 222 222);
    }

    50% {
      -moz-box-shadow: 11px 0px 40px 0px rgb(49, 49, 49);
      box-shadow: 11px 0px 40px 0px rgb(49, 49, 49);
    }

    100% {
      -moz-box-shadow: 14px 0px 45px 0px rgb(222 222 222);
      box-shadow: 14px 0px 45px 0px rgb(222 222 222);
    }
  }

  @media screen and (max-width: 768px) {
    .tr-market-cards {
      grid-template-columns: 1fr 5fr 5fr 5fr 1fr !important;
      margin-bottom: 17px;
    }

    .tr-market-card-div {
      height: 70px !important;
    }

    .bottom-all {
      display: block !important;
      padding-left: 0 !important;
    }

    .bottom-desc {
      margin-bottom: 34px !important;
    }

    .campaign-cards {
      display: block !important;
      margin: auto !important;
      width: 75%;
    }

    .campaign-card {
      margin-right: 0 !important;
      margin-bottom: 16px !important;
    }

    .apply-button2 {
      margin-bottom: 50px !important;
      margin-top: 60px !important;
    }

    .usage-areas {
      display: block !important;
      padding-left: 0 !important;
      color: #6d7787;
    }

    .usage-desc-top {
      width: 70%;
      font-size: 21px !important;
      line-height: 26px !important;
      text-align: center;
      margin: auto;
      padding-top: 33px !important;
    }

    .usage-desc {
      font-size: 16px !important;
      line-height: 19px !important;
      width: 90%;
      margin: auto;
      text-align: center;
      margin-bottom: 20px;
    }

    .market-cards {
      grid-template-columns: 1fr 5fr 5fr 1fr !important;
      margin-bottom: 17px;
    }

    .market-cards2 {
      padding: 10px;
      display: grid;
      grid-template-columns: 1fr 1fr !important;
      gap: 5px;
    }

    .market-card {
      height: 89px !important;
      padding: 0px !important;
    }

    .line {
      display: none;
    }

    .margin-b {
      margin-bottom: 60px !important;
    }

    .adv-desc {
      padding-left: 0 !important;
      color: #6d7787;
      background-color: #f1f7ff;
      display: block !important;
      padding-bottom: 30px;
      padding-top: 419px;
    }

    .adv-desc-top {
      font-size: 21px !important;
      line-height: 26px !important;
      width: 70%;
      text-align: center;
      margin: auto;
      padding-top: 22px !important;
    }

    .adv-stage {
      display: block !important;
      margin-left: 21px !important;
      margin-right: 38px !important;
    }

    .adv-stage span:first-child {
      display: none;
    }

    .adv-stage-all {
      margin-bottom: 20px;
    }

    .border-l {
      display: none;
    }

    .main-container-left-block {
      margin-left: 0 !important;
      padding: 0 !important;
    }

    .adv-all {
      margin-top: 530px;
    }

    .adv-top-text {
      display: none;
    }

    .adv-form-all {
      display: block !important;
      margin: 0 !important;
    }

    .adv-form-left {
      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
      border-radius: none !important;
    }

    .adv-form-top {
      padding-left: 18px !important;
      font-size: 21px !important;
      line-height: 26px !important;
    }

    .adv-form {
      padding: 0 !important;
    }

    .adv-input {
      border-radius: 0 !important;
      margin-bottom: 8px !important;
    }

    .adv-input {
      line-height: 18px !important;
      font-size: 14px !important;
      grid-template-columns: 27% 48% 25% !important;
    }

    .adv-input span {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .adv-input span:nth-child(3) {
      align-items: flex-start !important;
    }

    .adv-input span:first-child {
      text-align: right;
    }

    .adv-minus-plus {
      margin-left: 15px;
      grid-template-columns: 25% 50% 25% !important;
      padding-right: 0 !important;
    }

    .adv-result {
      display: grid;
      grid-template-columns: 100% !important;
      margin-left: 0 !important;
      margin-top: 17px !important;
      padding-bottom: 0 !important;
      text-align: center;
    }

    .adv-result-left {
      font-size: 18px !important;
      line-height: 33px;
    }

    .adv-result-right {
      font-size: 38px !important;
    }

    .adv-details {
      display: none;
    }

    .apply-button {
      margin-top: 45px !important;
      margin-bottom: 32px !important;
    }

    .more-details {
      display: block !important;
      text-align: center;
      margin-bottom: 38px;
    }

    .more-details a {
      color: #0085ca !important;
      font-size: 15px;
    }

    .checkbox-div {
      grid-template-columns: 10% 90% !important;
    }

    .line-landing {
      display: none;
    }

    .header-landing {
      justify-content: inherit !important;
      padding-left: 15px !important;
    }

    .rcb-adv-all {
      display: block !important;
      padding-left: 0 !important;
      color: #ffffff;
      background-color: #d52b1e;
      padding-bottom: 10px;
    }

    .rcb-adv-title {
      font-size: 21px !important;
      line-height: 26px !important;
      text-align: center;
    }

    .rcb-adv-desc {
      text-align: center;
      width: 90%;
      margin: auto;
    }

    .rcb-adv-link {
      text-align: center;
      width: 90%;
      margin-top: 33px !important;
      margin: auto;
    }

    .top-all {
      background-size: cover !important;
      background-color: #f1f7ff;
    }

    .header-landing {
      grid-template-columns: 100% !important;
      padding-bottom: 350px !important;
    }

    .header-right-button {
      display: none !important;
    }

    .header-left-logo img {
      height: 52px;
      margin-top: 60px;
    }

    .left-text-outer {
      display: none;
    }

    .apply-section {
      grid-template-columns: 100% !important;
      margin-right: 10px;
      top: 0px;
      padding: 0px 17px;
      background-color: #f1f7ff;
    }

    .apply-section-right {
      width: 100% !important;
      margin-right: 0 !important;
    }

    .apply-right-area {
      padding: 10px 33px 30px 0px !important;
    }

    .apply-section-2 {
      display: block !important;
      width: 100% !important;
      position: inherit !important;
    }

    .apply2-diff {
      opacity: 1;
      transition: 1s;
      right: 22vw !important;
      visibility: visible;
    }

    .apply-section-2 .pad-l {
      padding-left: 20px !important;
    }

    .apply-right-area2 {
      padding: 20px 0px 66px 0px !important;
    }

    .left-desc {
      width: 100% !important;
    }
  }

  .rcb-adv-all {
    display: grid;
    grid-template-columns: 50% 50%;
    padding-left: 107px;
    color: #ffffff;
    background-color: #d52b1e;
  }

  .rcb-adv-title {
    font-size: 27px;
    line-height: 1.22;
    padding-top: 37px;
    padding-bottom: 9px;
  }

  .rcb-adv-desc {
    font-size: 16px;
    padding-bottom: 39px;
    font-family: "Ubuntu", sans-serif;
    width: 68%;
  }

  .rcb-adv-link {
    text-align: center;
    margin-bottom: 30px;
  }

  .rcb-adv-link a {
    color: white !important;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
  }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .bottom-all {
      grid-template-columns: 100% !important;
      padding: 0 100px !important;
    }

    .usage-areas {
      grid-template-columns: 100% !important;
      padding: 0 100px !important;
    }

    .adv-desc {
      padding: 0 100px !important;
      color: #6d7787;
      background-color: #f1f7ff;
      display: grid;
      grid-template-columns: 100% !important;
    }

    .rcb-adv-all {
      grid-template-columns: 100% !important;
      padding: 0 100px !important;
    }

    .adv-form-all {
      grid-template-columns: 100% !important;
    }

    .apply2-diff {
      opacity: 1;
      transition: 1s;
      right: 0 !important;
      visibility: visible;
      position: inherit !important;
    }
  }

  @media screen and (min-width: 1025px) {
    .apply-section-right {
      top: 176px;
    }
  }

  @media screen and (min-width: 1600px) {
    .apply-section-right {
      right: 21vw;
      top: 200px;
    }

    .apply2-diff {
      right: 22vw !important;
    }
  }

  @media screen and (min-width: 1400px) and (max-width: 1600px) {
    .apply-section-right {
      right: 22vw;
    }

    .apply2-diff {
      right: 22vw !important;
    }
  }

  @media screen and (min-width: 1025px) and (max-width: 1400px) {
    .apply-section-right {
      right: 17vw;
    }

    .apply2-diff {
      right: 19vw !important;
    }
  }

  .apply-input:focus,
  .apply-input2:focus {
    border: none !important;
  }

  .top-all {
    background-color: #f1f7ff;
  }

  .header-landing {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 80px;
  }

  .header-left-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centering y-axis */
    align-items: center;
  }

  .header-right-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centering y-axis */
    align-items: center;
  }

  .header-right-button a {
    text-decoration: none;
    color: white;
    background: red;
    padding: 10px 25px 15px 25px;
    border-radius: 45px;
    font-size: 16px;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
  }

  .header-right-button a:hover {
    color: #fff;
  }

  .apply-section {
    display: grid;
    grid-template-columns: 55% 45%;
    padding-bottom: 35px;
  }

  .left-text-outer {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0;
    position: relative;
  }

  .left-text {
    padding: 24px 43px 34px 7vw;
    border-radius: 0 90px 90px 0;
    background-color: white;
    position: absolute;
    bottom: -55px;
  }

  @media screen and (min-width: 1024px) and (max-width: 1366px) {
    .left-text {
      padding: 24px 43px 34px 7vw !important;
    }
  }

  .imp-text {
    color: #f72717;
  }

  .apply-section-right {
    width: 445px;
    border-radius: 15px;
  }

  .apply-section-1 {
    display: block;
  }

  @media (max-width: 800px) {
    .apply-section-1 {
      margin-right: 18px;
    }
  }

  .apply-section-2 {
    visibility: hidden;
    opacity: 0;
    right: 0;
    width: 398px;
    border-radius: 15px;
    box-shadow: 3px 0px 11px 0px rgb(222 222 222);
    top: 69px;
  }

  .apply-right-desc {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    background-color: #172056;
    padding: 12px 13px 5px 26px;
    color: #e6e6e6;
    border-radius: 15px 15px 0 0;
    font-weight: 300;
    font-family: "Ubuntu", sans-serif;
  }

  .apply-section-2 .apply-right-desc {
    font-size: 13px;
  }

  .apply-section-2 .apply-right-desc b {
    font-weight: bold;
  }

  .fw-b {
    font-weight: 500;
  }

  .apply-right-area {
    padding: 10px 33px 33px 0px;
    background-color: white;
    border-radius: 0 0 15px 15px;
    position: relative;
  }

  .apply-right-area2 {
    background-color: white;
    border-radius: 0 0 15px 15px;
    position: relative;
  }

  .apply-right-area-top {
    font-size: 20px;
    line-height: 44px;
    margin-bottom: 9px;
  }

  .pad-l {
    padding-left: 33px;
    padding-left: 27px !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }

  .pad-l a {
    text-decoration: none;
  }

  .apply-btn {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 15% 75% 10%;
    padding: 25px 23px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    line-height: 20px;
  }

  .apply-btn a {
    color: white !important;
  }

  .apply-input {
    width: 100%;
    height: 44px;
    margin-bottom: 15px;
    border: 1px solid #f8f8f8;
    background: #f9f9f9;
    font-size: 16px;
    padding-left: 20px;
    color: black;
    font-family: "Ubuntu", sans-serif;
  }

  .apply-input2 {
    width: 104%;
    height: 48px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    background: #f9f9f9;
    font-size: 16px;
    padding-left: 10px;
    color: black;
    font-family: "Ubuntu", sans-serif;
  }

  .pad-l form {
    width: 95%;
  }

  .apply-input::placeholder {
    color: black;
  }

  .center-t {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "Ubuntu", sans-serif;
  }

  .center-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .center-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .center-arrow img {
    width: 23px;
    height: 22px;
  }

  .bg-b {
    background-color: #0d8aff;
  }

  .bg-p {
    background-color: #711cff;
  }

  .bg-g {
    background-color: #00a184;
  }

  .checkbox-div {
    display: grid;
    grid-template-columns: 10% 90%;
  }

  .checkbox-text {
    font-size: 12px;
    line-height: 16px;
    font-family: "Ubuntu", sans-serif;
  }

  .checkbox-text a {
    text-decoration: underline;
  }

  .checkbox-text a:first-child {
    color: #162056;
  }

  .checkbox-text a:nth-child(2) {
    color: black;
  }

  .checbox-apply {
    width: 22px;
    height: 22px;
  }

  .apply-submit-div {
    text-align: center;
    margin-top: 48px;
  }

  .apply-submit-div2 {
    text-align: center;
    margin-top: 48px;
    width: 105%;
  }

  .apply-submit {
    padding: 15px 54px;
    background-color: #f72717;
    border-radius: 45px;
    color: white;
    font-size: 16px;
    border: none;
    font-family: "Ubuntu", sans-serif;
  }

  .apply2-diff {
    opacity: 1;
    transition: 1s;
    right: 19vw;
    visibility: visible;
  }

  .mouse-div {
    width: 41px;
    height: 39px;
    margin: auto;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 90px;
    -webkit-box-shadow: 0 4px 4px -3px rgb(222 222 222);
    -moz-box-shadow: 0 4px 4px -3px rgba(222, 222, 222, 1);
    box-shadow: 0 4px 4px -3px rgb(222 222 222);
  }

  .ui-selectmenu-button {
    border: 1px solid #dfeaef;
    margin-bottom: 15px;
  }

  .ui-selectmenu-menu ul li {
    word-break: break-word;
    font-size: 0.7rem;
  }

  /* .ui-selectmenu-button .ui-selectmenu-icon {
      width: 18px;
      height: 10px;
      position: absolute;
      right: 20px;
      top: 10px;
      background: url(//cdn.edenred.com.tr/sites/default/files/images/icn-chevron.png) no-repeat center;
      background-size: 100%;
  }

  .ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
      background-image: url(//cdn.edenred.com.tr/sites/default/files/images/icn-chevron-upside.png);
  } */

  .HomePage__hero__mouse-scroll {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 18px;
    height: 30px;
    border: 2px solid #858585;
    border-radius: 1.5rem;
    background-color: white;
    border-radius: 90px;
  }

  #ui-id-1-button,
  #ui-id-1-button {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dfeaef;
    background: #f9f9f9;
    font-size: 14px;
    color: #222;
    text-align: left;
    font-family: "Ubuntu", sans-serif;
    box-shadow: none;
  }

  .landing-page-form input {
    border: 1px solid #dfeaef;
    background: #f9f9f9;
    box-shadow: none;
    font-size: 13px !important;
  }

  /* .ui-selectmenu-button {
      box-shadow: none !important;
      border: 1px solid #dfeaef !important;
      border-radius: 0 !important;
  }

  .ui-selectmenu-button::placeholder {
      color: #525050;
  }

  .ui-selectmenu-button:hover {
      background: #f9f9f9 !important;
  }

  .ui-selectmenu-button .ui-selectmenu-text {
      font-weight: 500 !important;
      font-size: 13px !important;
      background: #f9f9f9;
  } */

  input.apply-input.focus-style::placeholder {
    color: #525050;
  }

  form label.checkbox {
    padding-left: 0;
  }

  form label.checkbox .custom-checkbox {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 5px;
    top: -10px;
  }

  .HomePage__hero__mouse-scroll:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 45%;
    width: 2px;
    height: 7px;
    background-color: #858585;
    border-radius: 0.125rem;
    will-change: opacity, transform;
    -webkit-animation: mouseScroll 1.8s ease-in-out infinite;
    -moz-animation: mouseScroll 1.8s ease-in-out infinite;
    animation: mouseScroll 1.8s ease-in-out infinite;
    animation-duration: 1.8s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: mouseScroll;
  }

  .form-link {
    font-size: 10px;
    line-height: 16px;
    font-family: Ubuntu;
  }

  .form-link a:first-child {
    color: #162056 !important;
    font-size: 10px !important;
  }

  .form-link a:nth-child(2) {
    color: black !important;
    font-size: 10px !important;
  }

  form label.checkbox a {
    line-height: 16px !important;
    font-weight: 400;
  }

  .apply-right-area2 .button {
    padding: 20px 35px;
    border-radius: 90px;
    margin-top: 10px;
  }

  .apply-right-area2 .button:hover {
    background-color: #20a436 !important;
    color: #fff !important;
  }

  .button-orangey-red {
    background: #f72717 !important;
  }

  @keyframes mouseScroll {
    from {
      top: 5px;
    }

    to {
      top: 15px;
    }

    0% {
      opacity: 1;
    }

    80% {
      opacity: 0.6;
    }

    100% {
      opacity: 0;
    }
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    margin: 0;
    padding-top: 0px !important;
  }

  .adv-all {
    color: #6d7787;
  }

  .adv-form-left {
    -webkit-box-shadow: 3px 0px 11px 0px rgba(222, 222, 222, 1);
    -moz-box-shadow: 3px 0px 11px 0px rgba(222, 222, 222, 1);
    box-shadow: 3px 0px 11px 0px rgba(222, 222, 222, 1);
    border-radius: 10px;
  }

  .adv-top-text {
    font-size: 26px;
    color: #434a56;
    background-color: #f1f7ff;
    padding-top: 7px;
    padding-bottom: 4px;
  }

  .adv-top-text span {
    margin-left: 82px;
    margin-right: 30px;
    line-height: 44px;
  }

  .adv-form-all {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 15px 168px 0 168px;
  }

  .adv-form {
    padding: 0 17px;
  }

  .adv-form-top {
    font-size: 27px;
    line-height: 33px;
    color: #152056;
    padding-left: 32px;
    padding-top: 20px;
    margin-bottom: 23px;
  }

  .adv-input {
    display: grid;
    grid-template-columns: 40% 35% 25%;
    font-size: 17px;
    line-height: 33px;
    color: #6d7787;
    padding: 14px 0 20px 15px;
    background-color: #f1f7ff;
    margin-bottom: 2px;
    border-radius: 5px;
    font-family: "Ubuntu", sans-serif;
  }

  .adv-input-main {
    text-align: center;
    background: #f1f7ff;
    border: none;
    font-size: 18px;
    line-height: 33px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    color: #6d7787;
  }

  .adv-input-main::placeholder {
    font-size: 18px;
    line-height: 33px;
  }

  .adv-input-main::after {
    content: "TL";
  }

  .adv-minus-plus {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    text-align: center;
    padding-right: 20px;
  }

  .adv-result {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-left: 31px;
    margin-top: 26px;
    padding-bottom: 26px;
  }

  .adv-result-left {
    font-size: 20px;
    line-height: 33px;
    color: #6d7787;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
  }

  .adv-result-right {
    font-size: 36px;
    line-height: 33px;
    color: #f72717;
    font-weight: bold;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
  }

  .line-landing {
    border-bottom: 1px solid #e2e2e2;
    margin: 0 23px 0 9px;
    width: 100%;
  }

  .adv-table {
    margin-bottom: 13px;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
  }

  .adv-row1 {
    display: grid;
    grid-template-columns: 50% 20% 30%;
    margin: 0 36px 0 31px;
    padding: 8px 50px 3px 0;
    text-align: right;
    font-size: 15px;
    line-height: 33px;
  }

  .light-weight {
    font-weight: 400 !important;
  }

  .adv-row1 div:first-child {
    text-align: left;
  }

  .adv-row1 div:nth-child(3) {
    color: #0d8aff;
  }

  .adv-row {
    display: grid;
    grid-template-columns: 50% 20% 30%;
    margin: 0 36px 0 31px;
    padding: 0px 50px 0px 0;
    text-align: right;
    font-size: 14px;
    line-height: 33px;
  }

  .adv-row div:first-child {
    text-align: left;
  }

  .adv-row div:nth-child(3) {
    color: #0d8aff;
  }

  .apply-button {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 73px;
    font-family: "Ubuntu", sans-serif;
    text-decoration: none;
  }

  .apply-button a {
    text-decoration: none;
  }

  .apply-button span {
    padding: 15px 54px;
    background-color: #f72717;
    border-radius: 45px;
    color: white;
    font-size: 16px;
  }

  .more-details {
    display: none;
  }

  .minus,
  .plus {
    cursor: pointer;
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type="number"] {
    -moz-appearance: textfield;
  }

  .adv-desc {
    padding-left: 105px;
    color: #6d7787;
    background-color: #f1f7ff;
    display: grid;
    grid-template-columns: 45% 55%;
  }

  .adv-desc-top {
    font-size: 27px;
    line-height: 33px;
    font-weight: bold;
    padding-top: 47px;
    padding-bottom: 28px;
  }

  .adv-stage-all {
    font-family: "Ubuntu", sans-serif;
  }

  .adv-stage {
    display: grid;
    grid-template-columns: 5% 95%;
    margin-bottom: 5px;
  }

  .border-l {
    border-left: 1px solid;
    margin-left: 5px;
  }

  .adv-stage-desc {
    padding-bottom: 20px;
  }

  .usage-areas {
    display: flex;
    justify-content: center;
    color: #6d7787;
    background-color: #f1f7ff;
  }

  .usage-desc-top {
    font-size: 27px;
    line-height: 33px;
    font-weight: bold;
    padding-top: 47px;
    padding-bottom: 20px;
  }

  .usage-desc {
    font-family: "Ubuntu", sans-serif;
    line-height: 24px;
    font-size: 16px;
  }

  ul>.usage-desc {
    text-align: left !important;
  }

  .market-cards {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 3fr;
    margin-top: 31px;
    gap: 5px;
  }

  .tr-market-cards {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr 3fr;
    margin-top: 31px;
    gap: 5px;
  }

  .tr-market-card-div {
    width: 100% !important;
    height: 100px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100px;
  }

  .market-cards2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .market-card-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100px;
  }

  .market-card-div>img {
    // height:100% !important;
  }

  .market-card>img {
    max-width: 60%;
    max-height: 100px;
    padding: 5px;
  }

  .market-card {

    padding: 20px 0px;
    margin: 0 10px;
    margin-bottom: 17px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centering y-axis */
    align-items: center;
    -webkit-box-shadow: 3px 0px 11px 0px rgb(222 222 222);
    -moz-box-shadow: 3px 0px 11px 0px rgba(222, 222, 222, 1);
    box-shadow: 3px 0px 11px 0px rgb(222 222 222);
    background-color: white;
  }

  .market-card-last {
    margin-bottom: 17px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Centering y-axis */
    align-items: center;
    line-height: 17px;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #7c7e8a;
  }

  .line-margin {
    margin-bottom: 19px;
  }



  .campaign-cards .campaign-card {
    width: 72%;
  }

  .campaign-cards {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-right: 17px;
  }

  .campaign-card {
    margin-right: 17px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 3px 0px 11px 0px rgb(222 222 222);
    -moz-box-shadow: 3px 0px 11px 0px rgba(222, 222, 222, 1);
    box-shadow: 3px 0px 11px 0px rgb(222 222 222);
    background-color: #f7f7f7;
    color: #7c7e8a;
    margin-bottom: 61px;
  }

  .campaign-card-inner1 {
    width: 100%;
    text-align: center;
    background-color: white;
    border-radius: 10px 10px 0 0;
  }

  .campaign-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
  }

  .campaign-card-content2 {
    margin-top: 26px;
    margin-bottom: 31px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #7c7e8a;
  }

  .campaign-card-bottom {
    padding-top: 12px;
    padding-bottom: 15px;
    background-color: #f7f7f7;
    width: 100%;
    text-align: center;
  }

  .campaign-card-bottom a {
    color: #7c7e8a;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
  }

  .apply-button2 {
    margin-top: 45px;
    margin-bottom: 75px;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
  }

  .apply-button2 a {
    text-decoration: none;
  }

  .apply-button2 span {
    padding: 15px 54px;
    background-color: white;
    border-radius: 45px;
    color: #f72717;
    font-size: 16px;
  }

  .bottom-all {
    display: grid;
    grid-template-columns: 55% 45%;
    padding-left: 201px;
    color: #585858;
  }

  .bottom-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
  }

  .bottom-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 52px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Ubuntu", sans-serif;
    color: #585858;
    font-weight: 400;
  }

  @media (min-width: 1700px) {
    .yemek-sepeti-img {
      height: 108px;
    }
  }

  @media (min-width: 800px) {
    .header-left-logo {
      margin-left: 85px;
    }

    .header-landing {
      justify-content: space-around;
      height: 80px;
      width: 85%;
    }
  }

  .focus-style:focus {
    border: none !important;
  }

  #ui-id-1-buttons {
    display: none !important;
  }

  .main-container-left-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .main-container-left-block .left-title {
    color: #f72717 !important;
    font-size: 26px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 12px;
  }

  #basvur_form2 {
    margin-top: 0 !important;
  }

  .main-container-left-block .left-block-content .widthDot {
    width: 11px;
    height: 20px;
    border-top-right-radius: 20px;
    background: red;
    color: red;
    display: inline-block;
    border-bottom-right-radius: 20px;
    margin-right: 10px;
  }

  .main-container-left-block .left-block-content {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-bottom: 10px;
  }

  .main-container-left-block .badge-top {
    display: flex;
    justify-content: flex-end;
  }

  .left-block-content .bullet-paragraph {
    color: #172056;
    font-weight: 500;
  }

  .widthDot {
    width: 11px;
    height: 20px;
    border-top-right-radius: 20px;
    background: red;
    color: red;
    display: inline-block;
    border-bottom-right-radius: 20px;
    margin-right: 10px;
  }

  .left-block-content .bullet-paragraph {
    color: #172056;
    font-weight: 500;
  }

  .card_background {
    width: 189px;
    height: 189px;
    background: url("//cdn.edenred.com.tr/sites/default/files/images/landing-card_0.png");
    background-repeat: no-repeat;
    float: right;
  }

  .selectItemTwo,
  .selectItemThree {
    display: none;
    padding: 20px;
  }

  .selectItemTwo a,
  .selectItemThree a {
    color: blue;
  }

  .sub_button,
  .stickyButton {
    background-color: #20a436;
    color: #fff !important;
  }

  .stickyButton {
    border-radius: 0 !important;
  }

  .left-desc {
    width: 399px;
  }

  @media screen and (min-width: 1024px) and (max-width: 1250px) {
    .main-container-left-block {
      margin-left: 50px;
    }
  }

  @media screen and (max-width: 1024px) {
    .main-container-left-block {
      margin-left: 10px;
    }
  }

  #go-to-top {
    display: none;
  }

  .button {
    line-height: 0.50vw !important;
  }

  @media (max-width: 1199px) {
    .button {
      line-height: 5px !important;
    }
  }

  .builder-row {
    background-color: #f1f7ff;
  }

  @media (min-width: 768px) and (max-width:992px) {
    .container {
      max-width: 850px !important;
    }
  }

  .market-card,
  .getir-img,
  .yemek-sepeti-img,
  .market-card-div,
  .market-card-last {
    width: 190px !important;
    height: 100px !important
  }

  @media (max-width:1050px) {

    .market-card,
    .getir-img,
    .yemek-sepeti-img,
    .market-card-div,
    .market-card-last {
      width: 133px !important;
      height: 70px !important
    }
  }
  
    
 
/* -------Ticket Restaurant Form Left Side--------------- */
	.ticket-restaurant-all .ui-selectmenu-button .ui-selectmenu-text{
		    font-size: 18px!important;
	}
	.ticket-restaurant-all .apply-section{
		grid-template-columns: 60% 40%;
	}
  .ticket-restaurant-all .apply-right-desc {
  	background-color: transparent!important;
  	padding: 32px 0 5px 0!important;
  }
  .edenred-logo-part{
    background-color: #fff;
  }
  .ticket-restaurant-all .header{  position:sticky; top:0; z-index:50;  border-bottom:1px solid #e2e8f0;}
  .ticket-restaurant-all .logo{display:flex; align-items:center; gap:.6rem; text-decoration:none; color:inherit}
  .ticket-restaurant-all .logo__mark{  width:36px; height:36px; border-radius:50%;  background:#f72717;}
  .ticket-restaurant-all .logo__text{font-weight:800; letter-spacing:.1px}
  .ticket-restaurant-all .logo .reg{font-size:.8em; vertical-align:super}
  .ticket-restaurant-all .nav{display:flex; align-items:center; gap:1rem}
  .ticket-restaurant-all .nav__link{color:#475569; text-decoration:none; font-weight:600}
  .ticket-restaurant-all .btn{  display:inline-block; border:1px solid transparent; font-weight:700;  padding:.65rem 1rem; border-radius:10px; cursor:pointer; text-decoration:none;}
  .ticket-restaurant-all .btn--primary{background:#0f172a; color:#fff}
  .ticket-restaurant-all .btn--cta{width:100%; background:#f72717; color:#fff; padding:.9rem 1rem; border-radius:12px; font-size:1rem}


  .ticket-restaurant-all .hero__title{
    margin-top: 3rem!important;
    font-size: clamp(32px, 4vw, 50px);
    line-height:1.1;
    margin:0 0 14px;
    font-weight:900;
    color: #ff0000; 
  }

  .ticket-restaurant-all .accent{color:#f72717}
  .ticket-restaurant-all .hero__lead{color:#475569; font-weight:600; margin:.25rem 0 10px}

  .ticket-restaurant-all .benefits{margin:32px 0 16px 0; padding:0; list-style:none; display:grid; gap:.5rem}
  .ticket-restaurant-all .benefits li{
    position:relative; padding-left:28px; font-size: 19px; color:#0f172a;
  }
  .ticket-restaurant-all .benefits li::before{
    content:""; position:absolute; left:0;  width:18px; height:18px;
    border-radius:50%; background:#f72717;
    mask: radial-gradient(circle at 100% 100%,#000 100%,#0000 100%);
  }
  .ticket-restaurant-all .stats{display:flex; gap:18px; margin:10px 0 8px; flex-wrap:wrap; color: #333c6b;}
  .ticket-restaurant-all .stat{ background:#fff; border:1px solid #e2e8f0; border-radius:12px;   padding:14px 16px; min-width:140px;    box-shadow:0 2px 8px rgba(2,8,23,.05);  }
  .ticket-restaurant-all .stat__value{font-weight:800; font-size:24px;margin-bottom:8px;}
  .ticket-restaurant-all .stat__label{color:#333c6b; font-size:14px;}
  .ticket-restaurant-all .footnote{color:#94a3b8;font-size: 16px;}
  .ticket-restaurant-all .lead{
    background:#fff; border:1px solid #e2e8f0; border-radius:14px;
    padding:22px; box-shadow:0 10px 30px rgba(2,8,23,.06); position:relative;
  }

  .ticket-restaurant-all .lead__title{margin:0 0 6px; font-size:20px}
  .ticket-restaurant-all .lead__subtitle{margin:0 0 14px; color:#475569}
  .ticket-restaurant-all .field{display:grid; gap:6px; margin:10px 0}
  .ticket-restaurant-all .field__label{font-weight:600; font-size:14px}
  .ticket-restaurant-all .field__control{  width:100%; padding:.7rem .85rem; border:1px solid #e2e8f0; border-radius:10px; outline:0; background:#fff; font:inherit;  }
  .ticket-restaurant-all .field__control:focus{border-color:#9ca3af; box-shadow:0 0 0 4px #0000000f}
  .ticket-restaurant-all .gdpr{font-size:12px; color:#475569; margin:6px 0 12px}
  .ticket-restaurant-all .phonehelp{font-size:13px; color:#475569; text-align:center; margin:10px 0 0}
  .ticket-restaurant-all .phonehelp a{color:inherit; font-weight:700}
  .ticket-restaurant-all .hero__copy p { font-size: 18px;   color: #333c6b;line-height: 28px; }
  .ticket-restaurant-all .highlight { color: #e30613; font-weight: 700;  }
  .ticket-restaurant-all .hero-title { font-size: 2.2rem; font-weight: 800; color: #e30613; }
  .ticket-restaurant-all .feature-list li::before {
    content: "● ";
    color: #e30613;
    font-weight: bold;
  }


/* -------Ticket Restaurant Form Right side--------------- */

  .ticket-restaurant-all .form-info {
    padding:10px 50px;
  }

  .ticket-restaurant-all .form-info .form-check-label  {
    font-size: 18px;
    line-height: 22px;
    color: #333c6b;
    font-family: 'Montserrat', Arial, sans-serif!important;
  }
  .ticket-restaurant-all .form-info .form-check-label span {
    font-size: 16.1px!important;
    line-height: 18px;
    color: #333c6b;
    font-family: 'Montserrat', Arial, sans-serif!important;
  }
  .ticket-restaurant-all form label.checkbox .custom-checkbox{
  	width: 24px!important;
    height: 24px!important;
    background-color: white!important;
    box-shadow: none!important;
    cursor:pointer;
  }
  .ticket-restaurant-all .form-info .form-check{
  	margin-top:24px;
    padding-left: 0 !important;
    gap: 8px;
  }
  .ticket-restaurant-all .form-info .form-check-input{
    min-width: 24px;
    height: 24px;
    border-radius: 0;
    margin-left: -20px;
  }
  .ticket-restaurant-all .form-info .form-check-input:checked {
    background-color: #fff;       
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20stroke-width%3D%272%27%3E%3Cpath%20d%3D%27M3%208.5%20L6%2011.5%20L13%204.5%27%2F%3E%3C%2Fsvg%3E");
  }
  .ticket-restaurant-all form label.checkbox .custom-checkbox.selected {
    background-color: #fff;       
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20stroke-width%3D%272%27%3E%3Cpath%20d%3D%27M3%208.5%20L6%2011.5%20L13%204.5%27%2F%3E%3C%2Fsvg%3E");
  }
  .ticket-restaurant-all .form-info .form-check-input:focus{
    outline: none;
  }
  .ticket-restaurant-all .form-check .form-check-input{
    cursor: pointer;
  }

  .ticket-restaurant-all .info-box {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-align: center;
    padding: 1.5rem;
    font-weight: 600;
  }
  .ticket-restaurant-all .form-box {
  	width: 95%;
    margin-left: 5%;
    background-image: linear-gradient(to right, rgba(238, 46, 36, 1), rgba(237, 28, 121, 1)) !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: white;
    box-shadow:none;
  }
  .ticket-restaurant-all .apply-section-right{
  	width:100%!important;
  }
  .ticket-restaurant-all .form-box form {
    position: relative;
    display: inline-block;
    background: white;
    color: #212529;
  }
  .ticket-restaurant-all .form-box form select ,.ticket-restaurant-all .form-box form input {
    font-size: 18px!important;
    color: #333c6b;
    outline: none;
    background-color: #f9f9f9 !important;
    border-radius: 3px;
    font-family: 'Montserrat', Arial, sans-serif;
  }
  .ticket-restaurant-all .form-box .ui-selectmenu-text{
  	background: #f9f9f9;
    color: #333c6b;
  }
  .ticket-restaurant-all .form-box form input::placeholder{
    color: #333c6b;
  }
  .ticket-restaurant-all .form-box form select:focus , .form-box form input:focus {
    outline: none;
    box-shadow: none;
    border-color: #dee2e6;
    box-shadow: 0 0 3px #c4c4c4a6;
  }
  .ticket-restaurant-all .form-box .ui-selectmenu-button.ui-selectmenu-button-open{
      border: 1px solid #dfeaef!important;
  }
  .ticket-restaurant-all .form-box .ui-selectmenu-menu ul{
  	border: 1px solid transparent!important;
  }
  .ticket-restaurant-all .form-box .ui-selectmenu-button{
  	border-radius: 3px !important;
  }
  .ticket-restaurant-all .form-box .form-info-text{
  	display:block;
  }
  .ticket-restaurant-all .pad-l{
  	padding-top: 5px !important;
  }
 
  .ticket-restaurant-all .side-border.left{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px; 
    height: 98%;
    background-color: red; 
  }
  .ticket-restaurant-all .side-border.right{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px; 
    height: 98%;
    background-color: #d81b60; 
  }
  .ticket-restaurant-all .btn-offer {
  	margin-top:-24px;
    background-color: #00b140;
    color: white;
    font-weight: 600;
    line-height:18px!important;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    font-size: 18px;
    align-items: center;
    transition: 0.3s ease-in-out;
    
  }
  .ticket-restaurant-all .btn-offer:hover {
    background-color: #009933;
    color: white;
    transform: translateY(-1px);
  }
  .ticket-restaurant-all .form-box .apply-right-area2{
    border-radius: 0!important;
    color:#000;
    border:1px solid #f72717;
  }
  .ticket-restaurant-all .form-box .apply-right-area2 .selectItemTwo{
    color:#000;
  }
	.ui-state-disabled.ui-menu-item{
		display:none!important;
	}
	.ui-selectmenu-menu ul{
		    border: 1px solid #e2e2e2!important;
	}
	
	.ticket-restaurant-all .mobil-info-part {
		display:none;
	}
/* -------Ticket Restaurant Form Responsive--------------- */

@media (max-width: 1024px){
  .ticket-restaurant-all .hero__grid{grid-template-columns:1fr; gap:28px}
  .ticket-restaurant-all .lead{order:-1}  
}

@media (max-width: 768px){
  .ticket-restaurant-all .nav__link{display:none}
  .ticket-restaurant-all .promo__text{font-size:13px}  
  .ticket-restaurant-all .stat{display:none;}
  .ticket-restaurant-all .footnote{display:none;}
  .ticket-restaurant-all .benefits{display:none;}
  .ticket-restaurant-all .hero__title{margin-top: 0!important;}
  .ticket-restaurant-all .apply-right-desc{
  	padding: 10px 0 5px 0 !important;
  }
  .ticket-restaurant-all .form-info .form-check{
  	margin-top: 0px;
  }
  .ticket-restaurant-all .form-box{
  	margin-left: 0;
  }
  .ticket-restaurant-all .apply-right-desc{
  padding: 16px 10px 5px 10px !important;;
  }
  .ticket-restaurant-all .apply-section{
  	margin: 0;
    padding: 0;
  }
  .ticket-restaurant-all .apply-right-area2{
   padding: 0!important;
  }
  .ticket-restaurant-all .mobil-info-part {
		display:block;
	}
	.ticket-restaurant-all .restaurant-gift{
		display:none;
	}
	.ticket-restaurant-all .mobil-info-part .restaurant-gift{
		display:block;
		text-align: center;
	}
	.ticket-restaurant-all .mobil-info-part .benefits{
		display:block;
	}
	.ticket-restaurant-all .mobil-info-part .benefits li{
		margin-bottom:12px;
	}
	.ticket-restaurant-all .btn-offer{
		margin-bottom: 24px;
		margin-top: 0px;
	}
	.ticket-restaurant-all .stickyButton.btn-offer{
		margin-bottom: 0!important;
	}
	
  
}