@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Akira";
  src: url("./asset/font/Akira.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
:root {
  --theme-1: #093427;
  --theme-2: #31395c;
  --theme-3: #21222c;
  --theme-4: #b89760;
  --theme-5: #ffffffb0;
  --theme-6: #030d3d;
  --theme-1-2: #0e0f1f;
  --theme-2-2: #2e2f3e;
  --theme-3-2: #21222c;
  --theme-4-2: #9b1515;
  --theme-5-2: #ffffffb0;
  --theme-6-2: #0d0f1e;
  --font-family-roboto: "Roboto", sans-serif;
  --font-family-akira: "Akira", sans-serif;
  --font-xs: 12px;
  --font-sm: 14px;
  --font-md: 16px;
  --font-lg: 18px;
  --font-xl: 20px; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-roboto); }

body {
  /*background-color: var(--theme-1);*/
  background: url(asset/page-bg.png) no-repeat center top;
  background-size: cover;
  color: var(--theme-5); }

/* Global */
.font-akira {
  font-family: var(--font-family-akira) !important; }

a {
  text-decoration: none; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.quote {
  max-width: 100%;
  height: auto; }

.common-p {
  line-height: 1.6em;
  margin: 10px 0; }

/* MultiSection */
.firstMultiSection {
  /*    background-image: url("asset/bg.png");
      background-size: cover;
      background-position: center -400px;
      background-repeat: no-repeat;*/
  position: relative;
  overflow: hidden;
  /*    &::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          width: calc(1327px);
          height: calc(1101px);
          background-image: url("asset/over.png");
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          z-index: -1;
      }*/ }
  .firstMultiSection img {
    position: relative;
    z-index: 1; }
  .firstMultiSection .container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; }

