*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Neue Montreal", "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

html, body{
    width: 100%;
    height: 100%;
    color: #fff;
}

body::-webkit-scrollbar{
    display: none;
}

#slidephoto{
    position: fixed;
    width: 25vw;
    height: 30vw;
    background-color: aquamarine;
    z-index: 999;
    overflow: hidden;
    pointer-events: none;
    /* display: none; */
    opacity: 0;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 2s;
}

#slidephotos{
    width: 100%;
    height: 400%;
    display: flex;
    flex-direction: column;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 2s;
}

.photu{
    width: 100%;
    height: 100%;
    /* background-color: yellow; */
}

.photu:nth-child(1){
    background-image: url(assets/shot-onemovie.jpg);
    background-size: cover;
    background-position: center;
}

.photu:nth-child(2){
    background-image: url(assets/shot-wenmart.jpg);
    background-size: cover;
    background-position: center;
}

.photu:nth-child(3){
    background-image: url(assets/shot-wenai.jpg);
    background-size: cover;
    background-position: center;
}

.photu:nth-child(4){
    background-image: url(assets/shot-wenmovie.jpg);
    background-size: cover;
    background-position: center;
}

#view{
    color:#0a0a0a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #a1da3e;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;

}

#view h1{
    font-size: 1.2vw;
    font-weight: 400;
    letter-spacing: 0.2vw;
}


#main{
    width: 100%;
    min-height: 100vh;
    background-color: aquamarine;
}

#back{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 120vh;
    background-color: black;
}

#back img{
    position: absolute;
    top: -10%;
    width: 100vw;
}

#nav{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 45px;
    height: 10vh;
    /* background-color: #a1da3e; */
}

#nav a{
    font-weight: 400;
    color: #fff;
}

#rightnav{
    width: 30%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

a{
    text-decoration: none;
}

#work{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#about{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: aquamarine; */
}

#contact{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scir{
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 5px;
    display: none;
}

#mainelements{
    position: absolute;
    top: 10%;
    width: 100%;
    height: 100vh;
    /* background-color: aliceblue; */
}

#leftglobe{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px;
    width: 20vw;
    height: 15vh;
    border-radius: 0px 50px 50px 0px;
    background-color: #fff;
    color: #333;
    position: absolute;
    top: 35%;
    transform: translate(0%, -50%);
}

#leftglobe h1{
    margin-left: 25px;
    font-size: 1.5vw;
}

#globec{
    width: 6vw;
    height: 6vw;
    background-color: #080808;
    border-radius: 50%;
    position: relative;
    animation: circle2 2.7s linear infinite;
}

#globec .circle{
    position: absolute;
    width: 95%;
    height: 95%;
    border-radius: 50%;
    box-shadow: inset 0.1em 0px 0px 0.08em white;
    font-size: .75em;
}

 

#globec .circle-hor {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 40%;
    box-shadow: inset 0px 0px 0px 0.15em white;
    font-size: .75em;
}


#globec .circle-hor-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    transform: translate(-50%, -50%);
    border-radius: 0%;
    height: 0.15em;
    background: white;
    font-size: .75em;
}

#freelance{
    position: absolute;
    top: 20%;
    right: 5%;
}

#freelance i{
    display: inline-block;
    font-size: 3vw;
    margin-bottom: 35px;
}

#freelance h1{
    font-size: 2.5vw;
    font-weight: 400;
}

#denis{
    width: 400%;
    position: absolute;
    top: 45%;
}

#denis h1{
    display: inline-block;
    font-size: 18vw;
    font-weight: 400;
    animation: 10s linear infinite;
    animation-name: text;
}

#navi{
    position: fixed;
    top: 3%;
    right: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgb(174, 174, 174);
    z-index: 999999999999;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    /* display: none; */
}

#navi:hover{
    cursor: pointer;
}

#navi i{
    font-size: 1.5vw;
}

#one{
    position: relative;
    width: 100%;
    height: 80vh;
    background-color: #FFFEFE;
}

#helpingbrand{
    padding: 10vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #080808;
}

#helpingbrand h1{
    font-weight: 400;
    font-size: 2.5vw;
}

#helpingbrand p{
    font-weight: 400;
    font-size: 1.2vw;
    line-height: 1.8vw;
    letter-spacing: 0.08vw;
}

#recentworks{
    position: relative;
    margin-top: 85px;
    padding: 0vw 0vw 0vw 14vw;
    display: flex;
    justify-content: space-between;
    color: #080808;
}

