
:root {
    --header-width: 480px;
    --yello-color: #FFB30D;
}
a {
    text-decoration: none;
    color: unset;
}
#header {
    position: fixed;
    z-index: 99;
    top: 62px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#header .logo {
    width: calc((100% - var(--header-width)) / 2);
    position: relative;
    display: flex;
    align-items: center;
}
#header .logo a {
    font-family: Roboto;
    padding-left: 40px;
    position: absolute;
    display: block;
    font-size: 30px;
    font-weight: 900;
    color: var(--yello-color);
    white-space: nowrap;
}
#header .logo .logo-img {
    position: absolute;
    left: 80px;
}
#header .menu {
    width: var(--header-width);
    display: flex;
    justify-content: space-between;
}
#header .icon {
    width: calc((100% - var(--header-width)) / 2);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#header .icon img {
    cursor: pointer;
}
#header .icon .bar {
    background-color: #A9A9AB;
    width: 1px;
    height: 10px;
}
#header .icon .zone {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .icon .zone.link {
    width: 49px;
}
#header .icon .zone .margin {
    padding-left: 7px;
}
#header .icon .padding {
    padding-right: 39px;
}
#header a {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 180%;
    color: white;
}

#main {
    position: relative;
    width: 100%;
    height: 283px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#main .back,
#main .house,
#main .title {
    position: absolute;
}

#main .back {
    top : 237px;
    opacity: 0;

}
#main .house {
    top:100px;
    opacity: 0;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
        height: 220px;
}
#main .house-img {
    width: 190vw;
    max-width: 1050px;
}
#main .back.animation {
    top : 137px;
    opacity: 1;
}
#main .house.animation {
    top: 70px;
    opacity: 1;
}
#main .title {
    color: white;
    top: 770px;
    font-family: Nunito Sans;
    font-style: normal;
    font-size: 18px;
    line-height: 180%;
    font-weight: 100;;
}
#main .title .subject {
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;

}
#main .title .subject span {
    color: var(--yello-color);
}
#story {
    width: 100%;
    height: 1003px;
    background: linear-gradient(0deg, #141F6C 0%, #0D133B 100%);
    position: relative;
    overflow: hidden;
}
#story .highlight-icon {
    width: 950px;
    top: 210px;
    
    opacity: 0;
    position: absolute;
    left: calc(30% - ((950px) / 2) - 100px);
    
}
#story .highlight-icon.animation {
    left: calc(30% - ((950px) / 2));
    opacity: 1;
    transition: all 1000ms;
}
#story .outer {
    position: absolute;
    width: 700px;
    left: calc(50% + 20px);
    top: 86px;
}
#story .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 70px;
}
#story .title .color {
    color: var(--yello-color);
    font-weight: 400;
    font-size: 30px;
}
#story .title .border {
    border-bottom: 6px solid;
    display: inline-block;
    height: 80px;
    font-size: 64px;
}
#story .title .logo {
    position: absolute;
    top: 25px;
    left: 220px;
}

#story .item {
    margin-top: 30px;
    margin-left: 100px;
    opacity: 0;
}
#story .item.animation {
    margin-left: 0px;
    opacity: 1;
} 
#story .item .title .num {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    /* identical to box height, or 100% */
    text-align: center;
    color: #FFC200;
    margin-right: 20px;
}
#story .item .title {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 180%;
    letter-spacing: -0.045em;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
#story .item .body {
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 180%;
    color: #FFFFFF;
    width: 450px;
}
#story .arrow {
    position: absolute;
    bottom: 47px;
    left: calc(50% - 20px);
    cursor: pointer;
}   

#nft {
    position: relative;
    width: 100%;
    height: 910px;
    background-image: url(/img/nft/background.png), linear-gradient(0deg, #5f5f5f 0%, #141e6b 100%);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nft .title {
    top: 110px;
    position: absolute;
    text-align: center;
    color: white;
    font-family: 'Nunito Sans';
    font-size: 30px;
}
#nft .title .color {
    color: var(--yello-color);
}
#nft .title .subject {
    font-size: 50px;
    font-weight: 800;
}
#nft .item {
    height: 327px;
    width: 337px;
    background-image: url(/img/nft/item.png);
    background-position: -10px -16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 46px;
    position: relative;
}
#nft .item img {
    position: absolute;
    width: 92%;
    border-radius: 10px;
}
#nft .loop-box {
    top: 302px;
    position: absolute;
    width: 100%;
    height: 330px;
    overflow: hidden;
}
#nft .loop {
    white-space: nowrap;
    position: absolute;
    width: 2031px;
    height: 330px;
    left: 0px;
    transition: all 40000ms;
    transition-timing-function: linear;
    animation: move-nft-items 40000ms linear infinite;
}
@keyframes move-nft-items {
    100% {
        left: -2031px;
    }
}
#nft .bt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 765px;
    width: 388px;
    height: 60px;
    cursor: pointer;
    background: linear-gradient(90deg, #FFC200 0%, #8C6B00 104.12%);
    border: 0.5px solid #FFC200;
    border-radius: 12px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}
