:root {
    /*In Light Mood*/
    --color1: #0e51bb;
    --color2: #084191;
    --color3: #d86f55;
    --color4: #9f3419;
    --section-color1: #e7ebf1;
    --section-color2: #eee;
    --center-gradient: rgb(70, 138, 211);
    --color-red: #f44336;
    --color-blue: #0075ff;
    --color-orange: #f59e0b;
    --color-green: #22c55e;
  
    /* In Dark Mood */
  }
  
  /* #region Global Rules */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
    font-family: 'Cairo', sans-serif;
    transition: 0.3s;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  a {
    text-decoration: none;
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
  }
  
  p {
    line-height: 24px;
  }
  
  ul {
    list-style: none;
  }
  
  ::-webkit-scrollbar {
    width: 15px;
  }
  
  ::-webkit-scrollbar-track {
    background-color: white;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: var(--color1);
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--color2);
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Small */
  @media (min-width: 768px) {
    .container {
        width: 750px;
    }
  }
  
  /* Medium */
  @media (min-width: 992px) {
    .container {
        width: 970px;
    }
  }
  
  /* Large */
  @media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
  }
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  
  /* Document
     ========================================================================== */
  
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  
  /* Skills Arena Distinguished Link */
  .nav-cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 18px !important;
      border-radius: 50px;
      font-size: 15px !important;
      font-weight: 600 !important;
      transition: all 0.3s ease;
  }
  
  .nav-cta-btn i {
      font-size: 14px;
  }
  
  .nav-cta-btn.games-btn {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
      color: white !important;
      border: none !important;
      box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4) !important;
      position: relative;
      overflow: hidden;
  }
  
  .nav-cta-btn.games-btn::before {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: rgba(255, 255, 255, 0.1);
      transform: rotate(45deg);
      transition: 0.5s;
      pointer-events: none;
  }
  
  .nav-cta-btn.games-btn:hover::before {
      left: 100%;
  }
  
  .nav-cta-btn.games-btn i {
      animation: gamepad-wiggle 2s infinite;
  }
  
  @keyframes gamepad-wiggle {
      0%, 100% { transform: rotate(0deg); }
      25% { transform: rotate(-15deg); }
      75% { transform: rotate(15deg); }
  }
  
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
    color: #222;
    font-family: 'Cairo', sans-serif; 
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
 
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
 /* #endregion Global Rules */
  
  /* #region Padding and box-model */
  .section-padding-40 {
      padding-top: 40px;
      padding-bottom: 40px;
  }
  
  .section-padding-50 {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  
  .section-padding-60 {
      padding-top: 60px;
      padding-bottom: 60px;
  }

  /* #endregion Padding and box-model */
  
  /* #region display and position*/
  .center-flex {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .flex-row-start {
      display: flex;
      align-items: center;
  }
  
  .flex-row-center {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .flex-row-space-between {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .flex-col-start {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
  }
  
  .flex-col-center {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  
  
  .flex-col-space-between {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  
  .grid-autofill-150 {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 10px;
  }
  
  .grid-autofill-200 {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 20px;
  }
  
  .grid-autofill-250 {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 20px;
  }
  
  .grid-autofill-300 {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 30px;
  }
  
  .grid-autofill-350 {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
      gap: 30px;
  }
  
  .grid-autofill-400 {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
      gap: 40px;
  }
  
   /* #endregion display and position*/

  /* #region typography*/
  .paragraph-style-1 {
      line-height: 22px;
      font-size: 15px;
      color: rgb(22, 22, 22);
  }
  
  .paragraph-style-2 {
      line-height: 24px;
      font-size: 17px;
      color: rgb(22, 22, 22);
  }
  /* #endregion typography*/
  
  /* display & postioning */
  .pos-cc {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
  
  .pos-tl {
      position: absolute;
      left: 0;
      top: 0;
  }
  
  .pos-tr {
      position: absolute;
      right: 0;
      top: 0;
  }
  
  .pos-bl {
      position: absolute;
      left: 0;
      bottom: 0;
  }
  
  .pos-br {
      position: absolute;
      right: 0;
      bottom: 0;
  }
  
  /* modal */
  .full-black-modal {
      width: 100%;
      height: 100%;
      background-color: rgba(14, 14, 14, 0.315);
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
  
  .full-white-modal {
      width: 100%;
      height: 100%;
      background-color: rgba(238, 238, 238, 0.363);
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }
  
  .fit-black-modal {
      width: fit-content;
      height: fit-content;
      background-color: rgba(14, 14, 14, 0.315);
      padding: 30px;
      border-radius: 10px;
  }
  
  .fit-white-modal {
      width: fit-content;
      height: fit-content;
      background-color: rgba(240, 240, 240, 0.315);
      padding: 30px;
      border-radius: 10px;
  }
  
  .bar-black-modal {
      width: 100%;
      background-color: rgba(14, 14, 14, 0.315);
      padding: 20px;
      position: relative;
  }
  
  .bar-white-modal {
      width: 100%;
      background-color: rgba(233, 233, 233, 0.418);
      padding: 20px;
      position: relative;
  }
  
  /**/
  .active-element {
      transform: scale(1.08);
      background-color: #065bbd;
      color: white;
  }
  
  
  @media (max-width: 767px) {
      .flex-col-center-mobile {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
      }
  }
  /* Btns And Titles */
  .block-title {
    font-weight: 300;
    font-size: 3.8em;
    padding: 0 40px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.polo-btn {
    display: block;
    color: #fff;
    border: 1px solid;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    padding: 15px 0px;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;
}
  .btn-shape {
      padding: 10px 15px;
      display: grid;
      place-items: center center;
      font-weight: 600;
      cursor: pointer;
  }
  
  .btn-solid {
      width: 180px;
      height: 45px;
      padding: 12px;
      display: grid;
      place-items: center center;
      border: none;
      border-radius: 20px;
      font-weight: 600;
      cursor: pointer;
  }
  
  .btn-solid:hover,
  .btn-shape:hover {
      transform: scale(1.08);
      background-color: var(--color3);
      color: rgb(29, 28, 28);
  }
  
  .btn-gradint {
      height: 35px;
      padding: 12px;
      background-image: radial-gradient(#032a7c 0%, #032a7c 50%, #0077ff 100%);
      border: none;
      display: flex;
      align-items: center;
  }
  
  .btn-gradint:hover {
      transform: scale(1.08);
      background-color: radial-gradient(#0077ff 0%, #032a7c 100%);
  
  }
  
  .btn-form {
      width: 100%;
      height: 45px;
      display: grid;
      place-items: center center;
      border-radius: 10px;
      border: none;
      font-weight: 600;
      cursor: pointer;
  }
  
  .btn-form:hover {
      transform: scale(1.08);
      background-color: var(--color3);
      color: white;
  }
  
  /* Start Simple input */
  .simple-input {
      height: 35px;
      padding: 12px;
      flex: 1;
      padding: 7px 7px 5px 7px;
      border: 1px solid rgb(160, 158, 158);
      transition: .5s;
  }
  
  .simple-input:focus {
      border: 2px solid rgb(63, 62, 136);
  }
  
  .simple-input:focus::placeholder {
      opacity: 0;
  }
  
  /* End Simple input */
  
  /* Start icon input */
  .icon-input-div {
      width: 100%;
      display: flex;
      align-items: center;
  }
  
  .icon-input-div i {
      width: 40px;
      height: 40px;
      background-color: #f6f6f6;
      border: 1px solid #ddd;
      border-right: none;
      border-radius: 6px 0 0 6px;
      transition: 0.3s;
      color: gray;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: .3s;
  }
  
  .icon-input-div input {
      width: 100%;
      height: 40px;
      background-color: #f6f6f6;
      border: 1px solid #ddd;
      padding-left: 10px;
      border-radius: 0 6px 6px 0;
  }
  
  .icon-input-div:focus-within i {
      color: black;
      font-size: 19px;
  }
  
  /* End icon input */
  
  /* images */
  .img_res{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
  
  
  /* lists */
  .ul-row {
      width: fit-content;
      display: flex;
      align-items: center;
  }
  
  .ul-row li {
      cursor: pointer;
      transition: .4s;
  }
  
  .ul-row li:hover {
      color: var(--color4);
  }
  
  /* width + height*/
  .w-20 {
      width: 20px;
  }
  
  .w-30 {
      width: 30px;
  }
  
  .w-40 {
      width: 40px;
  }
  
  .w-50 {
      width: 50px;
  }
  
  .w-60 {
      width: 60px;
  }
  
  .w-80 {
      width: 80px;
  }
  
  .w-100 {
      width: 100px;
  }
  
  .w-120 {
      width: 120px;
  }
  
  .w-140 {
      width: 140px;
  }
  
  .w-160 {
      width: 160px;
  }
  
  .w-180 {
      width: 180px;
  }
  
  .w-200 {
      width: 200px;
  }
  
  .w-250 {
      width: 250px;
  }
  
  .w-300 {
      width: 300px;
  }
  
  .w-350 {
      width: 350px;
  }
  
  .w-400 {
      width: 400px;
  }
  
  .w-450 {
      width: 450px;
  }
  
  .w-500 {
      width: 500px;
  }
  
  .w-550 {
      width: 550px;
  }
  
  .w-half {
      width: 50%;
  }
  
  .w-full {
      width: 100%;
  }
  
  .w-100vw {
      width: 100vw;
  }
  
  .w-fit {
      width: fit-content;
  }
  
  .mx-w150 {
      max-width: 150px;
  }
  
  .mx-w200 {
      max-width: 200px;
  }
  
  .mx-w250 {
      max-width: 250px;
  }
  
  .mx-w300 {
      max-width: 300px;
  }
  
  .mx-w350 {
      max-width: 350px;
  }
  
  .mx-w400 {
      max-width: 400px;
  }
  
  .mx-w450 {
      max-width: 450px;
  }
  
  .mx-w500 {
      max-width: 500px;
  }
  
  .mx-w550 {
      max-width: 550px;
  }
  
  .mx-w600 {
      max-width: 600px;
  }
  
  .mn-w150 {
      min-width: 150px;
  }
  
  .mn-w200 {
      min-width: 200px;
  }
  
  .mn-w250 {
      min-width: 250px;
  }
  
  .mn-w300 {
      min-width: 300px;
  }
  
  .mn-w350 {
      min-width: 350px;
  }
  
  .mn-w400 {
      min-width: 400px;
  }
  
  .mn-w450 {
      min-width: 450px;
  }
  
  .mn-w500 {
      min-width: 500px;
  }
  
  .mn-w550 {
      min-width: 550px;
  }
  
  .mn-w600 {
      min-width: 600px;
  }
  
  .h-20 {
      height: 20px;
  }
  
  .h-30 {
      height: 30px;
  }
  
  .h-40 {
      height: 40px;
  }
  
  .h-50 {
      height: 50px;
  }
  
  .h-60 {
      height: 60px;
  }
  
  .h-80 {
      height: 80px;
  }
  
  .h-100 {
      height: 100px;
  }
  
  .h-120 {
      height: 120px;
  }
  
  .h-140 {
      height: 140px;
  }
  
  .h-160 {
      height: 160px;
  }
  
  .h-180 {
      height: 180px;
  }
  
  .h-200 {
      height: 200px;
  }
  
  .h-250 {
      height: 250px;
  }
  
  .h-300 {
      height: 300px;
  }
  
  .h-350 {
      height: 350px;
  }
  
  .h-400 {
      height: 400px;
  }
  
  .h-450 {
      height: 450px;
  }
  
  .h-500 {
      height: 500px;
  }
  
  .h-550 {
      height: 550px;
  }
  
  .h-full {
      height: 100%;
  }
  
  .h-100vh {
      min-height: 100vh;
  }
  
  .h-fit {
      height: fit-content;
  }
  
  .mx-h150 {
      max-height: 150px;
  }
  
  .mx-h200 {
      max-height: 200px;
  }
  
  .mx-h250 {
      max-height: 250px;
  }
  
  .mx-h300 {
      max-height: 300px;
  }
  
  .mx-h350 {
      max-height: 350px;
  }
  
  .mx-h400 {
      max-height: 400px;
  }
  
  .mx-h450 {
      max-height: 450px;
  }
  
  .mx-h500 {
      max-height: 500px;
  }
  
  .mx-h550 {
      max-height: 550px;
  }
  
  .mx-h600 {
      max-height: 600px;
  }
  
  .mn-h150 {
      min-height: 150px;
  }
  
  .mn-h200 {
      min-height: 200px;
  }
  
  .mn-h250 {
      min-height: 250px;
  }
  
  .mn-h300 {
      min-height: 300px;
  }
  
  .mn-h350 {
      min-height: 350px;
  }
  
  .mn-h400 {
      min-height: 400px;
  }
  
  .mn-h450 {
      min-height: 450px;
  }
  
  .mn-h500 {
      min-height: 500px;
  }
  
  .mn-h550 {
      min-height: 550px;
  }
  
  .mn-h600 {
      min-height: 600px;
  }
  
  .mn-h-100vh {
      min-height: 100vh;
  }
  
  /* Padding + Margin */
  .p-0 {
      padding: 0;
  }
  
  .p-5 {
      padding: 5px;
  }
  
  .p-10 {
      padding: 10px;
  }
  
  .p-15 {
      padding: 15px;
  }
  
  .p-20 {
      padding: 20px;
  }
  
  .p-25 {
      padding: 25px;
  }
  
  .p-30 {
      padding: 30px;
  }
  
  .p-35 {
      padding: 35px;
  }
  
  .p-40 {
      padding: 40px;
  }
  
  .pt-0 {
      padding-top: 0;
  }
  
  .pt-5 {
      padding-top: 5px;
  }
  
  .pt-10 {
      padding-top: 10px;
  }
  
  .pt-15 {
      padding-top: 15px;
  }
  
  .pt-20 {
      padding-top: 20px;
  }
  
  .pt-25 {
      padding-top: 25px;
  }
  
  .pt-30 {
      padding-top: 30px;
  }
  
  .pt-35 {
      padding-top: 35px;
  }
  
  .pt-40 {
      padding-top: 40px;
  }
  
  .pb-0 {
      padding-bottom: 0;
  }
  
  .pb-5 {
      padding-bottom: 5px;
  }
  
  .pb-10 {
      padding-bottom: 10px;
  }
  
  .pb-15 {
      padding-bottom: 15px;
  }
  
  .pb-20 {
      padding-bottom: 20px;
  }
  
  .pb-25 {
      padding-bottom: 25px;
  }
  
  .pb-30 {
      padding-bottom: 30px;
  }
  
  .pb-35 {
      padding-bottom: 35px;
  }
  
  .pb-40 {
      padding-bottom: 40px;
  }
  
  .pl-0 {
      padding-left: 0;
  }
  
  .pl-5 {
      padding-left: 5px;
  }
  
  .pl-10 {
      padding-left: 10px;
  }
  
  .pl-15 {
      padding-left: 15px;
  }
  
  .pl-20 {
      padding-left: 20px;
  }
  
  .pl-25 {
      padding-left: 25px;
  }
  
  .pl-30 {
      padding-left: 30px;
  }
  
  .pl-35 {
      padding-left: 35px;
  }
  
  .pl-40 {
      padding-left: 40px;
  }
  
  .pr-0 {
      padding-right: 0;
  }
  
  .pr-5 {
      padding-right: 5px;
  }
  
  .pr-10 {
      padding-right: 10px;
  }
  
  .pr-15 {
      padding-right: 15px;
  }
  
  .pr-20 {
      padding-right: 20px;
  }
  
  .pr-25 {
      padding-right: 25px;
  }
  
  .pr-30 {
      padding-right: 30px;
  }
  
  .m-0 {
      margin: 0;
  }
  
  .m-5 {
      margin: 5;
  }
  
  .m-10 {
      margin: 10px;
  }
  
  .m-15 {
      margin: 15px;
  }
  
  .m-20 {
      margin: 20px;
  }
  
  .m-25 {
      margin: 25px;
  }
  
  .m-30 {
      margin: 30px;
  }
  
  .m-35 {
      margin: 35px;
  }
  
  .m-40 {
      margin: 40px;
  }
  
  .mt-0 {
      margin-top: 0;
  }
  
  .mt-5 {
      margin-top: 5;
  }
  
  .mt-10 {
      margin-top: 10px;
  }
  
  .mt-15 {
      margin-top: 15px;
  }
  
  .mt-20 {
      margin-top: 20px;
  }
  
  .mt-25 {
      margin-top: 25px;
  }
  
  .mt-30 {
      margin-top: 30px;
  }
  
  .mt-35 {
      margin-top: 35px;
  }
  
  .mt-40 {
      margin-top: 40px;
  }
  
  .mr-0 {
      margin-right: 0px;
  }
  
  .mr-5 {
      margin-right: 5px;
  }
  
  .mr-10 {
      margin-right: 10px;
  }
  
  .mr-15 {
      margin-right: 15px;
  }
  
  .mr-20 {
      margin-right: 20px;
  }
  
  .mr-25 {
      margin-right: 25px;
  }
  
  .mr-30 {
      margin-right: 30px;
  }
  
  .mr-35 {
      margin-right: 35px;
  }
  
  .mr-40 {
      margin-right: 40px;
  }
  
  .mb-0 {
      margin-bottom: 0;
  }
  
  .mb-5 {
      margin-bottom: 5px;
  }
  
  .mb-10 {
      margin-bottom: 10px;
  }
  
  .mb-15 {
      margin-bottom: 15px;
  }
  
  .mb-20 {
      margin-bottom: 20px;
  }
  
  .mb-25 {
      margin-bottom: 25px;
  }
  
  .mb-30 {
      margin-bottom: 30px;
  }
  
  .mb-35 {
      margin-bottom: 35px;
  }
  
  .mb-40 {
      margin-bottom: 40px;
  }
  
  .ml-0 {
      margin-left: 0;
  }
  
  .ml-5 {
      margin-left: 5px;
  }
  
  .ml-10 {
      margin-left: 10px;
  }
  
  .ml-15 {
      margin-left: 15px;
  }
  
  .ml-20 {
      margin-left: 20px;
  }
  
  .ml-25 {
      margin-left: 25px;
  }
  
  .ml-30 {
      margin-left: 30px;
  }
  
  .ml-35 {
      margin-left: 35px;
  }
  
  .ml-40 {
      margin-left: 40px;
  }
  
  /* border */
  .b-none {
      border: none;
  }
  
  .border-ccc {
      border: 1px solid #ccc;
  }
  
  .border-eee {
      border: 1px solid #eee;
  }
  
  .border-dark {
      border: 1px solid rgb(24, 24, 24);
  }
  
  .border-red {
      border: 1px solid #f44336;
  }
  
  .border-green {
      border: 1px solid #22c55e;
  }
  
  .border-blue {
      border: 1px solid #0075ff;
  }
  
  .border-orange {
      border: 1px solid #f59e0b;
  }
  
  .border-t-ccc {
      border-top: 1px solid #ccc;
  }
  
  .border-t-eee {
      border-top: 1px solid #eee;
  }
  
  .border-t-dark {
      border-top: 1px solid rgb(24, 24, 24);
  }
  
  .border-t-red {
      border-top: 1px solid #f44336;
  }
  
  .border-t-green {
      border-top: 1px solid #22c55e;
  }
  
  .border-t-blue {
      border-top: 1px solid #0075ff;
  }
  
  .border-t-orange {
      border-top: 1px solid #f59e0b;
  }
  
  .border-r-ccc {
      border-right: 1px solid #ccc;
  }
  
  .border-r-eee {
      border-right: 1px solid #eee;
  }
  
  .border-r-dark {
      border-right: 1px solid rgb(24, 24, 24);
  }
  
  .border-r-red {
      border-right: 1px solid #f44336;
  }
  
  .border-r-green {
      border-right: 1px solid #22c55e;
  }
  
  .border-r-blue {
      border-right: 1px solid #0075ff;
  }
  
  .border-r-orange {
      border-right: 1px solid #f59e0b;
  }
  
  .border-b-ccc {
      border-bottom: 1px solid #ccc;
  }
  
  .border-b-eee {
      border-bottom: 1px solid #eee;
  }
  
  .border-b-dark {
      border-bottom: 1px solid rgb(24, 24, 24);
  }
  
  .border-b-red {
      border-bottom: 1px solid #f44336;
  }
  
  .border-b-green {
      border-bottom: 1px solid #22c55e;
  }
  
  .border-b-blue {
      border-bottom: 1px solid #0075ff;
  }
  
  .border-b-orange {
      border-bottom: 1px solid #f59e0b;
  }
  
  .border-l-ccc {
      border-left: 1px solid #ccc;
  }
  
  .border-l-eee {
      border-left: 1px solid #eee;
  }
  
  .border-l-dark {
      border-left: 1px solid rgb(24, 24, 24);
  }
  
  .border-l-red {
      border-left: 1px solid #f44336;
  }
  
  .border-l-green {
      border-left: 1px solid #22c55e;
  }
  
  .border-l-blue {
      border-left: 1px solid #0075ff;
  }
  
  .border-l-orange {
      border-left: 1px solid #f59e0b;
  }
  
  .rad-5 {
      border-radius: 6px;
  }
  
  .rad-10 {
      border-radius: 10px;
  }
  
  .rad-15 {
      border-radius: 15px;
  }
  
  .rad-half {
      border-radius: 50%;
  }
  
  /* bg color */
  .bg-white {
      background-color: white;
  }
  
  .bg-eee {
      background-color: #eee;
  }
  
  .bg-ccc {
      background-color: #ccc;
  }
  
  .bg-grey {
      background-color: grey;
  }
  
  .bg-dark {
      background-color: rgb(24, 24, 24);
  }
  
  .bg-red {
      background-color: #f44336;
  }
  
  .bg-green {
      background-color: #22c55e;
  }
  
  .bg-blue {
      background-color: #0075ff;
  }
  
  .bg-orange {
      background-color: #f59e0b;
  }
  
  .bg-color-1 {
      background-color: var(--color1);
  }
  
  .bg-color-2 {
      background-color: var(--color2);
  }
  
  .bg-color-3 {
      background-color: var(--color3);
  }
  
  .bg-color-4 {
      background-color: var(--color4);
  }
  
  /* txt color */
  .txt-white {
      color: white;
  }
  
  .txt-eee {
      color: #eee;
  }
  
  .txt-ccc {
      color: #ccc;
  }
  
  .txt-grey {
      color: grey;
  }
  
  .txt-dark {
      color: rgb(24, 24, 24);
  }
  
  .txt-red {
      color: #f44336;
  }
  
  .txt-green {
      color: #22c55e;
  }
  
  .txt-blue {
      color: #0075ff;
  }
  
  .txt-orange {
      color: #f59e0b;
  }
  
  .txt-color-1 {
      color: var(--color1);
  }
  
  .txt-color-2 {
      color: var(--color2);
  }
  
  .txt-color-3 {
      color: var(--color3);
  }
  
  .txt-color-4 {
      color: var(--color4);
  }
  
  /* Shadow*/
  .shadow-sm {
      box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  
  .shadow-mid {
      box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  }
  
  .shadow-lg {
      box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  }
  
  .shadow-prominent {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  }
  
  .shadow-dive {
      box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  }
  
  /* text align */
  .txt-start {
      text-align: start;
  }
  
  .txt-center {
      text-align: center;
  }
  
  .txt-end {
      text-align: end;
  }
  
  /* font Size & weight */
  .fs-13 {
      font-size: 13px;
  }
  
  .fs-14 {
      font-size: 14px;
  }
  
  .fs-15 {
      font-size: 15px;
  }
  
  .fs-18 {
      font-size: 18px;
  }
  
  .fs-20 {
      font-size: 20px;
  }
  
  .fs-25 {
      font-size: 25px;
  }
  
  .fs-30 {
      font-size: 30px;
  }
  
  .fs-35 {
      font-size: 35px;
  }
  
  .fs-40 {
      font-size: 40px;
  }
  
  .fs-45 {
      font-size: 45px;
  }
  
  .fs-50 {
      font-size: 50px;
  }
  
  .fs-55 {
      font-size: 55px;
  }
  
  .fs-60 {
      font-size: 60px;
  }
  
  .fw-400 {
      font-weight: 400;
  }
  
  .fw-600 {
      font-weight: 600;
  }
  
  .fw-bold {
      font-weight: bold;
  }
  
  .line-h-150 {
      line-height: 1.5;
  }
  
  .line-h-160 {
      line-height: 1.6;
  }
  
  .line-h-170 {
      line-height: 1.7;
  }
  
  .line-h-180 {
      line-height: 1.8;
  }
  
  .line-h-190 {
      line-height: 1.9;
  }
  
  .line-h-200 {
      line-height: 2;
  }
  
  /* display */
  .d-none {
      display: none;
  }
  
  .d-block {
      display: block;
  }
  
  .d-flex {
      display: flex;
  }
  
  .d-grid {
      display: grid;
  }
  
  .f-wrap {
      flex-wrap: wrap;
  }
  
  .f-col {
      flex-direction: column;
  }
  
  .align-center {
      align-items: center;
  }
  
  .justify-center {
      justify-content: center;
  }
  
  .justify-between {
      justify-content: space-between;
  }
  
  .justify-around {
      justify-content: space-around;
  }
  
  .gap-5 {
      gap: 5px;
  }
  
  .gap-10 {
      gap: 10px;
  }
  
  .gap-15 {
      gap: 15px;
  }
  
  .gap-20 {
      gap: 20px;
  }
  
  .gap-25 {
      gap: 25px;
  }
  
  .gap-30 {
      gap: 30px;
  }
  
  .gap-40 {
      gap: 40px;
  }
  
  /* overflow */
  .overflow-hidden {
      overflow: hidden;
  }
  
  .overflow-scroll {
      overflow: scroll;
  }
  
  /* Position */
  .p-relative {
      position: relative;
  }
  
  .p-absolute {
      position: absolute;
  }
  
  .p-fixed {
      position: fixed;
  }
  
  .top-0 {
      top: 0;
  }
  
  .right-0 {
      right: 0;
  }
  
  .bottom-0 {
      bottom: 0;
  }
  
  .left-0 {
      left: 0;
  }
  
  /* inter actions */
  .pointer {
      cursor: pointer;
  }
  
  /* transition */
  .transition-3 {
      transition: .3s;
  }
  
  .transition-5 {
      transition: .5s;
  }
  
  .transition-7 {
      transition: .7s;
  }
  
  .transition-9 {
      transition: .9s;
  }
  
  /* media response */
  
  @media (max-width: 767px) {
      .block-mobile {
          display: block;
      }
  
      .flex-mobile {
          display: flex;
      }
  
      .hide-mobile {
          display: none;
      }
  
      .txt-center-mobile {
          text-align: center;
      }
  
  }
  
 / *   S k i l l s   A r e n a   D i s t i n g u i s h e d   L i n k   * / 
 . n a v - c t a - b t n . g a m e s - b t n   { 
         b a c k g r o u n d :   l i n e a r - g r a d i e n t ( 1 3 5 d e g ,   # 6 6 7 e e a   0 % ,   # 7 6 4 b a 2   1 0 0 % )   ! i m p o r t a n t ; 
         c o l o r :   w h i t e   ! i m p o r t a n t ; 
         b o r d e r :   n o n e   ! i m p o r t a n t ; 
         p a d d i n g :   8 p x   2 0 p x   ! i m p o r t a n t ; 
         b o r d e r - r a d i u s :   5 0 p x   ! i m p o r t a n t ; 
         f o n t - w e i g h t :   7 0 0   ! i m p o r t a n t ; 
         b o x - s h a d o w :   0   4 p x   1 5 p x   r g b a ( 1 0 2 ,   1 2 6 ,   2 3 4 ,   0 . 4 )   ! i m p o r t a n t ; 
         p o s i t i o n :   r e l a t i v e ; 
         o v e r f l o w :   h i d d e n ; 
         d i s p l a y :   i n l i n e - f l e x ; 
         a l i g n - i t e m s :   c e n t e r ; 
         g a p :   8 p x ; 
 } 
 
 . n a v - c t a - b t n . g a m e s - b t n : : b e f o r e   { 
         c o n t e n t :   ' ' ; 
         p o s i t i o n :   a b s o l u t e ; 
         t o p :   - 5 0 % ; 
         l e f t :   - 5 0 % ; 
         w i d t h :   2 0 0 % ; 
         h e i g h t :   2 0 0 % ; 
         b a c k g r o u n d :   r g b a ( 2 5 5 ,   2 5 5 ,   2 5 5 ,   0 . 1 ) ; 
         t r a n s f o r m :   r o t a t e ( 4 5 d e g ) ; 
         t r a n s i t i o n :   0 . 5 s ; 
         p o i n t e r - e v e n t s :   n o n e ; 
 } 
 
 . n a v - c t a - b t n . g a m e s - b t n : h o v e r : : b e f o r e   { 
         l e f t :   1 0 0 % ; 
 } 
 
 . n a v - c t a - b t n . g a m e s - b t n   i   { 
         a n i m a t i o n :   g a m e p a d - w i g g l e   2 s   i n f i n i t e ; 
 } 
 
 @ k e y f r a m e s   g a m e p a d - w i g g l e   { 
         0 % ,   1 0 0 %   {   t r a n s f o r m :   r o t a t e ( 0 d e g ) ;   } 
         2 5 %   {   t r a n s f o r m :   r o t a t e ( - 1 5 d e g ) ;   } 
         7 5 %   {   t r a n s f o r m :   r o t a t e ( 1 5 d e g ) ;   } 
 } 
 
 
 