#recentworks a{
    position: absolute;
    bottom: 0%;
    font-size: 1vw;
    color: rgb(143, 143, 143);
}

#aboutme{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    right: 20%;
    width: 13vw;
    height: 13vw;
    background-color: #080808;
    border-radius: 50%;
    color: #fff;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

#line{
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, 0%);
    width: 80%;
    height: 1.5px;
    background-color: rgb(163, 163, 163);
}

#two{
    position: relative;
    width: 100%;
    height: 130vh;
    background-color: #FFFEFE;
    color: #080808;
}



.stext{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding-left: 160px;
    padding-right: 160px;
}

.stext h1{
    font-size: 5vw;
    font-weight: 400;
    text-align: left;
}


.line{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hrline{
    width: 80%;
    height: 1px;
    background-color: rgb(219, 219, 219);
    margin-top: 45px;
    margin-bottom: 45px;
}

#showm{
    display: flex;
    justify-content: center;
}

#btnsm{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13vw;
    height: 5vw;
    border: 1px solid #333;
    border-radius: 50px;
    transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
}

#btnsm h1{
    font-size: 1.2vw;
    color: rgb(165, 165, 165);
}

#btnsm h1 sup{
    color: rgb(158, 158, 158);
}

#three{
    width: 100%;
    height: 100vh;
    background-color: #FFFEFE;
    overflow: hidden;
}

.slideshow1{
    width: 120%;
    display: flex;
    margin-bottom: 25px;
}

.slideshow2{
    width: 120%;
    display: flex;
    margin-bottom: 25px;
}

video{
    width: 26vw;
    height: 19.5vw;
    /* background-color: #333; */
    margin-right: 25px;  
}

.slide{
    width: 26vw;
    height: 19.5vw;
    /* background-color: #333; */
    margin-right: 25px;
    background-size: cover;
}

.slideshow1 .slide:nth-child(1){
    background-image: url(/images/home-item-1.jpg);
}

.slideshow1 .slide:nth-child(3){
    background-image: url(/images/home-item-3.jpg);
}

.slideshow2 .slide:nth-child(2){
    background-image: url(/images/home-item-6.jpg);
}

.slideshow2 .slide:nth-child(4){
    background-image: url(/images/home-item-8.jpg);
}

#four{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #080808;
}

#ficon{
    position: absolute;
    top: 15%;
    left: 10%;
    display: flex;
}

#lfticon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: url(/images/last.jpg);
    background-size: cover;
    background-position: center;
}

#ficon h1{
    margin-left: 15px;
    font-size: 6vw;
    font-weight: 400;
}

#ficon h1 span{
    margin-left: -90px;
}

#fline{
    position: absolute;
    top: 50%;
}

#getintouch{
    position: absolute;
    top: 45%;
    right: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12vw;
    height: 12vw;
    background-color: blue;
    border-radius: 50%;
}

#getintouch h1{
    font-size: 1.5vw;
    font-weight: 400;
}

#buttons{
    position: absolute;
    top: 70%;
    left: 10%;
    display: flex;
}

#fleftbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25vw;
    height: 5vw;
    border-radius: 50px;
    /* background-color: #fff; */
    border: 1px solid #fff;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

#fleftbtn:hover{
    cursor: pointer;
    background-color: blue;
    border: transparent;
}

#fleftbtn a{
    color: #fff;
}

#frightbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20vw;
    height: 5vw;
    margin-left: 20px;
    border-radius: 50px;
    /* background-color: #fff; */
    border: 1px solid #fff;
}

#frightbtn:hover{
    cursor: pointer;
    background-color: blue;
    border: transparent;
}

#frightbtn a{
    color: #fff;
}

#amarjeet{
    position: absolute;
    bottom: 5%;
    width: 100%;
    display: flex;
    justify-content: center;
}

#amarjeet h1{
    font-size: 1.2vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
}

#amarjeet h1 span{
    color: #a1da3e;
}

#menubar{
    position: fixed;
    left: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    height: 100vh;
    background-color: #0e0e0e;
    z-index: 99999999999;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

#menubar a{
    color: #fff;
    font-size: 3vw;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 5px;
}

#close{
    position: absolute;
    top: 5%;
    right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    color: #080808;
}

#close:hover{
    cursor: pointer;
}

#close h1{
    font-size: 1vw;
}