#roadmap {
    position: relative;
    width: 100%;
    height: 1575px;
    background: linear-gradient(0deg, #141F6C 0%, #0D133B 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
#roadmap .title {
    margin-top: 148px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 900;
    font-size: 72px;
    line-height: 40px;
    /* identical to box height, or 56% */

    text-align: center;

    /* Texts/heading */

    color: #DDE3F0;

}
#roadmap .title span {
    color: #FFC200;
}

#roadmap .outter {
    position: absolute;
    width: 1268px;
    top: 255px;
}
#roadmap .item {
    position: absolute;
    width: 379px;
    height: 259px;
    display: inline-block;

    margin-top: 50px;
    opacity: 0;

    
}
#roadmap .item.animation {
    margin-top: 0px;
    opacity: 1;
    transition: all 1000ms;
}
#roadmap .item:nth-child(1) {
    top: 0px;
    left: 0px;
}
#roadmap .item:nth-child(2) {
    top: 0px;
    left: 440px;
}
#roadmap .item:nth-child(3) {
    top: 0px;
    left: 889px;
}
#roadmap .item:nth-child(4) {
    top: 375px;
    left: 889px;
}
#roadmap .item:nth-child(5) {
    top: 375px;
    left: 440px;
}
#roadmap .item:nth-child(6) {
    top: 375px;
    left: 0px;
}
#roadmap .item:nth-child(7) {
    top: calc(375px * 2);
    left: 0px;
}
#roadmap .item:nth-child(8) {
    top: calc(375px * 2);
    left: 440px;
}
#roadmap .item:nth-child(9) {
    top: calc(375px * 2);
    left: 889px;
}
#roadmap .line {
    border-style: dotted;
    border-color: #FFC200;
    position: absolute;
    border-width: 4px;
}
#roadmap .desk {
    border-width: 4px;
}
#roadmap .horizon {
    border-right: unset;
    border-left: unset;
    border-bottom: unset;
}
#roadmap .vertical {
    border-top: unset;
    border-left: unset;
    border-bottom: unset;
}
#roadmap .desk-line:nth-child(10) {
    top: 41px;
    left: 258px;
    width: 300px;
}
#roadmap .desk-line:nth-child(11) {
    top: 41px;
    left: 704px;
    width: 300px;
}
#roadmap .desk-line:nth-child(12) {
    top: 276px;
    left: 1078px;
    height: 76px;
}
#roadmap .desk-line:nth-child(13) {
    top: 419px;
    left: 704px;
    width: 300px;
}
#roadmap .desk-line:nth-child(14) {
    top: 419px;
    left: 258px;
    width: 300px;
}
#roadmap .desk-line:nth-child(15) {
    top: 646px;
    left: 185px;
    height: 76px;
}
#roadmap .desk-line:nth-child(16) {
    top: 790px;
    left: 258px;
    width: 300px;
}
#roadmap .desk-line:nth-child(17) {
    top: 790px;
    left: 704px;
    width: 300px;
}
#roadmap .item .per {
    top: 0px;
    left: 141px;
    position: absolute;
    width: 96px;
    height: 96px;
    background: #0F1748;
    box-shadow: 0px 0px 15px #ffc200;
    z-index: 2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 146.5%;
    text-align: center;
    color: #FFFFFF;
}
#roadmap .item .per.light {
    background-color: #FFC200;
}
#roadmap .item .description {
    top: 63px;
    position: absolute;
    width: 379px;
    height: 196px;
    background: #080F3F;
    border-radius: 20px;
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 146.5%;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
#roadmap .item .description.light {
    border: 2px solid #ffc200;
}
#roadmap .item .complete {
    position: absolute;
    top: 184px;
    left: 298px;
    width: 111px;
    height: 98px;
    background-image: url(/img/roadmap/complete.png);

}
#tag {
    width: 100%;
    height: 690px;
    background: linear-gradient(0deg, #141F6C 0%, #0D133B 100%);
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}
#tag .title {
    position: absolute;
    top: 134px;
}
#tag .list {
    top: 282px;
    position: absolute;
    
}
#tag .list .item {
    opacity: 0;
    top: 50px;
    width: 200px;
    border-radius: 100%;
    display: inline-block;
    margin: 0px 40px 0px 40px;
    
}
#tag .list .item img {
    width: 100%;
    border-radius: 100%;
}
#tag .list .item .name {
    color: white;
    font-family: 'Nunito Sans';
    text-align: center;
    padding-top: 20px;
}
#tag .list .item.animation {
    opacity: 1;
    top: 0px;
}
#tag .list .item .name span {
    font-size: 25px;
    font-weight: 300;
}

.animation {
    transition: all 500ms;
}
#tag .title {
    top: 110px;
    position: absolute;
    text-align: center;
    color: white;
    font-family: 'Nunito Sans';
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
}
#tag .title .logo {
    font-family: Roboto;
    font-size: 30px;
    font-weight: 900;
    color: var(--yello-color);
}
#tag .title .bold {
    font-weight: 700;
}

.text {
    width: calc(100% - 30px);
    max-width: 570px;
    margin: 0 auto;
    font-size: 20px;
    padding-bottom: 80px;
    z-index: 10;
    position: relative;
}
.bold {
        font-weight: 800;
    font-size: 26px;

}