@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700;800;900&display=swap');

body,
p,
div,
a,
ul,
li,
span,
section {
  font-family: 'Montserrat', sans-serif;
  color: #3A3A3A;
}

html{
  background-color: #000 !important;
}

body {
  background-color: #000 !important;
  max-width: 1920px;
  min-width: 360px;
  margin: 0 auto;
  overflow-x: hidden;
}
h1{
  color: white !important;
}
h2.sectionTitle{
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin:  0;
  
}
.textLarge{
  font-size: 20px;
  
}
::selection {
  background-color: #DC4C8B;
  color: white;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FFBB35;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: gray;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.purple{
   color: #D03378;
}

.yellow{
   color: #FFBB35;
}
.white{
   color: white;
  }


/* BUTTON */


  .btn {
    /* margin-top: calc(50% + 25px); */
    position: relative;
    display: inline-block;
    width: 277px;
    height: 50px;
  
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    outline: none !important;
    border: none !important;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.045em;
  
  }
  
  a.btn:focus,
  a.btn:active,
  .btn:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none;
  }
  
  .btn svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .btn svg rect {
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }
  
  .btn span {
    color: white;
    /* background: rgb(255,130,130);
      background: -moz-linear-gradient(left,  rgba(255,130,130,1) 0%, rgba(225,120,237,1) 100%);
      background: -webkit-linear-gradient(left,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
      background: linear-gradient(to right,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#e178ed',GradientType=1 );
      
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
  }
  
  .btn:hover svg rect {
    stroke-width: 4;
    stroke-dasharray: 196, 543;
    stroke-dashoffset: 437;
  }

  

.arrowWrapper{
  display: block;
  position: absolute;
  left: -75px;
  top: -10px;

  width: 80px;
  height: 80px;
  /* transform: rotate(-30deg); */
}

.arrowBackground{
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  background-color: #FFBB35;
  width: 60px;
  height: 60px;
  z-index: 111;
}

.arrowImg{
  position: absolute;
  display: block;
  width: 60px;
  top: 5px;
  left: 5px;
  z-index: 112;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    -moz-transform: translate(30px, 20px);
    transform: translate(30px, 20px);
  }
  60% {
    -moz-transform: translate(15px, 10px);
    transform: translate(15px, 15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(30px, 20px);
    transform: translate(30px, 20px);
  }
  60% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  40% {
    -moz-transform: translate(30px, 20px);
    -ms-transform: translate(30px, 20px);
    -webkit-transform: translate(30px, 20px);
    transform: translate(30px, 20px);
  }
  60% {
    -moz-transform: translate(15px, 15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  
}

.home{
  min-height: 100vh;
  background-image: url('../image/main_bg.webp');
  background-size: cover;
  background-position: center bottom;

}

.overlay{

    min-height: 100vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
padding-top: 80px;

  
}


p.textMain{
  color: white;
  font-size: 40px;
  text-align: center;
  margin-bottom: 0;
}
.mainLeft, .mainRight{
  width: 50%;
  text-align: center;
}


.showMobile{
  display: none;
}

.mainRight .showMobile{
  text-align: right;
}

.hideMobile{
  display: block;
}


.mainLeft .containerBtn{
  margin: 16px 0 48px;
}

.sklepy{
  text-align: center;
 
}

.mobileImg{
  display: inline-block;
  width: 100%;
  max-width: 568px;

}

.sklepy img{
  display: inline-block;
  height: 50px;
  margin: 10px 5px;
  aspect-ratio: 300 / 90;
  object-fit: contain;
  object-position: center;
  font-family: Montserrat !important;
}


@media only screen and (max-width: 991px){

  p.textMain{
    font-size: 32px;
    line-height: 1.2;
  }

  /* .home{
   background-image: none;
 background: rgb(131,47,168);
 background: radial-gradient(circle, rgba(131,47,168,1) 0%, rgba(61,7,95,1) 100%);
 padding-top: 80px;
 min-height: 300px;
 
  } */
   .hideMobile{
     display: none;
   }
   
   .showMobile{
     display: block;
   }
   
 
 
   .mainLeft, .mainRight{
     width: 100%;
   } 
 


   .sklepy img{
    height: 40px;
    margin: 0 5px 5px;
   }

   .mainLeft .containerBtn{
    margin: 30px 0 40px;
  }
 }

.containerReka{
  position: relative;

  width: 100%;
  aspect-ratio: 1122 / 787;

  
  z-index: 2;
}

.containerReka img{
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .containerReka img{
   display: none;
  }
}

#reka{
  z-index:1;
  top: 15%;
}

#tlo{
  z-index: 2;
}