@keyframes text{
    from{
        transform: translate(0%);
    }
    to{
        transform: translate(-50.5%);
    }
}

/* @keyframes text2{
    from{
        transform: translate(0%);
    }
    to{
        transform: translate(50.5%);
    }
} */


@keyframes circle2{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}


/* ═══════════ FDE 定制层 ═══════════ */
/* hero:深色渐变 + 品牌绿光晕,替代原背景大图 */
#back{
  background:
    radial-gradient(ellipse 70% 50% at 78% 22%, rgba(161,218,62,.14), transparent 62%),
    radial-gradient(ellipse 50% 42% at 12% 88%, rgba(161,218,62,.07), transparent 58%),
    linear-gradient(180deg, #0a0a0a 0%, #080808 100%);
}
#back img{ display:none; }
#freelance h1{ color:#fff; }
#freelance i{ color:#a1da3e; }
#denis h1{ color:#fff; }
#aboutme{ background:#a1da3e; }
#aboutme h4{ color:#0a0a0a; }
#getintouch{ background:#a1da3e; }
#getintouch h1{ color:#0a0a0a; }

/* 数字战绩条 */
#three{ background:#080808; padding: 7vw 6vw; height:auto; display:block; }
#stats{
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 2vw;
  padding-bottom: 6vw; border-bottom: 1px solid rgba(255,255,255,.12);
}
.stat h2{
  font-size: 3.6vw; color:#a1da3e; font-weight:600; line-height:1.1;
  font-family:"Neue Montreal","PingFang SC",sans-serif;
}
.stat p{ font-size: .95vw; color: rgba(255,255,255,.55); margin-top:.6vw; }

