@font-face {
    font-family: 'Avenir Next';
    src: local('Avenir Next Ultra Light Italic'), local('Avenir-Next-Ultra-Light-Italic'),
        url('AvenirNextCyr-UltraLightIt.woff2') format('woff2'),
        url('AvenirNextCyr-UltraLightIt.woff') format('woff'),
        url('AvenirNextCyr-UltraLightIt.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
  }

  .contact {
    display: none;
    position: relative;
    text-align: right;
    right: -70vw;
    top: 2vh;
    text-decoration: none;
    font-size: 21px;
    color: black;
  }


  .btncontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22vh;
  }
  
  a {
    font-size: 1.5rem;
    padding: 1rem 3rem;
    color: #f4f4f4;
    text-transform: uppercase;
  }
  
  .btn {
    text-decoration: none;
    border: 1px solid rgb(146, 148, 248);
    position: relative;
    overflow: hidden;
  }
  
  .btn:hover {
    box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
  }
  
  .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(146, 148, 248, 0.4),
      transparent
    );
    transition: all 650ms;
  }
  
  .btn:hover:before {
    left: 100%;
  }


/* menu */

menu {
  min-height: 70px;
  max-height: 70px;
  display: flex;
  flex-direction: row;
}

menu h1 {
  margin: 3% 5% 5% 5%;
  font-size: calc(8px + 2vw);
}

menu span {

  margin: 3% 4% 4% 4%;
  margin-left: 62vw;
  font-size: calc(6px + 1.5vw);
}


/* ANIMACJE */









/* reset */


/* other */
.info {
  margin: 20px 0;
  text-align: center;
}




/* block-$ */
.block-effect {
  font-size: calc(8px + 6vw);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #2e2e2e;
}

.block-reveal {
  --t: calc(var(--td) + var(--d));

  color: transparent;
  padding: 4px;

  position: relative;
  overflow: hidden;

  animation: revealBlock 0s var(--t) forwards;
}

.block-reveal::after {
  content: '';

  width: 0%;
  height: 100%;
  padding-bottom: 4px;

  position: absolute;
  top: 0;
  left: 0;

  background: var(--bc);
  animation: revealingIn var(--td) var(--d) forwards, revealingOut var(--td) var(--t) forwards;
}


/* animations */
@keyframes revealBlock {
  100% {
    color: #0f0f0f;
  }
}

@keyframes revealingIn {

  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes revealingOut {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }

}

.abs-site-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: hsla(0, 0%, 0%, .6);
  font-size: 16px;
}


.logo-holder {
    background: #f2f2f2;
    width: 180px;
    position: relative;
    margin: 0 auto ;
    padding-top: 22px;
    padding-bottom: 34px;
    -webkit-transform: translateZ(0);
 }

