
@font-face {
    font-family: 'Montserrat';
    font-weight: 300;
    src: url(../font/Montserrat-Light.ttf);

}
@font-face {
    font-family: 'Montserrat';
    font-weight: 400;
    src: url(../font/Montserrat-Regular.ttf);

}

@font-face {
    font-family: 'Montserrat';
    font-weight: 500;
    src: url(../font/Montserrat-SemiBoldItalic.ttf);

}

@font-face {
    font-family: 'Montserrat';
    font-weight: 600;
    src: url(../font/Montserrat-Bold.ttf);

}
.inBan{
    position: relative !important;
}
/* .banner{
    width: 100vw !important;
    height: 100vh !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    overflow: hidden !important;
} */
#smooth-wrapper{
    width: 100% !important;
    height: 100vh !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    overflow: hidden !important;
}
.inJbox{
    width: 100% !important;
    height: 100vh !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    overflow: hidden !important;
}
.inBan::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(0,0,0,.2);
    z-index: 999;
}
.inBoby{
    /* background: #fff; */
    position: relative;

}
.inATop{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}
.inALeft{
    width: 25%;
    padding: 5%  5% 5% 0;
    position: sticky;
    top: 100px;
}
.inARig{
    width: 75%;
    border-left: 1px solid #ccc;
    padding: 5% 0 5% 5%;
}
.inARig p{
    font-size: 24px;
    font-weight: 100;
}
.inARTit{
    margin-bottom: 50px;
}
.inARTit span{
    display: block;
    font-size: 36px;
    line-height: 1.5;
}