/* 四阶段 */
#phases{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 2vw; padding-top: 6vw; }
.phase span{ font-size:.9vw; color:#a1da3e; letter-spacing:.14em; }
.phase h3{ font-size:1.7vw; color:#fff; margin:.8vw 0 .9vw; font-weight:500; }
.phase p{ font-size:.92vw; line-height:1.75; color:rgba(255,255,255,.55); }

/* 案例行小字与悬停 */
.stext p{ color: rgba(10,10,10,.5); }
.stext:hover h1{ color:#a1da3e; }


/* 案例库 */
#gallery{ padding-top: 6vw; margin-top: 6vw; border-top: 1px solid rgba(255,255,255,.12); }
#galleryhead{ display:flex; align-items:baseline; justify-content:space-between; margin-bottom: 3.5vw; }
#galleryhead h2{ font-size: 2.6vw; color:#fff; font-weight:500; }
#galleryhead p{ font-size: .95vw; color: rgba(255,255,255,.5); }
#gallerygrid{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 1.4vw; }
.case{
  position: relative; display:block; padding: 1.8vw 1.6vw 1.6vw;
  border: 1px solid rgba(255,255,255,.13); border-radius: .6vw;
  transition: all .35s cubic-bezier(0.19,1,0.22,1);
}
.case span{ font-size:.8vw; color:#a1da3e; letter-spacing:.12em; }
.case h3{ font-size:1.35vw; color:#fff; font-weight:500; margin:.7vw 0 .5vw; }
.case p{ font-size:.88vw; color: rgba(255,255,255,.5); line-height:1.6; }
.case i{
  position:absolute; top:1.4vw; right:1.5vw; font-style:normal;
  font-size:1.1vw; color: rgba(255,255,255,.35); transition: all .35s;
}
.case:hover{ border-color:#a1da3e; transform: translateY(-4px); background: rgba(161,218,62,.05); }
.case:hover i{ color:#a1da3e; transform: translate(3px,-3px); }


/* 合作流程 */
#process{ padding-top: 6vw; margin-top: 6vw; border-top: 1px solid rgba(255,255,255,.12); }
#processhead{ display:flex; align-items:baseline; justify-content:space-between; margin-bottom: 3vw; }
#processhead h2{ font-size: 2.6vw; color:#fff; font-weight:500; }
#processhead p{ font-size: .95vw; color: rgba(255,255,255,.5); }
.step{
  display:grid; grid-template-columns: 6vw 1fr 22vw; gap: 2vw; align-items: start;
  padding: 2.2vw 0; border-top: 1px solid rgba(255,255,255,.12);
}
.step b{ font-size: 1.1vw; color:#a1da3e; font-weight: 500; letter-spacing:.1em; }
.step h3{ font-size: 1.6vw; color:#fff; font-weight:500; margin-bottom:.7vw; }
.step h3 em{
  font-style: normal; font-size:.8vw; color:#0a0a0a; background:#a1da3e;
  border-radius: 2em; padding: .25em .9em; margin-left: 1em; vertical-align: middle;
}
.stepmain p{ font-size: .95vw; line-height: 1.8; color: rgba(255,255,255,.55); max-width: 40vw; }
.stepout span{ font-size:.78vw; color:#a1da3e; letter-spacing:.12em; display:block; margin-bottom:.6vw; }
.stepout p{ font-size:.92vw; line-height:1.7; color: rgba(255,255,255,.75); }

/* ═══ 移动端 ═══ */
@media (max-width: 768px){
  #slidephoto, #view{ display:none !important; }   /* 悬停图层是鼠标交互,触屏隐藏 */
  #nav{ padding: 5vw 6vw; }
  #rightnav{ display:none; }                        /* 顶部链接收进汉堡 */
  #leftglobe{ display:none; }
  #freelance{ right:6vw; top:30vh; }
  #freelance h1{ font-size:6.4vw; }
  #denis h1{ font-size:16vw; }
  #helpingbrand h1{ font-size:6.6vw; line-height:1.5; }
  #helpingbrand p{ font-size:3.8vw; line-height:1.9; margin-top:6vw; }
  #one, #two{ padding: 10vw 6vw; height:auto; }
  .stext{ padding-left:6vw; padding-right:6vw; }
  .stext h1{ font-size:8.5vw; white-space:nowrap; }
  .stext p{ font-size:3vw; text-align:right; margin-left:4vw; }
  #stats{ grid-template-columns: repeat(2, 1fr); gap:7vw 4vw; }
  #gallery{ padding-top:10vw; margin-top:10vw; }
  #process{ padding-top:10vw; margin-top:10vw; }
  #processhead{ flex-direction:column; gap:2vw; margin-bottom:6vw; }
  #processhead h2{ font-size:7vw; }
  #processhead p{ font-size:3.4vw; }
  .step{ grid-template-columns: 1fr; gap:2.5vw; padding:6vw 0; }
  .step b{ font-size:3.6vw; }
  .step h3{ font-size:5.4vw; }
  .step h3 em{ font-size:2.8vw; }
  .stepmain p{ font-size:3.5vw; max-width:100%; }
  .stepout span{ font-size:2.9vw; margin-bottom:1.5vw; }
  .stepout p{ font-size:3.4vw; }
  #galleryhead{ flex-direction:column; gap:2vw; margin-bottom:8vw; }
  #galleryhead h2{ font-size:7vw; }
  #galleryhead p{ font-size:3.4vw; }
  #gallerygrid{ grid-template-columns:1fr; gap:4vw; }
  .case{ padding:5.5vw 5vw; border-radius:2.5vw; }
  .case span{ font-size:3vw; }
  .case h3{ font-size:5.2vw; margin:2vw 0 1.5vw; }
  .case p{ font-size:3.4vw; }
  .case i{ top:5vw; right:5vw; font-size:4vw; }
  .stat h2{ font-size:9vw; }
  .stat p{ font-size:3.2vw; }
  #phases{ grid-template-columns: 1fr; gap:8vw; }
  .phase span{ font-size:3.2vw; }
  .phase h3{ font-size:5.6vw; margin:2vw 0; }
  .phase p{ font-size:3.6vw; }
  #four{ height:auto; padding: 16vw 6vw 8vw; display:flex; flex-direction:column; align-items:flex-start; gap:9vw; }
  #ficon, #getintouch, #buttons, #amarjeet, #fline{ position:static; }
  #lfticon{ width:12vw; height:12vw; }
  #ficon{ flex-direction:column; align-items:flex-start; gap:4vw; width:100%; }
  #ficon h1{ font-size:10vw; line-height:1.3; text-align:left; }
  #ficon h1 span{ margin-left:0; }
  #amarjeet h1{ padding:0 3vw; }
  #getintouch{ width:34vw; height:34vw; align-self:center; }
  #getintouch h1{ font-size:4.5vw; }
  #buttons{ flex-direction:column; gap:4vw; width:100%; }
  #fleftbtn, #frightbtn{ width:100%; height:13vw; margin:0; }
  #fleftbtn a, #frightbtn a{ font-size:4vw; }
  #amarjeet{ width:100%; justify-content:center; }
  #amarjeet h1{ font-size:3vw; text-align:center; }
}
