body{
    width: 100%;
    margin: auto;
    overflow-x: hidden;
    background-attachment: fixed;
    font-family: "Honk", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
    "MORF" 15,
    "SHLN" 50;
}

.main-background{
    background-image: url(../Img/BackImg/starry-sky@1920.jpg);
    background-color: rgb(13, 11, 25);
}

.road-back-start{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(../Img/BackImg/ye-kongni-huiku-xing.jpg);
    background-size: contain;
}

.road-back-logo{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 500px;
    height: 500px;
    opacity: 0;
}

.road-random-img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30.24px;
    height: 30.24px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px rgb(73, 54, 193);
    opacity: 0;
}

#gridContainer{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
}

.main-road-js{
    opacity: 0;
}

header{ 
    grid-area: 1 / 1 / 2 / 6;
    background-color: rgb(108,89,131,0.65);
    display: flex;
    padding: 10px 0px 10px 0px;
    width: 100%;
    z-index: 5;
    height: auto;
}

.header-fixed{
    position: fixed;
    top: -117px;
}

header img{
    margin-left: 35px;
    width: 115px;
    height: 81.75px;  
}

.nav-menu{ 
    display: flex;
    justify-content:flex-end;
    width: 100%;
}

.nav-P{
    display: flex;
    justify-content: flex-end;
    margin: auto 50px auto 50px;
    font-size: 35px;
}

nav a{
    text-decoration: none;
}

/*.picture-upload{
    position: relative;
    top: 36px;
    right: 10px;
}*/

.hamburger-button{
    display: none;
    width: 50px;
    height: 45px;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    top: 25%;
    left: 88%;
    border: 0;
    z-index: 9;
}

.hamburger-button-bar{
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    right: 0px;
    background-color: #6b06df;
    z-index: 9;
}

.hamburger-button-bar:nth-child(1){
    top: 0;
}

.hamburger-button-bar:nth-child(2){
    top: 50%;
}

.hamburger-button-bar:nth-child(3){
    top: 100%;
}

.slider{
    grid-area: 2 / 1 / 3 / 6;
    left: -130px;
    position: relative;
    height: auto;
    top: 65px;
}

.bxslider li {
    display: flex;
    margin: 0;
    width: 150.24px;
    height: 150.24px;
    list-style: none;
    position: absolute;
}

.bxslider img{
    width: 150.24px;
    height: 150.24px;
}

.svgContainer{
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 3;
    top: -65px;
    left: 130px;
}

svg{
    background-image: url(../Img/BackImg/s5PeOSfaeaBAqzB1753369902_1753370039.png);
    background-size: 500px, 146.8px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(255, 255, 255, 0.15);
}

/*.gsap-main-text { 
    grid-area: ;
    margin: 0;
    height: auto;
    position: relative;
    top: -6px;
}

.gsap-split{
    text-align: center;
}

.gsap-text{
    font-size: 50px;
    color: aqua;
    position: relative;
    z-index: 3;
    top: -755px;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.main-contents-button{
    grid-area: 3 / 1 / 4 / 2;
    /*margin: 0;
    width: 100%;*/
    margin: 10px 10px;
    width: 90%;
    height: 1215px;
    /*border: 8mm ridge rgba(15, 64, 191, 1);
    background-color: rgba(255, 255, 255, 0.15);*/
    border-radius: 15px;
    background-color: rgb(124 113 201 / 15%);
    box-sizing: border-box;
    overflow: auto;
}

.main-contents-button::-webkit-scrollbar{
    display: none;
}

.content-button-ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0;
    flex-wrap: wrap;
}

.content-button-li{
    position: relative;
    flex-basis: auto;
    list-style: none;
    width: 320px;
    height: auto;
    margin: 15px;
    z-index: 3;
    cursor: pointer;
    max-width: 85%;
}

.content-button-img-frame{
    max-width: 100%;
    height: auto;
}

.content-button-img{
    position: absolute;
    top: 5%;
    z-index: -1;
    left: 5%;
    max-width: 85%;
    max-height: 85%;
    height: 80%;
    width: 100%;
}

.content-button-li p{
    position: absolute;
    top: 26%;
    left: 50%;
    font-size: clamp(1vw, 60px, 3vw);
    color: aqua;
    z-index: 3;
    transform: translate(-50%, -50%);
}

.upload-form{
    grid-area: 4 / 1 / 5 / 2;
    /*margin: 0;
    width: 100%;*/
    margin: 10px 10px;
    width: 90%;
    height: 300px;
    /*border: 8mm ridge rgba(15, 64, 191, 1);
    background-color: rgba(255, 255, 255, 0.15);*/
    border-radius: 15px;
    background-color: rgb(116 132 192 / 15%);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.upload-select{
    width: 100%;
    max-height: 100%;
}

label{
    color: #ffffff;
    background-color: #6b06df;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    top: 50px;
    left: 130px;
    position: relative;
}

input[type="file"]{
    display: none;
}

.upload-button-p{
    margin: 10px;
    position: relative;
    top: 65px;
    display: flex;
    overflow-wrap: anywhere;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-clamp: calc();
}

.upload-button{
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 300px;
}

.upload-button img{
    max-height: 100%;
    width: 100%;
    position: relative;
    left: 5px;
}

.upload-button img:hover{
    background-color: rgba(255, 255, 255, 0.15);
}

.main-contents{
    grid-area: 3 / 2 / 5 / 6;
    margin: 10px 0;
    height: 1215px;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
}

.main-contents::-webkit-scrollbar{
    width: 15px;
}

.main-contents::-webkit-scrollbar-thumb{
    background: #581b70;
    border: 1px solid #000000;
    border-radius: 5px;
}

.main-contents-section{
    position: relative;
    top: -125px;
}

.main-content-ul{
    display: flex;
    margin: 0px 30px 35px 30px;
    flex-wrap: wrap;
    position: absolute;
    top: 20px;
    padding: 0px 0px 35px 50px;
    align-items: center;
    justify-content: center;
}

.main-content-li{
    position: relative;
    flex-basis: auto;
    list-style: none;
    /*margin: 100px 130px 150px 150px;
    padding: 60px;*/
    z-index: 5;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}

.main-content-img{
    position: absolute;
    top: 33px;
    z-index: 1;
    left: 33px;
}

.main-content-img-Photos{
    position: absolute;
    top: 60px;
    left: 60px;
    box-shadow: 13px 15px 20px 30px rgb(30 28 39);
}

.road-main{
    position: sticky;
    /*top: 930px;*/
    cursor: pointer;
    z-index: 3;
    width: 150px;
    left: 21px;
}

.main-loading-hide{
    display: none;
}

.main-loading{
    background-image: url(../Img/BackImg/clBlue30_50_96.gif);
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 3;
    top: 45%;
    left: 60%;
    width: 96px;
    height: 96px;
}

.original-img-background, .hamburger-button-background{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.89);
    z-index: 6;
}

.main-contents-original{
    position: fixed;
    z-index: 6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
}

.original-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.original-img-js{
    width: 100%;
    max-height: 100%;
}

footer{ 
    grid-area: 5 / 1 / 6 / 6;
    background-color: #6c5983;
    text-align: center;
}

.footer-text{
    font-size: 20px;
    margin: 20.5px;
}