.app_outer{
  

  background-image: url('../image/app_bg.png');
  background-size: cover;
  background-position: center;
 

}

.app_outer .container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px 0;
  min-height: calc(100vh - 50px);

}

#phone-page h2{
  font-weight: 600;
  color: white;

  margin: 0 auto;
  text-align: center;
}

#phone-page p{
font-size: 16px;
  color: white;
  max-width: 360px;
  margin: 0 auto;
  text-align: left;
}

.app_outer .container{
position: relative;
z-index: 2;

}

.app_outer .container::before{
  z-index: 1;
position: absolute;
display: block;
content: '';
height: 400px;
width: 75%;
top: calc(50% - 200px);
left: 0;
border-left: 2px solid white;
border-top: 2px solid white;
border-bottom: 2px solid white;
border-radius: 60px;

}
@media screen and (max-width: 991px) {
  .app_outer .container::before{
    display: none;
  }
  .mainRight{
    margin-top: 40px ;
  }

  
}

@media screen and (max-width: 568px){
  #app_cover{
    margin: 0;
  }

  .app_outer .mainRight{
    display: flex;
    justify-content: flex-end;
  }
  .arrowWrapper{
    left: -70px;
  }
}

#phone-text-box {

  margin: 0 auto;
}

#phone-text-box svg{
  width: 48px;
  height: 48px;
  object-fit: contain;
  color: white;
}

#phone-text-box p svg{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 3px;
  color: white;
}

#phone-text-box h2{
  text-align: center;
  color: white;
  margin: 16px 0;
}

#center-underline {
  width: 80%;
  max-width: 320px;

  border-top: 2px;
  margin-bottom: 16px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  margin-left: auto;
  margin-right: auto;
}



#phone-text-box p, #phone-text-box div, #phone-text-box ul li{
  text-align: center;
  color: white;
  list-style-type: none;
}

.btnApp{
  width: 100%;
  margin: 0 auto 10px;
  aspect-ratio: 1 / 0.8;
  background-color: #DC4C8B;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  color: white;
}

.btnApp svg{
 width: 100%;
 height: 32px;
 object-fit: contain;
  display: inline-block;
  margin-bottom: 5px;

  text-align: center;
}

.btnAppDesc{
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-align: center;

  color: white;
  margin-bottom: 0;
}



#menu_nav a svg{
  display: inline-block; 
  margin-right: 5px;
  height: 16px;
  width: 16px;
  object-fit: contain;
  
}

#menu_btn svg{
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.about{
  

  background-image: url('../image/about_bg.png');
  background-size: cover;
  background-position: center;
  padding: 40px 0 !important;
  /* min-height: calc(100vh - 50px); */
  min-height: 776px;


}

.aboutIcon{
  display: block;
  width: 100%;
  max-width: 36px;
  margin: 2px auto;
  aspect-ratio: 1 /1;
  object-fit: contain;
  object-position: center top;
 
}

.aboutIcon.flat{
  aspect-ratio: auto;
}

p.aboutText{
  color: white;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.whiteLogo{
  display: block;
  width: 100%;
  max-height: 60px;
  object-fit: contain;
  object-position: left;
  margin-bottom: 32px;
}

.col-icon{
  padding: 0 !important;
}

.nostyle:hover{
text-decoration: none !important;
}

/* Liczby, Klienci */

.liczby,
.klienci {
  background-color: #fff;
}

.liczby h3,
.klienci h3 {
  text-align: center;
  color: #0e1111;
  font-size: 60px;
  font-weight: 800;
  line-height: 0.6;
  padding: 16px 0;
  margin: 60px 0 40px;
  font-size: 48px;
}

@media only screen and (max-width: 767px){
  .liczby h3,
.klienci h3{
  font-size: 40px;
  line-height: 1;
}
}

.liczby .smallSpan,
.klienci .smallSpan {
  color: #0e1111;
}

.klienci {
  padding-bottom: 32px;
}

.liczby {
  padding-bottom: 60px;
  padding-top: 0 !important;
}

@media only screen and (min-width: 1600px) {

  .liczby h3,
  .klienci h3 {
    padding: 40px 0;
  }

}

.liczbyOuter img {
  display: block;
  width: 100%;
  margin: 16px auto 32px;
  height: 140px;
  object-fit: contain;
  object-position: center;
}

.liczbyOuter .count {
  text-align: center;
  color: #0e1111;
  font-size: 32px;
  font-weight: 800;
  line-height: 0.9;


}

.liczbyOuter p {
  color: #0e1111;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}


/* Klienci */

p.branza {
  text-align: center;
  font-size: 16px;
  color: #0e1111;
  font-weight: 400;
  margin: 16px 0;
  position: relative;
  overflow: hidden;
  z-index: 98;
}

p.branza::before {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 187, 53, 0.5) 25%, rgba(255, 187, 53, 0.5) 75%, rgba(255, 255, 255, 1) 100%);
  top: 50%;
  left: 0;
  z-index: 1;
}

