*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}
:root{
     -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(2, 2, 2, 0);
    scroll-behavior: smooth;

}

@font-face {
    font-family: 'Andy';
    src: url(/resource/fonts/Andy_Bold.otf) format('opentype');
}


body{
    background-image: linear-gradient(to bottom, rgb(175,175,211), rgb(154,182,212));
}
h1, h2, h3, h4, h5, h6, p, a, li, span, input, button{
    font-family: "Andy";
    text-decoration: none;
    list-style: none;
  
}
header {

    height: 100%;
    width: 80%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1000px;
 

}
.head-flex-block{
    margin-top: 45px;
    display: flex;
    align-items: center;
     justify-content: space-evenly;

    flex-wrap: wrap;
    flex: 1 1 100%;
    border-radius: 20px;

    background: url(/resource/media/head-back.png) no-repeat;
    background-blend-mode:lighten;
    background-origin: padding-box;
    border: 3px solid white;
    background-position: bottom;


}
.navigation {
    
    width: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    
    justify-content:flex-end;
}
/* .navigation a{
    font-size:17pt;
    color: rgb(255, 220, 85);
    text-shadow: 2px 2px 0px rgb(255, 186, 8), 0 0 1em rgb(255, 186, 8);
    transition: all 0.4s ease;
    padding: 15px 25px 15px 25px;
    background-color: #523030;
    border-radius: 15px;
    box-shadow: -1px 2px 20px 0px rgba(199, 200, 226);
} */
 .navigation a{
    width: auto;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    gap: 20px;
    padding: 2px;

 }
 .navigation img{
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
   
 }
.navigation a:hover{
    background-color: rgb(115 129 158);
      color: rgb(255, 220, 85);
    /* transform: scale(1.1); */
    /* padding: 15px 55px 15px 55px; */
}
.navigation a:active{
    transform: scale(0.95);
}
.logo{
    width: auto;
    height: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;

}
.logo img{
    height: 150px;
    width: auto;
    min-width: 150px;
}
.socials{
    width: auto;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    gap: 20px;
    padding: 10px;
    border-radius: 15px;
}

.social-link{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}
.social-link:hover{
    background-color: rgb(195,230,234);
    -webkit-user-drag: none;
    user-select: none;

}
.form-link{
    font-size:17pt;
    color: white;
    transition: all 0.4s ease;
    padding: 15px 25px 15px 25px;
    background-color: rgb(115 129 158);
    border-radius: 10px;
    border: 2px solid white;
    transition: all 0.4s ease;
     padding: 15px 55px 15px 55px;
    border-radius: 15px;
}
.form-link:hover{
    background-color: white;
    color: rgb(115 129 158);
    border: 2px solid rgb(115 129 158);
    cursor: pointer;
}
.form-link:active{
    transform: scale(0.95);
}
.socials img{
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
   
}

.open-but{
    width: auto;
    margin-right: 10px;
    display: none;
}
.open-but i{
    font-size: 20pt;
    transition: all 0.4s ease;
    color: #523030;
   
}
.open-but:hover i{
    color: white;
    transform: scale(1.2);
}

