@import url("https://use.typekit.net/fap1wun.css");

/* reset */
*, *::before, *::after{
  box-sizing: border-box; 
}

*{
  margin: 0; 
  padding: 0; 
}

ul[role='list'], ol[role='list']{
  list-style: none; 
}

html:focus-within{
  scroll-behavior: smooth; 
}

a:not([class]){
  text-decoration-skip-ink: auto; 
}

img, picture, svg, video, canvas{
  max-width: 100%;
  height: auto; 
  vertical-align: middle; 
  font-style: italic; 
  background-repeat: no-repeat; 
  background-size: cover;
}

input, button, textarea, select{
  font: inherit; 
}

@media (prefers-reduced-motion: reduce){
  html:focus-within {
      scroll-behavior: auto;
  }
  *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
      transition: none;
  }
}

body, html{
  height: 100%; 
  scroll-behavior: smooth; 
}

/* main styles */

/* HAMBURGER */
.menu-icon {
  cursor: pointer;
  width: 55px;
  height: 39px;
  position: fixed;
  top: 1.5em;
  right: 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 999;
}

.menu-icon div {
  width: 100%;
  height: 8px;
  background-color: #f18807;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 42px 0px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 42px 0px rgb(255, 255, 255);
  box-shadow: 0px 0px 42px 0px rgb(255, 255, 255);
  transition: all 0.3s ease;
}

.menu-icon.active .bar1 {
  transform: rotate(-45deg) translate(-9px, 6px);
}

.menu-icon.active .bar2 {
  opacity: 0;
}

.menu-icon.active .bar3 {
  transform: rotate(45deg) translate(-15px, -13px);
}

.menu-icon.active div {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.popup-menu{
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #ffffffe0;
  transform: scale(0.3);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
.popup-menu a{
  font-size: 46px;
  color: #f18807;
  text-transform: uppercase;
}
.popup-menu.active{
  transform: scale(1);
  opacity: 1;
  pointer-events: all;
}
.menu-holder{
  height: 2.5em;
}
/* body.menu-open .section{
  opacity: 0;
} */
html, body {
  height: 100%;
  margin: 0;
  scroll-behavior: smooth;
  font-family: "soleto", sans-serif;
  font-weight: 700;
  font-style: normal;

}
body:not(.mobile){
  overflow: hidden;
}
#app{
  will-change: transform;
}
.section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 0;
}
.content {
  min-height: 100vh;
  width: 100%;
  display: grid;
  overflow-x: hidden;
}
#main img.triangles {
  position: absolute;
  top: 0;
  width: -webkit-fill-available;
  max-width: initial;
  height: auto;
  left: -5%;
  right: 0;
}
h1{
  margin-top: 5em;
}
h1, h2, h3{
  position: relative;
  text-transform: uppercase;
  color: #f18807;
  line-height: 1;
}
h3 {
  text-align: center;
}
h3 span{
  display: block;
}
h3 span.place{
  font-size: 18px;
  font-weight: 400;
  color: #242426;
  margin-top: 30px;
}
h3 .line{
  position: absolute;
  bottom: 35px;
  left: -15px;
  width: calc(100% + 30px);
  height: 2px;
  background-color: #242426;
}
h1{
  text-align: center;
}
h1 span{
  display: block;
}
h1 .line{
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #f18807;
}
h1 span:nth-child(1){
  font-size: 45px;
}
h1 span:nth-child(2){
  font-size: 76px;
}
h1 span:nth-child(3){
  font-size: 108px;
}
h1 span.place{
  font-size: 31px;
}
h1 span:nth-child(3){
  margin-bottom: 30px;
}
/* triangels */
.triangle-col{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.triangle-col p{
  font-size: 20px;
  font-weight: 400;
  padding: 0 5.8em;
  text-align: center;
}
.triangle-col::after{
  content: '';
  background-color: #fff;
  position: absolute;
  width: calc(100% - 129px);
  height: 100%;
  top: 0;
  z-index: -9;
}
.triangle-col.right::after {
  left: 0;
}
.triangle-col.left::after {
  right: 0;
}
.triangle-col.right .triangle-wrapper{
  right: 0;
}
.triangle-col.left .triangle-wrapper{
  left: 0;
}
.triangle-col.right .triangle{
  right: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.triangle-col.left .triangle{
  left: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.triangle-wrapper{
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -11;
}
.triangle-col.right .triangle-wrapper{
  filter: drop-shadow(5px 0px 30px #000000b4);
}
.triangle-col.left .triangle-wrapper{
  filter: drop-shadow(-5px 0px 30px #000000b4);
}
.triangle{
  content: '';
  position: absolute;
  top: 0;
  width: 130px;
  height: 100%;
  background-color: #fff;
}
ul li{
  font-size: 25px;
  color: #ee7112;
}
ul li .place{
  display: block;
  color: #242426;
  font-weight: 400;
  margin-left: 30px;
}
/* SECTIONS */
.section{
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.section.right{
  background-position: right center;
}
.section.left{
  background-position: left center;
}
/* main */
#main.section {
  background-image: url('assets/images/section-1_bg.jpg');
}
#main .logo{
  max-width: 320px;
}
/* mapa */
#mapa.section {
  background-image: url('assets/images/section-2_bg.jpg');
}
#mapa .triangle-col{
  align-items: start;
  padding-left: 5em;
}
/* muzeum obozow jenieckich */
#muzeum-obozow-jenieckich.section {
  background-image: url('assets/images/section-3_bg.jpg');
}
#muzeum-obozow-jenieckich h3 span:nth-child(1){
  font-size: 50px;
}
#muzeum-obozow-jenieckich h3 span:nth-child(2){
  font-size: 77px;
}

