.fullpage-wrapper{position:relative;height:100vh;overflow:hidden;font-family:Arial,sans-serif}.container-scroll{transition:transform .8s ease;transform:translateZ(0)}.section{display:flex;justify-content:center;align-items:center;text-align:center;width:100vw;height:100vh}.section-auto{height:auto}.circle-box{position:fixed;top:-100px;height:100vh;left:50%;margin-left:-100px;opacity:0;transition:opacity .3s ease;z-index:100}.circle-content{border-radius:100px}.circle-content,.first-red{width:200px;height:200px;background:red}.first-red{position:absolute;left:50%;bottom:-100px;border-radius:50%;margin-left:-100px;transition:opacity .3s ease}.nav-dots{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:1000}.nav-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);margin:10px 0;cursor:pointer;transition:all .3s ease}.nav-dot.active{background:white;transform:scale(1.2)}