.inFbox{
    /* position: relative; */
}
.inFList {
    display: flex;
    flex-direction: column;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.inFItem_Tit p{
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.inFItem_Tit span{
    display: block;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: 600;
    font-family: "Montserrat";
}
.inFItem_List{
    display: flex;
    align-items: center;
}
.inFItem_Item{
    display: block;
    background: #fff;
    margin-right: 10px;
    padding: 20px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.inFItem_Item .Tbox{
    height: 16px;
    overflow: hidden;
}
.inFItem_Item span{
    color: #333;
    font-size: 16px;
    line-height: 1;
    display: block;
    transform: translateY(0);
    transition: all 0.48s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    margin-bottom: 2px;
}
.inFItem_Item:hover span{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.inFItem_xlarge {
    width: 100%;
    max-width: 100rem;
    margin-right: auto;
    margin-left: auto;
}



/*  */

.projects-item-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    padding: 7%;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.projects-item-categories {
    display: flex;
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
}

.projects-item-content-top {
    margin-bottom: 25rem;
}

.projects-item-wrapper {
    position: relative;
    /* height: 600px; */
}

.projects-item-image {
    position: relative;
    width: 100%;
    padding-top: 45%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.projects-item-image img{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.projects-item-link{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 11;
}
.overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    background-color: #191919;
    opacity: 0.2;
}

.label-3 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0.5rem 0.75rem;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 500px;
    color: #191919;
    font-size: 0.875rem;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.label-3.w--current {
    background-color: #f8f8f8;
}

.projects-item-content-bottom {
    display: flex;
    margin-top: -15px;
    justify-content: space-between;
    align-items: center;
}

.button-6 {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 1rem 2rem;
    border: 2px solid #e8e8e8;
    border-radius: 500px;
    transition: border 300ms ease;
    color: #121416;
    font-size: 1rem;
    line-height: 120%;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.button-6:hover {
    border-color: #121416;
}

.projects-item-categories-item {
    display: flex;
}

.projects-list {
    display: flex;
    flex-direction: column;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.projects-item {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: hidden;
    transform: translate(0px, 0px);
    color: #fff;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
}
.inFItem_List{
    display: flex;
    align-items: center;
}
.inFItem_xlarge {
    width: 100%;
    max-width: 100rem;
    margin-right: auto;
    margin-left: auto;
}
.inCbox,.inAbox{
    position: relative;
}
.inCText{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
  
}
.inCLBox{
    border-bottom: 1px solid #ccc;
    padding: 5% 0 ;
}
.inCLeft{
    width: 25%;
    padding: 5%  5% 5% 0;
}
.inCList{
    width: 100%;
    /* border-left: 1px solid #ccc; */
    display: flex;
    flex-wrap: wrap;
   
}
.inCBtn{
    margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inCItem{
    width: calc(33.3% - 33.4px);
    margin-right: 50px;
    position: relative;
    cursor: none;
    overflow: hidden;
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    margin-bottom: 30px;
}
.inCItem.higShow{
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.inCItem:nth-child(3n){
    margin-right: 0;
}
.inCItem .imgBox{
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.inCItem .imgBox::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
    content: '';
    opacity: 0.5;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inCItem:hover .imgBox::after{
    opacity: 1;
}
.inCItem .imgBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inCItem .imgBox .img1{
    display: block;
}
.inCItem .imgBox .img2{
    display: none;
}
.inCItem .imgBox video{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inCItem:hover .imgBox img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.inCTbox{
    padding: 30px 0 50px;
}
.inCTbox p{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.inCTop{
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inCItem:hover .inCTop{
    opacity: 1;
}
.inCIbox{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.inCTBox{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    opacity: 0;
}
.inCItem:hover .inCTBox{
    opacity: 1;
}
.inCIbox span{
    display: block;
    font-size: 14px;
    background: #fff;
    color: #333;
    font-weight: 500;
    padding: 10px 20px;
    line-height: 1;
    margin-right: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inCTop .time{
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-family: "Montserrat";
}
.inCItem p{
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    width: 100%;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inCItem:nth-last-child(1) .inCTbox,.inCItem:nth-last-child(2) .inCTbox{
    padding: 30px 0 0;
}


.inCItem:hover .inSbtn{
    opacity: 1;
}

.inSbtn{
    width: 120px;
    height: 120px;
    background-image: linear-gradient(90deg,#1fa7f8,#5841d3);
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: -75px;
    top: -75px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.inSbtn svg{
    width: 40%;
    height: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.inSbtn svg path{
    fill: #fff;
    opacity: .6;
}
.inSbtn span{
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat";
    text-transform: capitalize;
}









.inNbox{
    position: relative;
}
.inNFList{
    margin-bottom: 70px;
}
.inNFItem{
    padding: 10px 0;
    font-size: 18px;
    line-height: 1;
    display: block;
}
.inNFItem.act,.inNFItem:hover{
    color: #5841d3;
}
.inNList{
    width: 50%;
    padding: 0 0 0 50px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.inNList2{
    padding-top: 200px;
}
.inNText{
    position: relative;
    width: 75%;
    padding: 50px 0;
    display: flex;
    border-left: 1px solid #ccc;
}
.inNText::after{
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #ccc;
    content: '';
}
.inNItem{
    margin-top: 150px;
    overflow: hidden;
    padding-bottom: 120px;
    position: relative;
}
.inNTop{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
}
.inNTop::after{
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #ccc;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inNItem:hover .inNTop::after{
    width: calc(100% - 30px);
    background: #666;
}
.inNTop p{
    width: calc(100% - 120px);
    font-size: 28px;
    line-height: 1.5;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inNIcon{
    position: absolute;
    left: auto;
    bottom: auto;
    overflow: hidden;
    width: 30px;
    height: 30px;
    top: 20%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.inNIcon .icon{
    width: 100%;
    height: 100%;
    position: relative;
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.inNIcon .icon img{
    width: 100%;
    position: relative;
}
.inNIcon .icon2 {
    position: relative;
    left: -100%;
}
.inNItem:hover .inNIcon .icon{
    transform: translate3d(100%, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    -webkit-transform: translate3d(100%, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -moz-transform: translate3d(100%, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -ms-transform: translate3d(100%, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -o-transform: translate3d(100%, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.inNTBox{
    padding: 30px 20px 0 0;
}
.inNTBox span{
    font-size: 18px;
}
.inNItem:hover .inSbtn{
    opacity: 1;
}
.maskBox{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0,0,0,.4);
    display: none;
}
.BulletBox{
    width: 65%;
    background: #ebeae3;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    padding: 3rem;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.48s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.BulletBox.act{
    transform: translateX(0);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.BulTop{
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 8px solid #000;
}
.BulTit span{
    font-size: 100px;
    color: #000;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Montserrat";
}
.BulTBtn{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
    /*background: #000;
    */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.BulTBtn svg{
    width: 40%;
    height: 40%;
}
.BulTBtn svg path{
    fill: #333;
}
.BulXTop,.BulXTBox{
    background: #fff;
}
.BulCBox{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.BulBon{
    width: 100%;
}
.BulWxBox p{
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
}
.BulWx{
    padding: 5px;
    position: relative;
    background: #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.BulWx img{
    width: 120px;
    height: 120px;
}


.InBan {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 0.8;
}

.InBVBox {
    width: 100%;
    height: 100%;
    background: #e2e3e3;
    transition: all 0.3s;
    transform: scale(1.2);
    position: fixed;
    left: 0;
    top: 0;
}

.InBVBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#player{
    display: block;
}
#player2{
    display: none;
}
.Inlabel{
    width: 150px;
    height: 50px;
    background-image: linear-gradient(90deg,rgb(31, 167, 248,.5),rgb(144, 200, 224,.5));
    z-index: 6;
    border-radius: 50px;
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    animation: Trlabel 4s infinite;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.48s;
}
.Inlabel.act{
 opacity: 1;
 transform: translateY(0px);
}
.Inlabel::after{
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgb(255, 255, 255,.5);
    border-radius: 50px;
    transform: translate(-50%,-50%);
    content: '';
}
.Inlabel span{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.Inlabel1{
    left: 38%;
    top: 71%;
    animation-delay: -1s;
}
.Inlabel2{
    left: 55%;
    top: 60%;
    animation-delay: -2s;
}
.Inlabel3{
    left: 73%;
    top: 52%;
    animation-delay: -3s;
}
.Inlabel4{
    left: 26%;
    top: 54%;
    animation-delay: -0.8s;
}
.Inlabel5{
    left: 44%;
    top: 46%;
    animation-delay: -1.6s;
}
.Inlabel6{
    left: 15%;
    top: 40%;
    animation-delay: -2.4s;
}
.Inlabel7{
    left: 34%;
    top: 29%;
    animation-delay: -3.2s;
}
@keyframes Trlabel {
0%   {
transform: translateY(0px);
}
50%{
transform: translateY(10px);
}
100% {
transform: translateY(0px);
}
}














@media (max-width: 1920px){
    .inARTit span{
        font-size: 32px;
    }
    .inARig p {
        font-size: 20px;
    }
  
}


@media (max-width: 1680px){
    .inFItem_Tit p {
        font-size: 66px;
    }
    .inFItem_Tit span{
        font-size: 90px;
    }
    .inFItem_Item{
        padding: 15px 35px;
    }
    .inNItem {
        margin-top: 100px;
        padding-bottom: 120px;
    }
    .inNTop p{
        font-size: 24px;
    }
    .inNIcon{
        width: 25px;
        height: 25px;
    }
    .inCItem {
        width: calc(33.3% - 20px);
        margin-right: 30px;
    }
}
@media (max-width: 1468px){
    .inFItem_Tit p {
        font-size: 60px;
    }
    .inAIBox {
        width: 230px;
        height: 230px;
    }   
    .inCItem p,.inCTop .time{
        font-size: 24px;
    } 
    .Inlabel{
        width: 140px;
        height: 45px;
    }
    .Inlabel span{
        font-size: 14px;
    }
   
    .inCIbox span{
        padding: 8px 15px;
        font-size: 13px;
    }
}

@media (max-width: 1380px){
    .Inlabel{
        width: 130px;
        height: 42px;
    }
    .Inlabel7{
       top: 34%;
    }
    .Inlabel4{
        top: 54%;
        left: 22%;
     }
     .Inlabel5{
        top: 50%;
     }
     .Inlabel1{
        top: 67%;
        left: 38%;
     }
    .Inlabel span {
        font-size: 12px;
    }
    .inARig p {
        font-size: 20px;
    }
    .inAIBox {
        width: 200px;
        height: 200px;
    }    
    .inALeft {
        width: 25%;
        padding: 5% 20px 5% 0;
    }
    .inFItem_Tit span {
        font-size: 80px;
    }
    .inFItem_Tit p {
        font-size: 56px;
    }
    .inFItem_Item span{
        font-size: 15px;
    }
    .inCItem p,.inCTop .time{
        font-size: 20px;
    } 
    .inSbtn {
        width: 100px;
        height: 100px;
    }
    .inCItem:hover .inCTop{
        padding: 20px;
    }
   
    .inNItem {
        margin-top: 70px;
        padding-bottom: 80px;
    }
    .inNTBox {
        width: 100%;
        padding: 30px 10px 0;
    }
    .inNTop p {
        width: calc(100% - 80px);
    }
    .BulletBox {
        width: 85%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 1280px){
    .inCItem {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }   
    .inCItem:nth-child(3n){
        margin-right: 30px;
    } 
    .inCItem:nth-child(2n){
        margin-right: 0;
    } 
}
@media (max-width: 1200px){
    
    .inARTit span{
        font-size: 28px;
    }
    .inFItem_Tit span {
        font-size: 70px;
    }
    .inFItem_Tit p {
        font-size: 52px;
    }
    .inFItem_Item{
        padding: 12px 30px;
    }
    .inFItem_Item span {
        font-size: 14px;
    }
    .inFItem_Item .Tbox{
        height: 14px;
    }
    .inARig p {
        font-size: 18px;
    }
    .inAIBox {
        width: 180px;
        height: 180px;
    }
    .inNList {
        width: 50%;
        padding: 0px 0 0 30px
    }
    .inNIcon {
        width: 20px;
        height: 20px;
    }
    .inNItem {
        margin-top: 50px;
        padding-bottom: 50px;
    }
   
    .inNList2 {
        padding-top: 150px;
    }
    .inCIbox span {
        padding: 5px 10px;
       
    }
    .inNTBox span{
        font-size: 16px;
    }
    .inNFItem{
        font-size: 16px;
    }
    .inCTBox {
        padding: 20px;
    }
   
}
@media (max-width: 1024px){
    
   
    .Inlabel{
        display: none;
    }
    .grid__item{
        height: 52vw !important;
    }
    .grid__column.is--second {
        width: 80vw !important;
    }
    .inAIBox {
        width: 160px;
        height: 160px;
        margin-top: 30px;
    }
    .inARig p {
        font-size: 17px;
    }
    .inFItem_Item {
        padding: 10px 20px;
    }
    .inFItem_Tit p {
        font-size: 48px;
    }
    .inFItem_Tit span {
        font-size: 60px;
        margin-bottom: 10px;
    }
    
}
@media (max-width: 900px){
    .BulletBox {
        width: 100%;
        padding: 30px;
    }
    .BulTBtn {
        width: 50px;
        height: 50px;
    }
    .InBVBox{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
}
.InBVBox img{
    object-fit: cover;
}
#player{
    display: none;
}
#player2{
    display: block;
}
    /* .inCText{
          border-bottom: 1px solid #ccc;
    } */
    .projects-item{
        top: 75px;
    }
    .inALeft{
        width: 0;
        display: none;
    }
    .inARig{
        width: 100%;
        border-left: none;
        padding: 50px 0;
    }
    .inNText{
        width: 100%;
        border-left: none;
        padding: 30px 0;
    }
    .inATop{
        padding-bottom: 30px;
    }
    .inFItem_Tit p {
        font-size: 42px;
    }
    .inFItem_Tit span {
        font-size: 50px;
    }
    .projects-item-content{
        padding: 50px;
    }
 
    .inARig{
        padding: 30px 0;
    }
    .projects-item-image{
        padding-top: 80%;
    }
    .projects-item-content{
        justify-content: flex-end;
    }
    .inFItem_List {
        flex-wrap: wrap;
        margin-top: 70px;
    }
    .inFItem_Item .Tbox {
        height: 12px;
    }
    .inFItem_Item span{
        font-size: 12px;
    }
    .inFItem_Item {
        padding: 10px 15px;
        margin-bottom: 8px;
    }
    .inARTit span{
        font-size: 24px;
    }
    .inNbox .inALeft{
        display: none;
    }
    .inCText{
        flex-wrap: wrap;
    }
    .inNFList{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    .inNFItem{
        font-size: 15px;
        margin: 0 20px;
    }
    .inNTop p{
        font-size: 22px;
    }
}
@media (max-width: 768px){
    .inCItem .imgBox {
        padding-top: 65%;
    }
   
    .inCItem{
        width: 100%;
        margin-right: 0;
    }
    .inCItem .inCTop {
        padding: 30px;
        opacity: 1;
    }
    .inCItem .imgBox .img1{
        display: none;
    }
    .inCItem .imgBox .img2{
        display: block;
    }
    .inARTit {
        margin-bottom: 30px;
    }
   
    .inARig p.p1 {
        width: 85%;
        margin-left: 15%;
    }
    .inAIBox {
        width: 140px;
        height: 140px;
        margin-top: 30px;
    }
    .inFItem_Tit p {
        font-size: 36px;
    }
    .inFItem_Tit span {
        font-size: 40px;
    }
    .inNList{
        width: 100%;
        padding: 0;
    }
    .inNList2{
        display: none;
    }
    .inNText::after{
        height: 0;
    }
    .projects-item-content {
        padding: 50px 30px;
    }
    
   
    .inCItem:hover .inCTop {
        padding: 20px 10px;
    }
    .inCIbox span{
        margin-right: 5px;
    }
    .inCbox .FTBtn{
        display: none;
    }
    .inNbox .FTBtn{
        display: none;
    }
}
@media (max-width: 680px){
    .inARTit span{
        font-size: 20px;
    }
    .inNTop{
        padding-bottom: 20px;
    }
    .inNTBox {
        padding:0;
    }
    .inNTop::after{
        width: 0;
    }
    .inNItem:hover .inNTop::after{
        width: 0;
    }
    .inNItem {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .inNItem{
        border-bottom: 1px solid #ccc;
    }
    .inNItem:last-child{
        border-bottom:none
    }
   
    /* .projects-item-content{
        position: relative;
    }
    .projects-item-image{
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 0;
        height: 100%;
    } */
   
    .inARig p {
        font-size: 15px;
    }
}
@media (max-width: 500px){
    .inNbox{
        overflow: hidden;
    }
    .inNTop p{
        font-size: 20px;
    }
    .inARTit span{
        font-size: 18px;
    }
    .inARTit {
        margin-bottom: 20px;
    }
    .inNFList{
        margin-bottom: 0;
    }
    .grid__item{
        height: 60vw !important;
    }
    .inARig p {
        font-size: 14px;
    }
    .grid__column.is--second {
        width: 85vw !important;
    }
    .projects-item-image {
        padding-top: 100%;
    }
    .inFItem_Tit p {
        font-size: 32px;
    }
    .inFItem_Tit span {
        font-size: 36px;
    }
    .inCItem .inCTop {
        padding: 20px;
    }
    .inAIBox {
        width: 120px;
        height: 120px;
        margin-top: 30px;
    }
    .inNTBox span {
        font-size: 15px;
    }
}