/* dworzec kolejowy */
#dworzec-kolejowy.section {
  background-image: url('assets/images/section-4_bg.jpg');
}
#dworzec-kolejowy h3 span:nth-child(1){
  font-size: 88px;
}
#dworzec-kolejowy h3 span:nth-child(2){
  font-size: 77px;
}

/* winnica-saganum */
#winnica-saganum.section {
  background-image: url('assets/images/section-5_bg.jpg');
}
#winnica-saganum h3 span:nth-child(1){
  font-size: 88px;
}
#winnica-saganum h3 span:nth-child(2){
  font-size: 77px;
}

/* kosciol-pod-wezwaniem-sw-krzyza */
#kosciol-pod-wezwaniem-sw-krzyza.section {
  background-image: url('assets/images/section-6_bg_2.jpg');
}
#kosciol-pod-wezwaniem-sw-krzyza h3 span:nth-child(1){
  font-size: 74px;
}
#kosciol-pod-wezwaniem-sw-krzyza h3 span:nth-child(2){
  font-size: 74px;
}

/* palac-ksiazecy-w-zaganiu */
#palac-ksiazecy-w-zaganiu.section {
  background-image: url('assets/images/section-7_bg_2.jpg');
}
#palac-ksiazecy-w-zaganiu h3 span:nth-child(1){
  font-size: 133px;
}
#palac-ksiazecy-w-zaganiu h3 span:nth-child(2){
  font-size: 83px;
}
#palac-ksiazecy-w-zaganiu h3 span:nth-child(3){
  font-size: 72px;
}

/* poaugustianski-zespol-klasztorny */
#poaugustianski-zespol-klasztorny.section {
  background-image: url('assets/images/section-8_bg.jpg');
}
#poaugustianski-zespol-klasztorny h3 span:nth-child(1){
  font-size: 50px;
}
#poaugustianski-zespol-klasztorny h3 span:nth-child(2){
  font-size: 120px;
}
#poaugustianski-zespol-klasztorny h3 span:nth-child(3){
  font-size: 66px;
}

/* wieza-widokowa */
#wieza-widokowa.section {
  background-image: url('assets/images/section-9_bg.jpg');
}
#wieza-widokowa h3 span:nth-child(1){
  font-size: 142px;
}
#wieza-widokowa h3 span:nth-child(2){
  font-size: 77px;
}

/* kaplica-grobu-bozego */
#kaplica-grobu-bozego.section {
  background-image: url('assets/images/section-10_bg.jpg');
}
#kaplica-grobu-bozego h3 span:nth-child(1){
  font-size: 56px;
}
#kaplica-grobu-bozego h3 span:nth-child(2){
  font-size: 112px;
}

/* sala-tradycji-czarnej-dywizji */
#sala-tradycji-czarnej-dywizji.section {
  background-image: url('assets/images/section-11_bg.jpg');
}
#sala-tradycji-czarnej-dywizji h3 span:nth-child(1){
  font-size: 58px;
}
#sala-tradycji-czarnej-dywizji h3 span:nth-child(2){
  font-size: 100px;
}
#sala-tradycji-czarnej-dywizji h3 span:nth-child(3){
  font-size: 105px;
}