.secondMultiSection, .thirdMultiSection, .fourthMultiSection {
  background-image: url("asset/grad-red.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; }

/* Header */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent; }
  .navbar .container {
    padding: 1em;
    display: flex;
    justify-content: space-between; }
  .navbar .logo-section {
    display: flex;
    gap: 2em;
    align-items: flex-end; }
    .navbar .logo-section .logo {
      height: 60px; }
    .navbar .logo-section .logo-2 {
      height: 40px; }
    .navbar .logo-section .logo-3 {
      height: 43px; }
    .navbar .logo-section .logo-4 {
      height: 40px; }
    .navbar .logo-section .other-logos {
      display: flex;
      gap: 40px; }
  .navbar #menu-btn {
    border: none;
    background: none;
    cursor: pointer;
    display: none; }
  .navbar .nav-links {
    display: flex;
    align-items: center;
    z-index: 99; }
    .navbar .nav-links ul {
      list-style-type: none;
      margin-top: 14px; }
    .navbar .nav-links > ul > li {
      float: left;
      position: relative;
      margin-left: 20px; }
      .navbar .nav-links > ul > li a {
        color: white;
        font-weight: 300;
        font-size: var(--font-sm);
        text-transform: uppercase;
        text-decoration: none; }
        .navbar .nav-links > ul > li a:hover {
          color: var(--theme-4); }
      .navbar .nav-links > ul > li .sub {
        position: absolute;
        display: none;
        padding-top: 20px; }
        .navbar .nav-links > ul > li .sub ul {
          background: var(--theme-2);
          padding: 20px;
          width: 212px; }
          .navbar .nav-links > ul > li .sub ul li {
            padding: 10px 0;
            border-bottom: 1px dashed #b89760; }
            .navbar .nav-links > ul > li .sub ul li:last-child {
              border-bottom: none; }
          .navbar .nav-links > ul > li .sub ul a {
            color: #b89760; }
            .navbar .nav-links > ul > li .sub ul a:hover {
              color: white; }
        .navbar .nav-links > ul > li .sub.last {
          right: 0; }
      .navbar .nav-links > ul > li:hover .sub {
        display: block; }

.slide-menu {
  display: none;
  position: absolute;
  top: 96px;
  left: -80%;
  width: 80%;
  max-width: 420px;
  background: #b89760;
  z-index: 99999;
  padding: 30px;
  padding-top: 20px;
  height: 500px;
  overflow: scroll;
  transition: .2s left;
  -webkit-transition: .2s left; }
  .slide-menu:after {
    content: " ";
    position: fixed;
    top: 96px;
    left: -80%;
    width: 80%;
    max-width: 420px;
    height: 100%;
    z-index: -1;
    background: #b89760;
    transition: .2s left;
    -webkit-transition: .2s left; }
  .slide-menu.scrolled:after {
    top: 0; }
  .slide-menu .top-part {
    margin-bottom: 25px; }
    .slide-menu .top-part .links {
      text-align: center;
      margin-bottom: 20px;
      margin-left: -30px;
      margin-top: -20px;
      width: calc(100% + 60px);
      background: #0c0628;
      height: 49px;
      padding-top: 16px;
      box-shadow: 3px -2px 5px rgba(0, 0, 0, 0.1098039); }
      .slide-menu .top-part .links a {
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding: 0 15px; }
        .slide-menu .top-part .links a:after {
          content: " ";
          position: absolute;
          right: 0;
          top: 2px;
          border-left: 1px solid #fff;
          height: 15px; }
        .slide-menu .top-part .links a:last-child:after {
          display: none; }
  .slide-menu > ul > li {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    padding-top: 13px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #fff;
    list-style: none; }
    .slide-menu > ul > li ul li {
      padding-left: 20px;
      list-style: none;
      font-weight: 100;
      font-size: 15px;
      margin-top: 10px; }
    .slide-menu > ul > li a {
      color: #fff; }
    .slide-menu > ul > li:first-child a {
      padding-left: 0; }
    .slide-menu > ul > li:last-child {
      border-bottom: none;
      padding-right: 0; }
  .slide-menu.active {
    left: 0; }
    .slide-menu.active:after {
      left: 0; }

/* Hero Section */
.hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4em 20px;
  position: relative; }
  .hero-section .hero-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .hero-section .hero-img img {
      width: 100%;
      height: auto;
      display: block; }
  .hero-section .hero-content {
    max-width: 785px;
    margin: 0 auto; }
    .hero-section .hero-content .hero-text-wrap {
      position: relative; }
      .hero-section .hero-content .hero-text-wrap .hero-text {
        font-size: 13rem;
        font-weight: bold;
        line-height: 0.9;
        color: transparent;
        -webkit-text-stroke: 2px var(--theme-4); }
      .hero-section .hero-content .hero-text-wrap .hero-asia-text {
        max-width: 100px;
        letter-spacing: 4px;
        font-size: 1.6rem;
        position: absolute;
        line-height: 24px;
        bottom: 3em;
        right: 2.5em;
        color: #fff; }
        .hero-section .hero-content .hero-text-wrap .hero-asia-text::before {
          content: "";
          position: absolute;
          width: 1em;
          height: 3px;
          background-color: #fff;
          bottom: -0.7em;
          left: 0;
          transform: translateY(-50%); }
    .hero-section .hero-content .hero-sub-content {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .hero-section .hero-content .hero-sub-content .hero-sub-text {
        max-width: 265px;
        line-height: 1.6em; }
      .hero-section .hero-content .hero-sub-content .event-details .date,
      .hero-section .hero-content .hero-sub-content .event-details .location {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.5rem 1rem;
        border: 1px solid #ffffff71;
        width: fit-content; }
      .hero-section .hero-content .hero-sub-content .event-details .date {
        margin-bottom: 0.5em; }

/* about-section */
.about-section .about-container {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding: 4em 1em; }
  .about-section .about-container .about-container-item {
    width: 50%; }
  .about-section .about-container .about-image img {
    width: 100%;
    height: auto;
    display: block; }
  .about-section .about-container .about-text {
    padding: 1rem 7em 1em 4em; }
    .about-section .about-container .about-text p {
      line-height: 1.6em; }
    .about-section .about-container .about-text .about-first-paragraph {
      margin-bottom: 2em; }
    .about-section .about-container .about-text .about-title {
      font-size: 2.5rem;
      color: #ffffff;
      letter-spacing: 1px;
      font-family: var(--font-family-akira);
      line-height: 0.85em;
      margin-top: 0.7em; }

.league-section .league-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 6em 1em  0;
  position: relative; }
  .league-section .league-container .league-title {
    position: absolute;
    right: 20px;
    top: 80px;
    font-size: 8rem;
    font-weight: bold;
    line-height: 0.9;
    color: transparent;
    -webkit-text-stroke: 1px var(--theme-4);
    font-family: var(--font-family-akira); }
  .league-section .league-container .blks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px; }
    .league-section .league-container .blks .blk .img img {
      width: 100%; }
    .league-section .league-container .blks .blk .blk-ttl {
      display: block;
      font-size: 2.5rem;
      color: #958355;
      letter-spacing: 1px;
      font-family: var(--font-family-akira);
      line-height: 0.85em;
      margin: 30px 0 30px; }
    .league-section .league-container .blks .blk a {
      font-weight: bold;
      text-transform: uppercase;
      color: #958355;
      display: inline-block;
      margin-top: 20px;
      padding-right: 25px;
      background: url(asset/arrow-2.png) no-repeat right center;
      transition: all .2s;
      -webkit-transition: all .2s; }
      .league-section .league-container .blks .blk a:hover {
        padding-right: 35px; }
    .league-section .league-container .blks .blk.blk-2 {
      padding-top: 100px; }
    .league-section .league-container .blks .blk.blk-3 {
      padding-top: 200px; }

/* ai-section */
.ai-section {
  position: relative; }
  .ai-section .ai-img {
    position: absolute;
    bottom: -5px;
    right: 14%;
    z-index: 2; }
    .ai-section .ai-img img {
      width: 100%;
      height: auto; }
  .ai-section .ai-container {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    padding: 6em 20px 12em; }
    .ai-section .ai-container .ai-container-left {
      width: 40%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .ai-section .ai-container .ai-container-left .ai-text {
        font-size: 2.5rem;
        color: #ffffff;
        letter-spacing: 1px;
        font-family: var(--font-family-akira);
        line-height: 0.85em;
        margin-top: 0.7em;
        max-width: 80%; }
    .ai-section .ai-container .ai-container-right {
      width: 60%; }
      .ai-section .ai-container .ai-container-right .ai-container-right-top,
      .ai-section .ai-container .ai-container-right .ai-container-right-bottom {
        display: flex;
        align-items: center;
        gap: 0.5em; }
        .ai-section .ai-container .ai-container-right .ai-container-right-top .ai-card,
        .ai-section .ai-container .ai-container-right .ai-container-right-bottom .ai-card {
          width: calc(50% - 0.5em);
          height: 100%;
          margin-top: 0.5em; }
  .ai-section .ai-card {
    background-color: var(--theme-2);
    padding: 2.1em; }
    .ai-section .ai-card h3 {
      margin-bottom: 0.3em;
      font-size: 1.3em;
      color: #ffffff;
      font-weight: 700;
      letter-spacing: 0.02em;
      line-height: 1em;
      width: 90%; }
    .ai-section .ai-card p {
      line-height: 1.3; }

/* stat-section */
.stat-section .stat-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10em 1em; }
  .stat-section .stat-container .stat-container-top {
    display: flex;
    gap: 1em;
    margin-top: 2em; }
    .stat-section .stat-container .stat-container-top .stat-img {
      width: 40%;
      display: flex;
      align-items: center; }
    .stat-section .stat-container .stat-container-top .stat-container-top-quote {
      width: 35%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .stat-section .stat-container .stat-container-top .stat-container-top-quote .quote-text {
        font-size: 2.5rem;
        color: #ffffff;
        letter-spacing: 1px;
        font-family: var(--font-family-akira);
        line-height: 0.85em;
        margin-top: 0.7em;
        max-width: 80%; }
    .stat-section .stat-container .stat-container-top .stat-container-top-point {
      width: 25%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .stat-section .stat-container .stat-container-top .stat-container-top-point .stat-gf-point {
        padding: 1.5em 0;
        position: relative; }
        .stat-section .stat-container .stat-container-top .stat-container-top-point .stat-gf-point h4 {
          margin-bottom: 0.3em;
          font-size: 1.4em;
          text-transform: uppercase;
          color: #ffffff;
          font-weight: 700;
          letter-spacing: 0.02em;
          line-height: 1em;
          width: 90%; }
        .stat-section .stat-container .stat-container-top .stat-container-top-point .stat-gf-point p {
          line-height: 1.3; }
      .stat-section .stat-container .stat-container-top .stat-container-top-point .stat-gf-point:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 4em;
        height: 3px;
        background-color: #fff;
        bottom: -0.7em;
        left: 0;
        transform: translateY(-50%); }
  .stat-section .stat-container .stat-container-bottom {
    padding-top: 10rem; }
    .stat-section .stat-container .stat-container-bottom .stat-title {
      font-size: 10rem;
      font-weight: bold;
      line-height: 0.9;
      color: transparent;
      -webkit-text-stroke: 1px var(--theme-4);
      font-family: var(--font-family-akira); }
    .stat-section .stat-container .stat-container-bottom .stat-container-bottom-top {
      padding: 2em 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2em; }
      .stat-section .stat-container .stat-container-bottom .stat-container-bottom-top .stat-item {
        display: flex;
        gap: 1em;
        align-items: center; }
        .stat-section .stat-container .stat-container-bottom .stat-container-bottom-top .stat-item h2 {
          font-size: 3.7em;
          color: #ffffff; }
        .stat-section .stat-container .stat-container-bottom .stat-container-bottom-top .stat-item p {
          text-transform: uppercase;
          width: 40%; }
        .stat-section .stat-container .stat-container-bottom .stat-container-bottom-top .stat-item div {
          display: flex;
          align-items: center;
          gap: 1em; }
    .stat-section .stat-container .stat-container-bottom .team-stat-wrapper .team-stat-title {
      margin: 2em 0;
      font-family: var(--font-family-akira);
      position: relative;
      display: flex;
      align-items: center;
      font-size: 1.25em;
      gap: 1em;
      color: #ffffff; }
      .stat-section .stat-container .stat-container-bottom .team-stat-wrapper .team-stat-title::before, .stat-section .stat-container .stat-container-bottom .team-stat-wrapper .team-stat-title::after {
        content: "";
        display: inline-block;
        position: relative;
        flex-grow: 1;
        width: 1em;
        height: 3px;
        background-color: var(--theme-5); }
    .stat-section .stat-container .stat-container-bottom .team-stat-wrapper .team-stats-grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      justify-content: center;
      margin: 0 -10px; }
      .stat-section .stat-container .stat-container-bottom .team-stat-wrapper .team-stats-grid .team-stat {
        flex: 1;
        margin: 10px;
        padding: 10px 20px;
        background-color: var(--theme-6); }
        .stat-section .stat-container .stat-container-bottom .team-stat-wrapper .team-stats-grid .team-stat h2 {
          font-size: 3.7em;
          color: #ffffff; }
        .stat-section .stat-container .stat-container-bottom .team-stat-wrapper .team-stats-grid .team-stat p {
          text-transform: uppercase; }

/* timeline */
.timeline-section .timeline-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10em 1em; }
  .timeline-section .timeline-container .timeline-event-title {
    font-size: 10rem;
    font-weight: bold;
    line-height: 0.9;
    color: transparent;
    -webkit-text-stroke: 1px var(--theme-4);
    font-family: var(--font-family-akira); }
  .timeline-section .timeline-container .timeline-card-wrapper {
    margin-top: 2em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3.5em 0.7em; }
    .timeline-section .timeline-container .timeline-card-wrapper .timeline-card {
      background-color: var(--theme-6);
      padding: 2.2em 0;
      position: relative; }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card h2 {
        padding: 0em 1.2em;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 1;
        font-size: 2rem; }
        .timeline-section .timeline-container .timeline-card-wrapper .timeline-card h2 span {
          font-size: 3.5rem;
          display: block;
          color: var(--theme-4);
          font-weight: 200; }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card ul {
        padding: 0 2.2em;
        list-style: none;
        width: 77%; }
        .timeline-section .timeline-container .timeline-card-wrapper .timeline-card ul li {
          position: relative;
          display: flex;
          align-items: start;
          gap: 0.5em; }
          .timeline-section .timeline-container .timeline-card-wrapper .timeline-card ul li::before {
            content: "";
            position: relative;
            background-image: url("asset/arrow.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            min-width: 21px;
            min-height: 21px;
            display: inline-flex; }
        .timeline-section .timeline-container .timeline-card-wrapper .timeline-card ul li:not(:last-child) {
          margin-bottom: 0.5em; }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card .timeline-card-arrow {
        margin: 2em 0;
        display: flex;
        align-items: center;
        position: relative;
        left: 0.8em; }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card .timeline-card-line-tri {
        width: 0;
        height: 0;
        border-top: 1em solid transparent;
        border-bottom: 1em solid transparent;
        border-left: 1em solid var(--theme-4); }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card .timeline-card-line-line {
        width: 100%;
        height: 4px;
        background-color: var(--theme-4);
        position: relative;
        left: -2px; }
    .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-fourth {
      position: relative; }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-fourth .timeline-card-line-line {
        position: relative;
        width: 85%; }
        .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-fourth .timeline-card-line-line::before {
          content: "";
          position: absolute;
          width: 3px;
          height: 250px;
          background-color: var(--theme-4);
          right: 0;
          top: 0; }
    .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-fifth {
      position: relative; }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-fifth .timeline-card-line-line {
        position: relative;
        width: 85%; }
        .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-fifth .timeline-card-line-line::before {
          content: "";
          position: absolute;
          width: 3px;
          height: 250px;
          background-color: var(--theme-4);
          right: 0;
          bottom: 0; }
    .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-fifth .timeline-card-line-tri,
    .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-sixth .timeline-card-line-tri,
    .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-seventh .timeline-card-line-tri {
      transform: rotate(180deg); }
    .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-fifth-mobile,
    .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-sixth-mobile,
    .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-seventh-mobile {
      display: none; }

/* budget */
.budget-section .budget-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10em 1em 4em; }
  .budget-section .budget-container .budget-heading {
    font-size: 10rem;
    font-weight: bold;
    line-height: 0.9;
    color: transparent;
    -webkit-text-stroke: 1px var(--theme-4);
    font-family: var(--font-family-akira); }
  .budget-section .budget-container .budget-item {
    margin: 2em 0; }
    .budget-section .budget-container .budget-item .label {
      color: var(--theme-4);
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.5em; }
    .budget-section .budget-container .budget-item .value {
      color: #ffffff;
      font-size: 8rem;
      font-weight: bold;
      font-family: var(--font-family-akira);
      line-height: 0.9; }
  .budget-section .budget-container .partners-section {
    padding-top: 10em; }
    .budget-section .budget-container .partners-section h2 {
      font-size: 5rem;
      font-weight: bold;
      line-height: 0.9;
      color: transparent;
      -webkit-text-stroke: 1px var(--theme-4);
      font-family: var(--font-family-akira); }
    .budget-section .budget-container .partners-section h3 {
      font-size: 4rem;
      font-weight: bold;
      font-family: var(--font-family-akira);
      line-height: 0.9;
      color: #ffffff;
      text-align: center; }
    .budget-section .budget-container .partners-section .partners-logos {
      display: flex;
      align-items: center;
      justify-content: start;
      margin: 2em 0;
      gap: 3em; }
      .budget-section .budget-container .partners-section .partners-logos .partner-1 {
        height: 130px; }

footer {
  background: #020727; }
  footer .container {
    max-width: 1300px;
    margin: 0 auto;
    border-top: 2px solid #ffffff67;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center; }

.inside-banner {
  padding-top: 50px; }
  .inside-banner img {
    width: 100%; }
  .inside-banner .page-title {
    font-size: 6rem;
    font-weight: bold;
    line-height: 0.8;
    color: #b89760;
    /* -webkit-text-stroke: 1px var(--theme-4); */
    font-family: var(--font-family-akira);
    position: relative;
    top: -78px;
    display: block;
    z-index: 2; }

#league .first-blk .blks {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px; }
  #league .first-blk .blks p {
    line-height: 1.6em;
    margin: 10px 0; }
#league .second-blk .blks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 100px; }
  #league .second-blk .blks .img {
    width: 100%;
    overflow: hidden; }
    #league .second-blk .blks .img img {
      width: 100%;
      min-height: 100%; }
  #league .second-blk .blks h5 {
    font-size: 30px;
    font-weight: bold;
    line-height: 0.9;
    color: #b89760;
    font-family: var(--font-family-akira);
    margin: 20px 0; }
  #league .second-blk .blks p {
    line-height: 1.6em; }
  #league .second-blk .blks a {
    font-weight: bold;
    text-transform: uppercase;
    color: #958355;
    display: inline-block;
    margin-top: 20px;
    padding-right: 25px;
    background: url(asset/arrow-2.png) no-repeat right center;
    transition: all .2s;
    -webkit-transition: all .2s; }
    #league .second-blk .blks a:hover {
      padding-right: 35px; }

