/*
Theme Name: Sky9capital
Theme URI: https:/www.yunjiucap.com
Author: Kelvin
Author URI: https:/www.thineover.com
Version: 2.0
*/






html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ul, li, ol, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration:none;
}
* {
    box-sizing: border-box;
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('https://cdn.sky9capital.com/fonts/Noto_Sans_SC_300_normal.woff2') format('woff2'),
       url('https://cdn.sky9capital.com/fonts/Noto_Sans_SC_300_normal.woff') format('woff'); 
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('https://cdn.sky9capital.com/fonts/Noto_Sans_SC_400_normal.woff2') format('woff2'),
       url('https://cdn.sky9capital.com/fonts/Noto_Sans_SC_400_normal.woff') format('woff'); 
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('https://cdn.sky9capital.com/fonts/Noto_Sans_SC_700_normal.woff2') format('woff2'),
       url('https://cdn.sky9capital.com/fonts/Noto_Sans_SC_700_normal.woff') format('woff'); 
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('https://cdn.sky9capital.com/fonts/Poppins_300_normal.woff2') format('woff2'),
       url('https://cdn.sky9capital.com/fonts/Poppins_300_normal.woff') format('woff'); 
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('https://cdn.sky9capital.com/fonts/Poppins_400_normal.woff2') format('woff2'),
       url('https://cdn.sky9capital.com/fonts/Poppins_400_normal.woff') format('woff'); 
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('https://cdn.sky9capital.com/fonts/Poppins_700_normal.woff2') format('woff2'),
       url('https://cdn.sky9capital.com/fonts/Poppins_700_normal.woff') format('woff'); 
}

@font-face {
  font-family: 'seasideresortnf';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('https://cdn.sky9capital.com/fonts/seasideresortnf.woff') format('woff'); 
}

body {
    font-family: 'Noto Sans SC', "PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    position: relative;
}
body.en {
    font-family: 'Poppins';
}
a {
    color: #000000;
}
a:focus, a:hover {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}
a, a:visited, a:focus {
    -webkit-transition: all 0.2s ease-out 0s;
       -moz-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
}
h1 {
    font-size: 32px;
    font-weight: 700;
}
h2 {
    font-size: 26px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
h2, h3 {
    font-weight: 700;
}
h1,h2,h3,h4 {
    line-height: 160%;
}
.en h1, .en h2, .en h3, .en h4 {
    line-height: 140%;
}
p {
    line-height: 180%;
}
.btn {
    display: flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    border-radius: 30px;
    border: solid 2px #000000;
    cursor: pointer;
}
.links {
    display: flex;
}
::selection {
    background: #3c6380;
    color: #ffffff;
}
::-webkit-selection {
    background: #3c6380;
    color: #000000;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.line {
    display: flex;
    flex-direction: column;
}
.line::after {
    content: '';
    width: 100%;
    height: 1px;
}

.view-all {
    color: #000000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    position: relative;
}

.view-all .text {
    position: relative;
}

.view-all .text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
}

.view-all .text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #000000; 
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.view-all .arrow-right {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.view-all:hover .text::before {
    transform: scaleX(1); 
}

.view-all:hover .arrow-right {
    transform: translateX(5px);
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn 1.4s forwards;
            animation: fadeIn 1.4s forwards;
}

@-webkit-keyframes fadeUp {
  0%{
        opacity:0;
        transform:translateY(20px)
    }
    to{
        opacity:1;transform:none;
    }
}

@keyframes fadeUp {
    0%{
        opacity:0;
        transform:translateY(20px)
    }
    to{
        opacity:1;
        transform:none
    }
}
.fadeUp {
    opacity: 0;
    -webkit-animation: fadeUp 1.4s forwards;
            animation: fadeUp 1.4s forwards;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
    opacity: 0;
    -webkit-animation: fadeInRight 1.4s forwards;
            animation: fadeInRight 1.4s forwards;
}


@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
    opacity: 0;
    -webkit-animation: fadeInleft 1.4s forwards;
            animation: fadeInleft 1.4s forwards;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation: fadeInUp 1.4s forwards;
          animation: fadeInUp 1.4s forwards;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}



.wrap {
    -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards;
}
.container {
    max-width: 1800px;
    padding-left: 32px;
    padding-right: 32px;
    margin-left: auto;
    margin-right: auto;
}
.maxwidth {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}about
.main {
    min-height: 500px;
}


.swiper-container {
    width: 100%;
    height: 100%;
}

@-webkit-keyframes colors{
    0%{background-position:0 50%}
    50%{background-position:100% 50%}
    100%{background-position:0 50%}
}
@keyframes colors{
    0%{background-position:0 50%}
    50%{background-position:100% 50%}
    100%{background-position:0 50%}
}


/* Header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 110;
    background-color: rgba(60,99,128,0.9);
    -webkit-transition: all 0.5s;
            transition: all 0.5s;
}
.header.transparent {
    background-color: transparent !important;
}

.header.scrollUp {
    -webkit-transform: translateY(-130px);
            transform: translateY(-130px);
}


.home .header {
    background-color: transparent;
}
.header .bd {
    display: flex;
    justify-content: space-between;
}
.header ul {
    list-style: none;
}
.logo a {
    display: block;
    width: 160px;
    height: 40px;
    text-indent: -9999px;
    background: rgba(0, 0, 0, 0) url(images/sky9capital_logo-w.svg) no-repeat left center / auto 40px;
}
.en .logo a {
    width: 70px;
}
.zh-hans .language .zh-hans, .en .language .en {
    display: none;
}
@media (max-width: 1199px) {
    body.stop {
        overflow-y: hidden;
    }
    .mask {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        overflow-x: hidden;
        text-align: center;
        background-color: #3c6380;
        visibility: hidden;
        z-index: 100;
        -webkit-transition: all 1s ease-in-out;
                transition: all 1s ease-in-out;
    }
    

    .mask li {
        display: flex;
        margin: 20px 0;
        justify-content: center;
        visibility:hidden;
        -webkit-animation-duration: 1.0s;
                animation-duration: 1.0s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
                animation-name: fadeInDown;
    }
    
    .mask ul li a {
        position: relative;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        -webkit-transition: opacity 0.3s ease-in-out;
                transition: opacity 0.3s ease-in-out;
    }
    .mask ul li.active a::after {
        /*content: "";*/
        background-color: #9FD4CA;
        bottom: -8px;
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .mask .navbar {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .mask .navbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mask .navbar a {
        display: block;
        color: rgba(255,255,255,0.5);
        font-size: 24px;
        font-weight: 300;
        padding: 0;
        text-decoration: none;
    }
    .mask .navbar .language a {
        font-size: 20px;
    }
    .mask .navbar a:first {
        padding-top: 0;
    }
    .mask.open {
        opacity: 1;
        visibility: visible;
    }
    .mask.open li {
        visibility: visible;
        -webkit-animation-duration: 1.0s;
                animation-duration: 1.0s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-name: fadeInUp;
                animation-name: fadeInUp;
    }
    .mask.open .nav li:nth-child(1) {
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s;
    }
    .mask.open .nav li:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
    .mask.open .nav li:nth-child(3) {
        -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s;
    }
    .mask.open .nav li:nth-child(4) {
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s;
    }
    .mask.open .nav li:nth-child(5) {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }
    .mask.open .nav li:nth-child(6) {
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s;
    }
    .mask.open .nav li:nth-child(7) {
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s;
    }
    .mask.open .nav li:nth-child(8) {
        -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s;
    }
    .mask.open .nav li:nth-child(9) {
        -webkit-animation-delay: 0.9s;
                animation-delay: 0.9s;
    }
    .mask.open .language li {
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
    }
    
    .mask.open .navbar .active a {
        color: #ffffff;
    }
    

    .toggle-menu {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        outline: none;
        padding: 0;
        pointer-events: initial;
        vertical-align: middle;
        background-color: transparent;
        border: none;
        cursor: pointer;
        z-index: 200;
    }
    .toggle-menu span {
        content: "";
        display: block;
        width: 32px;
        height: 3px;
        left: 10px;
        position: absolute;
        top: calc(50% - 1px );
        border-radius: 6px;
        background-color: #ffffff;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
    }
    .toggle-menu span:before, .toggle-menu span:after {
        content: "";
        display: block;
        width: 24px;
        height: 3px;
        position: absolute;
        border-radius: 6px;
        background-color: #ffffff;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
    }
    .home .toggle-menu span:before, .home .toggle-menu span:after, .home .toggle-menu span, .active.toggle-menu span:before,.active.toggle-menu span:after {
        background-color: #ffffff
    }
    .toggle-menu span:before {
        top: 10px;
    }
    .toggle-menu span:after {
        top: -10px;
    }
    .toggle-menu.active span {
        background-color: transparent;
        -webkit-transition: background 0.2s ease-out;
                transition: background 0.2s ease-out;
    }
    .toggle-menu.active span:before, .toggle-menu.active span:after {
        -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
                transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
                transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
                transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    }
    .toggle-menu.active span:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
    }
    .toggle-menu.active span:after {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
    }

}

@media (min-width: 768px) {
    .header {
        padding: 30px 0;
    }
    
}

@media (min-width: 1200px) {
    .toggle-menu {
        display: none;
    }
    .header .bd {
        align-items: center;
    }
    .navbar {
        display: flex;
        align-items: center;
    }
    .navbar ul {
        display: flex;
    }
    .navbar a {
        position: relative;
        color: #ffffff;
        font-size: 18px;
        -webkit-transition: all 0.2s ease-out 0s;
           -moz-transition: all 0.2s ease-out 0s;
                transition: all 0.2s ease-out 0s;
    }
    .navbar a::after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 0;
        display: block;
        height: 3px;
        width: 100%;
        background-color: #ffffff;
        -webkit-transform: scaleX(0);
           -moz-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right center 0;
           -moz-transform-origin: right center 0;
                transform-origin: right center 0;
        -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
           -moz-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
                transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    }
    .navbar a:hover::after {
        -webkit-transform: scaleX(1);
           -moz-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left center 0;
           -moz-transform-origin: left center 0;
                transform-origin: left center 0;
    }
    .navbar a:hover, .navbar .active a {
        color: #ffffff;
    }
    .navbar .active a::after {
        -webkit-transform: scaleX(1);
           -moz-transform: scaleX(1);
                transform: scaleX(1);
    }
    .navbar li {
        padding-left: 32px;
    }
    .en .navbar li {
        padding-left: 20px;
    }
    .home .navbar a {
        color: #ffffff;
    }
    .home .navbar .active a::after {
        -webkit-transform: scaleX(0);
           -moz-transform: scaleX(0);
                transform: scaleX(0);
    }
    .home .navbar a::after {
        background-color: #ffffff;
    }
    .home .navbar a:hover::after {
        background-color: #ffffff;
    }
}

@media (min-width: 1440px) {
    .navbar li {
        padding-left: 32px;
    }
    .en .navbar li {
        padding-left: 24px;
    }

}
@media (min-width: 1600px) {
    .en .navbar li {
        padding-left: 32px;
    }
    
}


/* Homedemo ############################# */

.homedemo .overlay .popup .portfolio-single, .companies .overlay .popup .portfolio-single, .startups .overlay .popup .companies-single {
    display: none;
}

    /* 通用区块 */
    .section.ad {
    position:relative;width:100%;
    height:calc(var(--vh,1vh) * 100);
    min-height:100svh;overflow:hidden
  }
  #home-banner{display:grid;place-items:center;isolation:isolate;--mask-alpha:.45}
  #home-banner::after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,0.1));
    z-index:0;pointer-events:none
  }
/* 背景视频：初始就稍微放大一点，作为“出血” */
#home-banner .bgvideo{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover; object-position:center;
  z-index:-1; pointer-events:none;
  transform:translate3d(0,0,0) scale(1.06); /* 初始放大 */
  will-change:transform,opacity;
  background:#000; /* 视频加载/切换瞬间也不露灰 */
}
  /* 前景内容 */
  #home-banner .content{
    position:relative;z-index:1;text-align:center;
    transform:translate3d(0,0,0);will-change:transform,opacity
  }
  #home-banner .content .heading {
      width: 100%;
      height: 60px;
      background: url(images/slogan-heading.svg) no-repeat center center / auto 30px;
}
  #home-banner .content .text {
       width: 100%;
      height: 20px;
      background: url(images/slogan-text.svg) no-repeat center center / auto 15px; 
}
  #home-banner .content p{margin:0;font-size:clamp(14px,2.8vw,22px);opacity:.95}

  @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}


  /* 动画降级：用户偏好减少动效时禁用视差 */
  @media (prefers-reduced-motion: reduce){
    #home-banner .bgvideo,
    #home-banner .content{transition:none !important;transform:none !important}
    .scroll-down::after{animation:none}
  }
.homedemo .main {
    padding-top: 0 !important;
}

#home-banner .container {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding-bottom: 10%;
}
#home-banner .content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: flex-end;
    z-index: 1;
}



