@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.banner {
  height: 500px;
  overflow: hidden; }
  .banner_is-spend-points {
    height: 300px; }
    .banner_is-spend-points .banner__text-container {
      display: none; }
    .banner_is-spend-points .banner__text-image {
      height: 100%;
      width: auto; }
    .banner_is-spend-points .sy-slide > img {
      width: 100%;
      height: auto; }
    .banner_is-spend-points .sy-slide > a > img {
      width: 100%;
      height: auto; }
    .banner_is-spend-points .sy-slide > a {
      height: 100%;
      width: 100%; }
    @media only screen and (max-width: 600px) {
      .banner_is-spend-points .sy-slide > img {
        width: auto;
        height: 100%; } }
  .banner_is-earn-points {
    height: 500px; }
    .banner_is-earn-points .banner__text-container {
      display: none; }
    .banner_is-earn-points .banner__text-image {
      height: 100%;
      width: auto; }
    .banner_is-earn-points .sy-slide > img {
      width: 100%;
      height: auto; }
    .banner_is-earn-points .sy-slide > a > img {
      width: 100%;
      height: auto; }
    .banner_is-earn-points .sy-slide > a {
      height: 100%;
      width: 100%; }
    @media only screen and (max-width: 600px) {
      .banner_is-earn-points .sy-slide > img {
        width: auto;
        height: 100%; } }
  .banner_is-travel {
    height: 900px; }
    .banner_is-travel .banner__text-image-container {
      display: none; }
    .banner_is-travel .banner__text-container {
      display: none; }
    @media only screen and (max-width: 600px) {
      .banner_is-travel .sy-slide > img {
        width: auto;
        height: 100%; } }
  .banner_is-home .sy-slide > img {
    width: 100%;
    height: auto; }
  .banner_is-home .sy-slide > a > img {
    width: 100%;
    height: auto; }
  .banner_is-home .sy-slide > a {
    height: 100%;
    width: 100%; }
  @media only screen and (max-width: 600px) {
    .banner_is-home .sy-slide > img {
      width: auto;
      height: 100%; } }
  .banner_is-arabic .banner__text-image {
    transform: rotateY(180deg); }
  @media only screen and (max-width: 600px) {
    .banner {
      height: 250px; }
      .banner_is-travel {
        height: 250px; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .banner_is-spend-points .banner__text-image {
      min-width: auto;
      width: 100%;
      height: auto; } }

.banner__container {
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 20px; }

.banner__text-container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  @media only screen and (max-width: 600px) {
    .banner__text-container {
      padding: 0 10px; } }

.banner__text {
  color: #fff;
  font-size: 62px;
  line-height: 60px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 600px) {
    .banner__text {
      font-size: 21px;
      line-height: inherit; } }

.banner__button-container {
  width: 120px; }

.banner__description {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px; }
  @media only screen and (max-width: 600px) {
    .banner__description {
      font-size: 14px; } }

.banner__text-image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 9; }

.banner__text-image {
  height: 100%; }
  @media only screen and (max-device-width: 1024px) {
    .banner__text-image {
      min-width: 100%; } }
