/* All Setting */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
/* ------------------------------------------------------------------------------------ */
/* main_page */
.main_page{
    background-image: url("/static/Background-image/main_background_img.db86b816d090.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: -apple-system, BlinkMacSystemFont,"Microsoft JhengHei", sans-serif;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.main_page h1{
    text-align: center;
    margin: 150px 0px;
    color: white;
    font-size: 40px;
    font-weight: 500;
}
.main_page .button{
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 615px;
}
.main_button{
    background: linear-gradient(to right,
    rgba(255, 45, 45), rgba(49, 49, 255));
    color: rgb(255, 255, 255);
    margin: 20px;
    font-weight: 400;
    font-size: 20px;
    padding: 20px;
    border-radius: 40px;
    text-decoration: none;
    box-shadow: 5px 8px 15px rgb(143, 143, 143);
}
.main_button:hover{
    background: linear-gradient(to right,
     rgba(255, 45, 45, 0.85), rgba(49, 49, 255, 0.85));
}
.main_button:active{
    background: linear-gradient(to right,
    rgba(255, 45, 45, 0.6), rgba(49, 49, 255, 0.6));
}
.download-button{
    padding: 15px;
    margin: 20px;
    background: linear-gradient(to right, #4facfe, #00f2fe);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 0 8px 15px rgb(143, 143, 143);
}
.download-button:hover {
    background: linear-gradient(to right, #43e97b, #38f9d7);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}
.main_page footer{
    margin-bottom: 15px;
    color: white;
    text-align: center;
}
@media screen and (min-width: 601px) and (max-width: 1600px) {
    .main_page h1{
        text-align: center;
        margin:100px 0px;
    }
    .main_page .button{
        flex-direction: column;
        width: 65%;
        max-width: 700px;    
    }
    .main_page footer{
        margin-bottom: 20px;
        color: white;
        text-align: center;
    }
    .download-button{
        position: relative;
        margin:100px auto;
    }
}

@media screen and (max-width: 600px) {
    .main_page h1{
        text-align: center;
        margin:100px 0px;
    }
    .main_page .button{
        margin: 240px 0px;
        flex-direction: column;
        width: 75%;       
    }
    .main_page .button{
        position: relative;
        bottom: 225px
    }
    .download-button{
        position: relative;
        margin:100px auto;
    }
}

/* ------------------------------------------------------------------------------------ */
/* Sightseeing_page */
.Sightseeing_body{
    background: linear-gradient(0.25turn, #45a3cb, #ebf8e1, #ffab51);
}
#Sightseeing_page{
    font-family:"Microsoft JhengHei", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
#Sightseeing_page .Sightseeing_title{
    position: relative;
    height: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#Sightseeing_page .Sightseeing_button{
    position: absolute;
    bottom: 0;
}
.page_button{
    position: relative;
    background: linear-gradient(to right, rgba(54, 54, 54, 0.847), rgb(128, 128, 128));
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 25px;
    margin: 10px ;
    padding: 15px 20px 15px;
    border-radius: 200px;
    text-decoration: none;
}
.page_button:hover{
    position: relative;
    background: linear-gradient(to right, rgba(54, 54, 54, 0.618), rgba(128, 128, 128, 0.607));
}
.page_button:active{
    background: rgb(173, 173, 173);
}
.Sightseeing_contect {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    position: relative;
}
.content-column {
    top: 100px;
    display: flex;
    flex-direction: column;
    margin: 3px;
    position: relative;
}
.content-column .content-row{
    display: flex;
    flex-direction: row;
}
.content-row .go_top_button{
    position: relative;
    right: 90px;
    top: 175px;
}
.Sightseeing_contect h1{
    margin: 20px 0px;
}
.content-row img{
    margin-right: 30px;
}
#top{
    position: fixed;
    bottom: 1px;
    right: 1px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 20px;
    padding: 15px;
    background-color: #5c5c5cf9;
    border-radius: 1000px;
    text-decoration: none;
}
@media screen and (min-width: 680px) and (max-width: 1430px){
    .Sightseeing_contect {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 70%;
        margin: 0 auto;
        position: relative;
    }
    .content-column {
        top: 100px;
        display: flex;
        flex-direction: column;
        margin: 3px;
        position: relative;
    }
    .content-column .content-row{
        display: flex;
        flex-direction: column;
    }
    .content-row .go_top_button{
        position: absolute;
        left: 350px;
        top: 30px;
    }
    .content-row img{
        margin-right: 30px;
        max-width: 500px;
    }
    .content-row h2{
        margin: 30px 0px;
    }
} 
@media screen and (min-width: 0px) and (max-width: 679px){
    #Sightseeing_page .Sightseeing_button{
        position: absolute;
        top: 650px;
        display: flex;
        flex-direction: column;
    }
    .page_button{
        position: relative;
        background: linear-gradient(to right, rgba(54, 54, 54, 0.847), rgb(128, 128, 128));
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 25px;
        margin: 10px ;
        padding: 15px 100px 15px;
        border-radius: 200px;
        text-decoration: none;
    }
    .Sightseeing_contect {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 70%;
        margin: 0 auto;
        position: relative;
        top: 200px;
    }
    .content-column {
        top: 100px;
        display: flex;
        flex-direction: column;
        margin: 3px;
        position: relative;
    }
    .content-column .content-row{
        display: flex;
        flex-direction: column;
    }
    .content-row .go_top_button{
        position: absolute;
        left: 350px;
        top: 30px;
    }
    .content-row img{
        margin-right: 30px;
        max-width: 500px;
    }
    .content-row h2{
        margin: 30px 0px;
    }
} 
/* ------------------------------------------------------------------------------------ */
/* wedding_page */
.wedding_page {
    background: linear-gradient(to right, #ff037d95, #ffb6a2);
    font-family: '微軟正黑體', "sans-serif"; 
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;

}
.wedding_titld{
    color: #ff4d00;
}
.wedding_page h1{
    color: #ff0000;
    font-size: px;
}
.wedding_page h3{
    color: rgb(255, 255, 0);
    font-size: 20px;
}
.wedding_page li{
    font-size: 25px;
    text-align: left;
}
/* ------------------------------------------------------------------------------------ */
/* tqc_page */
.tqc_page {
    background-image: radial-gradient(circle, rgb(255, 6, 6), blue);
    padding: 50px;
    font-family: '微軟正黑體', "sans-serif"; 
}
.tqc_page img{
    max-height: 100%;
}
.tqc_title {
    font-size: 2.5em;
    text-align: left;
    font-weight: 900;
    letter-spacing: 2px;
    color: #ffcc00;
    margin-bottom: 20px;
}
.tqc_page p {
    color: #f1f1f1;
    font-size: 20px;
}
.tqc_page .content {
    font-size: 20px;
    padding: 20px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.642); 
    border-radius: 50px;
    margin-bottom: 15px;
    list-style-type: none;
}
.tqc_page li {
    margin: 10px;
    font-size: 17px;
    line-height: 1.6;
}

.tqc_page h2{
    color: #ffff00ca;

}
.tqc_page li::before {
    content: "-> ";
    color: orange;
    font-weight: bold;
}
.tqc_page hr {
    height: 3px;
    background: #bb00ff;
}
/* ------------------------------------------------------------------------------------ */
/* adobe_page */
.adobe_page{
    background: linear-gradient(to left, #1a1a1a, #7b7b7b 60%,
     #ff0101 100%, #393939 75%);
     color: white;
     max-width: 1000px;
}
.adobe_page .adobe_contect{
    font-size: 15px;
}
.adobe_block td{
    width: 100px;
    padding: 1px 5px;
}
/* ------------------------------------------------------------------------------------ */
/* form_page */
.form_page{
    background: repeating-linear-gradient(45deg, 
    #606dbc, #606dbc 10px, #465298 10px, #465298 20px);;
    font-family: 微軟正黑體, "sans-serif"; 
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.form caption{
    font-size: 50px;
    color: red;
}
.form {
    margin: 100px;
    width: 70%;
    height: 70%;
    border-collapse: collapse;
}
.form th, .form td {
    color: white;
    border: 1px solid #ffffff;
    padding: 8px 12px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

.form th {
    background-color: #333;
    color: rgb(255, 255, 255);
}
/* ------------------------------------------------------------------------------------ */
/* mp2_page */
.mp2_page{
    background: linear-gradient(to bottom right , #c5d5fa, #c3dc99);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;   
}    
.mp2-contect{
    display: flex;
    flex-direction:column;
    margin: 250px;
    text-align: center;
    max-width: 500px;
    transform: scale(1.5);
    
}
.mp2-contect img{
    height: 150px;
}
.mp2-contect p{
    position: relative;
    bottom: 320px;
    left: 37px;
    max-width: 425px;
    font-size: 13px;
}
/* ------------------------------------------------------------------------------------ */
/* marry_photo_page */
.marry_photo_page{
    /* background: rgb(226, 226, 238); */
    display: flex;
    flex-direction: column; 
    align-items: center;        
    min-height: 100vh;
    
}
.marry_photo_contect{
    background-size: cover;   
    bottom:25px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 800px;
    width: 700px;
    text-align: center;
    font-size: 20px;
}
.marry_photo_contect .Photo{
    position: relative;
    margin: 10px 10px 50px 10px;
    border: 0.5px solid rgb(182, 182, 182);
    bottom: 720px;
}
.marry_photo_contect .border{
    position: absolute;
    top: 0; 
    right: 0; 
}
.marry_photo_contect .footer{
    position: absolute;
    top: 25px;

}
/* ------------------------------------------------------------------------------------ */
/* paper_page */

.paper_page{
    background-image: url("/static/Background-image/paper_background.0f81be9f8cf8.jpg");
    font-size: 20px;
    font-family: "新細明體", Courier, monospace;
    font-weight: 600;
}
.paper_page .p1{
    margin-left: 6em; /* 縮排4字元(total段落) 1em == 1字元*/
    text-indent: -4em; /* 首行移動(first line)4字元 */
}
.paper_page .p2{
    margin-left: 7.5em;
    text-indent: -2.5em;
}
/* ------------------------------------------------------------------------------------ */
/* audio_page */
.audio_page{
    position: relative;
}
.audio_page img{
    position: absolute;
    width: 500px;
}
.audio_page{
    background: url("/static/Background-image/earth.8cd50edf8a3a.gif");
    background-size: 50px 50px; 
}
.audio_contect {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 1200px;
}
.audio_contect audio{
    position: absolute;
    bottom: 0px; 
    z-index: 100; 
}
.video{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 100px;
}  
.video video{
position: relative;
top:15px;
z-index: 10; 
}
.video img {
position: absolute;
z-index: 1; 
transform: scale(1.3);
height: 380px;
}
.audio_contect iframe{
    position: absolute;
    top: 0;
}  
/* ------------------------------------------------------------------------------------ */
/* #Pair_all */
.Pari_page{
    background-image: url("/static/Background-image/pari_paper_background.9189e1e2958a.jpg");
    background-size: cover;  
    display: flex;
    flex-direction: row;
    height: 100vh;
    font-family: 微軟正黑體, "sans-serif"; 
    font-weight: 600;
    font-size: 20px;
}


#Pari_main_contect{
    margin: 12px 0px 0px 25px;
}

/* ok */
#Pari_main{
    text-align: left;
    margin-left: 175px;
}
#web_button{
    background-image: url("/static/Pairs_img/menu.b5c251dcc360.gif") !important;
    background: black;
    background-repeat: no-repeat;
    position: fixed;
    height: 100vh; 
    width: 175px;
}
.Pari_button{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 200px;
}
.Pari_page .Pari_top_img{
    background: black;
    height: 48px;
}
.Pari_button a{
    background: rebeccapurple;
    color: rgb(255, 255, 255);
    margin: 5px;
    font-weight: 400;
    font-size: 17px;
    padding: 5px 35px 5px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 5px 8px 15px rgb(143, 143, 143);
}
.Pari_button a:hover{
    background: rgba(102, 51, 153, 0.850);
}
.Pari_button a:active{
    background: rgb(102, 51, 153, 0.60);
}
/* ------------------------------------------------------------------------------------ */
/* Main_Museum_page */
#Main_Museum_page{
    display: flex;
    flex-direction: column;
    font-family: 微軟正黑體, "sans-serif";
}
#Main_Museum_page nav{
    background-color:rgb(52, 58, 64) !important ; 
    position: fixed;
    height: 60px;
    z-index: 999;
    width: 100%;
    align-items: center;
}
#Main_Museum_page #navbar{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
}
#Main_Museum_page nav #text{
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    margin: 10px 10px 10px 30px;
}
#Main_Museum_page nav h1{
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin: 10px;
    display: flex;
    align-items: center;
}
#Main_Museum_page nav .text #nav_button{
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin: 15px;
    text-decoration: none;
}
#Main_Museum_page nav #login{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#Main_Museum_page nav #login input{
    border-radius: 15px;
    height: 40px;
    border-style: none;
    padding-left: 20px;
    margin: 0 10px;
}
#hamburger_bt{
    background-color: white;
}
.Museum_page_contect{
    margin: 75px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Museum_page_contect #Prompt_text{
    background-color: rgb(212, 237, 218);
    width: 100%;
    height: 60px;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    text-align: center;
}
.Museum_page_contect #Prompt_text p{
    height: max-content;
    margin-top: 20px;
    font-size: 20px;
    padding-left: 20px;
}
.Main_contect{
    margin-top: -10px;
    position: relative;
    width: auto;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.Museum_page_contect #main_photo {
    width: 100%;
    max-width: 1110px;
    min-width: 100px;
    height: auto;
}
.Main_contect img{
    height: 200px;
    width: 347.5px;
}
.travel_block{
    position: relative;
    border: 2px solid rgb(239, 239, 239);
    height: 450px;
    width: 350px;
    margin: 10px;
}
.travel_block .text{
    padding: 15px;
}