#home-about {
    padding: 50px 0;
}
#home-about .content {
    display: flex;
    flex-wrap: wrap;
}
#home-about .content h3 {
    color: #5b5b5b;
    font-size: 24px;
    width: 30%;
    padding-bottom: 20px;
}
#home-about .content .info {
    
}
#home-about .content .info p {
    font-weight: 300;
    padding-bottom: 20px;
}
#home-portfolio .swiper-slide {
    
}
#home-portfolio .swiper-slide .image {
    min-height: 460px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 0;
}
#home-portfolio .swiper-slide .content {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
#home-portfolio .swiper-slide .content .info {
    color: #ffffff;
    border: solid 1px rgba(255,255,255,0.9);
    width: clamp(180px, 30vw, 260px);
    aspect-ratio: 1 / 1;
    padding: 1.25em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#home-portfolio .swiper-slide .content .info .name {
    font-size: 40px;
}
#home-portfolio .swiper-slide .content .info .company {
    font-size: 18px;
}
.homedemo .section .info-content {
    padding: 50px 0;
}
.homedemo .section .info-content h3 {
    color: #5b5b5b;
    font-size: 24px;
    padding-bottom: 10px;
}
.homedemo .section .info-content .links a {
    display: flex;
    color: #5b5b5b;
    font-size: 18px;
    align-items: center;
}
.homedemo .section .info-content .links a span {
    color: #3c6380;
    margin-right: 10px;
}
.homedemo .section .info-content .links .icon-arrow {
    display: flex;
    align-items: center;
}
#home-team .image {
    background: none;
}
/* 背景容器 */
.star-portfolio {
  position: relative;
  background: linear-gradient(to right, #38516f, #a8b3c0);
  overflow: hidden;
}
.star-portfolio .brand-grid {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:1px; 
    background:#fff; 
}
.star-portfolio .brand-grid .item {
    position:relative;
    display:grid;
    place-items:center;
    cursor:pointer;
    overflow:hidden;
  }
.star-portfolio .brand-grid .item::before{
    content:"";
    position:absolute; inset:0;
    background:linear-gradient(to right, #38516f, #a8b3c0);
    background-attachment: fixed; /* 关键：确保跨卡片连续 */
    z-index:0;
}
.star-portfolio .brand-grid .item a {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 120px 0 30px;
    align-items: flex-end;
    z-index: 2;
}
.star-portfolio .brand-grid .item a .image {
    padding-left: 10%;
    z-index: 2;
}
.star-portfolio .brand-grid .item .icon-arrow {
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#ffffff;
    text-decoration:none;
    font-weight:600;
    margin-right: 10%;
    margin-top: 10px;
    z-index: 2;
}
/* SVG 尺寸 & 继承颜色 */
.icon-arrow .arrow-45{
    width:20px;
    height:20px;
    flex:0 0 auto;
    transition:transform .25s ease, opacity .25s ease;
  }
.icon-arrow .arrow-45 polyline {
      fill:none;
      stroke:currentColor;
      stroke-width:8;
      stroke-linecap:round;
      stroke-linejoin:round;
  }




/* 百叶窗背景层 */
.background-stripes {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  pointer-events: none;
  z-index: 1;
}

.stripe {
  flex: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
}
.background-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease;
  z-index: 1;
  opacity: 1;
}

.star-portfolio .item.active img, .star-portfolio .brand-grid .item.active .icon-arrow {
    position: relative;
  opacity: 1 !important;
    z-index: 2;
}

@media (max-width: 767px) {


}
@media (min-width: 768px) {
  #home-banner .content .heading {
      height: 100px;
      background-size: auto 50px;
    }
      #home-banner .content .text {
          height: 50px;
          background-size: auto 25px;
    }

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    
    #home-banner .content .heading {
      height: 150px;
      background-size: auto 80px;
    }
    #home-banner .content .text {
        height: 60px;
        background-size: auto 30px;
    }
    #home-about {
        padding: 150px 0;
    }
    #home-about .content {
        flex-wrap: nowrap;
    }
    #home-about .content h3 {
        font-size: 64px;
        font-weight: 500;
        flex: none;
        flex-shrink:0;
    }
    #home-about .content .info {
        padding-left: 10px;
    }
    #home-about .content .info p {
        font-size: 26px;
    }
    #home-portfolio .swiper-slide .image {
        min-height: 850px;
    }
    #home-portfolio .swiper-slide .content .info {
        width: clamp(180px, 30vw, 320px);
    }
    #home-portfolio .swiper-slide .content .info .name {
        font-size: 70px;
    }
    #home-portfolio .swiper-slide .content .info .company {
        font-size: 30px;
    }
    .homedemo .section .info-content {
        padding: 100px 0;
    }
    .homedemo .section .info-content h3 {
        font-size: 50px;
        font-weight: 500;
    }
    .homedemo .section .info-content .links a {
        font-size: 30px;
    }
    .star-portfolio .brand-grid {
        grid-template-columns:repeat(5,1fr);
    }
    .star-portfolio .brand-grid .item a {
        position: relative;
        padding: 220px 0 30px;
    }
    .star-portfolio .brand-grid .item a::after {
        content: "";
        position: absolute;
        top: 0;right: 0;bottom: 0;left: 0;
        background-color: rgba(0,0,0,0);
        z-index: 0;
        -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    }
    .star-portfolio .brand-grid .item a:hover::after {
        /*background-color: rgba(0,0,0,0.1);*/
    }
    .star-portfolio .brand-grid .item .icon-arrow {
        margin-top: 50px;
        -webkit-transition: all 0.2s ease-out 0s;
           -moz-transition: all 0.2s ease-out 0s;
                transition: all 0.2s ease-out 0s;
    }
    .star-portfolio .brand-grid .item .icon-arrow .arrow-45 {
        width:32px;
        height:32px;
    }
    .star-portfolio .brand-grid .item a:hover .icon-arrow {
        margin-right: 8%;
    }
    .homedemo .section .info-content .links a .icon-arrow {
        -webkit-transition: all 0.2s ease-out 0s;
           -moz-transition: all 0.2s ease-out 0s;
                transition: all 0.2s ease-out 0s;
    }
    .homedemo .section .info-content .links a:hover .icon-arrow {
        margin-left: 5px;
    }
    
}  
@media (min-width: 1920px) {

    .star-portfolio .brand-grid .item a {
        padding: 280px 0 80px;
    }
    #home-team .image {
        width: 100%;
        height: 1000px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
    }
    #home-team .image img {
        display: none;
    }
}







/* Home */
.home .logo a {
    background-image: url(https://cdn.sky9capital.com/images/sky9capital_logo-w.svg) ;
    
}
.banner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.banner .bg  {
    width: 100%;
    height: 100%;
    
}

.banner .bgvideo {
   position: fixed;
   left: 0;
   bottom: 0;
   width:100%;
   max-width: 100%;
   min-height: 100%;
   object-fit: cover;
   z-index: -1;
}
.banner .swiper-slide {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.banner .container {
    display: flex;
    flex-grow: 1;
 }
.banner .content {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20%;
    left: 0;
    width: 100%;
    align-items:flex-end;
}

.banner .content .hero {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    opacity:0;
}
.banner .swiper-slide-active .content .hero {
    animation-name: fadeUp;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}
.banner .content .hero .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.banner .content .hero .info {
    font-size: 18px;
    font-weight: 300;
    line-height: 160%;
}
.banner .content .hero .links {
    display: flex;
    padding: 30px 0 0px 0;
}
.banner .content .hero .links a.btn {
    display: flex;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: none;
}
.banner .content .hero a.btn i {
    display: flex;
    width: 16px;
    height: 14px;
    margin-left: 6px;
    background: url(https://cdn.sky9capital.com/images/icon-arrow-long-w.svg) no-repeat center center / auto 100%;
    -webkit-transition: all 0.2s ease-out 0s;
       -moz-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
}
.banner .content .hero a.btn:hover i {
    margin-left: 10px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    bottom: 10%;
}
.banner .swiper-pagination-bullet-active.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
}
.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    
    background-color: rgba(255,255,255,1)
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 8px;
    margin-right: 8px;
}



@media (max-width: 767px) {
    video::-webkit-media-controls-fullscreen-button {
        display: none;
    }
    video::-webkit-media-controls-overlay-play-button {
      display: none;
    }

}
@media (min-width: 768px) {


}
@media (min-width: 992px) {
    .banner .content .hero .title {
        font-size: 42px;
    }
}
@media (min-width: 1200px) {

    .banner .content {
        bottom: 150px;
    }
    .banner .content .hero {
        max-width: 700px;
    }
    .banner .content .hero .title {
        font-size: 52px;
    }
    .banner .content .hero .info {
        font-size: 24px;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets {
        justify-content: center;
        bottom: 8%;
    }
    .banner .content .hero .links a.btn:hover i {
        margin-left: 10px;
    }
}  









/* Page */

.heroblock {
    padding: 40px 0 64px;
}
.heroblock .subtitle {
    color: #595959;
    margin-bottom: 10px;
}
.heroblock .info p {
    font-weight: 300;
}
.heroblock .info p {
    padding-top: 20px;
}
.heroblock .info .links {
    padding-top: 30px;
}
@media (min-width: 768px) {
    .heroblock {
        padding: 70px 0 100px;
    }
    .heroblock h1 {
        width: 76%;
        max-width: 960px;
    }
    .heroblock h1 span {
        display: block;
    }
}
@media (min-width: 1200px) {

    .heroblock .subtitle {
        display: none;
    }
    .heroblock .info {
        max-width: 1100px;
    }
}
@media (min-width: 1440px) {
    .heroblock .info p {
        font-size: 18px;
    }
}


/* About */

.gallery .about-swiper .swiper-button-next {
    left: 80px;
}
.gallery .about-swiper .swiper-button-prev {
    left: 32px;
}
.gallery .about-swiper .swiper-button-next.swiper-button-disabled, .gallery .about-swiper .swiper-button-prev.swiper-button-disabled {
    background-color: #ffffff;
    opacity: 0.8;
}
.gallery .about-swiper .swiper-button-next.swiper-button-disabled:after, .gallery .about-swiper .swiper-button-prev.swiper-button-disabled:after {
    color: #000000;
}
.gallery .about-swiper .swiper-button-next:after, .gallery .about-swiper .swiper-button-prev:after {
    color: #ffffff;
}
.about-swiper .swiper-button {
    --swiper-navigation-size:20px;
    --swiper-navigation-color:#000000;
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 10%;
    background-color: #3c6380;
    border-radius: 50%;
}

.culture .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
}
.culture .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.4));
}
.culture .swiper-slide .content {
    display: flex;
    position: absolute;
    color: #ffffff;
    width: 100%;
    right: 0;
    bottom: 15%;
    left: 0;
    z-index: 2;
}
.culture .swiper-slide .content .container {
    display: flex;
    flex-grow: 1;
}
.culture .swiper-slide .content .info {
    max-width: 760px;
}
.culture .swiper-slide .content .info p {
    border-top: solid 2px #ffffff;
}
.culture .swiper-pagination-bullet {
    background-color: rgba(255,255,255,0.5);
}
.culture .swiper-pagination-bullet-active {
    background-color: #ffffff;
}


@media (max-width: 767px) {


}
@media (min-width: 768px) {
    .about-swiper .swiper-button {
        width: 60px;
        height: 60px;
    }
    .gallery .about-swiper .swiper-button-prev {
        left: 48px;
    }
    .gallery .about-swiper .swiper-button-next {
        left: 120px;
    }
    .culture .swiper-slide .content .info p {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    
    
}
@media (min-width: 1200px) {
    
    .gallery .about-swiper .swiper-button-next {
        left: 170px;
    }
    .gallery .about-swiper .swiper-button-prev {
        left: 100px;
    }
    .about .areaone .gallery .about-swiper .swiper-slide {
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
    }
    .culture .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

}

@media (min-width: 1440px) {
    .about .areaone .gallery .about-swiper .swiper-slide {
        padding-bottom: 800px;
        background-size: 100% auto;
    }
    .about .areaone .gallery .about-swiper .swiper-slide img {
        display: none;
    }
    .culture .swiper-slide .content .info p {
        font-size: 20px;
    }
}



/* boundaries */



.exploration {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    background-color: #f3f5f8;
}
.exploration .content {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 1;
}
.exploration .content .list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 43%;
    padding: 20px 0;
    border-top: solid 1px rgba(255,255,255,0.6);
}
.exploration .content .list i {
    color: rgba(255,255,255,0.6);
    width: 100%;
    font-style: normal;
    padding-bottom: 10px;
}


.exploration .item {
    width: 48%; 
    padding: 20px;
    margin-bottom: 14px;
    text-align: center;
    background-color: #ffffff;
} 
.exploration .item .image {
    display: flex;
    justify-content: center;
}
.exploration .item h4 {
    font-size: 16px;
}