#experience .container {
  padding-left: 1em;
  padding-right: 1em; }
#experience .clear:after {
  clear: both;
  display: block;
  content: " "; }
#experience #main_btn {
  margin-bottom: 40px; }
  #experience #main_btn a {
    font-weight: bold;
    color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    transition: 0.4s all;
    float: right; }
    #experience #main_btn a:hover {
      background: #b89760; }
#experience #second_blk .dbl_blk {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px; }
  #experience #second_blk .dbl_blk iframe {
    border-radius: 10px; }
  #experience #second_blk .dbl_blk h3 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 0.9;
    color: #b89760;
    font-family: var(--font-family-akira);
    margin-bottom: 40px; }
#experience #third_blk h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.9;
  color: #b89760;
  font-family: var(--font-family-akira);
  margin-bottom: 30px; }
#experience #third_blk .blks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px; }
  #experience #third_blk .blks .blk {
    padding-left: 52px; }
    #experience #third_blk .blks .blk h4 {
      color: #fff;
      font-size: 14px;
      margin-bottom: 5px; }
    #experience #third_blk .blks .blk p {
      line-height: 1.3em; }
    #experience #third_blk .blks .blk.blk-1 {
      background: url(asset/why-uae-1.png) no-repeat left top;
      background-size: 35px; }
    #experience #third_blk .blks .blk.blk-2 {
      background: url(asset/why-uae-2.png) no-repeat left top;
      background-size: 30px; }
    #experience #third_blk .blks .blk.blk-3 {
      background: url(asset/why-uae-3.png) no-repeat left top;
      background-size: 26px; }
    #experience #third_blk .blks .blk.blk-4 {
      background: url(asset/why-uae-4.png) no-repeat left top;
      background-size: 35px; }
    #experience #third_blk .blks .blk.blk-5 {
      background: url(asset/why-uae-5.png) no-repeat left top;
      background-size: 35px; }
    #experience #third_blk .blks .blk.blk-6 {
      background: url(asset/why-uae-6.png) no-repeat left top;
      background-size: 35px; }
    #experience #third_blk .blks .blk.blk-7 {
      background: url(asset/why-uae-7.png) no-repeat left top;
      background-size: 30px; }
    #experience #third_blk .blks .blk.blk-8 {
      background: url(asset/why-uae-8.png) no-repeat left top;
      background-size: 32px; }
