html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html { scroll-behavior: smooth; }
.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }


 
body {
    line-height: 1.2;
    font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal; 
    background-color: #000;
    background-image: url("imgs/Kirkidexi_bg_1920.jpg");
    background-repeat: no-repeat;    
    background-attachment: fixed; 
    text-align: center; 
    background-size: cover;
} 


a {
    text-decoration: none;
    cursor: pointer;
    color: #a7e8ff;
    font-family: "Sofia Sans", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

a:hover {
    color: #fff;
}
a:visited {
    color: #a7e8ff;
}

.logo{ 
    text-align: center;
    padding-bottom: 32px;
}
.imglogo{ 
    width: 250px; 
}

.bodyplace {
    padding: 180px; 
    text-align: center;
}

.h24 { height: 24px; }
.h32 { height: 32px; }
.h96 { height: 96px; }

.block{
    width: 458px;
    display: inline-block;
}

.glass {   
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.33);

    transform: perspective(1500px) rotateY(15deg);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 25px 50px -15px;
    transition: transform 0.5s ease 0s;

  &:hover {
    transform: perspective(3000px) rotateY(5deg);
  }
}
 
.glass-div {
   color: #ffffffc3;
   font-size: 16px; 
   padding: 96px;
   line-height: 24px;
   text-align: justify;
}

 

.title{
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Sofia Sans", sans-serif;
}

.footer { 
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2); 
    padding-top: 32px;
}

.gameimg{ 
    width: 266px;
    border-radius: 16px;
}

@media only screen and (max-width: 600px) {
    

    .bodyplace { 
        padding: 60px 20px 60px 20px; 
        text-align: center; 
    }

    .block{
        width: 100%;
        min-width: 250px;
        display: inline-block;
    }

    .glass-div {
        color: #ffffffc3;
        font-size: 16px; 
        padding: 48px; 
        line-height: 24px;
        text-align: justify;
    }

    .h96{ height: 48px;}

    .gameimg{ 
        width: 100%;
        border-radius: 16px;
    } 
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
    

    .bodyplace { 
        padding: 60px 20px 60px 20px; 
        text-align: center; 
    }

    .block{
       
        width: 450px;
        display: inline-block;
    }

    .glass-div {
        color: #ffffffc3;
        font-size: 16px; 
        padding: 48px; 
        line-height: 24px;
        text-align: justify;
    }

    .h96{ height: 48px;}

    .gameimg{ 
        width: 100%;
        border-radius: 16px;
    } 
}