@media (min-width: 768px) {

    .exploration {
        padding-top: 84px;
    }
    .exploration .item {
        margin-bottom: 24px;
    }
    
}
@media (min-width: 992px) {
    .exploration .content {
        justify-content: flex-start;
    }
    .exploration .item {
        width: calc( ( 100% - 120px) / 3 );
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .exploration .item h4 {
        padding: 20px 0;
    }
}
@media (min-width: 1200px) {

    .exploration {
        padding-top: 140px;
        padding-bottom: 100px;
    }
    .exploration .content .list {
        width: 28%;
        font-size: 20px;
    }
    .exploration .content .list i {
        font-size: 16px;
    }
    
    
    .explorationssss {
        padding-bottom: 100px;
    }
}

@media (min-width: 1440px) {

    .exploration .item {
        width: calc( ( 100% - 160px) / 4 );
    }
    .exploration .content .list {
        padding: 40px 0;
    }
    
    
}
@media (min-width: 1600px) {
    .exploration .item {
        width: calc( ( 100% - 200px) / 5 );
    }
}




/* Team */
.partner {
    
}
.partner .filter {
    display: flex;
}
.partner .filter a {
    display: flex;
    position: relative;
    max-width: 400px;
    flex-wrap: wrap;
}
.partner .filter a:first-child {
    margin-right: 30px;
}
.partner .filter a::after {
    content: '';
    width: 100%;
    height: 3px;
    margin-top: 10px;
    background-color: #e6e6e6;
    -webkit-transition: all 0.2s ease-out 0s;
       -moz-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
}
.partner .filter a.active {
    font-weight: 700;
}
.partner .filter a.active::after {
    background-color: #000000;
}
.partner .bd {
    display: flex;
    flex-wrap: wrap;
}
.partner .bd .member {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    opacity: 0;
}
.partner .bd .member a {
    display: block;
    position: relative;
    width: 100%;
    background-color: #000000;
}
.partner .bd .member a .photo {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-out 0s;
       -moz-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
}
.partner .bd .member a:hover .photo {
    opacity: 1;
}
.partner .bd .member a .info {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.partner .bd .member a .info .cent {
    padding: 20px;
    color: #ffffff;
}
.partner .bd .member a .info .cent span {
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 767px) {
    .partner .filter {
        margin-bottom: 32px;
    }
    
}
@media (min-width: 768px) {
    .partner .filter a {
        font-size: 18px;
    }
    .partner .filter a:hover::after {
        background-color: #000000;
    }
    .partner .bd .member a .photo {
        height: 400px;
    }
    .partner .bd .member a .info .cent {
        padding: 32px;
    }
    .partner .bd .member a .info .cent span {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    
   .partner .bd .member {
        width: calc( 100% / 3 );
    }
    
}
@media (min-width: 1200px) {
   .partner .bd .member {
        width: 25%;
    }
    .partner .bd .member a .info .cent {
        padding: 50px;
    }
    .partner .bd .member a .info .cent h3 {
        margin-bottom: 10px;
    }
    .partner .bd .member a .info .cent span {
        font-size: 16px;
    }
    
    
}
@media (min-width: 1800px) {
    .partner .bd .member a .photo {
        height: 500px;
    }
}

/* member-single */


.member-single {
    width: 100%;
    min-height: 100vh;
    background-color: #ffffff;
}
.member-single .gallery {
    background-color: #e3e5e6;
}
.member-single .info {
    padding: 32px;
}
.member-single .info .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 140%;
}
.member-single .info span {
    display: block;
    color: #3c6380;
    margin-top: 5px;
}
.member-single .info .summary {
    color: #595959;
    font-weight: 300;
    margin-top: 30px;
}
.cn .member-single .info .summary {
    text-align: justify;
}
.member-single .info .summary p {
    margin-bottom: 15px;
}

.member-single .info .slogan {
    margin-top: 40px;
}
.member-single .info .listing {
    margin-top: 40px;
}
.member-single .figure {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0;
}
.figure .subtitle {
    display: flex;
    position: relative;
    width: 100%;
    color: #aaaaaa;
}
.figure .cent {
    width: 100%;
    border-left: solid 4px #e6e6e6;
    padding-left: 20px;
}
.figure .saying {
    display: flex;
    font-size: 18px;
    padding: 10px 0;
}
.figure .name {
    display: flex;
    color: #aaaaaa;
    align-items: center;
}
.figure .name::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    margin-right: 6px;
    background-color: #aaaaaa;
}

@media (max-width: 767px) {

    
}
@media (min-width: 768px) {
    .member-single .info {
        padding: 48px;
    }
    .member-single .info .title {
        font-size: 32px;
    }
}
@media (min-width: 992px) {
    

    
    
    
}
@media (min-width: 1200px) {


    .member-single .gallery {
        
    }
    .member-single .gallery img {
        display: none;
    }
    .member-single .gallery .swiper-slide  {
        height: 620px;
        background-size: auto 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }
    .member-single .info {
        padding: 100px;
    }
    .member-single .info .title {
        font-size: 42px;
    }
    
    .member-single .figure {
        padding: 80px 80px 0 0px;
    }
    .member-single .figure .saying {
        padding: 20px 0 10px;
    }
    
}
@media (min-width: 1440px) {
    .member-single .info {
        display: flex;
        justify-content: space-between;
    }
    .member-single .info .l {
        width: 25%;
        flex-shrink: 0;
    }
    .member-single .info .summary {
        width: 70%;
        margin-top: 0;
    }
}


/* Entreprenuers ####################################### */
.entreprenuers .companies-single .company .brandlogo,.homedemo .companies-single .company .brandlogo, .single .companies-single .company .brandlogo {
    border-radius: 40px;
    padding: 0;
    overflow: hidden;
}
.entreprenuers .companies-single .company .brandlogo img, .homedemo .companies-single .company .brandlogo img, .single .companies-single .company .brandlogo img {
        transform: scale(1.5);
}
.entreprenuers .overlay .popup .bd {
    padding-top: 70px;
   }
.filter-area {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
    margin-bottom: 100px;
}
/* 卡片 wrapper */
.filter-wrapper {
  flex: 0 0 calc((100% - 40px) / 5);
}

/* 卡片样式 */
.filter-list {
    position: relative;
    width: 100%;
    height: 220px;
    min-height: 100px;
    background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: border-color .2s;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}
.filter-list::after {
    content: "";
    position: absolute;
    top: 0;right: 0;bottom: 0;left: 0;
    background-color: rgba(0,0,0,0.4);
    transition: background-color;
}
.filter-list.active::after { 
    background-color: rgba(0,0,0,0.8);
    }
.filter-list .category-name {
    width: 100%; 
    color: #fff; 
    padding: 10px;
    text-align: center; 
    z-index: 1;
    word-break: break-word;
}

/* ---- 外层，只画箭头，不限制高度，不滚动 ---- */
.category-content {
  position: relative;
  overflow: visible;     /* 保证箭头可见 */
  flex: 0 0 100%;
  margin-top: 10px;
    margin-bottom: 20px;
  /* **去掉** max-height 和 overflow-y */
}

/* 箭头（不变） */
.category-content::before {
  content: '';
  position: absolute;
  top: -12px;
  left: var(--arrow-left, 50%);
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #e9eef2;
  z-index: 2;
}

/* ---- 内层，真正可滚动区域 ---- */
.category-content-inner {
    display: grid;
    flex-wrap: wrap;
    background: #e9eef2;
    padding: 30px 20px;
    max-height: 300px;     /* 只在这里限制高度 */
    overflow-y: auto;      /* 只在这里滚动 */
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    z-index: 1;
}

/* 公司条目 */
.company-item {
  display: flex;
  align-items: flex-start;
    justify-content: center;
  margin-bottom: 10px;
    text-align: center;
}
.company-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.company-item .image {
    width: 100px; 
    height: 100px; 
    border-radius: 25px;
    object-fit: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 110%;
    overflow: hidden;
}

.company-item .info p {
    margin: 0;
}
.company-item .info p.company-listing {
    color: #595959;
    font-size: 14px;
}
.entreprenuers .portfolio-single {
    display: none;
}

.entreprenuers .companies-single .company .block .content .title,.homedemo .companies-single .company .block .content .title {
    display: none;
}
.entreprenuers .company-item .image {
    background-size: 138%;
}
.entreprenuers .company-item .info {
    padding-top: 10px;
}
.entreprenuers .company-item .info p {
    line-height: 140%;
}

.social-hub {
    display: flex;
    padding-top: 30px;
    gap: 10px;
}
.social-hub .icon a {
    display: block;
    width: 48px;
    background-color: #000000;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
    text-indent: -9999px;
    border: solid 1px #ffffff;
    border-radius: 50%;
}

.social-hub .icon a {
    width: 50px;
    height: 32px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-size: auto 32px;
    background-position: left center;
}
.social-hub .website a {
    background-image: url(images/social/website-b.svg);
}
.social-hub .github a {
    background-image: url(images/social/github-b.svg);
}
.social-hub .discord {
    margin-right: 10px;
}
.social-hub .discord a {
    background-image: url(images/social/discord-b.svg);
}
.social-hub .steam a {
    background-image: url(images/social/steam-b.svg);
}
.social-hub .xbox a {
    background-image: url(images/social/xbox-b.svg);
}
.social-hub .twitter a {
    background-image: url(images/social/twitter-b.svg);
}

.single .companies-single .company .block .content {
        padding-left: 20px;
    }
    .single .companies-single .company .block .content .title {
        display: block;
        font-size: 22px;
        font-weight: bolder;
        padding-bottom: 20px;
    }
    .single .companies-single .company .block .category  {
        padding-left: 0;
    }
    .single .social-hub .icon a {
        width: 62px;
        height: 42px;
    }

@media (max-width: 768px) {
  .filter-wrapper {
    flex: 0 0 calc((100% - 10px) / 2);
  }
    
}
@media (min-width: 768px) {
    .entreprenuers .overlay .popup .bd {
        padding-top: 0;
    }
    .category-content-inner {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    .filter-list {
        height: 340px;
    }
    .company-item img {
        border-radius: 40px;
    }
    .entreprenuers .companies-single .company .block .content,.homedemo .companies-single .company .block .content,.single .companies-single .company .block .content {
        padding-left: 50px;
    }
    .entreprenuers .companies-single .company .block .content .title,.homedemo .companies-single .company .block .content .title,.single .companies-single .company .block .content .title {
        display: block;
        font-size: 30px;
        font-weight: bolder;
        padding-bottom: 20px;
    }
    .entreprenuers .companies-single .company .block .category,.homedemo .companies-single .company .block .category,.single .companies-single .company .block .category  {
        padding-left: 0;
    }
    .entreprenuers .social-hub .icon a,.homedemo .social-hub .icon a,.single .social-hub .icon a {
        width: 62px;
        height: 42px;
    }

}


@media (min-width: 1440px) {
    .category-content-inner {
        grid-template-columns: repeat(5, 1fr);
    }
    .company-item .image {
        width: 150px;
        height: 150px;
    }
}





/* insights */
.ceo {
    
}
.button {
  display: inline-block;
  position: relative;
}
.button.is-play {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #3c6380;
    cursor: pointer;
}
.button.is-play .button-outer-circle {
    background: rgba(60,99,128,0.2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.button.is-play .button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.button.is-play .button-icon .voice .audioplay i {
    -webkit-animation: fadeInvideo 1s ease;
            animation: fadeInvideo 1s ease;
}
.button.is-play .button-icon .path {
    stroke-dasharray: 90;
    stroke-dashoffset: 0;
    -webkit-animation: triangleStroke 3s;
            animation: triangleStroke 3s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
}
.has-scale-animation {
    -webkit-animation: smallScale 3s infinite;
            animation: smallScale 3s infinite;
}
.has-delay-short {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
}
@-webkit-keyframes fadeInvideo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInvideo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}


.modal-video {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 110%;
    left: 0;
    z-index: 110;
    background-color: #000000;
}

.modal-video .close-video {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 35px;
    height: 35px;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
}
.modal-video .close-video::before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    
}
.modal-video .close-video::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.modal-video .close-video::after, .modal-video .close-video::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 26px;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    background: #fafafa;
    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
}
.modal-video .close-video:hover::after,.modal-video .close-video:hover::before{
    -webkit-transform:rotate(0);
       -moz-transform:rotate(0);
         -o-transform:rotate(0);
            transform:rotate(0);
    -webkit-transition:all .3s ease-in-out;
       -moz-transition:all .3s ease-in-out;
         -o-transition:all .3s ease-in-out;
            transition:all .3s ease-in-out
}

.video-inner {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.video-responsive {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
}
.modal-video .video-responsive {
    width: 80%;
}
.video-responsive video {
    width: 100%;
    height: auto;
}

.ceo .main .bd {
    background-color: #000000;
}
.ceo .eachother {
    color: #000000;
    background-color: #ffffff;
}
.ceo .eachother .links .btn {
    color: #000000;
    border-color: #000000;
}


.insights .bd .container {
    
}
.videolist {
    margin-bottom: 30px;
}
.videolist .image {
    position: relative;
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000000;
    z-index: 0;
    cursor: pointer;
}
.videolist .image::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.videolist .info {
    text-align: center;
    padding: 20px 0;
}
.videolist .info .ceo-name {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 5px;
}
.videolist .info .ceo-company {
    color: #595959;
}

@media (max-width: 767px) {

    .ceo .main {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .ceo .main .bd {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .insights .main .bd {
        padding-bottom: 100px;
    }
    .insights .main .bd .container {
        display: flex;
        flex-wrap: wrap;
    }
    .videolist {
        width: 46%;
        margin: 2%;
    }
    .videolist .image {
        height: 260px;
    }
    .videolist .image::before {
        background-color: rgba(0,0,0,0.2);
        -webkit-transition: all 0.2s ease-out 0s;
           -moz-transition: all 0.2s ease-out 0s;
                transition: all 0.2s ease-out 0s;
    }
    .videolist .image:hover::before {
        background-color: rgba(0,0,0,0);
    }
    .videolist .info .ceo-name {
        font-size: 28px;
    }
}
@media (min-width: 992px) {
    .ceo .main .bd {
        display: flex;
    }

    
    
}
@media (min-width: 1200px) {

    .videolist .image {
        height: 350px;
    }
    
    .ceo .eachother .links .btn.hovercolor:hover {
        color: #ffffff;
    }

}
@media (min-width: 1440px) {

}
@media (min-width: 1600px) {
    .videolist {
        width: calc((100% - 180px)/3);
        margin: 30px;
    }
    .videolist .info .ceo-name {
        font-size: 36px;
    }
}


/* VC 3.0 ##################################*/


.vc3 .un-pri {
    padding: 64px 0;
}
.vc3 .un-pri h4  {
    padding-bottom: 30px;
}
.vc3 .un-pri .image {
    max-width: 400px;
}

.quote {
    color: #ffffff;
    padding: 64px 0;
    background-color: #3c6380;
}
.quote .info p {
    font-size: 18px;
}
.social-block {
    padding: 64px 0;
    background-color: #f3f5f8;
}
.social-block .title {
    padding-bottom: 32px;
    max-width: 1100px;
}
.social-block .item {
    padding: 50px 30px;
    margin-top: 40px;
    background-color: #ffffff;
}
.social-block .item .img {
    width: 100%;
    height: 150px;
    margin: 50px auto;
}
.social-block .item.item-esg .img {
    background: url(https://cdn.sky9capital.com/images/icon-esg.svg) no-repeat center center / auto 90%;
}
.social-block .item.item-vp .img {
    background: url(https://cdn.sky9capital.com/images/icon-vp.svg) no-repeat center center / auto 85%;
}
.social-block .item.item-itt .img {
    background: url(https://cdn.sky9capital.com/images/icon-itt.svg) no-repeat center center / auto 90%;
}
.social-block .item h3 {
    padding-bottom: 10px;
}
.social-block .links {
    padding-top: 30px;
}


@media (max-width: 767px) {

    .social-block .links {
        flex-wrap: wrap;
    }
    .social-block .links a:nth-child(2) {
        margin-top: 10px;
    }

}
@media (min-width: 768px) {

    .quote .info p {
        font-size: 20px;
    }
    .social-block {
        padding: 80px 0;
    }
    .social-block .item {
        padding: 64px;
        position: relative;
        
    }
    .social-block .item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        -webkit-transform: scaleX(0);
           -moz-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: right center 0;
           -moz-transform-origin: right center 0;
                transform-origin: right center 0;
        -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
           -moz-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
                transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    }
    .social-block .item:hover::before {
        background-color: #3c6380;
        -webkit-transform: scaleX(1);
           -moz-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left center 0;
           -moz-transform-origin: left center 0;
                transform-origin: left center 0;
    }
    .social-block .links a:nth-child(2) {
        margin-left: 10px;
    }
}
@media (min-width: 992px) {
    .social-block .bd {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .social-block .item {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media (min-width: 1200px) {
    .social-block {
        padding: 100px 0;
    }
    .social-block .title {
        font-size: 20px;
        padding-bottom: 30px;
    }
    .social-block .bd {
        display: flex;
        justify-content: space-between;
    }
    .vc3 .un-pri {
        padding: 100px 0;
    }
}

@media (min-width: 1440px) {
    .social-block .bd {
        
    }
    .social-block .item {
        width: calc((100% - 70px)/2);
        padding: 48px;
    }
    .vc3 .un-pri h4 {
        padding-bottom: 40px;
    }
    .vc3 .un-pri .image {
        max-width: 500px;
    }
    

}



/* ESG ##################################*/


.scope {
    color: #ffffff;
    padding: 64px 0;
    background-color: #3c6380;
}
.scope h2 {
    padding-bottom: 20px;
}
.scope p:last-child {
    margin-top: 10px;
}
.scope .item {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px #e6e6e6;
}
.scope .item .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.scope .item .list {
    color: #595959;
}
.scope .item .list ul {
    list-style: none;
}
.scope .item .list ul li {
    color: rgba(255,255,255,.7);
    display: flex;
    align-items: center;
    padding-bottom: 6px;
}
.scope .item .list ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 5px;
    background-color: rgba(255,255,255,.7);
    border-radius: 50%;
}



.testimony {
    padding: 64px 0;
}
.testimony .title {
    margin-bottom: 40px;
}
.testimony .esg-swiper {
    padding-bottom: 60px;
}
.testimony .esg-swiper .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius:0px;
    background-color: rgba(0,0,0,1);
}
.testimony .esg-swiper .photo {
    position: relative;
    margin-left: 15px;
    margin-top: 15px;
}
.testimony .esg-swiper .photo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -15px;
    left: -15px;
    background-color: #3c6380;
    z-index: -1;
}
.testimony .esg-swiper .info {
    padding-top: 32px;
    padding-left: 15px;
    line-height: 160%;
}
.testimony .esg-swiper .info .un {
    display: flex;
    padding-top: 30px;
    flex-wrap: wrap;
}
.testimony .esg-swiper .info .un h4 {
    font-size: 16px;
    color: #595959;
    padding-bottom: 10px;
}
.testimony .esg-swiper .info .un .cent {
    display: flex;
    width: 100%;
}
.testimony .esg-swiper .info .un .list {
    margin-right: 10px;
}

.testimony .esg-swiper .info .un .img {
    max-width: 50px;
}
.testimony .esg-swiper .info .company {
    display: flex;
    width: 100%;
}
.testimony .esg-swiper .info .company .image {
    max-width: 150px;
}
@media (max-width: 767px) {

}
@media (min-width: 768px) {

    .scope {
        padding: 80px 0;
    }
    .scope .container {
        display: flex;
        justify-content: space-between;
    }
    .scope h2 {
        width: 30%;
        flex-shrink: 0;
        padding-bottom: 0;
    }
    .scope .text {
        width: 60%;
    }
    .scope .text p {
        font-size: 18px;
    }
    .scope .item {
        width: 40%;
        margin-top: 0;
    }
    .scope .item:last-child {
        margin-left: 50px;
    }
    .scope .item .name {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .scope .item .info {
        font-size: 20px;
    }
    
    .testimony {
        padding: 80px 0;
    }
    .testimony .esg-swiper .photo {
        margin-left: 25px;
        margin-top: 25px;
    }
    .testimony .esg-swiper .photo::after {
        top: -25px;
        left: -25px;
    }
    .testimony .esg-swiper .info {
        padding-left: 57px;
        padding-right: 32px;
    }
}
@media (min-width: 992px) {

    
}
@media (min-width: 1200px) {

    .testimony {
        padding: 100px 0;
    }
    .testimony .title {
        padding-bottom: 30px;
    }
    .testimony .esg-swiper .swiper-slide {
        display: flex;
        justify-content: space-between;
    }
    .testimony .esg-swiper .photo {
        width: 50%;
        flex-shrink: 0;
    }
    .testimony .esg-swiper .photo::after {
        height: 90%;
    }
    .testimony .esg-swiper .info {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 50%;
        flex: 1;
        padding: 50px;
    }
    .testimony .esg-swiper .info .text {
        font-size: 20px;
    }
}
@media (min-width: 1440px) {

    
}
@media (min-width: 1600px) {
    .testimony .esg-swiper .info p {
        font-size: 30px;
    }
    
}

/* ITT ##################################*/

.minds {
    color: #ffffff;
    padding-bottom: 54px;
    padding-top: 54px;
    background: #3c6380;
}
.minds .content .item {
    display: flex;
    padding: 10px 0;
}
.minds .content .item h4 {
    color: rgba(255,255,255,.8);
    font-weight: 700;
    width: 16%;
    flex-shrink: 0;
}
.en .minds .content .item h4 {
	width:30%;
}
.minds .content .item .info {
    padding-left: 20px;
}
.itt .gallery {
    padding-top: 64px;
    padding-bottom: 64px;
}
.itt .gallery .swiper-slide {
    width: 80%;
    margin-left: 32px;
    height: auto;
}
.itt .gallery .swiper-slide::last-child {
    margin-left: 32px;
}
.itt .gallery .swiper-scrollbar-button {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.itt .gallery .swiper-button-prev:after,.itt .gallery .swiper-button-next:after {
    display: none;
}
.itt .gallery .swiper-button i {
    display: block;
    width: 25px;
    height: 20px;
}
.itt .gallery .swiper-button-next i {
    background: url(https://cdn.sky9capital.com/images/icon-arrow-long.svg) no-repeat center center / auto 100%;
}
.itt .gallery .swiper-button-prev i {
    background: url(https://cdn.sky9capital.com/images/icon-arrow-long.svg) no-repeat center center / auto 100%;
    transform: rotate(180deg);
}
.itt .swiper-button-prev {
    left: 32px;
}
.itt .swiper-button-next {
    right: 32px;
}

.itt .swiper-pagination-progressbar, .itt .swiper-container-horizontal>.swiper-scrollbar {
    width: calc(100% - 150px);
    height: 2px;
    left: 75px;
}
.itt .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #000000;
}
@media (max-width: 767px) {

}
@media (min-width: 768px) {
    .minds .container {
        display: flex;
        justify-content: space-between;
    }
    .minds .container h2 {
        width: 20%;
        flex-shrink: 0;
    }
    .minds .container h2 span {
        display: block;
    }
    .minds .content {
        padding: 0;
    }
    .en .minds .content .item h4 {
        width: 20%;
    }
    .itt .gallery {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .itt .gallery .swiper-slide {
        margin-left: 48px;
    }
    .itt .gallery .swiper-slide::last-child {
        margin-left: 48px;
    }
    .itt .swiper-button-prev {
        left: 48px;
    }
    .itt .swiper-button-next {
        right: 48px;
    }
    .itt .gallery .swiper-scrollbar-button {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .itt .swiper-pagination-progressbar, .itt .swiper-container-horizontal>.swiper-scrollbar {
        width: calc(100% - 200px);
        left: 100px;
    }
}
@media (min-width: 992px) {
    .minds .content .item .info p {
        font-size: 20px;
    }
    
}
@media (min-width: 1200px) {
    .minds .content {
        display: flex;
        justify-content: space-between;
    }
    .minds .content .item {
        width: 30%;
        flex-direction: column;
    }
    .minds .content .item .info {
        padding-left: 0;
    }
    .minds .content .item h4 {
        width: 100%;
        padding-bottom: 20px;
    }

}
@media (min-width: 1440px) {
    .minds .container h2 {
        width: 40%;
        flex-shrink: 0;
    }
    .minds .container h2 span {
        display:initial;
    }
    
}
@media (min-width: 1600px) {
    .minds .container {
        justify-content: flex-start;
    }
}



/* Companies ##################################*/



.filter {
    width: 100%;
    margin-bottom: 50px;
}
.filter .container {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.filter .menu {
    display: flex;
    position: relative;
    width: 100%;
    font-weight: bold;
    background-color: white;
    align-items: center;
    justify-content: space-between;
    padding: 1.8rem 1rem;
    cursor: pointer;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-bottom: solid 1px #000;
    /*transition: transform .4s cubic-bezier(.28,.25,.36,1.28);*/
}
.filter .menu__icon-box {
    width: 1rem;
    height: 1rem;
    margin-top: -0.3rem;
}
.filter .menu__icon {
    width: 1rem;
    height: 1rem;
    border-top: 0.15rem solid #000000;
    border-right: 0.15rem solid #000000;
    -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.filter .menu__dropdown {
    width: 100%;
    font-weight: lighter;
    position: absolute;
    top: 5.2rem;
    left: 0;
    opacity: 0;
    padding: 20px 0;
    display: none;
    background-color: #ffffff;
}
.filter .menu__dropdown-option {
    padding: 0.8rem 2rem;
}
.filter .menu__dropdown-option:hover {
    background-color: #e6e6e6;
}
.filter .menu__active {
    z-index: 2;
}
.filter .menu__active .menu__icon {
    margin-top: 0.5rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.filter .menu__active .menu__dropdown {
    opacity: 1;
    display: block;
    max-height: 350px;
    overflow-y: auto;
    -weblit-animation: showDropdownMenu 0.4s cubic-bezier(0.28, 0.25, 0.36, 1.28);
            animation: showDropdownMenu 0.4s cubic-bezier(0.28, 0.25, 0.36, 1.28);
}

@keyframes showDropdownMenu {
  0% {
        opacity: 0;
        -weblit-transform: translateY(-2rem);
                transform: translateY(-2rem);
  }
  100% {
        opacity: 1;
        -weblit-transform: translateY(0rem);
                transform: translateY(0rem);
  }
}




.companies .club .bd {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    border-top: 1px solid #E6E6E6;
}
.card {
    display: none;
    position: relative;
    width: 50%;
    height: 50vw;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
}
.card .img {
    padding: 0px 10px;
}
.card .img.nopadding {
    padding: 0;
}
.card a {
    color: #595959;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 0;
}
.card span {
    position: absolute;
    color: #595959;
    font-size: 14px;
    width: 100%;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
}




@media (max-width: 767px) {

    .card {
        border-right: 1px solid #E6E6E6;
    }
    
}
@media (min-width: 768px) {
    .filter .container {
        flex-direction: row;
    }
    .filter .menu {
        max-width: 400px;
        margin-right: 50px;
    }
    .card {
        width: calc(100% / 3);
        height: 33vw;
        border-right: 1px solid #E6E6E6;
    }
    .card a:hover {
        background-color: #fbfbfb;
    }
   
}
@media (min-width: 992px) {
    .card .img {
        padding: 0px 50px;
    }
}
@media (min-width: 1200px) {

    .filter ul {
        display: flex;
    }
    .filter ul li {
        padding: 10px 10px;
    }
    
    .companies .club .bd {
        display: flex;
    }
    .card {
        width: 25%;
        height: 25vw;
    }
    

}
@media (min-width: 1440px) {
    .card {
        width: 20%;
        height: 20vw;
    }
}
@media (min-width: 1600px) {
    .card {
        width: calc( 100% / 6 );
        height: 16vw;
    }
}



/* Companies-single */

.companies-single {
    width: 100%;
}
.shot {
    position: relative;
}
.shot::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    background-color: #ffffff;
}
.companies-single .company {
    width: 100%;
    background-color: #ffffff;
}
.companies-single .company .block {
    display: flex;
    width: 100%;
    padding: 40px 32px;
    align-items: center;
    background-color: rgb(150 167 179 / 50%);
}
.companies-single .company .brandlogo {
    display: flex;
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.companies-single .company .block .category {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.companies-single .company .block .category span {
    color: #ffffff;
    padding: 5px 14px;
    border-radius: 50px;
    margin: 5px 0;
    border: solid 1px #ffffff;
    text-align: center;
}
.companies-single .company .block .category span:last-child {
    color: #000000;
    background-color: #ffffff;
}
.companies-single .company .info {
    padding: 32px;
}
.companies-single .company .info .listing {
    color: #3c6380;
    padding-top: 10px;
}
.companies-single .company .info .listing .image {
    max-width: 120px;
}
.companies-single .company .info .text {
    color: #595959;
    padding-top: 30px;
}
.companies-single .company .info .category {
    padding-top: 20px;
}
.companies-single .company .info .category span {
    display: flex;
    color: #595959;
    margin-right: 10px;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.companies-single .company .info .category span::before {
    content: '';
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #595959;
}
.companies-single .company .info .links {
    margin-top: 40px;
}
.companies-single .company .info .podcaster {
    display: flex;
    margin: 40px 0;
}
.companies-single .company .info .podcaster .frontcover {
    position: relative;
    width: 140px;
    flex-shrink: 0;
}
/*
.companies-single .company .info .podcaster .frontcover .cent {
    display: flex;
    position: absolute;
    color: #ffffff;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.companies-single .company .info .podcaster .frontcover .cent .title {
    font-size: 42px;
    padding: 30px 30px 0;
    font-weight: bolder;
}
.companies-single .company .info .podcaster .frontcover .cent .title span {
    display: block;
}
.companies-single .company .info .podcaster .frontcover .cent .episode {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
*/
.companies-single .company .info .podcaster .frontcover .img {
    
}
.companies-single .company .info .podcaster .content {
    padding-left: 20px;
}
.companies-single .company .info .podcaster .voice {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 15px;
    background-color: #3c6380;
    z-index: 1;
    cursor: pointer;
}

.companies-single .company .info .podcaster .voice i {
    width: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #ffffff;
    cursor: pointer;
    will-change: border-width;
    transition: all 0.2s ease;
}
.companies-single .company .info .podcaster .voice.fa-pause i {
    border-style: double;
    height: 20px;
    border-width: 0px 0 0px 20px
}


.companies-single .company .info .companies-ceo-video {
    margin-top: 40px;
}



.companies-single .founder {
    position: relative;
    width: 100%;
    background-color: #ffffff;
}
.companies-single .founder .content {
    display: flex;
    flex-direction: column;
}
.companies-single .founder .content .photo {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.companies-single .founder .content .info {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px;
}
.companies-single .founder .content .info .title {
    padding: 5px 0 20px;
}
.companies-single .founder .content .info p {
    color: #595959;
}



.companies-single .figure {
    width: 100%;
    padding: 0px 32px 32px;
    background-color: #ffffff;
}




.barrager{
    display: none;
    width:100%;
    height:500px;
    overflow:hidden;
    position:relative;
    border-top: solid 1px #aaaaaa;
}
.barrager div{
    position:absolute;
}

.profile .photo {
    width: 100%;
    min-height: 300px;
    background-color: #eeeeee;
}
.profile .info {
    position: relative;
}
.profile .info .text {
    color: #595959;
    padding-top: 30px;
}
.profile .info  .slogan {
    font-size: 28px;
}



@media (max-width: 767px) {
    
    
}
@media (min-width: 768px) {
    .companies-single .company .brandlogo {
        width: 200px;
        height: 200px;
    }
    .companies-single .company .block .category {
        padding-left: 50px;
    }
    .companies-single .founder .content .photo {
        height: 400px;
    }
    .companies-single .company .block, .companies-single .company .info, .companies-single .founder .content .info {
        padding: 48px;
    }
    .companies-single .figure {
        padding: 0px 48px 48px;
    }
    .single .companies-single {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        padding: 100px 0;
        justify-content: center;
        background: #F3F5F8;
    }
    .single .companies-single .company, .single .companies-single .founder, .single .companies-single .figure {
        max-width: 700px;
    }
}
@media (min-width: 992px) {
    .single .companies-single .company, .single .companies-single .founder, .single .companies-single .figure {
        width: 700px;
    }
 
}
@media (min-width: 1200px) {

    .companies-single {
       display: flex;
       flex-wrap: nowrap;
        align-items: flex-end
    }
    .companies-single .company {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 45%;
        max-width: 700px;
        flex-shrink: 0;
        flex-wrap: wrap;
        background-color: #ffffff;
    }
    .companies-single .company .block {
        padding: 50px;
    }
    .companies-single .company .brandlogo {
        display: flex;
        width: 200px;
        height: 200px;
    }
    .companies-single .company .info {
        position: relative;
        padding: 50px;
        overflow-y: auto;
    }
    .companies-single .company .info .podcaster {
        margin-bottom: 0;
    }
    .companies-single .founder {
        display: flex;
        flex-wrap: wrap;
        width: 30%;
        max-width: 400px;
        margin-left: 10px;
        margin-bottom: 10px;
        flex-shrink: 0;
        justify-content: center;
        background-color: #ffffff;
    }
    .single .companies-single .founder {
        margin-left: 0;
        margin-bottom: 0;
    }
    .companies-single .founder .content {
        width: 100%;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .companies-single .founder .content .photo {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .companies-single .figure {
        width: 20%;
        max-width: 400px;
        padding-top: 48px;
        margin-right: 20px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .single .companies-single .figure {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
    
    
    .profile {
        
    }
    .profile .container {
        display: flex;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .profile .shot {
        width: 30%;
        flex-shrink: 0;
    }

    .profile .info {
        display: flex;
        width: 70%;
        flex-wrap: nowrap;
        padding-left: 60px;
    }
    .profile .info .l {
        width: 75%;
        flex-shrink: 0;
        border-right: solid 1px #aaaaaa;
    }
    .profile .info .text {
        color: #595959;
        padding-top: 30px;
        padding-right: 50px;
    }
    .profile .info  .slogan {
        font-size: 28px;
    }
    .profile .info .r {
        width: 25%;
        flex-shrink: 0;
        
    }
    .profile .info .listing {
        padding-top: 30px;
        
    }
    .profile .info .links {
        padding-top: 50px;
        
    }
    .profile .info .figure {
        padding-right: 0;
        padding-left: 50px;
    }
    .profile .figure .saying {
        padding-top: 30px;
    }
}
@media (min-width: 1440px) {

}





/* News ##################################*/

.topnews .bd {
    position: relative;
    
}
.topnews .image {
    height: 560px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.topnews .image img {
    display: none;
}
.topnews .bd .cent {
    position: absolute;
    display: flex;
    bottom: 32px;
    left: 32px;
    right: 32px;
    justify-content: flex-start;
    
    
}
.topnews .bd .cent .info {
    max-width: 500px;
    padding: 30px;
    border-radius: 10px;
    background-color: #ffffff;
}
.topnews .bd .info h4 {
    padding-bottom: 20px;
}
.topnews .bd .info .time {
    display: none;
    color: rgba(0,0,0,.5);
}
.topnews .bd .info .links {
    padding-top: 20px;
}

.ipo-news {
    color: #ffffff;
    padding: 64px 0;
    background-color: #000000;
}
.ipo-news a {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ipo-news .swiper-slide {
    width: 80%;
    margin-left: 32px;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}
.ipo-news .swiper-slide:first-child {
   
}
.ipo-news .swiper-slide:last-child {
    margin-right: 32px;
}
.ipo-news .info {
    padding: 20px;
    background-color: #ffffff;
}
.ipo-news .time{
    color: rgba(0,0,0,.5);
}
.ipo-news h2 {
    padding-bottom: 40px;
}

.newscenter {
    padding: 64px 0;
    background-color: #ffffff;
}
.newscenter h2 {
    padding-bottom: 8px;
}
.newslist a {
    display: flex;
    padding: 32px 0;
    border-bottom: solid 1px #dbdbdb;
}
.newslist .info h4 {
    padding-bottom: 15px;
}
.newslist .info .time {
    opacity: 0.5;
}


.pagination {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

@media (max-width: 767px) {

    
}
@media (min-width: 768px) {
    .topnews .bd .cent {
        left: 100px;
        right: 100px;
    }
    .ipo-news {
        padding: 80px 0;
    }
    .ipo-news .info {
        padding: 48px;
    }
    .newscenter {
        padding: 80px 0;
    }
}

@media (min-width: 992px) {
    
    .ipo-news {
        padding: 100px 0;
    }
}

@media (min-width: 1200px) {
    
    .topnews .image {
        height: 680px;
    }
    .topnews .bd .cent {
        bottom: 100px;
    }
    .ipo-news .swiper-slide {
        width: 30%;
        margin-left: 50px;
    }
    .ipo-news .swiper-slide:first-child {
         margin-left: 100px;
    }
    .ipo-news .swiper-slide:last-child {
        margin-right: 100px;
    }
    .ipo-news .info {
        padding: 30px;
    }
    .ipo-news .image {
        overflow: hidden;
    }
    
    
    .newscenter {
        padding: 100px 0;
    }
    
    .newslist a {
        padding:  50px 0;
    }
    .newslist a .more {
        display: flex;
        width: 46px;
        height: 46px;
        margin-left: 50px;
        align-items: center;
        justify-content: center;
        border: solid 2px #000000;
        border-radius: 50%;
        flex-shrink: 0;
        -webkit-transition: all 0.2s ease-out 0s;
           -moz-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
    }
    .newslist a .more i {
        display: block;
        width: 25px;
        height: 20px;
        background: url(https://cdn.sky9capital.com/images/icon-arrow-long.svg) no-repeat center center / auto 100%;
    }
    .newslist a:hover {
    }
    .newslist a:hover .more {
        margin-left: 60px;
    }
    .newslist a:hover .more i {
        
    }
    .pagination .btn:hover {
        color: #ffffff;
        border-color: #3c6380;
        background-color: #3c6380;
    }
}
@media (min-width: 1440px) {
    .topnews .image {
        height: 800px;
    }
    .ipo-news .swiper-slide {
        width: 28%;
        margin-left: 50px;
    }

}   



/* single-News ##################################*/

.post .hd {
    padding: 40px 0;
}
.breadcrumbs {
    display: flex;
}
.breadcrumbs a {
    display: flex;
    align-items: center;
    -webkit-transition: all 0.2s ease-out 0s;
       -moz-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
    cursor: pointer;
}
.breadcrumbs a i {
    display: flex;
    width: 22px;
    height: 22px;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    -webkit-transform: rotate3d(0, 0, 1, -180deg);
            transform: rotate3d(0, 0, 1, -180deg);
    -webkit-transition: all 0.2s ease-out 0s;
       -moz-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
}


.post .hd h1 {
    padding: 20px 0;
}
.post .hd .meta {
    color: #aaaaaa;;
}
.post .bd {
    padding: 0px 0 64px;
}
.post .bd .container {
    max-width: 1199px;
}
.post .bd h2, .post .bd h3, .post .bd h4 {
    max-width: 900px;
    margin: 0px auto 20px;
}
.post .bd p, .post .bd ul,.post .bd ol {
    color: #595959;
    max-width: 900px;
    margin: 0px auto 30px;
    font-weight: 300;
}
.post .bd ul,.post .bd ol {
    padding-left: 30px;
}
.post .bd ul li,.post .bd ol li {
    padding-bottom: 10px;
}
.post .wp-block-image {
    margin: 30px auto;
    text-align: center;
}
.post .wp-block-image figcaption, .post .wp-block-audio figcaption {
    font-size: 14px;
    color: #aaaaaa;
    text-align: center;
}
.post .wp-block-image img {
    height: auto;
}
.post .wp-block-media-text__media img {
    height: auto;
}
.post .wp-block-media-text {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #F3F5F8;
}
.post .wp-block-media-text .wp-block-media-text__content {
    padding-top: 8%;
}
.post .wp-block-media-text .wp-block-media-text__content .has-medium-font-size {
    font-weight: 700;
    margin-bottom: 10px;
}
.post .wp-block-group.company-profile {
    padding: 20px;
    background-color: #f3f5f8;
}
.post .wp-block-group.company-profile h4 {
    font-weight: bolder;
}
.post .wp-block-group.company-profile p:last-child {
    margin-bottom: 0;
}


@media (min-width: 768px) {
    
    .post .hd {
        padding: 60px 0;
    }
    .post .bd {
        padding-bottom: 100px;
    }
    .post .wp-block-group.company-profile {
        padding: 40px;
        margin-top: 60px;
    }
    .breadcrumbs a:hover i {
        background-image: url(https://cdn.sky9capital.com/images/icon-arrow-long.svg);
    }
     
}
@media (min-width: 1200px) {
    .breadcrumbs a:hover {
       
    }
    .post .hd h1 {
        max-width: 80%;
    }
    .post .bd {
        padding-top: 64px;
    }
    .post .wp-block-image {
        margin: 60px 0;
    }
    
}
@media (min-width: 1440px) {
    .post .hd h1 {
        font-size: 52px;
    }
    .post .bd h2 {
        font-size: 36px;
    }
}











/* overlay ##################################*/
.overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 110;
    background: rgba(0,0,0,0.9);
    -webkit-animation: fadeIn 0.6s forwards;
            animation: fadeIn 0.6s forwards;
}

body.hidden {
	overflow: hidden;
}
.overlay .popup {
    width: 100%;
    position: relative;
    left: 0;
    min-height: 100vh;
    opacity: 1;
}
.overlay .popup .hd {
    display: flex;
    position: fixed;
    right: 0;
    font-size: 18px;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 0 32px;
    z-index: 10;
}
.single .popup .hd {
    display: none;
}
.overlay .popup .hd .title {
    font-size: 20px;
    text-transform: uppercase;
}

.overlay .close {
    cursor: pointer;
    display: flex;
    min-height: 70px;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
.overlay .close i {
    position: relative;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-out 0s;
       -moz-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
}

.overlay .close i:before, .overlay .close i:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 20px;
    border-radius: 6px;
    background-color: #000000;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.2s ease-out 0s;
       -moz-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
}
.overlay .close i:before {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
}
.close i:after {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.overlay .popup .bd {
    min-height: 100vh;
}
.overlay .popup .bd .img {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.overlay .popup .bd .img.member {
    min-height: 260px;
    background-color: #ebebeb;
}
.overlay .popup .bd .img.portfolio {
    padding: 80px 32px;
    align-items: center;
    justify-content: center;
    background-color: #eaca32;
}

.overlay .popup .bd .image {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
}
.overlay .member-single {
    -webkit-animation: fadeInLeft 1s forwards;
            animation: fadeInLeft 1s forwards;
}
.overlay .popup .companies-single {
    width: 100%;
}


@media (max-width: 767px) {
    .overlay .popup .hd {
        justify-content: space-between;
        background-color: #ffffff;
        -webkit-animation: fadeInLeft 1s forwards;
                animation: fadeInLeft 1s forwards;
    }
}

@media (max-width: 767px) {
    .overlay .popup .bd{
        padding-top: 70px;
    }
}

@media (min-width: 768px) {
    .overlay .popup .companies-single {
        width: 80%;
    }
    .overlay .popup .hd {
        padding-left: 48px;
        padding-right: 48px;
    }
    .overlay .popup .hd .title {
        display: none;
    }
    .overlay .close {
        color: #ffffff;
        -webkit-animation: fadeIn 1s forwards;
        animation: fadeIn 1s forwards;
    }
    .overlay .close i:before, .overlay .close i:after{
        background-color: #ffffff;
    }
    .overlay .member-single {
        width: 80%;
        max-width: 1400px;
    }
}
@media (min-width: 992px) {
    .overlay .popup .companies-single {
        width: 70%;
    }
}
@media (min-width: 1200px) {
    .overlay .popup .companies-single {
        width: 100%;
    }
    .overlay .popup .bd {
        padding-top: 0;
    }
    
    .companies .overlay {
        overflow-y: hidden;
    }
    
    
    .overlay .popup .bd .img {
        background-size: auto 100%;
    }
    
    
    .overlay .companies-single .company {
        height: 100vh;
        -webkit-animation: fadeInLeft 1s forwards;
                animation: fadeInLeft 1s forwards;
    }
    .overlay .companies-single .founder {
        -webkit-animation: fadeInUp 1s forwards;
                animation: fadeInUp 1s forwards;
    }
    .overlay .companies-single .founder .content .photo {
        height: 240px;
    }
    .overlay .companies-single .figure {
        -webkit-animation: fadeInUp 1s forwards;
                animation: fadeInUp 1s forwards;
    }
    .overlay .close:hover i::before {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
                transform: rotate3d(0, 0, 1, 0deg);
    }
    .overlay .close:hover i::after {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
                transform: rotate3d(0, 0, 1, 0deg);
    }
}
@media (max-width: 1199px) {
    .overlay .popup {
        display: flex;
    }
    .overlay .popup .bd {
        display: flex;
    }
    .overlay .popup .companies-single {
        display: flex;
        flex-direction: column;
        background: #ffffff;
        -webkit-animation: fadeInLeft 1s forwards;
                animation: fadeInLeft 1s forwards;
    }
}

@media (min-width: 1440px) {
    
}
@media (min-width: 1600px) {

}


/* footer ##################################*/

.footer {
    position: relative; 
    padding: 64px 0;
    background-color: #3c6380;
}
.home .footer {
    display: none;
}
.footer .hd {
    display: flex;
    padding-bottom: 40px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.footer .hd .WeChatcode {
    width: 100px;
    height: 100px;
    background: url(images/wechat.png) no-repeat center center / cover;
}
.footer .hd .email {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.footer .hd .email .icon {
    display: block;
    width: 100%;
    height: 18px;;
    margin-bottom: 5px;
    background: url(images/icon-email.svg) no-repeat center center / auto 18px;
}
.footer .hd a {
    font-size: 22px;
    color: #ffffff;
}
.footer .bd .office .areaone,.footer .bd .office .areatwo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .bd .office .city {
    width: 48%;
    margin-bottom: 20px;
}
.footer .office .city .name {
    color: #ffffff;
}
.footer .office .city .address {
    color: rgba(255,255,255,0.8);
    font-weight: 300;
    margin-top: 15px;
}
.en .footer .office .city .address {
    line-height: 160%;
}
.footer .office .city .address span {
    display: block;
}
.footer .logomark-copyright {
    display: flex;
    flex-direction: column;
}
.footer .logomark-copyright .logomark {
    width: 170px;
    height: 60px;
    margin-top: 20px;
    background: url(images/sky9capital_logo-w.svg) no-repeat left center / auto 40px;
    order: 1;
}
.copyright {
    display: flex;
    padding-top: 40px;
    flex-direction: column;
}
.footer .copyright .icp {
    display: flex;
    flex-direction: column;
}
.copyright, .copyright a {
    color: #ffffff;
    font-size: 14px;
}
.copyright p, .copyright a {
    padding-bottom: 10px;
}
.copyright a:last-child {
    padding-bottom: 0;
}
@media (max-width: 767px) {
    .copyright a {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .footer .logomark-copyright .logomark {
        width: 170px;
        height: 60px;
        background-size: auto 60px;

}


/* Landing Page ##################################*/
.landing {
    height: 100vh;
}
.landing .header {
    position: relative;
}
.landing.stop .header .bd {
    justify-content: space-between;
}
.landing .header.scrollUp {
    -webkit-transform: initial;
    transform: initial;
}
.landing .main {
    padding-top: 0px !important;
}
.landing .footer, .landing .toggle-menu {
    display: none;
}
.landing .toggle-menu.active {
    display: inline-block;
}
.landing p {
    margin-bottom: 20px;
}
.landing p:last-child {
    margin-bottom: 0;
}
.landing .leftbox {
    padding-bottom: 60px;
}
.landing .leftbox .case {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.landing .leftbox .case .item {
    width: 47%;
    text-align: center;
    margin-bottom: 30px;
    /*border: 1px solid #E6E6E6;
    border-radius: 16px;
    padding: 20px 10px;
    */
}
.landing .leftbox .case .item .image {
    padding: 0px 42px 10px;
}
.landing .leftbox .case .item .listing {
    color: #666666;
    font-size: 12px;
}
.landing .links a, .landing .links span {
    display: inline-flex;
    position: relative;
    font-weight: bolder;
    cursor: pointer;
}
.landing .links a::after, .landing .links span::after {
    content: '';
    position: absolute;
    bottom: 3px;
    width: 100%;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all 0.2s ease-out 0s;
       -moz-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
}

.landing .rightbox {
    display: none;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 767px) {
    .landing.stop .header {
        position: fixed;
    }
    .landing .header .bd {
        
    }
}
@media (min-width: 768px) {
    .landing .leftbox .info {
        padding-bottom: 30px;
    }
    .landing .leftbox .case {
        justify-content: flex-start;
    }
    .landing .leftbox .case .item {
        width: calc(100% / 5);
    }
    .landing .leftbox .case .item .image {
        padding: 0px 38px 10px;
    }
}
@media (min-width: 992px) {
    .landing .leftbox .case .item {
        width: calc(100% /6);
    }
}
@media (min-width: 1200px) {
    .landing .mask.open {
        width: 26%;
    }
    .landing .main {
        display: flex;
    }
    .landing .leftbox {
        display: flex;
        align-items: center;
    }
    .landing .leftbox .container {
        display: flex;
        flex-direction: column;
    }
    .landing .leftbox .info {
        max-width: 1300px;
        padding: 20px 0;
    }
    .landing .leftbox .case .item {
        width: calc(100% / 7);
    }
    .landing .leftbox .case .item .listing {
        font-size: 14px;
    }
    .landing .links a:hover::after, .landing .links span:hover::after {
        bottom: 0;
    }
    .landing .rightbox {
        display: block;
        height: 100vh;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
    }
}

@media (min-width: 1440px) {
    .landing {
        display: flex;
    }
    .landing .leftbox .case {
        justify-content:flex-start;
    }
    .landing .leftbox .case .item {
        width: calc(100% / 7);
    }
    .landing .leftbox .case .item .image {
       padding: 0px 48px 10px;
    }
    
}
@media (min-width: 1600px) {
    .landing .leftbox .case .item .image {
        padding: 0px 62px 10px;
    }
}










.img-m {
    
}
.img-p {
    display: none;
}

.eachother {
    color: #ffffff;
    padding: 50px 0;
    text-align: center;
    background-color: #3c6380;
}
.eachother p {
    padding-top: 15px;
}
.eachother .links {
    padding-top: 30px;
    justify-content: center;
}
.eachother .links .btn {
    color: #ffffff;
    border-color: #ffffff;
}
.arrow {
    display: flex;
    width: 15px;
    height: 13px;
    margin-left: 6px;
}
.arrow-b {
    background: url(https://cdn.sky9capital.com/images/icon-arrow-long.svg) no-repeat center center / 15px 13px;
}
.arrow-w {
    background: url(https://cdn.sky9capital.com/images/icon-arrow-long-w.svg) no-repeat center center / 15px 13px;
}
.arrow-b:hover {
    background-image: url(https://cdn.sky9capital.com/images/icon-arrow-long-w.svg);
}
.nopadding a {
    padding: 0;
}


.contact {
    background-color: #000000;
}
.contact .main {
    min-height: 0;
}

.error a {
    color: #3c6380;
    font-weight: 700;
}






@media (min-width: 768px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
    }
    .img-m {
        display: none;
    }
    .img-p {
        display: block;
    }  
    .scale-img img {
        -webkit-transition: all 1s;
           -moz-transition: all 1s;
                transition: all 1s;
    }
    .scale-img:hover img {
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
                transform: scale(1.2);
    }
    .container {
        padding-left: 48px;
        padding-right: 48px;
    }
    .banner .bg .img {
        display: none;
    }
    .hovercolor:hover {
        color: #ffffff;
        border-color: #3c6380;
        background-color: #3c6380;
    }
    .hovercolor:hover i {
        background-image: url(https://cdn.sky9capital.com/images/icon-arrow-long-w.svg);
    }
    .eachother .links .btn.hovercolor:hover {
        border-color: #3c6380;
    }
    
    .eachother {
        padding: 100px 0;
    }
    
    .footer {
        padding: 100px 0;
    }
    .footer .hd {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding-bottom: 60px;
    }
    .footer .hd a:hover {
        
    }
    .footer .hd .email {
        margin-right: 100px;
        margin-bottom: 0;
    }
    .footer .hd .email span.icon {
        height: 24px;
        background-size: auto 24px;
        margin-bottom: 10px;
    }
    .footer .bd {
        display: flex;
        flex-direction: column;
    }

    .footer .bd .office {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-shrink: 0;
    }
    .footer .bd .office .areaone, .footer .bd .office .areatwo {
        width: 100%;
    }
    .footer .bd .office .areatwo {
        padding-top: 40px;
    }
    .footer .bd .office .areaone .city {
        width: auto;
    }
    .footer .logomark-copyright {
        align-items: center;
        flex-direction: row;
        justify-content: center;
        margin-top: 50px;
    }
    .footer .logomark-copyright .logomark {
        margin-top: 0;
        margin-right: 50px;
        order: 0;
    }
    .copyright {
        display: flex;
        font-size: 20px;
        font-weight: 300;
        padding-top: 0;
        text-align: center;
    }
    .footer .copyright .icp {
        flex-direction: row;
    }
    .footer .office .city .address, .footer .copyright p, .footer .copyright a {
        font-size: 20px;
    }
    .footer .copyright a:first-child {
        margin-right: 20px;
    }
    
}

@media (min-width: 992px) {
    
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 20px;
    }
    
    .error {
        padding: 40px 0 150px;
    }
    
}


@media (min-width: 1200px) {
    h1 {
        font-size: 52px;
    }
    .container {
        padding-left: 100px;
        padding-right: 100px;
    }
    
    .buffer p {
        font-size: 18px;
    }
    
    
    .eachother {
        padding: 100px 0;
    }
    .eachother p {
        font-size: 18px;
    }
    
    .pagetail {
        padding: 120px 0;
        background-size: 100% auto;
    }
    
    .footer .hd {
        padding-bottom: 100px;
    }
    .footer .bd .office .city .name {
        font-size: 20px;
    }
    .copyright {
        margin-top: 0;
        padding: 0;
    }
    
    

}
@media (min-width: 1440px) {

    h1 {
        font-size: 72px;
    }
    h2 {
        font-size: 46px;
    }
    h3 {
        font-size: 36px;
    }
    h4 {
        font-size: 24px;
    }
    
    .buffer p {
        font-size: 24px;
    }
    .maxwidth {
        max-width: 1199px;
    }

}




body.landing.stop {
        overflow-y: hidden;
    }
    .landing .mask {
        position: fixed;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        overflow-x: hidden;
        text-align: center;
        background-color: #3c6380;
        visibility: hidden;
        z-index: 100;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
    }
    

    .landing .mask li {
        display: flex;
        margin: 20px 0;
        justify-content: center;
        visibility:hidden;
        -webkit-animation-duration: 1.0s;
                animation-duration: 1.0s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
                animation-name: fadeInDown;
    }
    
    .landing .mask ul li a {
        position: relative;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        -webkit-transition: opacity 0.3s ease-in-out;
                transition: opacity 0.3s ease-in-out;
    }
    .landing .mask ul li.active a::after {
        /*content: "";*/
        background-color: #9FD4CA;
        bottom: -8px;
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .landing .mask .navbar {
        position: relative;
        flex-direction: column;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .landing .mask .navbar ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .landing .mask .navbar a {
        display: block;
        color: rgba(255,255,255,0.5);
        font-size: 24px;
        font-weight: 300;
        padding: 0;
        text-decoration: none;
    }
    .landing .mask .navbar .language a {
        font-size: 20px;
    }
    .landing .mask .navbar a:first {
        padding-top: 0;
    }
    .landing .mask.open {
        opacity: 1;
        visibility: visible;
        z-index: 100;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: transform 300ms cubic-bezier(0.02, 0.14, 0.19, 0.98);
                transition: transform 300ms cubic-bezier(0.02, 0.14, 0.19, 0.98);
    }
    .landing .mask.open li {
        visibility: visible;
        -webkit-animation-duration: 1.0s;
                animation-duration: 1.0s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-name: fadeInUp;
                animation-name: fadeInUp;
    }
    .landing .mask.open .nav li:nth-child(1) {
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s;
    }
    .landing .mask.open .nav li:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
    .landing .mask.open .nav li:nth-child(3) {
        -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s;
    }
    .landing .mask.open .nav li:nth-child(4) {
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s;
    }
    .landing .mask.open .nav li:nth-child(5) {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }
    .landing .mask.open .nav li:nth-child(6) {
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s;
    }
    .landing .mask.open .nav li:nth-child(7) {
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s;
    }
    .landing .mask.open .nav li:nth-child(8) {
        -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s;
    }
    .landing .mask.open .nav li:nth-child(9) {
        -webkit-animation-delay: 0.9s;
                animation-delay: 0.9s;
    }
    .landing .mask.open .language li {
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
    }
    
    .landing .mask.open .navbar .active a {
        color: #ffffff;
    }
    

    .landing .toggle-menu {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        outline: none;
        padding: 0;
        pointer-events: initial;
        vertical-align: middle;
        background-color: transparent;
        border: none;
        cursor: pointer;
        z-index: 200;
    }
    .landing .toggle-menu span {
        content: "";
        display: block;
        width: 32px;
        height: 3px;
        left: 10px;
        position: absolute;
        top: calc(50% - 1px );
        border-radius: 6px;
        background-color: #000000;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
    }
    .landing .toggle-menu span:before, .landing .toggle-menu span:after {
        content: "";
        display: block;
        width: 24px;
        height: 3px;
        position: absolute;
        border-radius: 6px;
        background-color: #000000;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
    }
    .landing .active.toggle-menu span:before, .landing .active.toggle-menu span:after {
        background-color: #ffffff
    }
    .landing .toggle-menu span:before {
        top: 10px;
    }
    .landing .toggle-menu span:after {
        top: -10px;
    }
    .landing .toggle-menu.active span {
        background-color: transparent;
        -webkit-transition: background 0.2s ease-out;
                transition: background 0.2s ease-out;
    }
    .landing .toggle-menu.active span:before, .landing .toggle-menu.active span:after {
        -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
                transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
                transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
                transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    }
    .landing .toggle-menu.active span:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
    }
    .landing .toggle-menu.active span:after {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
    }





/* fellowship */

.fellowship-app .wpforms-render-modern {
    max-width: 700px;
    margin-left: initial;
    margin-bottom: 100px;
    margin-top: 0;
}
.fellowship-app .main {
    padding-bottom: 100px;
}
.fellowship-app .sky9fellws {
    padding-top: 6em;
    padding-bottom: 6em;
}
.fellowship-app .sky9fellws .content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fellowship-app .sky9fellws .content a {
    display: block;
    width: 410px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    background: rgba(0, 0, 0, 0) url(images/sky9fellows-logo.svg) no-repeat center center / auto 80px;

}

.fellowship  input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: solid 1px rgba( 0, 0, 0, 0.25 );
}
.gform_legacy_markup_wrapper .fellowship ul.gform_fields li.gfield {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
}
.fellowship .gform_button {
    color: #ffffff;
    padding: 10px 20px;
    background-color: #3c6380;
    border: none;
}
@media (min-width: 992px) {
    .fellowship-app .sky9fellws .content a {
        height: 110px;
        background-size: auto 110px;
    }
    .gform_legacy_markup_wrapper .fellowship  .gform_fileupload_multifile .gform_drop_area {
        width: calc(50% - 8px);
    }
}








/* General Meeting */

.meeting .header, .meeting .footer {
    display: none;
}
.meeting .banner {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}
.meeting .bd-meeting {
    padding: 10px 0 50px;
}
.meeting #wpforms-13757-field_11-container {
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 50px;
}
@media (min-width: 992px) {
    .meeting .bd-meeting {
        padding: 50px 0 100px;
    }
}




/* Home 2024 ####################################### */

.welcome .mask-home {
    display: flex;
    align-items: center;
}









.looped-word {
    position: relative;
    display: inline-block;
    padding: 0 4px; 
  }

  .looped-word::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110%; 
    height: 1.2em; 
    border: 2px solid #3c6380;
    border-radius: 50%;
    z-index: -1;
}

#section-banner {
    position: relative;
    width: 100%;
    overflow: hidden; /* 隐藏超出部分 */
}
#section-banner .container {
    display: flex;
    flex-grow: 1;
}
#section-banner .content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: flex-end;
    z-index: 1;
}
#section-banner .content .heading {
    color: rgba(255,255,255,0.9);
    font-size: 42px;
    line-height: 120%;
    font-weight: 700;
    padding-bottom: 50px;
}
#section-banner .bgvideo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -1; /* 确保视频在内容后 */
    object-fit: cover; /* 视频填充父容器 */
}

#section-about {
    padding: 50px 0;
}
#section-about .heading {
    font-size: 42px;
    font-weight: 700;
    padding-top: 50px;
    padding-bottom: 40px;
}
#section-about .heading span {
    display: block;
}
#section-about p.TextArea {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 30px;
}
#section-about .ourthesis h3 {
    font-size: 26px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}
#section-about .ourthesis .section {
    margin: 20px 0;
}
#section-about .ourthesis .title {
    font-size: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: baseline;
    position: relative;
    padding-right: 30px; /* 为加号/减号留出空间 */
}
#section-about .ourthesis .title::after {
    content: "";
    width: 0;
    height: 0;
    margin-left: 10px;
    border-left: 14px solid transparent;
    border-bottom: 14px solid black;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

#section-about .ourthesis .title.expanded::after {
    transform: rotate(45deg);
}
#section-about .ourthesis .title:last-child::after {
    display: none;
}
#section-about .ourthesis .details {
    display: none;
    margin-top: 10px;
    padding-left: 20px;
}
#section-about .ourthesis .details p {
    font-size: 22px;
    margin: 0;
}



#section-offices {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
#section-offices::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 0;
}
#section-offices.silicon-valley {
    background-image: url('https://cdn.sky9capital.com/wp-content/uploads/2024/11/sky9capital-910283.jpg');
}
#section-offices.singapore {
    background-image: url('https://cdn.sky9capital.com/wp-content/uploads/2024/11/sky9capital-060773.jpg');
}
#section-offices.shanghai {
    background-image: url('https://cdn.sky9capital.com/wp-content/uploads/2024/11/sky9capital-736107.jpg');
}
#section-offices .container {
    z-index: 1;
}
#section-offices .heading {
    color: #ffffff;
    font-size: 42px;
    padding-bottom: 50px;
}
#section-offices p.TextArea {
    color: #ffffff;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 30px;
}
#section-offices #background-offices h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}
#section-offices .content {
    padding: 20px 0;
    width: 100%;
    color: white;
    text-align: left;
}
#section-offices .location {
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
#section-offices .location .city {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
}
#section-offices .location .city::after {
    content: "";
    width: 0;
    height: 0;
    margin-left: 10px;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #ffffff;
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.3s ease;
}
#section-offices .location.active .city::after {
    transform: rotate(45deg);
}
#section-offices .location .address {
    display: none;
    margin-top: 10px;
    font-size: 22px;
}
#section-offices .location.active .address {
    display: block;
}


#section-startups {
    padding: 50px 0;
}
#section-startups .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
#section-startups .links {
    display: flex;    
    justify-content: center;
    margin-top: 50px;
}




#startupsLogo {
    width: 100%;
    padding: 80px 0 35px;
    background-color: #e0e0db;
}

#startupsLogo .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#startupsLogo .content .firm {
    width: 45%;
    margin-bottom: 45px;
}
#startupsLogo .content .firm a {
    display: flex;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-size: 240px;
    background-position: center;
    border-radius: 30px;
}
#startupsLogo .content .firm img {
    display: block;
    max-width: 100%;
    height: auto;
}
#section-startups .line::after {
    background-color: #000000;
}


