/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100vh;
  }

  /*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */

  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }

  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }

  /*
   * A better looking default horizontal rule
   */

  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }

  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }

  /*
   * Remove default fieldset styles.
   */

  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }

  /*
   * Allow only vertical resizing of textareas.
   */

  textarea {
    resize: vertical;
  }

  /* ==========================================================================
     Author's custom styles
     ========================================================================== */

  /* ==========================================================================
     Helper classes
     ========================================================================== */

  /*
   * Hide visually and from screen readers
   */

  .hidden,
  [hidden] {
    display: none !important;
  }

  /*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */

  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }

  /*
   * Extends the .sr-only class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */

  .sr-only.focusable:active,
  .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }

  /*
   * Hide visually and from screen readers, but maintain layout
   */

  .invisible {
    visibility: hidden;
  }

  /*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */

  .clearfix::before,
  .clearfix::after {
    content: " ";
    display: table;
  }

  .clearfix::after {
    clear: both;
  }

  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

  @media only screen and (min-width: 35em) {

    /* section home mobile */
    .section-home-mobile{
      display: none;
    }
    /* end of section home mobile */

    /* home section */
    section.sec-home {
      background-image: url('../img/bg-home.png') !important;
      padding: 55px 0 30px 0 !important;
    }

    figure.fig-home {
      margin-left: 25px !important;
    }

    ul.ul-home {
      margin: 0 !important;
      margin-left: 25px !important;
    }

    figure.fig-abs-cup-watermark {
      display: block !important;
      position: absolute;
      left: -3%;
      top: 0;
      z-index: 0;
      opacity: 30%;
      transform: scale(0.9);
    }

    figure.fig-player {
      display: inline-block !important;
      transform: scale(1.0) !important;
      bottom: 54px !important;
      position: absolute !important;
      left: -2% !important;
    }

    figure.fig-abs-logoG3 {
      display: inline-block !important;
      position: absolute;
      right: 1%;
      top: 1%;
      z-index: 0;
    }

    figure.fig-abs-pitch, figure.fig-abs-ball, figure.fig-form-abs {
      display: inline-block !important;
    }

    figure.fig-abs-pitch{
      right: -1.5%;
      bottom: -38px !important;
      transform: scale(0.9);
    }

    figure.fig-abs-pitch-mobile, figure.fig-abs-ball-mobile {
      display: none !important;
    }

    figure.fig-abs-mark-player {
      display: inline-block !important;
      position: absolute;
      top: 50%;
      left: -11%;
      z-index: 1;
    }

    figure.fig-abs-mark-top {
      position: absolute;
      top: -15.5% !important;
      left: -23% !important;
      z-index: -1;
    }

    figure.fig-abs-mark-top-stripe {
      position: absolute;
      top: -0.6% !important;
      left: 0 !important;
      z-index: 0 !important;
      filter: contrast(120%) brightness(80%) opacity(75%);
      transform: scale(1.0) !important;
    }

    .box-home-list > .container-fluid{
      background: rgba(255,255,255,0.7);
      border-radius: 10px;
      padding: 5% 5% 0;
    }
    /* end of home section */

    /* main form */
    div.box-form{
      margin-bottom: 10% !important;
    }

    div.col-form-a {
      position: relative;
      float: left;
      width: 150px;
    }
    div.col-form-b {
      position: relative;
      float: left;
      width: calc(100% - 150px);
    }

    .g-recaptcha{
      transform:scale(1.0);-webkit-transform:scale(1.0) !important;
      transform-origin:50% 50% !important;
      -webkit-transform-origin: 50% 50% !important;
    }
    /* end of main form */

    /* footer */
    section.sec-footer {
      height: 110px !important;
      padding: 78px 10px 0 10px !important;
      text-align: left !important;
      background-image: url(../img/footer-qatar.png) !important;
    }
    /* end of footer */

  }

  @media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }

  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

  @media print {
    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }

    a,
    a:visited {
      text-decoration: underline;
    }

    a[href]::after {
      content: " (" attr(href) ")";
    }

    abbr[title]::after {
      content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
      content: "";
    }

    pre {
      white-space: pre-wrap !important;
    }

    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
      display: table-header-group;
    }

    tr,
    img {
      page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }

    h2,
    h3 {
      page-break-after: avoid;
    }
  }

  @media only screen and (min-width: 1920px) {

    /* section home mobile */
    .section-home-mobile{
      display: none;
    }
    /* end of section home mobile */

    /* home section */
    section.sec-home {
      background-image: url('../img/bg-home.png') !important;
      padding: 59px 0 !important;
    }

    ul.ul-home, figure.fig-home {
      margin: 0 !important;
    }

    ul.ul-home {
      margin-left: 0 !important;
    }

    figure.fig-abs-cup-watermark {
      display: inline-block !important;
      position: absolute;
      left: 0;
      top: 5%;
      z-index: 0;
      opacity: 40%;
      transform: scale(1);
    }

    figure.fig-abs-logoG3 {
      display: inline-block !important;
      position: absolute;
      right: 2.5%;
      top: 1%;
      z-index: 0;
    }

    figure.fig-player {
      transform: scale(1.0) !important;
      bottom: 55px !important;
      left: 0 !important;
      position: absolute !important;
    }

    figure.fig-abs-pitch, figure.fig-abs-ball, figure.fig-form-abs {
      display: inline-block !important;
    }

    figure.fig-abs-pitch{
      right: 0;
      bottom: -38px !important;
      transform: scale(1.0);
    }

    figure.fig-abs-pitch-mobile, figure.fig-abs-ball-mobile {
      display: none !important;
    }

    figure.fig-player {
      position: absolute;
      bottom: 55px;
      left: -20%;
      display: inline-block !important;
    }

    figure.fig-abs-mark-player {
      display: inline-block !important;
      position: absolute;
      top: 50%;
      left: -9% !important;
      z-index: 1;
    }

    figure.fig-abs-mark-top {
      position: absolute;
      top: -7.4% !important;
      left: -20% !important;
      z-index: -1;
    }

    figure.fig-abs-mark-top-stripe {
      position: absolute;
      top: -0.6% !important;
      left: 0 !important;
      z-index: 1 !important;
      filter: contrast(140%) brightness(60%) opacity(75%);
      transform: scale(1.0) !important;
    }

    div.box-home-list{
      margin: 15% 0 0 5%;
    }

    .box-home-list > .container-fluid{
      background: none;
      border-radius: 0;
      padding: 5%;
    }
    /* end of home section */

    /* main form */
    div.box-form{
      margin-bottom: 7.5% !important;
    }

    div.col-form-a {
      position: relative;
      float: left;
      width: 150px;
    }
    div.col-form-b {
      position: relative;
      float: left;
      width: calc(100% - 150px);
    }

    .g-recaptcha{
      transform:scale(1.0);-webkit-transform:scale(1.0) !important;
      transform-origin:50% 50% !important;
      -webkit-transform-origin: 50% 50% !important;
    }
    /* end of main form */


    /* footer */
    section.sec-footer {
      height: 110px !important;
      padding: 78px 10px 0 10px !important;
      text-align: left !important;
      background-image: url(../img/footer-qatar.png) !important;
    }
    /* end of footer section */
  }

  /*--------------------------------------------------------------
  ### #### Fonts ### ####
  --------------------------------------------------------------*/
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7SUc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v11/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*--------------------------------------------------------------
### #### General style ### ####
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
:root {
  --black: #4F4F4F;
  --red: #8B0011;
  --lred: #B81A54;
}
/*
  var(--black);
  font-family: 'Inter', sans-serif;
*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
	color: var(--black);
}
a, a:visited, a:active, p, button, input {
  font-family: 'Inter', sans-serif;
	color: var(--black);
}
main{
  /* overflow: hidden; */
}
.w960 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.w1180 {
  /* max-width: 1180px; */
  width: 100%;
  margin: 0 auto;
}
.w1380 {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.w1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.w1640 {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}
.cnt {
  text-align: center;
}
.rgt {
  text-align: right;
}
.lft {
  text-align: left;
}
.np {
  padding-left: 0;
  padding-right: 0;
}
figure {
  margin: 0; padding: 0;
  display: inline-block;
}
nav {
  margin: 0; padding: 0;
}
.mp{
  margin: 0; padding: 0;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: var(--red);
  transition: all .12s ease-in;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(40, 40, 52, .7);
}
::-moz-selection {
  color: #fff;
  background: var(--red);
}
::selection {
  color: #fff;
  background: var(--red);
}
.bold {
  font-weight: 700;
}
.mt20 {
  margin-top: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.rel {
  position: relative;
}
.mob-non {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mob-non {
    display: block;
  }
  .mob-np {
    padding-left: 0;
    padding-right: 0;
  }
  .mob-cnt {
    text-align: center
  }
  .mob-mt0 {
    margin-top: 0;
  }
  .mob-mt30 {
    margin-top: 30px;
  }
  .mob-w50 {
    -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
}

/*--------------------------------------------------------------

  1. Section Home
  X. Footer
  XX. Header
--------------------------------------------------------------*/

/**
1. Section Home
**/
section.sec-home {
  position: relative;
  padding: 100px 0 60px 0;
  min-height: calc(100vh - 56px);
  background-image: none;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 0;
}
div.w860 {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

/* section home mobile */
.section-home-mobile{
  display: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 0;
}

figure.fig-abs-pitch-mobile {
  display: inline-block;
  position: absolute;
  right: -6.5%;
  bottom: 37%;
}

figure.fig-rectangle-mobile {
  display: inline-block;
  position: absolute;
  left: -5%;
  bottom: 40%;
  transform: scaleX(2);
}

figure.fig-player-mobile{
  transform: scale(0.8);
  position: absolute;
  right: -35%;
  bottom: 38%;
  z-index: -1;
}

figure.fig-arrow-down{
  position: absolute;
  left: -2.5%;
  bottom: 46%;
  z-index: 1;
  transition: 0.4s;
}

figure.fig-arrow-down:active{
  transform: scale(1.4);
}

figure.fig-background-mobile{
  display: inline-block;
  position: absolute;
  left: -5%;
  bottom: 44%;
  z-index: -2;
  transform: scale(1.1);
  -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}

/* end of section home mobile */

  /* modal */

  .modal-header {
      border-bottom: 0 none;
  }

  .modal-footer {
      border-top: 0 none;
  }

  .modal-content{
    border-radius: 10px;
  }

  figure.fig-phone-form-accepted{
    transform: scale(0.7);
  }

  .close{
    opacity: 1;
  }

  /* end of modal */

  /** home content **/
div.box-home-logo {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
figure.fig-home {
  position: relative;
  margin-left: 0;
}
img.img-home {
  max-width: 250px;
  width: 100%;
}

div.box-home {
  position: relative;
  z-index: 2;
}

figure.fig-abs-logoG3, figure.fig-abs-cup-watermark {
  display: none;
}

  /** home content list **/
div.box-home-list {
  position: relative;
}
ul.ul-home {
  margin: 0; padding: 0;
}
ul.ul-home li {
  position: relative;
  display: block;
  margin: 0 0 25px 0;
  padding: 0 0 0 50px;
  list-style-type: none;
}
ul.ul-home li::before {
  content: '';
  background-image: url('../img/icon-li.png');
  width: 34px; height: 35px;
  background-size: 34px 35px;
  display: inline-block;

  margin: 0;
  position: absolute;
  left: 0; top: 50%;
  transform: translate(0, -50%);
}
p.p-list {
  margin: 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 29px;
}

  /** main form **/
div.box-form {
  position: relative;
  padding: 30px 35px;
  background-color: var(--red);
  mix-blend-mode: normal;
  box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 20%;
  margin-top: 5%;
  z-index: 3;
}
figure.fig-form-abs {
  position: absolute;
  right: -100px; top: -70px;
}

  /** main form title **/
div.box-form-title {
  position: relative;
  margin: 0 0 30px 0;
}
h2.h2-form {
  margin: 0;
  font-weight: 600;
  font-size: 27px;
  line-height: 38px;
  color: #fff;
}
h2.h2-form span {
  font-weight: 100;
}

  /** main form input **/
div.box-form-input {
  position: relative;
  margin: 0 0 15px 0;
}
div.col-form-a {
  position: relative;
  float: left;
  width: 150px;
}
div.col-form-b {
  position: relative;
  float: center;
}
label.lab-form {
  margin: 15px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #F2F2F2;
}
input.form-custom,
textarea.form-custom,
select.form-custom {
  position: relative;
  border: none;
  border: 3px solid transparent;
  height: 44px;
  background-color: #EFEFEF;
  border-radius: 0;
}
textarea.form-custom {
  height: 100px;
}
input.form-custom:focus,
textarea.form-custom:focus,
select.form-custom:focus  {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--lred);
  background-color: #EFEFEF;
}
input.form-custom::-webkit-input-placeholder,
textarea.form-custom:-webkit-input-placeholder {
  font-weight: 500;
  line-height: 15px;
  color: #fff;
  background-color: transparent;
}
input.form-custom::-moz-placeholder,
textarea.form-custom::-moz-placeholder {
  font-weight: 500;
  line-height: 15px;
  color: rgba(130, 134, 154, 0.5);
  background-color: transparent;
}
input.form-custom:-ms-input-placeholder,
textarea.form-custom:-ms-input-placeholder {
  font-weight: 500;
  line-height: 15px;
  color: rgba(130, 134, 154, 0.5);
  background-color: transparent;
}
input.form-custom::-ms-input-placeholder {
  font-weight: 500;
  line-height: 15px;
  color: rgba(130, 134, 154, 0.5);
  background-color: transparent;
}
input.form-custom::placeholder,
textarea.form-custom::placeholder {
  font-weight: 500;
  line-height: 15px;
  color: rgba(130, 134, 154, 0.5);
  background-color: transparent;
}

  /** main form checkbox **/
div.box-form-check {
  position: relative;
  margin-top: 30px;
}
div.col-check-a {
  position: relative;
  z-index: 4;
  float: left;
  width: 40px;
}
div.col-check-b {
  position: relative;
  float: left;
  width: calc(100% - 40px);
}
div.col-check input.check-custom {
  z-index: 4;
  text-align: center;
  position: relative;
  top: 5px; left: 0;
  margin: 0; padding: 0;
  background: white;
}
div.col-check input[type='checkbox'] {
  margin: 0;
}
div.col-check input {
  position: relative !important;
  -webkit-appearance: none;
    -moz-appearance: none;
          appearance: none;
  margin: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: hidden;
}
div.col-check input:before {
  content: '';
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 16px; height: 16px;
  border: 2px solid white;
  -webkit-transition: 0.2s border-color ease;
  -o-transition: 0.2s border-color ease;
  transition: 0.2s border-color ease;
}
div.col-check input {
  background-color: transparent;
}
div.col-check input:checked:before {
  border-color: #EFEFEF;
  background-color: var(--lred);
  -webkit-transition: 0.5s border-color ease;
  -o-transition: 0.5s border-color ease;
  transition: 0.5s border-color ease;
}
div.col-check input:disabled:before {
  border-color: #EFEFEF;
  background-color: #EFEFEF;
}
div.col-check input:after {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  background-color: rgba(19, 193, 163, 1);
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  -webkit-transform: translate(-50%, -50%) scale(0);
          -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
}
div.col-check input[type="checkbox"]:before {
  border-radius: 0;
}
div.col-check input[type="checkbox"] {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    outline: none;
}
label.form-lab-zg {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #BDBDBD;
}
a.a-href,
a.a-href:active,
a.a-href:visited {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #BDBDBD;
  text-decoration: underline;

  transition: color .3s ease-in-out;
}
a.a-href:hover,
a.a-href:focus {
  text-decoration: none;
  color: rgba(255,255,255,.3);
}

/** main form subtmit **/
div.box-form-submit {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
button.btn-submit,
button.btn-submit:active,
button.btn-submit:visited {
  font-weight: bold;
  line-height: 18px;
  color: #fff;
  background-color: var(--lred);
  border: 2px solid var(--lred);
  -webkit-filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.15));
  padding: 15px 60px;
  border-radius: 0;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
button.btn-submit:focus,
button.btn-submit:hover {
  color: var(--red);
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}

/** main form walidation **/
div.form-error input.form-custom,
div.form-error textarea.form-custom {
  border: 4px solid #dc3545;
}
p.p-form-error {
  display: none;
}
div.form-error p.p-form-error {
  display: block;
  margin: 5px 0 0 0;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

figure.fig-player {
  display: none;
}

/**
X. Section Footer
**/
section.sec-footer {
  position: relative;
  background-image: url(../img/footer-qatar-mobile.png);
  background-size: cover;
  background-position: center left;
  padding: 40px 10px 0 10px;
  height: 200px;
  margin-top: -56px;
  z-index: 2;
  mix-blend-mode: darken;
  text-align: center;
}

ul.ul-f {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  bottom: 10px;
}

ul.ul-f li {
  display: inline-block;
  margin-right: 7px;
  margin-left: 7px;
}
p.p-f {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}
a.a-f,
a.a-f:active,
a.a-f:visited {
  color: #fff;
  transition: opacity .3s ease-in-out;
  font-size: 14px;
}

a.a-f:hover,
a.a-f:focus {
  text-decoration: none;
  opacity: .5;
}

figure.fig-abs-pitch {
  display: none;
  position: absolute;
  z-index: 2;
  right: -1.5%;
  bottom: -5%;
  transform: scale(0.9);
}

figure.fig-abs-ball {
  display: none;
  position: absolute;
  left: 45%;
  top:0;
}

figure.fig-abs-ball-mobile {
  display: inline-block;
  position: absolute;
  right: -6%;
  top: 0;
  z-index: 1;
}

 img.img-abs-ball-mobile{
   display: inline-block;
 }

figure.fig-abs-mark-player, figure.fig-form-abs {
  display: none;
}

figure.fig-abs-mark-top {
  position: absolute;
  top: -4%;
  right: 85%;
  z-index: -1;
}

figure.fig-abs-mark-top-stripe {
  position: absolute;
  top: 0%;
  right: 80%;
  z-index: -1;
  transform: scale(2.0);
  filter: contrast(120%) brightness(80%) opacity(75%);
}

.g-recaptcha{
  display: inline-block;
  transform:scale(0.85);-webkit-transform:scale(0.85);transform-origin:2.5% 0;-webkit-transform-origin: 2.5% 0;
  margin: 5px auto;
}

/* Patch for displaying the first section on mobile devices  */

@media only screen and (min-width: 378px) {

  ul.ul-home {
    margin-top: -10%;
  }

}

@media only screen and (min-width: 388px) {

  ul.ul-home {
    margin-top: -15%;
  }

  figure.fig-rectangle-mobile {
    bottom: 38.5%;
  }

  figure.fig-player-mobile{
    bottom: 36.5%;
    left: -35%;
  }

}

@media only screen and (min-width: 391px) {

  ul.ul-home {
    margin-top: -25%;
  }

  figure.fig-rectangle-mobile {
    bottom: 39%;
  }

  figure.fig-player-mobile{
    bottom: 36.5%;
  }

}

@media only screen and (min-width: 415px) {

  ul.ul-home {
    margin-top: -30%;
  }
}

/* End of - Patch for displaying the first section on mobile devices  */

/**
XX. Section Header
**/
.grecaptcha-badge{
	z-index:10;
}