#Main_Museum_page footer{
   text-align: center;
}

@media (max-width: 992px) {
    #myNavbarCollapse{
        background-color: #7b7b7b;
        border-radius: 10px;
    }
    #Main_Museum_page #login{
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    #Main_Museum_page nav .text{
        border-radius: 10px;
        color: rgb(0, 0, 0);
    }

}
/* ------------------------------------------------------------------------------------ */
/* Art_page */
#Main_Museum_page header{
    background-color: rgb(233, 236, 239);
    margin-top: 50px;
    height: 330px;
    width: auto;
}
#Main_Museum_page header .title_text{
    position: relative;
    margin: 0 auto;
    max-width: 1110px;
    width: auto;
    height: 330px;
    padding: 0 50px;
}
#Main_Museum_page header .title_text h1{
    padding-top: 60px;
}
#Main_Museum_page header .title_text p{
    padding: 10px 0px;

}
#Main_Museum_page header .title_text button{
    background-color: blue;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    color: white;
}
.art_contect{
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}
#Main_Museum_page .art_contect img{
    height: 430px;
    width: 445px;
}
.art_introduce{
    display: flex;
    flex-direction: row;
    width: auto;
}
.art_contect .art_second_title{
    padding-left: 20px;
}
.art_introduce .flex_column{
    display: flex;
    flex-direction: column;
}
.art_introduce .flex_column{
    padding: 10px 20px;
}

