 :root {
    --body-text-default-color: #0C1215;
    --link-color: #0170AC;
    --secondary-text-color-orange: #DE5B35;
    --secondary-bg-color-yellow: #FBC188; 
    --primary-font-fmaily:  "Trade Gothic LT Std Regular", Arial, sans serif;
    --primary-font-family-bold:  "Trade Gothic LT Std Bold", Arial, sans serif;
}
body {
    font-family: var(--primary-font-fmaily);
    font-weight: 400;
    color: var(--body-text-default-color);
    background-color: #FFF;
}
a {
    color: #2BAAE1;
}

img {
    max-width: 100%;
}

p {
    color: var(--body-text-default-color);
    font-family: var(--primary-font-fmaily);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 166%;
}


home-nav {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 0;
  }
  
  .btn-home {
    background: #FFF;
    color: #FFF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border-right: 1px solid #BEC8CD;
  }
  
  .btn-home svg {
    width: 24px;
    height: 24px;
  }
  
  .btn-home svg>path {
    fill: #303D43;
  }
  
  .btn-home:hover {
    color: #FFF;
  }
  
  .home-nav-padding {
    padding: 15px 0;
    width: 140px;
    max-width: 100%;
    text-align: right;
  }
  
  .home-nav-padding img {
    margin-top: 4px;
  }
  
  .home-nav-padding svg {
    width: 90px;
    height: 34px;
  }
  
  
  nav .gn-logo {
    width: 140px;
  }
  
  .nav-bar {
    padding: 15px 0;
  }
  
  .nav-bar .hk-logo {
    width: 80px;
  }
  
  
  
  .bg-black {
    background-color: #000;
  }
  .main-menu {
   padding: 0;
  }
  
  
  .animated-dropdown {
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: block !important;
    pointer-events: none;
  }
  
  /* Animate in on open */
  .show.animated-dropdown {
    transform: scaleY(1);
    opacity: 1;
    pointer-events: auto;
  }
  
  .main-menu .nav-link {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    padding: 8px 2rem 6.5px 2rem;
  }
  .main-menu .highlight {
    background-color: #A2087F;
  }
  .main-menu .sp-text {
    text-transform: none;
    font-size: 12px;
  }
  
  
  .menu-label {
    font-weight: 500;
    font-size: 1rem;
  }
  .navbar-toggler {
    border: none;
    padding: 2px 0;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }

   /* Custom full-width dropdown for mobile */
 @media (max-width: 991.98px) {
    .dropdown-menu.full-width {
      position: absolute !important;
      left: 0 !important;
      right: 0 !important;
      width: 100vw !important;
      border-radius: 0;
      z-index: 1050;
      margin-top: 0;
      box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.3);
      padding: 0;
    }
    .dropdown .dropdown-item {
      padding: 6px 15px;
      max-width: 720px;
      margin: auto;
     
    }
    .dropdown li.active {
      background-color: #A2087F;
    }
    .main-menu .container {
      padding-top: 6px;
      padding-bottom: 4px;
      border-bottom: 1px solid #d3d3d33d;
    }
  
  }
  
  .media-wrapper {
    padding: 48px 0;
    background-color: #2B2482;
  }
  .media {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
  }
  
  .media img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    max-width: 100%;
  }
  .media-body {
    background-color: #FFF;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .media .tag {
    color: #A2087F;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .media h5 {
    font-family: 'Montserrat';
    font-style: normal;
    color: #12120D;
    font-weight: 600;
    font-size: 24px;
  }
  .media > a {
    color: #000;
    max-width: 100%;
  }
  .media a {
    text-decoration: none;
  }
  .card-heading {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 33px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  
  
  .media {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
  }
  
  .media-wrapper .container {
    max-width: 832px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .mobile-sponsor-txt {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 0;
  }
  
  
  @media (min-width: 600px) {
  
    .media {
        flex-direction: row;
    }
    .media-body {
        border-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 0 30px;
    }
    .media img {
        border-radius: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .media > a {
      max-width: 400px;
      width: 88%;
    }
  }
  
  
  
  
  @media (min-width: 992px) {
    .spnsored-text {
      text-align: right;
    }
  
    .home-nav-padding svg {
      width: 140px;
      height: 52px;
    }
  
    .home-nav-padding img {
      margin-top: 0;
    }
  
    p {
      font-size: 20px;
    }
  
    .nav-bar {
      padding: 36px;
    }
  
    .nav-bar .gn-logo {
      width: 210px;
    }
  
    .nav-bar .hk-logo {
      width: 195px;
    }
  
    .home-nav {
      padding: 0 36px;
    }
  
    .author-wrapper {
      padding: 48px 0;
    }
  
    .stats .border-right-g-0 {
      border-right: 1px solid #000;
    }
  
    .stats .border-sm-bottom {
      border-bottom: none;
    }
  
    .content-wrapper {
      max-width: 1110px;
    }
  
    .text-overlap {
      padding: 50px;
      box-shadow: 0px 0px 10px rgba(43, 36, 131, 0.3);
    }
  
    .media-wrapper {
      padding: 100px 0;
    }
  
    .card-heading {
      font-size: 36px;
      line-height: 40px;
    }
  
  }



.nav-bar .hk-logo {
    width: 80px;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.border-black {
    border-top: 1px solid #000;
    width: 100%;

}
@media (min-width: 840px) { 
    .border-black {
        max-width: 840px;
        width: 100%;
        margin: auto !important;
    }
}

.author-wrapper {
    padding: 48px 15px;
    max-width: 840px;
    width: 100%;
    margin: auto;
}

.author {
    display: flex;
    justify-content: end;
    min-width: 220px;
    font-size: 16px;
}
.author p {
    font-size: 16px;
    line-height: normal;
}

.author .highlight {
    font-weight: 700;
    font-family: var(--primary-font-family-bold);
}
.author > div {
    width: 100%;
    text-align: center;
}

.author img {
    width: 200px;
    height: 200px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 8px;
}

blockquote {
    color: var(--body-text-default-color);
    display: inline;
    text-align: center;
    font-family: var(--primary-font-family-bold);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.48px;
    margin: 0 auto 30px auto;
}
.bq-1 {
    max-width: 600px;
}

.bq-2 {
    max-width: 440px;
}

.bq-3 {
    max-width: 487px;
}
.bq-4 {
    max-width: 600px;
}

.stats {
    background-color: var(--secondary-text-color-orange);
}
.stats-item {
    padding: 48px 64px;
}

.stats-item  svg {
    border-radius: 50%;
    border: 1px solid #FFF;
    padding: 5px;
}


.stats-title {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    font-family: var(--primary-font-family-bold);
    margin: 16px 0;
}
.stats-desc {
    color: #FFF;
    font-size: 18px;
    margin: 0;
}
.stats-source {
    background-color: var(--secondary-bg-color-yellow);
    padding: 8px 15px;
}

.stats-source div {
    color: #0C1215;
    font-family: "Roboto Serif";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    max-width: 1110px;
    margin: 0 auto;

}

.stats .border-right-g-0 {
    border-right: none;
}
.stats .border-sm-bottom {
    border-bottom: 1px solid #000;
}



.figure-caption {
    color: #596E79;
    font-family: "Roboto Serif";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
.figure-caption div {
    max-width: 1110px;
    margin: auto;
}

.jarallax + .figure-caption {
    padding: 8px 15px;  
}


.orange-text {
    color: var(--secondary-text-color-orange);
}


.cell-content {
  
   padding: 0;
   margin: 50px 0 0;
}
.right-col .cell-content {
    margin: 24px 0 50px 0;
}

.cell-content h3 {
    font-family: "Roboto Serif";
    font-size: 38px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2px;
}

.border-right {
    position: relative;
}


.short-copy {
    font-family: "Roboto Serif";
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    display: flex;
    padding: 24px;
    justify-content: center;
    align-items: center;
    color: var(--secondary-text-color-orange);
    border: 1px solid #DE5B35;
    line-height: normal;
}

.btn-scroll {
    border-radius: 100px;
    background: #FFF;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    font-family: Montserrat;
    line-height: 18px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    line-height: normal;
}

.content-wrapper {
    padding: 50px 15px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
}

.content-wrapper p:last-child {
    margin-bottom: 0;
}

.btn-back {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: auto;
    text-transform: uppercase;
    text-decoration: none;
}
.btn-back:hover {
    color: #000;
}

footer {
    color: #FFF;
}
.copy {
    color: #81949E;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
.footer-links .nav-link {
    padding-left: 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
}
footer .divider {
    display: flex;
    width: 100%;
    height: 0px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #303D43;
    margin: 24px 0;
}
.spnsored-text {
    font-size: 12px;
    font-weight: 400;
}


@media (min-width: 765px) { /* Tablet */
    
    .spnsored-text {
        line-height: 24px;
    }
    .btn-home {
        background-color: #303D43;
        border-right: none;
    }
    .btn-home svg {
        width: 16px;
        height: 16px;
        margin-top: -2px;
        margin-right: 8px;
    }
    .btn-home svg > path {
        fill: #FFF;
    }
}


@media (min-width: 992px) {
    .spnsored-text {
        text-align: right;
    }
    .home-nav-padding {
        padding: 10px 0 8px 0;
    }
    .home-nav-padding img {
        margin-top: 0;
    }
    p {
        font-size: 20px;
    }

    .nav-bar {
        padding: 36px;
    }
    .nav-bar .gn-logo {
        width: 210px;
    }
    .nav-bar .hk-logo {
        width: 195px;
    }
  
    .home-nav {
        padding:0 36px;
    }
    .author-wrapper {
        padding: 48px 0;
    }
    .stats .border-right-g-0 {
        border-right: 1px solid #000;
    }
    .stats .border-sm-bottom {
        border-bottom: none;
    }

    .content-wrapper {
        max-width: 1110px;
        padding: 100px 0px;
    }
    .text-overlap {
        padding: 50px;
        box-shadow: 0px 0px 10px rgba(43, 36, 131, 0.3);
    }
    blockquote {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.64px;
        margin-bottom: 0;
    }
    .cell-content,
    .right-col .cell-content {
        padding: 0 60px;
        margin: 80px 0;
     }
     .border-right::after {
        content: "";
        position: absolute;
        top: 100px;
        bottom: 100px;
        right: 0;
        width: 1px;
        border-right: 1px solid #000;
    }
    .figure-caption {
        font-size: 16px;
        line-height: 24px;
    }
    .short-copy {
        font-size: 32px;
        padding: 60px;
    }
   
   
}

.view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.page-1.jarallax {
    height: 100vh;
}
.page-1 .gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
    /*background: linear-gradient(180deg, #2BAAE1 27.77%, rgba(43, 170, 225, 0.884374) 57.87%, rgba(43, 170, 225, 0) 100%);*/
   /* background: linear-gradient(180deg, rgba(79, 31, 112, 0.70) 42%, rgba(79, 31, 112, 0.00) 100%);*/
   background: linear-gradient(180deg, rgba(79, 31, 112, 0.70) 42%, rgba(79, 31, 112, 0.00) 100%);
}




@media (min-width: 992px) {
    .page-1 .gradient {
        height: 50%;
    }
}
.banner-height {
    min-height: 285px;
}

.partner-link {
    margin-left: auto;
    display: none;
}
.partner-link a {
    font-size: 12px;
    padding: 0 12px;
    color: white;
}
.arrow-down {
    position: absolute;
    left: calc(50% - 45px);
    bottom: 150px;
    text-decoration: none;
}
.intro-text {
    transform: translateY(64px);
}
.img-wrapper img  {
    max-width: 100%;
}
@media (min-width: 992px) {
    .partner-link {
        display: block;
    }
    .page-1.jarallax {
        /*height: calc(100vh + 240px);*/
        height: 100vh;
    }
    .intro-text {
        transform: translateY(100px);
    }
    .banner-height {
        min-height: 600px;
    }
    .fin-banner-height {
        min-height: 658px;
    }
    .arrow-down {
        bottom: 10%;
    }
}
#navbarNav {
    z-index: 1001;
}
.menu-bar {
    position: absolute;
    width: 100%;
}
.menu-bar .navbar {
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-dark {
    background-color: #000;
}
.main-nav .nav-link {
    background: rgba(10, 12, 13, 0.15);
    padding: 8px 30px;
    min-width: 120px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
.main-nav .nav-link.active {
    background-color: #A2087F;
}
.main-nav .nav-link:hover {
    color: white;
}
@media (max-width: 992px) {

    .p-md-0 {
        padding: 0 !important;
    }
    .menu-bar .navbar {
        background-color: #0A0C0D;
        color: white;
    }
    .menu-bar .navbar-toggler:focus {
        box-shadow: none;
    }
    .main-nav {
        flex-direction: column;
        background-color: #FFFFFF;
    }
    .main-nav .nav-item .nav-link {
        background: #FFF;
        color: #0A0C0D;
        padding: 15px 12px;
    }
    .main-nav .nav-item:nth-child(2n+1) .nav-link {
        background: #EFF2F3;
    }
    .main-nav .nav-item .nav-link.active {
        background-color: #A2087F ;
    }
    .main-nav .nav-item .nav-link:hover {
        color: white;
    }
   
    .menu-bar .navbar-brand {
        padding-left: 12px;
        font-size: 14px;
        line-height: 18px;
    }
   .navbar-dark .navbar-toggler-icon {
        background-image: url(https://gulfnews-labs.s3.us-east-1.amazonaws.com/partner-content/hongkong/images/close.svg);
        height: 16px;
        width: 16px;
    }
    .navbar-dark .collapsed .navbar-toggler-icon {
        background-image: url(https://gulfnews-labs.s3.us-east-1.amazonaws.com/partner-content/hongkong/images/menu.svg);
        height: 18px;
        width: 18px;
    }
}


.display-1 {

    padding: 0px 10px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
}
.display-1 h1 {
    text-align: center;
    font-family: var(--primary-font-family-bold);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;

}
.display-sm  {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    color: #FFF;
    font-family: var(--primary-font-fmaily);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  
}
.article-author {
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    color: white;
}

.article-author t {
    font-weight: 700;
    font-family: var(--primary-font-family-bold);
}

@media (min-width: 370px) {
    .display-sm t {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .display-1 h1 {
        font-size: 52px;
        letter-spacing: -2.56px;
        line-height: 90%; /* 57.6px */
    }
    .display-sm {
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
    }
    .arrow-down {
        bottom: 10%;
    }
}

@media (max-width: 990px) and (orientation: landscape) {
    /* Mobile landscape specific styles */
    .arrow-down {
        display: none !important;
    }
}



.share-bar {
    margin: 20px 0;
}
.share-bar .label {
    color: white;
    line-height: 100%;
    align-self: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.share-bar .nav-link {
    margin: 5px;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    border-radius: 100px;
    padding: 3px 2px;
    display: inline-flex;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.text-overlap-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.text-overlap {
    background-color: white;
   padding: 0;
}
.spacer {
    position: absolute;
    background-color: #fff;
    top: -10px;
    height: 10px;
    left: 0;
    right: 0;
}










.hk-logo {
    max-width: 250px;
}
.share-bar-footer {
    margin-top: 32px;
}
.share-bar-footer .nav-link {
    padding-left: 5px;
    padding-right: 5px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  
    #parallax_container { width: 100% !important; }
  }  
  
  
   #parallax_navbar  {
      /* background-color: #fbfdff;
      color: #242222;
      position: fixed; */
      top: 0;
      width: 100%;
      display: block;
      transition: top 0.3s;
      z-index: 999;
      box-shadow: 0 2px 8px 0 hsla(0,0%,7%,.1); 
  
      background: rgba(251, 253, 255, 0.7);
      backdrop-filter: blur(7px);
      -webkit-backdrop-filter: blur(7px);
  
  
    }
  
  #parallax_navbar img { height: 25px; margin:8px  16px;}
  
  #parallax_container 
  {
    width: 61%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
   
  #parallax_navbar a { 
    text-decoration: none; 
    font-size: .9rem;
    color: #525252; 
  }
  #parallax_navbar a:hover { 
    color: #0c0c0c; 
  }

  .watch-target {
    position: sticky;
    top: 0;
    z-index: 10;
  }
  
  /* Optional styling to visually "release" sticky, but sticky still works */
  .watch-target.released {
    opacity: 0.5; /* or add a class if you want animation on release */
  }
  
  .bottom-sentinel {
    height: 1px;
  }

  .cell-content.gn-mt-sm-0 {
    margin-top: 0;
  }

  @media (min-width: 1200px) {
    .cell-content.gn-mt-sm-0 {
        margin-top: 50px;
    }
    .cell-content h3 {
        font-size: 48px;
        margin-bottom: 24px;
    }
    .cell-content,
    .right-col .cell-content {

        padding: 0 90px;
        margin: 100px 0;
     }
     .display-1 h1 {
        font-size: 64px;
    }

}

@media (min-width: 1400px) {
    .cell-content h3 {
        font-size: 60px;
        margin-bottom: 24px;
    }
}


@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }

}


