@import 'reset.css';

*:focus, *:active:focus {
  outline: none;
  box-shadow: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  overflow-x: visible;
  min-height: 100%;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html {
  text-align: center;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

img {
  padding: 13px;
}

body {
  text-align: center;
  color: black;
  font-size: 15px;
  margin: 0;
  padding: 10px;
  height: 100%;
  overflow: hidden;
  font-family: "font", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 1.2;
  word-spacing: -0.02em;


  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
}

body,
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 10%;
  right: 10%;
  overflow: visble;
  z-index: 9999999999999999999999;
  top: 25px;
}

/* links */

a, a:visited, a:hover {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  background-color: white;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 1000;
  overflow-y: hidden;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

/* overlay Text */
#text {
  text-align: center;
  margin: auto;
  -webkit-text-fill-color: black;
  overflow: visible;
  width: 40%;
}
/* Swiper */

.swiper-container {
  background-color: #fff;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-slide {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-container .swiper-button-prev {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  cursor: grab;
  color: white;
  mix-blend-mode: difference;
}

.swiper-container .swiper-button-next {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  margin-top: 0;
  right: 0;
  color: white;
  mix-blend-mode: difference;
  cursor: grab;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-container .swiper-lazy-preloader {
  content: 'Loading';
  border: none !important;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: none !important;
}

footer {
  text-align: center;
  position: absolute /*!important*/;
  bottom: 30px !important;
  width: 80%;
  left: 10%;
  right: 10%;
  overflow: visible;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  #text {
    font-weight: 500;
    font-style: normal;
    font-size: 10px;
    line-height: 1.2;
    overflow: visible;
    width: 90%;
 
  }

  body {
    font-weight: 500;
    font-style: normal;
    font-size: 10px;
    line-height: 1.2;
    overflow: hidden;
  }

  header {
    overflow: visible;
  }

  footer {
    overflow: visible;
  }
}

@media screen and (max-width: 420px) {
  #text {
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2;
    overflow: visible;
    width: 90%;

  }

  body {
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 1.2;
    overflow: hidden;
  }

  header {
    overflow: visible;
  }

  footer {
    overflow: visible;
  }
}

@media screen and (min-width: 600px) {
  #text {
    font-size: 15px;
    line-height: 1.2;
    overflow: visible;
  }

  body {
    font-size: 15px;
    line-height: 1.2;
    overflow: hidden;
  }
}



.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.responsive-img {
  display: block;
  max-width: 100%;
  max-height: 80vh; /* fallback, overridden below */
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  /* Prevent upscaling beyond natural size */
  width: auto !important;
  height: auto !important;
}

/* Portrait images: taller allowed */
.responsive-img.portrait {
  max-height: 75vh;
  max-width: 90vw;
}

/* Landscape images: less tall */
.responsive-img.landscape {
  max-height: 60vh;
  max-width: 95vw;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .responsive-img.portrait {
    max-height: 65vh;
  }
  .responsive-img.landscape {
    max-height: 40vh;
  }
}
@media (max-width: 600px) {
  .responsive-img.portrait {
    max-height: 45vh;
  }
  .responsive-img.landscape {
    max-height: 25vh;
  }
}


#text {
  width: 40%;
  max-width: 40vw;
  min-width: 260px;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  word-break: break-word;
  line-height: 1.2;
}


/* For iPads in portrait (width <= 1024px) */
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }

  #text {
    width: 90vw;
    max-width: 95vw;
    font-size: 15px;
  }
}

/* For phones (width <= 600px, covers most iPhones) */
@media screen and (max-width: 600px) {

  body {
    font-size: 13px;
  }
  #text {
    width: 90vw;
    max-width: 95vw;
    font-size: 13px;
    padding: 0 2vw;
  }
}

/* For very small phones (width <= 375px, iPhone SE etc) */
@media screen and (max-width: 375px) {

  body {
    font-size: 11px;
  }
  #text {
    font-size: 11px;
    width: 96vw;
    padding: 0 2vw;
  }
}


#text {
  width: 40%;
  max-width: 40vw;
  min-width: 260px;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  word-break: break-word;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  #text {
    width: 75vw;
    max-width: 90vw;
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  #text {
    width: 90vw;
    max-width: 95vw;
    font-size: 13px;
    padding: 0 2vw;
  }
  header, footer {
    width: 95vw;
    left: 2.5vw;
    right: 2.5vw;
  }
  .responsive-img {
    max-width: 90vw;
    max-height: 50vh;
    padding: 0;
  }
}

@media screen and (max-width: 375px) {
  #text {
    font-size: 11px;
    width: 96vw;
    padding: 0 2vw;
  }
}

/* Overlay scroll for long content */
#overlay {
  overflow-y: auto;
}


html, body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}


/* iPad Mini & 11" Landscape: Smaller Text */
@media screen and (min-width: 1024px) and (max-width: 1194px) and (orientation: landscape) {
  body {
    font-size: 12px;
  }

  #text {
    width: 50vw;
    max-width: 80vw;
    font-size: 12px;
  }
}

/* iPad 13" (and larger): Larger Text */
@media screen and (min-width: 1300px) {
  body {
    font-size: 15px;
  }
  #text {
    font-size: 15px;
    width: 40vw;
    max-width: 60vw;
  }
}

@font-face {
  font-family: 'FK Grotesk Neue';
  src: url('font.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}


body {
  font-family: "FK Grotesk Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