.art_contect hr{
    margin: 15px;
}
@media screen and (min-width: 0px) and (max-width: 1150px){
    .art_introduce{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .art_introduce .flex_column{
        text-align: center;
    }
    .art_introduce .flex_column p{
        width: 80%;
        margin: 0 auto;
    }
    #Main_Museum_page header .title_text h1{
        text-align: center;
    }
    #Main_Museum_page header .title_text p{
        text-align: center;
    }
    #Main_Museum_page header .title_text{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #Main_Museum_page header .title_text button{
        margin: 0 auto;
        width: 100px;
    }
    .art_contect{
        text-align: center;
    }
    #Main_Museum_page .art_contect img{
        transform: scale(0.8)
    }
    #Main_Museum_page header .title_text h1{
        padding-top: 10px;
    }
}
/* ------------------------------------------------------------------------------------ */
/* GOOD_TO_GO page */
#good_to_go_page{
    display: flex;
    flex-direction: column;
    font-family: 微軟正黑體, "sans-serif";
    margin: 0 auto;
}
#good_to_go_page nav{
    background-color: #d5d5d5 !important;
    position: fixed;
    height: 65px;
    width: 100%;
    z-index: 999;
}
#good_to_go_page #secondNavbar a{
    color: rgb(0, 0, 0);
    position: relative;
    top: 5px;
    font-size: 15px;
    font-weight: 400;
    margin: 15px;
    text-decoration: none;
}
.good_to_go_contect{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.good_to_go_contect .title_text button{
    color: rgb(255, 255, 255);
    margin-top: 50px;
    font-weight: 600;
    font-size: 20px;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 5px 8px 15px rgb(143, 143, 143);
}
.banner_container {
    position: relative;
}
.top_img {
    position: relative;
    width: 100%;
}

.good_to_go_contect .title_text {
    position: absolute;
    top: 50%;
    left: 15%;
}
#good_to_go_page .publicity{
    display: flex;
    flex-direction: row;
}
#good_to_go_page hr{
    width: 1150px;
    margin: 0 auto;
}
#good_to_go_page .main_title{
    margin: 10px auto;
    text-align: center;
}
.publicity{
    width: auto;
    margin: 30px auto;
}
.publicity .publicity_contect{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.publicity .publicity_contect img{
    max-height: 500px;
    max-width: 500px;
}
.publicity .publicity_contect h1{
    margin: 50px auto;
}
.publicity .publicity_contect p{
    margin: 0px 20px 50px;
    text-align: center;
}

.phone_contect{
    background-image: url("/static/GOOD_TO_GO_img/bg-1.b68871ec6456.jpg");
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: row;
}
.phone_contect .phone{
    position: relative;
    left: 20%;
    display: flex;
    align-items: center;
}
.phone_contect .access{
    position: relative;
    left: 5%;
    color: white;
    width: 40%;
}
.phone_contect .phone p{
    margin: 30px auto;
}
.phone_contect .phone h1{
    margin-bottom: 55px;
}
.servers{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.servers .servers_titel h1{
    text-align: center;
    margin: 20px auto;
}
.servers .servers_titel p{
    text-align: center;
    margin: 10px auto 50px;
    width: 70%;
}

.servers .servers_titel{
    position: absolute;
    top: 30px;
    margin: auto;
}

.servers .servers_bak_img {
    width: 100%;
    height: 1000px;
}
.temp {
    position: relative; 
    top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
}
.server_contect img{
    width: 60px;
    height: 60px;
    margin-right: 50px;
}
.server_contect{
    width: 650px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}
.server_contect .server_text {
    text-align: left;
}
.server_contect .server_text h1{
    text-align: start;
    width: auto;
}
.server_contect .server_text p{
    text-align: start;
    width: auto;
}
.column_phone{
    background-image: url("/static/GOOD_TO_GO_img/bg-3.4b20f6ffe2bc.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 1000px;
}
.column_phone img{
    width: 505px;
    height: 280px;
    margin-bottom: 50px;
}
.column_phone h1{
    color: rgb(255, 255, 255);
    margin: 50px auto;
}

.work_contect{
    background-image: url("/static/GOOD_TO_GO_img/bg-2.336b9e4e21f6.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work_contect h1{
    text-align: center;
    margin: 20px auto;
}
.work_contect p{
    text-align: center;
    margin: 10px auto 50px;
}
.work_information{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 1170px;
    height: 650px;
    margin-top: 50px;
}
.work_information_block{
    background-color: rgb(25,67,106);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 370px;
    max-height: 300px;
    padding: 50px 20px 50px;
    color: white;
    margin:  10px;
}
.work_contect hr{
    margin-bottom: 50px;
}

.temp1{
    background-image: url("/static/GOOD_TO_GO_img/bg-4.0c4c18f252c8.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.temp1 .title{
    margin: 40px auto;
}
.temp1 h1{
    color: white;
    text-align: center;
}
.temp1 P{
    color: white;
    text-align: center;
    margin-bottom: 50px;
}
.circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: conic-gradient(#00d4b4 0% 60%, #e0e0e0 60% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
}
.inner {
    background-color: #1a4a6a;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    border-radius: 500%;

}
.all_circle {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0px 50px;
}

.circle_group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle_group p {
  margin-top: 15px;
  color: white;
}
.meet .meet_title{
    text-align: center;
    margin: 30px auto;
}
.meet_title p{
    margin: 20px auto 50px;
}

.team{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.team img{
    border-radius: 100%;
    height: 55%;
    width: 100%;
}
.person .title{
    padding: 20px; 
    font-weight: 100;
}
.person .title h1{
    font-weight: 400;
}
.team .person{
    margin: 50px 20px 100px
}
.slogan{
    background-color: rgb(51, 51, 51);;
}
.slogan h1{
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 40px;
    font-weight: 400;
}
#good_to_go_page footer img{
    width: 210px;
    height: 50px;
    margin: 20px;
}
#good_to_go_page footer p{
    color: rgb(159, 159, 159);
    margin: 10px auto 30px;
}
#good_to_go_page footer{
    background-color: rgb(33, 37, 41);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact{
    background-image: url("/static/GOOD_TO_GO_img/bg-5.82e24a28b010.jpg");
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.contact form{
    width: 60%;
    max-width: 800px;
}
.contact .column{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact .column .row{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    margin: 0 auto;
}
.contact input{
    flex: 1;
    height: 40px;
    border-radius: 5px;
    padding-left: 15px;
}
.contact textarea{
    width: 100%;
    min-height: 200px;
    border-radius: 5px;
    padding: 15px;
}
.contact h1{
    margin: 40px;
    font-weight: 400;
}
.contact p{
    width: 60%;
    margin-bottom: 60px;
}
.contact button{
    background-color: rgb(25,135,84);
    padding: 10px;
    white-space: nowrap;
    position: relative;
    width: 50%;
    margin: 40px;
    text-align: center;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    
}
.contact button:hover{
    background-color: rgba(25, 135, 84, 0.85);
}
.contact button:active{
    background-color: rgba(25, 135, 84, 0.6);
}
@media screen and (max-width: 900px){
    .contact button{
        white-space: pre-wrap;

}
}
@media screen and (max-width: 800px){   
    .good_to_go_contect .title_text{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.6);
        display: flex;
        flex-direction: column;
        text-align: center;
        white-space: nowrap;
    }
    .good_to_go_contect .title_text button{
        margin-top: 30px;
    }

}
@media screen and (max-width: 1320px) {
    .servers .servers_bak_img {
        height: 1500px;
    }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
    .work_information{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 800px;
        height: 650px;
        margin-top: 50px;
    }   
    .good_to_go_contect .title_text {
        position: absolute;
        top: 40%;
        left: 15%;
    }
    .work_information{
        height: 1000px
    }
    .servers .servers_bak_img {
        width: 100%;
        height: 1500px;
    }
}
@media screen and (min-width: 801px) and (max-width: 900px) {
    .work_information{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 800px;
        height: 650px;
        margin-top: 50px;
    }   
    .work_information{
        height: 1000px
    }
    .good_to_go_contect .title_text{
        position: absolute;
        top: 25%;
        left: 15%;
    }
    .all_circle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        margin: 40px 0px 50px;
    }
    .circle {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: conic-gradient(#00d4b4 0% 60%, #e0e0e0 60% 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        color: white;
    }
    .inner {
        background-color: #1a4a6a;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 250px;
        height: 250px;
        border-radius: 500%;
    }
    .circle_group p {
        font-size: 25px;
        color: white;
    }
    .team{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .team img{
        border-radius: 100%;
        height: 400px;
        width: 400px;
    }
    .servers .servers_bak_img{
        width: 100%;
        height: 1500px;
    }

}
@media screen and (min-width: 630px) and (max-width: 800px){ 
    .work_information{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 400px;
        margin-top: 50px;
    }   
    .publicity .publicity_contect img{
        height: 300px;
        width:300px;
    }

    #good_to_go_page .publicity{
        display: flex;
        flex-direction: column;
    }
    .servers .servers_titel p{
        text-align: center;
        width: 70%;
        
    }
    .work_information{
        height: 2000px;
        margin: 0 auto;
    }
    .good_to_go_contect  .title_text{
        position: absolute;
        display: flex;
        align-items: center;
        flex-direction: column;
        top: 0;
        transform: scale(0.8)
    }
    .all_circle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        margin: 40px 0px 50px;
    }
    .circle {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: conic-gradient(#00d4b4 0% 60%, #e0e0e0 60% 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        color: white;
        /* margin: 20px 0px 30px; */
    }
    .inner {
        background-color: #1a4a6a;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 250px;
        height: 250px;
        border-radius: 500%;
    }
    .circle_group p {
        font-size: 25px;
        color: white;
    }
    .team{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .team img{
        border-radius: 100%;
        height: 400px;
        width: 400px;
    }
    .phone_contect .phone{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        left: 0;
    }
    .phone_contect .phone img{
        position: relative;
        left: 5%;
        margin: 20px auto;
    }
    .phone_contect .access{
        position: relative;
        color: white;
        margin: 0 auto;
        width: 70%;
        text-align: center;
    }
    .phone_contect .phone p{
        margin: 30px auto;
    }
    .phone_contect .phone h1{
        margin-bottom: 55px;
        white-space: nowrap;
    }
    .servers .servers_bak_img {
        width: 100%;
        height: 1500px;
    }
    .server_contect{
        flex-direction: column;
    }
    .server_contect .server_text h1{
        text-align: center;
        width: auto;
    }
    .server_contect img{
        width: 60px;
        height: 60px;
        margin-right: 0px;
    }
    .servers .servers_bak_img {
        width: 100%;
        height: 2250px;
    }
}
@media screen and (max-width: 630px){
    .work_information{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 400px;
        margin-top: 50px;
    }   
    .publicity .publicity_contect img{
        height: 300px;
        width:300px;
    }

    #good_to_go_page .publicity{
        display: flex;
        flex-direction: column;
    }
    .servers .servers_titel p{
        text-align: center;
        width: 70%;
        
    }
    .work_information{
        height: 2000px;
        margin: 0 auto;
    }
    .good_to_go_contect  .title_text {
        position: absolute;
        display: flex;
        align-items: center;
    }
    .all_circle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        margin: 40px 0px 50px;
    }
    .circle {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: conic-gradient(#00d4b4 0% 60%, #e0e0e0 60% 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        color: white;
        /* margin: 20px 0px 30px; */
    }
    .inner {
        background-color: #1a4a6a;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 250px;
        height: 250px;
        border-radius: 500%;
    }
    .circle_group p {
        font-size: 25px;
        color: white;
    }
    .team{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .team img{
        border-radius: 100%;
        height: 400px;
        width: 400px;
    }
    .phone_contect .phone{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        left: 0;
    }
    .phone_contect .phone img{
        position: relative;
        left: 5%;
        margin: 20px auto;
    }
    .phone_contect .access{
        position: relative;
        color: white;
        margin: 0 auto;
        width: 70%;
        text-align: center;
    }
    .phone_contect .phone p{
        margin: 30px auto;
    }
    .phone_contect .phone h1{
        margin-bottom: 55px;
        white-space: nowrap;
    }
    .servers .servers_bak_img {
        width: 100%;
        height: 1500px;
    }
    .server_contect{
        flex-direction: column;
    }
    .server_contect .server_text h1{
        text-align: center;
        width: auto;
    }
    .server_contect img{
        width: 60px;
        height: 60px;
        margin-right: 0px;
    }
    .servers .servers_bak_img {
        width: 100%;
        height: 2250px;
    }
}
@media screen and (max-width: 992px){
    #good_to_go_page #secondNavbar{
        background-color: #969696c2;
        border-radius: 10px;
    }
    #good_to_go_page #secondNavbar a{
        color: white;
        font-size: 20px;
    }
}
/* ------------------------------------------------------------------------------------ */
/* Registration_Form_page */
.member_page{
    height: 100%;
    background-image:
    url("Background-image/login_wallpaper.c23f040f1ca1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.member_page footer{
    font-size: 20px;
    bottom: 0%;
    margin: 0 auto;
}
.member_page h1{
    color: white;
    text-align: center;
    margin-top: 60px;
    font-weight: 700;
}
.member_page form{
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);     
    border: 1px solid rgba(255, 255, 255, 0.3); 
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    width: 60%;
    max-width: 1000px;
    min-width: 400px;
    margin: 200px auto;
    gap: 20px;
}
.member_page form input{
    border: none; 
    border-radius: 50px;
    height: 50px;
    padding-left: 20px;
    width: 90%;
    margin: 0 auto;
    transition: all 0.1s ease-in-out;
}
.member_page form input:focus {
    outline: none;              
    border: 2px solid #0d6efd;  
    box-shadow: 0 0 10px #0d6efd; 
}
.member_page label{
    margin-left: 5%;
    font-weight: 600;
}

.member_page form button{
    width: 100px;
    margin: 0px auto 50px;
}
.sex_checkbox{
    display: flex;
    flex-direction: column;
    margin-left: 5%;
}
.checkbox_section{
    display: flex;
    flex-direction: row;
     align-items: center;
}
.checkbox_section input,
.sex_checkbox .agree input{
    width: 18px;
    height: 18px;
    width: auto;
    height: auto;
    transform: none;
    margin: 5px;
}
.sex_checkbox .checkbox_section .flex_row{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    margin: 0 10px;
}
.sex_checkbox .agree{
    display: flex;
    flex-direction: row;
    width: 300px;
    padding-left: 0px;
}

.checkbox_section .agree label{
    margin: 2px 0px 0px 2px;
}

#password_prompt{
    color: red;
    position: relative;
    margin-left: 5%;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-weight: 600;
    
}

#password_prompt span{
    width: 20px;
    height: 20px;
    background-color: red;
    color: white;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;

}





















































































/* ------------------------------------------------------------------------------------ */
.personal_card_page{
    background-image: url("/static/Background-image/Card_wallpaper.a762f3c071c6.jpg");
    font-family: -apple-system, BlinkMacSystemFont,"Microsoft JhengHei", sans-serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.personal_card_page .blur_background{
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);     
    border: 1px solid rgba(255, 255, 255, 0.3); 
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    border-radius: 40px;
    text-align: center;
    max-width: 1500px;
    min-width: 400px;
    width: 80%;
}
.personal_card_page form{
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding: 20px;
}
.personal_card_page header h1{
    margin: 20px auto;
}
.personal_card_page header h3{
    margin: 10px auto 20px;
}
.personal_card_page form input{
    width: 100%;
    border: none; 
    border-radius: 15px;
    padding-left: 10px;
    height: 40px;
    margin: 0 auto;
    transition: all 0.1s ease-in-out;
}
.personal_card_page form input:focus {
    outline: none;              
    border: 2px solid #0d6efd;  
    box-shadow: 0 0 10px #0d6efd; 
}
.personal_card_page main{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
}
.card_section {
    background: rgba(255, 255, 255, 0.307);  
    border: 3px solid rgba(255, 255, 255, 0.3); 
    box-shadow: 20px 30px 30px rgba(0, 0, 0, 0.437);
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 445px;
    width: 33.333%;
    min-width: 300px;
    margin: 20px;
    height: auto;
}
.card_section .card_text{
    word-wrap:break-word;
    min-height: 175px;
    text-align: left;
    margin: 10px 10px auto 10px;
}
.card_section img{
    width: 100%;
    border-radius: 10px;
}
.btn-delete{
    border: 2px solid red;
    background-color: transparent;
    color: red;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    bottom: 0;
    margin: 10px;
    width: 60px;
}
.btn-delete:hover {
    background-color: red;
    color: white;
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
}
.btn-delete:active {
    background-color: darkred;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.8) inset;
}