.welcome #section-latest {
    width: 100%;
    padding: 80px 0;
}
.welcome #section-latest .hd .heading {
    font-size: 42px;
    margin-bottom: 50px;
}
.welcome #section-latest .swiper-slide {
    background-color: #ffffff;
}
.welcome #section-latest .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.welcome #section-latest .info {
    width: 100%;
    padding: 20px 0 50px;
}
.welcome #section-latest .info .title {
    padding: 20px 0;
}
.welcome #section-latest .info .title a {
    font-size: 22px;
    font-weight: 500;
}
.welcome #section-latest .image {
    width: 100%;
    height: 240px;
    border-radius: 30px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.welcome #section-latest .swiper-slide:last-child .image {
    background-position: right center;
}
.welcome #section-latest .image a {
    display: flex;
    width: 100%;
    padding-bottom: 100%;
}
.welcome #section-latest .container {
    position: relative;
}
.welcome #section-latest .swiper-button-next, .welcome #section-latest .swiper-button-prev {
    bottom: 0;
    margin-top: 20px;
}
.welcome #section-latest .swiper-button-prev {
    left: 0;
}
.welcome #section-latest .swiper-button-next {
    left: 75px;   
}
#section-latest .links {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


.welcome #section-testimonial {
    height: 300px;
}
.welcome #section-testimonial .swiper-slide {
    background: url(https://cdn.sky9capital.com/wp-content/uploads/2024/11/sky9capital-813224.jpg) no-repeat -130px center / auto 300px;
}
.welcome #section-testimonial .swiper-slide .container {
    height: 100%;
}
.welcome #section-testimonial .swiper-slide .content {
    display: flex;
    color: #ffffff;
    text-align: center;
    height: 100%;
    align-items: center;
}
.welcome #section-testimonial .swiper-slide .content .info .text {
    font-size: 20px;
    line-height: 120%;
}
.welcome #section-testimonial .swiper-slide .content .info .source {
    font-size: 18px;
    display: flex;
    padding-top: 15px;
    justify-content: center;
}
.welcome #section-testimonial .swiper-slide .content .info .source .name {
    margin-right: 10px;
    margin-left: 5px;
}
.welcome #section-testimonial .swiper-slide .content .info .source a {
    color: #ffffff;
    text-decoration: revert;
}
.welcome .swiper-container .swiper-button {
    --swiper-navigation-size: 20px;
    --swiper-navigation-color: #000000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 1px #ffffff;
    -webkit-transition: all 0.2s ease-out 0s;
       -moz-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
}
.welcome #section-latest .swiper-container .swiper-button {
    border: solid 1px #3c6380;
}
.welcome #section-testimonial .swiper-container-horizontal>.swiper-pagination-bullets, .welcome #section-testimonial  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 6%;
}
.welcome #section-latest .swiper-container-horizontal>.swiper-pagination-bullets, .welcome #section-latest  .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.welcome .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    opacity: 0.3;
}
.welcome .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1;
}