#experience #accommodation {
  padding: 80px 0; }
  #experience #accommodation b {
    font-weight: 900; }
  #experience #accommodation h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 0.9;
    color: #b89760;
    font-family: var(--font-family-akira);
    margin-bottom: 80px; }
  #experience #accommodation .dbl_blk {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 80px; }
    #experience #accommodation .dbl_blk .left_blk {
      position: relative; }
      #experience #accommodation .dbl_blk .left_blk img {
        width: 75%;
        position: relative;
        left: 50%;
        transform: translateX(-50%); }
    #experience #accommodation .dbl_blk .right_blk .section {
      margin-bottom: 25px; }
      #experience #accommodation .dbl_blk .right_blk .section p {
        margin: 0; }
      #experience #accommodation .dbl_blk .right_blk .section.low-cost {
        padding: 5px 0;
        padding-left: 50px;
        background: url(asset/low-cost-icon.png) no-repeat left top; }
    #experience #accommodation .dbl_blk .right_blk .title-para {
      font-weight: bold;
      font-size: 24px;
      color: #fff; }
    #experience #accommodation .dbl_blk .right_blk .blks .blk {
      background: rgba(255, 255, 255, 0.1);
      color: #fff;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      border-radius: 20px;
      gap: 50px; }
      #experience #accommodation .dbl_blk .right_blk .blks .blk .sec {
        padding: 15px 25px;
        height: 100%; }
        #experience #accommodation .dbl_blk .right_blk .blks .blk .sec.sec-star {
          background: #b89760;
          border-radius: 20px; }
        #experience #accommodation .dbl_blk .right_blk .blks .blk .sec img {
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
        #experience #accommodation .dbl_blk .right_blk .blks .blk .sec h4 {
          font-size: 33px;
          font-weight: bold; }
        #experience #accommodation .dbl_blk .right_blk .blks .blk .sec:last-child {
          margin-right: 0; }
  #experience #accommodation .dbl_blk-2 {
    display: grid;
    grid-template-columns: calc(30% - 5px) calc(70% - 5px);
    gap: 10px;
    margin-bottom: 50px; }
    #experience #accommodation .dbl_blk-2 .blk {
      padding: 10px;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.1); }
      #experience #accommodation .dbl_blk-2 .blk .sec {
        display: grid;
        align-items: center; }
        #experience #accommodation .dbl_blk-2 .blk .sec span {
          color: #fff;
          font-size: 30px; }
      #experience #accommodation .dbl_blk-2 .blk i {
        width: 61px;
        height: 61px;
        background: #b89760;
        border-radius: 13px;
        display: block; }
      #experience #accommodation .dbl_blk-2 .blk.left-blk i {
        background: url(asset/low-cost-icon.png) no-repeat center center; }
      #experience #accommodation .dbl_blk-2 .blk.left-blk .sec {
        grid-template-columns: 61px calc(100% - 71px);
        gap: 20px; }
      #experience #accommodation .dbl_blk-2 .blk.right-blk i {
        background: url(asset/hotel-icon.png) no-repeat center center; }
      #experience #accommodation .dbl_blk-2 .blk.right-blk .sec {
        grid-template-columns: 61px 135px 85px calc(100% - 61px - 135px - 85px - 120px);
        gap: 40px; }
  #experience #accommodation #hotels {
    margin-left: -20px;
    display: block;
    margin-bottom: -20px; }
    #experience #accommodation #hotels .hotel {
      width: calc((100% / 4) - 20px);
      float: left;
      margin-left: 20px;
      margin-bottom: 20px;
      color: #fff;
      text-align: center; }
      #experience #accommodation #hotels .hotel p {
        line-height: 20px;
        margin-top: -20px;
        font-weight: 600; }
      #experience #accommodation #hotels .hotel img.main {
        width: 100%;
        display: block;
        border-radius: 20px; }
      #experience #accommodation #hotels .hotel img.star {
        width: 100%;
        max-width: 100px;
        position: relative;
        top: -39px;
        background: #b89760;
        padding: 6px 9px;
        border-radius: 20px; }