/* kontakt */
#kontakt .col-span-12{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

#kontakt h4{
  color: #f18807;
  font-size: 58px;
}

#kontakt .brands{
  /* position: absolute; */
  bottom: 0;
}
#kontakt .logo-item{
  max-width: 250px;
}
#kontakt .sale{
  margin: 2em;
}
#kontakt .sale img{
  max-width: 250px;
}
#kontakt .sale span{
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  margin-left: 15px;
}
#kontakt .sale:hover{
  transform: scale(1.2);
  translate: all 0.3 0;
}
#kontakt p{
  font-size: 20px;
}
.sale-widget{
  position: fixed;
  z-index: 999;
  padding: 15px;
  margin: 1.5em;
  background-color: #f18807ea;
  color: #fff;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}
.sale-widget:hover{
  background-color: #f18807;
}
body.show-sale-widget .sale-widget{
  opacity: 1;
  pointer-events: all;
  animation: shake 10s infinite;
}
.sale-widget span, .sale-widget img{
  display: inline-block;
}
.sale-widget img{
  margin-left: 10px;
  margin-top: -10px;
}
/* MEDIA QUERIES */

@media (max-width: 1024px) {
  .menu-icon {
    width: 50px;
    height: 34px;
  }
  .menu-icon div {
    height: 6px;
  }
  .menu-icon.active .bar3 {
    transform: rotate(45deg) translate(-13px, -12px);
  }
}

@media (max-width: 768px) {
  .menu-icon {
    width: 45px;
    height: 30px;
  }
  .menu-icon div {
    height: 5px;
  }
  .menu-icon.active .bar3 {
    transform: rotate(45deg) translate(-11px, -9px)
  }
  .triangle-wrapper{
    width: 100%;
    z-index: -9;
  }
  .triangle-col::after{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  #main img.triangles {
    top: 0;
    width: 100%;
    max-width: initial;
    height: auto;
    left: 0;
    right: 0;
  }
  .triangle-col .triangle{
    bottom: auto;
    top: -49px;
    height: 50px;
    width: 100%;
  }
  .triangle-col.left .triangle{
    clip-path: polygon(0 100%, 100% 100%, 0 0);
  }
  .triangle-col.right .triangle{
    clip-path: polygon(100% 100%, 0 100%, 100% 0);
  }
  .image-col{
    padding: 50%;
    position: relative;
    z-index: -99;
  }
  .section .triangle-col{
    z-index: 0;
  }
  .section .image-col{
    background-size: cover;
    background-position: center !important;
  }
  .triangle-col .triangle-wrapper {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8)) !important;
  }
  h1{
    margin-top: 0;
  }
  #main.section .image-col {
    background-image: url('assets/images/section-1-mobile_bg.jpg');
  }
  #mapa.section .image-col {
    background-image: url('assets/images/section-2-mobile_bg.jpg');
  }
  /* muzeum */
  #muzeum-obozow-jenieckich.section .image-col {
    background-image: url('assets/images/section-3-mobile_bg.jpg');
  }
  #muzeum-obozow-jenieckich h3 span:nth-child(1){
    font-size: 34px;
  }
  #muzeum-obozow-jenieckich h3 span:nth-child(2){
    font-size: 56px;
  }
  /* dworzec */
  #dworzec-kolejowy.section .image-col {
    background-image: url('assets/images/section-4-mobile_bg.jpg');
  }
  #dworzec-kolejowy h3 span:nth-child(1){
    font-size: 60px;
  }
  #dworzec-kolejowy h3 span:nth-child(2){
    font-size: 54px;
  }
  /* winnica */
  #winnica-saganum.section .image-col {
    background-image: url('assets/images/section-5-mobile_bg.jpg');
  }
  #winnica-saganum h3 span:nth-child(1){
    font-size: 68px;
  }
  #winnica-saganum h3 span:nth-child(2){
    font-size: 60px;
  }
  /* kosciol */
  #kosciol-pod-wezwaniem-sw-krzyza.section .image-col {
    background-image: url('assets/images/section-6-mobile_bg.jpg');
  }
  #kosciol-pod-wezwaniem-sw-krzyza h3 span:nth-child(1){
    font-size: 50px;
  }
  #kosciol-pod-wezwaniem-sw-krzyza h3 span:nth-child(2){
    font-size: 53px;
  }
  /* pałac */
  #palac-ksiazecy-w-zaganiu.section .image-col {
    background-image: url('assets/images/section-7-mobile_bg.jpg');
  }
  #palac-ksiazecy-w-zaganiu h3 span:nth-child(1){
    font-size: 100px;
  }
  #palac-ksiazecy-w-zaganiu h3 span:nth-child(2){
    font-size: 64px;
  }
  #palac-ksiazecy-w-zaganiu h3 span:nth-child(3){
    font-size: 55px;
  }
  /* zespół klasztorny */
  #poaugustianski-zespol-klasztorny.section .image-col {
    background-image: url('assets/images/section-8-mobile_bg.jpg');
  }
  #poaugustianski-zespol-klasztorny h3 span:nth-child(1){
    font-size: 36px;
  }
  #poaugustianski-zespol-klasztorny h3 span:nth-child(2){
    font-size: 83px;
  }
  #poaugustianski-zespol-klasztorny h3 span:nth-child(3){
    font-size: 49px;
  }
  /* wieza widokowa */
  #wieza-widokowa.section .image-col {
    background-image: url('assets/images/section-9-mobile_bg.jpg');
  }
  #wieza-widokowa h3 span:nth-child(1){
    font-size: 100px;
  }
  #wieza-widokowa h3 span:nth-child(2){
    font-size: 54px;
  }
  /* kaplica */
  #kaplica-grobu-bozego.section .image-col {
    background-image: url('assets/images/section-10-mobile_bg.jpg');
  }
  #kaplica-grobu-bozego h3 span:nth-child(1){
    font-size: 36px;
  }
  #kaplica-grobu-bozego h3 span:nth-child(2){
    font-size: 72px;
  }
  /* sala tradycji czarnej */
  #sala-tradycji-czarnej-dywizji.section .image-col {
    background-image: url('assets/images/section-11-mobile_bg.jpg');
  }
  #sala-tradycji-czarnej-dywizji h3 span:nth-child(1){
    font-size: 38px;
  }
  #sala-tradycji-czarnej-dywizji h3 span:nth-child(2){
    font-size: 65px;
  }
  #sala-tradycji-czarnej-dywizji h3 span:nth-child(3){
    font-size: 73px;
  }
  h1 span:nth-child(1){
    font-size: 32px;
  }
  h1 span:nth-child(2){
    font-size: 54px;
  }
  h1 span:nth-child(3){
    font-size: 74px;
  }
  h1 span.place{
    font-size: 21px;
  }
  h1 span:nth-child(3){
    margin-bottom: 26px;
  }
  .triangle-col .logo{
    max-width: 280px;
    margin: 2em;
  }
  ul{
    text-align: center;
  }
  ul li{
    font-size: 18px;
  }
  ul li .place{
    margin-left: auto;
  }
  h3{
    margin-bottom: 40px;
  }
  .triangle-col p{
    padding: 0 2em;
    margin-bottom: 2em;
  }
  #mapa .triangle-col{
    align-items: center;
    padding-left: 2em;
  }
  .popup-menu a{
    font-size: 34px;
    margin-bottom: 1em;
  }
  .triangle-col{
    padding: 2em;
  }
  #kontakt h4{
    font-size: 38px;
  }
  h1 .line{
    bottom: 40px;
    height: 4px;
  }
  .sale-widget{
    font-size: 14px;
    margin: 1em;
  }
}

@media (max-width: 639px) {
  .popup-menu a{
    font-size: 20px;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {

}

@media (min-width: 1024px) and (max-width: 1279px) {
  
}

@media (min-width: 1280px) and (max-width: 1535px) {
  
}

@media (min-width: 1536px) {
  
}
/* anims */
@keyframes shake {
  0%, 70% { transform: translateX(0) rotate(0deg); }
  72.5% { transform: translateX(-10px) rotate(-3deg); }
  75% { transform: translateX(10px) rotate(3deg); }
  77.5% { transform: translateX(0) rotate(0deg); }
  80% { transform: translateX(-10px) rotate(-3deg); }
  82.5% { transform: translateX(10px) rotate(3deg); }
  85% { transform: translateX(0) rotate(0deg); }
  87.5% { transform: translateX(-10px) rotate(-3deg); }
  90% { transform: translateX(10px) rotate(3deg); }
  92.5% { transform: translateX(0) rotate(0deg); }
  95% { transform: translateX(-10px) rotate(-3deg); }
  97.5% { transform: translateX(10px) rotate(3deg); }
  100% { transform: translateX(0) rotate(0deg); }
}