.welcome #section-latest .swiper-container {
    padding-bottom: 90px;
}

.welcome .overlay .popup .bd {
    width: 100%;
}
.startups .overlay .popup .portfolio-single {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards;
}
.startups .overlay .popup .hd {
    background-color: transparent;
    -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards;
}
.startups .overlay .popup .hd .title {
    opacity: 0;
}
.startups .overlay .close i:before, .startups .overlay .close i:after {
    background-color: #ffffff;
}
.startups .overlay .close {
    color: #ffffff;
}
.startups .overlay .popup .portfolio-single .content {
    display: flex;
    max-width: 1000px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.startups .overlay .popup .portfolio-single .content .photo {
    display: flex;
    width: 80%;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
}
.startups .overlay .popup .portfolio-single .content .social-hub {
    display: flex;
    padding-top: 20px;
}
.startups .overlay .popup .portfolio-single .content .social-hub .icon {
    margin-left: 10px;
    margin-right: 10px;
}
.startups .overlay .popup .portfolio-single .content .social-hub .icon a {
    display: block;
    width: 48px;
    background-color: #000000;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
    text-indent: -9999px;
    border-radius: 50%;
}
.startups .overlay .popup .portfolio-single .content .social-hub .website a {
    background-image: url(images/social/website.svg);
}
.startups .overlay .popup .portfolio-single .content .social-hub .github a {
    background-image: url(images/social/github.svg);
}
.startups .overlay .popup .portfolio-single .content .social-hub .discord a {
    background-image: url(images/social/discord.svg);
}
.startups .overlay .popup .portfolio-single .content .social-hub .steam a {
    background-image: url(images/social/steam.svg);
}
.startups .overlay .popup .portfolio-single .content .social-hub .xbox a {
    background-image: url(images/social/xbox.svg);
}
.startups .overlay .popup .portfolio-single .content .social-hub .twitter a {
    background-image: url(images/social/twitter.svg);
}
.startups .overlay .popup .portfolio-single .content .social-hub .icon a:hover {
    background-color: #3c6380;
}

.back-to-top {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    text-align: center;
    text-indent: -999px;
    border: solid 1px #ffffff;
    background: url(images/arrow-top.svg) no-repeat center center / auto 20px;
}


.welcome svg {
    width: 24px;
    height: 24px;
    margin-top: 13px; /* Center the arrow vertically */
}



.footer .logo-footer {
    display: block;
    width: 80px;
    height: 50px;
    text-indent: -9999px;
    background: rgba(0, 0, 0, 0) url(https://cdn.sky9capital.com/images/sky9capital_logo-w.svg) no-repeat left center / auto 50px;
}
.footer .foote-top {
    width: 100%;
    justify-content: center;
}

.footer .foote-bottom {
    width: 100%;
    padding: 50px 0;
}
.footer .foote-bottom .office .city {
    margin-bottom: 20px;
}
.footer .foote-bottom .office .city:nth-child(3) {
    display: none;
}












@media (max-width: 768px) {
    
    .welcome #section-testimonial .swiper-button, .welcome #section-latest .swiper-pagination {
        display: none;
    }
    
}

@media (min-width: 768px) {

    .startups .overlay .popup .portfolio-single .content .photo {
        width: 60%;
    }
    #section-about, #section-offices, #section-startups, #section-latest {
        padding: 150px 0;
    }
    #section-banner .content .title {
        color: rgba(255,255,255,0.9);
        font-size: 68px;
    }
    #section-banner .content .heading {
        padding-bottom: 150px;
    }
    #section-banner .content .heading, #section-about .heading, #section-offices .heading, .welcome #section-latest .hd .heading {
        font-size: 68px;
        line-height: 120%;
    }
    #section-about p.TextArea, #section-offices p.TextArea {
        font-size: 36px;
    }
    #section-startups .content {
        grid-row-gap: 32px;
        margin: 0 40px 0;
        grid-template-columns: repeat(5, 1fr);
    }
    #section-startups .content .img {
        padding: 50px 0;
    }
    
    #section-about .heading {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    #section-about .ourthesis {
        padding-top: 30px;
    }
    #section-about .ourthesis h3 {
        font-size: 42px;
    }
    #section-about .content {
        display: grid;
        gap: 32px;
        grid-row-gap: 32px;
        margin: 0 40px 0;
        grid-template-columns: repeat(3, 1fr);
    }
    #section-about .ourthesis .title {
        font-size: 26px;
        font-weight: 700;
    }
    
    #section-offices #background-offices h3 {
        font-size: 42px;
    }
    #section-offices .location .city {
        font-size: 26px;
    }
    #section-offices .location {
        margin-bottom: 40px;
    }
    
    #section-startups .links a, #section-latest .links a {
        font-size: 22px;
    }
    
    #startupsLogo .content {
        justify-content: flex-start;
    }
    #startupsLogo .content .firm {
        width: calc((100% - 180px)/3);
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 50px;
    }
    
    .welcome #section-testimonial {
        height: 800px;
    }
    .welcome #section-testimonial .swiper-slide {
        background-size: cover;
        background-position:  -130px center;
    }
    .welcome #section-testimonial .swiper-slide .content .info .source {
        font-size: 20px;
        padding-top: 50px;
    }
    .welcome #section-testimonial .swiper-pagination {
        display: none;
    }
    .welcome #section-testimonial .swiper-button-box {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .welcome #section-testimonial .swiper-button-box .container {
        position: relative;
        height: 100%;
    }
    
    
    .welcome #section-latest .image {
        height: 320px;
    }
    .welcome #section-testimonial .swiper-slide .content .info {
        padding-left: 80px;
        padding-right: 80px;
    }
    .welcome #section-testimonial .swiper-slide .content .info .text {
        font-size: 36px;
    }
    .welcome .swiper-container .swiper-button:hover {
        border: solid 1px #3c6380;
        background-color: #3c6380;
    }
    .welcome #section-testimonial .swiper-container .swiper-button-next:after, .welcome #section-testimonial .swiper-container .swiper-button-prev:after {
        color: #ffffff;
    }
    .welcome .swiper-container .swiper-button-next:hover:after, .welcome .swiper-container .swiper-button-prev:hover:after {
        color: #ffffff;
    }
    
    .welcome #section-latest .info .title {
        padding-top: 60px;
    }
    
    
    
    .welcome #back-to-top {
        width: 50px;
        height: 50px;
        background-size:  auto 28px;
    }
    
    .footer .foote-top {
        display: flex;
    }
    .footer .foote-top .copyright {
        padding-left: 50px;
    }
    .footer .foote-bottom .office {
        display: flex;
        justify-content: center; 
        align-items: center; 
        gap: 20px;
        width: 100%; 
    }
    .footer .foote-bottom .office .city {
        flex: 1;
    }
    .footer .foote-bottom .office .city .name {
        font-size: 20px;
    }
    
}
@media (min-width: 992px) {


    #startupsLogo .content .firm a {
        background-size: 260px;
        border-radius: 50px;
    }
    
    #startupsLogo .content .firm {
        width: calc((100% - 200px) / 4);
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 70px;
    }
    
    .welcome #section-latest .content {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: row;
    }
    .welcome #section-latest .info {
        padding-right: 60px;
    }
    .welcome #section-latest .info .date {
        text-align: center;
        font-size: 22px;
    }
    .welcome #section-latest .info .excerpt p {
        font-size: 20px;
    }
    .welcome #section-latest .image {
        height: 500px;
    }
    .welcome #section-latest .swiper-button-box {
        margin-top: -60px;
    }
    .welcome #section-latest .swiper-button-next, .welcome #section-latest .swiper-button-prev {
        margin-top: 0;
    }

    .footer .foote-bottom {
        padding-top: 100px;
    }
}
@media (min-width: 1200px) {

    .welcome .header {
        padding: 50px 0;
    }
    .welcome .header .logo a {
        width: 100px;
        height: 60px;
        background-size: auto 60px;
    }
    .welcome .heroblock {
        padding: 120px 0;
    }

    .startups .overlay .popup .portfolio-single .content {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
    }
    #startupsLogo {
        padding: 120px 0 75px;
    }

    .welcome #section-testimonial .swiper-slide .content .info .text {
        font-size: 46px;   
    }
    
    
    .welcome #section-latest .info {
        padding-right: 100px;
    }
    .welcome #section-latest .info .title a {
        font-size: 46px;
    }
    .welcome #section-testimonial .swiper-slide .content {
        padding: 120px 0 180px;
    }
    .welcome #section-testimonial .swiper-slide .content .info {
        padding-left: 120px;
        padding-right: 120px;
    }


    
}
@media (min-width: 1440px) {
    
    .welcome .heroblock {
        padding: 160px 0;
    }

    #startupsLogo {
        padding: 160px 0 100px;
    }
    .welcome #section-latest .image {
        height: 420px;
        border-radius: 50px;
    }
    #startupsLogo .content .firm {
        width: calc((100% - 350px) / 5);
        margin-left: 35px;
        margin-right: 35px;
    }
    
    .welcome #section-testimonial {
        height: 1000px;
    }
    .welcome #section-testimonial .swiper-slide .content {
        padding: 160px 0 210px;
    }
    .welcome #section-latest {
        padding: 160px 0;
    }
}