#experience #getting-around .dbl_blk {
  display: grid;
  grid-template-columns: calc(60% - 25px) calc(40% - 25px);
  gap: 50px; }
  #experience #getting-around .dbl_blk h5 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #experience #getting-around .dbl_blk .left_blk .section {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px; }
    #experience #getting-around .dbl_blk .left_blk .section .sec {
      padding: 30px;
      background: #958355;
      height: 100%;
      display: grid;
      align-items: center;
      border-radius: 20px; }
      #experience #getting-around .dbl_blk .left_blk .section .sec.prices {
        background: var(--theme-2); }
        #experience #getting-around .dbl_blk .left_blk .section .sec.prices p {
          padding-left: 40px; }
          #experience #getting-around .dbl_blk .left_blk .section .sec.prices p.taxi {
            background: url(asset/car-icon.png) no-repeat left center; }
          #experience #getting-around .dbl_blk .left_blk .section .sec.prices p.public {
            background: url(asset/bus-icon.png) no-repeat left center; }
      #experience #getting-around .dbl_blk .left_blk .section .sec .time {
        display: block;
        margin-top: 5px; }
  #experience #getting-around .dbl_blk .right_blk .sec {
    padding: 28px;
    background: #0d2d5f;
    display: grid;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    margin-bottom: 20px; }
    #experience #getting-around .dbl_blk .right_blk .sec .left_part p {
      padding-left: 40px;
      font-weight: bold;
      line-height: 26px;
      color: #fff; }
      #experience #getting-around .dbl_blk .right_blk .sec .left_part p.taxi {
        background: url(asset/car-icon-big.png) no-repeat left center; }
      #experience #getting-around .dbl_blk .right_blk .sec .left_part p.public {
        background: url(asset/bus-icon-big.png) no-repeat left center; }
    #experience #getting-around .dbl_blk .right_blk .sec .cost {
      color: #958355;
      text-transform: uppercase; }
    #experience #getting-around .dbl_blk .right_blk .sec .price {
      font-weight: bold;
      color: #fff;
      margin: 5px 0; }
