@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  background-color: #100F1F;
  max-width: 100vw;
  overflow-x: hidden;
}
.navik-header-container {
  display: none;
}
.navik-header-overlay .burger-menu {
  top: 17px;
  background: #fff;
  border-radius: 6px;
}
.navik-header-overlay .line-menu {
  background-color: black;
}
.nav-menu-wrapper {
  background: #100F1F;
}
.navik-menu-overlay>ul>li>.menu-overlay-link a {
  font-family: 'Lexend Deca', sans-serif;
  color: white;
  font-weight: 600;
}
.signin-panel {
    width: 100%;
    max-width: 480px;
    height: auto;
    min-height: 200px;
    overflow: hidden;
    background-color: #322d3d;
    margin-top: 40px;
    margin-bottom: 180px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 7px;
    border: 2px solid #81788a21;
    padding: 25px;
}
.signin-panel label {
    width: 100%;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.signin-panel input[type="email"] {
    border-radius: 6px;
    height: 40px;
    width: 100%;
    background: #272333;
    border: 2px solid #322d3d !important;
    padding-left: 12px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
}
.signin-panel button[type="submit"] {
    width: fit-content;
    padding: 0px;
    display: block;
    border-radius: 100px;
    border: none;
    background-image: linear-gradient(180deg, #4FEFFF 0%, #005EB3 100%);
    box-shadow: 0 8px 19px 5px rgba(0,0,0,0.16);
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 500;
    height: 35px;
    letter-spacing: 0.26px;
    text-align: center;
    margin-top: 20px;
    color: white;
    transition-duration: 0.2s;
}
.custom-navbar {
  position: fixed;
  z-index: 10;
  height: 80px;
  top: 0;
  width: 100%;
  background-color: #100f1f54;
  backdrop-filter: blur(7px);
}
.custom-navbar .logo {
  position: absolute;
  left: 20px;
  top: 20px;
}
.custom-navbar .menu-items {
    float: right;
    width: fit-content;
    height: 60px;
    min-width: 200px;
    margin-right: 20px;
    margin-top: 10px;
}
.custom-navbar .menu-items .menu-item {
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 14px;
    color: white;
    font-weight: 600;
    font-family: 'Lexend Deca', sans-serif;
    transition-duration: 0.2s;
}
.custom-navbar .menu-items .menu-item:hover {
    transform: translateY(-3px);
    transition-duration: 0.2s;
}
.custom-navbar .menu-items .menu-item.cta {
    width: fit-content;
    padding: 0px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 100px;
    border: none;
    background-image: linear-gradient(180deg, #4FEFFF 0%, #005EB3 100%);
    box-shadow: 0 8px 19px 5px rgba(0,0,0,0.16);
    height: 35px;
    line-height: 35px;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0.26px;
    text-align: center;
    color: white;
    transition-duration: 0.2s;
}
.firstpage-hero-image {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  z-index: 1;
  left: 0;
}
.layer1 {
  z-index: 1;
}
.layer2 {
  z-index: 2;
}
.layer3 {
  z-index: 3;
}
.layer4 {
  z-index: 4;
}
#particles-js {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
}
.section2 {
  width: 100%;
  height: auto;
  min-height: 400px;
  z-index: 5;
  position: relative;
  aspect-ratio: 200/62;
  display: flex;
  align-items: center;
}
.section2 h2 {
  color: white;
  font-size: 2.6rem;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 700;
  margin: 0px;
}
.section4 {
    margin-top: 80px;
}

.section4 h2 {
    color: white;
    font-size: 2.6rem;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 700;
    margin: 0px;
}
.section2 p {
  font-family: 'Lexend Deca', sans-serif;
  font-size: 16px;
  color: #7F6C8D;
  line-height: 30px;
  margin-top: 30px;
}
.section2 .artwork {
  position: absolute;
  width: 40vw;
  top: 0;
  left: 60vw;
}
.firstpage-hero {
  padding-top: 160px;
  position: relative;
  z-index: 5;
  width: 100%;
  aspect-ratio: 1600/1080;
}
.firstpage-hero h1 {
  text-align: center;
  color: white;
  font-size: 4rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 700;
}
.firstpage-hero .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  margin-bottom: 30px;
}
a {
  text-decoration: none;
}
.firstpage-hero button {
  width: fit-content;
  padding: 0px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: red;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  border-radius: 100px;
  border: none;
  background-image: linear-gradient(180deg, #4FEFFF 0%, #005EB3 100%);
  box-shadow: 0 8px 19px 5px rgba(0,0,0,0.16);
  height: 45px;
  line-height: 45px;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.26px;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
.firstpage-hero button:hover {
  transform: translateY(-3px) scale(1.05);
  cursor: pointer;
  transition-duration: 0.2s;
}


.taleSwiper.swiper {
    aspect-ratio: 2/3;
    max-height: 90vh;
    padding-top: 5vh;
}

.taleSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #fff;
}
.taleSwiper .swiper-slide.swiper-slide-active {
    box-shadow: 0px -20px 200px 0px red;
}

.taleSwiper .swiper-slide .page-image {
    width: 100%;
    aspect-ratio: 10/8;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;

}
.taleSwiper .swiper-slide .page-content {
    width: 100%;
    aspect-ratio: 10/6;
    padding: 20px;
    text-align: center;
    color: black;
    position: absolute;
    bottom: 0;
}
.taleIndexSwiper {
    overflow: visible;
}
.taleIndexSwiper .swiper-wrapper {
    overflow: visible;
}
.examples .tale-preview {
    margin-bottom: 25px;
}
.tale-preview {
    width: 100%;
    aspect-ratio: 3/4;
    background-color: #291e2c;
    border-radius: 8px;
    border: 2px solid #33294d;
    transition-duration: 0.2s;
    background-size: cover;
    position: relative;
    background-position: center;
}
.tale-preview h4 {
    position: absolute;
    bottom: 0;
    font-family: 'Montserrat', sans-serif;
    color: white;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    text-shadow: 0px 2px 6px rgba(0,0,0,1);
}
.section3 h2 {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-top: 120px;
}
.section3 p {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 16px;
    color: #7F6C8D;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 70px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    position: relative;
    text-align: center;
}
.swiper-divider {
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 3;
}
.swiper-divider.left {
    left: 0;
}
.swiper-divider.right {
    right: 0;
}

.tale-preview:hover {
    transform: translateY(-6px);
    transition-duration: 0.2s;
    cursor: pointer;
}

.pricing-panel {
    width: 100%;
    height: auto;
    min-height: 400px;
    background-color: #292633;
    margin-top: 30px;
    border-radius: 8px;
    padding: 20px;
}
.pricing-panel .pricing-header {
    width: 100%;
    text-align: center;
    height: 50px;
    border-radius: 7px;
    background-color: #423c55;
    margin-bottom: 15px;
}
.pricing-panel .pricing-header h4 {
    color: white;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 16px;
    margin-top: 16px;
    display: block;
    width: 100%;
    float: left;
}
.pricing-panel .price h2 {
    text-align: center;
}
.pricing-panel ul {
    margin-top: 20px;
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.pricing-panel ul li {
    color: #806d8d;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 12px;
}
.pricing-panel .price-button {
    width: fit-content;
    padding: 0px;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border-radius: 100px;
    border: none;
    background-image: linear-gradient(180deg, #4FEFFF 0%, #005EB3 100%);
    box-shadow: 0 8px 19px 5px rgba(0,0,0,0.16);
    height: 45px;
    line-height: 17px;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0.26px;
    text-align: center;
    color: white;
    transition-duration: 0.2s;
    padding-top: 5px;
}
.pricing-panel .price-button span {
    font-size: 12px;
}
.footer {
    width: 100%;
    height: auto;
    min-height: 400px;
    overflow: hidden;
    padding-top: 70px;
    margin-top: 100px;
    background: #1a1627;
}
.footer p {
    margin-top: 20px;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
    color: #504a55;
    line-height: 30px;
}
.footer h5 {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 14px;
    margin-top: 20px;
}
.footer a {
    width: 100%;
    float: left;
    font-family: 'Lexend Deca', sans-serif;
    color: #504a55;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    transition-duration: 0.2s;
}
.footer a:hover {
    transform: translateY(-4px);
    color: white;
    transition-duration: 0.2s;
}
.section-3 {
    overflow-x: hidden;
    position: relative;
}
.subpage-hero {
    width: 100%;
    height: auto;
    min-height: 200px;
    background-color: #312d3c;
    padding-top: 127px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.panel.create label {
    width: 100%;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.panel.create button.rounded-full {
    border-style: dashed;
    border-radius: 100px;
    background: transparent;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
}
.panel.create input[type="text"] {
    border-radius: 6px;
    height: 40px;
    background: #272333;
    border: 2px solid #322d3d !important;
    padding-left: 12px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
}
.panel.create .info-panel {
    margin-top: 20px;
    background: transparent !important;
    color: white;
    font-family: 'Montserrat',sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding: 0px !important;
}
.panel.create button[type="submit"] {
    width: fit-content;
    padding: 0px;
    display: block;
    border-radius: 100px;
    border: none;
    background-image: linear-gradient(180deg, #4FEFFF 0%, #005EB3 100%);
    box-shadow: 0 8px 19px 5px rgba(0,0,0,0.16);
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 500;
    height: 35px;
    margin-top: -40px;
    letter-spacing: 0.26px;
    text-align: center;
    color: white;
    transition-duration: 0.2s;
}
.panel.create input {
    width: 100%;
}
.subpage-hero h1 {
    color: white;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.subpage-hero p {
    color: #817889;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 992px) {
  .navik-header-container {
    display: block;
  }
    .firstpage-hero {
        padding-top: 120px;
        height: 100vh;
    }
    .firstpage-hero button {
        padding-left: 40px;
        padding-right: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        margin-top: 23px;
    }
    .swiper-divider {
        display: none;
    }
    .firstpage-hero h1 {
        font-size: 36px;
    }
    .section2 .artwork {
        display: none;
    }
    .section2 h2 {
        text-align: center;
        font-size: 34px;
    }
    .section2 p {
        text-align: center;
        font-size: 14px;
        line-height: 25px;
    }
    .custom-navbar .logo {
        width: 130px;
        top: 24px;
    }
    .overflow-wrapper {
        width: 100%;
        position: absolute;
        height: 100vh;
        overflow-x: hidden;
    }
    .firstpage-hero-image {
        width: 260%;
        top: 0;
        left: -82%;
    }


    .custom-navbar .menu-items {
        display: none;
    }
    .firstpage-hero .logo {
        display: none;
    }
}

/* ---------- Fog ---------- */
.fogwrapper {
  height: 100%;
    overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
  filter: blur(1px) grayscale(0.2) saturate(1.2) sepia(0.2);
}
#foglayer_01, #foglayer_02, #foglayer_03 {
  height: 100%;
  position: absolute;
  width: 200%;
}
#foglayer_01 .image01, #foglayer_01 .image02,
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {
  float: left;
  height: 100%;
  width: 50%;
}
#foglayer_01 {
  -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 40s linear infinite;
  -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 40s linear infinite;
  animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 40s linear infinite;
}
#foglayer_02, #foglayer_03 {
  -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 40s linear infinite;
  -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 40s linear infinite;
  animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 40s linear infinite;
}

/* ---------- Moving Fog ---------- */
/*
  'size: cover' || 'size: 100%'; results remain the same
  'attachment: scroll' can be added or removed; results remain the same
  'attachment: fixed' causing unexpected results in Chrome
  'repeat-x' || 'no-repeat'; results remain the same
*/
#foglayer_01 .image01, #foglayer_01 .image02 {
  background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog1.png") center center/cover no-repeat transparent;
}
#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02{
  background: url("https://raw.githubusercontent.com/danielstuart14/CSS_FOG_ANIMATION/master/fog2.png") center center/cover no-repeat transparent;
}

/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@-moz-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@-o-keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
@keyframes foglayer_01_opacity {
  0% { opacity: .1; }
  22% { opacity: .5; }
  40% { opacity: .28; }
  58% { opacity: .4; }
  80% { opacity: .16; }
  100% { opacity: .1; }
}
/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@-moz-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@-o-keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
@keyframes foglayer_02_opacity {
  0% { opacity: .5; }
  25% { opacity: .2; }
  50% { opacity: .1; }
  80% { opacity: .3; }
  100% { opacity: .5; }
}
/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@-moz-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@-o-keyframes foglayer_03_opacity {
  0% { opacity: .8 }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
@keyframes foglayer_03_opacity {
  0% { opacity: .8; }
  27% { opacity: .2; }
  52% { opacity: .6; }
  68% { opacity: .3; }
  100% { opacity: .8; }
}
/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-moz-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@-o-keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes foglayer_moveme {
  0% { left: 0; }
  100% { left: -100%; }
}

@media only screen
  and (min-width: 280px)
  and (max-width: 767px) {
    #foglayer_01 .image01, #foglayer_01 .image02,
    #foglayer_02 .image01, #foglayer_02 .image02,
    #foglayer_03 .image01, #foglayer_03 .image02 {
      width: 100%;
    }
  }