.bg {

  position: absolute;
  top: 9px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  background: url(http://boutique.flarework.com/wp-content/themes/boutique/img/logo_large.png) center 0px no-repeat ;
    background-size: contain;
    -webkit-filter: drop-shadow(0px 6px 25px rgba(0,0,0,0.5));
}

.bar {
    position: relative;
    height: 8px;
    background: #6a6a6a;
    width:  0%;
    top: 0px;
    left: 18px;
    margin-top: 8px;
    box-shadow: 0 0 3px rgba(192,192,192,0.9);
    animation: fill 5s infinite alternate, colors 5s infinite alternate;
}

.bar.fill1 {
  animation: fill-1 5s infinite alternate, colors 5s infinite alternate;
}

.bar.fill2 {
   animation:  fill-2 5s infinite alternate, colors 5s infinite alternate;
}


.bar.fill3 {
   animation:  fill-3 5s infinite alternate, colors 5s infinite alternate;
}


.bar.fill4 {
   animation:  fill-4 5s infinite alternate, colors 5s infinite alternate;
}

.bar.fill5 {
   animation:  fill-5 5s infinite alternate, colors 5s infinite alternate;
}

.bar.fill6 {
   animation:  fill-6 5s infinite alternate, colors 5s infinite alternate;
}



@keyframes fill {
  0%   { width: 0; }
  33%  { width: 30px;}
  66%  { width: 10px;}
  100% { width: 105px; }
}

@keyframes fill-1 {
  0%   { width: 0; }
  33%  { width: 50px;}
  66%  { width: 20px;}
  100% { width: 130px; }
}

@keyframes fill-2 {
  0%   { width: 0; }
  33%  { width: 90px;}
  66%  { width: 70px;}
  100% { width: 136px; }
}

@keyframes fill-3 {
  0%   { width: 0; }
  33%  { width: 50px;}
  66%  { width: 24px;}
  100% { width: 109px; }
}

@keyframes fill-4 {
  0%   { width: 0; }
  33%  { width: 98px;}
  66%  { width: 34px;}
  100% { width: 99px; }
}

@keyframes fill-5 {
  0%   { width: 0; }
  33%  { width: 30px;}
  66%  { width: 10px;}
  100% { width: 148px; }
}


@keyframes fill-6 {
  0%   { width: 0; }
  33%  { width: 48px;}
  66%  { width: 22px;}
  100% { width: 140px; }
}

@keyframes colors {
  0% { background-color: #5a5a5a;}
  50% { background-color: #3a3;}
  100% { background-color: #6a6a6a;}
}

/* Buttony */

.button-63 {
    align-items: center;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 19px 24px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.4s;

  }
  
  .button-63:active,
  .button-63:hover {
    outline: 0;
    transition: 0.4s;
    background-image: linear-gradient(144deg,#912cd8, #412cc7 50%,#00eeff);

  }
  
  @media (min-width: 768px) {
    .button-63 {
      font-size: 24px;
      min-width: 196px;
    }
  }


  .button-63:hover {

    scale: 0.8;
  }

/* CSS */


* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;

}


header {

    min-height: 66vh;
    background-image: url(ezgif-1-baef36b94a.gif);
    background-attachment: fixed;
    background-position: center;
    backdrop-filter: blur(10px);
    position: relative;
}

header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(7px); /* Efekt rozmycia */
  background: rgba(0, 0, 0, 0.323); /* Przyciemnienie z przezroczystością */
  z-index: -1; /* Upewnij się, że nakładka jest pod treścią */
}

box {
    display: flex;
    flex-direction: column;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Avenir Next';


}

textbox {

    margin-top: 5vh;
    transition: 2.5s;
}
box h1 {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 5vh;
    
}

box img {

   max-width: 200px;
   position: relative;
   top: 50%;
   left: 50%;
   -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0);
    margin-bottom: 2vh;
}


.content {

    min-height: 80vh;
    display: block;
    background-image: url(bgc1.jpg);
    background-attachment: fixed;
    position: relative;

}

content img {
  position: absolute;
    bottom: 0; /* Przyklejony do dołu kontenera */
    width: 100%; /* Responsywna szerokość */
    max-width: 100%; /* Ograniczenie maksymalnej szerokości */
    height: auto; /* Zachowanie proporcji obrazka */
}

sekcja {
    display: flex;
    flex-direction: column;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85vw;
}

textbox span {

    text-align: center;
    display: inline-block;
    width: 100%;
    padding-bottom: 35vh;
    font-size: calc(3px + 4vw);
}

sekcja img {

    max-width: 200px;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
     transform: translate(-50%, 0);
}



wybieram {
    min-height: 85vh;
    display: flex;
    background-color: purple;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    text-align: center;

}


wybieram h1 {
  text-align: center;
  margin-left: 5vw;
  margin-top: 2vh;
  line-height: calc(3vh + 8px);
font-size: calc(10px + 3vh);
}

sekcjawybieram {

    display: flex;
    flex-direction: column;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    flex-basis: 60%;
    flex-grow:2;
}

/* arrow */

.arrow {

  max-width: 25px;
  flex-basis: 20%;
  font-size: calc(10px + 7vw);
  flex-grow: 1;
  display: relative;
  position: absolute;
  top: 30%;
    right: -10%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: none;        /* Usuwa tło */
    border: none;            /* Usuwa obramowanie */
    padding: 0;              /* Usuwa domyślne wypełnienie */
    margin: 0;               /* Usuwa domyślny margines */
    color: inherit;          /* Dziedziczy kolor tekstu */
    font: inherit;           /* Dziedziczy styl, wielkość i rodzinę czcionki */
    cursor: pointer;         /* Zachowuje wskaźnik kursora jako wskaźnik klikania */
    text-align: left;        /* Wyrównuje tekst do lewej (możesz zmienić według potrzeb) */
    /* Możesz dodać inne style według potrzeb */
}

#left {
  font-size: calc(10px + 7vw);

  left: 0%;
  top: 33%;
  background: none;        /* Usuwa tło */
  border: none;            /* Usuwa obramowanie */
  padding: 0;              /* Usuwa domyślne wypełnienie */
  margin: 0;               /* Usuwa domyślny margines */
  color: inherit;          /* Dziedziczy kolor tekstu */
  font: inherit;           /* Dziedziczy styl, wielkość i rodzinę czcionki */
  cursor: pointer;         /* Zachowuje wskaźnik kursora jako wskaźnik klikania */
  text-align: left;        /* Wyrównuje tekst do lewej (możesz zmienić według potrzeb) */
  /* Możesz dodać inne style według potrzeb */
}


/* Iphone */

.iphoneinfo1 {

  font-size: calc(3px + 4vw);
  text-align: center;
  margin-top: 1vh;

}

iphone {

margin-bottom: 4vh;
display: flex;
justify-content: center;
flex-basis: 100%;
flex-wrap: wrap;
flex-direction: column;


}

wybor {
    margin-top: 2vh;
    display: flex;
    justify-content: space-around;
    transition: 0.2s;
  
    



}


.dot1kropka, .dot2kropka, .dot3kropka, .dot4kropka {

  transition: 0.4s;
}

.dot1kropka:hover, .dot2kropka:hover, .dot3kropka:hover, .dot4kropka:hover {

  scale: 1.2;
}

/* kropki wyboru */




.dot1kropka, #dot {

    margin: 10px 10px 10px 10px;
    
}