#experience #getting-around #last_blk {
  margin-top: 20px;
  margin-bottom: 50px; }
  #experience #getting-around #last_blk h3 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #experience #getting-around #last_blk .blks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    #experience #getting-around #last_blk .blks .blk {
      padding: 20px;
      background: #fff;
      color: #000;
      border-radius: 20px;
      display: flex; }
      #experience #getting-around #last_blk .blks .blk h4 {
        font-weight: bold;
        margin-bottom: 10px; }
      #experience #getting-around #last_blk .blks .blk p {
        opacity: 0.7; }
      #experience #getting-around #last_blk .blks .blk img {
        margin-right: 20px; }
      #experience #getting-around #last_blk .blks .blk .uber {
        height: 70px;
        width: 70px; }
      #experience #getting-around #last_blk .blks .blk .careem {
        height: 39px;
        width: 100px; }

@media (max-width: 1300px) {
  .about-section .about-container .about-text {
    padding: 1rem 1em 1em 4em; }

  .ai-section .ai-img {
    display: none; }
  .ai-section .ai-container {
    flex-wrap: wrap;
    gap: 2em; }
    .ai-section .ai-container .ai-container-left {
      flex: 1 1 100%; }
    .ai-section .ai-container .ai-container-right {
      flex: 1 1 100%; }
      .ai-section .ai-container .ai-container-right .ai-container-right-top {
        flex-direction: column;
        gap: 0; }
        .ai-section .ai-container .ai-container-right .ai-container-right-top .ai-card {
          flex: 1 1 100%;
          width: 100%; }
      .ai-section .ai-container .ai-container-right .ai-container-right-bottom {
        flex-direction: column; }
        .ai-section .ai-container .ai-container-right .ai-container-right-bottom .ai-card {
          flex: 1 1 100%;
          width: 100%; }

  main .timeline-event-title,
  main .stat-title,
  main .budget-heading,
  main .league-section .league-container .league-title {
    font-size: 45px !important; }
  main .budget-section .budget-container .budget-item .value,
  main .budget-section .budget-container .partners-section h2 {
    font-size: 45px !important; }

  .league-section .league-container .league-title {
    position: relative;
    right: auto;
    top: 0;
    margin-bottom: 40px; }
  .league-section .league-container .blks .blk.blk-2, .league-section .league-container .blks .blk.blk-3 {
    padding-top: 0px; }

  .firstMultiSection .container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 1245px) {
  .navbar .container {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 50px;
    align-items: start; }
  .navbar .logo-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    .navbar .logo-section .main-logo {
      grid-column: 1 / 4; }
    .navbar .logo-section .other-logos {
      background: #31395c;
      padding: 10px; }
  .navbar .nav-links {
    justify-content: flex-end; } }
@media (max-width: 1200px) {
  #experience #accommodation .dbl_blk .left_blk img {
    width: 100%; } }
@media (max-width: 1100px) {
  .navbar {
    position: relative; }
    .navbar .logo-section {
      gap: 1em; }
    .navbar #menu-btn {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-top: 26px;
      align-items: flex-end; }
      .navbar #menu-btn div {
        width: 24px;
        height: 2px;
        background-color: #ffffff;
        border-radius: 1em;
        transition: transform 0.3s ease, opacity 0.3s ease; }
      .navbar #menu-btn.active div:nth-child(1) {
        transform: rotate(-45deg); }
      .navbar #menu-btn.active div:nth-child(2) {
        opacity: 0;
        transform: scale(0); }
      .navbar #menu-btn.active div:nth-child(3) {
        transform: rotate(45deg);
        position: relative;
        margin-top: -15px; }
    .navbar .nav-links {
      display: none;
      z-index: 1020;
      display: flex;
      overflow: hidden;
      flex-direction: column;
      align-items: start;
      gap: 1em;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      background-color: var(--theme-4);
      padding: 2em 2.5em 2.5em 2.5em;
      opacity: 0;
      transform: translateX(-200%);
      /*transition: all 0.5s ease-in;*/
      border-bottom-right-radius: 1em; }
      .navbar .nav-links a {
        color: #ffffff;
        font-size: 16px;
        padding: 0.5em;
        border-bottom: 1px solid #ffffffb0;
        width: 100%;
        position: relative;
        margin-left: 0; }
        .navbar .nav-links a::before {
          content: "";
          position: relative;
          width: 20px;
          height: 20px;
          background-image: url(asset/arrow.svg);
          display: inline-block;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          margin-right: 0.5em; }
      .navbar .nav-links.active {
        display: flex;
        opacity: 1;
        transform: translateX(0%); }

  .slide-menu {
    display: block; }

  .league-section .league-container .blks .blk .blk-ttl {
    font-size: 1.5rem;
    margin: 14px 0 14px; } }
