@font-face {
    font-family: Mulish-Regular;
    src: url("/resources/wehear-wp/static/fonts/Mulish-Regular.ttf");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: Mulish-SemiBold;
    src: url("/resources/wehear-wp/static/fonts/Mulish-SemiBold.ttf");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family:Mulish-Bold;
    src: url("/resources/wehear-wp/static/fonts/Mulish-Bold.ttf");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
      font-family: Mulish-Medium;
      src: url("/resources/wehear-wp/static/fonts/Mulish-Medium.ttf");
      font-weight: normal;
      font-style: normal;
  }

  /* @font-face {
    font-family: Mulish-Regular;
    src: url("../../static/fonts/Mulish-Regular.ttf");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: Mulish-SemiBold;
    src: url("../../static/fonts/Mulish-SemiBold.ttf");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family:Mulish-Bold;
    src: url("../../static/fonts/Mulish-Bold.ttf");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
      font-family: Mulish-Medium;
      src: url("../../static/fonts/Mulish-Medium.ttf");
      font-weight: normal;
      font-style: normal;
  } */


* {
    box-sizing: border-box;
}

.footer-nav-container a {
    color: inherit;
    text-decoration: none;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: Mulish-Regular, Mulish-Medium, Mulish-SemiBold, Mulish-Bold;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

/* div {
    font-size: 12px;
} */

.footer-nav-wrapper{
    width: fit-content;
    /* height: 553px; */
    background: #F5F5F7;
    min-width: 100%;
}
.footer-nav-container{
    width: 1200px;
    margin: 0 auto;
    padding:80px 0 120px;
    display: flex;
}
.footer-nav-item{
    margin-right:150px;
}
.nav-item-title{
    font-size: 14px;
    font-family: Mulish-Bold, Mulish;
    font-weight: bold;
    color: #222222;
    margin-bottom: 16px;
}
.more-arrow{
    display: none;
}
.nav-socal-list{
    display: flex;
}
.nav-socal-item{
    margin-right: 28px;
}
.nav-socal-item img{
    width: 26px;
    height: 26px;
}
.nav-item2{
    margin-bottom: 16px;
    cursor: pointer;
}
.nav-item2:hover{
    color:rgba(135, 99, 255, 1);
}
.more-arrow{
    display: none;
}
.nav-link{
    font-size: 14px;
    font-family: Mulish-Regular, Mulish;
    font-weight: 400;
    color: #333333;
}
.nav-link:hover{
    color:rgba(135, 99, 255, 1);
}
.copyright-container{
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    padding-top: 10px;
    border-top: 1px solid #D2D2D7;
    font-size: 14px;
    font-family: Mulish-Regular, Mulish;
    font-weight: 400;
    color: #666666;
    text-align: center;
}
@media screen and (max-width: 768px){
    .footer-nav-wrapper{
        width: 100%;
        /* height: 553px; */
        background: #F5F5F7;
        padding-left:.1rem;
    }
    .footer-nav-container{
        width: 100%;
        margin: 0 auto;
        padding:.5rem 0 .3rem;
        display: flex;
        flex-direction: column;
    }
    .footer-nav-item{
       margin-bottom: .3rem;
    }
    .footer-nav-item:last-child{
        margin-bottom: 0;
    }
    .nav-item-title{
        font-size: .14rem;
        font-family: Mulish-Bold, Mulish;
        font-weight: bold;
        color: #222222;
        margin-bottom: .16rem;
        line-height: 1;
    }
    .more-arrow{
        display: inline-block;
        vertical-align: middle;
        margin-left: .06rem;
        transition: all 0.3s ease-in-out;
    }
    .more-arrow-img{
        width: .15rem;
        height: .15rem;
    }
    .more-arrow.more-arrow-down{
        transform: rotate(-180deg);
    }
    .nav-socal-list{
        display: flex;
    }
    .nav-socal-item{
        margin-right: .28rem;
    }
    .nav-socal-item img{
        width: .26rem;
        height: .26rem;
        min-width: .26rem;
    }
 .footer-nav-container .footer-nav-item:not(:first-child)  .nav-item-content{
        overflow: hidden;
    }

.nav-item-content-re {
    display: none;
}

.nav-item-active {
    display: block;
}

    .nav-item2{
        margin-bottom: .16rem;
    }
    .nav-link{
        font-size: .14rem;
        font-family: Mulish-Regular, Mulish;
        font-weight: 400;
        color: #333333;
    }
    .nav-link:hover{
        color:rgba(135, 99, 255, 1);
    }
    .copyright-container{
        width: 100%;
        margin: 0 auto;
        height: .6rem;
        padding-top: .1rem;
        border-top: 1px solid #D2D2D7;
        font-size: .14rem;
        font-family: Mulish-Regular, Mulish;
        font-weight: 400;
        color: #666666;
        text-align: center;
    }
}