iphone img {

    max-width: 180px;
}


.dot, .dot1kropka {
  height: 25px;
  width: 25px;
  background-color: #00000073;
  border-radius: 50%;
  display: inline-block;
  scale: 0.7;
    
  }

  .dot1kropka {
    height: 25px;
    width: 25px;
    background-color: #00000073;
    border-radius: 50%;
    display: inline-block;
    scale: 0.7;
    
  }

  #dot {
    height: 25px;
    width: 25px;
    background-color: #00000073;
    border-radius: 50%;
    display: inline-block;
    scale: 0.7;
  }

.dot1obrazek {

    display: none;
    transition: 0.2s;
}

.dot2obrazek {

    display: none;
}

.dot3obrazek {

    display: none;
    transition: 0.2s;
}


.dot4obrazek {

    display: none;
    transition: 0.2s;
}


.span1, .span2, .span3, .span4 {

  display: none;
  text-transform: uppercase;
  color: white;
}
/* Active animation */

@keyframes active {
    0% {
        margin-left: 200%
      }

      100% {
        margin-left: 0;    
      }
}


.aktywna {

  background-color: red !important;
}


/* button iphone wybór */

button {

  margin-top: 2vh;

}



/*Iphone animation */



    

/* Active buttony */


 .active {

    display: block;
    transition: 0.2s;
    animation-name: active;
    animation-duration: 2s;
    transition-timing-function: ease-out;
    transform: translateX(0);

}


/* STATYSTYKI */

.hajeden {

  text-align: center;
}



.dane {

 
  background-image: url(bgc3.jpg);
  background-attachment: fixed;
  color: white;
  flex-wrap: wrap; 
  
}

.dane h1 {

  color: red;
  font-size: calc(22px + 4vw);
  margin-bottom: 2vh;
}


.stat1, .stat2, .stat3 {

    display: flex;
    flex-basis: 100%;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
   padding: 10% 0% 4% 0%;
   font-weight: bold;
}


.stat1 img, .stat2 img, .stat3 img {

    display: flex;
    width: 60%;
    max-width: 150px;
    padding-bottom: 4vh;
    
   
}

.stat1 h1, .stat2 h1, .stat3 h1   {

    padding-bottom: 3%;
}


.stat1 span, .stat2 span, .stat3 span   {

  font-size: calc(9px + 2vw);
}

/* OPIS POD STATAMI */

.tekst2 {

    min-height: 70vh;
    background-color: rgb(0, 0, 0);
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-basis: 100%;
    color: white;
    
    
}

.tekst2 h1 {

 flex-basis: 100%;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    padding-top: 5vh;
    margin-bottom: 2vh;
    
}

.tekst2 span {

  font-size: calc(12px + 1vh);
 
}

.letsdate {

  margin: 5% 5% 5% 5%;
}
.img15pro {

  max-width: 100%;
  margin-top: 25%;
}


.imgurpro {

  max-width: 100%;
  bottom: 0%;
  align-self: end;
}





opinie {

    min-height: 70vh;
    background-image: url(bgc12.jpg);
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-basis: 100%;
    
}

 

/*  Tekst nad stopka */

.endsection {

  min-height: 75vh;
  background-color: rgb(0, 0, 0);
  text-align: center;
  display: grid;
  color: white;

}

.endsection h1 {

  line-height: calc(5vh + 5px);


}

.endsection span {

  padding: 1% 2% 2% 2%;
}

/* przejścia sekcji */

content {

  overflow: hidden;
  transition: 1.4s;
  
}

