@font-face {
    font-family: "GuildWarsFont";
    src: url("../fonts/GWTwoFont.ttf");
    font-display: swap;
}

#header-logo {
    color: white;
    font-family: "GuildWarsFont";
    font-size: clamp(3em,calc(2em + 2.5vw),8rem);
    text-align: center;
    margin-top: 15%;
}
html {
    cursor: url("../images/default.cur"), default;
    font-family: "Segoe UI";
    background-color: rgb(41, 12, 39);
}
body {
    margin: 0px;
    text-shadow: 2px 6px 3px black;
    color: #DCDCDC !important;
    font-family: "Segoe UI";
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../images/background/New_Kaineng_evening_concept_art.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-size: cover;
    
    overflow-x: hidden;
}
#sections-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#sections{
    height: 100%;
    width: 100%;
    font-family: Menomonia;
}
#sections a,#maps-style a, #skills-style a {
    text-align: center;
    font-size: clamp(1em,calc(2em + 2vw),8rem);
    color: white;
    transition: .3s ease;
    position: relative;
    text-decoration: none;
    background: linear-gradient( to right, transparent, #20242A88, transparent );
    padding: 5px 0 10px 0;
    display: block;
}
#sections-skills:hover {
    color: rgb(208, 127, 255);
    cursor: url("../images/target.cur"), pointer;
}
#sections-skills img:hover {
    transition: .3s ease;
    width: 350px !important;
}
#sections-skills::after {
    display: block;
    font-size: .4em;
    content: "Try to guess every skill!"; 
}
#sections-about:hover {
    color: rgb(208, 127, 255);
    cursor: url("../images/target.cur"), pointer;
}
#sections-about img:hover {
    transition: .3s ease;
    width: 350px !important;
}
#sections-about{
    font-size: clamp(1em,calc(1.5em + 2vw),8rem) !important;
    
}
#sections-about::after {
    display: block;
    font-size: .4em;
    content: "Information about the website";
}
#sections-maps:hover {
    color: rgb(208, 127, 255);
    cursor: url("../images/target.cur"), pointer;
}
#sections-maps img:hover {
    transition: .3s ease;
    width: 350px !important;
}
#sections-maps::after {
    display: block;
    font-size: .4em;
    
    content: "Guess map from an image section"; 
}
#sections-geog:hover {
    color: rgb(208, 127, 255);
    cursor: url("../images/target.cur"), pointer;
}
#sections-geog img:hover {
    transition: .3s ease;
    width: 350px !important;
}
#sections-geog::after {
    display: block;
    font-size: .4em;
    content: "Guess the place from a 360° image"; 
}



#main {
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 60px - 60px);
}
#footer-top {
    height: 60px;
    line-height: 60px;
    z-index: 1000;
    box-shadow: 0px 0px 10px black;
    font-size: 14px;
    background: linear-gradient( rgba(0, 0, 0, 0.925), rgba(0, 0, 0, 0.5) );
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: scroll;
    background-size: cover;
}
#footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: clamp(1em,calc(1.5em + 2vw),8rem) !important;
}
#footer-content {
    margin: 1rem;
    width: 25%;
}

#footer-middle {
    position: absolute;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    margin: 0 auto;
    width: 90%;
}
#footer-middle > li {
    display: inline-block;
}
#footer-right {
    position: absolute;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    margin: 0 auto;
    right: 60px;
}
#footer-rught > li {
    display: inline-block;
}
#footer-left {
    position: absolute;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    margin: 0 auto;
    left: 60px;
}
#footer-left > li {
    display: inline-block;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-corner {
    background: #1e2124;
}
::-webkit-scrollbar-thumb {
    background: #484b51;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background: #1e2124;
}

#box {
    margin: 1rem auto;
    padding: 1rem 1.5rem;
    background-color: #20242A88;
    outline: 1px solid rgb(90, 19, 255);
    backdrop-filter: blur(5px);
}
#about-title {
    text-align: center;
}
#content {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    width: 60%;
    
}

@media screen and (max-width:360px){
    h1{
        color:white;
        font-size:25px !important;
    }  
}
#footer-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#link-img{
    transition: transform .7s ease-in-out;
}
#link-img:hover {
    transform: rotate(360deg);
    cursor: url("../images/target.cur"), pointer;
}
#about-style {
    font-size: clamp(1em,calc(1em + 0.5vw),8rem);
    color: white;
    transition: .3s ease;
    position: relative;
    text-decoration: none;
    background: linear-gradient( to right, transparent, #20242A88, transparent );
    padding: 5px 0 10px 20px;
}
#bullet-points {
    text-align: left;
}
#about, #maps-select, #skills-select {
    text-align: center;
}
.about-back ,.maps-back, .skills-back {
    text-align: center;
    font-size: clamp(1em,calc(1em + 2vw),8rem);
    padding: 15px 0 0 0;
}
.about-back:hover,.maps-back:hover, .skills-back:hover {
    color: rgb(208, 127, 255);
    cursor: url("../images/target.cur"), pointer;
}
#disclaimer {
    font-size: clamp(0.7em,calc(0.2em + 0.1vw),8rem);
    color: #a0a0a0;
    
}

#maps-daily::after {
    display: block;
    font-size: .4em;
    content: "Try your luck at the daily map"; 
}
#maps-practice::after {
    display: block;
    font-size: .4em;
    content: "Practice the maps without any limits!"; 
}
#skills-daily::after {
    display: block;
    font-size: .4em;
    content: "Try your luck at the daily skills"; 
}
#skills-practice::after {
    display: block;
    font-size: .4em;
    content: "Practice the skills without any limits!"; 
}

#maps-select a:hover {
    color: rgb(208, 127, 255);
    cursor: url("../images/target.cur"), pointer;
}
#skills-select a:hover {
    color: rgb(208, 127, 255);
    cursor: url("../images/target.cur"), pointer;
}

#acc {
    top: 0;
    position: sticky;
    margin: 5px  5px 5px 5px;
}
.api_button {
    background-color: #242629b3;
    outline: 1px solid #494949;
    margin: 1rem 10;
    font-size: 1px;
    padding: 5;
}
.api_button:hover {
    background-color: #2f3135b3;
    outline: 1px solid #747474;
    color: #e3ecffb3;
}