@media (min-width: 1600px) {
    .welcome #section-latest .image {
        height: 520px;
    }
    #startupsLogo  .content .firm a {
        background-size: 320px;
    }
}




.masknew {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        overflow-x: hidden;
        text-align: center;
        background-color: #3c6380;
        visibility: hidden;
        z-index: 100;
        -webkit-transition: all 1s ease-in-out;
                transition: all 1s ease-in-out;
    }
    

    .masknew li {
        display: flex;
        margin: 20px 0;
        justify-content: center;
        visibility:hidden;
        -webkit-animation-duration: 1.0s;
                animation-duration: 1.0s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
                animation-name: fadeInDown;
    }
    
    .masknew ul li a {
        position: relative;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
        -webkit-transition: opacity 0.3s ease-in-out;
                transition: opacity 0.3s ease-in-out;
    }
    .masknew ul li.active a::after {
        /*content: "";*/
        background-color: #9FD4CA;
        bottom: -8px;
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    .masknew .navbar {
        position: relative;
        top: 50%;
        justify-content: center;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .masknew .navbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
        flex-direction: column;
    }
    .masknew .navbar a {
        display: block;
        color: rgba(255,255,255,0.5);
        font-size: 24px;
        font-weight: 300;
        padding: 0;
        text-decoration: none;
    }
    .masknew .navbar .language a {
        font-size: 20px;
    }
    .masknew .navbar a:first {
        padding-top: 0;
    }
    .masknew.open {
        opacity: 1;
        visibility: visible;
    }
    .masknew.open li {
        visibility: visible;
        -webkit-animation-duration: 1.0s;
                animation-duration: 1.0s;
        -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
        -webkit-animation-name: fadeInUp;
                animation-name: fadeInUp;
    }
    .masknew.open .nav li:nth-child(1) {
        -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s;
    }
    .masknew.open .nav li:nth-child(2) {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }
    .masknew.open .nav li:nth-child(3) {
        -webkit-animation-delay: 0.3s;
                animation-delay: 0.3s;
    }
    .masknew.open .nav li:nth-child(4) {
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s;
    }
    .masknew.open .nav li:nth-child(5) {
        -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
    }
    .masknew.open .nav li:nth-child(6) {
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s;
    }
    .masknew.open .nav li:nth-child(7) {
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s;
    }
    .masknew.open .nav li:nth-child(8) {
        -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s;
    }
    .masknew.open .nav li:nth-child(9) {
        -webkit-animation-delay: 0.9s;
                animation-delay: 0.9s;
    }
    .masknew.open .language li {
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
    }
    
    .masknew.open .navbar .active a {
        color: #ffffff;
    }
    

    .right .toggle-menu {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        outline: none;
        padding: 0;
        pointer-events: initial;
        vertical-align: middle;
        background-color: transparent;
        border: none;
        cursor: pointer;
        z-index: 200;
    }
    .right .toggle-menu span {
        content: "";
        display: block;
        width: 32px;
        height: 3px;
        left: 10px;
        position: absolute;
        top: calc(50% - 1px );
        border-radius: 6px;
        background-color: #000000;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
    }
    .right .toggle-menu span:before, .right .toggle-menu span:after {
        content: "";
        display: block;
        width: 24px;
        height: 3px;
        position: absolute;
        border-radius: 6px;
        background-color: #000000;
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
                transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
    }
    .home .right .toggle-menu span:before, .home .right .toggle-menu span:after, .home .right .toggle-menu span, .right .active.toggle-menu span:before, .right .active.toggle-menu span:after {
        background-color: #ffffff
    }
    .right .toggle-menu span:before {
        top: 10px;
    }
    .right .toggle-menu span:after {
        top: -10px;
    }
    .right .toggle-menu.active span {
        background-color: transparent;
        -webkit-transition: background 0.2s ease-out;
                transition: background 0.2s ease-out;
    }
    .right .toggle-menu.active span:before, .right .toggle-menu.active span:after {
        -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
                transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
                transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
                transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    }
    .right .toggle-menu.active span:before {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
                transform: rotate3d(0, 0, 1, -45deg);
    }
    .right .toggle-menu.active span:after {
        top: 0;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
                transform: rotate3d(0, 0, 1, 45deg);
    }