@media screen and (max-width: 1040px) {
    /* .open-but{
     
        position: relative;
   
        width: auto;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 10px;
        justify-content: flex-end;
        padding-right: 20px;

    } */
    /* .head-flex-block{
    width: 90%;
    min-width: 50vw;
    justify-content: space-between;
    margin-top: 45px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap; */
    /* flex: 1 1 100%; */
    /* border-radius: 20px;
    background: url(/resource/media/head-back.png) no-repeat center;
    background-blend-mode: lighten;
    background-origin: padding-box;
    justify-content: flex-start;
    flex-direction: row-reverse;
    .navigation, .socials{
        display: none;

    }
    .logo img{
        height: 120px;
        width: auto;
        min-width: 120px;
    }
          .logo {
            width: 140%;
            display: flex;
            justify-content: flex-end;
        } */

}
@media screen and (max-width:500px) {
    /* .logo img{
        height: 80px;
        width: auto;
        min-width: 80px;
    }
          .logo {
            width: 280%;
            display: flex;
            justify-content: flex-end;
        }
    
    .active{
    display: flex;
    height: 158%;
    min-height: 100vh;
    width: 87%;
    justify-content: center;
    transition:  all 0.4s ease;
    align-items: center;
    z-index: 2;
    flex-wrap: wrap;
    /* flex: 1 1 100%; */
    /* .navigation, .socials, .logo {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .navigation a, .form-link{
        min-width: 175px;
        text-align: center;
    }
    .logo{
        height: 150px;
    }
        .logo img{
        height: 150px;
        width: auto;
        min-width: 150px;
    } */ 
          /* .logo {
            width: auto;
            display: flex;
            justify-content: flex-end;
        } */
}
/* }
} */

    /* .active{
    display: flex;
    height: 158%;
    min-height: 100vh;
    width: 87%;
    justify-content: center;
    transition:  all 0.4s ease;
    align-items: center;
    z-index: 2;
    flex-wrap: wrap;
    /* flex: 1 1 100%; */
    /* .navigation, .socials, .logo {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .navigation a, .form-link{
        min-width: 175px;
        text-align: center;
    }
    .logo{
        height: 150px;
    }
        .logo img{
        height: 150px;
        width: auto;
        min-width: 150px;
    }
          .logo {
            width: auto;
            display: flex;
            justify-content: flex-end;
        }
} */ 