.content h1 {
  position: relative;
  left: 200%;
  text-align: center;
  font-size: calc(18px + 1.8vw);
  margin-top: 3vh;
  transition: 0.4s;


}

.activetitleh1 {
  left: 0 !important;
}

.sekcja {

  transform: translateX(100vw);
  transition: 1.4s;
}






.picking {

  overflow: hidden;
  transition: 1.4s;
  background-image: url(bgc2.jpg);
  background-attachment: fixed;
    background-position: center;
    background-image: linear-gradient(144deg,#af40ff, #5B42F3 50%,#0befff);
}


.pick {

  transform: translateX(100vw);
  transition: 2.4s;
}

.tekst2 {
  overflow: hidden;
}

.soli {

  display: none;
}





.show {

  display: inline-block;
}

.act {

  transform: translate(-50%, -50%);
}

footer {

    text-align: center;
}


textbox {

  transform: translateX(-1000vw);
}



.activetextbox {

  position: absolute;
  transform: translate(-50%, -50%);
}

/* Button */

.glow-button {
  --button-background: #09041e;
  --button-color: #fff;
  --button-shadow: rgba(33, 4, 104, 0.2);
  --button-shine-left: rgba(120, 0, 245, 0.5);
  --button-shine-right: rgba(200, 148, 255, 0.65);
  --button-glow-start: #B000E8;
  --button-glow-end: #009FFD;
  
  appearance: none;
  outline: none;
  border: none;
  font-family: inherit;
  font-size: 19px;
  font-weight: 600;
  border-radius: 38px;
  position: relative;
  line-height: 45px;
  cursor: pointer;
  color: var(--button-color);
  padding: 0;
  margin: 0;
  background: none;
  z-index: 1;
  box-shadow: 0 8px 20px var(--button-shadow);
  color: rgb(255, 0, 0);

  .gradient {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transform: scaleY(1.02) scaleX(1.005) rotate(-.35deg);

    &:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      transform: scale(1.05) translateY(-44px) rotate(0deg) translateZ(0);
      padding-bottom: 100%;
      border-radius: 50%;
      background: linear-gradient(90deg, var(--button-shine-left), var(--button-shine-right));
      animation: rotate linear 2s infinite;
    }
  }

  span {
    z-index: 1;
    position: relative;
    display: block;
    padding: 10px 28px;
    box-sizing: border-box;
    width: fit-content;
    min-width: 124px;
    border-radius: inherit;
    background-color: var(--button-background);
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);

    &:before {
      content: '';
      position: absolute;
      left: -16px;
      top: -16px;
      transform: translate(var(--pointer-x, 0px), var(--pointer-y, 0px)) translateZ(0);
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: var(--button-glow, transparent);
      opacity: var(--button-glow-opacity, 0);
      transition: opacity var(--button-glow-duration, .5s);
      filter: blur(20px);
    }
  }

  &:hover {
    --button-glow-opacity: 1;
    --button-glow-duration: .25s;
  }
}

@keyframes rotate {
  to {
    transform: scale(1.05) translateY(-44px) rotate(360deg) translateZ(0);
  }
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: inherit;
  &:before,
  &:after {
    box-sizing: inherit;
  }
}

// Center
body {
  min-height: 100vh;
  display: flex;
  font-family: 'Inter', Arial;
  justify-content: center;
  align-items: center;
  background-color: #020112;
  overflow: hidden;

  &:before {
    content: '';
    position: absolute;
    inset: 40% -60% 0 -60%;
    background-image: radial-gradient(ellipse at bottom, #1D0559 0%, #020112 50%);
    opacity: .4;
  }

  .twitter {
    position: fixed;
    display: block;
    right: 12px;
    bottom: 12px;
    svg {
      width: 32px;
      height: 32px;
      fill: #000000;
    }
  }
}

.przycisk {

  margin-top: 2vh;
  scale: 1.4;
  transition: 0.3s;
}

.przycisk:hover {

  scale: 1.24;
}

.amgur {

  max-width: 7.2vw;
  transition: 0.4s;;
}

.amgur:hover {

  scale: 0.8;
}


.some-page-wrapper {
  margin: 15px;
  background-color: red;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: row;
  flex-direction: row;
  flex-basis: 100%;
  flex: 1;
}

.blue-column {
  
  height: 100px;
}

.green-column {
  display: none;
 
}

.green-column h1 {

  text-align: center;
}


.blue-column {

  display: none;
}

#fonek {

  margin-left: 200%;
  transition: 0.4s;
}

.a2 {
  display: none;
}


footer {

  background-color: black;
  width: 100%;
  color: white;
}