@media (max-width: 1000px) {
  #experience #second_blk .dbl_blk {
    grid-template-columns: 1fr; }
  #experience #third_blk .blks {
    grid-template-columns: 1fr 1fr 1fr; }
  #experience #accommodation #hotels .hotel {
    width: calc((100% / 3) - 20px); }

  .inside-banner .page-title {
    font-size: 4rem;
    top: -57px; } }
@media (max-width: 991px) {
  .hero-section .hero-content .hero-text-wrap .hero-text {
    font-size: clamp(5.6rem, 22vw, 13rem) !important; }
  .hero-section .hero-content .hero-text-wrap .hero-asia-text {
    font-size: 1.5rem; }

  .about-section .about-container {
    flex-direction: column;
    gap: 2em;
    padding: 2em 20px; }
    .about-section .about-container .about-container-item {
      width: 100%; }
      .about-section .about-container .about-container-item img {
        max-width: 100%;
        width: auto;
        margin: 0 auto; }
    .about-section .about-container .about-text {
      padding: 0; }
      .about-section .about-container .about-text .about-first-paragraph {
        margin-bottom: 1em; }

  .stat-section .stat-container .stat-container-top {
    flex-wrap: wrap;
    gap: 2em; }
    .stat-section .stat-container .stat-container-top .stat-img {
      width: 100%;
      display: flex;
      justify-content: start; }
    .stat-section .stat-container .stat-container-top .stat-container-top-quote {
      width: 100%; }
      .stat-section .stat-container .stat-container-top .stat-container-top-quote div {
        display: flex;
        justify-content: start; }
      .stat-section .stat-container .stat-container-top .stat-container-top-quote .quote-text {
        font-size: 2rem !important;
        max-width: 100%; }
    .stat-section .stat-container .stat-container-top .stat-container-top-point {
      width: 100%; }
      .stat-section .stat-container .stat-container-top .stat-container-top-point .stat-gf-point {
        padding: 1.5em 0; }
        .stat-section .stat-container .stat-container-top .stat-container-top-point .stat-gf-point h4 {
          font-size: 1.5em !important; }
  .stat-section .stat-container .stat-container-bottom {
    padding-top: 10rem; }

  .timeline-section .timeline-container {
    padding: 5em 20px; }
    .timeline-section .timeline-container .timeline-card-wrapper {
      grid-template-columns: repeat(1, 1fr);
      gap: 1em; }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-image {
        display: flex;
        justify-content: center;
        margin-top: 2em; }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card .timeline-card-arrow {
        display: none; }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card h2 {
        font-size: 1.7rem !important;
        margin-bottom: 1em; }
        .timeline-section .timeline-container .timeline-card-wrapper .timeline-card h2 span {
          font-size: 3rem !important; }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card ul {
        padding: 0 1.2em; }
        .timeline-section .timeline-container .timeline-card-wrapper .timeline-card ul li::before {
          min-width: 15px;
          min-height: 15px; }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card::before {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -1em;
        width: 0;
        height: 0;
        border-left: 4em solid transparent;
        border-right: 4em solid transparent;
        border-top: 1em solid var(--theme-4); }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-fifth,
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-sixth,
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-seventh {
        display: none; }
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-fifth-mobile,
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-sixth-mobile,
      .timeline-section .timeline-container .timeline-card-wrapper .timeline-card-seventh-mobile {
        display: inline-block; }

  .budget-section .budget-container {
    padding: 5em 1em 4em; }

  main .quote-text,
  main .ai-text {
    font-size: 2rem !important; }

  #experience #accommodation .dbl_blk {
    grid-template-columns: 1fr;
    gap: 15px; }
    #experience #accommodation .dbl_blk .left_blk img {
      max-width: 550px; }
    #experience #accommodation .dbl_blk .right_blk .section {
      margin-bottom: 8px; }
  #experience #accommodation .dbl_blk-2 {
    grid-template-columns: 1fr; }

  #experience #getting-around .dbl_blk {
    grid-template-columns: 1fr; }

  .first-blk container {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
    gap: 0; }

  #league .second-blk .blks h5 {
    font-size: 19px; }

  #league .first-blk .blks {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    gap: 0; } }