.main-art {
    width: 100%;
    height: calc(100vh);
    background: url(/resource/media/main-art.png);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cloud-line{
    position: absolute;
    width: 100%;
    height: 200px;
    top:calc(100vh - 120px);
    background: url('/resource/media/cloudline.png') ;
    background-size: contain;
    z-index: 1;
    background-repeat:repeat-x;
}

.about{
    width: 100%;
    height: auto;       
    padding-top: 60px;
}
.about-flex-block{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content:center;
}  
.about-logo {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-logo img{
    width: 100%;
    min-width: 200px;
    height: auto;
}

.about-info{
    width: 40%;

    border-radius: 20px;
    margin: 20px;
}
.about-info h2{

    font-size: 100%;
    font-size: 18pt;
    padding: 20px;
    color: white;
}



.sneak-banner {
    /* width: 72%; */
    margin: auto;
    /* border-radius: 20px; */
    margin-top: 30px;
    border: 0px solid black;

    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 4.5%, rgb(0, 0, 0) 96.5%, rgba(0, 0, 0, 0) 100%);
}

/* CSS */
.carousel {
  overflow: hidden;
  width: 100%;
height: 276px;
  display: flex;
  align-items: center;
  position: relative;
}

.track {
  display: flex;
  width: max-content;
  will-change: transform;
  transform: translate3d(0,0,0);
}

.slide {
  flex: 0 0 auto;
  width: 250px;
  height: 250px;
  margin-right: 16px;
  border-radius: 16px;
  
  overflow: hidden;
  box-sizing: border-box;
}

.slide img {
  display: block;            
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  pointer-events: none;
}





.lore{
    width: 100%;
    height: auto;

      padding-top: 70px;
}
.lore-flex-block{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content:center;
}  
.lore-logo {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lore-logo img{
    width: 100%;
    min-width: 200px;
    height: auto;
}

.lore-info{
    width: 40%;

    border-radius: 20px;
    margin: 20px;

}
.lore-info h2{
    font-size: 100%;
    font-size: 18pt;
    padding: 20px;
    color: white;
}

.headinclo {
    margin-top: 30px;
  width: 100%;
  overflow: hidden;
  /* background: azure;  */
   mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 4.5%, rgb(0, 0, 0) 96.5%, rgba(0, 0, 0, 0) 100%);
}

.head-carousel {
  overflow: hidden;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  position: relative;
}

.head-track {
  display: flex;
  width: max-content;
  will-change: transform;
  transform: translate3d(0,0,0);
}

.head-slide {
  flex: 0 0 auto;
  margin-right: 20px;
  height: 130px;
}

.head-slide img {
  display: block;
  height: 100%;
  width: 100%; 
    object-fit: cover;
}

.track {
  will-change: transform;
  transition: none !important;
}

.head-track { transition: none !important; will-change: transform; }

.slide, .head-slide { transition: none !important; }




.faq{
    width: 100%;
    height: auto;

    padding-top: 70px;
}
.faq-flex-block{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content:center;
}  
.faq-logo {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faq-logo img{
    width: 100%;
    min-width: 200px;
    height: auto;
}

.faq-info{
    width: 40%;

    border-radius: 20px;
    margin: 20px;

}
.faq-info h2{


    padding: 20px;
    font-size: 150%;
    color: #000000;

}
 .faq-list {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.faq-item {
    margin-bottom: 16px;
    position: relative;
}
.faq-toggle {
    display: none;
}
.faq-question {
   display: flex;
    align-items: center;
    width: 87%;
    background: none;
    border: none;
    text-align: left;
    font-size: 100%;
    padding: 16px;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    transition: all 0.2s;
    position: relative;
    margin: auto auto auto auto;
    border-radius: 20px;
    min-width: 200px;
    color: white;
}
.faq-question h3{
    font-size: 150%;
}
.faq-arrow  {
    display: inline-block;
    font-size: 100%;
    margin-left: 10px;
    margin-bottom: 4px;
    transition: transform 0.3s;
    pointer-events: none;
    display: flex;
    transition: all 0.3s ease;
    margin-right: 20px;
    font-size: 16pt;
    color: white;
}
.faq-toggle:checked + .faq-question .faq-arrow {
    transform: rotate(180deg);
    color: white;
  
}
.faq-toggle:checked + .faq-question:hover .faq-arrow {
   color: white;
 
}
.faq-question:hover {
    background-color: rgb(103, 123, 163);
    .faq-arrow{color: white;     }
    
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(.4,0,.2,1), padding 0.3s, margin 0.3s;
    font-size: 15pt;
    margin-bottom: 0;
    margin-top: 12px;
    padding: 0px;
    width: 87%;
    margin: 12px auto auto auto;
}

.faq-answer h3 {
    width: 100%;
    margin: auto;
     font-size: 115%;
    color: white;
    background-color: rgb(103, 123, 163);
    padding: 16px;
    border-radius: 20px;
}
.faq-toggle:checked + .faq-question + .faq-answer {
    max-height: 200px;
    height: auto;
    padding: 0px;
    margin-bottom: 12px;
   
}


.cloud-line-footer{
    position: absolute;
    width: 100%;
    height: 200px;
    margin-bottom: 100px;
    background: url('/resource/media/cloudline.png') ;
    background-size: contain;
    z-index: 1;
    background-repeat:repeat-x;
}

.about:target{
    .about-info{
         animation: highlight 2s ease;
         animation-delay: 2s;
    }
}
.lore:target{
   .lore-info{
         animation: highlight 2s ease;
         animation-delay: 2s;
    }
}

.faq:target{
   .faq-info{
         animation: highlight 2s ease;
         animation-delay: 2s;
    }
}

@keyframes highlight {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7), 1px 3px 16px 11px rgba(199, 200, 226);
        outline: 0 solid gold;
    }
    30% {
        box-shadow: 0 0 40px 20px rgba(255, 215, 0, 0.9), 1px 3px 16px 11px rgba(199, 200, 226);
        outline: 4px solid gold;
    }
    70% {
        box-shadow: 0 0 30px 10px rgba(255, 215, 0, 0.7), 1px 3px 16px 11px rgba(199, 200, 226);
        outline: 2px solid gold;
    }
    100% {
        box-shadow: 1px 3px 16px 11px rgba(199, 200, 226);
        outline: 0 solid gold;
    }
}
.alert{
    position: fixed;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    animation-duration: 6s;
    pointer-events: none; 
    z-index: 10001;
}
.alert-message{

    background-color: rgb(115 129 158);
    color: white;
    padding: 15px 25px 15px 25px;
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: -1px 2px 20px 0px rgba(199, 200, 226);
    z-index: 10000;
    width: auto;
    max-width: 350px;
    text-align: center;
    font-size: 13pt;
    display: block;
}

@keyframes showAlert {
    0% {
        opacity: 0;
        transform: translateY(-20%);
        
    }
    50% {
        opacity: 1;
        transform: translateY(10%);
    
    }
    75% {
        opacity: 1;
        transform: translateY(10%);
 
    }
    /* 90% {
        opacity: 1;
        transform: translateY(10%);
    
    } */
    100% {
        opacity: 0;
        transform: translateY(0);
        
    }
    
}
footer{
    margin-top: 140px;
}
.footer-flex{
    margin:0;
    padding: 0;
    outline: 0;
}
.footer-logo{
    width: 100%;
    display: flex;
    margin: 20px 0 0 0;


}
.footer-logo img{
    width: 100%;
    height: 100%;
}
/* .footer-logo h2{
    color: white;
    text-align: center;
    margin: 10px 0 20px 0;
    display: flex;
    justify-content: end;
} */


@media screen and (max-width: 768px) {
    .main-art{
        height: 50vh;
    }
    .cloud-line{
        height: 100px;
         top: calc(40vh + 30px);
    }

    .head-flex-block{
        margin-top: 20px;
       justify-content: space-evenly;
        flex: none;
        flex-wrap: nowrap;
    }
    .navigation{
        padding: 4px;
        margin-left: 2px;
        gap: 8px;
        img {
             width: 40px;
             height: 40px;
        }
    }
    .logo{
        img {
        height: 107px;
    width: auto;
    min-width: 95px;
        }
    }

    .form-link {
    font-size: 14pt;
    padding: 15px 25px 15px 25px;
    border-radius: 10px;

    transition: all 0.4s ease;
        padding: 15px;
    border-radius: 15px;
   ;
}

    .about-flex-block, .lore-flex-block, .faq-flex-block {
        flex-direction: column;
    }
    .about-logo, .lore-logo, .faq-logo, .about-info, .lore-info, .faq-info {
        width: 80%;
        margin: 10px 0;
    }


    .carousel {
        height: 200px;
    }
    .slide {
        width: 150px;
        height: 150px;
    }
    
    .head-slide {
  height: 100px;}

.head-carousel {
  overflow: hidden;
  width: 100%;
  height: 117px; 
}

    .cloud-line-footer{
        height: 100px;
        margin-bottom: 50px;
    }
    footer{
        margin-top: 70px;
    }
}
@media screen and (max-width:350px) {
    .cloud-line-footer{
        height: 100px;
        margin-bottom: 70px;
    }
    footer{
        margin-top: 50px;
    }
}
@media screen  and (max-width:475px) {
   .cloud-line-footer{
        height: 100px;
        margin-bottom: 60px;
    }
        .cloud-line {
        height: 100px;
        top: calc(40vh + 30px);
    }
    .faq-answer h3 {
    width: 80%;
    margin: auto;
     font-size: 95%;

}

.logo {
    padding: 0;
    }

.faq-question {
    width: auto;
    margin: auto 20px auto 20px;

}
.faq-answer h3 {
    width: auto;

}
}
@media screen and (768px <= width <= 900px) {
    .cloud-line-footer{
        height: 100px;
        margin-bottom: 55px;
    }
          .cloud-line {
        height: 100px;
          top: calc(91vh);
    }
}
@media screen and (max-width:900px) {
    .cloud-line-footer{
        height: 100px;
        margin-bottom: 50px;
    }
   
    footer{
        margin-top: 62px;
    }
    .about-info, .lore-info, .faq-info{
        width: 56%;
    }
    .about-info h2, .lore-info h2, .faq-info h2{
        font-size: 123%;
    }

}

@media screen and (max-width: 350px) {
    .cloud-line {
        height: 100px;
        top: calc(41vh + 30px);
    }
        .form-link {
        font-size: 12pt;
        transition: all 0.4s ease;
        padding: 15px 25px 15px 25px;
        border-radius: 10px;
        transition: all 0.4s ease;
        padding: 11px;
        border-radius: 15px;
    }
}
@media screen and (max-width:768px){
        .about-info, .lore-info, .faq-info{
        width: 90%;
    }
    .about-logo, .lore-logo, .faq-logo{
        width: 90%;
    }   
    .about, .lore, .faq{
        padding-top: 40px;
    }
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;      
  z-index: 9999;          
  height: 100%;   
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'>\
  <filter id='n'>\
    <feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/>\
    <feColorMatrix type='saturate' values='0'/>\
  </filter>\
  <rect width='100%' height='100%' filter='url(%23n)'/>\
</svg>");
  opacity: 0.68;            
  mix-blend-mode: multiply;   /*  (overlay, multiply) */
}