/* breakpoints */
.grid-position {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

html:lang(ar) .grid-position {
  float: right; }

.jet-wing {
  padding: 100px 0;
  position: relative;
  overflow: hidden; }
  @media all and (min-width: 1024px) and (max-width: 1439px) {
    .jet-wing {
      padding: 80px 0; } }
  @media (max-width: 1199.98px) {
    .jet-wing {
      padding: 60px 0; } }
  @media all and (min-width: 600px) and (max-width: 1023px) {
    .jet-wing {
      padding: 40px 0; } }
  .jet-wing .wrapper {
    height: 840px;
    max-height: 840px;
    position: relative; }
    @media all and (min-width: 1024px) and (max-width: 1439px) {
      .jet-wing .wrapper {
        height: 600px;
        max-height: 600px; } }
    @media (max-width: 1199.98px) {
      .jet-wing .wrapper {
        height: 460px;
        max-height: 460px; } }
    @media all and (min-width: 600px) and (max-width: 1023px) {
      .jet-wing .wrapper {
        height: 360px;
        max-height: 360px; } }
    @media all and (max-width: 599px) {
      .jet-wing .wrapper {
        height: 330px;
        max-height: 100%; } }
    .jet-wing .wrapper:before {
      content: "";
      background-color: #ff6a00;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      width: 36%; }
      @media all and (max-width: 599px) {
        .jet-wing .wrapper:before {
          height: 220px;
          width: 46%; } }
    .jet-wing .wrapper .description {
      position: relative;
      z-index: 2;
      color: #ffffff;
      padding: 70px 2.5% 0; }
      @media all and (min-width: 1921px) {
        .jet-wing .wrapper .description {
          padding: 70px 2.5% 0; } }
      @media all and (max-width: 1920px) {
        .jet-wing .wrapper .description {
          padding: 50px 2.5% 0; } }
      @media all and (max-width: 1023px) {
        .jet-wing .wrapper .description {
          padding: 0 30px; } }
      @media all and (max-width: 599px) {
        .jet-wing .wrapper .description {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          height: 220px; } }
      .jet-wing .wrapper .description .title {
        font-weight: bold;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        @media only screen and (min-width: 1920px) {
          .jet-wing .wrapper .description .title {
            font-size: 17vw;
            line-height: normal; } }
        @media (min-width: 320px) and (max-width: 1920px) {
          .jet-wing .wrapper .description .title {
            font-size: calc( 60px + (331 - 60) * ( (100vw - 320px) / (1920 - 320) )); } }
        @media (min-width: 320px) and (max-width: 1920px) {
          .jet-wing .wrapper .description .title {
            line-height: calc( 60px + (331 - 60) * ( (100vw - 320px) / (1920 - 320) )); } }
        @media all and (max-width: 599px) {
          .jet-wing .wrapper .description .title {
            font-size: 15.5vw; } }
        .jet-wing .wrapper .description .title .sub-title {
          position: absolute;
          font-weight: normal; }
          @media all and (min-width: 600px) and (max-width: 1023px) {
            .jet-wing .wrapper .description .title .sub-title {
              font-size: 2rem;
              line-height: 2.25rem; } }
          @media all and (max-width: 599px) {
            .jet-wing .wrapper .description .title .sub-title {
              font-size: 0.875rem;
              line-height: 1rem; } }
      .jet-wing .wrapper .description .details {
        max-width: 25%;
        padding: 30px 30px 0;
        font-size: calc(16px + (32 - 16) * ( (100vw - 320px) / (1920 - 320)));
        line-height: calc(20px + (40 - 20) * ( (100vw - 320px) / (1920 - 320))); }
        @media all and (min-device-width: 1024px) and (max-device-width: 1366px) {
          .jet-wing .wrapper .description .details {
            width: 27%;
            max-width: 27%;
            padding: 0 20px 0; } }
        @media all and (min-width: 600px) and (max-width: 1023px) {
          .jet-wing .wrapper .description .details {
            padding: 0 0 0; } }
        @media all and (max-width: 599px) {
          .jet-wing .wrapper .description .details {
            padding: 0; } }
        @media all and (max-width: 599px) {
          .jet-wing .wrapper .description .details {
            display: none; } }
    .jet-wing .wrapper .wing-img {
      position: absolute;
      z-index: 3;
      width: 100%;
      height: auto;
      max-width: 100%;
      bottom: 10%; }
      @media all and (max-width: 599px) {
        .jet-wing .wrapper .wing-img {
          bottom: 0; } }
      .jet-wing .wrapper .wing-img img {
        position: relative;
        height: auto;
        width: 52%;
        left: 48%;
        -moz-transform: translateX(-42%);
        -o-transform: translateX(-42%);
        -ms-transform: translateX(-42%);
        -webkit-transform: translateX(-42%);
        transform: translateX(-42%); }
        @media all and (max-width: 599px) {
          .jet-wing .wrapper .wing-img img {
            width: 100%;
            left: 0;
            right: 0;
            -moz-transform: translateX(0%);
            -o-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -webkit-transform: translateX(0%);
            transform: translateX(0%); } }
  .jet-wing .read-more {
    width: 26.66%;
    background-color: #181b1c;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff; }
    @media all and (min-width: 1921px) {
      .jet-wing .read-more {
        height: 580px; } }
    @media all and (max-width: 1920px) {
      .jet-wing .read-more {
        height: 520px; } }
    @media all and (min-width: 1024px) and (max-width: 1439px) {
      .jet-wing .read-more {
        height: 350px; } }
    @media (max-width: 1199.98px) {
      .jet-wing .read-more {
        height: 275px; } }
    @media all and (min-width: 600px) and (max-width: 1023px) {
      .jet-wing .read-more {
        height: 215px; } }
    @media all and (max-width: 599px) {
      .jet-wing .read-more {
        width: 80%;
        height: 250px !important;
        margin-left: 20%;
        position: relative;
        margin-top: -80px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    .jet-wing .read-more .read-more-container {
      position: relative;
      z-index: 4;
      padding-top: 5%;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin-left: -60px; }
      @media all and (min-width: 1024px) and (max-width: 1439px) {
        .jet-wing .read-more .read-more-container {
          margin: 0;
          margin-left: -40px; } }
      @media (max-width: 1199.98px) {
        .jet-wing .read-more .read-more-container {
          margin-left: -30px; } }
      @media all and (min-width: 600px) and (max-width: 1023px) {
        .jet-wing .read-more .read-more-container {
          margin-left: -25px; } }
      @media all and (max-width: 599px) {
        .jet-wing .read-more .read-more-container {
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          -ms-justify-content: flex-end;
          justify-content: flex-end;
          -ms-flex-pack: flex-end;
          padding: 30px;
          margin: 0; } }
      .jet-wing .read-more .read-more-container .text-link {
        padding: 0 5%; }
        @media all and (min-width: 600px) and (max-width: 1023px) {
          .jet-wing .read-more .read-more-container .text-link {
            font-size: 1rem;
            line-height: 1.25rem; } }
        @media all and (max-width: 599px) {
          .jet-wing .read-more .read-more-container .text-link {
            padding: 0;
            padding-top: 25px; } }
    .jet-wing .read-more .highlighter {
      background: url("../images/jetwing/highlighter.svg") no-repeat;
      width: 124px;
      height: 124px; }
      @media all and (min-width: 1024px) and (max-width: 1439px) {
        .jet-wing .read-more .highlighter {
          width: 90px;
          height: 90px; } }
      @media (max-width: 1199.98px) {
        .jet-wing .read-more .highlighter {
          width: 65px;
          height: 65px; } }
      @media all and (min-width: 600px) and (max-width: 1023px) {
        .jet-wing .read-more .highlighter {
          width: 55px;
          height: 55px; } }
      @media all and (max-width: 599px) {
        .jet-wing .read-more .highlighter {
          display: none; } }
    .jet-wing .read-more .details {
      display: none; }
      @media all and (max-width: 599px) {
        .jet-wing .read-more .details {
          display: block; } }

html:lang(ar) .jet-wing .wrapper:before {
  left: auto;
  right: 0; }

html:lang(ar) .jet-wing .wrapper .wing-img img {
  left: auto;
  right: 55%;
  -moz-transform: translateX(55%);
  -o-transform: translateX(55%);
  -ms-transform: translateX(55%);
  -webkit-transform: translateX(55%);
  transform: translateX(55%); }
  @media all and (max-width: 599px) {
    html:lang(ar) .jet-wing .wrapper .wing-img img {
      left: 0;
      right: 0;
      -moz-transform: translateX(0%);
      -o-transform: translateX(0%);
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%); } }

@media only screen and (min-width: 1920px) {
  html:lang(ar) .jet-wing .wrapper .description .title {
    font-size: 17vw;
    line-height: normal;
    font-weight: normal; } }

@media (min-width: 320px) and (max-width: 1920px) {
  html:lang(ar) .jet-wing .wrapper .description .title {
    font-size: calc( 64px + (331 - 64) * ( (100vw - 320px) / (1920 - 320) )); } }

@media (min-width: 320px) and (max-width: 1920px) {
  html:lang(ar) .jet-wing .wrapper .description .title {
    line-height: calc( 70px + (170 - 70) * ( (100vw - 320px) / (1920 - 320) )); } }

@media all and (max-width: 599px) {
  html:lang(ar) .jet-wing .wrapper .description .title {
    width: 100%;
    letter-spacing: -3px; } }

html:lang(ar) .jet-wing .wrapper .description .title > div {
  margin: auto; }
  @media all and (min-width: 1024px) and (max-width: 1439px) {
    html:lang(ar) .jet-wing .wrapper .description .title > div {
      margin-top: -30px; } }
  @media (max-width: 1199.98px) {
    html:lang(ar) .jet-wing .wrapper .description .title > div {
      margin-top: -30px; } }
  @media all and (min-width: 600px) and (max-width: 1023px) {
    html:lang(ar) .jet-wing .wrapper .description .title > div {
      margin-top: 0; } }
  @media all and (max-width: 599px) {
    html:lang(ar) .jet-wing .wrapper .description .title > div {
      margin-top: 45px; } }

html:lang(ar) .jet-wing .wrapper .description .details {
  width: 25%;
  padding: 150px 30px 0; }
  @media all and (min-width: 1024px) and (max-width: 1439px) {
    html:lang(ar) .jet-wing .wrapper .description .details {
      width: 30%;
      padding: 100px 30px 0; } }
  @media (max-width: 1199.98px) {
    html:lang(ar) .jet-wing .wrapper .description .details {
      width: 30%;
      padding: 50px 20px 0; } }
  @media all and (min-width: 600px) and (max-width: 1023px) {
    html:lang(ar) .jet-wing .wrapper .description .details {
      padding: 30px 0 0; } }
  @media all and (max-width: 599px) {
    html:lang(ar) .jet-wing .wrapper .description .details {
      padding: 0; } }
  @media all and (max-width: 599px) {
    html:lang(ar) .jet-wing .wrapper .description .details {
      display: none; } }

html:lang(ar) .jet-wing .read-more {
  right: auto;
  left: 0; }
  @media all and (max-width: 599px) {
    html:lang(ar) .jet-wing .read-more {
      margin: 0;
      margin-right: 20%;
      margin-top: -80px; } }
  html:lang(ar) .jet-wing .read-more .read-more-container {
    margin: 0;
    margin-right: -60px; }
    @media all and (min-width: 1024px) and (max-width: 1439px) {
      html:lang(ar) .jet-wing .read-more .read-more-container {
        margin-right: -40px; } }
    @media (max-width: 1199.98px) {
      html:lang(ar) .jet-wing .read-more .read-more-container {
        margin-right: -30px; } }
    @media all and (min-width: 600px) and (max-width: 1023px) {
      html:lang(ar) .jet-wing .read-more .read-more-container {
        margin-right: -25px; } }
    @media all and (max-width: 599px) {
      html:lang(ar) .jet-wing .read-more .read-more-container {
        margin: 0; } }