@media (max-width: 769px) {
  .navbar .container {
    grid-template-columns: calc(100% - 200px) 100px; }
    .navbar .container .logo-section .other-logos {
      flex-direction: column; }

  .hero-section {
    padding: 1em 1em 4em; }
    .hero-section .hero-img {
      width: 37vw;
      z-index: 2; }
    .hero-section .hero-content .hero-text-wrap .hero-asia-text {
      font-size: 1.3rem;
      line-height: 1;
      bottom: 2.5em;
      right: 2em; }
    .hero-section .hero-content .hero-sub-content {
      flex-direction: column;
      align-items: normal; }
      .hero-section .hero-content .hero-sub-content .hero-sub-text {
        margin-top: 2em;
        max-width: 45%;
        text-align: left; }
      .hero-section .hero-content .hero-sub-content .event-details {
        margin-top: 2em;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1em; }
        .hero-section .hero-content .hero-sub-content .event-details .date,
        .hero-section .hero-content .hero-sub-content .event-details .location {
          z-index: 9;
          position: relative;
          width: fit-content;
          text-align: center;
          margin-bottom: 0.5em;
          text-wrap: nowrap; }

  .ai-section .ai-img img {
    width: 45vw; }
  .ai-section .ai-container {
    padding: 5em 1em 5em; }

  .stat-section .stat-container {
    padding: 3em 20px 5em; }
    .stat-section .stat-container .stat-container-bottom {
      padding-top: 6em; }
      .stat-section .stat-container .stat-container-bottom .stat-container-bottom-top {
        gap: 2em;
        grid-template-columns: repeat(1, 1fr); }
        .stat-section .stat-container .stat-container-bottom .stat-container-bottom-top .stat-item div {
          flex-direction: column;
          align-items: start;
          gap: 0; }
    .stat-section .stat-container .team-stat-wrapper .team-stat-title {
      font-size: 1em; }
    .stat-section .stat-container .team-stat-wrapper .team-stats-grid {
      grid-template-columns: 1fr 1fr !important; }
      .stat-section .stat-container .team-stat-wrapper .team-stats-grid .team-stat h2 {
        font-size: 3em !important; }
      .stat-section .stat-container .team-stat-wrapper .team-stats-grid .team-stat p {
        font-size: 1em !important; }

  .budget-section .budget-container {
    padding-bottom: 2em; }
    .budget-section .budget-container .budget-item .label {
      font-size: 1.25em; }
    .budget-section .budget-container .partners-section {
      padding-top: 6em; }
      .budget-section .budget-container .partners-section h3 {
        font-size: 40px; }
      .budget-section .budget-container .partners-section .partners-logos {
        flex-wrap: wrap;
        gap: 2em; }
        .budget-section .budget-container .partners-section .partners-logos .partner-1 {
          height: 90px; }
        .budget-section .budget-container .partners-section .partners-logos .partner-2 {
          height: 70px; }

  #experience #third_blk .blks {
    grid-template-columns: 1fr 1fr; }
  #experience #accommodation .dbl_blk-2 .blk.right-blk .sec {
    grid-template-columns: 61px 135px calc(100% - 61px - 135px - 80px);
    gap: 10px 40px; }
    #experience #accommodation .dbl_blk-2 .blk.right-blk .sec .desc {
      grid-column: span 3; }
  #experience #accommodation .dbl_blk .right_blk .blks .blk {
    gap: 10px; }
    #experience #accommodation .dbl_blk .right_blk .blks .blk.last {
      margin-bottom: 0; }

  #experience #accommodation #hotels .hotel {
    width: calc((100% / 2) - 20px); }

  #experience #getting-around .dbl_blk .left_blk .section {
    grid-template-columns: 1fr;
    gap: 0; }
    #experience #getting-around .dbl_blk .left_blk .section p {
      margin: 5px 0; }

  #experience #getting-around .dbl_blk .right_blk .sec {
    grid-template-columns: 1fr;
    gap: 10px; }

  #experience #getting-around #last_blk .blks {
    grid-template-columns: 1fr; }
    #experience #getting-around #last_blk .blks .blk {
      display: grid;
      grid-template-columns: 120px calc(100% - 120px - 10px); }

  .league-section .league-container .blks {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) {
  .firstMultiSection {
    background: none; }

  #experience #accommodation h3 {
    text-align: left; }
  #experience #accommodation .dbl_blk .right_blk .section.last {
    margin-bottom: 0; }
  #experience #accommodation .dbl_blk .right_blk .blks .blk {
    grid-template-columns: 1fr 1fr; }
    #experience #accommodation .dbl_blk .right_blk .blks .blk .sec.sec-star {
      grid-column: span 2; }
      #experience #accommodation .dbl_blk .right_blk .blks .blk .sec.sec-star img {
        transform: translateY(-50%) translateX(-50%);
        left: 50%; }
  #experience #accommodation .dbl_blk-2 {
    gap: 15px; }

  .inside-banner .page-title {
    font-size: 2.5rem;
    top: -43px; }

  #experience #second_blk .dbl_blk h3,
  #experience #third_blk h3,
  #experience #accommodation h3 {
    font-size: 1.5rem; }

  #league .second-blk .blks {
    grid-template-columns: 1fr;
    gap: 80px; } }
@media (max-width: 550px) {
  .league-section .league-container .blks {
    grid-template-columns: 1fr;
    margin-bottom: 100px; } }
@media (max-width: 516px) {
  .navbar .logo-section .logo {
    height: 70px; }
  .navbar .logo-section .ku-logo {
    width: 182px; }

  .hero-section .hero-content .hero-text-wrap .hero-asia-text {
    font-size: 0.85rem;
    bottom: 2em;
    right: -2em; }
  .hero-section .hero-content .hero-sub-content .event-details .date,
  .hero-section .hero-content .hero-sub-content .event-details .location {
    font-size: 0.75em; }

  main .quote-text,
  main .ai-text {
    font-size: 1.6rem !important; }

  .stat-section .stat-container .stat-container-top .stat-img img {
    width: 100%; }

  footer p {
    font-size: 0.75em; }

  #experience #third_blk .blks {
    grid-template-columns: 1fr; } }

/*# sourceMappingURL=style.css.map */
