/* @font-face {
  font-family: 'BasicSansBold';
  src: url('fonts/BasicSansBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: 'NasalizationRg';
  src: url('/fonts/NasalizationRg.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
html {
  color: var(--main-text-color);
  font-size: 20px;
  line-height: 1.4;
  background: var(--main-bg-color);
}
body{
  background: var(--main-bg-color) !important;
  color: var(--main-text-color) !important;
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  line-height: 1.3;
}
body div{
  display: flex;
}
a:hover{
  text-decoration: none !important;
  color: var(--website-color) !important;
}
input:focus,
textarea:focus,
select:focus,
button{
  outline: none !important;
  box-shadow: none !important;
  /*border-bottom: 2px solid var(--main-color) !important;*/
}

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

::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
  color: unset;
}
section{
  width: 100%;
  margin: 50px auto;
  max-width: 1380px;
  padding: 0 20px;
  box-sizing: border-box;
}
.column{
  flex-direction: column;
}
img{
  width: 100%;
}
.bold{
  font-family: 'BasicSansBold', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: var(--third-color);
  font-weight: bold;
}
.font-14{
  font-size: 14px;
}
.font-18{
  font-size: 18px;
}
.font-24{
  font-size: 24px;
}
.main-color{
  color: var(--main-color);
}
.banner{
  margin-bottom: 0; 
  padding: 0;
  margin-top: 0;
}
.page-banner{
  background: #eaeaea;
  margin-bottom: 80px;
}
/*header*/
header{
  font-size: 16px;
}
header .header-line{
  background: var(--main-color);
  height: 12px;
}
header .contact{
  align-items: center;
  gap: 40px;
}
header .dropdown-menu{
  right: 0 !important;
  left: unset
}
.top{
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.dropdown-icon{
  font-weight: 900 !important;
}
.top .bars{
  font-size: 30px;
  margin-left: 20px;
  color: var(--main-color);
  display: none;
  width: 30px;
  text-align: right;
}
.top .right{
  justify-content: space-between;
  align-items: end;
  flex-direction: column;
  gap: 20px;
}
.user{
  border: 2px solid var(--main-color);
  border-radius: 50px;
  overflow: hidden;
  margin: 20px 0;
  cursor: pointer;
}
.user .login,.user .sign-up{
  padding: 8px 20px;
  color: #fff;
}
.user .login{
  color: var(--main-color);
}
.user .sign-up{
  background: var(--main-color);
}
.nav-pc{
  background: var(--main-color);
  flex-wrap: nowrap;
  padding: 6px;
  justify-content: space-between;
  align-items: center;

}
.nav-pc .menu a{
  margin: 0;
  padding: 7px 20px;
  color: #ffffff;
}
.nav-pc .menu{
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1380px;
  position: relative;
}
.nav-pc .menu-en a{
  padding: 7px 14px;
  font-size: 18px;
}
.nav-pc .menu .active, .nav-pc .menu a:hover{
  /* background: var(--secondary-color); */
  color: var(--main-bg-color) !important;
  border-radius: 12px;
}
.nav-pc .lang{
  position: absolute;
  top:60px;
  right: 0;
}
.nav-pc .lang a{
  color: #333333 !important;
  font-size: 18px;
  padding: 7px 10px !important;
}
.nav-pc .lang .active{
  color: #999999;
}

.nav-pc .mode .title{

  margin-right: 10px;
}
.nav-pc .menu .active,.nav-pc .menu a:hover{
  color: #999 !important;
}
.nav-pc .mode .bootstrap-switch{
  border: 0 !important;
  border-radius: 100px !important;
  background: var(--switch-color) !important;
  box-shadow: unset !important;
}
.nav-pc .mode .bootstrap-switch i{
  font-size: 18px;
}
.nav-pc .mode .bootstrap-switch .bootstrap-switch-info i{
  margin-right: 5px;
}
.nav-pc .mode .bootstrap-switch .bootstrap-switch-success i{
  margin-left: 5px;
}
.nav-pc .mode .bootstrap-switch-success, .nav-pc .mode .bootstrap-switch-info{
  background: var(--switch-color) !important;
}
.nav-pc .mode .bootstrap-switch-label{
  background: var(--switch-color) !important;
  width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nav-pc .mode .bootstrap-switch-label::before{
  color: #000;
}
.nav-pc .bootstrap-switch span::before{
  display: none;
}
.nav-pc .bootstrap-switch .switch{
  align-items: center;
  justify-content: center;
}
.nav-pc .bootstrap-switch .bootstrap-switch-handle-off, .nav-pc .bootstrap-switch .bootstrap-switch-handle-on, .nav-pc .bootstrap-switch .bootstrap-switch-label{
  padding-top:8px !important;
  padding-bottom: 8px !important;
}
.nav-pc .mode .bootstrap-switch-success{
  padding-left: 15px;
}
.nav-pc .mode .bootstrap-switch-info{
  padding-right: 15px;
}
.nav-mobile{
  display: none;
}
.navbar{
  padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
  background: #000;
  left: 0;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* 避免闪烁：保持 dropdown 菜单的显示样式 */
.dropdown-menu {
  margin-top: 0; /* 可选：让下拉菜单贴合按钮 */
}
.lang-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  transform: translateY(-0px);
  background: var(--main-color);
  border: 0;
  color: #fff;
}
.dropdown-menu{
  margin: 0;
}
.dropdown:hover .lang-menu {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  transform: translateY(0);
}
.dropdown-item{
  padding: .4rem 1rem;
  align-items: center;
  display: flex;
  font-size: 16px;
  color: #fff;
}
.dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  background-color: #333;
  border-radius: 0 !important;
  color: #fff;
}
.lang-menu li a:hover {
  background: unset;
  color: #fff !important;
}
.lang-menu li img{
  width: 20px;
  margin-right: 5px;
  border: 1px solid #fff;
}
.mask{
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  z-index: 1049;
  opacity: 0.7;
  display: none;
  top: 85px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  background-color: var(--main-color);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  margin-top:60px;
  color: #fff;
  flex-direction: column;
}

.sidenav .menu{
  flex-direction: column;
  width: 220px;
  margin-left:20px;
  gap: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}
.sidenav .menu img{
  width: 18px;
  margin-right: 8px;
}
.sidenav .menu a{
  padding: 8px 10px;
  background: var(--main-color);
  color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.sidenav .quick-links{
  flex-direction: column;
  width: 200px;
  margin-left:30px;
  gap: 5px;
}
.sidenav .quick-links a{
  display: flex;
  align-items: center;
}
.sidenav .quick-links i{
  margin-right: 5px;
  font-size: 18px;
}
.sidenav  a:hover{
  color: var(--main-bg-color) !important;
}

.sidenav .mode{
  flex-direction: column;
}
.sidenav .bootstrap-switch{
  border: 0;
  border-radius: 50px;
}
.sidenav .bootstrap-switch-label{
  width: 0 !important;
  background: var(--switch-color);
  padding: 0 !important;
}
.sidenav .bootstrap-switch-info,.sidenav .bootstrap-switch-success{
  background: var(--switch-color) !important;
  line-height: 0 !important;
}
.sidenav .switch{
  align-items: center;
  justify-content: right;
}
.sidenav .bootstrap-switch span::before{
  display: none;
}
.sidenav .bootstrap-switch-success .fa-circle{
  font-size: 16px;
  margin-left:5px;
}
.sidenav .bootstrap-switch-info .fa-circle{
  font-size: 16px;
  margin-right:5px;
}
.sidenav .nav{
  flex-direction: column;
}
.sidenav .control{
  justify-content: space-between;
  margin: 0 20px 20px;
  border-bottom:1px solid #fff;
  padding: 0 0 20px;
}
.sidenav .control .title{
  margin-bottom: 5px;
}
.sidenav .switch-lang{
  flex-direction: column;
  color: #fff;
}
.sidenav .control .lang{
  background: var(--switch-color);
  align-items: center;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 50px;
  justify-content: center;
}
.sidenav .control .lang img{
  height: 16px;
  width: 16px;
}
.sidenav .control .lang span{
  margin: 0 5px;
}
.sidenav .accordion{
  flex-direction: column;
  font-size: 14px;
}
.sidenav .accordion .card{
  background: unset;
  border: 0;
  color: #fff;
}
.sidenav .accordion .card .card-header{
  padding: 5px 0;
  background: unset;
}
.sidenav .accordion .card .btn-block:before {
  font-family: FontAwesome, serif;
  content: "\f106";
  float: left;
  color: #fff;
  margin-right: 10px;
  transform: rotate(90deg);
}
.sidenav .accordion .card .btn-block[aria-expanded="true"]:before {
  transform: rotate(180deg);
}
.sidenav .accordion .card .card-body{
  padding: 5px 20px 10px;
  background: unset;
  flex-direction: column;
  gap: 10px 0;
}
.inside-banner{
  margin-bottom: 30px;
  margin-top: 10px;
}
/*footer*/
footer{
  border-top:0px solid var(--login-footer-line);
  margin-top: 100px;
  font-size: 16px;
}
footer .full-column{
  background: #f7f7f7;
  color: var(--main-text-color);
  padding: 30px 0;
}
.footer{
  display: flex;
  gap: 150px;
  margin-bottom: 0;
  justify-content: space-between;
  color: var(--footer-text-color);

}
.footer .sponsor{
  gap: 50px;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.footer .sponsor .column-1{
  width:100%;
  justify-content: space-between;
  column-gap: 100px;
}
.footer .sponsor .column-1 .title{
  white-space: nowrap;
  margin-right: 20px;
}
.footer .sponsor .column-1 .left{
  width:65%;
  gap: 50px;
  align-items: center;
}
.footer .sponsor .column-1 .left .hksar{
  width:60%
}
.footer .sponsor .column-1 .left .gov{
  width:30%
}
.footer .sponsor .column-1 .right{
  width:28%
}
.footer .sponsor .logo{
  display: flex;
}
.footer .sponsor img{
  width: 100%; 
  height: auto; 
  object-fit: contain; 
}
footer .disclaimer-social{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 30px auto;
}
footer .disclaimer{
  flex-direction: column;
  width: 68%;
  color: #bcbcbc;
}
footer .disclaimer p{
  margin-bottom: 10px;
}
footer .social{
  gap: 20px;
  width: 28%;
  justify-content: flex-end;
}
footer .social img{
  width: 60px;
  height: 60px;
  padding: 8px;
  border-radius: 10px;
  border: 1px dashed #999;
}
.copyright{
  background: #000;
  color: #fff;
  padding: 20px 0;
  justify-content: center;
}
.copyright .content{
  justify-content: space-between;
  width: 100%;
  max-width: 1380px;
  display: flex;
  margin: 0;
}
.copyright .content a:hover{
  color: #fff !important;
  text-decoration: underline !important;
}
.copyright .content .link{
  gap: 50px;
}
.third-paradise{
  align-items: start !important;
}
.layer{
  display: flex;
  justify-content: space-between;
  column-gap: 100px;
  align-items: center;
}
.layer .title{
  flex-direction: column;
  gap: 10px;
  white-space: nowrap;
  align-items: center;
}
.layer .title h1{
  font-size: 42px;
}
.layer .title h3{
  margin-bottom: 0;
}
.layer .content{
  /*text-align: justify*/
}
.tab-content .about-sponsor{
  justify-content: start;
}
.tab-content .about-sponsor .title{
  align-items: start;
  width: 400px;
}
.tab-content .sponsors{
  flex-direction: row !important;
  column-gap: 50px;
  row-gap: 20px;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.tab-content .sponsors .sponsor{
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.layer table td{
  vertical-align: top;
  padding: 4px 0;
}
.layer .title img{
  width: unset;
  align-self: center;
}
.layer .register{
  border: 0;
  border-radius: 0.5em;
}
.full-gray-bg{
  background: #eaeaea;
}
.layer-gray{
  display: flex;
  justify-content: space-between;
}
.fashion-to-reconnect{
  max-width: 280px;
}
.percent70{
  width: 70%;
}
.percent50{
  width: 50%;
}
.percent30{
  width: 30%;
}
.line{
  height: 1px;
  background: #eaeaea;
  width: 100%;
  margin: 0 auto;
  max-width: 1380px;
}
.co-organisers{
  align-items: center;
  gap: 30px;
}
/* index */
.section-about{
  margin: 80px auto;
}
.key-banner{
    background: url('/img/key-banner-bg.webp') no-repeat center center !important;
    margin-bottom: 100px;
  }
/* 左边灰色背景，底部留白 */
.key-banner::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 80%; /* 灰色部分高度为80% */
  background-color: #f0f0f0;
  z-index: -1;
}

/* 右边白色背景 */
.key-banner::after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%; /* 白色部分全高 */
  background-color: white;
  z-index: -1;
}
/*third-paradise*/

.third-paradise-table img{
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-top: 10px;
}
.third-paradise-table td{
  vertical-align: top;
  padding: 5px 0;
}

/*designers-profile*/

.designers ul, .highlight ul{
  gap: 30px;
}
.tab-pane{
  flex-direction: column;
}
.tab-content>.active{
  display: flex;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: var(--third-color);
  color: var(--main-color);
}
.nav-pills .nav-link{
  background: #f4f4f4;
  color: #939393;
}
.designer, .event-highlight{
  column-gap: 50px;
  row-gap: 20px;
  margin: 50px 0;
}
.designer .profile{
  flex-direction: column;
}
.designer .profile dl{
  text-align: right;
  margin-top: 10px;
}
.designer .profile dl a{
  color: var(--website-color);
}
.designer .photo img{
  width: auto;
  max-width: 196px;
  max-height: 260px;
}
.designer h1,.research h1{
  font-size: 30px;
}
/*research*/
.research-list{
  flex-direction: column;
}
.research{
  column-gap: 50px;
  row-gap: 20px;
  margin: 50px 0;
}
.research h1{
  margin: 15px 0;
}
.research .profile{
  flex-direction: column;
}
.research .profile a{
  text-decoration: underline;
}
.research .profile li{
  margin-bottom: 15px;
}
.research .profile dl{
  text-align: right;
  margin-top: 30px;
}
.research .profile dl a{
  background: #666666;
  color: #fff;
  padding: 5px 35px;
  border-radius: 10px;
  font-size: 18px;
}
.research .profile span{
  color: #999 !important;
  font-size: 18px;
}
.research .profile dl a:hover{
  background: #999;
  color: #fff !important;
}
.research .photo{
  flex-direction: column;
  gap: 15px;
}
.research .photo img{
  width: auto;
  max-width: 320px;
}
.research .photo span{
  font-size: 18px;
}
/*media*/
.media td{
  padding: 30px 0;
  vertical-align: top;
  border-bottom: 1px solid #eaeaea;
}
.media .nowrap{
  white-space: nowrap;
}
.media .organization{
  padding-left: 50px;
  padding-right: 50px;
}
/*about*/
.about{
  width: 100%;
}
.tab-content .content{
  flex-direction: column;
}
.text-a{
  text-align: justify;
}
/*event-highlight*/
.event-highlight ul{
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.event-highlight li{
  list-style: none;
  cursor: pointer;
}
.event-highlight li .thumbnail{
  position: relative;
}
.event-highlight li .icon{
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top:50%;
  margin-left: -25px;
  margin-top: -25px;
}
.event-highlight li p{
  margin-top: 10px;
}
.modal-dialog-centered{
  width: 100%;
  max-width: 1080px;
}
/*terms-conditions*/
.terms-conditions h5{
  margin-top: 40px;
}

/*cookies*/
#cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 15px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 9999;
  color: #fff;
  font-size: 16px;
}
#cookie-consent-banner.visible {
  display: block;
}
.cookie-btn {
  padding: 8px 15px;
  margin-right: 10px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
.accept-btn {
  background-color: #fff;
  color: black;
}
.reject-btn {
  background-color: #666;
  color: white;
}
.cookies{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.cookie-buttons{
  min-width: 200px;
  justify-content: end;
}
@media (max-width: 1380px) {
  .nav-pc .menu a{
    font-size: 16px !important;
    padding: 5px 10px;
  }
  .nav-pc .menu-en a{
    font-size: 16px !important;
  }
}

@media (max-width: 1200px) {
  body{
    padding-top: 60px;
  }
  header{
    background: var(--main-color);
    height: 60px;
    align-items: center;
    position: fixed;
    z-index: 1039;
    width: 100%;
    top:0;
    left:0;
    box-shadow: var(--header-line);
  }
  .nav-mobile{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .nav-mobile .logo{
    height: 35px;
  }
  .nav-mobile .bars{
    color: #fff;
    font-size: 24px;
  }
  .nav-mobile .lang{
    margin-right: 50px;
  }
  .nav-mobile .lang a{
    color: #fff !important;
    padding: 7px 10px !important;
  }
  .nav-mobile .lang .active{
    color: #999999 !important;
  }
  .mask{
    top: 60px;
  }

  .top .bars{
    display: block;
  }
  .nav-bars{
    color: #ffffff;
  }
  .nav-pc{
    display: none;
  }
  section{
    margin: 30px auto;
  }

  .footer{
    gap: 80px;
    padding: 0 20px;
  }
  .footer .sponsor .logo .co-organisers{
    gap: 20px;
  }
  .modal-dialog-centered{
    width: unset;
  }

}
@media (max-width: 1024px) {
  .footer{
    flex-direction: column;
    gap:20px 0;
  }
  .footer .sponsor .logo{
    flex-direction: column;
    row-gap: 10px;
  }
  .footer .leader-sponsor{
    flex-direction: column;
  }
  .footer .sponsor .column-1 .left{
    margin: 0 auto;
    width: 90%;
  }
  .footer .sponsor .column-1 .right{
    margin: 30px auto 0;
    width: 50%;
    justify-content: center;
  }
  footer .disclaimer-social{
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  footer .disclaimer{
    width: 100%;
  }
  footer .social{
    width: 100%;
    justify-content: center;
  }
  .general-section{
    flex-direction: column;
  }
  .key-banner{
    margin-bottom: 50px;
  }
  .section-about{
    margin: 40px auto;
    gap: 20px;
  }
  .layer .title img{
    width: 100%;
    max-width: 250px;
  }
  .general-section h1{
    margin-bottom: 0;
  }
  .layer{
    row-gap: 20px;
  }

  .percent30,.percent70, .percent50{
    width: 100%;
  }
  .designer, .event-highlight{
    margin: 20px 0;
  }
  .designers ul, .highlight ul{
    gap: 10px;
  }
  .media td{
    display: block;
    padding: 6px 0;
    border: 0;
  }
  .media  .organization{
    padding-left: 0;
    padding-right: 0;
  }
  .media tr{
    border-bottom: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }
  .research{
    flex-direction: column;
    margin: 20px 0;
  }
  .research .photo img{
    width: 100%;
    max-width: 250px;
  }
  .research .profile dl{
    margin-top: 10px;
  }
  .research .profile dl a{
    font-size: 14px;
  }
  .research .photo span,.research .profile span{
    font-size: 14px;
  }

  .tab-content .about-sponsor .title{
    align-items: center;
    width: unset;
  }
  .cookies{
    flex-direction: column;
    align-items: start;
  }
  .cookie-buttons{
    justify-content: start;
  }
}
@media (max-width: 800px) {
  body{
    font-size: 14px;
  }
  header .header-line{
    height: 5px;
  }
  .mask{
    top: 60px;
  }
  .sidenav{
    margin-top: 60px;
  }
  section{
    padding: 0 10px;
  }
  .top .logo{
    width: 130px;
  }
  .user .login, .user .sign-up{
    padding: 4px 10px;
  }
  .top .bars{
    font-size: 25px;
    margin-left: 10px;
  }

  .general-section h1{
    font-size: 24px;
    margin-bottom: 10px;
  }
  footer{
    margin-top: 50px;
    font-size: 14px;
  }
  .copyright .content{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .copyright .content .link{
    width: 100%;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    justify-content: center;
  }
  .footer .sponsor .column-1 .left{
    margin: 0 auto;
    width: 100%;
  }
  .footer .sponsor .column-1 .right{
    margin: 30px auto 0;
    width: 60%;
    justify-content: center;
  }
  .footer .sponsor .column-1{
    column-gap: 40px;
  }
  .footer .sponsor .column-1 .title{
    font-size: 12px;
  }
  .footer .sponsor .logo .co-organisers{
    gap: 10px;
  }
  .page-banner{
    margin-bottom: 30px;
  }
  .layer .title{
    white-space: unset !important;
    align-items: center;
  }
  .layer .title h1{
    font-size: 24px;
  }
  .layer .title h3{
    font-size: 24px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .designer{
    flex-direction: column;
  }
  .event-highlight ul{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .sidenav,.mask,.bars{
    display: none !important;
  }
}