p.branza span {
  background-color: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  padding: 0 50px;
  position: relative;
  z-index: 2;
}



.slide img{
  aspect-ratio: 1.618 /1;
  display: block;
  width: 100%;
  border-radius: 20px;
 
  padding: 2% 15%;
  
  object-fit: contain;
}

span.smallSpan {
  font-weight: 300;
  font-size: 24px;
  color: #0e1111;

}


@media screen and (max-width: 767px) {
  .wow{
    animation: none !important;
  }
}

/* FAQ */

#faqAccordion {
  margin-top: 32px !important;
}

#faqAccordion .card{
  border: none;

  h4{
    background-color: transparent;
  }
}

#faqAccordion .btn.btn-link{
  display: block;
  width: 100%;
  word-wrap: break-word;
  text-wrap-mode: wrap;
  height: auto;
  color: #FFFFFF;
  line-height: 1;
  font-size: 16px;
  height: 50px;
 background: rgb(116,40,158);
  background: linear-gradient(180deg, rgba(255,123,182,1) 0%, rgba(207,55,122,1) 100%);
      /* background-repeat: no-repeat; */
    /* background-size: 1200px; */
    background-position: center 0;
      border-radius: 25px;
      text-decoration: none;
    /* transition: 0.3s; */
    font-weight: 500;
 

    &:hover{
      color: #313131;
      font-weight: 600;
    }

   
     
}

@media screen and (max-width: 578px){
  #faqAccordion .btn.btn-link{
  font-size: 15px;
  padding-top: 2px;
  }
}


/* 
#faqAccordion .card:nth-of-type(1) .btn.btn-link{
   background-position: center 0;
}
#faqAccordion .card:nth-of-type(1) .btn.btn-link{
   background-position: center 63px;
}
#faqAccordion .card:nth-of-type(2) .btn.btn-link{
   background-position: center 126px;
}
#faqAccordion .card:nth-of-type(3) .btn.btn-link{
   background-position: center 189px;
}
#faqAccordion .card:nth-of-type(4) .btn.btn-link{
   background-position: center 252px;
}
#faqAccordion .card:nth-of-type(5) .btn.btn-link{
   background-position: center 315px;
}
#faqAccordion .card:nth-of-type(6) .btn.btn-link{
   background-position: center 378px;
}
#faqAccordion .card:nth-of-type(7) .btn.btn-link{
   background-position: center 441px;
}
#faqAccordion .card:nth-of-type(8) .btn.btn-link{
   background-position: center 504px;
}
#faqAccordion .card:nth-of-type(9) .btn.btn-link{
   background-position: center 567px;
}
#faqAccordion .card:nth-of-type(10) .btn.btn-link{
   background-position: center 630px;
}
#faqAccordion .card:nth-of-type(11) .btn.btn-link{
   background-position: center 693px;
}
#faqAccordion .btn.btn-link:hover{
        background-blend-mode: hard-light;
        background-color: rgba(255,255,255, 0.5) !important;
         color: rgba(49, 49, 49, 0.9);
      }
*/
#faqAccordion .btn.btn-link:not(.collapsed){
  color: #313131;
  font-weight: 600;
} 
#faqAccordion .card-header{
  padding: 0;
    background-color: transparent;
   margin-bottom: 13px;
  border: none;
}

#faqAccordion .card-body{
  padding-top: 1px;
}

#menu_13{
  background-color: #fff;
}